@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #ffffff;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif;
  font-family: "Playfair Display", serif;
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
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);
  }
}

nav.navbar {
  background-color: #000000;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 13px !important;



}

.nav-item {

  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#B78932 !important;
  transform: scale(1.05);
  border-bottom: 1px #B78932 solid !important;
  background-color: transparent;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', 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);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../photos/img2.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel2 {
  background: url('../photos/img3.jpg') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%) ;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel3 {
  background: url('../photos/img4.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel-caption {
  margin-bottom: 18%;
  text-align: center;
  
}

.carousel-caption h1 {

  font-family: "Playfair Display", serif;

  font-size: 80px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #ffffff !important;

}
.owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.icon-box {
  display: grid;
  padding: 15px;
  border: 1px solid #C19D68;
  justify-content: center;
  text-align: center;
  align-items: stretch;
  justify-items: center;
  background: #F8F6F3;
  -webkit-box-shadow: 10px 10px 54px -39px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 54px -39px rgba(0,0,0,0.75);
box-shadow: 10px 10px 54px -39px rgba(0,0,0,0.75);
}
.btn {
  color: #B7A368;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #B7A368;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  border-radius: 0px;
}

.btn:hover {
  color: white;
}

.btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #B7A368;
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 160%;
}

.owl-carousel .owl-nav .owl-prev{
  background: url('../photos/icons/icon1.png') no-repeat;
  width:40px;
  height:40px;
  border-radius: 50%;
  border: 1px solid #B7A368 !important;
}
.owl-carousel .owl-nav .owl-next{
    background: url('../photos/icons/icon1.png') no-repeat;
    width:40px;
    height:40px;
    border-radius: 50%;
    border: 1px solid #B7A368 !important;
}

.cover-bg{
  background: url('../photos/cover-bg.png')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position:center left;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom:200px;
  color: #ffffff;
}

.tours1{
  padding-top: 50px;
  padding-bottom: 100px;
}
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.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:#B7A368;
}
.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: #B7A368;
}
/* 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;
}
.testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000000;
}

/*aboutus.html*/
.section-background{
  background: url('../photos/img3.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
}
.facilities-section{
  background: url('../photos/img3.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;

}
.facility-box{
  background: rgba(255, 255, 255, 0.756);
  padding: 30px;
  border: #b7893200 1px solid;
}
.facility-box:hover{
  background: #000000af;
  color: white;
  border: #B78932 1px solid;
  transition: 0.3s ease-in-out;


}


/*rooms.html*/
.section-background1{
  background: url('../photos/room4.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
}

/*restaurant.html*/
.section-background4{
  background: url('../photos/restaurant3.jpeg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
}
.restaurant{
  background: url('../photos/restaurant3.jpeg')rgba(20, 19, 19, 0.648) ;
  background-size: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 50px;
z-index: 100 !important;
  margin-bottom: 50px;
}
.restaurant-bg{
  background: white;
  position: relative;
  margin-top: -150px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
/*contact.html*/
.section-background2{
  background: url('../photos/img9.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media(max-width: 1000px){
  .restaurant{
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover !important;
    text-align: center;
  }
  .restaurant-bg{
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image1{
    display: none;
  }
 
.carousel-caption {
margin-bottom: 75% !important;
text-align: center;

}

.carousel-caption h1 {

font-size: 50px !important;
font-weight: 500;
}

.carousel-caption h6 {

font-size: 17px;

}
nav.navbar{
height: auto;
}

.map-col{
justify-content: center !important;
text-align: center !important;
align-items: center !important;
}

}






  /*Animations*/
  .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;
  }