

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  font-weight:300;
  /* background: #000; */
 /* overflow-x: hidden; */
}

html {
  scroll-behavior: smooth;
}
#family{
  font-family: "Cairo", sans-serif;
}
.hover-scale{
  transition: 0.2s;
}
.hover-scale:hover{
  transform: scale(1.05);
}
#optionk {
  width: 20px;
  color: #D31027;
  
 }
select {
 padding: 10px 100px;
}
a{
  text-decoration: none;
}
#img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#finger{
  display: flex;
  gap: 5px;
  align-items: center;
  
}
.btnland{
  width: 70%;
}

#finger img{
  width: 20px;
}
.pulse-wtsp{
  width:85%;
  height:60px;
  margin-top: 10px;
  background-image: linear-gradient(to right, rgb(23, 169, 23) 0%, rgb(42, 198, 42)  51%, rgb(23, 169, 23)  100%);

}
.container_landingpage{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.pulse-buttonsend{
  font-family: "Cairo",sans-serif;
  margin:auto;
  position:relative;
  display:flex;
  flex-direction: column;
   justify-content: center;
   align-items: center;
  text-transform:uppercase;
    text-align:center;
    color:#fff;
    border:none;
    border-radius:50px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 0 0 0 #fe00001a;
    text-decoration:none;
    
  }
  .promo-button:hover {
    background: linear-gradient(45deg, #f06595, #ff6b6b);
  }
  
  .promo-button:hover i {
    transform: rotate(360deg);
  }
  @keyframes pulseAnimation {
    0% {
      box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
      transform: translateY(0);
    }
    50% {
      box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
      transform: translateY(-5px);
    }
    100% { 
      box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
      transform: translateY(0);
    }
  }



.pagesmessage{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #e2eaf1;
}
.pagesmessage_container{
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.pagesmessage_container span{
font-size: 0.8rem;
opacity: 0.7;
}
.pagesmessage_container button{
border: 1px solid #fff;
background: none;
color: #fff;
opacity: 0.8;
padding: 10px;
font-family: "Cairo", sans-serif;
transition: 0.2s;
cursor: pointer;

}
.pagesmessage_container button:hover{
  opacity: 1;
}
.thanks{
  width: 100%;
  display: flex;
  justify-content: center;

}
.thanks .images{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.thanks .images .img{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.input_form4{
  position: relative;
}
.inputs .input{
  position: relative;
}
.handleErrortop{
  position: absolute;
  top: -7px;
  right: 30px;
  font-family: "Cairo", sans-serif;
  font-weight:300;
  font-size: 0.7rem;
  color: #e74c3c;
}

.handleErrorbottom{
  position: absolute;
  bottom: -7px;
  left: 30px;
  font-family: "Cairo", sans-serif;
  font-weight:300;
  font-size: 0.7rem;
  color: #e74c3c;
}

.Description{
  width: 100%;
  display: flex;
  min-height: 80vh;
  justify-content: center;
  padding: 30px 0px;
 }
 
 .elements{
  width: 70%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
 
 }

 .btnlanding1 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnlanding1 .cta {
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);


}

.btnlanding1 .cta:focus {
   outline: none; 
}

.btnlanding1 .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.btnlanding1 .cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.btnlanding1 .cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

.btnlanding1 span {
    transform: skewX(15deg) 
  }

  .btnlanding1 span:nth-child(2) {
    width: 20px;
  
    position: relative;
    top: 12%;
  }
  
  
/**************SVG****************/

.btnlanding1 path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.btnlanding1 path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btnlanding1 .cta path.three {
  animation: color_anim 1s infinite 0.2s;
}

.btnlanding1 .cta path.one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btnlanding1 .cta path.two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */



/* landing page style  */
.pulse-buttonsend{
  font-family: "Cairo",sans-serif;
  margin:auto;
  position:relative;
  display:flex;
  flex-direction: column;
   justify-content: center;
   align-items: center;
  text-transform:uppercase;
    text-align:center;
    color:#fff;
    border:none;
    border-radius:50px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 0 0 0 #fe00001a;
    text-decoration:none;
    
  }
  select{
    cursor: pointer;
  }
  .animation1{
    width:90%;
    height:60px;
    animation:pulse 1.5s infinite;
      background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%);
     
      }
      
      .pulse-button:before{position:absolute;content:'';display:inline-block;top:-180px;left:0;width:30px;height:100%;background-color:#fff;animation:shiny-btn1 2s ease-in-out infinite}
      .pulse-button:active{box-shadow:4px 4px 6px 0 rgba(255,255,255,.16),-4px -4px 6px 0 rgba(116,125,136,.05),inset -4px -4px 6px 0 rgba(255,255,255,.08),inset 4px 4px 6px 0 rgba(0,0,0,.05)}
      .pulse-button:hover{-webkit-animation:none;color:#fff;text-decoration:none;background:#e0012a}
      
      @-webkit-keyframes shiny-btn1{0%{-webkit-transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);opacity:0}}
      @-webkit-keyframes pulse{0%{-moz-transform:scale(.9);-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}70%{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 50px rgba(90,153,212,0)}100%{-moz-transform:scale(.9);-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9);box-shadow:0 0 0 0 rgba(90,153,212,0)}}  


      .loadingcontainer{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .loader {
        border: 4px solid rgba(0, 0, 0, 0.1);
        border-left-color: #7986CB;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        animation: spin 1s linear infinite;
        margin: 20px auto;
      }
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }



      swiper-container {
        --swiper-navigation-color: #000; /* Navigation arrows color (black) */
        --swiper-navigation-size: 40px;  /* Increase size of navigation arrows */
        --swiper-pagination-bullet-width: 20px; /* Width of pagination bullets */
        --swiper-pagination-bullet-height: 20px; /* Height of pagination bullets */
        --swiper-pagination-bullet-inactive-color: #370000; /* Default color for inactive bullets */
        --swiper-pagination-color: #000000; /* Active pagination bullet color */
      }
  
      /* Style for pagination container */
      .swiper-pagination {
        background-color: black; /* Background color of pagination container */
        padding: 10px; /* Padding for aesthetics */
        border-radius: 5px; /* Round corners */
        position: absolute; /* Position absolutely */
        bottom: 10px; /* Position at the bottom */
        left: 50%; /* Center it horizontally */
        transform: translateX(-50%); /* Adjust to center */
        display: flex; /* Use flexbox for proper alignment */
        gap: 5px; /* Space between pagination bullets */
      }
  
      swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
  
      swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

/* ------------------------------------------ audio player style --------------------------------------- */

.audio-player{
  direction: ltr;
  position: relative;
}
.times-two{
position: absolute;
top: 6px;
right: 15px;
display: flex;
align-items: center;
gap: 4px;
}
.play-pause-btn {
  background: none;
  border: none;
  color: #25D366;
  font-size: 28px;
  cursor: pointer;
}

.progress-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 10px;
}

.waveform-bars-container {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.waveform-bar {
  width: 4px;
  background: #E0E0E0;
  border-radius: 2px;
  margin: 0 1px;
  position: relative;
}

.waveform-bar-progress {
  height: 100%;
  background-color: #25D366;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s ease-in-out;
}

.progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(37, 211, 102, 0.3);
  z-index: 0;
}

.volume-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.volume-icon {
  color: #25D366;
  font-size: 20px;
  cursor: pointer;
}

.volume-control {
  width: 60px;
  appearance: none;
  background-color: #E0E0E0;
  height: 4px;
  cursor: pointer;
}

.time {
  font-size: 10px;
  color: #555;
}


/* ------------------------------------------ audio player style --------------------------------------- */

 @media screen and (max-width: 800px) {
 .elements{
  width: 100%;       
 }
 .thanks .images{
  width: 80%;

}
.container-lan img{
  width: 80%;
}
 }
 @media screen and (max-width: 600px) {
  .container-page img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .container-lan img{
      width: 100%;
    }
 }

 @media screen and (max-width: 400px) {

 .elements{
  width: 100%;       
 }
 .thanks .images{
  width: 100%;

}

 }
@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}
