@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'visby_cfextra_bold';
    src: url('../fonts/visbycf-extrabold-webfont.woff2') format('woff2'), url('../fonts/visbycf-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'visby_cfheavy';
    src: url('../fonts/visbycf-heavy-webfont.woff2') format('woff2'), url('../fonts/visbycf-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'visby_cflight';
    src: url('../fonts/visbycf-light-webfont.woff2') format('woff2'), url('../fonts/visbycf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'copperplateregular';
    src: url('../fonts/copperplate_regular-webfont.woff2') format('woff2'), url('../fonts/copperplate_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.poppinsregular {
    font-family: 'poppinsregular';
}
.visby_cfextra {
    font-family: 'visby_cfextra_bold';
}
.visby_cfheavy {
    font-family: 'visby_cfheavy';
}
.visby_cflight {
    font-family: 'visby_cflight';
}
.copperplateregular {
    font-family: 'copperplateregular';
}
.banner-section {
    background: url(../images/banner-bg.jpg) no-repeat top center;
    background-size: 100%;
    height: 120vh;
}
.virtual-tour {
    bottom: 10px;
    left: 10px;
    transition: all 1s ease;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    height: 50px;
    background: linear-gradient(-90deg, #0e0f2d 0%, #212166 100%);
    border: #fff solid;
    padding-left: 6px;
    z-index: 9;
}
.virtual-tour:hover {
    width: 260px;
    transition: width 0.5s;
    border-radius: 50px;
}
.virtual-tour.calendar {
    bottom: 70px;
}
.virtual-tour.review {
    bottom: 130px;
}
.banner-text {
    width: 637px;
}
.video-button {
    width: fit-content;
}
.video-button span {
    color: #fff;
}
.play-icon {
    width: 80px;
    height: 80px;
    background: #2d3092;
    border-radius: 80px;
}
.play-icon .play {
    z-index: 2;
    transition: ease all 0.3s;
}
.play-icon:hover .play {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.play-icon:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(100% + 10px);
    -webkit-animation: line-down 3s linear infinite;
    animation: line-down 3s linear infinite;
}
.play-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #2d3092;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    border-radius: 50%;
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
}
.color {
    color: #2d3092;
}
body {
    background: #000;
}
.z-index-2 {
    z-index: 2;
}
.container {
    max-width: 1440px;
}
section .title {
    color: #1d2073;
}
.interior-section .carousel-caption,
.media-section .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
}
.media-section .play-icon:before {
    display: none;
}
.world-home-section .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: max-content;
    border-radius: 15px 15px 0 0;
}
.carousel .dot-buttons button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: #ffffff;
    opacity: 1;
}
.carousel .dot-buttons button.active {
    background-color: #2d3092;
}
.video {
    object-fit: fill;
    width:100%;
    max-height:100%;
}
.video-shadow {
    position: relative;
}
.video-shadow:after {
    position: absolute;
    content: "";
    box-shadow: 0px 0px 5em 7em #000 inset;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.awards-border {
    border-radius: 15px;
    border: 1px solid #f2d969;
    overflow: hidden;
}
.feature-box {
    border-color: #2d3092 !important;
    border-radius: 20px;
    width: 46%;
    background: linear-gradient(-89deg, rgba(0, 0, 0, 0.10) 0%, rgba(45, 48, 146, 0.8) 100%);
    min-height: 338px;
}
.feature-box .title {
    color: #1987e8;
}
.number {
    font-size: 290px;
    line-height: 290px;
    right: -30px !important;
    color: #0c416f;
    bottom: -58px !important;
    z-index: -1;
}
.w-20 {
    width: 20%;
}
.nav-tabs .nav-link {
    border: none;
    min-height: 46px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    background: none;
    color: #2d3092 !important;
    border-bottom: 4px solid #2d3092 !important;
    margin-top: -20px;
    transition: margin-top 1s;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    color: #2d3092 !important;
}
.btn-download {
    background: #2d3092;
    min-width: 400px;
    letter-spacing: 0;
    transition: letter-spacing 0.5s ease-in-out;
}
.contact-section .btn-download {
    background: #2d3092;
    width: 30%;
}
.btn-download:hover {
    background: #1f226d;
    letter-spacing: 3px;
    transition: letter-spacing 0.5s ease-in-out;
}
.btn-enquire {
    background: #c9c9c9;
    min-width: 400px;
    letter-spacing: 0;
    transition: letter-spacing 0.5s ease-in-out;
}
.btn-enquire:hover {
    background: #ffffff;
    letter-spacing: 2px;
    transition: letter-spacing 0.5s ease-in-out;
}
.hover-rotate:hover {
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-transform: rotate( 360deg) scale(1.2);
    transform: rotate( 360deg) scale(1.2);
}
.flying-bird {
    animation: bird-flying 15s linear infinite;
}
.flying-bird img {
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
.fogwrapper {
    -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
    filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
.fogwrapper:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 2;
}
#foglayer_01,
#foglayer_02,
#foglayer_03 {
    height: 100%;
    position: absolute;
    width: 200%;
}
#foglayer_01 {
    -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
    -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
    animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02,
