

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: "Cormorant Garamond", serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color:#ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Cormorant Garamond", serif;
  

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 18px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#C6A87D;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-family: "Forum", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
   
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }


/* --------------------- */

   



    /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    font-family: "Cormorant Garamond", serif;
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000e8, #000000ef), url('image/358300275.jpg') center / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
  
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  /* .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: Cormorant Garamond, serif;
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  } */
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #192841;
  }
  .footer1 a{
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
  }
  .footer2 a{
    font-family: "Cormorant Garamond", serif;
   font-size:18px;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */




.primary-button {
    font-family: "Cormorant Garamond", serif;
       /* font-family: 'Valorant', sans-serif; */
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    border: 1px solid #0E1822;
    padding: 0.8rem 2.1rem;
    /* background-image: ; */
   
    background-color:#000000;
    background-size: 200%;
    background-position: 200%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transition-property: background-position, border, color;
    position: relative;
    z-index: 1;
   }
   
   .primary-button:hover {
    border: 1px solid #000000;
    color: rgb(255, 255, 255);
    background-position: 40%;
   }
   
   .primary-button:before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 0.2rem;
    height: 0.2rem;
    top: -1px;
    left: -1px;
    transition: background-color 0.15s ease-in-out;
   }
   
   .primary-button:hover:before {
    background-color: #000000;
   }
   
   .primary-button:hover:after {
    background-color: #000000;
   }
   
   .primary-button:after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 0.3rem;
    height: 0.3rem;
    bottom: -1px;
    right: -1px;
    transition: background-color 0.15s ease-in-out;
   }
   
   .button-borders {
    position: relative;
    width: fit-content;
    height: fit-content;
   }
   
   .button-borders:before {
    content: "";
    position: absolute;
    width: calc(100% + 0.5em);
    height: 50%;
    left: -0.3em;
    top: -0.3em;
    border: 1px solid #000000;
    border-bottom: 0px;
       /* opacity: 0.3; */
   }
   
   .button-borders:after {
    content: "";
    position: absolute;
    width: calc(100% + 0.5em);
    height: 50%;
    left: -0.3em;
    bottom: -0.3em;
    border: 1px solid #000000;
    border-top: 0px;
       /* opacity: 0.3; */
    z-index: 0;
   }
 /* --------------------------------------------------- */
 #home-1 .single-slide-item {
    background-image: url(img/lux-6.jpg);
    background-size: cover;
    background-position: center;
    background-color: #0f0f0f;
    color: #000000;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  #home-1 .single-slide-item1 {
    background-image: url(img/lux-8.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #fff;
    width:100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
  #home-1 .single-slide-item,
  #home-1 .single-slide-item1 {
      background-size: cover;
      background-position: center;
      background-color: #ffffff;
      color: #ffffff;
      width: 100%;
      height: 750px;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; /* Ensures the overlay doesn't overflow the slide */
  }
  
  #home-1 .single-slide-item::before,
  #home-1 .single-slide-item1::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Adjust this value for darkness */
      z-index: 1;
  }
  
  #home-1 .hero-area-content {
      position: relative;
      z-index: 2; /* Ensures content is above the overlay */
      padding-left: 80px;
  }
  
  @media (max-width: 767px) {
      #home-1 .single-slide-item,
      #home-1 .single-slide-item1 {
          height: 550px;
      }
      #home-1 .hero-area-content {
          padding-left: 0;
      }
  }
  
  .homepage-slides .owl-nav button.owl-prev,
  .homepage-slides .owl-nav button.owl-next {
      width: 50px;
      height: 50px;
      border: 2px solid;
      font-size: 20px;
      font-weight: 100;
      line-height: 16px;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -25px;
      color: #fff;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
  }
  
  @media (max-width: 767px) {
      .homepage-slides .owl-nav button.owl-prev,
      .homepage-slides .owl-nav button.owl-next {
          display: none;
      }
  }
  
  .homepage-slides .owl-nav button.owl-next {
      left: auto;
      right: 15px;
  }
  
  .homepage-slides .owl-nav button.owl-prev:hover,
  .homepage-slides .owl-nav button.owl-next:hover {
      background: #000000;
      color: #fff;
      border-color: #ffffff;
      opacity: 1;
  }
   
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #000000 !important;
    color: #fff !important;
    border-color: #ffffff !important;
    opacity: 1;
}
   @media only screen and (min-width: 992px) and (max-width: 1200px) {
       .booking-form-wrapper .container {
           max-width: 1100px;
       }
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .booking-form-wrapper .container {
           max-width: 800px;
       }
   }
   

