html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}
img{
  max-width:100%;
  height:auto
}
/*NAVBAR*/
.navbar {
    margin-bottom: -12vh;
  width: 100%;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar img{
    max-width:100px;
    height:auto;
}
.navbar-brand{
    padding:10px;
}
.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar li a {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.navbar li a:hover {
    color: #E49951;
}
.navbar .nav-link.active{
    color: #E49951;
}
.custom-btn1{
    display: inline-block;
    box-sizing:border-box;
    padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
    border: 2px solid;
    border-radius: 36px;
    text-decoration: none;
}
.navbar li a.custom-btn1:hover{
    background-color: #E49951;
    color: #ffffff;
    border: none
}

/*HOME CAROUSEL*/
.carousel-item{
    position: relative;
    height: 95vh;
    min-height: 500px;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(45%) contrast(120%) saturate(80%);
}
.carousel-caption{
    position: absolute;
    z-index: 2;
    margin-bottom: 6vw;
    padding: 0 15px;
}
.text-1{
    font-size: clamp(0.9rem, 1.5vw, 1.3rem);
    color:antiquewhite;
    font-weight: 400;
    font-family: "Jost";
}
.text-2{
    font-size: clamp(1.8rem, 5vw, 4.5rem);
    line-height: 1.2;
    color: antiquewhite;
    font-weight: 300;
    font-family:"Ortica Linear";
}
.text-1 {
    margin-bottom: 1.5rem;
}
.text-2 {
    margin-bottom: 0;
}

/*ABOUT US*/
.main-about,
.main-gallery,
.main-testimonials,
.about-story,
.highlights,
.main-restaurant,
.highlights-restaurant,
.main-rooms,
.gallery,
.contact{
    background-color: #f2f2ec;
    padding: clamp(40px, 8vw, 100px);
}
.image1 {
    width: 70px;
}
.text-5{
    color: #153d4b;
    font-family: "Jost";
    font-weight: 500;
    font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
}
.text-3{
    font-size: clamp(1.3rem, 4vw, 3.275rem);
    color: #153d4b;
    font-weight: 300;
    font-family:"Ortica Linear";
}
.text-4{
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: #153d4b;
    font-weight: 400;
    font-family: "Jost";
    line-height: 1.7;
}
.custom-btn2{
    display: inline-block;
    box-sizing:border-box;
    padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
    border: 2px solid;
    border-radius: 36px;
    text-decoration: none;
    color: #153d4b;
    font-weight: 500;
    font-size: clamp(0.8rem, 1vw, 1rem);
    text-align: center;
}
.custom-btn2:hover{
    background-color: #E49951;
    color: #ffffff;
    border: none
}
.facility-box{
    height:100%;
    padding:30px 20px;
    text-align:center;
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}
.facility-box:hover{
    transform:translateY(-10px);
    border-color:#E49951;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.facility-box i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#FFF4EA;
    color:#E49951;
    font-size:30px;
    margin-bottom:20px;
}
.facility-box:hover i{
    background:#E49951;
    color:#fff;
    transform:rotateY(180deg);
}
.facility-box h6{
    margin:0;
    font-family:"Jost", sans-serif;
    font-size:15px;
    line-height:1.7;
    font-weight:600;
    color:#222;
}

/*ROOMS*/
.home-rooms {
    padding: clamp(40px, 8vw, 100px);
}
.text-6{
    font-size: clamp(1.4rem, 6vw, 4.675rem);
    color: #153d4b;
    font-weight:100;
    font-family:"Ortica Linear";
}
.room-bg{
    position: relative;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.room-bg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(65%) contrast(120%) saturate(80%);
}
.room-bg:hover img {
    transform: scale(1.04);
}
.room-main-text{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Ortica Linear';
    font-size: clamp(32px, 3vw + 1rem, 56px); 
    font-weight: 400;
    text-align: center;  
}
.room-bg:hover .room-main-text {
  color: rgb(228, 153, 81)!important;
}
.room-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 15px;
    color: #fff;
    font-family: 'Jost';
    font-size: clamp(0.75rem, 1vw + 0.5rem, 1.25rem);
    font-weight: 600;
    text-align: center;
}
.circle-btn {
  position: absolute;
  top: 20px;          
  right: 20px;        
  width: 80px;
  height: 80px;
  background-color: white;
  border: 2px solid #E49951;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1;
}
.circle-btn:hover{
    background-color: #E49951;
    transform: scale(1.03);
    border: 2px solid #fff;
}
.circle-top{
    color: #153d4b;
    font-weight: 700;
}
.circle-bottom{
    color: #E49951;
    font-weight: 700;
}
.circle-bottom:hover{
    color: #fff;
    font-weight: 700;
}
.circle-btn:hover {
    .circle-bottom{
        color: #fff;
    }
}
/*Gallery*/
.image2 {
    width: 100px;
}
.gallery-carousel{
    margin-top:70px;
}
.gallery-carousel .item{
    overflow:hidden;
    border-radius:18px;
    position:relative;
}
.gallery-carousel .item img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:18px;
    filter: brightness(65%) contrast(120%) saturate(80%);
}
.gallery-carousel .item:hover img{
    transform:scale(1.04);
}

