*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Gantari", sans-serif;
}

html {
  scroll-behavior: smooth;
}

nav{
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 15px 10px;
    left: 0;
    top: 0;
    background-color: white;
    
}

.logo{
   padding: 15px 101.5px;  
   display: flex;
   justify-content: space-between;
 }
 
.logo .menu-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 70px;
}

.logo .menu-links li a {
  color: #60574c;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 0px solid;
  outline: none;
}

.logo .menu-links li a:hover {
  color: #292e33;
  font-weight: 600;
  border-bottom: 1px solid black;
}

 .logo svg{
    width: 100px;
    height: 35px;
    transition: .1s;
    cursor: pointer;
    display: none;
 }

 .logo svg:hover{
    color: red;
 }


.up a{
    background-image: linear-gradient(rgb(90, 176, 225) , rgb(97, 235, 164));
    cursor: pointer;
    position: fixed;
    z-index: 999999;
    border-radius: 50%;
    color: white;
    padding: 10px;
    bottom: 100px;
    right: 50px;
    text-decoration: none;
    display: none;
}


 /*    header    */

header{
    background-image: url(./img/background.jpg);
    display: flex;
    object-fit: cover;
    padding: 0 150.600px;
    height: 700px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto 0 0;
   
}

header .contain{
    padding: 160px 70px;
    display: flex;
    flex-direction: column;
    color: white;
    width: 50%;
   
}

header .contain span{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: Roboto, sans-serif;
    animation-duration: 2s;
    animation-delay: .6s;
}

header .contain h2{
    font-size: 63px;
    font-weight: 400;
    line-height: 1;
    margin: 18px 0 0;

}

header .contain p{
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin-top: 36px;
    animation-duration: 1.5s;
    animation-direction: alternate;
}

header .contain button{
    color: #111111;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 36px auto 0 0;
    padding: 19px 58px 20px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    animation-duration: 2s;
}

header .contain button:hover{
    background-color: #ecfeff;
    color: #25797c;
}

header .image {
  flex-basis: 50%;
  padding: 30px 0 0;
  overflow: hidden;
 
}

header .image img{
    width: 85%;
    height: auto;
    object-fit: cover;
    display: block;
    position: 50%;
    position: relative;
     animation-duration: 2.5s;
}

/*  job   */

.job {
    background-color: #23445b;
    height: fit-content;
    display: flex;
    width: 100%;
}

section .one{
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    padding: 0 180.5px;
}

section  h2{
    letter-spacing: 1px;
    font-weight: 700;
    color: #96c0dd;
    font-size: 24px;
    line-height: 1.2;
     text-transform: uppercase;
     animation-delay: .5s;
     animation-duration: 1.5s;
}

section .one .word{
    margin: 30px auto 0 0;
    width: 330px;
    max-width: 330px;
    flex-shrink: 0;
    padding: 30px 20px 30px 0;
    justify-content: center;
    gap: 30px;
    animation-duration: 2.5s;
}

section .one .word h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    
}

