
*{
    
    text-decoration: none;
    list-style: none;
}


body{
    font-family: 'Times New Roman', Times, serif;
    background-color: #081b29;
}


header{
    height: 100vh;
    width: 100vw;
    background-position: center;
    
}


.navbar{
    position: absolute;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}


.suis{
    color: #00abf0;
    font-size: 19px;
}

.pho{
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 10px 9px blue;

}


.lo{
    font-size: 22px;
}
.nav-links ul li a{
    transition: color 0.7s;
}

ul li a:hover{
    color:#00abf0;
    
}

header{
    height: 100vh;
    width: 100vw;
    background-position: center;
    
}

.navbar{
    padding-bottom: 333px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.navbar a{
    color: #fff;
}

.navbar .logo {
      font-size: 2em;
      font-weight: bold;
}

.navbar .nav-links ul{
    display: flex;

}

.navbar .nav-links ul li{
    margin: 0 20px;

} 

.navbar .nav-links ul li:hover{
    color: blue;
    

} 


.navbar .menu-hamburger{
    display: none;
    position: absolute;
    top: 50px;
    right: 45px;
    width: 35px;
}



.beka{
    color:white;
    background-image: linear-gradient(to right,blue,red);
}
.prachi{
    color: black;
    background-image: linear-gradient(to right,black,yellow);
}




@media screen and (max-width:900px) {
    button{
        padding-right:15px;
        font-size:21px;
        
    }
    .sub2-content{
        padding-left:43px;
        
    }
     .sub-content{
        font-size:26px;
     }    
    .content{
        padding-left: 33px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    
    .navbar .logo {
        position: absolute;
        top: 50px;
        left: 50px;
  }
    .navbar {
        padding: 0;
    }
   

    .navbar .menu-hamburger{
        display: block;
        z-index: 1;
    }
   

    .nav-links{
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(24, 23, 23, 0.164);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left:-100%;
        transition: all 0.5s ease;
    }


    .nav-links.mobile-menu{
        margin-left: 0;
    }

    .nav-links ul{
        
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li{
        margin: 25px 0;
        font-size: 22px;
    
} 
} 



    






















.images{
    display: flex;
    height: 430px;
    animation-name: jack;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    
    
}
#caroussel{
    max-height: 400px;
    max-width: 500px;
    overflow: auto;
    border: 2px solid #333;
    border-radius: 2em;
    
    
}
.img{
    height: 430px; ;
    width: 640px;
}

@keyframes jack{
    0%{
        transform: translate(0);
    }
    5%{
        transform: translate(-260px)
    }
    10%{
        transform: translate(-700px)
    }
    15%{
        transform: translate(-1000px)
    }
    20%{
        transform: translate(-1200px)
    }
    25%{
        transform: translate(-1400px)
    }
    30%{
        transform: translate(-1600px)
    }
    35%{
        transform: translate(-1900px)
    }
    40%{
        transform: translate(-2000px)
    }
    50%{
        transform: translate(-2200px)
    }
    55%{
        transform: translate(-2550px)
    }
    60%{
        transform: translate(-2500px)
    }
    65%{
        transform: translate(-2650px)
    }
    70%{
        transform: translate(-2860px)
    }
    75%{
        transform: translate(-2970px)
    }
    80%{
        transform: translate(-3150px)
    }
    85%{
        transform: translate(-3250px)
    }
    90%{
        transform: translate(-3390px)
    }
    95%{
        transform: translate(-3770px)
    }
    
    

};


















