@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

* {
    letter-spacing: 0.5px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", serif;
    scroll-behavior: smooth;
    overflow: hidden;
}

.reveal {
    opacity: 0;
    transition: all 1s;
    overflow: hidden;
}

.active-sect {
    opacity: 1;
}

.content_starts {
    width: 90% !important;
    max-width: 90% !important;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.full_wsec .content_starts {
    width: 100% !important;
    max-width: 100% !important;
}

img {
    width: 100%;
}

.wmain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w100 {
    width: 100%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w33 {
    width: 33%;
}

.jcseven {
    justify-content: space-evenly;
}

#background-video {
    max-width: 100%;
    object-fit: cover;
}

.logo_cont {
    width: 200px;
}
.logo_cont img {
        max-height: 65px;
    width: auto;
    margin: 5px;
}

h1 {
    font-size: 65px;
    color: #fff;
    margin: 0;
    /*text-shadow: 0 0 10px #000;*/
}

h2 {
    font-size: 38px;
    color: #0d59a3;
    margin: 0;
}

.thecontent {
    padding: 5%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #0d59a3;
    line-height: 1.4;
}
p span {
    font-size: 18px !important;
}

button {
    font-size: 18px;
    padding: 18px 45px;
    border: 2px solid #0d59a3;
    background: transparent;
    color: #0d59a3;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s;
}

.section_top {
    height: 100vh;
}

.section_top .w45 img,
.section_top .w45 video {
    height: 100vh;
    object-fit: cover;
}

.section_three {
    padding: 80px 0;
}

ul {
    padding: 0;
    list-style: none;
}

ul li {
    font-size: 18px;
    font-weight: 400;
    color: #0d59a3;
    padding: 5px 0;
}

ul li::before {
    content: "★";
    margin-right: 15px;
}

.section_three h2 {
    text-align: center;
    width: 100%;
}

.section_three .content_starts {
    gap: 60px;
}

.section_three .info {
    border-top: 2px solid #0d59a3;
    border-bottom: 2px solid #0d59a3;
    text-align: center;
    color: #0d59a3;
}

.section_three img {
    filter: blur(2px);
    margin-bottom: 30px;
        aspect-ratio: 3 / 2;
    object-fit: contain;
}

.section_three .w100 {
    gap: 30px;
}

.section_three .w100 .w33 {
    /*width: calc(33% - 18px);*/
    width: calc(25% - 23px);
    position: relative;
    cursor: pointer;
}

.section_three button {
    margin: auto;
    /*margin-block-end: 1em;*/
}
.info button {
    margin-block-end: 1em;
}

.sec_4 {
    background-color: #f9f9f9;
}
.section_top2 img {
    height: 100%;
    object-fit: cover;
}

.sec_4 img {
    filter: none;
    margin: 0;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.spacer {
    padding: 80px 0;
}

.spacer .content_starts {
    height: 4px;
    background: #0d59a3;
    border-radius: 40px;
}

.section_location {
    padding: 80px 0;
    background-image: url(../img/bgimg.jpg);
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_location::after {
    content: "";
    background: #252926;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section_location .content_starts {
    z-index: 2;
    position: relative;
    gap: 60px;
}

.section_location h2 {
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px #000;
    color: #fff;
}

.section_location .top_content {
    padding: 0 5%;
        background: #fff;
    padding: 12px;
    height: calc(100% - 28px);
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.section_location .top_content button {
    width: fit-content;
}

.section_location .top_content ul {
    margin: 0;
    margin-bottom: 30px;
}

.section_about {
    padding: 80px 0;
}

.section_about h2 {
    width: 100%;
    text-align: center;
}

.section_disclaimer {
    padding: 10px 0;
    background-color: #000;
}

.section_disclaimer p {
    color: #fff;
    font-size: 10px;
}
.section_disclaimer a {
    font-size: 10px;
        display: block;
    margin: auto;
    width: fit-content;
}

a {
    color: #0d59a3;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.form_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1100;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.form_container.active {
    height: 100%;
}

.slider_nav button {
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: background-color 0.3s ease;
    right: 0;
    position: absolute;
    top: 0;
    background: transparent;
    border: none;
    display: block;
}

.slider_nav button svg {
    width: 25px;
    height: 25px;
}

.the_form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 40px);
}

.the_form form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 80%;
}

.the_form input {
    max-width: calc(100% - 26px);
    width: 350px;
    padding: 12px;
    font-size: 18px;
}

/* .section_top .top_content p {
    opacity: 0;
    transition: all 0.5s;
} */

.section_talk {
    padding: 80px 0;
}

.section_talk .w50 {
    display: flex;
    flex-direction: column;
}

.section_talk button {
    margin: 15px 0;
}

.whatsapp_fixed {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

.whatsapp_fixed::after {
    content: "1";
    position: absolute;
    left: -2px;
    top: -2px;
    background: red;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.whatsapp_fixed svg {
    width: 40px;
    height: 40px;
    fill: #0d59a3;
    animation: wshake 1s infinite;
}

@keyframes wshake {
    0% {
        scale: 1.2;
    }

    50% {
        scale: 1;
    }

    100% {
        scale: 1.2;
    }
}

button:hover {
    background: #0d59a3;
    color: #fff;
}

button:hover a {
    color: #252926;
}

.slider_nav button:hover {
    background: initial;
    color: initial;
}



.section_about .content_starts {
    gap: 60px;
}

.section_about p {
    margin: 0;
}

.hhtp_sec1c1 {
    position: relative;
}

.hhtp_sec1 .thecontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*left: 5%;*/
    left: 2%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 40px;
}

.hhtp_sec1 .w45 {
    width: 100%;
}

.hhtp_sec1 p,
.hhtp_sec1 button,
.hhtp_sec1 h3 {
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 5px #000;
}

.hhtp_sec1 button {
    border-color: #fff;
}

.fixed_form {
    background: #000;
    width: fit-content;
    margin: auto;
    padding: 20px;
    border-radius: 12px;
     height: fit-content; 
}

.abso_fix_form {
    position: absolute;
    /*right: 0;*/
    transform: translateY(-50%);
    top: 50%;
    right: 5%;
    background: rgba(0, 0, 0, 0.7);
    height: fit-content;
}

.abso_fix_form button {
    border-color: #fff;
    color: #fff;
    text-shadow: none;
}

.inactive_btn {
    background: #0d59a3;
    color: #fff;
    text-shadow: none;
    cursor: text;
}

textarea {
    max-width: calc(100% - 26px);
    width: 350px;
    padding: 12px;
    font-size: 18px;
    font-family: Arial;
}

.hhtp_sec2 .thecontent,
.hhtp_sec3 .thecontent {
    padding-top: 0;
}

.section_location::after {
    opacity: 0.5;
}

/*.section_location ul li {*/
/*    text-shadow: 0 0 5px #000;*/
/*}*/


header {
    position: sticky;
    background: #fff;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #000;
}
.header_main {
    align-items: center;
}
.header_main ul {
    margin: 0;
    display: flex;
}
.header_main ul li::before {
    display: none;
}
.header_main a{
    display: block;
    padding: 8px 12px;
    /*color: #fff;*/
}

a.open_menu_icon,
a.close_menu_icon {
    width: fit-content;
    margin-left: auto;
    display: none;
}
.call_cta{
    display: flex !important;
    gap: 5px;
        border: 2px solid;
    border-radius: 25px;
}
.call_cta span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4 !important;
}
.call_cta span.material-symbols-outlined {
    animation: wshake 1s infinite;
}

.hhtp_sec3 li, .section_location li {
    display: flex;
}

.sec_4 .w33::after {
        content: "";
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    background: transparent;
    position: absolute;
    left: 8px;
    top: 8px;
    border: 1px solid #fff;
}

.gallery_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
        background: rgba(0, 0, 0, 0.9);
        z-index: 110;
    transition: all 0.3s;
}
.gallery_container.active {
    height: 100%;
    opacity: 1;
}
.gallery_container.active .wmain.w100 {
    height: calc(100% - 80px);
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*cursor: zoom-out;*/
}
.gc_ch {
    display: none;
}
.gc_ch.active {
    display: block;
}
.gc_ch img {
        max-width: 80vw;
    max-height: 80vh;
    border: 2px solid #fff;
}

