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


*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Overview h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;

}
.mobnilebanner {
    display: none;
}

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

body>.container-fluid {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#location .btn {
    background: #dbdbdb;
    color: black;
}

/*.banner{*/
/*    height:80vh;*/
/*}*/
.policdic .modal-dialog {
    max-width: 650px;
}

.policdic .modal-dialog h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.policdic .modal-dialog p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    line-height: 24px;
}

.policdic .modal-dialog .modal-body {
    padding-bottom: 40px;
}

.banner .card {
    background: #0B1D3C;
    padding: 40px 34px;
    max-width: 440px;
    flex: 0 0 440px;
    border: 0;
    margin-left: auto;
    border: 0;
    margin-top: 100px;
    margin-bottom: auto;

}

.card.content-card {
    margin-top: 100px;
    margin-left: 0;
    max-width: max-content;
}

.banner .card button {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 0;
}

.banner .card input {
    height: 40px;
    border-radius: 0;
}

.img_imp {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    font-size: 8px;
    line-height: 12px;
    color: #fff;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

html,
body {
    font-family: "Montserrat", sans-serif;

    font-size: 16px;
    line-height: 20px;
    font-weight: 400;

    color: #000;
}

.fixed-bottom {
    background: #0B1D3C;
}

.fixed-bottom .btn {
    border: 2px solid black;
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    top: 40%;
}

.carousel-control-next {
    right: 10px !important;
}

.carousel-control-prev {
    left: 10px !important;
}

.gallery {
    background: white;
    padding: 80px 0;
}

div#gallery .row .col-md-10 .row .col-sm-4 {
    padding: 0 15px;
}

/*div#gallery .row .col-md-10 .row .col-sm-4 img:nth-child(1) {*/
/*    margin-bottom: 30px;*/
/*}*/

.video-section {
    background: white;
    padding: 70px 0;
}

@media (min-width: 600px) {

    .row>* {
        padding: 0;
    }
}

.padding_left {
    padding-left: 3rem;
}



.padding_80 {
    padding: 80px 0;
}

@media (max-width: 576px) {
    a.navbar-brand img {
        width: 120px;
        height: unset !important;
    }


    .padding_80 {
        padding: 50px 0;
    }

    .video-section {
        padding: 0;
    }
}

.owl-nav {
    transform: translateY(20px);
}

@media (max-width: 576px) {
    div#gallery .row .col-md-10 .row .col-sm-4 {
        margin-bottom: 30px;
    }

    .owl-nav {
        transform: translateY(30px);
    }
}

