@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: 'Mate' !important;
    font-optical-sizing: auto;
    font-size: 16px !important;
    color: black !important;
    line-height: 1.5 !important;
}

img {
    max-width: 100%;
    height: auto;
}



.mobilesliders .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.mobilesliders>div {
    position: relative;
}


.bannerblock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    bottom: 6px;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #00000047;
}

.numtext {
    font-family: "Montserrat", sans-serif;

}

.sticky_circle_element {
    clip-path: circle(25.0% at 50% 50%);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.halfbackground {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-color: #21428A;
    z-index: -1;
}

.content-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    z-index: 2;
}


.image-bloks figure::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}



.image-bloks img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: white;
    letter-spacing: 12px;
    font-size: 28px;
    font-weight: 400;
    z-index: 2;
}

.sticky-top .image-bloks:nth-child(1) {
    z-index: 9;
}

.sticky-top .image-bloks:nth-child(2) {
    z-index: 8;
}

.sticky-top .image-bloks:nth-child(3) {
    z-index: 7;
}

.sticky-top .image-bloks:nth-child(4) {
    z-index: 6;
}

.sticky-top .image-bloks:nth-child(5) {
    z-index: 5;
}

.vsliderblock {

    overflow: hidden;
    display: block;

}

.vsliderblock .actualtext {
    z-index: 9999;
}

