@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

*{
font-family: "Karla", sans-serif;
font-size: 14px;
}

.zoom-out-slider {
width: 100%;
height: 100%;
overflow: hidden;
}

.zoom-out-slider .swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.zoom-out-slider .swiper-slide > .swiper-slide-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: transparent no-repeat 50% 50% /cover;
}
.zoom-out-slider {
width: 100%;
height: 100vh;
}

.zoom-out-slider .swiper-slide .slide1 {
background-image: url(https://picsum.photos/800/400?image=670);
transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
background-image: url(https://picsum.photos/800/400?image=837);
transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
background-image: url(https://picsum.photos/800/400?image=947);
transform-origin: 100% 0;
}

.zoom-out-slider .swiper-slide .slide4 {
background-image: url(https://picsum.photos/750/250?image=945);
transform-origin: 0 100%;
}
.swiper-scale-effect .swiper-slide-cover {
transition: 10s ease-out;
transform: scale(1.2);
}
.swiper-scale-effect .swiper-slide.swiper-slide-active{
  opacity: 1;
}
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover:before{
background-color: transparent;
background-image: linear-gradient(90deg, #0000009C 0%, #00000047 100%);
opacity: 1;
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: 0.3s, border-radius 0.3s, opacity 0.3s;
}
/* smooth fade effects  */

.nice-parallax {
height: 100vh;
width: 100%;
}

.nice-parallax .swiper-slide {
overflow: hidden;
}

.nice-parallax .slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: center;
}


.swipper-inner {
z-index: 2;
}

.title{
font-size: 74px;
font-family: "EL Messiri", sans-serif;
color: #fff;
font-weight: 600;
line-height: 1em;
padding: 0;
margin: 0;
}
.sub-title{
font-size: 16px;
color: #fff;
font-weight: 500;
padding: 10px 15px 10px 15px;
background-color: #FFFFFF0D;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FFFFFF36;
border-radius: 50px 50px 50px 50px;
text-transform: uppercase;
}
.sub-title a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-down-arrow {
display: flex;
align-items: center;
justify-content: end;
margin-right: 12px;
}
.btn-down-arrow label{
transform: rotate(-90deg);
color: #fff;
text-transform: uppercase;
margin: 0;
padding: 0;
margin-right: -14px;
line-height: 0;
transition: linear 0.3s;
}
.btn-down-arrow img{
width: 15px;
transition: linear 0.3s;
}
.btn-down-arrow:hover img{
position: relative;
top: 20px;
}
.btn-down-arrow:hover label{
transform: rotate(-90deg) scale(1.1);
}
.social-list ul{
display: flex;
flex-direction: column;
justify-content: center;
align-items: end;
list-style: none;
gap: 10px;
}
.social-list{
display: flex;
flex-direction: column;
align-items: end;
}

.social-list ul li a {
background-color: #ffffff4d;
--icon-padding: 0.9em;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 50px;
border-color: #FFFFFF36;
display: block;
padding: 9px 14px;
color: #fff !important;
}
.social-list ul li a:hover{
color: #000 !important;
background-color: #fff;
}
.icon-circle{
color: #FFFFFF;
background-color: #FFFFFF30;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FFFFFF1A;
border-radius: 50px 50px 50px 50px;
padding: 12px 12px 12px 12px;
width: 45px;
text-align: center;
}
.bottom-slider p{
color: #fff;
font-weight: 400;
margin-bottom: 0px;
font-size: 16px;
}
.pt-150{
padding-top: 150px;
}
.pt-50{
padding-top: 50px;
}
.pt-75{
padding-top: 75px;
}
header .navbar{
margin-bottom: -105px;
z-index: 3;

}
.navbar-nav {
padding: 8px 5px 8px 5px;
border-radius: 50px;
gap: 10px;
border: 1px solid #fff;
}
.navbar-expand-lg .navbar-nav .nav-link{
color: #fff;
padding: 7px 20px 7px 20px;
text-transform: uppercase;
border: 1px solid transparent;
border-radius: 20px;
font-weight: 500;
margin: 0px 5px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
color: #FFFFFF;
background-color: #FFFFFF38;
border-radius: 50px 50px 50px 50px;
}
.navbar a {
color: #eee;
}
.navbar-nav .nav-link:hover{
color: #000;
background-color: #fff;
}
.navbar-brand{
max-width: 200px;
height: 80px;
}
.navbar-brand img{
  height: 100px;
  object-fit: contain;
}
.thumb-style-1 {
height: 100%;
border-radius: 20px 20px 20px 20px;
position: relative;
overflow: hidden;
display: block;
}
.footer-logo{
  height: 80px;
}
.thumb-style-1:before {
content: '';
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF08 0%, #000000A6 100%);
opacity: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.thumb-style-1 img {
height: 100%;
object-fit: cover;
z-index: 0;
width: 100%;
min-height: 350px;
transition: all 0.3s;
}
.thumb-style-1:hover img {
transform: scale(1.5);
}
.thumb-style-1 .caption{
position: absolute;
z-index: 2;
padding: 20px 20px;
bottom: 0;
width: 100%;
color: #fff;
}
.thumb-style-2 .caption {
    padding: 0px 20px;
}

.thumb-style-1 .caption label{
font-family: "EL Messiri", sans-serif;
color: #fff;
font-weight: 600;
font-size: 30px;
line-height: 30px;
}
.thumb-style-1 .caption p{
color: #FFFFFFAD;
font-size: 16px;
}
.icon-container
{
border-radius: 50%;
padding: 10px;
color: #fff;
background-color: #FFFFFF00;
border: 1px solid #fff;
display: inline-block;
transition: all .3s;
width: 50px;
height: 50px;
line-height: 37px;
text-align: center;
}
.icon-container i {
font-size: x-large;
transition: 0.3s;
transform: rotate(-29deg);
}
.icon-container:hover{
background-color: #fff;
color: #000;
}
.icon-container:hover i{
transform: rotate(0deg);
}
.rounded-20{
border-radius: 20px;
}
.title-2{
font-size: 52px;
font-family: "EL Messiri", sans-serif;
font-weight: 600;
line-height: 1em;
}
.content p {
font-size: 16px;
color: #7A7A7A;
}
.info-sub-title{
font-family: "EL Messiri", sans-serif;
font-weight: 600;
line-height: 1em;
font-size: 24px;
}
.information
{
padding: 40px 0px;
position: relative;
z-index: 2;
-webkit-transition: all .4s;
transition: all .4s;
overflow: hidden
}
.information:after {
content: '';
position: absolute;
top: 0;
z-index: -1;
-webkit-transition: all .4s;
transition: all .4s;
left: 0;
width: 100%;
height: 0;
background: #000;
}
.d-tab:hover .information:after{
height: 100%;
}
.d-tab{
flex: 0 0 calc(100% / 5);
max-width: calc(100% / 5);
height: 80vh;
padding: 0;
position: relative;
z-index: 2;
border-right: 1px solid rgba(255, 255, 255, .3);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%;
}
.row-item-more{
position: absolute;
bottom: 0;
left: 0;
color: #fff;
width: 100%;
padding: 25px;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
opacity: 0;
-webkit-transform: translateY(20%);
transform: translateY(20%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
z-index: 2;
}
.d-tab:hover .row-item-more{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.d-tab-gallery{
overflow: hidden;
margin: 50px 0px 0;
}
.d-gallery-container img{
opacity: 0;
visibility: hidden;
transition: all 0.5s;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
width: 100%;
height: 100%;
}
.d-gallery-container img.active{
opacity: 1;
visibility: visible;
transform: scale(1.1);
}
.d-tab.active:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background: rgba(0, 0, 0, .1);
}

.swiper-review {
width: 100%;
height: 100%;
overflow: hidden;
padding: 60px 0px;
}
.swiper-slide {
background: #191919;
display: block;
padding: 20px;
height: auto;
transition: all 0.3s;
cursor: move;
}
.review-box:hover{
  box-shadow: 0 0 20px #FFFFFF99;
}
.review-box p{
color: #FFFFFF99;
font-size: 16px;
font-weight: 400;
}
.review-info label{
font-family: "EL Messiri", sans-serif;
font-weight: 600;
line-height: 1em;
font-size: 24px;
color: #fff;
}

.review-box img{
width: 60px;
height: 60px;
}
.title-3{
font-size: 24px;
}
.icon-circle-2 {
color: #000000;
border-radius: 50px 50px 50px 50px;
margin: 0px 0px 10px 0px;
padding: 14px 14px 14px 14px;
background-color: #FFFFFF;
width: 48px;
height: 48px;
display: block;
text-align: center;
}

.package-category{
border-color: #191919;
display: flex;
flex-direction: row;
}
.package-category li{
flex: 1;
}
.package-category li a{
text-transform: uppercase;
border-radius: 20px;
}

.package-category.navbar-nav .nav-link.active, .package-category.navbar-nav .nav-link.show{
background-color: #8a4d4d0f;
color: #191919;

}
.package-category.navbar-nav .nav-link:hover{
background: #191919;
color: #fff;
}
.package-list{
display: none;
}
.package-list.active{
display: block;
}
.mini-blog img{
max-height: 400px;
}
.mini-blog .thumb-style-1{
height: auto;
}
footer *{
font-size: 16px;
color: rgb(255 255 255 / 57%);
}
footer .title-3{
  font-size: 28px;
  color: #fff;
}
.social-media{
list-style: none;
padding-left: 0px;
gap: 15px;
}
.social-media a i{
font-size: 24px;
}
ul.footer-nav{
list-style: circle;
}
ul.footer-nav a{
text-decoration: none;
}
ul.footer-nav a:hover{
text-decoration: underline;
}
.footer-child{
display: block;
text-align: center;
margin-top: 50px;
border-top: 1px solid #eee;
padding: 10px;
}
.footer-child p{
margin-bottom: 0px;
}

.bread-crumb {
    padding-top: 20vh;
    padding-bottom: 5vh;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}
.bread-crumb:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
}
.counter-box{
  border: 1px solid #eee;
  padding: 10px 20px;
  align-items: center;
  border-radius: 20px;
}
.counter-box .icon-holder {
    background: #000;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.counter-box .icon-holder i{
  font-size: 30px;
}
.counter-box p{
  margin-bottom: 0px;
}
.thumb-style-2 img{
  max-height: 400px;
}
.thumb-style-3{
  height: 50vh;
}
.thumb-style-3 img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
}
.bread-crumb.blog-single{
    padding-top: 20vh;
}
.collapse {
    visibility: visible;
}

/* FAQ */
.accordion-button {
    font-family: "EL Messiri", sans-serif;
    font-weight: 600;
    line-height: 1em;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 25px 20px;
    color: #191919;
    border-radius: 12px !important;
}
.accordion-button:not(.collapsed){
  background-color: #fff;
  outline: none;
}
.breadcrumb-style-2 a{
  color: #191919;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}
.hidden-lg{
  display: none !important;
}
@media(max-width:1600px){
  .social-list{
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
  .info-sub-title,
  .thumb-style-1 .caption label{
    font-size: 20px;
  }
  .icon-container{
    width: 40px;
    height: 40px;
    line-height: 20px;
  }
  .icon-container i {
    font-size: 20px;
  }
}
@media(max-width:1180px){
  .title{
    font-size: 48px;
  }
  .thumb-style-1 .caption p,
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
  }
  .sub-title{
    font-size: 14px;
    padding: 7px 15px;
  }
  .thumb-style-1 .caption label{
    font-size: 18px;
  }
  .title-2 {
    font-size: 40px;
  }
  .title-3 {
      font-size: 18px;
      font-family: 'El Messiri', sans-serif;
      font-weight: 600;
  }
  
}
@media(max-width: 800px){
  .hidden-lg{
    display: flex !important;
  }
  .thumb-style-1 img
  {
    min-height: 250px;
  }
  .mb-xs-4 {
    margin-bottom: 20px;
  }
  .navbar-toggler{
    border: 0px;
    color: #fff;
  }
  .navbar-toggler i{
    color: #fff;
    font-size: 24px;
  }
  div#navbarSupportedContent {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 100%;
    color: #000;
    background: #ffffff;
    z-index: 100;
  }
  div#navbarSupportedContent a{
    color: #000;
  }
  div#navbarSupportedContent a.active{
    background-color: #000;
    color: #fff;
  }
  .bread-crumb {
    text-align: center;
  }
  .d-tab-container {
    flex-direction: column;
    width: 100%;
  }
  .d-tab {
    flex: 2;
    height: auto;
    max-width: 100%;
  }
  .information {
    padding-bottom: 60px;
  }
  .pt-xs-50{
    padding-top: 50px;
  }
  .social-list{
    right: 5px;
  }
  .icon-circle{
    display: block;
  }
  .bottom-slider{
    gap: 10px;
  }
}
@media(max-width:560px){
 
  .bottom-slider{
    padding-right: 80px;
  }
}