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

img,
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Analogue';
    src: url('../fonts/AnalogueItalic.woff2') format('woff2'),
        url('../fonts/AnalogueItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Analogue';
    src: url('../fonts/AnalogueRegular.woff2') format('woff2'),
        url('../fonts/AnalogueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Analogue';
    src: url('../fonts/AnalogueItalic.woff2') format('woff2'),
        url('../fonts/AnalogueItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Analogue';
    src: url('../fonts/AnalogueRegular.woff2') format('woff2'),
        url('../fonts/AnalogueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body::-webkit-scrollbar {
    width: 0.5em;
    background-color: #fff;
    border-left: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #1E413A;
    outline: 1px solid #fff;
    border-radius: 15px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p,
li {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

/* Preloader */

/* Preloader end */

.header {
    padding: 10px 8rem 0;
    background-color: #1c3968;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.offcanvas-header {
    justify-content: end;
}

.hambergur {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hambergur a {
    text-decoration: none;
}

.ham_flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hambergur img {
    width: 60px;
}

.req_call p {
    right: 36px;
    position: relative;
}

.hambergur p,
.req_call p {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: #FFF;
    margin: 0;
    text-transform: capitalize;
}

.logo a img {
    width: 80px;
}

.navbar-nav .nav-item a {
    /* font-family: "Manrope", sans-serif; */
    font-size: 20px;
    /* color: #000 !important; */
}

.navbar-nav .nav-item {
    text-align: center;
}

/*****************  *******************************/
.section__banner {
    width: 100%;
    position: relative;
}

/***************** overview *******************************/

.section__aditya {
    width: 100%;
    padding: 70px 0;
    background-color: #F7F6F2;
    position: relative;
}

.adit__div h2 {
    font-family: "Analogue";
    font-size: 55px;
    text-align: left;
    line-height: 55px;
    background: #2D3E2C;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.adit__div p {
    width: 86%;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #333;
    text-align: left;
    line-height: 30px;
    padding-top: 15px;
    /* margin: 0 auto; */
}

.dwnld_brch {
    width: fit-content;
    padding: 15px 20px;
    background: #FCCF34;
    border-radius: 60px;
    /* margin: 23px auto 0; */
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.dwnld_brch:hover {
    background-color: #0e6e39a8;
}

.dwnld_brch span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.over_img1 {
    margin-top: 20%;
}

.usp_row {
    margin-top: 7%;
}

.usp_title h2 {
    font-family: "Analogue";
    font-size: 40px;
    color: #0A0A0A;
    text-align: center;
}

.high_icon {
    margin-bottom: 8px;
}

.high_icon img {
    width: 15%;
}

.high_para p {
    font-size: 15px;
    color: #535353;
    margin: 0;
}

.usp_brd {
    padding: 40px 0;
}

.usp_brd:after {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 138vh;
    border-top: 1px solid #e3e3e3;
}

.usp_brd::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 138vh;
    border-top: 1px solid #e3e3e3;
}

/**************************** Configuration *******************************/

.section__confy,
.section__con,
.section__abt {
    width: 100%;
    padding: 70px 0;
    background-color: #FFF7D4;
    position: relative;
}

.confy_title h2 {
    font-family: "Analogue";
    font-size: 55px;
    background: #0E6E39;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.confy_box h2 {
    font-family: "Analogue";
    font-size: 32px;
    color: #0A0A0A;
    text-align: center;
    padding-top: 15px;
}

.confy_box p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    /* font-weight: 200 !important; */
    color: #0A0A0A;
    text-align: center;
    padding-top: 3px;
}

.confy_know {
    width: fit-content;
    padding: 10px 20px;
    border-radius: 60px;
    border: 1px solid #1E413A;
    color: #0E6E39;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.confy_know span {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    background: #0E6E39;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
}

.confy_know:hover {
    background-color: #0E6E39;
    color: #fff !important;
}

.confy_know:hover span {
    color: #fff;
}

/*********************** Connectivity *********************************/

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

.accordion-button {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none !important;
}

.accordion-button p {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0A0A0A;
}

.accordion-body p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #0A0A0A;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down.webp);
    transform: none;
}

.accordion-button::after {
    background-image: url(../images/up.webp);
}


/**************************** Amenities **********************************/

.section__ameny {
    width: 100%;
    padding: 70px 0;
    background-color: #F7F6F2;
    position: relative;
}

.ameny_box {
    text-align: center;
}

.ameny_icon {
    width: 110px;
    height: 110px;
    background: #0E6E39;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
}

.ameny_icon img {
    width: 60px;
}

.ameny_box p {
    font-weight: 500;
    font-size: 16px;
    color: #0A0A0A;
}

/**************************** Gallery **********************************/

.section__gal {
    width: 100%;
    padding: 70px 0;
    background-color: #F7F6F2;
    position: relative;
}

/* tabs ccs */

.nav-tabs {
    border-bottom: transparent;
}

.nav-tabs .nav-link {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #0A0A0A;
    text-align: center;
    text-transform: capitalize;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #0A0A0A;
    border: none;
    border-bottom: 1px solid #0A0A0A;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: #0A0A0A;
}

/* tabs css end */

/* swiper */

.swiper-container {
    position: relative;
}

.swiper {
    width: 100%;
    padding: 60px 0 95px 0;
}

.swiper-slide {
    width: 10rem;
    height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    /* box-shadow: -1px 5px 15px #0000001f; */
}

.swiper-slide .slide-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 90%;
}

.swiper-slide .author {
    grid-template-columns: 1fr;
    justify-items: center;
    position: absolute;
    bottom: -90px;
    width: 100%;
}

.swiper-slide img {
    filter: blur(3px);
}

.swiper-slide-active img {
    filter: blur(0px);
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}


/* .swiper-button-prev:after {
    content: "";
    background: url(../images/left.svg);
    width: 30px;
    height: 30px;
}
.swiper-button-next:after {
    content: "";
    background: url(../images/right.svg);
    width: 30px;
    height: 30px;
} */

/**************************** About **********************************/

.abt_desc p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.get_btn {
    width: fit-content;
    padding: 15px 20px;
    background: #0E6E39;
    border-radius: 60px;
    /* margin-top: 25px; */
    cursor: pointer;
    margin: 0px auto;
}

.get_btn span {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}

.abt_img1 {
    padding: 0 25px;
}

.abt_img img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 81% 100%, 18% 100%, 18% 82%, 0 82%);
}

.abt_img3 {
    position: absolute;
    bottom: -6%;
    left: 19%;
    width: 40%;
}

/************************* Contact ***************************/

.section__us {
    width: 100%;
    padding: 50px 0;
    background-color: #F7F6F2;
    position: relative;
}

.contact_div input {
    width: 100%;
    background-color: #fff !important;
    border-radius: 25px !important;
    padding: 12px;
}

.input-group>.form-control, .input-group>.form-select {
    width: 100%;
}

.contbtn {
    border: none;
    border-radius: 60px;
    background:#0E6E39;
    padding: 10px 15px;
}

.contbtn span {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
}

/************************* Footer ***************************/

.section__footer {
    width: 100%;
    padding: 30px 0;
    background: #161515;
    color: #fff;
}

.qr_img img {
    width: 10%;
}

.qr_img p,
.dis_desc p {
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
}



/*********************Modal *******************************/

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    background-color: #ECEAE1;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.modal-body h2 {
    font-family: "Analogue";
    font-size: 25px;
    background:#0E6E39;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-body p {
    font-size: 16px;
    color: #000;
}

