* {
    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";
    font-weight: 400;
    src: url(../fonts/Analogue\ copy.otf);
}

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: center;
    line-height: 55px;
    background: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: center;
    line-height: 30px;
    padding-top: 15px;
    margin: 0 auto;
}

.dwnld_brch {
    width: fit-content;
    padding: 15px 20px;
    background: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    border-radius: 60px;
    margin: 23px auto 0;
    cursor: pointer;
}

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

.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: #ECEAE1;
    position: relative;
}

.confy_title h2 {
    font-family: "Analogue";
    font-size: 55px;
    background: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: "Analogue";
    font-size: 26px;
    color: #0A0A0A;
    text-align: center;
    padding-top: 20px;
}

.confy_know {
    width: fit-content;
    padding: 10px 20px;
    border-radius: 60px;
    border: 1px solid #1E413A;
    margin: 20px auto 0;
    cursor: pointer;
}

.confy_know span {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    background: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*********************** 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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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 {
    background-color: #fff !important;
    border-radius: 25px;
    padding: 12px;
}

.contbtn {
    border: none;
    border-radius: 60px;
    background: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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;
}

.qr_img img {
    width: 10%;
}

.qr_img p,
.dis_desc p {
    font-size: 14px;
    color: #0A0A0A;
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    color: #fff;
    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: linear-gradient(97deg, #1E413A 0%, #0B7372 50.06%, #1E413A 100.11%);
    color: #fff;
    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%;
}