﻿*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

*::selection {
  background: #00000069;
  color: rgb(115, 0, 202);
  text-shadow: none;
}

body {
    overflow-x: hidden;
}

    /*navbar start*/

.navbar{
    position: sticky;
    top:0;
    height:75px;
    width:auto;
    background: linear-gradient(black,rgb(44, 21, 128)) top center;
    display:flex;
    box-shadow: 1px 1px 20px 10px;
    z-index: 9999;
}

.navbar p, a{
    color:white;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    font-size:20px
}

.navbar_menu{
    right:0;
    position:absolute;
    width:auto;
    height:75px;
    flex-direction:row;
    display: flex;
    justify-content: flex-end;
}

.navbar_item{
    display: flex;
    height: 100%;
    align-items: center;
    padding:15px;
    position: relative;
}

#on {
    background-color: rgb(44, 21, 128);
}

#onn{
    background-color: #274fff;
}

.navbar_item:not(#on):hover{
    background: linear-gradient(#5739ff,rgb(41, 3, 255)) top center;
}

.navbar_item img{
    width:20px;
}

.dropdown{
    display: none;
    top:75px;
    width: 100%;
    position:absolute;
    left: 0;
    background-color: rgb(41, 3, 255);
    flex-direction: column;
    height: auto;
}

#Dropdown:hover .dropdown{
    display: flex;
    animation: drop 0.5s;
}

.dropdown_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown_item:hover{
    background-color: rgb(128, 119, 255);
}

.navbar_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.navbar_logo p{
    transition: color 0.3s, transform 0.3s;
    color:white;
}

.navbar_logo p:hover{
    transform: scale(110%);
    color:rgb(209, 208, 208);
}

.resize{
    width:80px;
    height: auto;
}

.resize:hover{
    animation-name:spin;
    animation-duration: 3s;
    animation-direction: alternate;
}

