@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Lato:ital,wght@0,300;0,400;1,400&family=Nunito:wght@300;400&family=Play&family=Roboto:wght@300;400&family=Varela+Round&display=swap');

html{scroll-behavior:smooth}
* {

    font-family:  'Jost', sans-serif;
  
  }
body{
  position: relative;
  margin:0;
  overflow-x:hidden;
  font-family:  'Jost', sans-serif;
  height: 100vh;
}

nav{
    
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    display: flex;
flex-direction: row;
column-gap: 300px;
  }
  nav .ul{
      
    list-style-type:none;
    align-items:center;
   
    margin: 0;
    
  }
 
nav img{
    height: 60px;
   margin-bottom: 5px;
}
footer{
    text-align: center;
    padding: 100px 40px 10px 40px;
}
footer p{
    font-size:20px;
    display: flex;
    margin: 0;
    padding: 10px;
    justify-content: center;
}
footer a{
  padding-left:10px;
    text-decoration: none;
    color:black;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
footer .soc{
display: flex;
padding: 20px 0;
justify-content: center;
}
.linkb{
  padding: 0 10px;
}
.sects{
  padding: 150px 100px 150px 100px;
  text-align: center;
} 
.sects2{
    padding: 40px 150px 20px 150px;
    text-align: left;
}
.sect{
  padding: 40px 150px 20px 150px;
}
.sectsb{
  padding:25px;
}
.sects3{
  padding: 150px 100px 150px 100px;
}
.sects h1{
    font-size: 55px;
}
.sects2 h1{
    font-size: 45px;
}

.cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
  
    padding: 0 100px 20px 100px;
  border:none;
    gap: 2rem;
  }
  .box{
    width:100%;
    height:fit-content;
  display: flex;
  flex-direction: row;
  border-radius:10px;
  margin:5px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.4);
  background-color: white;
  justify-content: left;
  }

 .pfp{

  width:40%;
border-radius: 10px 0 0 10px; 
 }

 .content{
  padding: 40px 50px;
}

.time{
  padding-bottom: 5px;
}
  .math{
    
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../images/math.jpg");
   background-repeat: no-repeat; background-position: center; background-size: cover;
   text-align:center;
  }

