
@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&family=Sofadi+One&display=swap');



*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
   
   
}

.nav {
    height: 10vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #06081d;
    box-shadow: 0 5px 11px rgba(57, 57, 57, 0.8); 
    position: fixed;
    top: 0;
    z-index: 100;

  
}

.logo{
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.logo-name h3{
    color: white;
    font-weight: 300;
}
.logo img{
    height: 55px;

}
.welcome {
    margin-top: 80px;
    font-weight: 400;
}

.vit-logo img{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_cont ul{
    display: flex;
    gap: 120px;
    margin-right: 50px;
}
.nav_cont ul li{
    list-style: none;
    color: white;
    position : relative;
}
.nav_cont ul a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    position: relative;
    display: inline-block;
}


.nav_cont ul a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
   
}
.nav_cont ul a:hover {
    font-weight: bold; 
}

.nav_cont ul a:hover::after {
    transform: scaleX(1); 
   

}
.container{
    background-color: #0d1246;
    min-height: 100vh;
    max-width: 100vw;
    background-image: url("images/111111.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100vw 115vh; 
    border-bottom: 2px solid white;
    position: relative;
    background-blend-mode: multiply;
    
    
}
.main{
    max-width: 80vw;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    position: relative;
}
.ai{
   
    font-size: 50px;
    letter-spacing: 10px;
}
.main-logo img{
    height: 80px;
}


.hero{
    max-width: 80vw;
    min-height: 100%;
    margin: auto;
    display: flex;
    
    font-family: "Poppins", sans-serif;
    justify-content: center;
    gap: 80px;
    margin-top:10px;

}
.hero-image img{
    height: 300px;
    width: 500px;
    border-radius: 100px;

}
.hero-header{
    color: white;
    width: 500px
}

.hero-header h1{
    font-size: 50px;
}
.hero-header p{
    font-size:20px;
}
.event_section{
    background-color: #06081d;
}
.events{
    max-width: 80vw;
    min-height: 50vh;
     
     margin:auto

}
.header {
    display: flex;

  justify-content: center;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  
}
.cards{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    gap: 30px;
    overflow: hidden; 
  
}
.card{
   
    height: 350px;
    width: 300px;
    box-shadow: rgba(169, 168, 168, 0.24) 0px 3px 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    
  
    
}


.card:hover {
    transform: scale(1.05);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 6px 15px; }

.card:hover .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); 
    transition: opacity 0.3s ease;
}

.card:hover .image img {
    transform: scale(1.1); 
    transition: transform 0.3s ease;
    object-fit: cover; 
  
}

.image{
    overflow: hidden;
}


.date{
    min-width: 50px;
    position: absolute;
  
    color: white;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-color: #06081d;

   
}
.card-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-header h3 {
    color: white;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 10px;
}
.card-content{
    padding: 8px;
}
.card-content p {
    font-size: 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
   
    font-weight: 300;
    margin-bottom: 5px;
}

.event_section {
    border-bottom: 2px solid white;
}
.footer-section{
    background-color: #06081d;
}
.footer{
   
    max-width: 80vw;
    min-height: 40vh;
    margin: auto;
    margin-bottom: 20px;

}
.foot-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    padding-top: 50px;
    }
    .foot-head p{
        text-align: center;
    }
   
