.lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

*{
    padding: 0px;
    margin: 0px;
    border: border-box;
    font-family: "Noto Sans", sans-serif;
    color: white;
}

html, body {
    overflow-x: hidden;
}

body::-webkit-scrollbar{
    display: none;
}

.nav{
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0.1s;
    width: 100%;
    left: 0;
    right: 0;
}
.index{
    height: 10vh;
    background-color: #b44907fb;
    display: flex;
    justify-content: space-evenly;
}
.logo{
    width: 30vw;
    background-image: url('final\ title\ logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.ju-logo{
    width: 30vw;
    background-image: url('ju-logo.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
}

.list{
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.option{
    font-size: 1rem;
}
a{
    text-decoration: none;
}

.option a:hover {
    color: #000000;
}

.intro{
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('6397022.avif');
    display: flex;
    align-items: center; 
    justify-content: space-evenly; 
}
.text{
    font-size: 1.5rem;
    margin: 10rem;
}
.text p{
    color: #b44907fb;
}
.pic{
    height: 60vmin;
    width: 60vmin;
    border-radius: 50%;
    background-image: url('new logo.png');
    background-size: cover;
    background-repeat: no-repeat;
}

main{
    background-color: #000000;
}
main h1{
    font-size: 3rem;
    /* -webkit-text-stroke-color: #000022;
    -webkit-text-stroke-width: 2px; */
    margin-bottom: 2rem;
    margin-top: 3rem;
    margin-left: 10vmin;
}

.about-text{
    width: 140vmin;
    font-size: 1.2rem;
    margin-left: 30vmin;
    margin-bottom: 10vmin;
}


#about h2 {
    padding-top: 2rem;
    margin-top: 0;
  }
  
.event-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 10vmin;
}
.e-text{
    height: 40vmin;
    width: 35vmin;
    border: 1px solid white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-size: contain;
}

.event-title {
    /* position: absolute; */
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 60%;
    margin-top: 10%;
    padding: 10px 15px;
    border-radius: 5px;
}

button{
    border: none;
    align-self: flex-end;
    background-color: lightgrey;
    width: 90%;
    text-align: center;
    font-size: 1.2rem;
    margin: auto;
    color: #000000;
    font-weight: bold;
    border-radius: 10px;
}
button:hover{
    cursor: pointer;
}
.list, .event-box {
    flex-wrap: wrap;
}

.pop-up-box {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.75);
}

.pop-up-text::-webkit-scrollbar{
    display: none;
}
.pop-up-text {
    background-color: #b44907fb;
    height: 60%;
    width: 60%;
    padding: 1.5rem;
    border-radius: 2rem;
    margin: 0;
    overflow-y: auto;
}

#pop-up-head {
    font-size: 3rem;
    font-weight: bold;
    margin: 2rem 0 1rem 0;
}

.pop-up-text i {
    cursor: pointer;
    flex: 0 0 auto;
}

.pop-up-text h3{
    text-align: left;
    margin-left: 10vmin;
    font-size: 1rem;
    line-height: 1.8rem;
}

h3{
    font-size: 2rem;
    text-align: center;
}
h2{
    margin-left: 16vmin;
    margin-top: 5vmin;
    font-size: 2.5rem;
}


.leads{
    padding: 0 5vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 10vmin;
}

.lead{
    margin: 0 1rem;
}