.homepage-slides h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    font-weight: 300;
}
   /* ------------------------------------------------------------------------------------------ */


   
   
   /**About Two**/
   .about-two {
    padding: 70px 0px;
    position: relative;
  
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about-two {
      padding: 100px 0px;
    }
  }
  @media (max-width: 767px) {
    .about-two {
      padding: 80px 0px;
    }
  }
  .about-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: overlay;
    z-index: -1;
  }
  .about-two__thumb {
    position: relative;
    z-index: 1;
  }
  .about-two__thumb__item {
    position: relative;
    z-index: 1;
    margin-right: 100px;
    margin-left: 30px;
  }
  @media (max-width: 1199px) {
    .about-two__thumb__item {
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
  .about-two__thumb__item::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: 1px solid var(--solinom-base, #000000);
  }
  .about-two__thumb__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-base, #C6A87D);
    transform: rotate(-10.21deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  .about-two__thumb__item:hover::before {
    transform: rotate(0deg);
  }
  .about-two__thumb__small {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
  }
  .about-two__thumb__small img {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    border: 8px solid var(--solinom-gray2, #C6A87D);
  }
  .about-two .sec-title {
    padding-bottom: 15px;
    font-family: "Marcellus", serif;
    font-weight: 700;
  }
  .about-two .sec-title .sec-title__title {
    font-weight: 500;
    line-height: 120%;
  }
  .about-two__top__text {
    font-weight: 500;
    font-size: 19px;
    line-height: 166%;
    max-width: 490px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
   
  }
  .about-two__feature {
    margin-bottom: 40px;
  }
  .about-two__feature__item {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
  }
  .about-two__feature__item::after {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #24242494;
    z-index: -1;
  }
  .about-two__feature__item:hover .about-two__feature__icon {
    animation: shake 0.3s linear 2;
    background-color: var(--solinom-base, #ccb487);
    color: var(--solinom-white, #fff);
  }
  .about-two__feature__item:hover .about-two__feature__bg {
    transform: scale(1.1);
  }
  .about-two__feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__icon {
    margin-top: 25px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--solinom-text, #C6A87D);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--solinom-base, #C6A87D);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 350%;
    color: var(--solinom-white, #fff);
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: -15px;
    padding-bottom: 0;
  }
  .about-two__feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .about-two__feature__title a:hover {
    background-size: 100% 1px;
  }
  .about-two__feature__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: -10px;
    padding-bottom: 0;
    color: white;
  }
  .about-two .solinom-btn {
    padding: 11px 40px;
    border: 1px solid transparent;
  }
  .about-two .solinom-btn:hover {
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.4);
  }


  
  
  /*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../img/lux-8.jpg") #000000b7;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: multiply;
    padding:70px 0 100px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 20px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 20px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


.hhh{
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    padding-bottom: 20px;
    text-align: center;
}
.tm{
    color: #ffffff;
     text-align: center; 
     letter-spacing: 2px;  
     font-family: "Cormorant Garamond", serif;
     font-size: 30px;
}


 /* Rooms 3 */
 .rx-rooms-main-box {
    position: relative;
    -webkit-perspective: 1000px;
  }
  .rx-rooms-main-box .rooms-box-front {
    text-align: center;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    border-radius: 20px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    background-color: transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    position: relative;
  }
  .rx-rooms-main-box .rooms-box-front img {
    width: 100%;
    border-radius: 20px;
  }
  .rx-rooms-main-box .rooms-box-front .content-wrap {
    width: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
            transform: translate3d(0, 0, 50px) scale(0.9);
  }
  .rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact {
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 30px;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.9);
    border-radius: 30px;
  }
  .rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  .rx-rooms-main-box .rooms-box-back {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    border-radius: 20px;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rx-rooms-main-box .rooms-box-back img {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 30px;
    -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
            transform: translate3d(0, 0, 50px) scale(0.9);
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .box-overlay {
    content: "";
    background-color: rgba(245, 245, 245, 0.9);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #131618;
    border-radius: 20px;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price span {
    padding: 8px 18px;
    background-color: #131618;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
    height: calc(100% - 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button {
    background-color: #131618;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button i {
    font-size: 16px;
  }
  .rx-rooms-main-box:hover .rooms-box-front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .rx-rooms-main-box:hover .rooms-box-back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  
  /* Responsive */
  @media screen and (max-width: 1199px) {
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 767px) {
    .rx-rooms-main-box .rooms-box-back img {
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      margin: 15px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap {
      padding: 15px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      margin: 15px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
      height: auto;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
      height: calc(100% - 65px);
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
      margin-bottom: 5px;
      font-size: 22px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
      font-size: 13px;
      line-height: 22px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price span {
      padding: 5px 15px;
    }
}


/* ------------- */
 /* Amenities */
 .rx-amenities-img img {
    width: 100%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 0;
  }
  
  .rx-amenities-slider .amenities-animation > * {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
  }
  .rx-amenities-slider :root {
    --transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
  }
  .rx-amenities-slider .rx-slide {
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
    transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
    transition: transform var(--transition), box-shadow var(--transition);
    transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  }
  .rx-amenities-slider .active .amenities-animation > *:nth-child(1) {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .rx-amenities-slider .active .amenities-animation > *:nth-child(2) {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .rx-amenities-slider .active .amenities-animation > *:nth-child(3) {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  
  .rx-amenities-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rx-amenities-contact .inner-banner {
    margin-bottom: 16px;
    position: relative;
    left: -100px;
    width: calc(100% + 100px);
  }
  .rx-amenities-contact .inner-banner h4 {
    font-family:" Cormorant Garamond", serif;
    font-size: 68px;
    font-weight: 700;
    color: #000000;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555555;
  }
  .rx-amenities-contact p {
    margin-bottom: 16px;
  }
  .rx-amenities-contact .amenities-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rx-btn-two {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 25px;
    background-color: #fff;
    color: #131618;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #131618;
    border-radius: 10px;
    letter-spacing: 1px;
  }
  .rx-btn-two:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
  }
  .rx-amenities-slider .owl-dots {
    width: 100px !important;
    background-color: #fff;
    padding: 10px 0 0 10px;
    position: absolute;
    bottom: 0;
    right: 435px;
  }
  .section-amenities .owl-dots {
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.section-amenities .owl-dots .owl-dot {
  margin: 0 2px;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.section-amenities .owl-dots .owl-dot span {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: 1px solid #131618;
  color: transparent;
  cursor: pointer;
}
.section-amenities .owl-dots .owl-dot span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-amenities .owl-dots .owl-dot.active span::before {
  background-color: #131618;
  width: 25px;
}
  /* Responsive */
@media screen and (max-width: 1399px) {
    .rx-amenities-slider .owl-dots {
      right: 375px;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 60px;
    }
  }
  @media screen and (max-width: 1199px) {
    .rx-amenities-slider .owl-dots {
      right: 315px;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 52px;
    }
  }
  @media screen and (max-width: 991px) {
    .rx-amenities-img img {
      border-top-left-radius: 500px;
      border-top-right-radius: 500px;
      border-bottom-left-radius: 500px;
      border-bottom-right-radius: 500px;
    }
    .rx-amenities-slider .owl-dots {
      display: none;
    }
    .rx-amenities-contact {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
    }
    .rx-amenities-contact .inner-banner {
      left: 0;
      width: 100%;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 52px;
    }
  }
  @media screen and (max-width: 575px) {
    .rx-amenities-contact .inner-banner {
      margin-bottom: 8px;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 52px;
    }
  }

  .rx-amenities-slider {
    .owl-dots {
        width: 100px !important;
        background-color: #ffffff;
        padding: 10px 0 0 10px;
        position: absolute;
        bottom: 0;
        right: 435px;
    }
}

/* ---------------------------- */

  /* testimin */


  .testimonials{
    background-color: #f3f3f3;
        background-attachment: fixed;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
    padding-bottom: 70px;
    padding-top: 80px;
      }
      
      
      .testimonials-section{
        background: #2F4137;
        padding-top: 70px;
        padding-bottom: 70px;
      }
      
      .testim {
        width: 100%;
        position:relative;
        top: 0%;
      color: #000000;
      }
      
      .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
      }
      
      .testim .arrow {
        display: block;
        position: absolute;
        color: #896447;
        cursor: pointer;
        font-size: 2em;
        top: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;    
        -ms-transition: all .3s ease-in-out;    
        -moz-transition: all .3s ease-in-out;    
        -o-transition: all .3s ease-in-out;    
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
      }
      
      .testim .arrow:before {
        cursor: pointer;
      }
      
      .testim .arrow:hover {
        color: rgb(0, 0, 0);
      }
        
      
      .testim .arrow.left {
       bottom:300px;
        left: 700px;
      }
      
      .testim .arrow.right {
        right: 70px;
        bottom:300px;
      }
      
      .testim .dots {
        text-align: left;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
      }
      
      .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #896447;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;    
        -ms-transition: all .5s ease-in-out;    
        -moz-transition: all .5s ease-in-out;    
        -o-transition: all .5s ease-in-out;    
        transition: all .5s ease-in-out;
        position: relative;
      }
      
      .testim .dots .dot.active,
      .testim .dots .dot:hover {
        background: #896447;
        border-color: #896447;
      }
      
     
        
      .testim .cont {
        position: relative;
        overflow: hidden;
      }
      
      .testim .cont > div {
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 70px 0;
        opacity: 0;
      }
      
      .testim .cont > div.inactive {
        opacity: 1;
      }
        
      
      .testim .cont > div.active {
        position: relative;
        opacity: 1;
      }
        
      
      .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
      }
      
      .testim .cont div h2 {
        font-family: "Cormorant Garamond", serif;
        color: #896447;
        font-size: 25px;
        margin: 15px 0;
      }
      
      .testim .cont div p {
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
        color: #000000;
        width: 100%;
        margin: auto;
      }
      
    
      .testim .cont div.inactive h2 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;        
        -moz-animation: testim-content-out .4s ease-in-out forwards;        
        -ms-animation: testim-content-out .4s ease-in-out forwards;        
        -o-animation: testim-content-out .4s ease-in-out forwards;        
        animation: testim-content-out .4s ease-in-out forwards;        
      }
      
      .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;    
        -moz-animation: testim-content-out .5s ease-in-out forwards;    
        -ms-animation: testim-content-out .5s ease-in-out forwards;    
        -o-animation: testim-content-out .5s ease-in-out forwards;    
        animation: testim-content-out .5s ease-in-out forwards;    
      }
    
    
    
      
      @-webkit-keyframes testim-content-out {
        from {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        
        to {
            opacity: 0;
            -webkit-transform: translateY(-100%);        
            transform: translateY(-100%);        
        }
      }

      @media (max-width: 991px){
        .homepage-slides h1{
            font-size: 30px !important;
        }
        .about-two .sec-title{
            padding-top: 50px !important;
        }
        .rx-rooms-main-box .rooms-box-front img{
            width: 115% !important;
            margin-left: -20px !important;
            margin-bottom: 20px !important;
        }
        .rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4{
            font-size: 18px !important;
        }
        .iii{
            width: 60% !important;
        }
        .cls{
            margin-left: 0px !important;
        }
             
        .img8{
       
          top:10% !important;
     width: 68% !important;
        }
        .about-two__thumb__small{
          left: -6px;
        }
        .hhh {
font-size: 40px !important;
        }
      }




      
  .about-bg1{
    background: url('img/lux-6.jpg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('img/lux-14.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('img/lux-19.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('img/lux-8.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 100px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 100px !important;
        }
       
 
   }



  /* Room 2 */
  .rx-rooms-box-2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .rx-rooms-box-2:hover .inner-back-side {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rx-rooms-box-2:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .rx-rooms-box-2 img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 20px;
  }
  .rx-rooms-box-2 .inner-back-side {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-100% + 68px);
    height: 100%;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #000000d2;
  }
  .rx-rooms-box-2 .inner-back-side .sub-title {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rx-rooms-box-2 .inner-back-side .sub-title h5 {
    font-family: "Forum", serif;

    font-size: 23px;
    font-weight: 500;
    color: #fff;
  }
  .rx-rooms-box-2 .inner-back-side .sub-title .rx-price {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .rx-rooms-box-2 .inner-back-side .inner-info {
    margin-bottom: 30px;
  }
  .rx-rooms-box-2 .inner-back-side .inner-info ul li {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
  }
  .rx-rooms-box-2 .inner-back-side .rx-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rx-rooms-box-2 .inner-back-side .rx-button a {
    padding: 4px 12px;
    font-size: 14px;
  }
  
  /* Responsive */
  @media screen and (max-width: 1199px) {
    .rx-rooms-box-2 .inner-back-side .sub-title {
      margin-bottom: 15px;
    }
    .rx-rooms-box-2 .inner-back-side .sub-title h5 {
        font-family: "Forum", serif;
            
    }
    .rx-rooms-box-2 .inner-back-side .sub-title .rx-price {
      font-size: 14px;
    }
    .rx-rooms-box-2 .inner-back-side .inner-info {
      margin-bottom: 15px;
    }
    .rx-rooms-box-2 .inner-back-side .inner-info ul li {
      font-size: 14px;
    }
  }
/* ------------------------------------------- */

.container{
  width:100% !important;
}
.parallax_wrapper{
  position:relative;

}
@media (max-width: 991px){
  .parallax_wrapper
  {
      padding-left:25%
  }
}
.parallax_wrapper .img_over{
  left:-25%;
  bottom:22%;
  position:absolute;
  z-index:99
}
@media (
  max-width: 991px) {
.parallax_wrapper .img_over{
  left:0
}
}
.parallax_wrapper .img_over img{
  border:4px solid #fff;
  width:50%;
  height:auto;
  -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
  -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
  box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
  .parallax_wrapper.inverted{
      padding-left:inherit;padding-right:25%
  }}
  .parallax_wrapper.inverted .img_over{
      text-align:right;
      left:inherit;
      right:-25%}

      .pattern3{
          font-family:"cinzel",serif;
          font-weight: 400;
      }

           
/* :: 16.0 Contact Area CSS */
.roberto-contact-form {
  position: relative;
  z-index: 1; }
  .roberto-contact-form h2 {
    margin-bottom: 30px;
    font-size: 22px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .roberto-contact-form h2 {
        font-size: 24px; } }
  .roberto-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #afb4bf;
    font-size: 14px;
    border: 1px solid #ebebeb; }
    .roberto-contact-form .form-control:focus {
      box-shadow: none;
      border-color: #000000; }
  .roberto-contact-form textarea.form-control {
    height: 150px;
    padding: 20px; }

.google-maps-contact-info {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-info {
      padding-left: 2%;
      padding-right: 2%; } }

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  padding: 35px; }
  @media only screen and (max-width: 767px) {
    .google-maps-contact-content {
      padding: 20px; } }
  .google-maps-contact-content .single-contact-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 18px; } }
    .google-maps-contact-content .single-contact-info i {
      display: inline-block;
      font-size: 30px;
      margin-bottom: 15px;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info i {
          font-size: 24px; } }
    .google-maps-contact-content .single-contact-info p {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 16px; } }
  .google-maps-contact-content .google-maps {
    position: relative;
    z-index: 1; }
    .google-maps-contact-content .google-maps iframe {
      width: 100%;
      height: 500px;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .google-maps iframe {
          height: 400px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .google-maps iframe {
          height: 300px; } }


       
         