.s_aboutc1r1 {
    display: grid;
    gap: 25px;
        background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.s_aboutc1r1 img {
width: 200px;
    max-width: 100%;
}
.verti_space {
    height: 100%;
    background: #0d59a3;
    border-radius: 40px;
    width: 4px;
}
button.arrow.prev {
    top: 50%;
    left: -12px;
    padding: 0;
}
button.arrow.next {
    top: 50%;
    right: -12px;
    padding: 0;
}
.mwi100 {
    max-width: 100%;
}

.popup_form form {
    position: relative;
        background: #000;
    border-radius: 10px;
    padding: min(9%, 40px);
    border: 1px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form_hero {
    /*background: mediumvioletred;*/
    background-image: url(../img/img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    /*padding: 30px;*/
    aspect-ratio: 450 / 478;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position: center;
        border: 1px solid #fff;
}
.fh_cont {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    padding: 30px;
        height: 100%;
}
.fh_cont * {
    text-shadow: none;
    color: #fff;
}
.fh_cont .top_content {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}


@media (max-width: 1070px) {
    .form_hero {
        display: none;
    }
    .popup_form form {
        border-radius: 10px;
    }
}

@media (max-width: 1000px) {

    .hhtp_sec2 .thecontent,
    .hhtp_sec3 .thecontent {
        padding-top: 5%;
    }

    .wmain {
        flex-direction: column;
    }

    .thecontent {
        max-width: 90%;
    }

    .w45 {
        width: 100%;
    }

    .logo_cont {
        width: 150px;
    }

    h1 {
        font-size: 50px;
    }

    .section_top {
        height: fit-content;
    }

    .section_top .w45 img,
    .section_top .w45 video {
        height: 50vh;
    }

    p {
        font-size: 18px;
    }

    ul li {
        font-size: 18px;
    }

    h2 {
        font-size: 38px;
    }

    .w33 {
        width: 100%;
    }

    .section_three .w100 .w33 {
        width: 100%;
    }

    .w50 {
        width: 100%;
    }

    .section_top .top_content p {
        opacity: 1;
    }

    .the_form input {
        max-width: calc(100% - 28px);
    }

    .rev_flex {
        flex-direction: column-reverse;
    }

    .hhtp_sec1 .thecontent {
        position: initial;
        transform: none;
    }

    .hhtp_sec1 p,
    .hhtp_sec1 button,
    .hhtp_sec1 h3 {
        /*color: #0d59a3;*/
        /* text-shadow: none; */
                color: #fff;
        text-shadow: 0 0 3px #000;
    }

    .section_location .top_content {
        padding: 12px;
        margin-top: 30px !important;
        height: fit-content;
    }

    .hhtp_sec1 button {
        border-color: #0d59a3;
    }

    .hhtp_sec1c1 {
        display: grid;
        /*gap: 30px;*/
        background: #000;
    }

    .abso_fix_form {
        position: relative;
        height: fit-content;
    }

    .hhtp_sec1 .thecontent {
        padding-bottom: 0;
    }

    .hhtp_sec1 button {
        background: transparent;
    }

    .hhtp_sec1 .w45 {
        position: absolute;
        z-index: -1;
        height: 100%;
        width: 100%;
        /*opacity: 0.5;*/
    }

    .hhtp_sec1 .w45 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .the_form {
        max-width: calc(100% - 40px) !important;
        overflow: hidden;
    }

    .the_form form {
        max-width: 100%;
    }

    .section_about,
    .section_three,
    .section_location,
    .spacer {
        padding: 60px 0;
    }

    .section_about .content_starts,
    .section_three .content_starts,
    .section_location .content_starts {
        gap: 40px;
    }
    
    .s_aboutc1 {
    gap: 30px;
    flex-direction: row;
}
.verti_space {
    display: none;
}

    .popup_form {
        max-width: 100% !important;
    }

    .popup_form form {
        max-width: 80% !important;
    }
    .fixed_form {
    height: fit-content;
    transform: none;
        position: initial;
        background: #000;
        border-radius: 0;
}
p.no_mob {
    display: none;
}
button {
    padding: 10px 30px;
}
.hhtp_sec1 .w45 {
    position: initial;
    height: 50vh;
    z-index: 2;
        width: 100vw;
}
.hhtp_sec1 .thecontent {
        padding-top: 0;
        background: #000;
        border-radius: 0;
        padding-top: 20px;
    }
    .header_main {
    flex-direction: row;
}


.main_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding: 20px 0;
    transition: all 0.3s;
}
.main_menu.active {
    width: 210px;
    padding: 20px;
}
.main_menu.active a {
        color: #fff;
}
.header_main ul {
    flex-direction: column;
}
a.open_menu_icon,
a.close_menu_icon {
    display: block;
    cursor: pointer;
}
.form_hero {
    display: none;
}
.popup_form form {
    border-radius: 10px;
}
}

@media (max-width: 580px) {
    .ph_number {
    display: none;
}
.spacer {
    display: none;
}
h2 {
        font-size: 26px;
    }
    p, ul li {
        font-size: 16px;
    }
    .section_about, .section_three, .section_location, .spacer {
        padding: 40px 0;
    }
    .section_about .content_starts, .section_three .content_starts, .section_location .content_starts {
        gap: 25px;
    }
        .hhtp_sec1 .w45 {
        width: auto;
    }
}