* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}


body {
    
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url("../Images/blueMount.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans', sans-serif;
   }

   
   img {
    width: 100%;
}
header {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: #0b2239;
}
header .header-left {
    width: 100%;
    /* border: 2px solid yellow; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    
}
header .header-left .logo {
    /* border: 2px solid blue; */
    width: 180px;
    padding-right: 10px;
}
header .header-left nav {
    margin-left: 50px;
}
header .header-left nav ul {
    display: flex;
}
nav ul li a {
    display: block;
    color: #cfd9e0;
    font-size: 23px;
    padding: 5px 10px;
    transition: 0.2s;
    margin:0 10px;
    border-radius: 5px;
}
nav ul li {
    margin: 0 5px;
    transition: all .3s ease-in-out .1s;
}
.logo a img {
    margin: 0 5px;
    transition: all .3s ease-in-out .1s;
}
.logo a img:hover{
    transform: scale(1.1);
}
nav ul li:hover{
    
    transform: scale(1.1);
 
 }
nav ul li a:hover{
    background: #1b9bff;
    transition: .5s;
    color: black;
}


header .header-right {
    display: flex;
    align-items: center;
}

header .header-right .hamburger {
    margin-left: 20px;
    cursor: pointer;
    display: none;
}
header .header-right .hamburger div {
    width: 30px;
    height: 5px;
    margin: 7px 0;
    background: #fff;
}

.wlmDiv{
    
    margin-top: 15px;
    width: 100%; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
   
    background-image: url(../Images/Screenshot\ 2023-02-20\ 182638.png);
    background-size: cover;
}

.afterWlm{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; height: 6vh;
    margin-top: 6px;
   

}
#line{
    color: rgb(0, 0, 0);
    font-weight:normal;
    font-size: 25px;
    

}

.text{
    font-weight: normal;
    font-size: 35px;
    border-right: 2px solid white;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation:
    typing 2s steps(12),
    cursor .4s step-end infinite alternate;
}
@keyframes cursor {
    50%{border-color: transparent;}
    
}

@keyframes typing {
    from{
        width: 0;
    }
   
    
}

.container{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    
    
    

}

.row {
    
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 60px;
    margin: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5));
    box-shadow: 10px 10px 22px 0 rgba(0, 0, 0, 0.605);

}

.col{
    display: flex;
    margin: 10px;
    width: 700px;
    height: 400px;
    

    
}
.imgcol{
    width: 50%;
    background: url("../Images/sanju.jpg");
    background-size: cover;
    border-radius:20%;
    box-shadow: 10px 10px 22px 0 black;
    
    
}
.col1{
    
    margin: 5px;
    
    width: 50%;
    color: rgb(0, 0, 0);
    font-weight: normal;
   padding: 5px;
}
.col1 h1 ,h2{
    font-weight: normal;
    font-size: 25px;
}
.textcol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    
    
}
.col1 a{
    background-color: transparent;
    
}



footer{
    margin-top: 77px;
    background-image: url(../Images/Screenshot\ 2023-02-20\ 182638.png);
    background-size: cover;
    position: sticky;
    bottom: 0;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgFooter{
    display: flex;
    
}
.imgFooter a{
    margin: 5px 5px;
}


.divShare {
   
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin-right: 20px;

}
.divShare h5{
    font-weight: normal;
}
.media img {
    padding: 0;
    
    width: 70px;
}



@media only screen and (max-width: 1000px) {
    body{
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url("../Images/halfsunmobile.jpg")
    }
    

    nav ul li a {
        
        font-size: 23px;
        padding: 5px 10px;
        transition: 0.2s;
        margin:10px 10px;
        border-radius: 5px;
    }
    nav ul li:hover{
    
        transform: scale(1.1);
     
     }
    nav ul li a:hover{
        background: #0b2239;
        transition: .5s;
        color: #1b9bff;
    }
    
    header .header-right{
        padding-right:30px;
    }
    header .header-right .hamburger {
        display: block;
    }
    header .header-left{
        margin-left: 0;
       
        
    }
    header .header-left nav {
        margin: 0;
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: fit-content;
        background-color: #0b2239;
        padding: 20px;
        transition: 0.5s;
        text-align: center;
        z-index: 2;
    }
    header .header-left nav.active {
        top: 90px;
    }
    header .header-left nav ul {
        display: block;
    }

    .wlmDiv{
        height: 5vh;
       }
    #line{
        font-size: 20px;
        font-weight: normal;
    }
    .text{
        font-size: 25px;
        
        font-weight: normal;
    }

    
 

.imgcol{
       
        
        
    background-size: cover;
    
}
.col1 {

    width:100%;
    height: 300px;
    font-size: 10px;

}
.col1 h1,h2{

    
    font-size: 14px;

}
.imgcol{
   
   
    background: url("../Images/sanju.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    
}
.media img{
    width: 50px;
}

}








@media(max-width:952px) {
    
    
    .imgcol{
       
        
        
        background-size: cover;
        
    }
}

@media(max-width:858px) {

    .logo img {
        border-radius: 10px;
        height: 70px;
    }
   
   

    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }

    
    #line{
        font-size: 20px;
        font-weight: normal;
    }
    .col {

        width:100%;
        height: 300px;
        font-size: 10px;

    }
    .imgcol{
       
        
        
        background-size: cover;
        
    }
}
@media (max-width:500px)
{
    body{
        background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url("../Images/blueMountMobile.jpg");
    }
   .wlmDiv{
    height: 5vh;
   }
    .text{
        font-size: 25px;
        
        font-weight: normal;
    }
    #line{
        font-size: 15px;
        font-weight: normal;
        
    }
    .col1 {

        width:100%;
        height: 300px;
        font-size: 10px;

    }
    .col1 h1,h2{

        
        font-size: 14px;

    }
    .imgcol{
       
       
        background: url("../Images/sanju.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        
    }
    .media img{
        width: 50px;
    }


    
   
}
@media (max-width:400px)
{
   .wlmDiv{
    height: 5vh;
   }
    .text{
        font-size: 20px;
        font-weight: normal;
        
    }
    .afterWlm{
        margin-top: 5px;
    }
    #line{
        
        font-size: 15px;
        font-weight: normal;
        padding: 10px;

    }
    
    
    .divShare
    {
        margin-right: 3px;
    }
    .footer a{
        
        margin-right: px;
    }
    .share{
        
        font-size: 15px;
    }
    .col1 {

        width:100%;
        height: 300px;
        font-size: 10px;

    }
    .imgcol{
       
        
        background: url("../Images/sanju2.jpg");
        background-size: cover;
        
    }

    



.col1 a{
    background-color: transparent;
}
}

@media (max-width:300px)
{
    
    
    .share{
        
        font-size: 13px;
    }
    .divShare{
        margin-right: 5px;
    }
    .imgFooter img{
        width: 40px;
        
    }
    .imgFooter a{
        margin-right: 1px;
    }

}