.location {
    /* background: #21428A; */
    background-image: url(../images/lobg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 80px 0;

}

.location .nav-link img {
    height: 18px;
}

.location .nav-link {
    text-align: left;
    background-color: transparent !important;
}

.btn-heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.location .nav-link:not(.active) .btn-heading>div span:nth-child(2) {
    display: none;
}

.location .nav-link:not(.active) ul {
    display: none;
}

.location .nav-link.active .btn-heading>div span:nth-child(1) {
    display: none;
}

.location .nav button {
    color: white;
    border-top: 1px solid white;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}

.location .nav {
    margin-top: 44px;
}

.location h3 {
    color: white;
    font-size: 48px;
}

.location h6 {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}


.h-font {

    font-family: 'gt_super_display_regular';
}

.def-btn {
    background-color: #21428A;
    font-size: 18px;
    padding: 8px 34px;
    border-radius: 8px;
    color: white;
    border: 0;
}

.actualtext {
    position: absolute;
    right: 30px;
    bottom: 40px;
    color: white;
    font-size: 10px;
}

.amenities {
    padding: 80px 0;
}

.amenities h2 {
    font-size: 40px;
    color: #21428A;
    margin-bottom: 22px;
}

.amenities span {
    font-weight: 400;
}

.amenities h2+p {
    font-size: 18px;
    max-width: 900px;
    line-height: 31px;
}

.amenities-block .box figure img {
    height: 60px;
    width: auto;
    flex: 0 0 80px;
}

.amenities-block {
    margin-top: 40px;
    max-width: 1200px;
    background: #F2F2F2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    padding-bottom: 36px;
    gap: 80px;
}

.amenities-block .box {
    display: flex;
    flex-direction: column;
    width: 140px;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.amenities-block .box p {
    font-size: 15px;
    margin-bottom: revert-layer;
    margin: 0;
}

.amenities-block .box figure {
    margin: 0;
}

.amenities .def-btn {
    margin-top: 60px;
}

.content-block h3 {


    font-size: 60px;
    margin-bottom: 8px;
}


.content-block p {
    font-size: 28px;
    max-width: 530px;
    text-align: center;
    line-height: 34px;
}

.image-bloks figure {
    height: 100%;
}

.location .def-btn {
    background: white;
    color: #21428A;
    margin-top: 50px;
    padding: 10px 50px;
    font-size: 24px;
}

.plan {
    padding: 90px 0;
}

.plan h1 {
    color: #21428A;
    font-size: 48px;
    margin-bottom: 44px;
}

.simple-text h1 {
    font-size: 48px;
    color: #21428A;
    margin-bottom: 48px;

}



.projectcontent {
    position: absolute;
    bottom: 0;
    padding-left: 60px;
    padding-bottom: 44px;
    left: 0;
    color: white;
    width: 100%;
}

.projectcontent h5 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.our-project h1 {
    font-size: 48px;
    line-height: 60px;
    color: #21428A;
    margin-bottom: 44px;
}

.projectcontent p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
}

.simple-text {
    padding-top: 110px;
}

.plan h3 {
    font-size: 40px;
    line-height: 47px;
    font-weight: 400;
    margin-bottom: 0;
}

.planprice {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22418c6b;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.5s all;
    opacity: 9;
}

.plan {
    background-color: #F3F3F3;
}


.aboutus {
    padding: 120px 0;
}

.aboutus h1 {
    margin-bottom: 26px;
    font-size: 48px;
    color: #21428A;
}

.aboutus p {
    max-width: 520px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.aboutus h6 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 3px;
    color: #21428A;
}

.aboutus h6+p {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aboutus .row .col-md-6 .row {
    margin-top: 80px;
    row-gap: 50px;
}


.aboutus figure {
    margin-bottom: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}


.footer h1 {
    font-size: 44px;
    margin-bottom: 40px;
}

.contact-form .container {
    background: #21428A;
    color: white;
    padding: 44px 80px;
}

.contact-form h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.contact-form .form-control {
    background: #21428a;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    border-color: #6380BD;
    color: white;
    padding-left: 0;
    padding-right: 0;
}

.contact-form form .row {
    row-gap: 24px;
}

.contact-form .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.contact-form label {
    margin-bottom: 4px;
}

.contact-form input[type="datetime-local"] {
    text-transform: uppercase;
}

input[type="datetime-local"] {
    color-scheme: dark;

}

.title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.contact-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    display: flex;
    gap: 32px;
    margin-top: 44px;
}

.contact-form ul li a {
    color: white;
    font-size: 15px;
}

.contact-form ul li {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-form form {
    margin-right: 70px;
}

.contact-form form .def-btn {
    background: white;
    color: #21428a;
    display: table;
    margin-top: 20px;
}

footer {
    margin-top: -250px;
    z-index: -1;
    padding-top: 310px;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center center;
}

.footer {
    position: relative;
}

.footer-bottom {
    border-top: 1px solid black;
    padding: 8px 0;
}

.footer-bottom p {
    margin: 0;
}


.shape {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #3498db;
}

.contact-form-modal .modal-dialog {
    max-width: 550px;
}

.contact-form-modal .modal-dialog .modal-content {
    background: #21428A;
    color: white;

}

.contact-form-modal .modal-dialog .modal-content h1 {
    color: white;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}

.contact-form-modal .modal-dialog .modal-content form {
    gap: 21px;
    display: inline-flex;
    flex-direction: column;
}

.contact-form-modal .modal-dialog .modal-content form input.form-control {
    height: 49px;
}

.contact-form-modal .modal-dialog .modal-content form input:focus {
    outline: 0;
    box-shadow: unset;
}

button.close {
    background: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.contact-form-modal .modal-dialog .modal-content .modal-body {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-form-modal .modal-dialog .modal-content form .def-btn {
    background: white;
    color: #21428A;
    font-weight: 500;
    height: 50px;
}

.one,
.two {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}




header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #283980;
    top: 0;
}

.banner {
    margin-top: 106px;
}


.navbar-nav a.nav-link {
    padding: 0;
    color: white;
    font-size: 18px;
    transition: 0.3s all;
}

header.sticky {
    background: #283980;
}

header {
    transition: 0.3s all;
}


header img {
    transition: 0.3s all;
}

header.sticky .navbar-nav a.nav-link {
    font-size: 16px;
}

header .navbar-nav {
    gap: 25px;
}

.panel {
    height: 100vh;
}

.footer {
    overflow: hidden;
}

.aboutusblock .carousel-indicators {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
}

.aboutusblock .carousel-indicators button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #D9D9D9;
    flex: 0 0 14px;
    opacity: 9;
    border: 0;
}

.aboutusblock .carousel-indicators button.active {
    background: #21428A;
}

.aboutusblock h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.aboutusblock h1 {
    color: #21428A;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
}

.aboutusblock p {
    font-size: 18px;
    line-height: 26px;
}

.aboutusblock {
    padding-top: 90px;
}

.videoblock {
    padding: 80px 0;
    background: #21428A;
    margin-bottom: 90px;
}

.location figure {
    margin: 0;
    background: white;
    border-radius: 40px;
    width: 100%;
    padding: 20px;
}

.accordion-button {
    background: transparent;
    color: white;
    border-color: white;
    box-shadow: unset;
    border-bottom: 1px solid white;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item {
    background: transparent !important;
    border: none;
}

.accordion-button::after {
    filter: brightness(9);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: white;
}

.accordion-button:focus {
    border-color: white;
    box-shadow: unset;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
    color: white;
}

.location .accordion {
    margin-top: 40px;
    max-width: 500px;
}

.desktopcall {
    position: fixed;
    bottom: 44px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: #178fcc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

header .def-btn {
    background: #178fcc;
}

.desktopcall a,
.desktopcall a i {
    color: white;
    font-size: 20px;
}

.our-project .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .aboutusblock .def-btn {
        display: table;
        margin: auto;
        margin-top: 30px;
    }

    .videoblock {
        margin-bottom: 0;
    }

    .mobilesliders .background {
        background-position: bottom center;
        background-size: cover;
        background-attachment: fixed;
        /*background-attachment: scroll;*/
        height: 450px;
    }


    .desktopcall {
        display: none;
    }

    .aboutusblock h2 {
        font-size: 38px;
        text-align: center;
    }

    .aboutusblock h1 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    .aboutusblock div#carouselExampleControlss {
        margin-top: 50px;
    }

    .simple-text h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .simple-text {
        padding-top: 60px;
    }

    .our-project h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .projectcontent {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .projectcontent p {
        font-size: 16px;
    }

    .projectcontent h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .banner.position-relative {
        height: 93vh;
    }

    .banner .carousel-inner,
    .banner #carouselExampleControls,
    .banner .carousel-item {
        height: 100%;
    }

    .banner .carousel-item:nth-child(2) {
        /* background-image: url(../images/mbanner1.jpg); */
        background-size: cover;
        background-position: bottom center;
    }

    .amenities-block {
        flex-wrap: wrap;
        row-gap: 50px;
        margin-top: 0;
    }

    .amenities-block .box {
        width: 36%;
    }

    .banner .actualtext {
        bottom: 10px;
        right: 10px
    }

    .qrblocks {
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center;
    }

    .qrblocks figure {
        width: 40%;
    }

    .footer-bottom ul {
        text-align: center;
    }

    .footer-bottom p {
        text-align: center;
        font-size: 13px;
        margin-right: auto;
        margin-top: 15px;
    }

    .footer-bottom ul li {
        font-size: 14px;
    }

    .contact-form .container {
        padding: 50px 20px;
    }

    .contact-form form {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .contact-form h2 {
        text-align: center;
    }

    .contact-form ul {
        margin-top: 20px;
    }

    .contact-form h2 {
        text-align: center;
    }

    .contact-form ul {
        margin-top: 20px;
    }

    .footer h1 {
        display: none;
    }

    div#aboutus {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .aboutus figure img {
        width: 100%;
    }

    .aboutus h1 {
        font-size: 34px;
        text-align: center;
    }

    .aboutus h6 {
        font-size: 40px;
    }

    .aboutus h6+p {
        font-size: 14px;
        letter-spacing: unset;

    }

    .aboutus .row .col-md-6 .row {
        margin-top: 30px;
    }

    .aboutus h1+p {
        text-align: center;
    }

    .aboutus p {
        font-size: 16px;

    }

    .aboutusblock p {
        font-size: 16px;
        text-align: center;
    }

    .plan h1 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }

    .plan h3 {
        font-size: 34px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .plan .def-btn {
        display: table;
        margin-left: auto;
        margin-right: auto;

    }

    .plan {
        padding: 60px 0;
    }

    .video iframe {
        height: 250px;
    }

    .location h3 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }

    .location h6 {
        text-align: center;
    }

    .content-block h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .content-block p {
        font-size: 16px;
        padding: 0 20px;
        line-height: 22px;
    }


    /*.slides .slide:nth-child(5) .background {*/
    /*    background-position: 70% 100%;*/
    /*}*/

    /*.slides .slide:nth-child(3) .background {*/

    /*    background-position: 26% 100%;*/
    /*}*/

    .amenities h2+p {
        font-size: 16px;
        line-height: 26px;
    }

    .amenities h2 {
        font-size: 34px;
    }

    /*a.navbar-brand img:nth-child(1) {*/
    /*    height:60px !important;*/
    /*    width: auto;*/
    /*}*/

    button.navbar-toggler svg {
        height: 24px;
    }

    button.navbar-toggler {
        padding: 0;
        margin: 0;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    header#myHeader {
        background: #21428a;
    }



    header .navbar-nav {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fix-footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        background: #21428a;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 8px 30px;
        z-index: 999;
    }

    .fix-footer a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
        width: 50%;
        text-align: center;
    }

    .fix-footer a:nth-child(2) {
        border-left: 1px solid white;
    }

    .fix-footer a i {
        margin-right: 3px;
    }

    footer {
        padding-bottom: 50px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .slide .content {
        transform: unset !important;

    }

    .slides {
        overflow: hidden;
    }

    .slides .slide {
        width: 100%;
    }
}

.fix-footer {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    opacity: 9 !important;
}

.thankyou {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    background: #283a80;
}

.thankyou h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 101px;
    margin-bottom: 18px;
    letter-spacing: 4px;
}

.thankyou p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400px;
}

.thankyou a {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 60px;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 11px 50px;
    border-radius: 20px;
    text-decoration: none;
}



.video-custom {
    display: table;

    margin: 0 auto;
    /* max-width: 800px; */
    position: relative;
}

.video-custom .poster-img {
    display: block;
}

.video-custom video {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video-custom .play-btn,
.video-custom .pause-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 3;
    cursor: pointer;
    transition: 0.5s all;
    overflow: hidden;
}

.video-custom .pause-btn {
    display: none;
}

.video-custom .play-btn i {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #000000;
    border-right: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}

.pause-btn i {
    position: absolute;
    left: -3px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    flex-flow: row wrap;
}

.pause-btn i:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #000;
    display: inline-block;
}

.pause-btn i:after {
    content: '';
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background-color: #000;
    display: inline-block;
}

.playvideo .video-custom img {
    opacity: 0;
}

.playvideo .video-custom video {
    opacity: 1;
}

.video-custom .vplay {
    display: none;
}

.video-custom:hover .vplay+.pause-btn {
    display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}

.sound-ctrl .on-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .on-button {
    display: block;
}

.soundctrlshow .off-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -5px;
    z-index: 10;
    width: 3px;
    height: 32px;
    background-color: #fff;
    transform: rotate(45deg);
}