
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sedan+SC&family=Sevillana&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: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
  ::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: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 15px !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:#0E1756;
    border: 1px solid #0E1756;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    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: #ffffff;
    box-shadow: #0E1756 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    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 {
    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, #000000cb, #000000bd), url('image/product_2.jpg') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-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);
    font-size: 14px;
    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: "Font Awesome 5 Free";
    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;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    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 #ffffff;
  }

  #carouselExampleFade {
    margin-top: -200px;
    position: relative;
  }
  
  .carousel1 {
    background: url('../image/ac62108b-9a62-4e6a-a869-be0730eaad8f.jpeg') rgba(20, 19, 19, 0.664);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel2 {
    background: url('../image/2d836ff2-3ef3-4dce-b5af-16f2d68fbac3.jpeg') rgba(20, 19, 19, 0.747) ;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel3 {
    background: url('../image/39c192f0-aac2-4a0d-bc96-536ce8578cbd.jpeg')  rgba(20, 19, 19, 0.516);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel-caption {
    margin-bottom: 15%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
  
    font-family: "Spectral", serif;
  
    font-size: 90px !important;
    font-weight: 600;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif !important;
  
    font-size: 22px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #ffffff !important;
  
  }
  .cart{
     
    font-family: "Spectral", serif;
    color: #ffffff;
  }
  .cart1{
     
    font-family: "Spectral", serif;

  }
  .golden2
  {
     
    font-family: "Spectral", serif;
   

  }
  .golden1
  {
    font-size: 40px;
    font-family: "Spectral", serif;

  }
  /*Index-About*/
  #aboutus {
    position: relative;
  }
  .about-section {
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 50% 100%);
    width: 100%;
    height: 130%;
    top: -98px;
    right: 0;
    background-color: #0E1756;
    z-index: -1;
  }
  .about-section-img {
    position: absolute;
    width: 39.3vw !important;
    height: 350px;
    z-index: 100 !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  
  @media(max-width:990px){
      
  .about-section{display: none;}
  
  
    }


    .restaurant1{
        background: url('../image/4 (3).jpg') rgba(0, 0, 0, 0.582) ;
        background-attachment: fixed;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-blend-mode: multiply;
          padding-top: 20px;
          padding-bottom: 20px;
      }
    .restaurant{
        background: url('../image/4 (3).jpg') rgba(0, 0, 0, 0.582) ;
        background-attachment: fixed;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-blend-mode: multiply;
          padding-top: 100px;
          padding-bottom: 100px;
      }
      /* .about {
        padding: 40px !important;
        background: url(../image/themeing-vactor.png) no-repeat 105% 1%;
        background-color: #F4EFE9;
        background-repeat: no-repeat;
        background-size: 20%;
    } */
    .about6 {
  
        background: url(../image/46uj6ku.png) no-repeat 98% 10%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 12%;
    }
    
    .about2 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url(../image/ex-i-3.png) no-repeat 98% 50%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 12%;
    }
    .about3 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url(../image/themeing-vactor.png) no-repeat 5% 50%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 8%;
        
    }
    .about4 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url(../image/ex-i-2.png) no-repeat 3% 50%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 12%;
    }
    .about1 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url(../image/7j7.png) no-repeat 5% 1%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 10%;
    }
    .about7 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url("image/5yjh545 (1).png") no-repeat 5% 7%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 10%;
    }
    .about8 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url(../image/themeing-vactor.png) no-repeat 90% 30%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 8%;
    }
    .about9 {
        padding-top: 70px !important ;
        padding-bottom: 50px !important ;
        background: url(../image/34tg44t.png) no-repeat 2% 30%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 15%;
    }
    .about h1{
        font-family: "Spectral", serif;
    }


    
    .rooms1{
        background-color:#F8F5F0;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .rooms1 .item {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        background-color: CRE;
      }
      .rooms1 .item:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -webkit-filter: brightness(70%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
      }
      .rooms1 .item:hover .con {
        bottom: 0;
      }
      .rooms1 .item img {
        -webkit-transition: all .5s;
        transition: all .5s;
      }
      .rooms1 .item .category {
      position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        writing-mode: vertical-rl;
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-orientation: mixed;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 3px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.5);
        font-family: 'Barlow Condensed', sans-serif;
        padding: 10px 3px;
        line-height: 1.5em;
      }
      .rooms1 .item .category a {
        color: #fff;
      }
      .rooms1 .item .category:hover {
        color: #fff;
      }
      .rooms1 .item .con {
        /* padding: 20px; */
        position: absolute;
        bottom: -90px;
        left: 20px;
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-align: left;
        z-index: 20;
        height: auto;
        box-sizing: border-box;
        background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
      }
      .rooms1 .item .con h6,
      .rooms1 .item .con h6 a {
        position: relative;
        color: #fff;
        font-size: 15px;
        font-family: 'Barlow Condensed', sans-serif;
        display: inline;
        letter-spacing: 3px;
        text-transform: uppercase;
      }
      .rooms1 .item .con h6 i {
        font-size: 6px;
        margin-right: 2px;
      }
      .rooms1 .item .con h5,
      .rooms1 .item .con h5 a {
        position: relative;
        color: #ffffff;
        font-size: 27px;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 25px;
        font-family: 'Gilda Display', serif;
      }
      .rooms1 .item .con p {
        color: #fff;
        font-size: 20px;
      }
      .rooms1 .item .con i {
        color: #fff;
        font-size: 18px;
      }
      .rooms1 .item .con i:hover {
        color: #fff;
      }
      .rooms1 .item .con .butn-light {
        margin-left: 0;
        border-radius: 30px;
        border-color: #666;
        padding: 11px 30px;
      }
      .rooms1 .item .con .butn-light:hover {
        border-color: #AA8453;
      }
      /* line animation */
      .rooms1 .item .line {
        text-align: center;
        height: 1px;
        width: 60px;
        background-color: rgba(255, 255, 255, 0.2);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        margin: auto 0 30px;
      }
      .rooms1 .item:hover .line {
        width: 100%;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: ease-in-out;
      }
      /* facilities */
      .rooms1 .facilities ul {
      margin: 0;
      padding: 0;
      list-style: none;
      }
      .rooms1 .facilities ul li {
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
        letter-spacing: 3px;
      line-height: 1.2em;
      padding-bottom: 20px;
        float: left;
      }
      .rooms1 .facilities ul li i {
      margin-right: 10px;
      }
      /* permalink */
      .rooms1 .item .con .permalink a {
        color: #fff;
        text-align: right;
      }
 /* gallery */

 .gallery .slide{
    height: 300px;
    position: relative;
    overflow: hidden;
}

