*,
 ::before,
 ::after {
    margin: 0;
    padding: 0;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

body {
    background: white;
    background-image: radial-gradient(#c0c0c0 1.3px, transparent 0);
    background-size: 40px 40px;
    background-position: -19px -19px;
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


/* Fonts */

@font-face {
    src: url(../assets/fonts/virgo.ttf);
    font-family: minet;
}

@font-face {
    src: url(../assets/fonts/europa/Europa-Bold.ttf);
    font-family: title;
}

@font-face {
    src: url(../assets/fonts/europa/europa-regular.ttf);
    font-family: body;
}


/*custom scrollbar*/

::-webkit-scrollbar {
    width: 7px;
    display: none;
}

::-webkit-scrollbar-track {
    border: 0px transparent;
}

::-webkit-scrollbar-thumb {
    background: #6699ee;
    border-radius: 0px;
}

::selection {
    background: #6699ee;
    color: #ffffff;
}

.navbar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: none;
}

.nav-item {
    font-family: body;
    font-size: 1.2rem;
}

.navbar-brand {
    font-family: minet;
}

.navbar-brand:hover {
    color: blueviolet;
}

.collapse {
    font-size: 1.3em;
}

.h4 {
    justify-content: center;
    text-align: center;
    padding-top: 16%;
    line-height: 1.7em;
    font-family: body;
    font-size: 1.7rem;
}

.h4 a {
    text-decoration: none;
    background: linear-gradient(120deg, #1160ce, #6da1f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h4 a:hover {
    background: linear-gradient(120deg, #023e97, #023e97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bhagwan {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
}

.h1 {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.bhagwan h1 {
    font-size: 3rem;
    font-family: title;
}

.bhagwan h6 {
    font-size: 1.2rem;
    font-family: body;
}

.container {
    margin-right: 10%;
    margin-top: 5%;
    margin-left: 10%;
    margin-bottom: 5%;
}

.box1 {
    width: 40em;
    margin-right: 10%;
    border-radius: 19px;
    background: #fafafa;
    box-shadow: 0px 4px 16px rgba(194, 194, 194, 0.6);
    padding: 30px;
    padding-top: 30px;
    z-index: 2;
}

#thank {
    display: none;
    font-family: body;
    text-align: center;
    font-size: 1.2rem;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #afafaf !important;
}

.form-control:focus {
    box-shadow: 0px 0px 0px #d5d5d5, 0px 0px 0px #ffffff;
    border: 1px solid #6699ee !important;
}

.events {
    border-radius: 10px;
    border: 1px solid #afafaf !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: -1%;
    background: #ffffff;
}

.events p {
    text-align: center;
}

.departments {
    text-align: center;
    font-size: 1.3rem;
    font-family: body;
}

.checkbox-grid {
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: 2%;
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 50%;
    font-size: 0.9rem;
    font-family: body;
}

.form-check-label {
    margin-bottom: 0.4em;
    font-size: 1.1em;
}

.sumbit {
    margin-top: 7%;
    border-color: #6699ee;
    border-radius: 30px;
    outline: none;
    border: 1px solid #6699ee;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    color: #6699ee;
    font-size: 15px;
    transform: translateY(-4px);
    transition: 0.5s;
    font-family: title;
}

.sumbit:hover {
    background-color: #f2f2f2;
    transform: translateY(-4px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.arhaanb {
    text-decoration: none;
    background: linear-gradient(120deg, #1160ce, #6da1f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.arhaanb:hover {
    background: linear-gradient(120deg, #023e97, #023e97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ques img {
    width: 350px;
    height: 350px;
    margin-left: 5em;
    margin-top: 3em;
}

#page-container {
    position: relative;
    min-height: 89vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.2rem;
    background-color: #fafafa;
    border-top: 3px solid #f5f5f5;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer_a {
    color: black;
    text-decoration: none;
    vertical-align: middle;
}

.heart {
    color: red;
}

.footer_a:hover {
    text-decoration: none;
    color: #6699ee;
}

@media (max-width: 1400px) {
    .container {
        margin-right: 15%;
        margin-top: 5%;
        margin-left: 8%;
    }
}

@media (max-width: 1300px) {
    .container {
        margin-right: 15%;
        margin-top: 5%;
        margin-left: 5%;
    }
}

@media (max-width: 1200px) {
    .container {
        margin-right: 15%;
        margin-top: 5%;
        margin-left: 2%;
    }
    .h4 {
        justify-content: center;
        text-align: center;
        padding-top: 25%;
        line-height: 1.7em;
        font-family: body;
        font-size: 1.7rem;
    }
}

@media (max-width: 1100px) {
    .container {
        margin-right: auto;
        margin-top: 5%;
        margin-left: auto;
        justify-content: center;
        align-items: center;
    }
    .box1 {
        margin-left: auto;
        margin-right: auto;
    }
    .ques img {
        display: none;
    }
}

@media (max-width: 800px) {
    body {
        overflow-x: hidden;
    }
    .box1 {
        width: 100%;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .ques img {
        display: none;
    }
    #page-container {
        position: relative;
        min-height: 100vh;
    }
    #footer {
        height: 4rem;
    }
    .h4 {
        justify-content: center;
        text-align: center;
        padding-top: 30%;
        line-height: 1.7em;
        font-family: body;
        font-size: 1.7rem;
    }
}

@media (max-width: 400px) {
    .checkbox-grid li {
        display: block;
        float: left;
        width: 50%;
        font-size: 0.7rem;
        font-family: body;
    }
    .sumbit {
        margin-top: 15%;
    }
}