.pad{
    font-weight: 300;
    padding-top: 50px
}
.mid{
    font-weight: 300;
}
.social-head{
    width: 260px;
}
.social-head h3{
    color: white;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.social{
    display: flex;
   justify-content: space-between;
   padding-top: 30px;
}

.social-icon ul {
    display: flex;
    gap: 50px;
}

.college-logo img{
    height: 120px;

}
.ai-logo img{
    height: 120px;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header h1 {
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
}

.header h1.animated {
    animation: slideIn 1s ease-in-out forwards; 
    opacity: 1; 
}
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer .foot-head h1 {
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
}

.footer .foot-head h1.animated {
    animation: slideIn 1s ease-in-out forwards; 
    opacity: 1; 
}

.ai {
    font-size: 50px;
    letter-spacing: 8px;
    position: relative;
    background: linear-gradient(90deg, #8989ff, #3344ff);
    -webkit-background-clip: text;
    color: transparent; 
    animation: fadeInText 1s ease-in-out both;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); 
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 3px;
    background: #a0a0ff; 
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-out;
}



* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #0d1246;
}

::-webkit-scrollbar-thumb {
    background: #7480ff;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a0a0ff;
}

.scrollbar {
    scrollbar-width: thin; 
    scrollbar-color: #7480ff #0d1246; 
}

@media(max-width:1025px){
    .welcome{
        margin-top: 50px;
    }
.ai{
    font-size: 25px;
    margin-bottom: 10px;
}
.main-logo{
    
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.logo img {
    height: 35px;
}
.hero-header {
    color: white;
    width: 70vw;
}
.vit-logo img {
    height: 30px;
}
.nav_cont ul {
    
    gap: 80px;
}
.card-content p {
    font-size: 10px;
}
.card-header h3{
    padding-bottom: 5px;
}
.ai-logo img {
    height: 90px;
}

.college-logo img {
    height: 90px;
}
.cards{
   
}
.welcome{
    margin-top: 70px;
    margin-bottom: 50px;
}
#typing-animation{
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 35px;
    
}
.hero-image img {
    height: 175px;
    width: 365px;
    border-radius: 100px;
}
}
@media(max-width:941px){

    .welcome{
        margin-top: 50px;
    }
.ai{
    font-size: 50px;
    margin-bottom: 50px;
}
.main-logo{
    margin-bottom: 50px;
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.logo img {
    height: 35px;
}
.hero-header {
    color: white;
    width: 70vw;
}
.vit-logo img {
    height: 30px;
}
.nav_cont ul {
    
    gap: 80px;
}
.card-content p {
    font-size: 10px;
}
.card-header h3{
    padding-bottom: 5px;
}
.ai-logo img {
    height: 90px;
}

.college-logo img {
    height: 90px;
}
.cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcome{
    margin-top: 150px;
    margin-bottom: 50px;
}
#typing-animation{
    display: flex;
    justify-content: center;
    font-size: 60px;
    margin-bottom: 35px;
    
}
.hero-image img {
    height: 300px;
    width: 515px;
    border-radius: 100px;
}
}

@media(max-width:800px){
    .hero-header p {
        font-size: 15px;
    }
    .hero-header p {
        font-size: 15px;
    }
    .nav_cont ul {
        gap: 20px;
    }
    .logo-name h3 {
        font-size: 10px;
    }
    .nav_cont ul li {
        font-size: 10px;
    }
    .foot-head p {
        font-size: 10px;
    }
    .college-logo img {
        height: 50px;
    }
    .ai-logo img {
        height: 60px;
    }
    .ai-logo{
        margin-top: 10px;
    }
    .college-logo{
        margin-top: 20px;
    }
    .hero-image img {
        width: 460px;
        height: 273px;
    }

}

@media(max-width:413px){
    .college-logo img {
        height: 20px;
    }
    .ai-logo img {
        height: 35px;
    }
    .social-icon ul{
        gap: 20px;
    }
    .college-logo {
        margin-top: 50px;
    }
    .ai-logo{
        margin-top: 43px;
        margin-right: 15px;
    }
    .social-icon ul li a img{
        height: 15px;
    }
    .nav_cont ul {
        gap: 10px;
    }
    .nav_cont ul li {
        font-size: 7px;
    }
    .vit-logo img {
        height: 20px;
    }
    .logo img {
        height: 20px;
    }
    .logo{
        margin-left: 10px;
    }
    .footer .foot-head h1.animated {
        font-size: 20px;
    }
    .header h1.animated {
        font-size: 20px;
    }
    .card{
        width: 225px;
    }
    .card-header h3 {
        font-size: 11px;
    }
    .welcome {
        margin-top: 90px;
    }
    #typing-animation{
        font-size: 17px;
    }
    .hero-header p {
        font-size: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    .nav{
        height: 5vh;
    }
    .ai-logo img {
        height: 33px;
        margin-right: 30px;
    }

}
@media (max-width:541px){
    .welcome {
        margin-top: 85px;
        margin-bottom: 25px;
    }
    .main-logo {
        margin-bottom: 10px;
    }
    .ai {
        font-size: 30px;
        margin-bottom: 25px;
    }
    #typing-animation{
        font-size: 23px;
    }
    .hero-header p {
        font-size: 10px;
    }
    .hero{
        gap: 45px;
    }
    .hero-image img {
        width: 300px;
        height: 180px;
    }
    .college-logo img {
        height: 30px;
        margin-right: 20px;
    }
    .ai-logo img {
        height: 50px;
    }
    .social-icon ul {
        display: flex;
        gap: 30px;
    }
    .logo {
        margin-left: 8px;

}

}

@media (max-width:345px){
    .social-icon ul {
        display: flex;
        gap: 25px;
    }
}
@media(max-width:1281px){
    .hero{
        gap: 30px;
    }
}

@media(max-width:1281px){
    .welcome {
        margin-top: 135px;
        margin-bottom: 20px;
    }
    .ai{
        margin-bottom: 40px;
        
    }
    .hero{
        margin-top: 30px;
    }
}
@media(max-width:854px){
   .logo{
    margin-left: 0px;
   }
   .main-logo {
    margin-bottom: 0px;
}
}
@media(max-width:361px){
    .college-logo img {
        height: 20px;
        margin-right: 20px;
    }
    .ai-logo img {
        height: 35px;
    }
}

@media(max-width:415px){
    .nav_cont ul {
        gap: 8px;
    }
    .animated{
        font-size: 28px;
    }
    .college-logo img {
        height: 20px;
        padding: 30px;
      
    }
    .ai-logo img {
        height: 35px;
        padding: 30px;
    }
    .social-icon ul li a img{
        height: 20px;
    }
    
    

}
@media(max-width:391px){
    .social-icon ul {
        gap: 23px;
    }
    .ai-logo img {
        padding: 0px;
    }
    .college-logo img {
       
    padding:0px
    }
}
@media(max-width:431px){
    .animated{
        font-size: 29px;
    }
    .ai-logo img {
        padding-top: 25px;
        margin-right: 25px;
    }
    .college-logo img {
       
        padding-top: 25px;
    }


}