.navbar .navbar-collapse {
    text-align: center;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

h2::after {
    /*content: '';*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #000;
}

/*h2 span {*/
/*    font-size: 22px;*/
/*    line-height: 30px;*/
/*    font-weight: 400;*/
/*    text-transform: uppercase;*/
/*}*/

p {
    text-align: justify;
}

.btn {
    background: black;
    color: white;
    margin: 1rem 0;
    padding: 0.5rem 2rem;
    position: relative;
    z-index: 2;
    border: none;
    transition: all 0.5s linear;
}

.btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s linear;
}

.btn:hover::before {
    background-color: #fff;
    height: 100%;
    color: #333;
}

.fixed-top {
    z-index: 100;
    background-color: #0B1D3C;
    padding: 0.5rem 0;
}

.banner {
    margin-top: 88px;
}

@media (max-width: 576px) {
    .banner {
        margin-top: 88px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    transition: all 0.3s linear;
    margin-right: 28px;
    padding: 0;
    font-size: 16px;

}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.overview .item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
    cursor: pointer;
}

.overview .shadow {
    bottom: 0;
    z-index: 2;
    min-height: 150px;
    position: relative;
    transition: all 0.5s linear;
}

.overview .content {
    bottom: 20px;
    z-index: 3;
    width: 100%;
    position: relative;
    transition: all 0.5s linear;
}

.overview .content h3 {
    color: #ffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    /*text-shadow: 1px 1px 3px #333, 1px 1px 3px #333;*/
    text-transform: uppercase;
    transition: all 0.5s linear;
}

.overview .content p {
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    font-size: 1.75rem;
    transition: all 0.5s linear;
}

.overview .owl-nav {
    float: right;
}

.overview .owl-nav button {
    margin: 1rem 0.5rem;
}

.overview .owl-nav button span {
    font-size: 30px;
    padding: 5px 10px;
    border: 2px solid #000;
    border-radius: 10px;
}

.overview .item .img-fluid {
    position: relative;
    transition: all 0.5s linear;
}

.overview .item:hover .img-fluid {
    transform: scale(1.2);
}

.overview .item:hover .content {
    bottom: 100px;
}

.overview .item:hover .content h3 {
    font-size: 28px;
    line-height: 32px;
}

.overview .item:hover .content p {
    line-height: 23px;
    font-size: 1.25rem;
}

.overview .item:hover .shadow {
    min-height: 350px;
}

.welcome {
    background-color: #fff;
}

.welcome .text_slide {
    z-index: 10;
}

.welcome .text_slide .owl-nav {
    display: none;
}

.welcome .text_box {
    /* background: linear-gradient(45deg, #bfa16c, #fefacb, #bfa16c); */
    margin-top: 80px;
    z-index: 2;
}

.welcome .text_box ul li {
    margin: 1rem 0;
    color: white;
    font-size: 18px;
}

.welcome .text_box::before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: 60px;
    width: 100%;
    height: 100%;
    border: 20px solid #000;
    z-index: -1;
    transition: all 0.5s linear;
}

.welcome .text_box:hover::before {
    top: -20px;
    left: -20px;
    width: 107.5%;
    height: 110%;
}

.abs-overview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
}

section#Overview {
    background-image: url(../img/bg-arrow.jpg);
    background-size: cover;
    /*background-position: left center;*/
}


section#Overview {
    position: relative;
}

@media (max-width: 576px) {
    footer .footer p {
        text-align: center !important;
    }

    section#Overview {
        background: white;
    }

    .overview .content h3 {
        padding: 0 10px;
    }

    .welcome .text_box::before {
        display: none;
    }
}

.welcome .text_card {
    color: #000;
    padding: 40px;
    background: #0B1D3C;
    bottom: 10px;
    cursor: pointer;
    min-width: 100%;
    min-height: 350px;
    position: relative;
    transition: all 0.5s linear;
}

.welcome .text_card h3 {
    color: #333;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.welcome .text_card p {
    font-size: 20px;
    line-height: 30px;
}

.welcome .img_box {
    margin-left: -30px;
}

@media (max-width: 576px) {
    .welcome .img_box {
        margin: 0;
    }
}

.welcome .img_box .owl-nav {
    float: right;
}

.welcome .img_box .owl-nav button {
    margin: 1rem 0.5rem;
}

.welcome .img_box .owl-nav button span {
    font-size: 30px;
    padding: 5px 10px;
    border: 2px solid #000;
    border-radius: 10px;
}

.welcome .img_item {
    position: relative;
    cursor: pointer;
    transition: all 0.5s linear;
}



@keyframes line-animation {
    from {
        /*stroke-dashoffset: 300;*/
    }

    to {
        stroke-dashoffset: 0;
    }
}

.cover .play_btn {
    width: 75px;
    fill: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: #fff;
    cursor: pointer;
    stroke-width: 2px;
    z-index: 10;
}

.cover .play_btn path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    fill: #000;
    animation: line-animation 3s ease forwards infinite;
}

.cover .play_btn polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
}

.map {
    background-image: url(../img/bglayer.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.map ul li {
    margin: 1.5rem 0;
}

.map .img_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.map .img_box::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    left: -200%;
    width: 25%;
    height: 300%;
    transform-origin: center;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 0.5s linear;
}

.map .img_box:hover::after {
    left: 200%;
}

.map .map_img {
    border: 3px solid #000;
}

.map ul {
    list-style: none;
    padding: 0;
}

.map ul li {
    display: flex;
    align-items: center;
}

@keyframes zoo_img {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
        ;
    }

    100% {
        transform: translateX(0);
    }
}