@keyframes drop {
    0%{
        transform: translatey(-30px);
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
.navbar_menu{
    display: none;
}

.phone_nav{
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    gap:5px;
    right:10px;
    width: 50px;
    height: 50px;
    position: absolute;
}

.line1{
    width: 90%;
    height: 12%;
    background-color: white;
    border-radius:10px;
        
}

.topnav {
  overflow: auto;
  width: 100%;
  background: linear-gradient(rgb(44, 21, 128),rgba(11, 31, 212, 0.815)) top center;
  position: fixed;
  z-index: 9999999999;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: rgb(255, 255, 255);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  display: block;
  right: 3px;
}

.arrow{
    height: 10px;
}

}
@media (min-width: 601px) {
.phone_nav{
    display: none;
}

.line1{
    display: none;
        
}

.topnav {
 display: none;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
 display: none;
}

.topnav a.icon {
  display: none;
}

.arrow{
    display: none;
}
}


    /*navbar end*/


    /*section1 start*/

.section1{
    background-color: rgb(66, 77, 226);
    display: flex;
    width: auto;
    height:calc(100vh - 75px);
}

.section1_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.section1_container h1{
    font-weight: bolder;
    font-size: 30px;
    background: linear-gradient(#ffffff, #aaaaaa);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: monospace;

}

.section1_container h3{
    background: linear-gradient(90deg,#cc9bfa, #919191);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: arial; 
    font-weight: 100;

}

@media (max-width: 600px) {
    .section1_container h1{
        position: absolute;
        left: 16%;
        top: 48%;
        width: 80%; 
        font-size: 25px;
  
    }
  }  /*section1 end*/




    /*about us start*/

.about_us{
    display:flex;
    flex-direction:column;
    height:calc(100vh - 75px);
    width:100%;
    background: linear-gradient(0deg,rgb(96, 108, 216),rgb(196, 196, 196));
}

.about_us_container{
    display: flex;
    position:relative;
    align-self: center;
    top:10%;
    height: 86%;
    width: 90%;
    background-image: linear-gradient(0deg,rgb(0, 0, 0,1),rgb(14, 1, 87,0.8)), url(Images/pattern3.jpg);
    border-style: solid;
    border-color:rgb(66, 66, 66);
    border-radius: 40px;
    border-width: 7px;
}

.about_us_container img{
    display: flex;
    left:-100px;
    bottom:50px;
    position: absolute;
    height: 100%;
}

.about_us_container h1{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; /*  monospace */
    font-size:70px;
    color:white;
    display: flex;
    position: absolute;
    width: auto;
    padding:10px;
    top:3%;
    height: 15%;
    left:27%;
    background-color: rgba(0, 0, 0, 0.334);
    border-radius: 10px;
}

.about_us_container p{
    display: flex;
    flex-direction: column;
    font-size:20px;
    color:white;
    position:absolute;
    top:20%;
    height: 60%;
    width:70%;
    left:27%;
    padding:20px;
    background-color: rgba(0, 0, 0, 0.334);
    border-radius: 10px;
}

@media (max-width: 600px) {

    .about_us_container img{
        display: none;
}


    .about_us_container h1{
        font-size: 60px;
        top:4%;
        left:9%;
    }

    .about_us_container p{
        font-size: 20px;
        top:20%;
        left:9%;
        width:85%;
}
}
    /*about us end*/




    /*sponsors start*/

.sponsors {
    background-image:linear-gradient(rgb(7, 2, 68,0.8), rgba(0, 0, 0, 0.99)),  url(Images/pattern2.png);
    width: auto;
    height:auto;
}

.sponsors_header {
    display: flex;
    height: 40%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.sponsors_header p{
    color:white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.sponsors_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:30px;
    height:100%;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.box {
    background: linear-gradient(-45deg,rgb(0, 0, 0,0.5),rgb(12, 5, 37,0.9),rgb(0, 0, 0,0.5)) top center;
    width: 40vh;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    border-style: solid;
    border-color: rgb(70, 70, 70,0.5);
    border-radius: 30px;
    box-shadow: 4px 4px 20px rgba(56, 56, 56, 0.877);

    transition: 0.5s transform,  0.5s border-color;
}

.box:hover {
    
    transform: scale(1.05);
    background: linear-gradient(-45deg,rgb(0, 0, 0,0.8),rgb(12, 5, 37,0.9)) top center;
    border-color: rgba(173, 173, 173, 0.5);
}

.box img{
    height: 20vh;
}

.sponsors_footer {
    display: flex;
    flex-direction: column;
    height: 40%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.sponsors_footer p{
    font-weight: bold;
    font-family: arial;
    font-size: 40px;
    background: linear-gradient(#ffffff, #8b8b8b);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
    .sponsors_header p{
       font-size: 30px;

    
}
}

/* footer start */



.footer{
    display: flex;
    position: relative;
    height: 30vh;
    background-color: rgb(12, 12, 12);
}

.ftc{
    top:0;
    height: 100%;
    width: 45%;
    position: relative;
    left:5%;
    align-content: center;
}

.ftc img{
    position: relative;
    width: 90%;
}

.contact{
    position: absolute;
    top:0;
    height: 100%;
    width: 50%;
    right:0;
    
}


.links{
    display: flex;
    position: absolute;
    top:calc(15vh - 50px);
    height: 50px;
    gap:30px;
    width: 40%;
    justify-self: center;
    justify-content: center;
}

.links_box{
    height: 50px;
}

.links_box img{
    position: relative;
    left:0;
    height: 100%;
    transition: all 0.6s;
}

.links_box img:hover{
    transform: scale(130%);
}

.email{
    position:absolute;
    width:40%;
    bottom:calc(15vh - 60px);
    display: flex;
    height: 50px;
    justify-self: center;
    justify-content: center;
    align-items: center;
}

.email p{
    color:white;
    font-size: 160%;
    font-family:monospace ;
}

.copyright{
    display: flex;
    color: white;
    position: absolute;
    height: 50px;
    bottom: 0;
    left:0;
    right: 0;
    justify-self: center;
    align-items: center;
    font-family: monospace;
}

@media (max-width:600px){
    
.ftc{
    display: flex;
    width: 100%;
    left: 0;
    right:0;
    justify-items: center;
    height: 30%;
}

.ftc img{
    top:20px;
    position: absolute;
    right: 0;
    left: 0;
    justify-self: center;
}

.contact{
    top:30px;
    position: absolute;
    width:100%;
    height:fit-content;
}
    
.email{
    top:107px;
}

}
