*{
    font-family: League Spartan;
    padding: 0;
    margin: 0;
}

.app-content{
    max-width: 100vw;
    overflow: hidden;
}

.white-small-text{
    text-decoration: none !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 400;
}
.white-medium-text{
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 500;
}
.text-blue{
    color: #060069;
}
.text-red{
    color: #801F1C;
}
.normal-text{
    font-size: 20px;
    font-weight: 200;
}
.list-text{
    font-size: 22px;
    font-weight: 400;
}

.my-list{
    list-style: none;
}
.my-list li{
    padding: 10px 0px;
}


/* START TOP Header styling */
.top-header{
    background-color: #060069;
    text-align: center;
    color: #fff;
}

.top-header .btn-apply{
    background-color: rgba(128, 31, 28, 0.4);
    border: #801F1C 1px solid;
    margin-right:50px ;
    padding: 7px 20px;
    border-radius: 12px;
    transition: background-color 0.3s linear;
}
.top-header .btn-apply:hover{
    background-color: #801F1C;
    color: #fff !important;
}
@media (max-width: 700px) {
    .top-header {
        display: none !important;
    }
}
/* END TOP Header styling */


/* START Header styling */
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5) ;
    padding: 20px 50px;
    transition: all 0.3s ease;
    
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
}

.header .navbar-logo img{
    width: 266px;
}

.navbar-items{
    display: flex;
    gap: 30px;
    font-weight: 400;
    font-size: 15;
    list-style: none;
}
.navbar-items .nav-link:hover{
color: #801F1C;
}
.header ul{
    margin: 0;
}
.dropdown-menu ul{
    list-style: none;
}

.left-header{
    display: flex;
    gap: 20px;
}

.header .left-header .drawer{
    display: none;
}


@media (max-width: 1100px) {
    .navbar-logo img{
    width: 200px;
    }
}
@media (max-width: 1120px) {
    .header nav{
            display: none;
    }
    .header .left-header .drawer{
        display: flex !important;
        
    }
    
}
@media (max-width:550px) {
    .profile-lang-wrapper{
        display: none;
    }
    .header{
        padding-left: 10px ;
        padding-right: 10px ;

    }
}

/* END Header styling */


/*start mobile menu  */

.menu-mobile{
    width: 80vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.5);
}

.menu-mobile .navbar-logo-menu-mobile img{
    width: 70vw;
}
.menu-mobile .navbar-logo-menu-mobile{
    margin: 70px 5px;
}
.menu-mobile .navbar-items-menu-mobile{
    list-style: none;
    padding: 20px 0px;
}
.menu-mobile .navbar-items-menu-mobile li a{
    color: #000;
    font-size: 21px;
    font-weight: 400;
}
.menu-mobile .navbar-items-menu-mobile li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.menu-mobile .navbar-items-menu-mobile li:last-child {
    border-bottom: none;
    
}
.menu-mobile .navbar-items-menu-mobile .selected-item {
    position: relative;
    text-decoration: none;
    color: #801F1C;
}


.menu-mobile .navbar-items-menu-mobile li ul{
    list-style: none;
}
.menu-mobile.open {
    transform: translateX(0);
}
/* end mobile menu */

/* start Main styling */


.main{

    transition: background-image 1s ease-in-out;
    position: relative;
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat; 
    min-height: 73vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

/* main left */
.main .left{
    padding: 0px 30px;
}
 .main-button{
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    background-color: #060069;
    padding: 15px 30px;
    margin: 15px 40px;
    text-align: center;
    border-radius: 6px;
    transition:all 500ms  ease-in-out;
   

}

 .main-button:hover{
    background-color: #801F1C;
    font-size: 20px;

}

.main .left .main-title{
   font-size: 60px;
    max-width: 100%;
    width: 300px;
    font-weight: 500;
    /* overflow: colaps;  */
    white-space: normal; /* Allow wrapping */
    word-wrap: normal; /* Break long words if needed */
    line-height: 1.2;
    padding-bottom: 30px;
    word-spacing: 2%;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25);
}
.main .main-title span{
    padding-left:15px ;
}

.main .left .twm-banner-title {
  font-size: 76px;
  font-weight: 600;
  color: #801F1C;
  line-height: 90px;
  margin: 50px 10px;
}
@media (max-width: 1440px) {
  .main .left .twm-banner-title {
    font-size: 58px;
    line-height: 66px;
  }
}
@media (max-width: 1024px) {
    .main .left  .twm-banner-title {
    font-size: 40px;
    line-height: 46px;
  }
}

