@media only screen and (max-width: 1576px) {
    .header-one.carousel-item__title {
        font-size: 60px;
        line-height: 60px;
    }
    
    .carousel-item__container {
        width: 620px;
    }
    
    .navbar img {
        height: 210px;
        justify-self: start;
        top: -74px;
        z-index: 1;
    }
}

@media only screen and (max-width: 1399px) {
  .booking-card-wrapper .header-one {
    font-size: 54px;
  }
  .header-one {
    font-size: 58px;
    line-height: 66px;
  }
  .room-btn {
    width: 100%;
  }
  .room-info {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-left {
    padding-left: 15px;
  }
  .carousel-item__info {
    bottom: 140px;
  }
  .carousel__nav {
    bottom: 110px;
  }
  .header-one.carousel-item__title {
    font-size: 90px;
    line-height: 90px;
  }
  .booking-card-wrapper {
    padding: 40px;
  }
  .booking-card-wrapper .header-one {
    line-height: 40px;
    font-size: 40px;
  }
  .testamonials-card-wrapper {
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    padding: 20px 0px 96px;
  }
  .testamonial-marqee-wrapper {
    bottom: 0px;
  }
  .width-phrgraph {
    width: 90%;
  }
  .page-wrapper .btn-wrapper {
    margin-top: 10px;
  }
  .navbar img {
    top: -89px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 95%;
  }
  .expirience-img {
    height: 600px;
  }
  
  .header-one {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1199px) {

    .fix-box {
        height: 560px;
    }
    
    .room-details-card {
        height: 460px;
    }
}

@media only screen and (max-width: 1150px) {
  .desktop-header-btn {
    margin-top: 10px;
  }

}
@media only screen and (max-width: 1024px) {
  .navbar {
    grid-template-columns: 1fr 4fr;
  }
  .social-header ul,
  .conatct-header p {
    margin-bottom: 5px;
  }
  .nav-wrapper-info .btn-wrapper {
    margin-top: 10px;
  }
  .hero-banner-section {
    height: 85vh;
  }
  .header-two.offer-header {
    font-size: 35px;
  }
  .page-name {
    right: 0px;
    width: 550px;
  }
  .navbar img {
    height: 220px;
    top: -82px;
  }
  
  .inner-main-banner {
        height: 450px;
    }
}
@media only screen and (max-width: 991px) {
  /* MOBILE NAVIGATION */
  .navbar img {
    height: 170px;
    top: -55px;
  }
  .navbar .nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 90px;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-126%);
    text-align: center;
    overflow: hidden;
  }
  .navbar .nav li {
    padding: 9px;
    width: 100%;
  }
  .nav-item a {
        width: 100%;
    }
  .navbar .nav li:first-child {
    margin-top: 50px;
  }
  .menu-toggle,
  .bar,
  .conatct-info,
  .main-menu-btn-wrapper {
    display: block;
    cursor: pointer;
  }
  .mobile-nav {
    transform: translate(-20%) !important;
  }
  .padding-left {
    padding-left: 25px;
  }
  marquee {
    font-size: 260px;
  }
  .section-hedaer-villas {
    top: 190px;
  }
  
  .carousel-item__info {
        bottom: 95px;
    }
    
  .header-one.carousel-item__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .page-name .header-one {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 5px !important;
    color: #000000;
  }
  
  .page-name p{
      color: #000000;
  }
  .about-gradient {
    padding: 50px 0px;
    background: linear-gradient(
      90deg,
      rgb(245 245 245) 100%,
      rgb(255 255 255 / 0%) 100%
    );
  }
  .width-header {
    width: 70%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 94%;
  }
  .width-header-one {
    width: 80%;
  }
  .floatig-wrapper {
    right: 45px;
    bottom: 10px;
  }
  .page-name {
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 30px 20px;
  }
  /*.page-name {*/
  /*  bottom: 50px;*/
  /*  top: auto;*/
  /*  left: 0px;*/
  /*  right: auto;*/
  /*}*/
  .inner-main-banner {
    height: 400px;
  }
  .room-images-section {
    margin: 0px 0px 100px;
  }
  #villaImages .carousel-control-next,
  #villaImages .carousel-control-prev {
    width: 94%;
  }
  
  .inner-hero-section {
        padding: 0px 20px 0px;
        height: 340px;
    }

  .inner-main-banner .bg-white {
    position: relative !important;
    background-color: #fff !important;
    bottom: -215px;
  }
  
    .inner-main-banner {
        height: 230px;
    }
    
  /*.inner-gradient {*/
  /*  background: linear-gradient(*/
  /*    38deg,*/
  /*    rgb(245, 245, 245) 22%,*/
  /*    rgba(255, 255, 255, 0) 100%*/
  /*  );*/
  /*}*/
  .expirience-img {
    height: 400px;
  }
  
     .carousel-item__container {
        width: 550px;
    }
    
 .contact-info .col{
      width: 100%;
      flex: inherit;
      padding-bottom: 20px !important;
  }
  
  .contact-info .col .text-start{
      text-align: center !important;
  }
  
  .social-footer .list-unstyled{
    justify-content: center;
  }
  
  .carousel-item__info p{
      display:none !important;
  }
  
  .booking-card-section {
        margin-top: 20px;
        z-index: 3;
    }
    
    .carousel__nav {
        bottom: 40px;
    }
    
    .carousel-item__image {
        background-position: center;
    }
    
    .hero-gradient{
        background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    }
    
    .villa-imgs {
        height: 400px;
    }

}
@media only screen and (max-width: 767px) {
  .features {
    flex-direction: column;
    padding: 50px;
  }

  .hero-banner-section {
    height: 80vh;
  }
  .header-one.carousel-item__title {
    font-size: 70px;
    line-height: 70px;
  }
  .carousel-item__info,
  .carousel__nav {
    left: 50px;
  }
  .width-header {
    width: 100%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 91%;
  }
  .width-header-one {
    width: 100%;
  }
  .testamonials-card-wrapper {
    padding: 20px 25px 67px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .testamonial-card {
    padding: 0px 30px;
  }
  .width-phrgraph {
    width: 100%;
  }
  .long-img,
  .short-img {
    height: 200px;
  }
  .page-name {
    right: auto;
    left: auto;
    width: 100%;
  }
  #villaImages .carousel-control-next,
  #villaImages .carousel-control-prev {
    width: 90%;
  }
  .inner-hero-section {
    padding: 0px 5px 0px;
  }

    .inner-hero-section {
        height: 360px;
    }
  
}
@media only screen and (max-width: 650px) {
  .header-one {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .header-one.carousel-item__title {
    font-size: 60px;
    line-height: 60px;
  }
  .carousel-item__container {
    width: 85%;
  }
  .header-one {
    font-size: 40px;
    line-height: 46px;
  }
  .testamonials-card-wrapper {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .insta-img img {
    height: 340px;
    width: 340px;
  }
  .page-name {
    width: 100%;
  }
  .footer-logo img {
    width: 150px;
  }
  .room-details-card {
    height: 320px;
  }
  .carousel-item_hero {
    padding: 0px 4px 0px;
  }
  .page-name {
    bottom: 0px;
  }
  .row-one {
    gap: 7px;
  }
  
      .inner-main-banner {
        height: 230px;
    }
    
    .villa-detail-box p {
        display: none;
    }
    
     .villa-imgs {
        height: 300px;
    }
    
    .page-name .header-one {
        font-size: 30px;
    }
    
    .inner-hero-section {
        height: 400px;
    }
  

}
@media only screen and (max-width: 480px) {
  .explore-villa-main {
    flex-direction: column;
  }
  .carousel-item__info,
  .carousel__nav {
    left: 30px;
  }
  .header-one.carousel-item__title {
    font-size: 50px;
    line-height: 50px;
  }
  .nav-tabs .nav-link {
    min-width: 160px;
  }
  .icon {
    width: 20px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 88%;
  }
  .header-two {
    font-size: 20px;
  }
  .insta-header img {
    width: 45px;
  }
  .offer-cartd-bg {
    height: 240px;
  }
  .long-img,
  .short-img {
    height: 130px;
  }
  .page-name {
    padding: 15px;
  }
  .floatig-wrapper {
    right: 10px;
  }
  .header-one {
    font-size: 35px;
    line-height: 45px;
  }
  #villaImages .carousel-control-next,
  #villaImages .carousel-control-prev {
    width: 88%;
  }

  .navbar img {
    height: 150px;
    top: -54px;
  }
  .expirience-img {
    height: 250px;
  }
}
