@font-face {
    font-family: 'gisbon';
    src: url('fonts/Gisbon.ttf') format('truetype');
}
@font-face {
    font-family: 'gothambold';
    src: url('fonts/GothamBold.otf') format('opentype');
}
@font-face {
    font-family: 'gothambook';
    src: url('fonts/GothamBook.ttf') format('truetype');
}
html,body {
    margin: unset;
    scroll-behavior: smooth;
    text-align: center;
}
p,ul,li,a {
    color: white;
    margin: 0 !important;
    font-family: 'gothambook';
}
h1,h2,h3,h4,h5{
    font-family: 'gothambold';
    font-weight: 900 !important;
}
body{
    background-color: black !important;
}
br.brdisplay {
    display: none;
}


/*land page*/
h1.h1aprameya {
    font-size: 1.5em;
    letter-spacing: 5px;
    margin-bottom: 2px;
    font-family: gisbon, sans-serif;
    font-weight: 800;
    background-image: url('media/layer.jpg');
    background-size: cover;
    background-position: center; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
img.landpagelogo {
    width: 30vW;
    height: auto;
}
.divmainlanding {
    width: 100%;
    height: 100vH;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background: url(media/c2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.divfilter {
    width: 100vW;
    height: 100vH;
    background: #000000b8;
}
.divlogonp {
    width: 50vW;
    height: auto;
}
p.pintro {
    font-size: 1.5em;
    text-align: justify;
    padding: 60px;
    background-image: url('media/layer.jpg');
    background-size: cover;
    background-position: center; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-weight: bold; 
    line-height: 1.8; 
}
.divflex {
    display: flex;
    height: auto;
    width: 100%;
}
.divlogonp {
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/*Timer*/
#timer-container {
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100vH;
    flex-direction: column;
}
#timer {
    font-size: 5rem;
    margin-top: 20px;
    font-family: gisbon, sans-serif;
    background-image: url('media/layer.jpg');
    background-size: cover;
    background-position: center; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
}
#timer span {
    font-weight: bold;
    letter-spacing: 10px;
}
/*Timer end*/
/*land page end*/

/*footer*/
.divfooter {
    width: 100%;
    height: auto;
}
img.imgcollegebanner {
    width: 40%;
    height: auto;
}
p.pdept {
    font-size: 1em;
    font-weight: 900;
}
p.pdept1 {
    font-size: 0.8em;
    font-weight: 900;
}
i#sociallink {
    color: white;
    font-size: 2em;
    margin: 10px;
}
i#sociallink:hover {
    color: #ca9000;
}
/*footer end*/

/*Sponsers*/
img.imgsponsorgold {
    width: 15%;
    margin: 3%;
}
img.imgsponsorsilver {
    width: 12%;
    margin: 2%;
}
img.imgsponsor {
    width: 7%;
    margin: 2%;
}


/*sponser end*/
h1.h1head {
    color: white;
    font-family: gisbon, sans-serif;
    background-image: url('media/layer.jpg');
    background-size: cover;
    background-position: center; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px; 
}
h1.h1head1 {
    color: white;
    font-family: gisbon, sans-serif;
    background-image: url(media/layer.jpg);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    font-size: 100px;
    margin-bottom: 10px;
    margin-top: 1%;
}
button#startButton {
    color: white;
    background: #dba110;
    width: 10%;
    height: 30px;
}