* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Protest Riot", sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
}

.page {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.main {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('') no-repeat center center; /* Add your background image URL here */
    background-size: cover;
    filter: blur(0px);
    z-index: -1;
}

.nav {
    height: 14vh;
    width: 100vw;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0px 10px 40px -20px black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
}

.left-nav {
    height: 100%;
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 1;
    left: 5%;
}

.left-nav img {
    height: 70%;
    border-radius: 50%;
}
.right-nav {
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 4%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navi {
    display: flex;
    align-items: center;
    display: none;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin: 20px;

}

.nav-list a {
    color:black;
    text-decoration: none;
}

.nav-list a:hover {
    text-decoration: underline; /* Optional hover effect */
}

.hamburger {
    display: none; /* Hidden by default */
    flex-direction: column; /* Stack lines */
    cursor: pointer;
    margin-left: 20px; /* Space from the logo */
    position: absolute;
    right: 5%;
}

.hamburger div {
    background-color:black;
    height: 3px;
    margin: 3px 0;
    width: 25px; /* Width of the hamburger lines */
}

@media (max-width: 768px) {
    .nav-list {
        display: none; /* Hidden by default */
        flex-direction: column; /* Stack links vertically */
        background-color: white; /* Background for mobile menu */
        position: absolute;
        top: 60px; /* Adjust based on header height */
        right: -40%;
        width: 50%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
 
 

    .hamburger {
        display: flex; /* Show hamburger on mobile */
    }
    .navi.active{
        display: flex;
    }
  
}

@media (max-width:768px ){
    .right-nav{
        display: none;
    }
    .left-nav img{
        height: 60%;
    }
    .nav{
        height: 10vh;
    }
    .left-nav{
        left: 10%;
    }

}
.right-nav h4 a {
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 1.2rem;
    color: rgba(16, 22, 43, 0.65);
    z-index: 102;
}

.right-nav h4 {
    border: 1px solid black;
    padding: 1.2vh 3vh;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    margin: 0px 20px;
}

.right-nav h4::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: -300%;
    border-radius: 25px;
    transition: all ease 0.6s;
}

.right-nav h4:hover::after {
    bottom: 0;
}

.right-nav h4:hover a { 
    color: white;
}

.chakar {
    z-index: 20;
    position: absolute;
    height: 50vh;
    width: 50vh;
    top: 62%;
    left: 0;
    transform: translate(-50%, 30%);
}
.chakar2 {
    z-index: -1;
    position: absolute;
    height: 50vh;
    width: 50vh;
    top: 0%;
    right: 0;
    transform: translate(50%, -50%);
}

.chakar img {
    height: 100%;
    width: 100%;
}

.chakar2 img {
    height: 100%;
    width: 100%;
    position: absolute;

}



/* Base Desktop Layout */
.events {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative; /* Change to relative to maintain container control */
}

/* Heading Styles */


/* About Event and About NIT for Desktop */
#about-event {
    height: 40vh;
    width: 40vw;
    background-color: #06050512;
    position: absolute;
    left: 8%;
    top: 10%;
    box-shadow: 0px 20px 40px -25px black;
    border-radius: 20px;
}

.about-nit {
    height: 40vh;
    width: 40vw;
    background-color:#06050612;
    position: absolute;
    right: 10%;
    bottom: 8%;
    box-shadow: 0px 20px 40px -25px black;
    border-radius: 20px;
}

@media (max-width: 768px) {
    #about-event, .about-nit {
        width: 90vw;
        height: auto; 
        position: relative;
        margin: 50px auto; 
        left: 0;
        right: 0; 
        padding: 10px;
    }

    .events {
        display: block;
        height: auto; /* Allow height to adjust */
        padding: 20px;
        overflow: hidden;
    }
   
    .heading h3 {
        font-size: 1.5rem;
        position: relative;
        text-align: center;
        left: 0;
    }
    .tag1 h1{
            font-size: 1.4rem;
    }
    .tag3 h1{
        font-size: 1.4rem;
    }
    .circle{
        height: 50vh;
    }
    .tag2 p{
         font-size: .9rem;
    }
    .tag2{
        margin: 10px;
    }
    .tag4 p{
        font-size: .9rem;
   }
   .tag4{
       margin: 10px;
   }
}
.tag1 ,.tag3{
    height: 30%;
    position: relative;
    top: 10%;
    left: 9%;
   
    
}
.tag1 h1{
    border-bottom: 1.5px solid black;
    width: fit-content;
    border-top: 1.5px solid black;
}
.tag3 h1{
    border-bottom: 1.5px solid black;
    width: fit-content;
    border-top: 1.5px solid black;
}
.tag2,.tag4{
    height: 70%;
    width: 80%;
    justify-content: center;
    position: relative;
    left: 10%;
}
.team{
    height: 100vh;
    width: 100vw;
    background: linear-gradient(90deg, rgb(255, 111, 0), rgb(213, 216, 7))
    
}
.team-slider{
    height: 50vh;
    width: 70%;

    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.info{
    height: 100%;
    width: 70%;
    position: absolute;
    top: 8vh;
}
.info img{
    height: 15vh;
    border-radius: 50%;
    object-fit: cover;
    width: 15vh;
}
.info h5{
    font-size: 2.5vh;
    color: #0000006b;
    margin-top: 2vh;
    font-weight: 500;
}

.info p{
    font-size: 2vh;
    margin: 2vh 0;
    color: rgba(33, 37, 41, .7);
}
.intro{
    height: 50%;
    display: flex;
    position: relative;
}
@media (max-width:768px){
    .info{
        width: 100%;
    }
}
.left-intro{
    height: 100%;
    width: 50%;

    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-intro img{
    height: 70%;
    
}
.right-intro{
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;

}
/* .pet-info{
    height: 100%;

}
.section-title{
    height: 100%;
    
    
} */
 .section-title h3{
    margin: 2vh 0;
    font-size: 4vh;
    text-shadow: 4px 10px 20px black; 
 }
 .section-title p{
    color: #000000b5;
    font-weight: 500;
    margin: 4vh 0;
    
 }
 .section-title h4{
    border: 1px solid black;
    width: 10vh;
    border-radius: 20px;
    color: black;
    position: relative;
    height: 4vh;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    
 }
 .section-title h4::after{
    content: "";
    height: 150%;
    width: 150%;
    background-color: black;
    position: absolute;
    left: -22%;
    bottom: -150%;
    border-radius: 50%;
    transition: all ease .3s;
 }
 .section-title h4:hover::after{
    bottom: -7%;
 }
 .section-title h4 a{
    position: absolute;
    text-decoration: none;
    z-index: 9;
    color: black;
    font-weight: 400;
 }
 .section-title h4:hover a{
    color: white;
 }
 .heading {
    height: 950vh;
    width: 950vh;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(255, 111, 0), rgb(213, 216, 7));
    position: relative;
    left: 50%;
    top: -400%;
    transform: translate(-50%, -50%);
 }
 
 .circle {
    position: absolute;
    bottom: 10vh; /* Position at the bottom of the .heading */
    left: 45%;
    transform: translateX(-40%); /* Center horizontally */
    height: 50vh; /* Adjust height as needed */
    width: 100vh; /* Adjust width as needed */
    padding-top: 50px;
   /* If you want it to be circular */
   display: flex;
   align-items: flex-start;
   justify-content: center;
 }
  
 .left-circle{
    height: 100%;
    width: 50%;
 }
 .left-circle h3{
    color: #fff;
    font-size: 7vh;
    font-weight: 100;
    line-height:8vh;
    margin-bottom: 10px;
    text-shadow: 5px 5px 30px black;
 }
 @media (max-width: 768px) {
   
    
    .left-circle h3 {
        font-size: 10vw; /* Responsive font size for smaller screens */
        line-height: 50px; /* Adjust line height */
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align text to the left */
        margin: 30px 0; /* Remove default margin */
    }
    .left-circle h4{
       display: none;
    }
   
    .left-circle h4 a{
        font-size: .75rem;
    }
    .circle{
        bottom: 5vh;
        padding: 0px;
        
    }
    .heading{
        height: 300vh;
        width: 300vh;
        top: -80vh;
    }
    .circle{
        left: 48%;
        width: 400px;
        
        
    }
    .left-circle{
        width: 100%;
        padding: 20px;
    }

     
}

 .left-circle h3 span{
    font-weight: 800;
 }
 

 .left-circle  a{
    text-decoration: none;
    z-index: 200;
    overflow: hidden;
    height: 40px;
    width: 80px;
    color: black;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    align-items: center;
    margin: 20px 0px;
    border-radius: 20px;
    transition: all ease .7s;
    
 }
.left-circle a:hover{
    background-color: black;
    color: white;
    border-color: white;
}
 .contact-form{
    height: 70vh;
    width: 100vw;
    position: relative;
 }

 .cont2{
    height: 465px;
    width: 744px;
    background-color:rgb(245 4 4 / 2%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 10px 50px -10px black;
    border-radius: 40px;

 }

h2 {
    margin: 20px 0px;
    text-align: center;
}

label {
    margin-top: 10px;
    display: block;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    min-height: 50px;
    margin-top: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(22, 18, 18);
}

.button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

button:hover {
    background-color: #218838;
}
.form{
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 768px){
       .cont2{
           width: 90%;
           height: 367px;
       } 
       .form{
        width: 80%;
       }
       textarea{
        height: 15px;
       }
       button{
        width: 120px;
       }
       h2{
        margin: 10px 0px;
       }
}
.footer{
    height: 45vh;
    width: 100%;
    position: relative;
    display: flex;
    background: linear-gradient(90deg, rgb(255, 111, 0), rgb(213, 216, 7))
}

@media (max-height:900px){
    .footer
    {
        height: 50vh;
    }
}
.left-footer{
    height: 100%;
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.right-footer{
    height: 100%;
    width: 50%;
}
.image2 img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.image2{
    height: 90px;
    width: 90px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-container{
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    top: 10%;
}
.left-footer h4{
    bottom: 15vh;
    position: absolute;
    font-size: 200%;
}
.contact-us{
    height: 100%;
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0px;
    position: relative;
  
}
.right-footer{
    display: flex;
}
.events1{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0px;
    position: relative;

}
.events1 ul li{
    list-style: none;
    margin: 25px 0px;
}
.events1 h5{
    font-size: 1.5rem;
   
   
}
.contact-us ul li{
    list-style: none;
    color: black;
    margin: 25px 0px;
}
.contact-us ul li a{
    text-decoration:  none;
    color: black;
}
.contact-us ul li h5{
    font-size: 1.5rem;
}
.contact-us ul li p span{
    display: block;
    margin: 25px 0px;
}
@media (max-width:768px ){
    .footer{
        flex-direction: column;
        height:80vh;
        align-items: center;
        justify-content: center;
    }
    .left-footer{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 40%;
        border-bottom: 1px solid black;

    }
    .left-footer h4{
        font-size: 1.4rem;
        bottom: 10%;
    }
    .right-footer{
        width: 100%;
        height: 70%;
        padding: 0px 15px;
    }
    .contact-us .events1{
        margin: 20px 0;
    }
    .img-container{
        height: 70px;
        width: 70px;
        
    }
    .image2{
        height: 60px;
        width: 60px;
    }
    .image2 img{
        height: 65px;
        width: 65px;
    }
    .contact-us   ul li h5{
        font-size: 1.2rem;
    }
    .events1  ul li h5{
        font-size: 1.2rem;
    }
    
   .events1{
    margin: 5vh 0;
   }
   .contact-us{
    margin: 5vh;
   }
}
.rights{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .8rem;
}