.map ul li img {
    position: relative;
    cursor: pointer;
}

.map ul li:hover img {
    /*animation: zoo_img 1s cubic-bezier(0.42, 0.72, 0.6, 1.69);*/
}

@media (max-width: 576px) {
    .map ul li {

        margin: 1rem 0;
    }
}

.map ul li p {
    margin: 0 0 0 1rem;
    font-size: 18px;
    /*text-shadow: 2px 2px 5px #fff;*/
}

.map {
    position: relative;
}



.map ul li img {
    filter: brightness(0) invert(1);
}

.map h2 {
    color: white;
}

.map ul li p {
    color: white;
    position: relative;
}

@media (max-width: 576px) {
    .map ul li p {
        margin: 0 0 0 1rem;
    }
}

.township,
.form_top {
    background: #fff;
}

.plan .nav-tabs .btn {
    background: linear-gradient(45deg, #bfa16c, #fefacb, #bfa16c);
    color: #000;
    padding: 0.5rem 2rem;
    box-shadow: none;
    margin: 0 2rem;
}

.plan .nav-tabs .btn:hover {
    color: #333;
}

.plan .tab-pane {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.plan .tab-pane::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    left: -200%;
    width: 25%;
    height: 300%;
    transform-origin: center;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 1s linear;
}

.plan .tab-pane:hover::after {
    left: 200%;
}

.form_img {
    background-image: url(../img/form.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.form_img::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    left: -200%;
    width: 25%;
    height: 300%;
    transform-origin: center;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 0.5s linear;
}

.form_img:hover::after {
    left: 200%;
}

.modal_img {
    background-image: url(../img/enqu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer {
    margin-bottom: 45px;
}

@media (max-width: 576px) {
    footer {
        padding-bottom: 0;
    }
}

footer .footer {
    background-color: #000;
    color: #fff;
}

footer .footer p {
    margin: 0;
}

.whats_app {
    background: none;
    max-width: fit-content;
    left: 10px;
    bottom: 85px;
}

@media (max-width: 576px) {
    footer .footer p {
        text-align: left;
        font-size: 14px;
        margin: 0.5rem 0;
    }

    .whats_app {
        bottom: 10px;
    }
}

.form-control:focus {
    box-shadow: none;
}

@media (max-width: 576px) {
    .padding_left {
        padding: 0;
    }

    .welcome .text_card h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .welcome .text_card {
        padding: 40px 20px;
    }

    .welcome .text_box {
        margin-top: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .map ul li p {
        text-align: left;
        font-size: 16px
    }

    .fixfooter {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        background: #000;
        z-index: 999;

    }

    .fixfooter a {
        color: white;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: 50%;
        justify-content: center;
        text-transform: capitalize;
        text-decoration: none;
    }

    .banner .card {
        max-width: 100%;
        display: none;
    }

    .banner {
        height: unset;
    }

    .card.content-card {
        display: block;
        width: 100%;
    }

    #Overview h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    #Overview p {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        padding: 0 16px;
        margin-bottom: 40px;
    }

    #Amenities h2 {
        font-size: 34px;
        text-align: center;
        line-height: 44px;
        padding: 0 16px;
    }

    .welcome .text_card {
        min-height: unset !important;
    }

    #location h2 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        margin-top: 40px;
    }

    #Plans h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    .map ul li img {
        width: 40px;
        flex: 0 0 40px;
    }

    .gallery {
        padding: 60px 0;
    }

    .gallery h2.ititle {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 40px;
    }

    #Contact h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    footer .col-md-6 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    footer .row {
        gap: 16px;
    }

    .banner {
        display: none;
    }

    .mobnilebanner {
        display: block;
        margin-top: 88px;
        overflow: hidden;

    }

    .mobnilebanner .card.content-card {
        margin: 0;
        max-width: 100%;
        background: #0B1D3C;
        border-radius: 0;
        padding: 40px 20px;
        text-align: center;

    }

    .overview .owl-nav,
    #Amenities .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #Contact form {
        padding: 0 20px;
    }

    .map ul {
        margin: 0 20px;
    }

    #Plans {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobnilebanner .card {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 40px 20px;
        text-align: center;
        border: 0;
        margin-top: 0;
    }

    .mobnilebanner .card h2 {
        color: black !important;
    }

    #location button.btn {
        background: white;
        color: black;
    }

    #gallery figure+figure {
        margin-top: 30px !important;
    }
}