/*COVER*/
.top-section{
    position: relative;
    overflow: hidden;
}
.top-section img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    filter: brightness(0.45);
    position: relative;
}
.cover-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}
.cover-title{
    max-width: 900px;
    margin: 0 auto;
    font-family: "Cormorant Garamond", serif;
    color: #F5ECE3;
    font-size: clamp(1.2rem, 2.3vw, 3rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-style: oblique;
}

/*TESTIMONIALS*/
.main-testimonials{
    padding:100px 0;
    background:#f8f7f2;
    position:relative;
}
.testimonial-img{
    margin-top:60px;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    min-height:580px;
}
.testimonial-img img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:20px;
}
.testimonial-img:hover img{
    transform:scale(1.05);
}
.row-testimonial{
    margin-top:60px;
    padding:55px;
    min-height:580px;
    border:1px solid #e7e3da;
    border-radius:20px;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    display:flex;
    justify-content:center;
}
.testimonial-text{
    font-family:"Jost",sans-serif;
    font-size:1.3rem;
    line-height:1.9;
    color:#153d4b;
    text-align:left;
    border-bottom:1px solid #ececec;
    padding-bottom:35px;
    margin-bottom:0;
}
.image-testimonial{
    width:65px !important;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}
.name{
    margin-bottom:4px;
    color:#153d4b;
    font-family:"Jost",sans-serif;
    font-size:1.1rem;
    font-weight:600;
}
.name-2{
    margin-bottom:0;
    color:#888;
    font-family:"Jost",sans-serif;
    font-size:.95rem;
}
.main-testimonials .container .row{
    position:relative;
}
.circle-box{
    position:absolute;
    top:120px;
    left:33.333%;
    transform:translate(-50%,-50%);
    width:95px;
    height:95px;
    border-radius:50%;
    background:#E49951;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    border:10px solid #f8f7f2;
    z-index:10;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.circle-box p{
    margin:0;
}
.row-testimonial .owl-dots{
    margin-top:35px;
}
.row-testimonial .owl-dot span{
    background:#ddd !important;
}
.row-testimonial .owl-dot.active span{
    width:30px;
    border-radius:30px;
    background:#E49951 !important;
}

/*LOCATION & INFO*/
.location-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.tittle{
    font-size: clamp(1.5rem, 4vw + 1rem, 2rem);
    font-weight: 300;
    font-family: 'OrticaLinear';
    color: #153d4b;
}
iframe{
    width: 100%;
    height: 50vh;
    border: 25px;
}
.address-text{
    font-family: 'Jost';
    font-weight: 600;
    color: #838A8D;
    font-size: clamp(0.75rem, 1vw + 0.5rem, 1rem);
}
.address-text1{
    text-decoration: none;
    font-family: 'Jost';
    font-weight: 400;
    color: #153d4b;
    font-size: clamp(1rem, 0.8rem + 1vw, 1.25rem);
}
.location-section .info-bg{
    position:relative;
    height:100%;
    max-height:600px;
    overflow:hidden;
    border-radius:18px;
    display:flex;
    align-items:flex-end;
    padding:40px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.35),
        transparent
    );
}
.info-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(60%);
  z-index: 0;
}
.info-text{
  position: relative;
  z-index: 3;
  text-align: center;
  color: #153d4b;
  font-family: 'Ortica Linear';
  font-weight: 300;
  font-size: clamp(1.5rem, 4vw + 1rem, 2rem);
}
.info-text2{
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-family: 'Jost';
  font-weight: 400;
  font-size: clamp(16px, 1rem + 0.25vw, 18px);
}




