* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-style: san sarif;
    text-decoration: none;
    outline: none;
    transition: all.2s linear;
}

.html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

.header {
    width: 100%;
    background-color: #ffff;
    box-shadow: blue 0px 2px 0px 2px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header img {
    height: 20vh;
    width: 13%;


}

.text-header p {
    font-size: 30px;
    font-weight: 600;
}

.text-header span {
    color: green;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    
}

.text-header {
    color: #03055b;
    font-size: 25px;
    text-align: center;
}

section {
    padding: 5rem 7%;
}
nav{
    height: 60px;
    display: flex;
    background-color: #ffff;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px;
}
.link-container{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
     
}
nav a{
    height: 50%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #03055b;
    font-size: 1.2rem;
     
}
nav a:hover{
    background: #14165a;
    color: #fff;
}
nav .home-link{
   margin-right: auto; 
    
}
#sidebar-active{
    display: none;
}
.open-sidebar, .close-sidebar{
    display: none;
}
.home {
     width: 100%ss;
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 50, 0.7));
    background-repeat: none;
    background-position: center;
    background-size: cover;
    position: relative;
}

.home .content {
    max-width: 50rem;
    
}

.home .content h3 {
    font-size: 5rem;
    color: #ffff;
    line-height: 1.0;
}

.home .content p {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #ffff;
    padding: 1rem 0;
}

.btn {
    height: 20vh;

}

 

.btn .text-2 {
    width: 40%;
    font-size: 1.7rem;
    font-weight: 500;
    color: #ffff;
    background-color: red;
    border-radius: 5px;
    margin: auto;
    padding: 0.5rem;
    transition: 2s;
}
.btn .text-2:hover{
    color: #ffff;
    background: #14165a;
}
.about {
    border: 1px solid;


}

.about .heading {
    text-align: center;
    color: #03055b;
    font-size: 2.5rem;
}

.container {
     width: 100%;
}

.about-content {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px 30px;

}

.about-content h3 {
    font-size: 1.4rem;
    padding: 1rem;
    text-transform: capitalize;
}

.about-content p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}

.abt-btn {
    font-size: 1.5rem;
    color: #ffff;
    background-color: #14165a;
    padding: 0.8rem;
    border-radius: 0.5rem;
    font-weight: 500;
    margin-top: 1rem;
    border: 1px solid;
    margin-bottom: 1rem;
    margin-left: 20%;

}

.abt-btn:hover {
    background-color: #ffff;
    color: #03055b;
}


.about-img {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    border-radius: 5px;
    width: 50%;
    float: right;
    padding: 1rem;
    
}

.about-img img {
    width: 95%;

}

.home video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: auto;
    width: 100%;
}
.slider{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-self: flex-end;
}
.slider .slider-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 1;
    clip-path: circle(0px at center);
    
}
.slider input[type="radio"]:checked + .slider-img{
    z-index: 10;
    clip-path: circle(1000px at center);
    transition-delay: 0.7s;
}
.slider .slider-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slider .slider-img .slider-content{
    position: relative;
    text-align: center;
    top: 0;
    max-width: 800px;
}
.slider   input  {
    position: relative;
    z-index: 1000;
    margin: 5px;
    margin-top: 20rem;
    outline: none;
    cursor: pointer;
     
}
.slider-content h2{
    font-size: 6rem;
    color: #ffff;
}
.slider-content p{
    font-size:4rem ;
    color: #03055b;
    padding: 2rem;
    line-height: 2rem;
}
.requirement{
    border: 1px solid;
    background: #fff;
    width: 100%;
    text-align: justify;
}
.requirement h2{
    text-align: justify;
    font-size: 2rem;
    color: #03055b;
}
.requirement-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid;
    padding: 2rem;
     

}
.requirement-container .requirement-content{
    border: 1px solid;
    width: 95%;
    padding: 1rem 1rem;
    margin: 0.5rem;
    line-height: 1rem;
    box-shadow: #14165a 2px 2px 2px 2px ;
    
}
.requirement-content h3{
    color: #03055b;
    font-size: 1.5rem;
     margin: 0.5rem;
}
.requirement-content p{
    line-height: 1.2rem;
    margin: 1rem 0;
    text-align: justify;
}
.contact-info{
    max-width: 100%;
}
.contact-info p{
     font-size: 2rem;
     color:orange ;
     text-align: center;
}
.contact-info span{
    font-size: 2rem;
    color: #14165a;
    text-align: center;
}
.contact-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;    
}
.contact-con{
    border: 1px solid;
    margin: 1rem;
    width: 30%;
    box-shadow: 2px 2px 2px 2px black;
    word-break: break-all;
}
.contact-con p{
     color: orange;
}
.contact-con h2{
    text-align: center;
    color: #14165a;
    
}

 

@media screen and (max-width:768px) {
    .text-header h2{
        font-size: 1.2rem;
    }
    .text-header p{
        font-size: 1.1rem;
    }
    .text-header span{
        font-size: 1.1rem;
    }
    .header img {
        height: 10vh;
        width: 20%;
    }
    
    .link-container{
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
         
        width: 300px;
        z-index: 10;
        background-color: #fff;
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
        transition: 1s ease-out;
     }
     nav a{
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 20px 30px;
        justify-content: flex-start;
     }
     .open-sidebar, .close-sidebar{
        display: block;
        padding:  20px;
     }
     #sidebar-active:checked ~ .link-container{
        right: 0;   
     }
     #sidebar-active:checked ~ #overlay{
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
     }
     .home-link{
        display: none;
     }
      
    .home .content h3 {
        font-size: 1.8rem;
        color: #ffff;     
    }
    .home{
        width: 100%;
         position: relative;
    }
    .home .content{
        display: block; 
        object-fit: cover;

    }
    .home .content p {
        font-size: 1rem;
        color: #ffff;
         
    }
    .home video {
        width: 100%;
        top: 0; 
        bottom: 0;
        height: 50vh;     
         
    }
     
    .header-2 {
        margin-top: 5px;
        box-shadow: #03055b 2px 1px 2px 1px;
        background: #ffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 3%;
    }
     .about-content{
        width: 100%;
        text-align: justify;
         
     }
     .about-img{
        width: 100%;
        float: none;
         
     }
     .abt-btn{
         margin-left: 30%;
    }
    .requirement-container{
        display: block;
    }
    .requirement h2{
        text-align: center;
    }
     .contact-wrapper{
        display: block;
        width: 100%;
        border: 1px solid;
        max-width: 100%;   
     }
     .contact-con{
        width: 70%;
        margin-left: 15%;
     }
     .slider-img {
        width: 95%;
     }
    .slider-img img{
        width: 60%;
        height: 100vh;
    }  
    .btn .text-2{
        width: 100%;
    }  
@media screen and (max-width:900px){
    .requirement-container{
        display: block;
    }
     .contact-wrapper{
        display: block;
        width: 100%;
        border: 1px solid;
        max-width: 100%;   
     }
     .contact-con{
        width: 70%;
        margin-left: 15%;
     }
     .about-content{
        width: 100%;
        text-align: justify;
     }
     .about-img{
        width: 100%;
        float: none;
         
     }
      
    .check-btn{
        display: block;
    }
    .header-2{   
        width: 50%;
        background: blue;
        color: #fff;
        height: 100vh;
        top: 80px;
        text-align: center;
        left: 0;
    }
    nav a{
        display: block;
    }
    #check:checked ~.header-2{
        left: 0;
    }
    .home content{
        max-width: 50rem;
    }
}
}