@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.gym-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    color:rgba(0,0,0,0.7);
     width: 1800px;
}
header{
    background-color: rgb(0,0,0,0.5);
    width:100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
}

.navigation a{
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 30px;
}
.navigation a:hover{
    color: #254468;
}
.navigation .btn{
    margin-left:10px ;
    color: #fff;
    padding: 10px 25px ;
    background-color: red;
   /* background: transparent;*/
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    font-size: 1em;

}
.main{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size:cover;
    background-position: center ;
    background-attachment:fixed;
    justify-content: space-between;
}
.title{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;

}
.title span{
    color: rgb(233, 21, 21);
    padding-left: 5px;
   
}
.about-sky{
    
    background-color: #eee;
    height: 600px;
}

.content-about{
    display: flex;
    align-items: center;
    justify-content: center;
    /*justify-content: space-between;*/
}
.content-sky{
    padding-left: 150px;
    max-width: 1000px;
    background-color: #eee;

}
.about-sky  .content-sky h1{
    color: red;
    padding-left: 250px;
   font-size: 1.5em;
   font-weight: 600;
  
}
.about-sky  .content-sky h5{
    color: red;
   padding-left: 200px;
   font-size: 1.5em;
   font-weight: 400;
  
}
.about-sky  .content-sky p{
    font-size: 1.2em;
    font-weight: 500;
  
}
.about-img{
    width: 300px;
    height: 90%;
   transition: 0.7s ease;
  
}


.courses .content{
    margin-top: 30px;
}
.courses-card{
    background-color: #eee;
    border: 1px solid #fff;
    min-height: 14em;
    width: 15em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}

.courses-card:hover{
    transform: scale(1.1);
}

.courses-card:hover .project-image{
    opacity: 0.5;
} 
.project-image img{
    width: 100%;
    height: 300px;
}
.project-info{
    padding: 1em;
}
.project-category{
    font-size: 1em;
    color: #e91515;
    font-weight: 800;
}
.prject-title{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
   
}
.cards{
    background-color: #c6d9f0;
}

.card {
    
    background-color: #fff;
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(57, 10, 245, 0.5);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}
.card:hover {
    transform: scale(1.1);
}
.card .icon {
    color: #e91515;
    font-size: 8em;
    text-align: center;
}
.info{
    text-align: center;
}
.info h3{
    color:#254468;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}
.card-content{
    padding-top: 300px;
    padding-bottom: 100px;
}

.card-content .icon{
    font-size: 4.5em;

}
.card-content .info h3{
    color: #000;
}
.card-content .info p{
    font-size: 1em;
    font-weight: 700;
}

.namejam{
    text-align: center;
}
.namejam h5{
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    padding:0px 100px;
    font-size: 10em;
    font-weight: 600;
 
}
.namejam span{
    -webkit-text-stroke: 2px #cc2234;
}
.namejam a{
    -webkit-text-stroke: 2px #cc2234;
    color: transparent;
    font-size: 5em;
    font-weight: 600;
 
}
.Strategy .title{
    margin-top: -200px;
}
.strategy_title{
    padding-top: 20px;
    text-align: center;
    color: #e91515;
    font-size: 1.5em;
    font-weight: 500;
}
.strategy_description{
    padding-top: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}

.footer{
    background-color:  rgb(228, 228, 228);
    color: #000;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}
.footer a{
    color: #000;
}
.footer-title{
    font-size: 1em;
    font-weight: 600;
   
}
.footer-title span{
    color: #90b3dc;
}
.cocial-icons a{
    padding-right: 50px;
    color: #000;
}


@media (max-width:1023px){
    header{
        padding: 12px 20px;
    }
    .navigation a{
        padding-left: 10px;
    }
    .title{
        font-size: 1.8em;
    }
    section{
        padding: 80px 20px;
    }
    .main-content h2{
        font-size: 1em;
    }
    .main-content h3{
        font-size: 1.6em;
    }
    .img{
        width: 40%;
        height: 90%;
    }
    .btn{
        width: 90%;
    }
    .content-sky  h1{
       
        margin-left:-100px;
    }
    .content-sky  h5{
       
        margin-left:-200px;
    }
    .cocial-icons a{
        padding-right: 10px;
    }
    .namejam h5{
        padding:0px 0px;
        font-size: 5em;
        font-weight: 400;
    }
    .namejam a{
        
        font-size: 3em;
        font-weight: 300;
     
    }
    .Strategy .title{
        margin-top: -200px;
    }
    .Strategy{
        margin-top: 80px;
    }

}
@media(max-width:641px){
    body{
        font-size: 12px;
    }
    
    .main-content h2{
     font-size: 0.1em;
    }

    .main-content h3{
        font-size: 1em;
    }
    .main-content h2 .span-sky{
        font-size: 0.5em;
    }
    .about-sky{
        height:800px ;
    }
    .content-sky{
        padding: 10px;
    }
    .logoimg{
        width: 100px;
        height: 70px;
    }
    .btn{
        margin-right: 30px;
    }
    .content-sky h1{
        margin-left: -250px;
    }
    .cocial-icons a{
        padding-right: 10px;
    }
    .namejam h5{
        padding:0px 0px;
        font-size: 4em;
        font-weight: 400;
    }
    .namejam a{
        
        font-size: 2em;
        font-weight: 300;
     
    }
    .Strategy .title{
        margin-top: -200px;
    }
    
}
@media(max-width:300px){
    body{
        font-size: 8px;
    }
    .img{
        height: 100%;
        width: 60%;
    }
    .cocial-icons a{
        padding-right: 10px;
    }
    .namejam h5{
        padding:0px 0px;
        font-size: 4em;
        font-weight: 400;
    }
    .namejam a{
        
        font-size: 2em;
        font-weight: 300;
     
    }

    header{
        padding: 10px 15px;
    }
    .navigation a{
        padding-left: 7px;
    }
    .title{
        font-size: 1.8em;
    }
    section{
        padding: 80px 20px;
    }
    .main-content h2{
        font-size: 1em;
    }
    .main-content h3{
        font-size: 1.6em;
    }
    .img{
        width: 40%;
        height: 90%;
    }
    .btn{
        width: 90%;
    }
    .content-sky  h1{
       
        margin-left:-100px;
    }
    .about-sky{
        height:800px ;
    }
    .content-sky  h5{
       
        margin-left:-200px;
    }
    .cocial-icons a{
        padding-right: 10px;
    }
    .about-sky{
        margin-bottom: 100px;
    }
    .Strategy .title{
        margin-top: -200px;
    }
    .Strategy{
        margin: 500px;
    }
}