/*FOOTER*/
.footer{
    background-color: #153d4b;
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;   
}
.footer .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer1 {
    font-size: 1rem;
    color: #d8d8d8;
    line-height: 1.8;
    max-width: 320px;
    margin: auto;
}
.footer2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
}
.footer3 {
    font-size: 15px;
    color: #d8d8d8;
    margin-bottom: 10px;
    line-height: 1.8;
}
.footer-img{
    max-width: 100px;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}
.footer .row:first-child{
    margin-bottom: 40px;
}
.footer .row:last-child {
    margin-top: auto;
    border-top: 1px solid #e0dfd8;
    padding-top: 20px;
    margin-bottom: 0px;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    color: #E49951;
    text-decoration: none;
}
.footer3 a {
    color: #d8d8d8;
}
.footer3 a:hover {
    color: #E49951;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 35px;
    padding-top: 20px;
}
.powered-by img {
    max-width: 100px;
    margin-left: 8px;
}

/* TOP SECTION */
.top-cover{
    margin: 0px;
    padding: 0px;
    position: relative;
}
.top-cover img {
    height: 50vh;
    width: 100% !important;
    filter: brightness(0.5);
    object-fit: cover;
    position: relative;
}
.cover-content-1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 4vw, 50px);
    text-align: center;
    color: rgba(255,255,255,0.85);
}
.cover-title-1 {
    font-family: 'Heebo', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 500;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
}
.breadcrumb a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #ffffff;
}
.breadcrumb span {
    color: rgba(255,255,255,0.6);
}



/*ABOUT.HTML*/
/*OUR STORY*/
.about-story {
    padding: 100px 0;
    background-color: #ffffff;
}
.about-story .row {
    align-items: center;
}
.text-5 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #153d4b;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.text-3 {
    font-family: 'Heebo', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.2;
    font-weight: 400;
    color: #153d4b;
    margin-bottom: 25px;
}
.text-4 {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    max-width: 750px;
    margin-bottom: 0;
}
.about-story img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 5px;
}
.about-story .my-auto {
    height: 100%;
}

/*WHY US SECTION*/
.whyus-section {
    padding: 80px 0 0;
    background-color: #f8f7f3;
}
.whyus-section .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.facility-box {
    height: 100%;
    text-align: center;
    padding: 25px 15px;
}
.facility-box i {
    font-size: 38px;
    color: #E49951;
    margin-bottom: 15px;
}
.facility-box h6 {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #153d4b;
    margin: 0;
}

.facility-box:hover i {
    transform: translateY(-5px);
    color: #153d4b;
}

/*ROOMS.HTML*/
.rooms-text{
    font-size: clamp(1.125rem, 1rem + 1vw, 1.375rem);
    font-family: 'Jost';
    color: #153d4b;
    font-weight: 400;
    text-align: center;
}
.room-title{
    color: #E49951;
    font-family: 'Ortica Linear';
    font-weight: 400;
    font-size: clamp(2rem, 1.5rem + 1vw, 2.625rem);
}
.room-capacity{
    color: #838A8D;
    font-family: 'Jost';
    font-weight: 600;
    font-size: clamp(0.75rem, 1vw + 0.5rem, 1.2rem);
}
.room-desc{
    color: #153d4b;
    font-family: 'Jost';
    font-weight: 400;
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
}
.card-room{
    border: #838A8D 1px solid;
    position: relative;
}
.card-room:hover{
    background-color: #fff;
}
.card-room-img{
    height: 100%;
}
.card-room img{
    object-fit: cover;
}
.main-rooms .row{
    padding: 1.5rem;
}
.main-rooms img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-rooms .row {
    padding: 1.5rem;
    align-items: stretch;
}
.card-room {
    border: #838A8D 1px solid;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-room-img {
    height: 100%;
}
.main-rooms .col-md-8 img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