@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}



*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mobnilebanner {
    display: none;
}

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

body>.container-fluid {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#location .btn {
    background: #dbdbdb;
    color: black;
}

/*.banner{*/
/*    height:80vh;*/
/*}*/
.policdic .modal-dialog {
    max-width: 650px;
}

.policdic .modal-dialog h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.policdic .modal-dialog p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    line-height: 24px;
}

.policdic .modal-dialog .modal-body {
    padding-bottom: 40px;
}

.banner .card {
    background: #0B1D3C;
    padding: 40px 34px;
    max-width: 440px;
    flex: 0 0 440px;
    border: 0;
    margin-left: auto;
    border: 0;
    margin-top: 100px;
    margin-bottom: auto;

}

.card.content-card {
    margin-top: 100px;
    margin-left: 0;
    max-width: max-content;
}

.banner .card button {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 0;
}

.banner .card input {
    height: 40px;
    border-radius: 0;
}

.img_imp {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    font-size: 8px;
    line-height: 12px;
    color: #fff;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

html,
body {
    font-family: "Montserrat", sans-serif;

    font-size: 16px;
    line-height: 20px;
    font-weight: 400;

    color: #000;
}

.fixed-bottom {
    background: #0B1D3C;
}

.fixed-bottom .btn {
    border: 2px solid black;
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    top: 40%;
}

.carousel-control-next {
    right: 10px !important;
}

.carousel-control-prev {
    left: 10px !important;
}

.gallery {
    background: white;
    padding: 80px 0;
}

div#gallery .row .col-md-10 .row .col-sm-4 {
    padding: 0 15px;
}

/*div#gallery .row .col-md-10 .row .col-sm-4 img:nth-child(1) {*/
/*    margin-bottom: 30px;*/
/*}*/

.video-section {
    background: white;
    padding: 70px 0;
}

@media (min-width: 600px) {

    .row>* {
        padding: 0;
    }
}

.padding_left {
    padding-left: 3rem;
}



.padding_80 {
    padding: 80px 0;
}

@media (max-width: 576px) {
    a.navbar-brand img {
        width: 120px;
        height: unset !important;
    }


    .padding_80 {
        padding: 50px 0;
    }

    .video-section {
        padding: 0;
    }
}

.owl-nav {
    transform: translateY(20px);
}

@media (max-width: 576px) {
    div#gallery .row .col-md-10 .row .col-sm-4 {
        margin-bottom: 30px;
    }

    .owl-nav {
        transform: translateY(30px);
    }
}

