@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

body {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden !important;
}

.navbar-nav .nav-link {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    color: #262626;
    border-right: 1px solid #D4D4D8;
    padding: 0px 25px !important;
    position: relative;
}

.navbar-nav .nav-item:nth-child(5) .nav-link {
    border-right: none !important;
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 15%;
    bottom: -5px;
    width: 70%;
    height: 3px;
    background-color: #5B815A;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-item .nav-link.active::after,
.navbar-nav .nav-item:hover .nav-link::after {
    transform: scaleX(1);
}

.navbar-nav .nav-link.active {
    font-family: "Onest", sans-serif;
    font-weight: 600;
    color: #18181B;
    /* border-bottom: 3px solid #FD9B41; */
}

.contact {
    /* border: 1.5px solid #A1A1AA; */
    color: white;
    background-color: #5B815A;
}

.contact:hover {
    color: white;
    background-color: #5B815A;
    /* color: white; */
    font-weight: 600;
}

.max-w-1160 {
    max-width: 1160px !important;
}

.banner_info h1 {
    font-family: "Onest", sans-serif;
    color: #18181B;
    font-weight: 800;
}

.banner_info p {
    font-family: "Onest", sans-serif;
    color: #18181B;
    font-size: 16px;
}

.banner_btn {
    background: #18181B;
    color: white;
}

.banner_btn:hover {
    background: white;
    color: #18181B;
    border: 1px solid black;
}

.banner_bg_line {
    position: absolute;
    right: -97px;
    width: 915px;
    top: -64px;
}

.banner_head {
    color: #6F906E !important;
    font-family: "Onest", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 700!important;
}

.explore_btn {
    color: white;
    background-color: #5B815A;
    border: none !important;
}

.cloud_01 {
    position: absolute;
    bottom: -100px;
    width: 100%;
    z-index: 2;
}

.inner_box {
    box-shadow: -10.43px 10.43px 10.43px 0px #FFFFFF1A inset, 10.43px -10.43px 10.43px 0px #A5A5A51A inset, 0px 4px 15.3px 0px #0000001C;
    backdrop-filter: blur(20.866666793823242px);
    border-radius: 12px;
    width: fit-content;
}

.ver_line02 {
    position: relative;
}

.ver_line02:before {
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    width: 4px;
    height: 100%;
    background-color: #5B815A;
    z-index: 2;
}

.tour_crad:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.tour_crad h6 {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    line-height: 30.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.tour_crad p {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #505050;
}

.min_60vh {
    min-height: 60vh !important;
}

.check_btn:hover {
    background-color: #5B815A;
    color: white;
}

.explore_btn .arrow-cir {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 2px !important;
    transition: all ease 1s;
}

.explore_btn:hover .arrow-cir {
    transform: rotate(41deg);
}

.explore_btn:hover .ecod {
    outline: 8px solid rgb(255, 255, 255, 0.5) !important;
}


.ring_img {
    background-image: url(../images/skyscraper-around-marina-bay-singapore-city.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 15px;
}

.ring_img2 {
    background-image: url(../images/ring-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    border-radius: 15px;
}

.ring_img2 h2 {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    letter-spacing: -0.08em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.img3{
    width: 12px!important;
    height: 15px!important;
    margin-right: 10px!important;
    margin-top: 3px!important;
}

.ring_img h2 {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    letter-spacing: -0.08em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.ring_img p {
    font-family: "Onest", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

/* .villas_bg {
    background-image: url('../images/villas.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.w_50px{
    width: 100px!important;
}

.desti_card {
    position: relative;
    overflow: hidden;
  }
  
  .desti_card .btn {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
  }
  
  .desti_card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: height 0.3s ease;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .desti_card:hover::before {
    height: 100%;
  }
  
  .desti_card:hover .btn {
    color: white;
    transform: translateY(-150%);
  }
  
  .desti_card .btn {
    position: absolute;
    z-index: 2; 
    bottom: -70px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    background-color: white;
  }

  .desti_card .btn img {
    height: 13px;
}

  .desti_card .btn:hover {
    background-color: #5B815A!important;
    color: white;
  }
  
  .bg_F8F8F8{
    background-color: #F8F8F8!important;
  }


.trip_button {
    color: #18181B;
    background-color: #5B815A;
    border: none !important;
    font-size: 12px !important;
}

.trip_button img {
    height: 13px;
}

.trip_button:hover {
    color: #18181B;
    background-color: #5B815A;
    border: none !important;
    font-size: 12px !important;
}
.whatsby, .whatsby:hover {
            background-color: #25D366;
            color: white;
            max-width: 300px;
        }
.slide_der .badge img{
    height: 15px;
    width: 15px;
    border: 0px!important;
}

.concrd{
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 15px;
    border: 0px solid black;
    transform: scale(0.9);
}

.bg-yelovish{
    background: #FFF7E1;
    color: black;
    font-size: 14px;
}

.bg_blue_white {
    background: linear-gradient(180deg, #F3FAFF 0%, #FFFFFF 100%);

}

.gallery-image {
    width: 100%;
    /* Make width flexible based on the column */
    /* height: 240px; */
    /* Fixed height for all images */
    object-fit: cover;
    /* Cover the area of the box while maintaining aspect ratio */
    display: block;
    /* Remove extra space below the image */
    border-radius: 15px;
}

ring .about_card {
    background-image: url('../images/card_bg.png');
    background-size: 100% 100%;
    min-height: 300px;
    border-radius: 15px;
    background-color: #18181B;
    overflow: hidden;
}

.about_card h2 {
    font-family: "Onest", sans-serif;
    color: #FFFFFF;
    font-weight: 700;
}

.about_icon {
    position: absolute;
    bottom: -21px;
    left: -17px;
    width: 110px;
}

.product_head h3 {
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.46px;
    letter-spacing: 0.15em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #545454;
}

.product_head h2 {
    font-family: "Onest", sans-serif;
    font-weight: 600!important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;

}

.navbar-toggler:focus{
    box-shadow: none!important;
}

.product_head p {
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #262626;
    margin-bottom: 25px;
}


.feature_sub {
    color: #18181B !important;
    font-family: 700 !important;
    word-spacing: 9px;
}

.feature_card h6 {
    font-family: "Onest", sans-serif;
    font-family: "Onest", sans-serif;
    color: black;
    font-weight: 600;
}

.feature_card p {
    font-family: "Onest", sans-serif;
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.feature_card .card {
    border: 1px solid #F4F4F4 !important;
    box-shadow: none !important;
    background-color: white;
    height: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.feature_card .card:hover {
    /* background: rgba(217, 217, 217, .16) !important; */
    /* box-shadow: 0 17px 35px #ffd60c4d !important; */
    box-shadow: 0 10px 20px #fd9c4172 !important;
}

.feature_card img {
    height: 70px;
    margin-right: auto;
    margin-bottom: 20px;
}

.nav_bg {
    background-color: white;
}


.m_bg_icon {
    position: absolute;
    width: 1004px;
    max-width: 100%;
    top: -200px;
    z-index: -1;
}

.m_bg_icon2 {
    position: absolute;
    width: 1004px;
    max-width: 100%;
    top: -111px;
    right: 0;
    z-index: -1;
}

.info_card {
    background-color: black;
}

.info_card h2 {
    font-family: "Onest", sans-serif;
    color: #FFFFFF;
    font-weight: 700;
}

.info_icon {
    position: absolute;
    bottom: -160px;
    left: -230px;
    max-width: 100%;
}


.info_icon2 {
    position: absolute;
    bottom: 24%;
    left: 36%;
    width: 110px;
}


.highlight {
    display: inline;
    background: linear-gradient(to right, #FD9B41 0%, #FD9B41 100%);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 165px 0.2em;
}

.highlight2 {
    display: inline;
    background: linear-gradient(to right, #FD9B41 0%, #FD9B41 100%);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
}

.p_sub_head {
    font-weight: 700;
    position: relative;
    font-family: "Onest", sans-serif;
}

.p_sub_head::after {
    content: '';
    position: absolute;
    left: 0;
    width: 148px;
    background: linear-gradient(to right, #FD9B41 0%, #FD9B41 100%);
    height: 6px;
    bottom: -3px;
    z-index: -1;
}

.testo_card h3 {
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35.19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #090914;

}

.waved{
    background-image: url(../images/contaf.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.testo_card h6 {
    color: #262626;
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.testo_card p {
    color: #6C6C6C;
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.carousel-indicators {
    align-items: center;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.carousel-indicators button {
    /* background-color: #090914 !important; */
    height: 11px !important;
    width: 11px !important;
    border-radius: 50% !important;
    background: #e2e2e2 !important;
    border: 4px solid #fff !important;
    color: #262626;

}

.carousel-indicators button.active {
    color: #fff !important;
    background: #646464 !important;
    border: 5px double !important;
}


.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: auto !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    padding: 10px !important;
    color: #fff;
    text-align: center;
    background: 0 0;
    opacity: 1 !important;
    transition: opacity .15s ease;
    border: 1px solid black;
}

.carousel-control-prev {
    right: 60px !important;
    left: auto !important;
}

.carousel-control-next img,
.carousel-control-prev img {
    width: 24px;
}

.carousel-control-next:hover img,
.carousel-control-prev:hover img {
    filter: invert(1) !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: black !important;
}

/* .feature_card .card:before{
    content: '';
    height: 106%;
    width: 110%;
    position: absolute;
    background: url(../images/card_hove.png);
    background-size: 100% 100%;
    top: -9px;
    left: -5px;
    z-index: -1;
    transform: rotate(180deg);
    border-radius: 30px!important;
} */

.para_col p {
    text-align: start;
}

.text-Para {
    text-align: start;
}

@media only screen and (max-width: 992px) {
    .navbar {
        background-color: white !important;
    }

    .navbar-nav .nav-item .nav-link::after {
        left: 0%
    }

    .waved{
        background-image: url(../images/contaf.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        border-radius: 15px;
    }
}



@media only screen and (max-width: 576px) {
    .para_col p {
        text-align: justify;
    }

    .text-Para {
        text-align: justify;
    }

    .testo_card h3 {
        width: 100% !important;
    }
}

.bg_co {
    background-color: #eeecec;
}


.footer_details {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.footer_details a{
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    color: #090914;
    margin-bottom: 10px!important;
    cursor: pointer;
}


.contact2 label {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.contact2 input,
select {
    background: rgba(217, 217, 217, 0.20);
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.16) solid;
    height: 45px;
}

.contact2 textarea {
    background: rgba(217, 217, 217, 0.20);
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.16) solid;
}

.contact2 textarea {
    background: rgba(217, 217, 217, 0.20);
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.16) solid;
}

.req {
    color: #FF0000;
}

::placeholder {
    font-size: 14px;
    color: #ced4da !important;
}

.contact3 input,
select {
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.16) solid;
    height: 45px;
}

.contact3 textarea {
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.16) solid;
}

.contact3 textarea {
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.16) solid;
}

.map_bg{
    background-image: url(../images/congt.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn_gh{
    background-color: #F7F1D7;
    color: #5B815A;
    font-weight: 600;
}

.btn_gh:hover{
    background-color: #F7F1D7;
    color: #5B815A;
    font-weight: 600;

}

.contact4 ,.contact4:hover {
    /* border: 1.5px solid #A1A1AA; */
    color: black;
    background-color: #FFCC29;
    height: 45px;
}