*::before,
*::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
a,
a:visited,
a:link,
a:active a:hover {
  text-decoration: none;
  color: #4a4a4a !important;
}
::-webkit-scrollbar {
  display: none;
}
ul {
  list-style-type: none;
}
.menu{
  margin-top: 10px;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.container{
  width: 100% !important;
  padding: 0 !important;
  background: #fff;
  /* overflow: hidden; */
}
/* @media screen and (min-width:360px){
  .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px;
  }
} */
@media screen and (min-width: 320px) and (max-width: 460px) {
  .small-none {
    display: none;
    background: #5567b0;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 10px 25px 10px 25px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #f3f3f3;
    color: #fff;
    box-shadow: 0px 0px 7px 2px #efefef;
  }
  header h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    /*! text-transform: uppercase; */
    color: #fff;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 20px;
  }
  .banner {
    margin: 25px 20px;
  }
  .banner-bg {
    /* background: url("https://img.freepik.com/free-vector/diagonal-motion-lines-white-background_1017-33198.jpg?w=2000"); */
    background-size: 100% 100%;
    height: 81%;
    background-position: top;
    border-radius: 6px;
    
  }
  .banner-bg .banner-text {
    /* padding: 30px 25px; */
    font-family: Poppins;
  }
  .banner-bg .banner-text h1 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .banner-bg .banner-text p {
    font-size: 12px;
    font-weight: 400;
  }
  .banner-bg .banner-text .ex {
    font-size: 12px;
    font-weight: 700;
  }
  .fac {
    margin-top: -170px;
    font-family: Poppins;
  }
  .fac p {
    font-size: 17px;
  }
  .icons-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0px;
    row-gap: 15px;

  }
  .icons-list .icon-t {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icons-list .icon-t i {
    font-size: 17px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 6px;
  }
  .icons-list .icon-t p {
    margin-top: 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .rooms {
    margin: 20px 25px;
    /* position: relative; */
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 44px;
  }
  .rooms .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .rooms .card-header {
    padding: 0 !important;
  }
  .rooms .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #5567b0;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .hotel-fac {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    margin: 20px 32px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 5px solid #e4f3f6;
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 17px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
    font-size: 15px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 25px 10px 32px !important;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    align-items: center;
    font-family: Poppins;
  }
  .outings .outings-text {
    margin: 40px 0 0 0;
  }
  .outings .outings-post {
    width: 100%;
  }
  .outings h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .outings p {
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
      width: 100%;
  }
  .nearby {
    margin: 0 25px;
    font-family: Poppins;
  }
   /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }
  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 10px 15px 10px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header h2 {
    font-size: 17px;
  }
  .nearby .modal-body {
    padding: 20px 16px;
    scroll-behavior: smooth;
    height: auto;
    overflow-y: auto;
  }
  .nearby .modal-body button {
    border: 0;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 5px;
    color: #000;
  }
  .nearby .modal-body button :hover {
    border: 0;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs .attr1 span {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
  }
  .nearby .attrs img {
    width: 79px;
    height: 80px;
    border-radius: 10px;
    border: 3px solid #ccc;
    object-fit: cover;
  }
  .masonry {
    columns: 4;
    column-gap: 13px;
    margin-top: 30px;
    width: 90%;
    position: relative;
    left: 37%;
    transform: translate(-35%, 5%);
    margin-bottom: 130px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .testimonials {
    width: 100%;
    background: #e4f3f6;
    height: 520px;
    padding: 30px 41px;
    /* position: relative; */
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 460px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 15px 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    margin-top: 19px;
    padding-top: 10px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .accordin {
    font-family: Poppins;
    /* height: 200px; */
  }
  .accordin div.c {
    position: relative;
    margin: 1em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
    /* margin-bottom: auto; */
  }
  .accordin h1 {
    background: #5567b0;
    color: #fff;
    padding: 0.6em;
    position: relative;
    font-size: 12px;
    border-radius: 5px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-left: 14px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: auto;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 1em;
    /* line-height: 1em; */
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 10px solid transparent;
    border-top: 14px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 115px;
  }
  footer {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Poppins;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .footer-icons i {
    font-size: 17px;
    color: #323232;
    font-weight: 700;
  }
  .footer-icons i,
  .footer-icons p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
  }
  .footer-icons p a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
  }
  /* Single Page */
  .outer-wrapper {
    width: 100%;
    /*! margin: 30px 22px 10px 22px; */
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 55%;
    position: relative;
    border: 2px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 6px;
    height: 14px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  /* 460 */
  .page-content {
    padding: 0 25px;
    font-family: Poppins;
  }
  .page-content .price-rate{
    font-size: 15px;
    font-weight: 700;
  }
  .page-content .room-desc{
    font-size: 12px;
    margin-top: 17px;
    text-align: justify;
  }
  .page-content h1 {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Poppins;
  }
  .page-content h1 span {
    font-size: 10px;
    background: #ccc;
    padding: 6px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 25px 60px 25px;
  }
  summary {
    border: 4px solid transparent;
    outline: none;
    padding: 1rem;
    display: block;
    background: #666;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: Poppins;
  }
  .room-details details summary::-webkit-details-marker {
    display: none;
  }
  .room-offers details[open] > summary:before {
    transform: rotate(90deg);
    transition: 0.45s transform ease;
  }

  /* # The Sliding Summary # */
  .room-offers details {
    overflow: hidden;
  }
  .room-offers details summary {
    position: relative;
    /* z-index: 1; */
  }
  @keyframes details-show {
    from {
      margin-bottom: -80%;
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  .room-offers details > *:not(summary) {
    animation: details-show 500ms ease-in-out;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    color: transparent;
    overflow: hidden;
  }
  .room-offers details[open] > *:not(summary) {
    color: inherit;
  }
  .room-offers .content {
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-top: none;
    /* box-shadow: 0px 0px 7px 2px red; */
  }
  .room-offers .content h1 {
    font-size: 15px;
  }
  .form {
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 10px;
    height: 600px;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .form label {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
  }
  form a {
    color: #fff !important;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 10px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
  }
  /* Contact */
  .map {
    width: 85%;
    margin: 0 auto;
    display: block;
    padding-top: 20px !important;
  }
  .qr {
    height: 165px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .addr {
    width: 85%;
    display: block;
    margin: 30px auto;
  }
  .addr p {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    line-height: 29px;
    margin-top: 7px;
  }
  .addr span {
    font-family: "Roboto";
    font-weight: 800;
    font-size: 13px;
    line-height: 30px;
    margin-top: 7px;
  }
  .addr span i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
  }
  .share-wp {
    /* width: 85%; */
    display: block;
    margin: 0 auto 13px auto;
    background: #333;
    padding: 26px 34px !important;
    height: 265px;
  }
  .wp-h4 {
    text-align: center;
    /* margin-top: 41px; */
    font-weight: 300 !important;
    /* background: #22935e; */
    width: 85%;
    margin: 16px auto 24px auto;
    padding: 7px !important;
    color: #fff;
    border-radius: 25px;
    font-size: 24px;
  }
  .form-control {
    padding: 0.375rem 0.75rem !important;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    margin-left: 5px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  /* Contact */
  /*400 categories page */
  .main-title {
    margin: 30px 25px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0 15px;
    font-family: Poppins;
    margin-bottom: 40px;
  }
  .container-rooms .card {
    /* margin: 10px; */
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
  }
  .card-header {
    padding: 0 !important;
  }
  .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .cards-body {
    padding: 10px 15px;
  }
  .cards-body h1 {
    font-size: 15px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .cards-body .icons img {
    width: 20px;
    height: 20px;
  }
  .cards-body .icons span {
    font-size: 15px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .cards-body .r-rr .info-1 span {
    font-size: 15px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 10px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 15px;
  }
  .cards-body .r-rr .info-2 .p-rate i {
    font-size: 17px;
  }
}
@media screen and (min-width: 461px) and (max-width: 767px) {
  .small-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 10px 25px 10px 25px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    background: #292c2f;
  }
  header h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
    color: #fff;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 20px;
  }
  .banner {
    margin: 25px 20px;
  }
  .banner-bg {
    background: url("https://img.freepik.com/free-vector/diagonal-motion-lines-white-background_1017-33198.jpg?w=2000");
    background-size: 100% 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
    background: #cac9ce;
  }
  .banner-bg .banner-text {
    padding: 30px 25px;
    font-family: Poppins;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .banner-bg .banner-text p {
    font-size: 16px;
    font-weight: 400;
  }
  .banner-bg .banner-text .ex {
    font-size: 12px;
    font-weight: 700;
  }
  .fac {
    margin-top: 20px;
    font-family: Poppins;
  }
  .fac p {
    font-size: 17px;
  }
  .icons-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
  .icons-list .icon-t {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icons-list .icon-t i {
    font-size: 17px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 6px;
  }
  .icons-list .icon-t p {
    margin-top: 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .rooms {
    margin: 20px 25px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }
  .rooms .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .rooms .card-header {
    padding: 0 !important;
  }
  .rooms .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .hotel-fac {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    margin: 20px 25px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 5px solid #e4f3f6;
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 17px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
    font-size: 15px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 25px 10px 25px !important;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    align-items: center;
    font-family: Poppins;
  }
  .outings .outings-text {
    margin: 40px 0 0 0;
  }
  .outings .outings-post {
    width: 100%;
  }
  .outings h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .outings p {
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
      width: 100%;
  }
  .nearby {
    margin: 0 25px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }
  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 10px 15px 10px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header h2 {
    font-size: 17px;
  }
  .nearby .modal-body {
    padding: 20px 16px;
    scroll-behavior: smooth;
    height: 270px;
    overflow-y: auto;
  }
  .nearby .modal-body button {
    border: 0;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 5px;
    color: #000;
  }
  .nearby .modal-body button :hover {
    border: 0;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs .attr1 span {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
  }
  .nearby .attrs img {
    width: 110px;
    height: 100px;
    border-radius: 10px;
    border: 3px solid #ccc;
    object-fit: cover;
  }
  .masonry {
    columns: 4;
    column-gap: 13px;
    margin-top: 30px;
    width: 90%;
    position: relative;
    left: 37%;
    transform: translate(-35%, 5%);
    margin-bottom: 130px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .testimonials {
    width: 100%;
    background: #e4f3f6;
    height: 520px;
    padding: 30px 25px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 460px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 15px 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .accordin {
    font-family: Poppins;
    height: 300px;
  }
  .accordin div.c {
    position: relative;
    margin: 1em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: #333;
    color: #fff;
    padding: 0.8em;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  footer {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Poppins;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .footer-icons i {
    font-size: 17px;
    color: #000;
    font-weight: 700;
  }
  .footer-icons i,
  .footer-icons p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
  }
  .footer-icons p a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
  }
  /* Single Page */
  .outer-wrapper {
    width: 93%;
    margin: 30px 22px 10px 22px;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 55%;
    position: relative;
    border: 2px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 6px;
    height: 14px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  /* 460 */
  .page-content {
    padding: 0 25px;
    font-family: Poppins;
  }
  /* .price-rate{
    font-size: 23px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 23px;
  } */
  .page-content h1 {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Poppins;
  }
  .page-content .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .page-content .room-desc{
    font-size: 12px;
    margin-top: 20px;
    text-align: justify;
  }
  .page-content h1 span {
    font-size: 10px;
    background: #ccc;
    padding: 6px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 25px 60px 25px;
  }
  summary {
    border: 4px solid transparent;
    outline: none;
    padding: 1rem;
    display: block;
    background: #666;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: Poppins;
  }
  .room-details details summary::-webkit-details-marker {
    display: none;
  }
  .room-offers details[open] > summary:before {
    transform: rotate(90deg);
    transition: 0.45s transform ease;
  }

  /* # The Sliding Summary # */
  .room-offers details {
    overflow: hidden;
  }
  .room-offers details summary {
    position: relative;
    z-index: 10;
  }
  @keyframes details-show {
    from {
      margin-bottom: -80%;
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  .room-offers details > *:not(summary) {
    animation: details-show 500ms ease-in-out;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    color: transparent;
    overflow: hidden;
  }
  .facilities{
    display: grid;
    grid-template-columns:  1fr 1fr;
  }
  .room-offers details[open] > *:not(summary) {
    color: inherit;
  }
  .room-offers .content {
    padding: 10px;
    border: 2px solid #888;
    border-top: none;
  }
  .room-offers .content h1 {
    font-size: 15px;
  }
  .form {
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 10px;
    height: 450px;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .form label {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
  }
  form a {
    color: #fff !important;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 10px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
  }
  /* Contact */
  .map {
    width: 85%;
    margin: 0 auto;
    display: block;
    padding-top: 20px !important;
  }
  .qr {
    height: 165px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .addr {
    width: 85%;
    display: block;
    margin: 30px auto;
  }
  .addr p {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    line-height: 29px;
    margin-top: 7px;
  }
  .addr span {
    font-family: "Roboto";
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    margin-top: 7px;
  }
  .addr span i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
  }
  .share-wp {
    /* width: 85%; */
    display: block;
    margin: 0 auto 13px auto;
    background: #333;
    padding: 26px 34px !important;
    height: 300px;
  }
  .wp-h4 {
    text-align: center;
    /* margin-top: 41px; */
    font-weight: 300 !important;
    /* background: #22935e; */
    width: 85%;
    margin: 16px auto 24px auto;
    padding: 7px !important;
    color: #fff;
    border-radius: 25px;
    font-size: 24px;
  }
  .form-control {
    padding: 0.375rem 0.75rem !important;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    margin-left: 5px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  /* Contact */
  /*400 categories page */
  .main-title {
    margin: 30px 25px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0 15px;
    font-family: Poppins;
    margin-bottom: 40px;
  }
  .container-rooms .card {
    /* margin: 10px; */
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 520px;
    margin-bottom: 20px;
  }
  .card-header {
    padding: 0 !important;
  }
  .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .cards-body {
    padding: 10px 15px;
  }
  .cards-body h1 {
    font-size: 15px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .cards-body .icons img {
    width: 20px;
    height: 20px;
  }
  .cards-body .icons span {
    font-size: 15px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .cards-body .r-rr .info-1 span {
    font-size: 15px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 10px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 15px;
  }
  .cards-body .r-rr .info-2 .p-rate i {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 /* .web-none {
    display: none;
  } */
  .tab-b{
    display: block !important;
  }
 .tab-none {
  display: none;
}
  .small-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 20px 35px 10px 35px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 22px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
    white-space: nowrap;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 35px !important;
  }
  .banner-bg {
    /* background: url("https://images.unsplash.com/photo-1561501900-3701fa6a0864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"); */
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: 100px 30px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .banner-bg .banner-text p {
    font-size: 13px;
  }
  .banner .fac {
    background: #fff;
    margin: -60px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 170px;
    border-radius: 10px;
    font-family: Poppins;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 15px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 20px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 5px;
    border-radius: 5px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
    font-size: 12px;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 8px;
    font-weight: 700;
  }
  .banner-bg .banner-text span {
    font-size: 15px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .rooms {
    margin-top: 50px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 40px 30px 25px;
    column-gap: 20px;
  }
  .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .card-header {
    padding: 0 !important;
  }
  .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .hotel-fac {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 35px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 35px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
  }
  .outings h1 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
  }
  .outings p {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    padding-left: 20px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .nearby {
    margin: 30px 35px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 22px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    /* display: grid;
    grid-template-columns: repeat(3,1fr); */
    height: 500px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 20px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 8px;
  }
  .nearby .attrs img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 10px;
    margin-top: 15px;
    font-weight: 700;
    white-space: nowrap;
  }
  .testimonials {
    background: #e4f3f6;
    height: 460px;
    padding: 30px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1em;
    position: relative;
    font-size: 14px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 17px;
    float: left;
    margin-top: 8px;
  }
  .col-md-4{
    white-space: nowrap;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 9px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 22px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 18px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 10px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 27px;
    width: 29px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
  }
  .footer-widget-heading h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 15px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 20px 20px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #73ba9b;
    padding: 16px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  .outer-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    /* border: 10px solid #fff; */
    /* background-color: #efefe8; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 35px;
    font-family: Poppins;
  }
  .page-content .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .page-content .room-desc{
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
  }
  .page-content h1 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 700;
  }
  .single-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .room-offers {
    padding: 20px 25px 60px 25px;
  }
  summary {
    border: 4px solid transparent;
    outline: none;
    padding: 1rem;
    display: block;
    background: #666;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: Poppins;
  }
  .room-details details summary::-webkit-details-marker {
    display: none;
  }
  .room-offers details[open] > summary:before {
    transform: rotate(90deg);
    transition: 0.45s transform ease;
  }
   .room-offers .facilities{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
   }
  /* # The Sliding Summary # */
  .room-offers details {
    overflow: hidden;
  }
  .room-offers details summary {
    position: relative;
    z-index: 10;
  }
  @keyframes details-show {
    from {
      margin-bottom: -80%;
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  .room-offers details > *:not(summary) {
    animation: details-show 500ms ease-in-out;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    color: transparent;
    overflow: hidden;
  }
  .room-offers details[open] > *:not(summary) {
    color: inherit;
  }
  .room-offers .content {
    padding: 10px;
    border: 2px solid #888;
    border-top: none;
  }
  .room-offers .content h1 {
    font-size: 15px;
  }
  form {
    margin: 40px 15px 0 15px;
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 97%;
    /*height: 775px;*/
    border-radius: 10px;
  }
  form label {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 15px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 15px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
  }
  /* 1024 categories page */
  .main-title {
    margin: 30px 35px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 35px 35px 15px;
    gap: 10px;
    font-family: Poppins;
  }
  .container-rooms .card {
    /* margin: 10px; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 600px;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 20px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
  }
  .cards-body .icons img {
    width: 20px;
    height: 20px;
  }
  .cards-body .icons span {
    font-size: 17px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 17px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1269px) {
  /* .web-none {
    display: none;
  } */
  .tab-none {
    display: none;
  }
  .tab-b {
    display: block !important;
  }
  .small-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 20px 35px 10px 35px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 40px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 35px !important;
  }
  .banner-bg {
    /* background: url("https://images.unsplash.com/photo-1561501900-3701fa6a0864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"); */
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: 100px 30px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .banner-bg .banner-text p {
    font-size: 13px;
  }
  .banner .fac {
    background: #fff;
    margin: -60px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 170px;
    border-radius: 10px;
    font-family: Poppins;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 20px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 5px;
    border-radius: 5px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
    font-size: 12px;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 10px;
    font-weight: 700;
  }
  .banner-bg .banner-text span {
    font-size: 15px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .rooms {
    margin-top: 50px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 40px 30px 25px;
    column-gap: 20px;
  }
  .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .card-header {
    padding: 0 !important;
  }
  .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .hotel-fac {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 35px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 35px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
  }
  .outings h1 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
  }
  .outings p {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    padding-left: 20px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .nearby {
    margin: 30px 35px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 22px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    /* display: grid;
    grid-template-columns: repeat(3,1fr); */
    height: 1000px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 22px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 25px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 8px;
  }
  .nearby .attrs img {
    /* width: 110px; */
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
    white-space: nowrap;
  }
  .testimonials {
    background: #e4f3f6;
    height: 460px;
    padding: 30px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1em;
    position: relative;
    font-size: 14px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 17px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 12px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 22px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 18px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 10px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 28px;
    width: 31px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 15px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 20px 20px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #73ba9b;
    padding: 16px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  .outer-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("C:\Users\Amity4\Documents\BookHotel\assets\images\banner1.png");
  }
  .s-wrap .s-item-2 {
    background-image: url("C:\Users\Amity4\Documents\BookHotel\assets\images\banner1.png");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 35px;
    font-family: Poppins;
  }
  .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 700;
  }
  .single-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .room-offers {
    padding: 20px 25px 60px 25px;
  }
  summary {
    border: 4px solid transparent;
    outline: none;
    padding: 1rem;
    display: block;
    background: #666;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: Poppins;
  }
  .room-details details summary::-webkit-details-marker {
    display: none;
  }
  .room-offers details[open] > summary:before {
    transform: rotate(90deg);
    transition: 0.45s transform ease;
  }

  /* # The Sliding Summary # */
  .room-offers details {
    overflow: hidden;
  }
  .room-offers details summary {
    position: relative;
    z-index: 10;
  }
  @keyframes details-show {
    from {
      margin-bottom: -80%;
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  .room-offers details > *:not(summary) {
    animation: details-show 500ms ease-in-out;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    color: transparent;
    overflow: hidden;
  }
  .room-offers .facilities{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .room-offers details[open] > *:not(summary) {
    color: inherit;
  }
  .room-offers .content {
    padding: 10px;
    border: 2px solid #888;
    border-top: none;
  }
  .room-offers .content h1 {
    font-size: 18px;
  }
  form {
    margin: 20px 35px;
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 90%;
    height: 550px;
    border-radius: 10px;
  }
  form label {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 15px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
  }
  /* 1024 categories page */
  .main-title {
    margin: 30px 35px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 55px 35px 35px;
    gap: 18px;
    font-family: Poppins;
  }
  .container-rooms .card {
    /* margin: 10px; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 700px;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 22px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
  }
  .cards-body .icons img {
    width: 20px;
    height: 20px;
  }
  .cards-body .icons span {
    font-size: 17px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 17px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}


@media screen and (min-width: 1270px) and (max-width: 1368px) {
  .web-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 20px 45px 10px 45px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 40px;
  }
  header nav {
    margin-top: 15px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 45px !important;
  }
  .banner-bg {
    /* background: url("https://images.unsplash.com/photo-1561501900-3701fa6a0864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"); */
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: 150px 60px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .banner-bg .banner-text p {
    font-size: 13px;
  }
  .banner .fac {
    background: #fff;
    margin: -110px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 190px;
    border-radius: 10px;
    font-family: Poppins;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 5px;
    border-radius: 5px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .banner-bg .banner-text span {
    font-size: 15px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .rooms {
    margin-top: 50px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 72px 30px 65px;
  }
  .c-rooms .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .c-rooms .card-header {
    padding: 0 !important;
  }
  .c-rooms .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .touch-bar {
    background: rgb(251 248 248);
    width: 93%;
    height: 180px;
    border-radius: 10px;
    margin: -140px 45px 0 45px !important;
  }
  .hotel-fac {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 95px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img{
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 65px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
  }
  .outings h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .outings p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .nearby {
    margin: 30px 55px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 22px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    /* display: grid;
    grid-template-columns: repeat(3,1fr); */
    height: 570px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 25px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 25px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    row-gap: 20px;
  }
  .nearby .attrs img {
    width: 115px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
  }
   .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .testimonials {
    background: #e4f3f6;
    height: 460px;
    padding: 30px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1em;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  /* Footer /* 1366 footer */
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 17px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 35px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 22px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #7e7e7e;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 11px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 30px;
    width: 31px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #3b5998;
  }
  .twitter-bg {
    background: #55acee;
  }
  .google-bg {
    background: #dd4b39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 16px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 30px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #73ba9b;
    padding: 30px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  /* Single Page */
  .outer-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 45px;
    font-family: Poppins;
  }
  .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .page-content h1 span {
    font-size: 20px;
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 45px;
    font-family: Poppins;
  }
  .room-offers p {
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
  }
  .room-offers .single-text {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .room-offers .fac
  .room-offers .content {
    padding: 10px;
    border: 2px solid #888;
    border-top: none;
  }
  .room-offers .single-text .facilities {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .room-offers .single-text .facilities .room-fac h1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
  }
  .room-offers .single-text .facilities .room-fac ul li {
    list-style-type: disc;
    line-height: 48px;
    font-size: 22px;
  }
  form {
    /* margin: 0 55px; */
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 100%;
    height: 600px;
    border-radius: 10px;
  }
  form label {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 18px;
  }
  form a {
    color: #fff !important;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 15px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
  }
  /* 1366 categories page */
  .main-title {
    margin: 30px 35px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 35px 30px 25px;
    row-gap: 20px;
    column-gap: 10px;
    font-family: Poppins;
  }
  .container-rooms .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 100%;
    height: 500px;
  }
  .container-rooms .card-header {
    padding: 0 !important;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 20px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-top: 10px;
  }
  .cards-body .icons img {
    width: 30px;
    height: 30px;
  }
  .cards-body .icons span {
    font-size: 18px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 13px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}
@media screen and (min-width: 1369px) and (max-width: 1399px) {
  .web-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 20px 45px 10px 45px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 40px;
  }
  header nav {
    margin-top: 15px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 45px !important;
  }
  .banner-bg {
    /* background: url("https://images.unsplash.com/photo-1561501900-3701fa6a0864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"); */
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: 150px 60px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .banner-bg .banner-text p {
    font-size: 13px;
  }
  .banner .fac {
    background: #fff;
    margin: -110px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 190px;
    border-radius: 10px;
    font-family: Poppins;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 5px;
    border-radius: 5px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .banner-bg .banner-text span {
    font-size: 15px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .rooms {
    margin-top: 50px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 72px 30px 65px;
  }
  .c-rooms .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .c-rooms .card-header {
    padding: 0 !important;
  }
  .c-rooms .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .touch-bar {
    background: rgb(251 248 248);
    width: 93%;
    height: 180px;
    border-radius: 10px;
    margin: -140px 45px 0 45px !important;
  }
  .hotel-fac {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 95px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img{
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 65px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
  }
  .outings h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .outings p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .nearby {
    margin: 30px 55px;
    font-family: Poppins;
  }
   /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 22px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    /* display: grid;
    grid-template-columns: repeat(3,1fr); */
    height: 570px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 25px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    row-gap: 20px;
  }
  .nearby .attrs img {
    width: 115px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
  }
   .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .testimonials {
    background: #e4f3f6;
    height: 460px;
    padding: 30px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1em;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  /* Footer /* 1366 footer */
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 17px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 32px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 22px;
  } 
  .footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #7e7e7e;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #3b5998;
  }
  .twitter-bg {
    background: #55acee;
  }
  .google-bg {
    background: #dd4b39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 16px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 30px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #73ba9b;
    padding: 30px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  /* Single Page */
  .outer-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 45px;
    font-family: Poppins;
  }
  .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 700;
  }
  .page-content h1 span {
    font-size: 20px;
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 45px;
    font-family: Poppins;
  }
  .room-offers p {
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
  }
  .room-offers .single-text {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .room-offers .single-text .facilities {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .room-offers .single-text .facilities .room-fac h1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
  }
  .room-offers .single-text .facilities .room-fac ul li {
    list-style-type: disc;
    line-height: 48px;
    font-size: 22px;
  }
  form {
    /* margin: 0 55px; */
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 100%;
    height: 600px;
    border-radius: 10px;
  }
  form label {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
  }
  form a {
    color: #fff !important;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 15px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
  }
  /* 1366 categories page */
  .main-title {
    margin: 30px 35px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 35px 30px 25px;
    row-gap: 20px;
    column-gap: 10px;
    font-family: Poppins;
  }
  .container-rooms .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 100%;
    height: 480px;
  }
  .container-rooms .card-header {
    padding: 0 !important;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 20px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
  }
  .cards-body .icons img {
    width: 30px;
    height: 30px;
  }
  .cards-body .icons span {
    font-size: 17px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 13px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1601px) {
  .web-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 30px 45px 10px 45px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 22px;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 40px;
  }
  header nav {
    margin-top: 15px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 45px !important;
  }
  .banner-bg {
    /* background: url("https://images.unsplash.com/photo-1561501900-3701fa6a0864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"); */
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: 150px 60px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .banner-bg .banner-text p {
    font-size: 13px;
  }
  .banner .fac {
    background: #fff;
    margin: -110px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 190px;
    border-radius: 10px;
    font-family: Poppins;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 5px;
    border-radius: 5px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .banner-bg .banner-text span {
    font-size: 15px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .rooms {
    margin-top: 50px;
    position: relative;
    font-family: Poppins;
    width: 100%;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding: 0 15px 0 15px; */
    margin: 30px 88px 30px 65px;
  }
  .c-rooms .card {
    margin: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
  }
  .c-rooms .card-header {
    padding: 0 !important;
  }
  .c-rooms .card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 14px;
    color: #33383b;
    font-weight: 700;
  }
  .user {
    display: flex;
  }
  .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .touch-bar {
    background: rgb(251 248 248);
    width: 93%;
    height: 180px;
    border-radius: 10px;
    margin: -140px 45px 0 45px !important;
  }
  .hotel-fac {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    margin: 50px 95px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img{
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .hotel-fac .hotel-text p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 45px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 30px 65px !important;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    font-family: Poppins;
  }
  .outings h1 {
    font-size: 22px;
    margin-left: 15px;
    font-weight: 700;
  }
  .outings p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 45px;
    margin-left: 15px;
  }
  .outings .outings-text{
    margin-top: 80px;
  }
  .outings img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
  }
  .nearby {
    margin: 30px 55px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 17px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    height: 500px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 17px;
    margin-top: 25px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 20px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    row-gap: 20px;
  }
  .nearby .attrs img {
    width: 142px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
  }
  .testimonials {
    background: #e4f3f6;
    height: 460px;
    padding: 30px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  .masonry {
    columns: 6;
    column-gap: 16px;
    margin-top: 50px;
    width: 70%;
    position: relative;
    left: 40%;
    transform: translate(-35%, 5%);
    margin-bottom: 40px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1em;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  /* Footer */
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 17px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 32px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 22px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 11px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 30px;
    width: 31px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #3b5998;
  }
  .twitter-bg {
    background: #55acee;
  }
  .google-bg {
    background: #dd4b39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 17px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 80%;
    padding: 30px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 70px;
    background: #73ba9b;
    padding: 30px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  /* Single Page */
  .outer-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 45px 20px 45px;
    font-family: Poppins;
  }
  .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .page-content h1 span {
    font-size: 17px;
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 45px;
  }
  .room-offers p {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Poppins;
  }
  .room-offers .single-text {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .room-offers .single-text .facilities {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .room-offers .single-text .facilities .room-fac h1 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
  }
  .room-offers .single-text .facilities .room-fac ul li {
    list-style-type: disc;
    line-height: 55px;
    font-size: 17px;
    letter-spacing: 0.1px;
    font-family: Poppins;
  }
  form {
    margin: 0 0 0 55px;
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 25px;
    width: 100%;
    /* height: 680px; */
    border-radius: 10px;
  }
  form label {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 20px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
  }
  form a {
    color: #fff !important;
  }
  form .whatsapp-link {
    width: 100%;
    background: #545d7a;
    padding: 15px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
  }
  /* 1600 categories page */
  .main-title {
    margin: 30px 35px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 35px 30px 25px;
    column-gap: 20px;
    row-gap: 30px;
    font-family: Poppins;
  }
  .container-rooms .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 100%;
    height: 100%;
  }
  .container-rooms .card-header {
    padding: 0 !important;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 20px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
  .cards-body .icons img {
    width: 30px;
    height: 30px;
  }
  .cards-body .icons span {
    font-size: 17px;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 17px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}
@media screen and (min-width:1602px) and (max-width:1660px){
  .container-rooms .card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 360px;
    height: 620px;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width:1661px) and (max-width:1760px){
  .container-rooms .card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 387px;
    height: 620px;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width:1761px) and (max-width:1800px){
  .container-rooms .card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    /* width: 400px; */
    max-width: 100%;
    height: 620px;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width : 1602px) and (max-width: 1899px) {
  .web-none {
    display: none;
  }
  .container{
    max-width: 95% !important;
  }
  header {
    padding: 45px 55px 30px 55px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 60px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 55px !important;
  }
  .banner-bg {
    background: url("assets/images/banner3.jpg");
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: -1px 80px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .banner-bg .banner-text p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .banner-bg .banner-text span {
    font-size: 17px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .banner .fac {
    background: #fff;
    margin: 107px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 100%;
    height: 210px;
    border-radius: 10px;
    font-family: Poppins;
    color: #000;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 8px;
    border-radius: 5px;
    font-size: 30px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 700;
  }
  .rooms {
    margin-top: 80px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px 0px;
  }
  .c-rooms .card {
    margin: 30px 15px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 600px;
  }
  .card-header {
    padding: 0 !important;
  }
  .card-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 17px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 20px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    /* justify-content: center; */
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 80px;
    outline: none;
    overflow: visible;
    padding: 15px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .touch-bar {
    background: rgb(251 248 248);
    width: 94%;
    height: 200px;
    border-radius: 10px;
    margin: -120px 55px 0 55px !important;
  }
  /* .touch-bar::after{
    content: "\2B9F";
    position: absolute;
    bottom: 0;
    font-size: 50px;
    left: 50%;
  } */
  .masonry {
    margin-top: 50px;
    columns: 6;
    column-gap: 16px;
    width: 83%;
    position: relative;
    left: 38%;
    transform: translate(-35%, 5%);
    margin-bottom: 100px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .hotel-fac {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    margin: 120px 95px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
    height: 600px;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .hotel-fac .hotel-text p {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 95px;
    font-size: 17px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 120px 95px !important;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    font-family: Poppins;
  }
  .outings .outings-post img {
      border: 5px solid #e4f3f6;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
      width: 100%;
  }
  .outings h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .outings .outings-text{
    margin-top: 80px;
  }
  .outings p {
    padding-top: 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 50px;
  }
  .nearby {
    margin: 30px 55px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 22px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    height: 550px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 17px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 25px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    row-gap: 20px;
  }
  .nearby .attrs img {
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 17px;
    margin-top: 15px;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1.5em;
    position: relative;
    font-size: 22px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  .testimonials {
    /* background: #e4f3f6; */
    height: 600px;
    padding: 50px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #e4f3f6;
    width: 100%;
    height: 500px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
    height: 650px;
    width: 650px;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  /* 2200 Footer */
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 17px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 17px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 32px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 22px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 13px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 30px;
    width: 31px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #3b5998;
  }
  .twitter-bg {
    background: #55acee;
  }
  .google-bg {
    background: #dd4b39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 17px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 60%;
    padding: 30px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 207px;
    background: #73ba9b;
    padding: 30px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  /* Single Page */
  .outer-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 45px;
    font-family: Poppins;
  }
  .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .page-content h1 span {
    font-size: 17px;
    background: #ccc;
    padding: 6px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 45px;
  }
  .room-offers p {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Poppins;
  }
  .room-offers .single-text {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .room-offers .single-text .facilities {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .room-offers .single-text .facilities .room-fac h1 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
  }
  .room-offers .single-text .facilities .room-fac ul li {
    list-style-type: disc;
    line-height: 60px;
    font-size: 17px;
    font-family: Poppins;
  }
  form {
    /* margin: 0 55px; */
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 60%;
    height: 730px;
    border-radius: 10px;
  }
  form label {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 20px 30px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 25px 30px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
  }
  input[type="submit"]:hover {
    background-color: #45a049;
  }
  /* categories page */
  .main-title {
    margin: 30px 50px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 25px 25px 35px 25px;
    gap: 10px;
    font-family: Poppins;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 22px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
  }
  .cards-body .icons img {
    width: 30px;
    height: 30px;
  }
  .cards-body .icons span {
    font-size: 17px;
    white-space: nowrap;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 17px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}
/*jfjgjdgkflfh */
@media screen and (min-width : 1900px) and (max-width: 2200px) {
  .web-none {
    display: none;
  }
  .container{
    max-width: 100% !important;
  }
  header {
    padding: 45px 55px 30px 55px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    color: #0a0908;
  }
  header h1 {
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto;
    text-transform: uppercase;
  }
  header h1 i {
    color: #73ba9b;
    font-size: 60px;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  header nav ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .banner {
    padding: 0 55px !important;
  }
  .banner-bg {
    /* background: url("https://images.unsplash.com/photo-1561501900-3701fa6a0864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"); */
    background-size: 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
  }
  .banner-bg .banner-text {
    padding: 250px 80px;
    font-family: Poppins;
    font-weight: 700;
  }
  .banner-bg .banner-text h1 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .banner-bg .banner-text p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .banner-bg .banner-text span {
    font-size: 17px;
    color: #3c4d96;
    text-transform: uppercase;
  }
  .banner .fac {
    background: #fff;
    margin: -120px auto 0 auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 250px;
    border-radius: 10px;
    font-family: Poppins;
    color: #000;
  }
  .banner .fac .fac-text {
    padding: 25px 30px;
  }
  .banner .fac .fac-text h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .banner .fac .fac-types {
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .fac .fac-types > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .fac .fac-types i {
    border: 1px solid #47bcd4;
    padding: 8px;
    border-radius: 5px;
    font-size: 22px;
  }
  .banner .fac .fac-types i {
    color: #545d7a;
  }
  .banner .fac .fac-types p {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 700;
  }
  .rooms {
    margin-top: 80px;
    position: relative;
    font-family: Poppins;
  }
  .rooms p {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-rooms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 70px;
  }
  .c-rooms .card {
    margin: 30px 15px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 600px;
  }
  .card-header {
    padding: 0 !important;
  }
  .card-header img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 17px;
    margin: 0;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .tag-teal {
    background-color: #73ba9b;
    position: absolute;
    top: 10px;
  }
  .card-body h4 {
    font-size: 20px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .user-info .button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
      rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    /* justify-content: center; */
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 80px;
    outline: none;
    overflow: visible;
    padding: 15px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
  }
  .user-info .button-61:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
      rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
  }
  .user-info .button-61:not(:disabled) {
    background: #333;
  }
  .user-info .button-61:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
      rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
  }
  .user-info .button-61:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
  }
  .user-info h5 {
    margin: 0;
  }
  .user-info small {
    color: #545d7a;
  }
  .touch-bar {
    background: rgb(251 248 248);
    width: 95%;
    height: 250px;
    border-radius: 10px;
    margin: -120px 55px 0 55px !important;
  }
  /* .touch-bar::after{
    content: "\2B9F";
    position: absolute;
    bottom: 0;
    font-size: 50px;
    left: 50%;
  } */
  .masonry {
    margin-top: 50px;
    columns: 6;
    column-gap: 16px;
    width: 83%;
    position: relative;
    left: 38%;
    transform: translate(-35%, 5%);
    margin-bottom: 100px !important;
  }
  /* @media (max-width: 1200px) {
    .masonry {
      columns: 3;
   }
  } */
  /* @media (max-width: 992px) {
    .masonry {
      columns: 2;
   }
  } */
  .masonry .grid {
    display: inline-block;
    margin-bottom: 16px !important;
    position: relative;
  }
  .masonry .grid:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .masonry .grid img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .masonry .grid__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 10px 0px !important;
  }
  .masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
  }
  .masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .hotel-fac {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    margin: 120px 95px !important;
    font-family: Poppins;
  }
  .hotel-fac .hotel-img {
    /* border: 15px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
  .hotel-fac .hotel-img img {
    border: 5px solid #e4f3f6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
    height: 600px;
  }
  .hotel-fac .hotel-text h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .hotel-fac .hotel-text p {
    font-size: 17px;
    padding-bottom: 10px;
  }
  .hotel-fac .hotel-text ul {
    padding: 0 !important;
    font-family: Poppins;
    margin-left: 30px;
  }
  .hotel-fac .hotel-text ul li {
    line-height: 95px;
    font-size: 17px;
  }
  .hotel-fac .hotel-text ul li i {
    margin-right: 10px;
    background: #9ee3f1;
    border-radius: 100%;
    padding: 5px;
    color: #3c4d96;
  }
  .outings {
    margin: 120px 95px !important;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    font-family: Poppins;
  }
  .outings .outings-post img {
      border: 5px solid #e4f3f6;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
      width: 100%;
      height: 600px;
  }
  .outings .outings-text{
    margin-top: 80px;
  }
  .outings h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .outings p {
    padding-top: 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 50px;
  }
  .nearby {
    margin: 30px 55px;
    font-family: Poppins;
  }
    /* .nearby .modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); 
  } */

  /* Modal Content */

  /* .nearby .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  } */

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  /* The Close Button */
  .nearby .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .nearby .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .nearby .modal-header {
    padding: 15px 16px;
    background: #333;
    color: #fff;
  }
  .nearby .modal-header .m-d {
    font-size: 22px;
  }
  .nearby .modal-body {
    padding: 30px 16px;
    height: 400px;
    background: #fff;
  }
  .nearby .modal-body .button {
    border: none;
    font-size: 17px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nearby .modal-body .button i {
    margin-right: 10px;
    color: #000;
    font-size: 17px;
  }
  .nearby .modal-body .button:hover {
    background-color: #f1f1f1;
  }
  .nearby p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .nearby .attrs {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    row-gap: 20px;
  }
  .nearby .attrs img {
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #ccc;
  }
  .nearby .attrs .attr1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nearby .attrs span {
    font-size: 17px;
    margin-top: 15px;
  }
  .accordin {
    font-family: Poppins;
  }
  .accordin div.c {
    position: relative;
    margin: 3em;
  }
  .accordin input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: 0;
  }
  .accordin h1 {
    background: rgb(204, 204, 204);
    color: #000;
    padding: 1.5em;
    position: relative;
    font-size: 20px;
    border-radius: 10px;
  }
  .accordin label::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 20px solid white;
  }
  .accordin label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }
  .accordin div.p {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .accordin div.p p {
    padding: 2em;
  }
  .accordin input:checked ~ h1 label::before {
    border-left: 15px solid transparent;
    border-top: 20px solid white;
    margin-top: 12px;
    margin-right: 10px;
  }
  .accordin input:checked ~ h1 ~ div.p {
    max-height: 100px;
  }
  .testimonials {
    background: #e4f3f6;
    height: 600px;
    padding: 50px 45px;
    position: relative;
  }
  .testimonials .reviews {
    background: #fff;
    width: 100%;
    height: 500px;
    border-radius: 10px;
  }
  .testimonials .side-img {
    position: absolute;
    top: -45px;
    right: 0;
    height: 650px;
    width: 650px;
  }
  .carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    backface-visibility: hidden;
  }
  .carousel .carousel-item {
    color: #999;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
  }
  .carousel .carousel-item a {
    color: #eb7245;
  }
  .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
  }
  .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .carousel .testimonial {
    padding: 30px 0 10px;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
  }
  .carousel .star-rating i {
    font-size: 17px;
    color: #ffdc12;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 17px;
    margin-right: 2px;
  }
  .carousel-control-prev {
    left: auto;
    right: 40px;
  }
  .carousel-control-next i {
    margin-right: -2px;
  }
  .carousel .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
  }
  .carousel-indicators li {
    background: #e2e2e2;
    border: none;
  }
  .carousel-indicators li.active {
    background: #888;
  }
  /* 2200 Footer */
  .footer-section ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
    font-family: Poppins;
  }
  .container-footer {
    padding: 20px 55px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #73ba9b;
    font-size: 17px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 17px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo a i {
    font-size: 22px;
    color: #73ba9b;
  }
  .footer-logo a h1 {
    color: #fff;
    font-size: 22px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff !important;
    font-size: 13px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 30px;
    width: 31px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #3b5998;
  }
  .twitter-bg {
    background: #55acee;
  }
  .google-bg {
    background: #dd4b39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #73ba9b;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787 !important;
    text-transform: capitalize;
    font-size: 17px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 60%;
    padding: 30px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 230px;
    background: #73ba9b;
    padding: 30px 20px;
    border: 1px solid #73ba9b;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 30px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #73ba9b !important;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14 !important;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787 !important;
  }
  /* Single Page */
  .outer-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .s-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .s-wrap > input {
    display: none;
  }
  .s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
  }
  .s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-wrap .s-item-1 {
    background-image: url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80");
  }
  .s-wrap .s-item-2 {
    background-image: url("https://images.unsplash.com/photo-1560185893-a55cbc8c57e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  }
  .s-wrap .s-item-3 {
    background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=914&q=80");
  }
  .s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
  }
  .s-type-1 .s-control > label[class^="s-c-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
  }
  .s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .s-type-1 .s-nav label::before,
  .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
  }
  .s-type-1 .s-nav label::before {
    margin-bottom: -12px;
  }
  .s-type-1 .s-nav label.left {
    left: 20px;
  }
  .s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
  }
  .s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right {
    right: 20px;
  }
  .s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
  }
  .s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
  }
  .s-type-1 #s-1:checked ~ .s-content {
    transform: translateX(0%);
  }
  .s-type-1 #s-1:checked ~ .s-control .s-c-1 {
    background-color: #333;
  }
  .s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
    display: block;
  }
  .s-type-1 #s-2:checked ~ .s-content {
    transform: translateX(-20%);
  }
  .s-type-1 #s-2:checked ~ .s-control .s-c-2 {
    background-color: #333;
  }
  .s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
    display: block;
  }
  .s-type-1 #s-3:checked ~ .s-content {
    transform: translateX(-40%);
  }
  .s-type-1 #s-3:checked ~ .s-control .s-c-3 {
    background-color: #333;
  }
  .s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
    display: block;
  }
  .s-type-1 #s-4:checked ~ .s-content {
    transform: translateX(-60%);
  }
  .s-type-1 #s-4:checked ~ .s-control .s-c-4 {
    background-color: #333;
  }
  .s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
    display: block;
  }
  .s-type-1 #s-5:checked ~ .s-content {
    transform: translateX(-80%);
  }
  .s-type-1 #s-5:checked ~ .s-control .s-c-5 {
    background-color: #333;
  }
  .s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
    display: block;
  }
  .page-content {
    padding: 0 45px;
    font-family: Poppins;
  }
  .price-rate{
    font-size: 17px;
    font-weight: 700;
  }
  .room-desc{
    margin-top: 20px;
    text-align: justify;
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 700;
  }
  .page-content h1 span {
    font-size: 17px;
    background: #ccc;
    padding: 6px;
    border-radius: 5px;
  }
  .room-offers {
    padding: 20px 45px;
  }
  .room-offers p {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Poppins;
  }
  .room-offers .single-text {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .room-offers .single-text .facilities {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .room-offers .single-text .facilities .room-fac h1 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
  }
  .room-offers .single-text .facilities .room-fac ul li {
    list-style-type: disc;
    line-height: 60px;
    font-size: 17px;
    font-family: Poppins;
  }
  form {
    margin: 0 55px;
    font-family: Poppins;
    background: #333;
    color: #fff;
    padding: 20px;
    width: 50%;
    height: 730px;
    border-radius: 10px;
  }
  form label {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  input[type="date"],
  select {
    width: 100%;
    padding: 20px 30px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
  }
  form .whatsapp-link {
    width: 100%;
    background-color: #545d7a;
    color: white;
    padding: 25px 30px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
  }
  input[type="submit"]:hover {
    background-color: #45a049;
  }
  /* categories page */
  .main-title {
    margin: 30px 50px;
    font-family: Poppins;
  }
  .main-title p {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
  }
  .main-title span {
    color: #47bcd4;
  }
  .container-rooms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 25px 35px 35px 25px;
    gap: 10px;
    font-family: Poppins;
  }
  .container-rooms .card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 100%;
    height: 650px;
  }
  .container-rooms .card-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .cards-body {
    padding: 20px 25px;
  }
  .cards-body h1 {
    font-size: 22px;
    color: #33383b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .cards-body .icons {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 20px;
  }
  .cards-body .icons img {
    width: 30px;
    height: 30px;
  }
  .cards-body .icons span {
    font-size: 17px;
    white-space: nowrap;
  }
  .cards-body .r-rr .info-1 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 20px;
  }
  .cards-body .r-rr .info-2 {
    display: flex;
    justify-content: space-between;
  }
  .cards-body .r-rr .info-2 i {
    font-size: 17px;
  }
  .cards-body .r-rr .info-2 .p-rate {
    font-size: 17px;
  }
}





.gallery-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  background-color: #fff;
  /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); */
  width: 80%;
  margin: 0 auto;
  /* padding: 25px; */
  margin-top: -27px;
}
.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: .85;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.gallery-content {
  font-size: .8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .gallery-container {
      width: 100%;
  }
  .gallery-item {
      flex-basis: 49.80%;
      margin-bottom: 3px;
  }
  .lightbox-content {
      width: 80%;
      height: 60%;
      margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
      flex-basis: 25%;
      margin-bottom: px;
      padding: 5px;
      border-radius: 25px;
  }
  .lightbox-content {
      width: 90%;
      margin: 20% auto;
  }
}

@media screen and (min-width:360px) and (max-width:767px){
  .y-gallery {
 column-count: 1;
 margin-left: 30px;
 /* max-height: 300px; */
 }
  
}

@media screen and (min-width:768px) and (max-width:1300px){
  .y-gallery {
   column-count:4;
   margin-bottom: 25px;
   padding: 10px;
    }
  
}

/* fixed social*/
#fixed-social {
  position: fixed;
  top: 77px;
  right:0px;
  /* margin-bottom: -113px; */
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
  border-radius: 25px;
  padding: 12px;
}
/* #fixed-social a:hover>span{
 visibility: visible;
 left: 41px;
 opacity: 1;
}  */
#fixed-social a span {
 line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 120px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 1;
   opacity: 0;
}
.fixed-facebook{
 background-color: #3f51b5;
}
.fixed-facebook span{
 background-color: #00AAE5;
}
.fixed-twitter{
 background-color: #03a9f4;
}
.fixed-twitter span{
 background-color: #03a9f4;
}
.fixed-gplus{
 background-color: #00AF54;

}
.fixed-gplus span{
 background-color: #00AF54;
}
.fixed-linkedin{
 background-color: #FFC41E;

}
.fixed-linkedin span{
 background-color: #FFC41E;
}
.fixed-instagrem{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}
.fixed-instagrem span{
 background-color: #f75156;
}
.fixed-tumblr{
 background-color: #EB1471;

}
.fixed-tumblr span{
 background-color: #EB1471;
}
/* media query for fixed social */
@media screen and (min-width:360px) and (max-width:767px){
  #fixed-social {
    /* background-color: ; */
  
  }
  }

@media screen and (min-width:768px) and (max-width:2000px){
  #fixed-social {
    /* width: 100%;
    padding: 25px; */
    display: none;
    
  
   
    }
  
}

/* media query for fixed social */


/*end fixed social*/

.dropdown-menu {
  color: #1f0757;
  background-color: #0000!important;
  border: 0px solid rgba(0, 0, 0, 0.15)!important;
  /* margin-left: 42px; */
  margin-top: -450px!important;
}

.dropdown-divider {
  border-top: 1px solid #f1f2fb;
}

.dropdown-item {
  /* margin-left: 96px; */
  background-color: #323232;
                          color: #fff!important;
                          border-radius: 25px;
                          margin-left: 94px;
                          height: 35px;
                          width: 35px;
                          /* font-size: x-large; */
                          padding: 7px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  background-color: #f1f2fb;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  background-color: #0d5afd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #8480ae;
}

.dropdown-header {
  color: #8480ae;
}

.dropdown-item-text {
  color: #1f0757;
}

#closer {
  background: none;
  border: 0;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  left: 50%;
  letter-spacing: 1.5px;
  line-height: 90px;
  outline: none;
  overflow: hidden;
  padding: 10px 0 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
  width: 100px;
}

#closer::before,
#closer::after {
  background-color: white;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: center left;
  transition: all 0.2s ease-in;
  width: 141.4214px;
  z-index: -1;
}

#closer::before {
  top: 0;
  transform: rotate(45deg);
}

#closer::after {
  bottom: 0;
  transform: rotate(-45deg);
}

#closer:hover {
  color: #8A2387;
}

#closer:hover::before,
#closer:hover::after {
  height: 50px;
  transform: rotate(0deg);
}


@media screen and (min-width:360px) and (max-width:767px){
  .responsiveimage {
    width: 100%;
  }
  }

@media screen and (min-width:768px) and (max-width:1300px){
  .responsiveimage {
    width: 100%;
    padding: 25px;
   
    }
  
}




body {
  background: #e0e5ec;
}
/* h1 {
  position: relative;
  text-align: center;
  color: #353535;
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
} */

/* p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  color: #676767;
} */
.frame {
  /* width: 90%; */
  margin: 40px auto;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
  background: linear-gradient(0deg, rgb(197 197 197) 0%, rgb(155 153 153) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

input[type="number"]{
  width: 100%;
  padding: 6px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}
input[type="text"] {
  width: 100%;
  padding: 6px 20px;
  margin: -4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /* font-size: 17px; */
}
.text-heading {
  font-size: 17px;
  font-family: 'Poppins';
  background: #8c94b7;
  width: 71%;
  padding: 7px 15px;
  border-radius: 0 5px 5px 0;
  height: 41px;
  color: #fff;
}
.y-gallery {
  /* width: 85%; */
  margin: 5px auto;
  display: block;
}

.form-row {
  margin-bottom: 15px;
}

/*    read more*/

@media screen and (min-width:768px) and (max-width:2000px){
  .readmore{
     margin-top:px;
     }
   
}
@media screen and (min-width:768px) and (max-width:2000px){
  .fac-text{
     margin-top:250px;
     }
   
}
/*iphone se*/

@media screen and (min-width:375px) and (max-height:667px){
  .banner-bg {
    /* background: url("https://img.freepik.com/free-vector/diagonal-motion-lines-white-background_1017-33198.jpg?w=2000"); */
    background-size: 100% 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
    
  }
  
}


/*iphone se*/
/*myphone*/
@media screen and (min-width:360px) and (max-height:636px){
  .banner-bg {
    /* background: url("https://img.freepik.com/free-vector/diagonal-motion-lines-white-background_1017-33198.jpg?w=2000"); */
    background-size: 100% 100%;
    height: 100%;
    background-position: top;
    border-radius: 6px;
    
  }
  
}
/*myphone*/

/* media query for cloud download */


@media screen and (min-width:768px) and (max-width:2000px){
  #share-button{
    /* width: 100%;
    padding: 25px; */
    display: none;
     }
    #add-button{
      /* width: 100%;
      padding: 25px; */
      display: none;
       }
}

/* media query for  cloud download */