section .one .word p{
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

/*  education   */

.education {
    background-image: url(./img/background2.png);
    object-fit: cover;
    padding: 0 180.600px;
    height: 650px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto 0 0;
    display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}

.education h1{
    font-size: 63px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    width: fit-content;
    padding-top: 90px;
    animation-duration: 2s;
}

.education h5{
    margin: 20px auto 0;
    font-size: 18px;
    width: fit-content;
    line-height: 1.6;
    font-weight: 300;
    color: #ffffff;
    padding-bottom: 40px;
}

.education .cards{
    display: flex;
    margin: 37px auto 60px 1;
    gap: 30px;
    text-align: start;
    width: 100%;
} 

.education .cards .card{
    background-color: #ffffff;
    padding: 30px;
    width: calc((100%-90px)/4);
    background-color: #e0e5eb;
    height: 350px;
    border-radius: 2px;
    box-shadow: 5px 5px 15px rgb(0,0,0,.3);
}

.education .cards .card .one{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #25797c;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    
}

.education .cards .card .one h2{
    font-size: 46px;
    font-weight: 500;
    margin: 0 5px;
    line-height: 1.1;
    padding:15px 10px;
    font-family: Oswald, sans-serif !important;
}

.education .cards .card h4{
    font-weight: 700;
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.2;
    color: inherit;
}

.education .cards .card p{
    font-style: italic;
    margin: 20px auto 0 0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.education .cards .card a{
    text-decoration: none;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 0 0;
    border-bottom: 1px solid #25797c;
    text-transform: uppercase;
    line-height: inherit;
}

/*                team               */

.team{
   background-color: #23445b;
    padding: 0 130.600px;
    min-height: 900px;
}


section.team h1{
    padding-top: 50px;
    margin: 60px auto 0;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

section.team p{
   font-size: 18px;
   color: #ffffff;
   width: 330px;
   margin: 37px auto 0;
   line-height: 1.6;
   text-align: center;
}

section .line{
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

section .line:hover{
    border-color: transparent;
    color: #e0e5ebdf;
}
.team .members{
    margin: 63px 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    animation-duration: 3s;
}

.team .members .member{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    width: 48%;
   display: flex;
   box-sizing: border-box;
   padding-right: 10px;
}

.team .members .member img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-right: 48px;
    margin-top: 25px;
}

.team .members .member .text {
    margin-top: 19px;
    
}

.team .members .member .text span{
    font-weight: 400;
    margin: 0 auto 0 0;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 1.6;
    
}

.team .members .member .text h2{
    font-size: 24px;
    font-weight: 700;
    margin: 19px auto 0 0;
    color: #25797c;
    font-family: Raleway, sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}

.team .members .member .text p{
    color: #111111;
    margin: 29px 0 0;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin-right: 10px;
    
}

.team .members .member .text .icon{
    height: 32px;
    width: 160px;
    margin: 37px auto 0 0;
    display: flex;
    border-radius: 50%;
    gap: 35px;
   margin-bottom: 40px;
}

.team .members .member .text a{
 
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.team .members .member .text svg{
    width: 100%;
    height: 100%;
    fill: #25797c;
    border-radius: 50%;
}

/*      stast working    */

.start {
    background-image: url(./img/background2.png);
    object-fit: cover;
    padding: 100px 180.600px;
    min-height: 650px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-top: -100px;
}

.start h1{
    margin-top: 35px;
    font-size: 48px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    margin: 55px 86px 0;
    line-height: 1.1;
    font-weight: 700;
    color: white;
   
}

.start p{
    width: 750px;
    font-size: 22px;
    margin: 30px auto 0;
    color: #ffffff;
    line-height: 1.6;
    animation-duration: 1.5s;
}

.start button{
    color: #111111;
    background-color: #ffffff;
    border: 2px solid #23445b;
    padding: 20px 60px 20px 60px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    margin:30px auto 60px;
    border-radius: 20px;
    cursor: pointer;
    animation-duration: 2.5s;
}

.start button:hover{
    background-color: rgb(237 , 251 , 251);
    color: rgb(37 , 121 , 124);
    border-color: rgb(37 , 121 , 124);
}

/*      space         */

.space{
    background-image: url(./img/background3.jpg);
    object-fit: cover;
    padding: 120px 180.600px;
    height: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: -50px;
}

.space h1{
    font-size: 56px;
    width: 492px;
    max-width: 600px;
    font-weight: 200;
    margin: 60px auto 0;
    line-height: 1.1;
    font-family: Montserrat, sans-serif !important;
    color: #111111;
    letter-spacing: 2px;
    animation-duration: 2s;
}

.space p{
    font-size: 18px;
    font-style: italic;
    line-height: 2;
    font-weight: 400;
    width: 568px;
    margin: 20px auto 0;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    animation-duration: 2.5s;
}

.space .free{
   font-size: 18px;
    font-style: italic;
    line-height: 2;
    font-weight: 400;
    width: 568px;
    margin: 33px auto 0;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    animation-delay: 1s;
    animation-duration: 2s;
}

.space .line{
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    line-height: 2;
    color: rgb(17 , 17 , 17);
    border-bottom: 1px solid #111111;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.space .line:hover{
    border-color: rgb(64 , 64 , 64);
    color: rgb(64 , 64 , 64);
}

.space button{
    color: #111111;
    background-color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #23445b;
    margin: 34px auto 60px;
    padding: 18px 58px 19px 56px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px 0 rgb(0 , 0 , 0 , 0.2);
    cursor: pointer;
}

.space button:hover{
    background-color: rgb(237 , 251 , 251);
    color: rgb(37 , 121 , 124);
    border-color: rgb(37 , 121 , 124);
}

/*000  programs  000*/

.programs{
    background-color: #ffffff;
    color: #111111;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 0 180.600px;
}

.programs h1{
    font-size: 60px;
    margin: 60px auto 0;
    line-height: 1.1;
    font-weight: 700;
    color: #23445b;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1.8px;
}

.programs span{
    font-size: 24px;
    width: 655px;
    margin: 10px auto 0;
    line-height: 1.6;
    animation-duration: 2.5s;
}

.programs img{
    max-height: 512px;
    margin-bottom: 0;
    margin-top: 33px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    position: 50% 50%;
    display: block;
    animation-duration: 2s;
}


.programs .boxs{
    text-align: center;
    width: auto;
    display: flex;
    gap: 32px; 
    padding: 0 70.600px;
    animation-duration: 2s;
}

.programs .boxs .box{
    background-color: #f2f2f2;
    border-radius: 20px;
    width: 300px;
    height: 275px;
    padding: 30px;
    margin-top: -60px;
    padding-top: 50px ;
}

.programs .boxs .box h3{
    letter-spacing: 3px;
    font-weight: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px auto 0;
    color: #305658;
    line-height: 1.6;
}

.programs .boxs .box h4{
    font-size: 72px;
    font-weight: 700;
    margin: 20px auto 0;
    font-family: Montserrat, sans-serif !important;
    color: #25797c;
    line-height: 1.2;
}

.programs p{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    width: auto;
    margin-top: 36px;
    margin: 43px auto 60px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
}

.programs .line{
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    line-height: 2;
    color: rgb(17 , 17 , 17);
    border-bottom: 1px solid #404040;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    
}

.programs .line:hover{
    border-color: rgb(44 , 204 , 196);
    color: rgb(15 , 15 , 15);
}

/*000    contact   000*/

.contact{
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 180.600px;
    justify-content: space-between;
    margin-bottom: 150px;
}

.contact .contact-us{
    height: 250px;
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 10px;
    animation-duration: 2s;
}

.contact  h2{
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    font-size: 24px;
    color: black;
}

.contact  p{
    width: auto;
    font-size: 18px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 1.6;
    color: #111111;
    margin-bottom: 10px;
}

.contact .contact-us form{
    text-transform: capitalize;
    margin: 21px auto 0;
    width: 276px;
    
    padding-left: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.contact .contact-us input{
    height: 68px;
    background-color: #e5e5e5;
    color: #111111;
    border-radius: 20px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-bottom: 10px;
}

.contact .contact-us button{
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 18px 0;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #25797c;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    border: none;
    font-size: 16px;
}

.contact .contact-us button:hover{
    background-color: rgb(48 , 86 , 88);
}


.contact .whatsapp{
    height: 250px;
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 20px;
    animation-duration: 2.5s;
}



.contact .whatsapp img{
    object-fit: contain;
    width: 65px;
    height: 65px;
    margin:auto;
    margin-bottom: 20px;
    margin-top: -30px;
}

.contact .whatsapp .app{
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    margin: 30px auto 0;
    padding: 17px 49px 17px 47px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #25797c;
    color: #ffffff;
    border: none;
}

.contact .whatsapp .app:hover{
    background-color: rgb(48 , 86 , 88);
}

.contact .chat{
    height: 250px;
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    padding: 20px;
}


.contact .chat img{
    object-fit: contain;
    width: 65px;
    height: 65px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -30px;
}



.contact .chat .live{
    width: 80%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 17px 49px 17px 47px;
    margin: 30px auto 0;
    background-color: #25797c;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    border: none;
    font-size: 18px;
}

.contact .chat .live:hover{
    background-color: rgb(48 , 86 , 88);
}

/*000     footer    000*/

footer{
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    height: 230px;
    display: flex;
    flex-direction: column;
}

footer p{
    margin: 49px auto;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}

footer p a{
    color: #b9eef0;
    text-decoration: none;
    border-bottom: 1px solid #b9eef0;
}

footer p a:hover{
    color: rgb(161 , 161 , 161);
    border-width: 0px;
}

/*    @#$%&         <<<<<<<<<<<  FINISHED  >>>>>>>>>>>>          %&$#@     */

/*       responsive      */

/*   1024px   */

@media (max-width : 1024px) {

    .logo{
        padding: 15px 30px;
    }
    header{
         padding: 0 !important;
    }

    header .contain{
        padding: 60px 40px;
    }

    header .image{
        padding-top: 50px ;
    }

    header .image img{
        width: 97%;
    }

    section .one{
        padding: 0 50px;
    }

    .education{
        padding: 20px 40px;
    }

    .team{
        padding: 30px;
    }

    .team .members .member img{
        margin-right: 20px;
        height: 130px;
        width: 130px;
    }

    .team .members .member .text p{
        width: 100%;
    }

    .start{
        padding: 100px 80px;
    }

    .space{
         padding: 120px 80px;
         min-height: 100px;
    }
    
    .programs{
        padding: 0 40px;
    }

    .programs .boxs{
        padding: 0;
    }

    .contact{
        padding: 0 20px
    }

    .contact .contact-us{
        width: 33%;
    }

    .contact .whatsapp h2{
        width: 100%;
        font-size: 17px;
    }

    .contact .whatsapp .app{
        max-width: 100%;
        padding: 17px 39px 17px 37px;
    }

    .contact .chat .live{
        padding: 17px 29px 17px 27px;
        margin: 15px auto 0;
    }
}

/*   768px   */


@media (max-width: 768px) {
    .logo .menu-links{
        display: none;
    }

    .logo svg{
        display: block;
    }

    .logo{
        padding: 15px 50px;
    }

    header{
        height: fit-content;
    }

    header .contain{
        padding: 30px 70px;
    }
    
    header .image{
        padding-top: 120px;
    }

    header .image img{
        width: 90%;
        transform: translateY(75px);
    }

    section .one{
        padding:0 0 0  30px ;
    }

    .education{
        height: fit-content;
    }

    .education .cards{
        display: flex;
        flex-wrap: wrap;
    }

    .education .cards .card{
        width: 47%;
       
    }

    .team .members{
        padding-right: 0;
       
    }

    .team .members .member{
        width: 45%;
        display: flex;
        flex-direction: column;
    }

    .team .members .member img{
        height: 240px;
        width: 240px;
        margin-left: 20px;
    }

    .start{
        padding: 80px 40px;
    }

    .start h1{
        font-size: 40px;
    }

    .start p{
        width: 75%;
        display: flex;
        text-align: center;
        align-items: center;
    }

    .space h1{
        width: 100%;
        font-size: 40px;
    }

    .space p{
        width: 100%;
        font-size: 16px;
    }

    .space .free{
        width: 100%;
    }

    .programs .boxs{
        display: flex;
        flex-wrap: wrap;
        padding-left: 30px;
        gap: 25px;
        margin-bottom: 20px;
    }

    .programs .boxs .box {
        margin-bottom: 70px;
    }

    .contact{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
    }

    .contact .contact-us{
        width: 48%;
    }

    .contact .whatsapp {
        width: 48%;
        margin-top: 30px;
    }

    .contact .chat{
        width: 48%;
        margin-top: 100px;
        margin-left: 180px;
    }

}

/*   767px   */

@media (max-width: 767px){
    header{
       display: block;
    }

    header .contain{
        padding: 30px 20px;
        width: 100%;
    }

    header .image{
        padding-top: 40px;
    }

    header .contain h2{
        font-size: 45px;
    }

    header .image img{
        transform: translateY(55px);
    }

    .job{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section .one{
        padding:40px ;
    }

    .education{
        width: auto;
        height: 1500px;
        padding: 25px;

    }

    .education h1{
        font-size: 45px;
    }

    .education .cards{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
    }

    .education .cards .card{
        width: 100%;
    }

    .team .members .member{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .team .members .member img{
        height: 240px;
        width: 240px;
        margin-left: 40px;
    }

    
    .start{
        padding: 20px 40px;
        margin-top: -100px;
    }

    .start h1{
        font-size: 25px;
    }

    .start p{
        width: 75%;
        display: flex;
        text-align: center;
        align-items: center;
    }

    .programs h1{
        width: 100%;
        font-size: 45px;
    }

    .programs span{
        width: 100%;
    }

    .programs img{
        width: 100%;
        min-height: 350px;
    }

    .contact .contact-us{
        width: 100%;
    }

    .contact .whatsapp {
        width: 100%;
        margin-top: 120px;
    }

    .contact .chat{
        width: 100%;
        margin-left: 0;
    }
}

/*   376px   */

@media (max-width:376px) {
    .team .members .member img{
        height: 240px;
        width: 240px;
        margin-left: 0px;
    }
    .team .member{
        margin-bottom: 90px;
    }
    
    .programs .boxs{
        padding: 0 30px;        
    }
}

/*   320px   */

@media (max-width:320px) {

    section .one{
        padding:0 20px;
        width: 80%;
       margin-right: 80px;
    }

    section  h2{
        font-size: 20px;
    }

    section .one .word h3{
        font-size: 24px;
        width: 90%;
    }

    section .one .word p{
        font-size: 16px;
        
    }

    .team .members{
        margin-bottom: 90px;
    }

    .team .members .member img{
        height: 200px;
        width: 200px;
        margin-left: 0px;
    }
    
     .space button{
        width: 100%;
        padding: 18px 28px 19px 26px;
    }
}