.gallery .slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .slide .icon{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gallery .slide .icon i{
    font-size: 6rem;
    color: var(--white);
}

.gallery .slide:hover .icon{
    display: flex;
}
.gallery1{
    font-family: "Forum", serif;
    text-align: center; 
    padding-top: 10px;
}

/* end */
/* Base Styles */
  /* .gallery-ig {
    padding: 34px 0 33px;
 
  } */
  
  /* .gallery-ig {
    padding: 0 0 50px;
  }
   */
   .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }

.text99{
    font-family: "Forum", serif;
    font-size:40px;
}

.tf-button {
    position: relative;
    font-family: Arial, sans-serif;
    padding:30px !important;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 50px;
    text-transform: uppercase;
    background-size: 300%;
    transition: all 0.3s ease;
    border: 1px solid  hwb(40 0% 99%) 50% !important;
}

.tf-button::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #2ecc71;
    transition: all 0.3s ease;
}

.tf-button:hover::before {
    transform: translateY(-10px) !important;
}



.tf-button.style3 {
    background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
    border: 1px solid  hwb(30 20% 9%) 50%;
    color:  hwb(30 20% 9%) 50%;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 31px 0px 33px;
    line-height: 46px;
}

.tf-button.style3::before {
    background: #f4f4f4;
    bottom: -11px;
}