.grup{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/back.jpg");
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    width: 100%;
   
    border-radius: 20px;
  }
  
  .grup h1{
    font-size: 35px;
    color: white;
  }
  .slider-wrapper{
    width:100%;
    height:500px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .slidert{
    display: flex;
    height: 100%;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  }

  .img{
    padding: 100px 0;
    width: 100vh;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .imgs{
    padding-top:108px;
   
    flex: 1 0 100%;
    scroll-snap-align: start;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url("../images/slider.jpg");
  background-size: cover;
  background-position: center;
  }
  .imgs1{
    flex: 1 0 100%;
  
    scroll-snap-align: start;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url("../images/slider1.jpg");
  background-size: cover;
  background-position: center;
  }
 
  .imgs2{
    flex: 1 0 100%;
    
    scroll-snap-align: start;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url("../images/slider4.jpg");
  background-size: cover;
  background-position: center;
  }
  
  .imgs3{
    flex: 1 0 100%;
    
    scroll-snap-align: start;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url("../images/slider3.jpg");
  background-size: cover;
  background-position: center;
  }
  .imgs4{
    flex: 1 0 100%;
   
    scroll-snap-align: start;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url("../images/slider12.jpg");
  background-size: cover;
  background-position: center;
  }

  .goleft{
    position: absolute; 
    left:0;
     width:50px;
      top:-20px;
       height:0;
        background:black;
         opacity:0.2;
          padding:250px 0px 250px 20px;
          cursor: pointer;
          transition: 0.3s;
  }
  .goright{
    position: absolute; 
    right:0;
     width:50px;
      top:-20px;
       height:0;
        background:black;
         opacity:0.2;
          padding:250px 0px 250px 20px;
          cursor: pointer;
          transition: 0.4s;
  }
  .goleft:hover{
    opacity: 0.4;
  }
  .goright:hover{
    opacity: 0.4;
  }
  .ttl{
    font-size: 40px !important;
     margin:20px 0 0 0;
  }
  .navOpenBtn{
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 100;
    display: none !important;
  }
  .navCloseBtn{
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 100;
    display: none !important;
  }
   .sliders{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
  }
   .sliders label{
    border: 2px solid white;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 1s ease;
  }
  .openNav{
    opacity: 0;
  }
  #radio1:checked ~ .sliders label.one,
  #radio2:checked ~ .sliders label.two,
  #radio3:checked ~ .sliders label.three{
  
    width: 35px;
    border-radius: 14px;
    background: white;
  }
  .sliders label:hover{
    background: white;
  }
  input[type="radio"]{
    display: none;
  }
  
  .head{
    display: flex;
    justify-content: center;
  
    position: 
    relative;
   
  }
  .links{
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    margin: 0;
color: black;
text-decoration: none;
font-family:  'Jost', sans-serif;
  transition: .4s;
  }
  .linkc{
    font-size: 40px;
  padding: 0 10px;
  }
  .links:hover{
    scale: 1.01;
  }

 
  .sat{
    width: 100%; flex-direction:column; align-items: center;
    display: none;
  }
  .sat3{
    width:100%;

  }
  .enroll{
    background-color:#07AEB9;
    padding: 10px 100px;
    font-size:20px;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    border: 1px solid #07AEB9;
    transition: .3s;
  }
  .enroll:hover{
    background-color: transparent;
    color: #07AEB9;
  }
.logo{
  height:240px;
  opacity: 0.4;
}

  .logo1{
    opacity:0;
    transform:translateY(100%);
    -webkit-transition:all 1s;
    height:150px; margin-bottom:11px;
  }
  .logo2{
    opacity:0;
    transform:translateY(50%);
    -webkit-transition:all 1s;
    height: 77px;
  }
.miss{
  font-size: 50px !important; margin:0;
}
.col{
  display: flex; width:100%; padding-top:30px; column-gap:50px; row-gap:30px;
}
.colimg{
  object-fit: cover;
}

  @media (max-width:1024px){



    .sects2{
      padding: 40px 50px;
    }

    
  
  .head{
    position: absolute;
    justify-content: start;
    flex-direction:column;
    text-align: center;
    opacity:0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f4fefe;
    height: 100%;
    gap: 25px;
    padding: 50px;
    padding-top: 90px;


  }
  .openNav{
    opacity: 1;
    z-index: 101;
  }
  
  .navOpenBtn, .navCloseBtn{
    display: block !important;
  }
  .showx{
    display: block;
  }
  .sects3{
    padding: 150px 10px 150px 10px;
  }
}

  @media (max-width:800px){
.sect{
  padding: 50px;
}
.sects3{
  padding:100px 0;
}
.cont{
  padding: 0 0 20px 0;
  margin-top: 25px;
}
.ttl{
  font-size: 30px !important;
}
.sects{
  padding: 50px;
}

.grup h1{
  font-size:30px;
}
.slider-wrapper{
  height:450px;
}
.miss{
  font-size: 40px !important;
}
.col{
flex-direction: column;
  }
  .colimg{
    object-fit: unset;
    width: 100%;
  }
  .linkc{
    font-size: 25px;
  }
  }
  @media (max-width:670px){
    .sects{
      padding: 0;
    }
    .grup h1{
      font-size:28px;
      padding: 0 10px;
    }
    .slider-wrapper{
      height:450px;
    }
    
    .grup{
      border-radius: 0;
    }
    .logo{
      height:170px;
    }
    .logo1{
      height: 100px;
    }
    .logo2{
      height: 50px;
    }
    
    .pfp{
      width: 50%;
    }
    .content{
      padding: 25px;
    }
    
    .sat{
      display: flex;
    }
    .sat3{
      display: none;
    }
      }

  @media (max-width:580px){
    .sect{
      padding: 20px;
    }
  
  .box{
      flex-direction:column;
  }
  .pfp{
      height:200px;
      width:100%;
      border-radius:10px 10px 0 0;
  }
    footer{
      
      padding: 20px 20px 0 20px;
  }
  footer p{
      font-size:12px;
     
  }
  
  footer .soc{
    padding:10px 0;
  }
 .linkb{
  font-size:12px;
  padding: 0 5px;
 } 
.sects2{
  padding: 30px 15px;
}
.logo{
  height:150px;
}
.logo1{
  height: 90px;
}
.logo2{
  height: 45px;
}
.img{
  padding: 115px 0 90px 0;

}
.miss{
  font-size: 30px !important;
}
.linkc{
  font-size: 20px;
}
}
@media (max-width:425px){
    .grup{
        padding:100px 0;
    }
    .slider-wrapper{
        height:350px;
        
    }
    .img{
        padding:90px 0;
        
    }
    .enroll{
    padding: 10px 50px;
    }
    .pfp{
        height:190px;
    }
}