.modal-body .sub_btn {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 10px 35px;
    background: #0E6E39;
    border-radius: 60px;
    border: none;
}

.modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-body .input-group-addon i {
    margin-top: 5px;
}

.form-group {
    height: 65px;
}

.input-group-addon p {
    color: #FFF;
    font-size: 15px;
}

.form-control {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 0;
}

.input-group>.form-control:focus {
    box-shadow: none !important;
    background: transparent !important;
}

.error {
    color: red;
}

/**************Thank You  **************************/

.thank__sec {
    width: 100%;
    position: relative;
    background: url(../images/bg.webp) center no-repeat;
    background-size: cover
}

.thank_wrap {
    background: #ECEAE1;
    padding: 20px;
    margin: 10% 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid #dadada;
}

.check_sign {
    background: #0E6E39;
    padding: 20px;
    height: 100px;
    width: 100px;
    border: 3px solid #0B7372;
    border-radius: 50%;
    margin: 0 auto;
}

.check_sign i {
    font-size: 55px;
    color: #fff;
}

.section-title h2 {
    font-family: "Analogue";
    font-size: 25px;
    background: #0E6E39;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.oops-greet,
.oops-subtitle {
    font-size: 22px;
    color: #000;
}

.go_txt {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border-radius: 60px;
    background: #0E6E39;
    background-color: transparent !important;
    width: fit-content;
    padding: 10px 20px;
    margin: 15px auto 0;
}

/*******  ***********/

.btn_dwnld {
    position: fixed;
    bottom: 5px;
    left: 15px;
    width: fit-content;
    padding: 10px 20px;
    background: #FCCF34;
    color: #000;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
    border-radius: 20px;
}

.btn_enq {
    position: fixed;
    bottom: 5px;
    right: 15px;
    width: fit-content;
    padding: 10px 20px;
    background: #FCCF34;
    color: #000;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
    border-radius: 20px;
}


#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.confy-box-img {
    width: 100%;
    height: 309px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.confy-box-img a {
    transition: all .3s ease-in-out;
}

.confy-box-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.confy_box {
    transition: all .3s ease-in-out;
}

.confy_box:hover .confy-box-img a img {
    transform: scale(1.1);
}

.ameny_box {
    width: 100%;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); */
    padding: 19px 0;
    border: 1px solid #0E6E39;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.ameny_box p {
    margin: 0;
}