/*GALLERY.HTML*/
.gallery img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.gallery {
    padding: 90px 0;
    background-color: #ffffff;
}
.gallery .rooms-text {
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.8;
}
.gallery .item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 280px;
}
.gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery .item:hover img {
    transform: scale(1.08);
}

/*CONTACT.HTML*/
.contact {
    padding: 90px 0;
    background-color: #ffffff;
}
.contact .card-room {
    border: 1px solid #d8d8d8;
    min-height: 220px;
    text-align: center;
    padding: 35px 20px !important;
    background-color: #fff;
}
.contact .card-room:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}
.contact-name i {
    font-size: 32px;
    color: #E49951;
    margin-bottom: 15px;
}
.contact-name {
    font-family: 'Jost', sans-serif;
    color: #153d4b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-text {
    font-family: 'Jost', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}
.contact-text a {
    color: #153d4b;
    text-decoration: none;
}
.contact-text a:hover {
    color: #E49951;
}
.contact .text-4 {
    color: #E49951;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
}
.contact .text-3 {
    color: #153d4b;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
}
.contact iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 8px;
}



/* MEDIA QUERIES */
@media (max-width: 1199.98px) {
    .navbar {
        margin-bottom: 0;
        background: rgba(0, 0, 0, .9);
    }
    .navbar-brand img {
        max-width: 80px;
    }
    .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none !important;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: 35px;
        height: auto;
    }
    .navbar-collapse {
        margin-top: 20px;
        padding: 20px 0;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .navbar-nav .nav-item {
        margin: 8px 0 !important;
    }
    .navbar-nav .nav-link {
        font-size: 17px;
    }
    .custom-btn1 {
        margin-top: 15px;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        max-width: 70px;
    }
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    .custom-btn1 {
        padding: 10px 28px;
    }
}
@media (max-width: 767.98px) {
    .navbar {
        padding: 10px 0;
    }
    .navbar-brand img {
        max-width: 60px;
    }
    .navbar-nav .nav-link {
        font-size: 15px;
    }
    .custom-btn1 {
        width: 180px;
        text-align: center;
        padding: 12px;
    }
    .navbar-nav img {
        width: 25px;
    }
}
@media (max-width: 575.98px) {
    .navbar-brand img {
        max-width: 55px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    .custom-btn1 {
        width: 160px;
        font-size: 14px;
    }
}
@media (max-width: 1199.98px) {
    .carousel-item {
        height: 70vh;
        min-height: 600px;
    }
    .carousel-caption {
        margin-bottom: 8vw;
    }
    .text-2 {
        font-size: 3.8rem;
    }
}
@media (max-width: 991.98px) {
    .carousel-item {
        height: 65vh;
        min-height: 500px;
    }
    .carousel-caption {
        left: 8%;
        right: 8%;
        bottom: 10%;
        margin-bottom: 0;
    }
    .text-1 {
        font-size: 1.1rem;
    }
    .text-2 {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (max-width: 767.98px) {
    .carousel-item {
        height: 80vh;
        min-height: 450px;
    }
    .carousel-caption {
        left: 6%;
        right: 6%;
        bottom: 8%;
        text-align: center;
    }
    .carousel-caption br {
        display: none;
    }
    .text-1 {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .text-2 {
        font-size: 2.2rem;
        line-height: 1.35;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }
}
@media (max-width: 575.98px) {
    .carousel-item {
        height: 50vh;
        min-height: 400px;
    }
    .carousel-caption {
        bottom: 6%;
        padding: 0 10px;
    }
    .text-1 {
        font-size: .9rem;
    }
    .text-2 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1199.98px) {
    .main-about{
        padding:80px 0;
    }
    .main-about .text-3{
        font-size:2.8rem;
    }
    .main-about .facility-box{
        padding:28px 18px;
    }
    .main-about .facility-box i{
        width:70px;
        height:70px;
        line-height:70px;
        font-size:28px;
    }
}
@media (max-width: 991.98px) {
    .main-about{
        padding:70px 0;
    }
    .main-about .row:first-child{
        align-items:center;
    }
    .main-about .text-5{
        font-size:15px;
    }
    .main-about .text-3{
        font-size:2.3rem;
        line-height:1.3;
    }
    .main-about .text-4{
        font-size:16px;
    }
    .main-about .col-lg-4{
        margin-top:35px;
    }
    .main-about .col-lg-4 img{
        width:100%;
        border-radius:16px;
    }
    .main-about .facility-box{
        padding:30px 20px;
    }
    .main-about .facility-box h6{
        font-size:15px;
    }
}
@media (max-width: 767.98px) {
    .main-about{
        padding:60px 0;
        text-align:center;
    }
    .main-about .d-flex:first-child{
        justify-content:center;
    }
    .main-about .image1{
        width:55px;
    }
    .main-about .text-5{
        font-size:14px;
        letter-spacing:2px;
    }
    .main-about .text-3{
        font-size:2rem;
    }
    .main-about .text-4{
        font-size:15px;
        line-height:1.8;
    }
    .main-about .custom-btn2{
        margin:0 auto;
    }
    .main-about .col-lg-4{
        margin-top:35px;
    }
    .main-about .facility-box{
        padding:25px 18px;
    }
    .main-about .facility-box i{
        width:65px;
        height:65px;
        line-height:65px;
        font-size:26px;
        margin-bottom:15px;
    }
    .main-about .facility-box h6{
        font-size:14px;
    }
}
@media (max-width: 575.98px) {
    .main-about{
        padding:50px 0;
    }
    .main-about .image1{
        width:45px;
    }
    .main-about .text-5{
        font-size:13px;
    }
    .main-about .text-3{
        font-size:1.7rem;
        line-height:1.35;
    }
    .main-about .text-4{
        font-size:14px;
    }
    .main-about .custom-btn2{
        width:100%;
        padding:14px 20px;
    }
    .main-about .facility-box{
        padding:22px 15px;
    }
    .main-about .facility-box i{
        width:60px;
        height:60px;
        line-height:60px;
        font-size:24px;
    }
    .main-about .facility-box h6{
        font-size:13px;
        line-height:1.6;
    }
}
@media (max-width: 375px) {
    .main-about .text-3{
        font-size:1.5rem;
    }
    .main-about .text-4{
        font-size:13px;
    }
    .main-about .facility-box{
        padding:20px 12px;
    }
    .main-about .facility-box i{
        width:55px;
        height:55px;
        line-height:55px;
        font-size:22px;
    }
    .main-about .facility-box h6{
        font-size:12px;
    }
}
@media (max-width:1199.98px){
    .main-gallery{
        padding:85px 0;
    }
    .gallery-carousel .item img{
        height:380px;
    }
}
@media (max-width:991.98px){
    .main-gallery{
        padding:75px 0;
    }
    .main-gallery .text-3{
        font-size:2.8rem;
    }
    .main-gallery .col-lg-4 .text-4{
        margin-top:20px !important;
    }
    .gallery-carousel{
        margin-top:50px;
    }
    .gallery-carousel .item img{
        height:350px;
    }
}
@media (max-width:767.98px){
    .main-gallery{
        padding:60px 0;
        text-align:center;
    }
    .main-gallery .d-flex{
        justify-content:center;
    }
    .main-gallery .image2{
        width:55px;
    }
    .main-gallery .text-5{
        font-size:14px;
        letter-spacing:3px;
    }
    .main-gallery .text-3{
        font-size:2.2rem;
        line-height:1.35;
    }
    .main-gallery .text-4{
        font-size:15px;
        line-height:1.7;
        margin-top:25px !important;
    }
    .main-gallery .custom-btn2{
        margin:auto;
    }
    .gallery-carousel{
        margin-top:40px;
    }
    .gallery-carousel .item img{
        height:300px;
    }
    .gallery-carousel .owl-nav{
        display:none;
    }
}
@media (max-width:575.98px){
    .main-gallery{
        padding:50px 0;
    }
    .main-gallery .text-3{
        font-size:1.8rem;
    }
    .main-gallery .text-4{
        font-size:14px;
    }
    .gallery-carousel .item img{
        height:250px;
    }
    .main-gallery .custom-btn2{
        width:100%;
        justify-content:center;
    }
}
@media (max-width: 1199.98px) {
    .top-section img{
        height:45vh;
    }
    .cover-title{
        max-width:800px;
        font-size:2.6rem;
    }
}
@media (max-width: 991.98px) {
    .top-section img{
        height:40vh;
    }
    .cover-content{
        padding:0 40px;
    }
    .cover-title{
        max-width:700px;
        font-size:2.2rem;
        line-height:1.3;
    }
}
@media (max-width: 767.98px) {
    .top-section img{
        height:35vh;
        min-height:280px;
    }
    .cover-content{
        padding:0 25px;
    }
    .cover-title{
        max-width:100%;
        font-size:1.8rem;
        line-height:1.35;
        font-weight:500;
    }
}
@media (max-width: 575.98px) {
    .top-section img{
        height:30vh;
        min-height:240px;
    }
    .cover-content{
        padding:0 20px;
    }
    .cover-title{
        font-size:1.5rem;
        line-height:1.4;
        letter-spacing:0;
    }
}
@media (max-width: 375px) {
    .top-section img{
        min-height:220px;
    }
    .cover-title{
        font-size:1.25rem;
        line-height:1.45;
    }
}
@media (max-width:1199.98px){
    .testimonial-img,
    .row-testimonial{
        min-height:520px;
    }
    .testimonial-img img{
        height:520px;
    }
    .row-testimonial{
        padding:45px;
    }
}
@media (max-width:991.98px){
    .main-testimonials{
        padding:80px 0;
    }
    .testimonial-img{
        margin-top:40px;
        min-height:auto;
    }
    .testimonial-img img{
        height:420px;
    }
    .row-testimonial{
        margin-top:0;
        min-height:auto;
        padding:35px;
    }
    .testimonial-text{
        font-size:1.15rem;
        line-height:1.8;
    }
    .circle-box{
        display:none;
    }
}
@media (max-width:767.98px){
    .main-testimonials{
        padding:70px 0;
        text-align:center;
    }
    .main-testimonials .d-flex:first-child{
        justify-content:center;
    }
    .testimonial-img{
        margin-top:30px;
    }
    .testimonial-img img{
        height:320px;
    }
    .row-testimonial{
        padding:30px 25px;
    }
    .testimonial-text{
        font-size:1rem;
        text-align:center;
        line-height:1.8;
    }
    .row-testimonial .d-flex{
        justify-content:center;
    }
    .image-testimonial{
        width:60px !important;
        height:60px;
    }
    .name{
        font-size:1rem;
    }
    .name-2{
        font-size:.9rem;
    }
}
@media (max-width:575.98px){
    .main-testimonials{
        padding:60px 0;
    }
    .testimonial-img img{
        height:260px;
    }
    .row-testimonial{
        padding:25px 20px;
    }
    .testimonial-text{
        font-size:.95rem;
        line-height:1.7;
        padding-bottom:25px;
    }
    .image-testimonial{
        width:55px !important;
        height:55px;
    }
    .name{
        font-size:.95rem;
    }
    .name-2{
        font-size:.85rem;
    }
    .row-testimonial .owl-dots{
        margin-top:20px;
    }
}
@media (max-width:375px){

    .testimonial-img img{
        height:220px;
    }
    .row-testimonial{
        padding:20px 15px;
    }
    .testimonial-text{
        font-size:.9rem;
    }
    .image-testimonial{
        width:50px !important;
        height:50px;
    }
}
@media (max-width: 1199.98px){
    .location-section{
        padding:80px 0;
    }
    iframe{
        height:450px;
    }
    .location-section .info-bg{
        max-height:450px;
        min-height:450px;
    }
}
@media (max-width: 991.98px){
    .location-section{
        padding:70px 0;
    }
    .location-section .row{
        row-gap:40px;
    }
    iframe{
        height:400px;
    }
    .location-section .info-bg{
        max-height:400px;
        min-height:400px;
    }
    .location-section .d-flex{
        flex-wrap:wrap;
        gap:30px !important;
    }
}
@media (max-width: 767.98px){
    .location-section{
        padding:60px 0;
        text-align:center;
    }
    .tittle{
        font-size:2rem;
        margin-bottom:25px;
    }
    iframe{
        height:320px;
    }
    .location-section .info-bg{
        min-height:320px;
        max-height:320px;
        margin-top:10px;
        padding:25px;
        justify-content:center;
        align-items:center;
    }
    .location-section .d-flex{
        flex-direction:column;
        gap:25px !important;
        margin-top:35px !important;
    }
    .address-text1{
        font-size:17px;
    }
    .info-text2{
        font-size:16px;
        line-height:1.8;
    }
}
@media (max-width: 575.98px){
    .location-section{
        padding:50px 0;
    }
    .tittle{
        font-size:1.7rem;
    }
    iframe{
        height:260px;
    }
    .location-section .info-bg{
        min-height:250px;
        max-height:250px;
        padding:20px;
        border-radius:15px;
    }
    .address-text{
        font-size:14px;
    }
    .address-text1{
        font-size:15px;
        word-break:break-word;
    }
    .info-text2{
        font-size:15px;
        line-height:1.7;
    }
}
@media (max-width: 375px){
    iframe{
        height:220px;
    }
    .location-section .info-bg{
        min-height:220px;
        max-height:220px;
    }
    .info-text2{
        font-size:14px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding: 60px 30px 20px;
    }
    .footer .row:first-child > div {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer1 {
        max-width: 100%;
    }
    .footer-img {
        max-width: 90px;
        margin: 0 auto 15px;
        display: block;
    }
    .footer .row:last-child {
        text-align: center;
    }
    .footer .row:last-child .d-flex {
        justify-content: center !important;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 50px 20px 20px;
    }
    .footer2 {
        font-size: 18px;
    }
    .footer1,
    .footer3 {
        font-size: 14px;
    }
    .footer-img {
        max-width: 80px;
    }
    .footer .row:first-child {
        margin-bottom: 25px;
    }
    .footer .row:first-child > div {
        margin-bottom: 25px;
    }
    .footer .row:last-child {
        text-align: center;
        padding-top: 15px;
    }
    .footer .row:last-child .col-md-6 {
        margin-bottom: 15px;
    }
    .footer .row:last-child .d-flex {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        gap: 8px;
    }
    .powered-by img {
        margin-left: 0;
        max-width: 90px;
    }
}
@media (max-width: 480px) {
    .footer {
        padding: 40px 15px 15px;
    }
    .footer2 {
        font-size: 17px;
    }
    .footer1,
    .footer3 {
        font-size: 13px;
        line-height: 1.6;
    }
    .footer-img {
        max-width: 70px;
    }
    .powered-by img {
        max-width: 80px;
    }
    .footer .row:first-child > div {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .top-cover img {
        height: 45vh;
        min-height: 320px;
    }
    .cover-content-1 {
        width: 90%;
        gap: 25px;
    }
    .cover-title-1 {
        font-size: 2.5rem;
        letter-spacing: 1.5px;
    }
    .breadcrumb {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
    .top-cover img {
        height: 40vh;
        min-height: 280px;
    }
    .cover-content-1 {
        width: 95%;
        gap: 20px;
    }
    .cover-title-1 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .breadcrumb {
        font-size: 0.75rem;
        gap: 8px;
    }
}
@media (max-width: 480px) {
    .top-cover img {
        height: 35vh;
        min-height: 240px;
    }
    .cover-content-1 {
        gap: 15px;
    }
    .cover-title-1 {
        font-size: 1.7rem;
    }
    .breadcrumb {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.7rem;
    }
}
@media (max-width: 991px) {
    .about-story {
        padding: 80px 0;
    }
    .about-story .col-lg-8 {
        margin-bottom: 40px;
    }
    .text-3 {
        font-size: 2.5rem;
    }
    .text-4 {
        font-size: 15px;
    }
    .about-story img {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .about-story {
        padding: 60px 0;
    }
    .text-5 {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    .text-3 {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .text-4 {
        font-size: 14px;
        line-height: 1.8;
    }
    .about-story img {
        height: 350px;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .about-story {
        padding: 50px 15px;
    }
    .text-3 {
        font-size: 1.7rem;
    }
    .text-4 {
        font-size: 13px;
    }
    .about-story img {
        height: 300px;
    }
}
@media (max-width: 1199px) {
    .whyus-section {
        padding: 70px 0;
    }
    .facility-box {
        padding: 20px 10px;
    }
    .facility-box i {
        font-size: 34px;
    }
    .facility-box h6 {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .whyus-section {
        padding: 60px 0;
    }
    .facility-box {
        padding: 25px 20px;
    }
    .facility-box i {
        font-size: 36px;
    }
    .facility-box h6 {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .whyus-section {
        padding: 50px 0;
    }
    .whyus-section .row {
        row-gap: 25px;
    }
    .facility-box {
        padding: 20px 15px;
    }
    .facility-box i {
        font-size: 32px;
    }
    .facility-box h6 {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media (max-width: 480px) {
    .whyus-section {
        padding: 40px 0;
    }
    .facility-box i {
        font-size: 30px;
    }
    .facility-box h6 {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .main-rooms .row {
        padding: 1rem;
    }
    .card-room {
        min-height: 400px;
    }
    .main-rooms .col-md-8 img {
        min-height: 400px;
    }
}
@media (max-width: 767px) {
    .main-rooms .row {
        padding: 1rem 0;
    }
    .main-rooms .col-12 {
        margin-bottom: 20px;
    }
    .card-room {
        min-height: auto;
    }
    .main-rooms .col-md-8 img {
        height: 300px;
        min-height: 300px;
    }
    .rooms-text {
        font-size: 1rem;
    }
    .room-title {
        font-size: 2rem;
    }
    .room-desc {
        font-size: 1rem;
        line-height: 1.7;
    }
}
@media (max-width: 480px) {
    .main-rooms .col-md-8 img {
        height: 250px;
        min-height: 250px;
    }
    .room-title {
        font-size: 1.7rem;
    }
}
@media (max-width: 1199px) {
    .gallery {
        padding: 80px 0;
    }
    .gallery .item {
        height: 250px;
    }
}
@media (max-width: 991px) {
    .gallery {
        padding: 70px 0;
    }
    .gallery .row.g-5 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }
    .gallery .item {
        height: 240px;
    }
}
@media (max-width: 767px) {
    .gallery {
        padding: 50px 15px;
    }
    .gallery .rooms-text {
        font-size: 1rem;
        margin-bottom: 35px;
    }
    .gallery .row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .gallery .item {
        height: 260px;
    }
}
@media (max-width: 480px) {
    .gallery {
        padding: 40px 10px;
    }
    .gallery .item {
        height: 220px;
    }
    .gallery .item::after {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .contact {
        padding: 70px 0;
    }
    .contact .card-room {
        min-height: 200px;
    }
    .contact .row:nth-child(2) {
        margin-top: 30px;
    }
    .contact iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .contact {
        padding: 50px 15px;
    }
    .contact .card-room {
        margin: 10px 0 !important;
        min-height: auto;
        padding: 30px 15px !important;
    }
    .contact-name {
        font-size: 16px;
    }
    .contact-name i {
        font-size: 28px;
    }
    .contact-text {
        font-size: 14px;
    }
    .contact .text-4 {
        font-size: 12px;
        margin-top: 30px !important;
    }
    .contact .text-3 {
        font-size: 2rem;
    }
    .contact iframe {
        height: 300px;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .contact {
        padding: 40px 10px;
    }
    .contact .text-3 {
        font-size: 1.7rem;
    }
    .contact iframe {
        height: 260px;
    }
}