.tf-button.style3:hover {
    color:  hwb(30 20% 9%) 50%;
    background-position: 95%;
}

h1 ,h2 ,h3{
  font-family: "Cinzele,serif";
}
/* For screens smaller than 768px */
@media (max-width: 768px) {
  

  .gallery-ig h1 {
    font-size: 24px;
    text-align: center;
  }

  .gallery-ig-main {
    flex-direction: column;
    align-items: center;
  }

  .gallery-ig-main .col-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gallery-ig-main .col-img .top,
  .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }

  .gallery-ig-main .col-img .ig-box {
    height: auto;
  }

  .gallery-ig-main .col-img .top .ig-box,
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 0 15px;
    height: auto;
  }

  .tf-button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

/* For screens smaller than 480px */
@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
    .carousel-caption h6{
        font-size:18px !important;
        margin-top: -130% !important;
    }

    .carousel-caption h1{
        font-size:50px !important;
    }

    .carousel1 {
 
        height: 800px;
      }
      
      .carousel2 {

        height: 800px;
      }
      
      .carousel3 {
     
        height: 800px;
      }
    

    .carousel-control-next-icon, .carousel-control-prev-icon {
    margin-top: 150px !important;
}
.about1 {
    padding-top: 10px !important ;
    padding-bottom: 50px !important ;
    background: url(../image/7j7.png) no-repeat 90% 1%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 12%;
}
.restaurant{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.text99{
    font-size: 35px !important;
}
.about7 {
padding-top: 5px !important;
    background-size: 0%;
}
.about8 {
    padding-top: 0px !important ;
    padding-bottom: 50px !important ;
    background: url(../image/themeing-vactor.png) no-repeat 90% 30%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 8%;
}


.about9 {
    margin-top: -150px !important;
    padding-top: 0px !important ;
    padding-bottom: 50px !important ;
    background: url(../image/34tg44t.png) no-repeat 100% 50%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 25%;
}
.about36{
    margin-top: -50px !important;
}
.about9{
    margin-top: 20px !important;
}
}





.tours-bg1{
    background: url('image/4 (3).jpg') rgba(0, 0, 0, 0.582);
    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: "Spectral", serif;
    font-weight: 500;
     font-size: 45px;
  
     padding-top: 150px;

    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 150px !important;
        }
     .img12{
        display: none !important;
     }
     .img11{
        width: 80% !important;
        margin-left: 40px !important;
     }
     .banner0{

        font-size: 30px !important ;
     }
   }
     
      .about-bg1{
        background: url('image/b754a405-b67a-4a00-ba31-7a2191623c80.jpeg') 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;
      
      }
      .gallery-bg1{
        background: url('image/004d4e8b-64e6-4d75-b5f1-6d6f52a35685.jpeg') 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('image/krorez-beach-1.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;
      
       
      }


      

.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}
.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #3BCFCC;
}
.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}
.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}
.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}
.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}
.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.tours1 .item .con h5,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}
.tours1 .item .con i,
.destination1 .item .con i {
    color: #fff;
}
.tours1 .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff;
}
.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #3BCFCC;
}
/* line animation */
.tours1 .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.tours1 .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


   /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us{
    background: url('image/category_bg.jpg') ;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

    position: relative;

}
.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px #0D283D;
    transition: all ease-in-out 0.3s;
    background: #0D283D;
  }
  
  .why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #3FD0D4;
  }
  
  .why-us .box h4 {
    font-size: 24px;

    padding: 0;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: "PT Sans Narrow", sans-serif;
    letter-spacing: 1px;
  }
  
  .why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
  
  .why-us .box:hover {
    background: #3FD0D4;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px #0D283D;
  }
  
  .why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #fff;
  }
  .lorem{
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
  }    
  .lorem1{
    font-family: "PT Sans Narrow", sans-serif;
  }   


  

/* :: 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: 14px; } }
      .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: 12px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 12px; } }
    .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; } }