.ameny_box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.navbar-brand img {
    width: 224px;
}

.abt-name-top {
    width: 100%;
    height: 370px;
    padding: 10px;
    border: 1px solid #0E6E39;
    border-radius: 5px;
}

.abt-name-top img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.abt-name-bottom {
    text-align: center;
    padding-top: 13px;
}

.abt-name-bottom .status {
   display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #0E6E39;
    margin-bottom: 5px;
    font-family: "Analogue";
}

.abt-name-bottom h3 {
    font-size: 23px;
    margin-bottom: 6px;
}

.abt-name-bottom p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    margin: 0;
}

.map_img h3 {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    text-align: center;
    margin-top: 27px;
}

.projects-box {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}

.projects-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .3s linear;
}

.projects-box a img {
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}

.overlay-name {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s linear;
}

.overlay-name h3 {
    font-size: 23px;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
}

.projects-box a:hover .overlay-name {
    opacity: 1;
}

.projects-box a:hover img {
    transform: scale(1.1);
}

.projects-inner-sec h3 {
    font-family: "Analogue";
    font-size: 29px;
    margin-bottom: 30px;
    color: #0A0A0A;
}

.projects-box-outer {
    padding-right: 5px;
    padding-left: 5px;
}

.first-projects-inner {
    margin-bottom: 20px;
}

.abt-directros-box {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.abt-directros-left {
    width: 25%;
}

.abt-directors-right {
    width: 75%;
    padding-left: 30px;
}

.abt-directros-left img {
    border-radius: 120px 0px 120px 0px;
}

.abt-directors-right-top h3 {
    font-size: 28px;
    font-weight: 600;
    color: #0E6E39;
    margin-bottom: 5px;
    font-family: "Analogue";
}

.abt-directors-right-top .status {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.abt-directros-box-two {
    flex-direction: row-reverse;
}

.abt-directros-box-two .abt-directors-right {
    padding-left: 0;
    padding-right: 30px;
}

.abt-directros-box-two .abt-directros-left img {
    border-radius: 0px 120px 0px 120px;
}

.abt-directors-sec {
    margin-top: 40px;
}