.navbar .navbar-collapse {
    text-align: center;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

h2::after {
    /*content: '';*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #000;
}

/*h2 span {*/
/*    font-size: 22px;*/
/*    line-height: 30px;*/
/*    font-weight: 400;*/
/*    text-transform: uppercase;*/
/*}*/

p {
    text-align: justify;
}

.btn {
    background: black;
    color: white;
    margin: 1rem 0;
    padding: 0.5rem 2rem;
    position: relative;
    z-index: 2;
    border: none;
    transition: all 0.5s linear;
}

.btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s linear;
}

.btn:hover::before {
    background-color: #fff;
    height: 100%;
    color: #333;
}

.fixed-top {
    z-index: 100;
    background-color: #0B1D3C;
    padding: 0.5rem 0;
}

.banner {
    margin-top: 88px;
}

@media (max-width: 576px) {
    .banner {
        margin-top: 88px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    transition: all 0.3s linear;
    margin-right: 34px;
    padding: 0;
    font-size: 16px;

}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.overview .item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
    cursor: pointer;
}

.overview .shadow {
    bottom: 0;
    z-index: 2;
    min-height: 150px;
    position: relative;
    transition: all 0.5s linear;
}

.overview .content {
    bottom: 20px;
    z-index: 3;
    width: 100%;
    position: relative;
    transition: all 0.5s linear;
}

.overview .content h3 {
    color: #ffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    /*text-shadow: 1px 1px 3px #333, 1px 1px 3px #333;*/
    text-transform: uppercase;
    transition: all 0.5s linear;
}

.overview .content p {
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    font-size: 1.75rem;
    transition: all 0.5s linear;
}

.overview .owl-nav {
    float: right;
}

.overview .owl-nav button {
    margin: 1rem 0.5rem;
}

.overview .owl-nav button span {
    font-size: 30px;
    padding: 5px 10px;
    border: 2px solid #000;
    border-radius: 10px;
}

.overview .item .img-fluid {
    position: relative;
    transition: all 0.5s linear;
}

.overview .item:hover .img-fluid {
    transform: scale(1.2);
}

.overview .item:hover .content {
    bottom: 100px;
}

.overview .item:hover .content h3 {
    font-size: 28px;
    line-height: 32px;
}

.overview .item:hover .content p {
    line-height: 23px;
    font-size: 1.25rem;
}

.overview .item:hover .shadow {
    min-height: 350px;
}

.welcome {
    background-color: #fff;
}

.welcome .text_slide {
    z-index: 10;
}

.welcome .text_slide .owl-nav {
    display: none;
}

.welcome .text_box {
    /* background: linear-gradient(45deg, #bfa16c, #fefacb, #bfa16c); */
    margin-top: 80px;
    z-index: 2;
}

.welcome .text_box ul li {
    margin: 1rem 0;
    color: white;
    font-size: 18px;
}

.welcome .text_box::before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: 60px;
    width: 100%;
    height: 100%;
    border: 20px solid #000;
    z-index: -1;
    transition: all 0.5s linear;
}

.welcome .text_box:hover::before {
    top: -20px;
    left: -20px;
    width: 107.5%;
    height: 110%;
}

.abs-overview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
}

section#Overview {
    background-image: url(../img/bg-arrow.jpg);
    background-size: cover;
    /*background-position: left center;*/
}


section#Overview {
    position: relative;
}

@media (max-width: 576px) {
    footer .footer p {
        text-align: center !important;
    }

    section#Overview {
        background: white;
    }

    .overview .content h3 {
        padding: 0 10px;
    }

    .welcome .text_box::before {
        display: none;
    }
}

.welcome .text_card {
    color: #000;
    padding: 40px;
    background: #0B1D3C;
    bottom: 10px;
    cursor: pointer;
    min-width: 100%;
    min-height: 350px;
    position: relative;
    transition: all 0.5s linear;
}

.welcome .text_card h3 {
    color: #333;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.welcome .text_card p {
    font-size: 20px;
    line-height: 30px;
}

.welcome .img_box {
    margin-left: -30px;
}

@media (max-width: 576px) {
    .welcome .img_box {
        margin: 0;
    }
}

.welcome .img_box .owl-nav {
    float: right;
}

.welcome .img_box .owl-nav button {
    margin: 1rem 0.5rem;
}

.welcome .img_box .owl-nav button span {
    font-size: 30px;
    padding: 5px 10px;
    border: 2px solid #000;
    border-radius: 10px;
}

.welcome .img_item {
    position: relative;
    cursor: pointer;
    transition: all 0.5s linear;
}



@keyframes line-animation {
    from {
        /*stroke-dashoffset: 300;*/
    }

    to {
        stroke-dashoffset: 0;
    }
}

.cover .play_btn {
    width: 75px;
    fill: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: #fff;
    cursor: pointer;
    stroke-width: 2px;
    z-index: 10;
}

.cover .play_btn path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    fill: #000;
    animation: line-animation 3s ease forwards infinite;
}

