@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap*);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



html {
    font-size: 25px;
    overflow-x: hidden;

}

body {
    background-color: rgb(0, 0, 0);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(255, 255, 255);
}

html::-webkit-scrollbar {
    width: 0.8rem;
}

html::-webkit-scrollbar-track {
    background: var(--background-color);
}

html::-webkit-scrollbar-thumb {
    background: var(--background-color);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 9%;
    background: rgba(0, 0, 0, 0);
    filter: drop-shadow(10px);
    display: flex;
    justify-content:space-between;
    align-items: center;
    z-index: 100;
}

button {
    
    border: none;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    border-radius: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    margin-left: 30px;
    display: inline-block;

    
    
}

.button1 {
    color: rgb(0, 0, 0);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    border-bottom: 3px solid ;
    cursor: pointer;
    transition: 0.5s ease;
    color: rgb(0, 0, 0);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    
    
    
}

.button1:hover {
    background-color: rgba(255, 255, 255, 0.14); 
    color: white;
    
    
}

.textlogo {
    
    padding-right: 25%;

}


.logo {
    
    cursor: pointer;
    transition: 0.5s ease;
}

.logo:hover {
    transform: scale(1.1);
}

.navbar a {
    color: white;
    margin-left: 1.5rem;
    font-weight: 50;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    
    
}


.navbar a:hover, 
.navbar a.active {
    border-bottom: 3px solid ;
    cursor: pointer;
    transition: 0.5s ease;
    color: rgb(255, 255, 255);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    

}

#menu-icon {
    
    font-size: 3.6rem;
    display: none;
}

.seemorebutton {
    
    background-color: #ffffff;
    border: none;
    color: rgb(0, 0, 0);
    padding: 10px 70px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 30vh;
    
}

.seemorebutton1 {
    
    background-color: rgba(255, 255, 255, 0.281); 
    color: rgb(255, 255, 255); 
    border-bottom: 3px solid var();
    cursor: pointer;
    transition: 0.5s ease;
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    
}

.seemorebutton1:hover {
    
    background-color: #ffffff64;
    color: rgba(255, 255, 255, 0.966);
    transform: scale(1.1);
}

@media (max-width:995px) {
    
    #menu-icon {
        display:block;
    }
    .navbar {
        position: absolute;
        top: 100%;
        right: 0%;
        width: 40%;
        border-left: 3px solid ;
        border-bottom-left-radius: 2rem;
        padding: 1rem 3%;
        border-top: 0.1rem solid rgba(0, 0, 0, 0);
        display: none;
    }


    .navbar.active {
        display: block;
    }
    .navbar a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
    }

    .navbar a:hover,
    .navbar a.navbar.active {
        padding: 1rem;
        border-radius: 0.5rem;
        border-bottom: 0.5rem solid;
    }


}
h1 {
    font-size: 105px;
    display:block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 6%;
    font-weight: 1;
    
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }

.home-content {
    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%; 
        min-height: 100%;
      }

    background-size: cover;
    min-height: 100vh;
    padding: 5rem 0% 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    
}



.home {
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;

}

.home .home-content h1{
    
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
    
}


.navbar2 {
    
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    position: relative;
    top: 23vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55vh;
    
}

.navbar2 a {
    
    color: white;
    margin-left: 1.5rem;
    font-weight: 100;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}

.navbar2 a:hover,
.navbar2 a.active {
    color: var();
    border-bottom: 3px solid;
    cursor: pointer;
    transition: 0.5s ease;
    color: rgba(255, 255, 255, 0.415);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;

}

.brand {
    color: white;
    text-shadow: 2px 2px 50px #ffffff;
}

.experience {
    color: white;
    text-shadow: 2px 2px 50px #ffffff;
}

h2 {
    margin-top: 11vw;
}


.abouttext {
    color: white;
    text-shadow: 2px 2px 15px #ffffff;
}



.about-content {
    font-size: 30px;
    display:block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 1;
}



.paragraph {
    height: 1%;
    font-size: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: 1;
    margin: 2% 20VW;
}
.about-img {
    background-image: url(../images/about/DesktopAboutUsPage.png);
    background-size: cover;
    min-height: 300vh;
    padding: 5rem 0% 5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

#grad1 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.994));
    padding-bottom: 15vw;
}

.awardstext1 {
    font-size: 30px;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 1;
    margin: 55% 25VW;
    margin-top: 88vh;
}