.lead-img{
    height: 30vmin;
    width: 13vw;
    margin: 1rem 1rem 0 1rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.heads{
    align-self: flex-end;
    width: 13vw;
    background-color: lightgrey;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 1rem 1rem 1rem;
    color: #000000;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
}

.team-members{
    padding: 0 5vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 10vmin;
}

.members{
    margin: 0 1rem;
}
.members-img{
    height: 30vmin;
    width: 13vw;
    margin: 1rem 1rem 0 1rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.name{
    align-self: flex-end;
    width: 13vw;
    background-color: lightgrey;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 1rem 1rem 1rem;
    color: #000000;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
}

.quotes-heading{
    margin-left: 4vmin;
}

.quote_box{
    height: 15vmin;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    margin: 30px;
    display: flex;
    align-items: center;   
}
.quote_img{
    border-radius: 50%;
    height: 10vmin;
    width: 10vmin;
    border: 1px solid rgb(255, 255, 255);
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.user{
    margin: 15px 0;
    font-size: 1.5rem;

}
.quote_text{
    width: 80%;
    align-self: center;
    font-size: 20px;
    font-style: italic;
}

#contact {
    background-color: #000;
    color: #f39c12;
    padding: 50px 20px;
    text-align: center;
    border-top: 3px solid #f39c12;
  }
  
  #contact h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  
  .contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .queries, .follow-us {
    flex: 1;
    max-width: 400px;
  }
  
  .queries h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .queries a {
    color: #f39c12;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
  }
  
  .queries a:hover {
    color: #ff9f00;
    text-decoration: underline;
  }
  
  /* Social Icons */
  .social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .social a {
    color: #f39c12;
    font-size: 2.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .social a:hover {
    color: #ff9f00;
    transform: scale(1.1);
  }

  .copyright{
    height: 5vh;
    background-color: #b44907fb;
    text-align: center;
    padding-top: 1.5rem;
}

  
  
  @media (max-width: 480px) {

    body{
        box-sizing: border-box;
    }
    h1{
        font-size: 2rem;
    }
    .index{
        flex-wrap: wrap;
    }
    
    .intro{
        flex-direction: column;
        justify-content: space-evenly;
    }

    .text{
        text-align: left;
        padding-top: 5rem;
        line-height: 3rem;
    }

    .pic-container{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
        transform: translateX(-1rem);
    }
    .logo{
        width: 35vw;
        background-image: url('final\ title\ logo.png');
        background-size: cover;
        background-repeat: no-repeat;
        height: 50%;
    }
    
    .ju-logo{
        width: 30vw;
        background-image: url('ju-logo.jpeg');
        background-size: contain;
        background-repeat: no-repeat;
        height: 50%;
    }

    .list{
        margin: 5px 0;
        width: 100vw;
    }

    .pop-up-text {
        
        height: 80%;
        width: 80%;
        padding: 1.5rem;
        border-radius: 2rem;
        margin: 0;
    }

    #pop-up-head{
        font-size: 2rem;
    }

    .pop-up-text h3{
        text-align: left;
        margin-bottom: 1rem;
        margin-left: 2vmin;
        font-size: 12px; 
        line-height: 1rem;
    }

    #about h2 {
        padding-top: 2rem;
        margin: 0;
        font-size: 2rem;
        text-align: center;
      }

    h2 {
      margin-left: 0;
      font-size: 2rem;
      text-align: center;
    }
    h3{
        margin-left: 0;
        font-size: 1.5rem;
    }
  
    .about-text {
        font-size: 1rem;
        padding: 10px;
        width: 85%;
        text-align: justify;
    }

    .e-text{
        height: 40vh;
        margin-bottom: 2rem;
        background-size: cover;
    }

    .lead-img{
        width: 40vw;
        height: 53.33vw;
        
    }
    
    .heads{
        width: 40vw;
        font-size: 1rem;
    }

    .members-img{
        width: 40vw;
        height: 53.33vw;
    }
    .name{
        width: 40vw;
        font-size: 1rem;
    }

    .user{
        font-size: 1rem;
        margin: 20% 0;
    }

    .queries h5, .queries a {
      font-size: 1rem;
    }
  
    .social a {
      font-size: 2rem;
    }
    .quote_text {
        font-size: 12px;
    }
  }
  


@media (max-width: 768px) {
    .text {
        margin: 5vh; 
    }
    .event-box .e-text {
        width: 65vw;
    }
    .pic {
        width: 50vw;
    }
    .about-text, .socials {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .about-text {
        font-size: 1rem;
        padding: 10px;
    }
    .contact-section {
        flex-direction: column;
        align-items: center;
    }
}