.cover .play_btn polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
}

.map {
    background-image: url(../img/bglayer.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.map ul li {
    margin: 1.5rem 0;
}

.map .img_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.map .img_box::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    left: -200%;
    width: 25%;
    height: 300%;
    transform-origin: center;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 0.5s linear;
}

.map .img_box:hover::after {
    left: 200%;
}

.map .map_img {
    border: 3px solid #000;
}

.map ul {
    list-style: none;
    padding: 0;
}

.map ul li {
    display: flex;
    align-items: center;
}

@keyframes zoo_img {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
        ;
    }

    100% {
        transform: translateX(0);
    }
}

.map ul li img {
    position: relative;
    cursor: pointer;
}

.map ul li:hover img {
    /*animation: zoo_img 1s cubic-bezier(0.42, 0.72, 0.6, 1.69);*/
}

@media (max-width: 576px) {
    .map ul li {

        margin: 1rem 0;
    }
}

.map ul li p {
    margin: 0 0 0 1rem;
    font-size: 18px;
    /*text-shadow: 2px 2px 5px #fff;*/
}

.map {
    position: relative;
}



.map ul li img {
    filter: brightness(0) invert(1);
}

.map h2 {
    color: white;
}

.map ul li p {
    color: white;
    position: relative;
}

@media (max-width: 576px) {
    .map ul li p {
        margin: 0 0 0 1rem;
    }
}

.township,
.form_top {
    background: #fff;
}

.plan .nav-tabs .btn {
    background: linear-gradient(45deg, #bfa16c, #fefacb, #bfa16c);
    color: #000;
    padding: 0.5rem 2rem;
    box-shadow: none;
    margin: 0 2rem;
}

.plan .nav-tabs .btn:hover {
    color: #333;
}

.plan .tab-pane {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.plan .tab-pane::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    left: -200%;
    width: 25%;
    height: 300%;
    transform-origin: center;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 1s linear;
}

.plan .tab-pane:hover::after {
    left: 200%;
}

.form_img {
    background-image: url(../img/form.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.form_img::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    left: -200%;
    width: 25%;
    height: 300%;
    transform-origin: center;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 0.5s linear;
}

.form_img:hover::after {
    left: 200%;
}

.modal_img {
    background-image: url(../img/enqu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer {
    margin-bottom: 45px;
}

@media (max-width: 576px) {
    footer {
        padding-bottom: 0;
    }
}

footer .footer {
    background-color: #000;
    color: #fff;
}

footer .footer p {
    margin: 0;
}

.whats_app {
    background: none;
    max-width: fit-content;
    left: 10px;
    bottom: 85px;
}

@media (max-width: 576px) {
    footer .footer p {
        text-align: left;
        font-size: 14px;
        margin: 0.5rem 0;
    }

    .whats_app {
        bottom: 10px;
    }
}

.form-control:focus {
    box-shadow: none;
}

@media (max-width: 576px) {
    .padding_left {
        padding: 0;
    }

    .welcome .text_card h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .welcome .text_card {
        padding: 40px 20px;
    }

    .welcome .text_box {
        margin-top: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .map ul li p {
        text-align: left;
        font-size: 16px
    }

    .fixfooter {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        background: #000;
        z-index: 999;

    }

    .fixfooter a {
        color: white;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: 50%;
        justify-content: center;
        text-transform: capitalize;
        text-decoration: none;
    }

    .banner .card {
        max-width: 100%;
        display: none;
    }

    .banner {
        height: unset;
    }

    .card.content-card {
        display: block;
        width: 100%;
    }

    #Overview h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    #Overview p {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        padding: 0 16px;
        margin-bottom: 40px;
    }

    #Amenities h2 {
        font-size: 34px;
        text-align: center;
        line-height: 44px;
        padding: 0 16px;
    }

    .welcome .text_card {
        min-height: unset !important;
    }

    #location h2 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        margin-top: 40px;
    }

    #Plans h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    .map ul li img {
        width: 40px;
        flex: 0 0 40px;
    }

    .gallery {
        padding: 60px 0;
    }

    .gallery h2.ititle {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 40px;
    }

    #Contact h2 {
        text-align: center;
        font-size: 34px;
        line-height: 44px;
    }

    footer .col-md-6 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    footer .row {
        gap: 16px;
    }

    .banner {
        display: none;
    }

    .mobnilebanner {
        display: block;
        margin-top: 88px;
        overflow: hidden;

    }

    .mobnilebanner .card.content-card {
        margin: 0;
        max-width: 100%;
        background: #0B1D3C;
        border-radius: 0;
        padding: 40px 20px;
        text-align: center;

    }

    .overview .owl-nav,
    #Amenities .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #Contact form {
        padding: 0 20px;
    }

    .map ul {
        margin: 0 20px;
    }

    #Plans {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobnilebanner .card {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 40px 20px;
        text-align: center;
        border: 0;
        margin-top: 0;
    }

    .mobnilebanner .card h2 {
        color: black !important;
    }

    #location button.btn {
        background: white;
        color: black;
    }

    #gallery figure+figure {
        margin-top: 30px !important;
    }

    .loanbank img {
        display: table;
        margin: auto;
        max-width: 70%;
        height: unset !important;
    }

    .loanbank {
        background: #f1f1f182 !important;
    }

    .loanbank h2 {
        font-size: 34px;
        margin-bottom: 0;
    }

    .video img {
        height: 450px;
        object-fit: cover;
    }

    section.padding_80.row.video {
        padding: 0 !important;
    }

    .modal-header .btn-close {
        top: -23px;
        position: relative;
    }

    .modal-title {
        text-align: center;
    }



    .card {
        display: block;
    }

    .mobnilebanner figure {
        display: block;
    }

    .mobnilebanner figrue {
        display: block;
    }

    .mobnilebanner .circle {
        margin: auto;
        bottom: 160px;
        left: 0;
    }

}





