* {
  box-sizing: border-box;
}

img{
    max-width: 100%;
}
.navbar-brand img{
width: 100px;
}
body {
font-family: 'Cairo', sans-serif;
}
a{
text-decoration: none;
}
header {
  top: 0;
  inset-inline: 0;
  transition: all 0.5s linear;
    background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
 top: 0;
 width: 100%;
  }
header.fix-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  animation-name: headerAnim;
  animation-duration: 1s;
  animation-direction: alternate;
  box-shadow: 3px 2px 2px 2px #f5f5f5;
}

 .header-before{
font-size: 18px;
padding-inline-start: 6px;
}
.header-before{
  position: relative;
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.header-before::before{
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  inset-inline-start: 0;
  bottom: -1px;
  background:#F5821F;
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.header-before:hover:before{
  width: 100%;
  height: 3px; 
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.offcanvas-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.link-before{
margin-top: 13px;
padding: 10px 10px;
display: block;
width: 100%;
color: #fff;
background: linear-gradient(145deg , #F5821F  , #f39a4c , #f48829 , #efa15e  );

text-align: center;
border-radius: 50px;
}
.link-before:hover{
color: #fff;
}
.icon-soc i{
font-size: 18px;
}
.banner{
position: relative;
}
.cont-pos{
position: absolute;
top: 25%;
left: 0;
}
 .banner-img img{
width: 250px;
height: 200px;
}
.banner-content{
margin-top: 35px;
font-size: 35px;
font-weight: 600;
color: #0c8ece;
}
.banner-content span{
margin-top: 15px;
color: #1c306b;
}
.banner {
  background-image: url('img/hero\ image1.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.banner {
  position: relative;
}
.banner > div {
   z-index: 2; 
}
.banner-2{
  background-image: url('img/Group\ 1000007445.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 150px 0;
  display: flex;
  align-items: center;
}
.content-1{
font-size: 35px;
font-weight: 600;
color: #FFCB08;
position: relative;
}
.flex-center{
height: 100%;
}
.content-1::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px; 
  height: 80px;
  background: url("img/pngegg (57) 1.png") no-repeat center;
  background-size: contain;
 margin: -24px;
}
.text-1{
margin-top: 80px;
color: #fff;
width: 45%;
font-weight: 400;
font-size: 24px;
line-height: 2;
}
.banner-3{
height: 100%;
  display: flex;
  align-items: center;
    padding: 70px 0;
}
.titel{
font-size: 35px;
font-weight: 600;
color: #FFCB08;
}
.text-2{
margin-top: 10px;
font-weight: 400;
font-size: 20px;
line-height: 2;
}
.content-3{
margin-top: 35px;
}
.titel-2{
font-size: 25px;
font-weight: 600;
color: #A6CE39;
}
.list{
margin-top: 15px;
}
.flex{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.banner-4{
  background-image: url('img/Mask\ group\ \(12\).png');
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 140px 0;
   overflow: hidden;
  background-attachment: fixed;  
}
.content-11{
margin-top: -20px;
}
.content-11::after {
  content: "";
  width: 400px; 
  height: 80px;
 margin: -29px;
}

.card{
background: none;
border: none;
}
.row-top{
margin-top: 90px;
}
.anim img{
transition: all 0.3s ease;
}
.anim img:hover{
  transform: translateY(-5px);
 }
.body{
color: #fff;
text-align: center;
}
.text-4{
margin-top: 14px;
font-size: 26px;
font-weight: 700;
}
.text-4 span{
margin-top: 14px;
color: #F5821F;
}
.banner-5{
height: 100%;
padding: 100px 0;
}
.footer{
width: 100%;
height: 100%;
padding: 40px 10px;
background: #113F67;
color: #fff;
}
.footer-logo img{
width: 150px;
padding: 20px 0;
}
.footer-flex{
display: flex;
align-items: center;
flex-wrap: wrap;
height: 100%;
}
.footer-flex a{
padding: 12px;
font-size: 19px;
color: #fff;
}
.footer-line{
width: 100%;
height: 1px;
background: #cacbcc;
}
.copy{
margin-top: 30px;
color: #969696;
}
.footer-flex-2{
display: flex;
}
.icon-footer i{
font-size: 16px;
padding: 8px 10px;
border-radius: 50px;
background: #deb01c;
color: #fff;
}
.foote-text{
margin-inline-start: 6px;
}
.footer-top-2{
margin-top: 20px;
}
.foote-text a{
color: #fff;
}
.whats-float {
    position: fixed;
    top: 25%;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}

.whats-float i {
    font-size: 28px;
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
    transition: transform 0.5s ease-in-out;
}

.whats-float:hover i {
    transform: rotate(180deg);
}


      .tittel-22{
     font-size: 20px;
     font-weight: 600;
    }
    .text-swiper{
     margin-top: 10px;
    }
    .h-plan{
    height: 100%;
    }
    .main-next::after,
  .main-prev::after {
    color: #deb01c !important;
    font-size: 32px;
  }
  .innerSwiper .swiper-button-next::after,
  .innerSwiper .swiper-button-prev::after {
    color: #fff !important; 
    font-size: 32px;
  }
  .icon-footer-3 i{
   padding: 5px;
   font-size: 18px;
  }
.card-d {
  background: #fff;              
  border-radius: 10px;          
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
  overflow: hidden;              
  display: flex;
  flex-direction: column;
  height: 100%;   
    margin-top: 30px;     
      transition: all 0.3s ease;        
}
.card-d:hover {
  transform: translateY(-10px); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.2); 
}
.card-img img {
  width: 100%;
  height: 200px;                
  object-fit: cover;        
}
.card-cont{
padding: 8px 10px;
}
.row-top{
margin-top: 60px;
}
@keyframes headerAnim {
  0% {
      top: -150px;
  }
  100% {
      top: 0px;
  }
}
 @media screen and (min-width:991px){
 .offcanfas-1{
    display: none;
 }
.body{
color: #fff;
width: 74%;
text-align: center;
}
}
@media screen and (min-width:100px) and (max-width:991px){
  .nav-lg{
    display: none;
  }
    .icon-7{
text-align: center;
}
.icon-7 i{
font-size: 19px;
color: #141718;
padding: 4px;
}
     .offcanvas.offcanfas-1 {
    height: 100vh !important;
    max-height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    padding: 1rem; 
    border-radius: 0; 
  }
  .offcanvas.offcanfas-1 .offcanvas-body {
    overflow-y: auto; 
    height: calc(100vh - 56px); 
  }
  
  .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgb(17 17 17 / 20%);
    z-index: 1;
  }
  .cont-pos {
    top: 60%;  
    transform: translateY(-50%);
    z-index: 2;

  }
  header {
    z-index: 2;
}
.banner img{
  height: 80vh;
  width: 100%;
  background-size: cover;
background-position: center;
background-repeat: no-repeat;
 }

 .banner-img img{
width: 150px;
height: 150px;
text-align: center;
}
 .banner-img{
 text-align: left;
 }
.banner-content{
font-size: 25px;
text-align: left;
margin-top: 15px;
}
.text-1{
margin-top: 80px;
color: #fff;
width: 100%;
font-weight: 400;
font-size: 24px;
line-height: 2;
}
.footer-logo{
display: flex;
justify-content: center;
}
.footer-flex {
flex-direction: column;
 align-items: center;
}
.footer-flex div{
padding: 10px 0;
}
.icon-7{
text-align: center;
}
.copy{
text-align: center;
}
.footer-flex {
 padding-bottom: 12px;
}
.top-mobail{
margin-top: 30px;
}
.text-4{
font-size: 110%;
}
}