.main .left .twm-banner-title em {
  display: block;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25);
    min-height: 90px;
}
@media (max-width: 1440px) {
  .main .left .twm-banner-title em {
    font-size: 58px;
    min-height: 70px;
  }
}
@media (max-width: 1024px) {
  .main .left .twm-banner-title em {
    font-size: 40px;
    min-height: 48px;
  }
}
.main .left .twm-banner-title > span {
  color: #fff;
  padding: 0px 20px;
}


/* main right */
.main .right{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 300px;
    padding-right:30px ;
    

}
.main .right .video-container{
    background-color: #fff;
    width: 200px;
    height: 160px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main .right .video-container .video{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}
.main .right .video-container .video img{
    border-radius:5px ;
}
.main .right .video-container .video .shimmer-title{
    background-color:#EAF0F2 ;
    height: 5px;
    width: 150px;
    border-radius:4.5px ;

}
.main .right .video-container .video .shimmer-description{
    background-color:#EAF0F2 ;
    height: 5px;
    width: 100px;
    border-radius:4.5px ;

}

.main .right .video-container .icon-click{
    position: relative;
    bottom: 40px;
    left: 150px;

}
.main .right .text-red{
    font-weight: 600;
    font-size: 29px;
    width: 180px;
    text-align: center;
    justify-self: end;
    align-self: flex-end;

    
}

@media (max-width: 1026px) {
    .main .right {
        display: none !important;
    }
    
}
/* end Main styling */


/* start bottom Main styling */
.bottom-main{
    min-height: 16vh;
    background-color: #801F1C;
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 10px;
}
.bottom-main .main-button-details{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom-main .main-button-details .main-button-icon{
    width: 61px;
    height: 61px;
    background-color: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.bottom-main .main-button-details .main-button-details-info{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 400;
}

/* end bottom Main styling */


.section{
    padding: 0 15px ;
    padding-top:65px ;
    padding-bottom:10px ;
}
.sections-title{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2%;
    padding: 20px 0px;
    
}
.img-text{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0px;
    position: relative; 
    top: -100px;
}



.english_evreyone_formation_certifies{
    background-color: #fff;
    width: 250px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    top: -50px;
    left: 80px;
}
.english-evreyone-media > img{
    width: 370px;
    height: 420px;
}
@media (max-width:560px) {
    .english-evreyone-media > img{
    width: 300px;
    height: 300px;
}
.english_evreyone_formation_certifies{
    top: -30px;
    left: 10px;
}
.english_evreyone{
    gap: 0px !important;
}
}


.certificate-section .certificate-section-media img{
     /* width="513" height="358" */
     width: 513px;
     height: 358px;    
}
@media (max-width:560px) {
   .certificate-section .certificate-section-media img{
     /* width="513" height="358" */
     width:300px;
     height: 200px;    
}
.certificate-section{
    gap: 0px !important;
} 
}



















.card-pick-course{
     border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    max-width: 350px;
}
.card-pick-course .coure-type{
    background-color: rgba(6, 0, 105, 0.08);
     width: fit-content;
     color: #060069;
     font-size: 12;
     font-weight: 400;
     padding: 1px 18px;
     border-radius: 4px;
     margin-bottom: 15px;
}
.card-title a{
    text-decoration: none;
    color: #060069;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.card-title a:hover{
    color: #801F1C;
    font-size: 20.2px;
    /* font-weight: 700; */
}
.card-pick-course .rating span{
    font-size: 18;
    color: #000;
    font-weight: 400;
}
.card-pick-course .rating{
    margin-bottom: 25px;
}
.card-pick-course .rating span{
    font-size: 18px;
    font-weight: 400 ;
}
.img-card-container {
  
  background-size: cover;
  background-position: center;
  min-width: 350px; /* Set width */
  min-height: 205px; /* Set height */
  border-radius: 8px;
  transition: transform 250ms linear;

}

.img-card-container .card-time{
    
    background-color: #801F1C;
    width: fit-content;
    margin: 10px;
    padding: 3px 7px;
    color: #fff;
    border-radius: 4px;
}
.card-news-info{
    background-color: #fff;
    color: #000 !important;
    box-shadow: 1px 2px 2.9px 1px rgba(0, 0, 0, 0.25);
    border-radius:8px ;
    padding:15px ;
    margin: 0px 30px; position: relative; top: -30px;
}
.card-news-info .card-news-title a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.card-news-info .card-news-title a:hover{
    color: #801F1C;
}

.card-news-info .card-news-calander{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.card-news-info .card-news-description{
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.card-news-info .card-news-btn a{
    text-decoration: none;
    color: #060069;
    font-size: 13px;
    font-weight: 300;
    transition:all 0.3s ease-in-out;
}
.card-news-info .card-news-btn a:hover{
    color: #801F1C;
    font-size: 13.3px;
}
/*  */
/*  */



/* start footer styling */


.footer{
    padding:60px 120px ;
    background-color: #EAF0F2;
}

.footer .footer-img{
    max-width: 687px;
}

.footer .footer-description{
   font-size: 23px;
   font-weight: 300;


}




.footer .footer-list-link ul{
    list-style: none; 
    padding: 10px 10px;
}
.footer .footer-list-link ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    transition: color 0.3s ease-in-out;
}

.footer .footer-list-link ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* adjust to sit below the text */
    width: 0%;
    height: 2px;
    background-color: #801F1C;
    transition: width 0.3s ease-in-out;
}

.footer .footer-list-link ul li a:hover {
    color: #801F1C;
}

.footer .footer-list-link ul li a:hover::after {
    width: 100%;
}


.social-footer-link ul li {
  list-style: none;
  margin-bottom: 10px;
}

.social-footer-link ul li a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.social-footer-link ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.social-footer-link ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.social-footer-link ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.social-footer-link ul li a:hover:before {
  top: 0;
}

.social-footer-link ul li:nth-child(1) a:before{
  background: #3b5999;
}

.social-footer-link ul li:nth-child(2) a:before{
  background: #55acee;
}

.social-footer-link ul li:nth-child(3) a:before {
  background: #0077b5;
}

.social-footer-link ul li:nth-child(4) a:before {
  background: #dd4b39;
}




.bottom-footer{
    background-color: #801F1C;
    color: #fff !important;
}

@media (max-width:1100px) {
    .footer{
        padding:60px 30px ;
    }
}
@media (max-width:930px) {
    .footer .footer-img{
    max-width: 65vw;
}
}
/* end footer styling */


/* 

about us page style 

NB:there is some section on about_us and home page also so it's the same style 


*/
/* start main about us */

.main-about-us{
    background-image: url('../images/about_us/main_about_us.png'); /* local or external image */
    background-size: cover;       /* scales image to cover entire area */
    background-position: center;  /* centers the image */
    background-repeat: no-repeat; /* prevents tiling */
    height: 40vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-left:65px ;
    padding-right: 60px; */
}

.main-about-us .right .video-container{
    background-color: #fff;
    width: 200px;
    height: 160px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-about-us .right .video-container .video{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}
.main-about-us .right .video-container .video img{
    border-radius:5px ;
}
.main-about-us .right .video-container .video .shimmer-title{
    background-color:#EAF0F2 ;
    height: 5px;
    width: 150px;
    border-radius:4.5px ;

}
.main-about-us .right .video-container .video .shimmer-description{
    background-color:#EAF0F2 ;
    height: 5px;
    width: 100px;
    border-radius:4.5px ;

}

.main-about-us .right .video-container .icon-click{
    position: relative;
    bottom: 40px;
    left: 150px;

}

.main-about-us .right .text-red{
    color: #801F1C;
    font-size: 29px;
    font-weight: 600;
    position: relative;
    top: 20px;
    left: 80px;
    width: 180px;
    text-align: center;
}
.about-us-section{
    position: relative;
}
.about-us-section .about-usdectiption-icon{
    position: absolute;
    left: 100px;
    top: -70px;
    z-index: -1;
}

.about-us-section p{
    color: #000;
    font-size: 15px;
    font-weight: 200;
    padding: 0 200px;
}
@media (max-width: 1120px) {
    .about-us-section p{
    padding: 0 20px;
}
}
.about-us-support-section{
    padding-bottom:100px ;
}

.about-us-support-section .img-support {
    position: relative;
    width: 700px;
    height: 411px;
    background-image: url('../images/about_us/about-us-support.png'); 
    background-size: cover;       
    background-position: center; 
    background-repeat: no-repeat;
    border-top-right-radius: 73px;
    border-bottom-left-radius: 105px;
    overflow: hidden;
    z-index: 0;
}

.about-us-support-section .img-support::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(128, 31, 28, 0.32);
    border-top-right-radius: 73px;
    border-bottom-left-radius: 105px;
    z-index: 1;
    pointer-events: none;
}

.about-us-support-section .img-support > a img {
    position: relative;
    z-index: 2; 
}



/* start back to top styling */

.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9999999999;
  background: #801F1C;
  border-radius: 3.125rem;
  border: 1px solid #fff;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}
.s-back-to-top.-is-visible:hover {
  opacity: 1;
}




/* end back to top styling */


/* start fixed whatsapp styling */
.fixed-whatsapp{
     position: fixed;
  /* right:0px;
  bottom: 0px; */

  right:50px;
  bottom: 110px;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9999999999;
  /* background: green; */
  border-radius: 3.125rem;
  text-align: center;
  
    
}