@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.headerbtngrp {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.headerbtngrp a {
    color: white;
    text-decoration: none;
}

.headerbtngrp a i {
    margin-right: 6px;
}

.fixedbtn {
    position: fixed;
    right: 0;
    top: 40%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 999;
}

.fixedbtn a {

    background: #e0ac48;
    padding: 20px 8px;
    border: 0;
    color: black;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.list-group button {
    border: 2px solid #000000;
}

.loanbank {
    background: #f1f1f136;
}

.loanbank img {
    height: 80px;
}

a.dwnlobtn {
    background: white;
    color: black;
    padding: 8px 10px;
    border-radius: 2px;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
}

.playbtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playbtn button {
    width: 100px;
    height: 100px;
    border: 0;
    background: white;
    border-radius: 50%;
    font-size: 30px;
    transition: 0.5s all;
}

.playbtn button:hover {
    transform: scale(0.9);
}

.modal button.btn {
    width: 100%;
}

.logo {
    position: absolute;
    width: 80px;
    height: 80px;
    transform: rotate(0deg);
    background-size: 75px;
    background-repeat: no-repeat;
    border-radius: 100vmax;
    background-position: center center;
}

.text-rotate {
    position: absolute;
    width: 100%;
    height: 100%;

    color: #fff;
    font-size: 17px;
    animation: 8s linear 0s infinite normal none running textRotation;
    cursor: pointer
}

.text-rotate.ovr {
    position: absolute;
    width: 100%;
    height: 100%;

    color: #000;
    font-size: 17px;
    animation: 8s linear 0s infinite normal none running textRotation;
    cursor: pointer
}

.circle {
    position: absolute;
    bottom: 220px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    z-index: 2;
    right: 0;
}

.text-rotate span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0px 100px;
}

@keyframes textRotation {
    100% {
        transform: rotate(360deg);
    }
}

.modal-dialog {
    max-width: 780px;
}

.modal .form-group label {
    font-weight: 500;
}


#staticBackdropdownload .form-group .col-md-8 {
    padding-right: 20px;
}