/**
Theme Name: Sidai Africa
Author: Saleint Marketing Agency
Author URI: https://saleint.ca/
Description: #
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sidai-africa
Template: astra
*/

@media only screen and (max-width: 768px) {
/* 	.testimonials-slide .swiper-slide {
    opacity: 1 !important; 
} */
}


a:focus {
outline: none;
}
/* span.lrg-txt {
    font-size: 95px;
    line-height: 114px;
} */
.icon-btn span.elementor-button-icon {
    font-size: 40px;
    line-height: 14px;
}
span.swiper-pagination-bullet {
    width: 30px !important;
    border-radius: 25px;
}
.testimonials-slide .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}
.testimonials-slide .elementor-testimonial__text {
    margin-top: 15px !important;
}
/* .testimonials-slide .swiper-slide-next {
    opacity: 1 !important;
}
.testimonials-slide .swiper-slide {
    opacity: 0.2;
} */
/* .journey-slide .bdt-prime-slider-tango .bdt-content-wrap {
    opacity: 1;
}
.journey-slide .bdt-prime-slider-tango .bdt-subtitle {
	transform: none;
}
.journey-slide .bdt-prime-slider-tango .bdt-title {
	transform: none;
} */
.journey-slide .bdt-prime-slider-tango .bdt-title a {
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 8px 32px;
	transition: 0.4s all ease-in-out;
}

.journey-slide .bdt-prime-slider-tango .bdt-title a:hover {
    background:#EF6423;
	border: 2px solid #EF6423;
}
.ps-wi-arrow-right-5:before {
    content: "\e92c" !important;
}
.ps-wi-arrow-left-5:before {
    content: "\e91e" !important;
}
.about-box .elementor-flip-box__back .elementor-flip-box__layer__inner {
    background: #ffffffd9;
    padding: 25px 15px 25px 15px;
}

/* Explore Now Button */

.explore-now-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  background-color: transparent; /* Adjust as needed */
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.arrow-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.explore-now-btn:hover .arrow-icon {
  transform: translateX(5px); 
}

.explore-now-btn:hover {
    background-color: transparent;
}

.explore-now-btn-2 {
  display: inline-flex;
  align-items: center;
  padding: 16px 30px;
	border-radius:200px;
  background-color: #092701;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}


explore-now-btn-2:focus {
background-color: #092701;
}

.arrow-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.explore-now-btn-2:hover .arrow-icon {
  transform: translateX(5px); 
}

.explore-now-btn-2:hover {
    opacity:0.8;
	background-color: #092701;
}

.filler-btn{
    transition: 0.3s all ease-in-out;
}
.filler-btn:hover{
    opacity: 0.8;
}

.hamburger-area{
    overflow-x: hidden;
	font-family: "Playfair Display", serif;

    }

.hamburger {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
  width: 30px;
  height: 20px;
  cursor: pointer;
  justify-content: center;
  mix-blend-mode: difference; /* Add the mix-blend-mode property */
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #ecf0f1;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

    .hamburger p {
    color: #fff;
    position: absolute;
    right: 40px;
    top: 0px;
    opacity: 0;
    transition: 0.6s all ease-in-out;
    }

    

    .hamburger span:nth-child(1),
    .hamburger span:nth-child(2) {
      width: 100%;
    }

    .hamburger span:nth-child(3) {
      width: 70%;
      margin-left: 30%; /* Smaller last line */
    }

    .hamburger.open span:nth-child(1) {
      opacity: 0;
    }
    .hamburger.open span:nth-child(3) {
      opacity: 0;
    }
    .hamburger.open p{
        opacity: 1;
    }


    .fullscreen-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #2b2b2b;
/* 	  opacity:0.8; */
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: start;
      flex-direction: column;
      transform: translateY(-100%);
      z-index: 999;
    }

    .fullscreen-menu a {
      color: #fff;
      text-decoration: none;
      font-size: 50px;
      margin: 20px 0px 20px 80px;
      opacity: 0;
      transition: 0.3s all ease-in-out;
    }

    .fullscreen-menu a:hover{
        color: #b6b6b6;
    }

    @media (max-width: 768px) {
        .fullscreen-menu a {
      font-size: 25px;
    }
}




.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999999;
    
}

.line {
    overflow: hidden;
}


.line span {
	position:absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	margin 10% 5%;
    display: inline-block;
    font-size: 45px;
    color: #747474;
	font-family: "Playfair Display", Sans-serif !important;
}

.line span img {
width:150px !important;
}

/* .preloader-texts {
    font-size: 90px;
    color: #747474;
	font-family: "Playfair Display", Sans-serif !important;
} */

@media (max-width: 768px) {
	
       .line span {
    font-size: 35px;

}
	

}

.trans1, .trans2, .end {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.trans1 {
    background-color: #FBFEF4;
    z-index: 999999;
}

.trans2 {
    background-color: #004333;
    z-index: 99999;
}



