#foglayer_03 {
    -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 15s linear infinite;
    -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 15s linear infinite;
    animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 15s linear infinite;
}
/* ---------- Moving Fog ---------- */
#foglayer_01 .image01,
#foglayer_01 .image02 {
    background: url("../images/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
    background: url("../images/fog2.png") center center/cover no-repeat transparent;
}
/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
    0% {
        opacity: .2;
    }
    22% {
        opacity: .10;
    }
    40% {
        opacity: .56;
    }
    58% {
        opacity: .8;
    }
    80% {
        opacity: .32;
    }
    100% {
        opacity: .2;
    }
}
@keyframes foglayer_01_opacity {
    0% {
        opacity: .2;
    }
    22% {
        opacity: .10;
    }
    40% {
        opacity: .56;
    }
    58% {
        opacity: .8;
    }
    80% {
        opacity: .32;
    }
    100% {
        opacity: .2;
    }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
    0% {
        opacity: .10;
    }
    25% {
        opacity: .4;
    }
    50% {
        opacity: .2;
    }
    80% {
        opacity: .6;
    }
    100% {
        opacity: .10;
    }
}
@keyframes foglayer_02_opacity {
    0% {
        opacity: .10;
    }
    25% {
        opacity: .4;
    }
    50% {
        opacity: .2;
    }
    80% {
        opacity: .6;
    }
    100% {
        opacity: .10;
    }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
    0% {
        opacity: .15;
    }
    27% {
        opacity: .4;
    }
    52% {
        opacity: .8;
    }
    68% {
        opacity: .6;
    }
    100% {
        opacity: .16;
    }
}
@keyframes foglayer_03_opacity {
    0% {
        opacity: .15;
    }
    27% {
        opacity: .4;
    }
    52% {
        opacity: .8;
    }
    68% {
        opacity: .6;
    }
    100% {
        opacity: .16;
    }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@keyframes foglayer_moveme {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
    #foglayer_01 .image01,
    #foglayer_01 .image02,
    #foglayer_02 .image01,
    #foglayer_02 .image02,
    #foglayer_03 .image01,
    #foglayer_03 .image02 {
        width: 100%;
    }
}
@-webkit-keyframes bird-flying {
    0% {
        top: 100vh;
        left: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    25% {
        top: 70vh;
        left: 25%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        top: 65vh;
        left: 50%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        top: 80vh;
        left: 75%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        top: 100vh;
        left: 100%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes bird-flying {
    0% {
        top: 100vh;
        left: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    25% {
        top: 70vh;
        left: 25%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        top: 65vh;
        left: 50%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        top: 80vh;
        left: 75%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        top: 100vh;
        left: 100%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes line-down {
    0% {
        height: 0;
    }
    75% {
        height: 75%;
    }
}
@keyframes line-down {
    0% {
        height: 0;
    }
    75% {
        height: 75%;
    }
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    80% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    80% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
.contact-section {
    background: url(../images/contact-bg.jpg) no-repeat center bottom; 
}
body .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f2f2f;
    margin: 0 10px;
}
body .owl-prev {
    left: 0;
    display: flex;
}
body .owl-next {
    right: 0;
    display: flex;
}
body .owl-prev i,
body .owl-next i {
    margin: auto;
}
#owl_about_main_slider div h2 {
    text-align: center;
}
.owl-carousel.off {
    display: block;
}
.modal-content {
    border: 5px solid #fff;
    border-radius: 15px;
    background: #000;
}
.modal-content input, .modal-content select, .form-control:focus, .form-select:focus, input:-webkit-autofill, input:-webkit-autofill:focus {
    border-radius: 50px;
    background-color: #262626;
}
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255 , 0.35);
}
.btn-close:before {
    position: absolute;
    content: "X";
    top: 0;
    right: -25px;
    width: 40px;
    height: 40px;
    background: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5f5f5;
    font-weight: 600;
    border-radius: 50px;
    font-size: 25px;
}
@media (max-width: 1440px) {
    .contact-section {
        background-size: 110%;
    }
}
@media (min-width: 1025px) {
    .panel-heading {
        display: none;
    }
    .panel {
        border: none;
        box-shadow: none;
    }
    .panel-collapse {
        height: auto;
    }
    .panel-collapse.collapse {
        display: block;
    }
    .modal-dialog {
        max-width: 650px;
    }
}
@media (max-width: 1024px) {
    .tab-content .tab-pane {
        display: block;
    }
    .nav-tabs {
        display: none;
    }
    .panel-title a {
        display: block;
        background: #2d3092;
    }
    .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .panel img {
        width: 100%;
        height: auto;
    }
    .panel-collapse.collapse {
        display: none;
    }
    .panel-collapse.collapse.in {
        display: block;
    }
    .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }
    .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }
    .awards-border img {
        width: 100%;
    }
    .owl-carousel .owl-item img {
        max-width: fit-content;
    }
    .w-20 {
        width: 33.33%;
    }
    .btn-download,
    .btn-enquire,
    .contact-section .btn-download {
        width: 50%;
    }
    .banner-section {
        height: 100vh;
        background-size: cover;
    }
    .contact-section {
        background-size: auto;
    }
}
@media (max-width: 1023px) {
    .feature-box {
        width: 100%;
    }
    .w-20 {
        width: auto;
    }
    #owl_about_main_slider .owl-item div {
        min-height: 337px;
    }
    .video-shadow:after {
        box-shadow: 0px 0px 3em 5em #000 inset;
    }
}
@media (max-width: 767px) {
    .awards-border img,
    .feature-box {
        width: 100%;
    }
    .owl-carousel .owl-item img {
        max-width: fit-content;
    }
    .w-20 {
        width: 100%;
    }
    .contact-section img {
        width: 100%;
    }
    .contact-section {
        word-break: break-word;
    }
    .banner-text {
        width: 100%;
    }
    .banner-section .container img {
        width: auto;
        height: 100px;
    }
    .banner-section {
        background-size: cover;
    }
    .feature-main .owl-carousel .owl-stage {
        display: flex;
    }
    .feature-main .feature-box {
        height: 100%;
    }
    .virtual-tour {
        width: 50px;
        height: 50px;
    }
    .virtual-tour .icon img {
        width: 35px;
        height: 35px;
    }
    .virtual-tour.calendar {
        bottom: 70px;
    }
    .virtual-tour.review {
        bottom: 130px;
    }
    .banner-section .video-button {
        position: relative !important;
    }
}
@media (max-width: 480px) {
    .contact-section .btn-download,
    .btn-download,
    .btn-enquire {
        width: 90%;
        min-width: 90%;
    }
    .video-shadow:after {
        box-shadow: 0px 0px 1em 2em #000 inset;
    }
    .banner-section .building-img {
        bottom: 0 !important;
        top: auto !important;
        left: -50%;
        right: auto;
        margin: auto;
    }
    .banner-section .building-img img {
        width: 130%;
    }
    .play-icon {
        width: 60px;
        height: 60px;
    }
    .play-icon img {
        width: 22px;
        height: 27px;
    }
    .interior-section .carousel-control-next, .interior-section .carousel-control-prev, .media-section .carousel-control-next, .media-section .carousel-control-prev {
        height: calc(100% - 68px);
        top: auto;
    }
    .btn-close:before {
        right: -15px;
    }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
    .banner-section {
        height: 100vh;
        background-size: cover;
    }
}