* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

canvas {
    padding: 0;
    margin: auto;
    display: block;
    width: 800px;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner {
    width: 100%;
    height: 80vh;
    background: rgba(46, 42, 42, 0.6) url('../img/bg_blur.jpg');
    text-align: center;
    background-blend-mode: darken;
    justify-content: space-between;
    background-size: contain;
    background-position: center;
}

.navbar {
    display: flex;
    text-align: left;
    position: sticky;
    top: 0;
    cursor: pointer;
    z-index: 1;
    transition: 0.6s;
    background-color: black;
    width: 100%;
}

.navtext {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 30px;
    margin-left: 5%;
    color: whitesmoke;
}

.sticky {
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
}

.videoshow {
    width: 100%;
    height: 100%;
    position: relative;
    top: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
}

.bg-videoshow {
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
}

.suspectFound {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    display: none;
    flex-direction: column;
}

.top-sec {
    background-size: contain;
}

.secButton {
    text-align: left;
    padding-top: 2%;
}

.secHead {
    height: 10vh;
    padding: 10%;
    text-align: left;
}

.secHeadText {
    font-size: 55px;
    letter-spacing: 2px;
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
}

.howToUse {
    background-color: rgb(19, 19, 19);
    padding: 5%;
    padding-left: 8%;
    padding-right: 8%;
}

.howToUseText {
    word-spacing: 3px;
    letter-spacing: 0.5px;
    color: whitesmoke;
    padding-top: 20px;
    font-size: 21px;
}

.outBut {
    padding: 10px;
    height: 50px;
    font-size: 20px;
    transition: 0.2s;
    margin-left: 4px;
    letter-spacing: 1px;
    border-radius: 25px;
    background: linear-gradient(135deg, #2e85f6 0%, #58b0fe 100%);
}

.outBut:hover {
    box-shadow: 0 0 10px #2196f3, 0 0 20px #2196f3, 0 0 20px #2196f3;
    transform: scale(1.1);
}

.nameInput {
    font-size: 18px;
    width: 30%;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 1px;
    position: relative;
}

.cus-btn {
    padding-top: 10px;
    padding-left: 7px;
    padding: 5px;
    font-size: 25px;
    color: whitesmoke;
    letter-spacing: 2px;
    border-radius: 30px;
    transition: 0.5s;
    background: linear-gradient(135deg, #2e85f6 0%, #58b0fe 100%);
}

.cus-btn:hover {
    background: #2196f3;
    color: whitesmoke;
    box-shadow: 0 0 10px #2196f3, 0 0 20px #2196f3, 0 0 20px #2196f3;
    transform: scale(1.1);
}

.close {
    color: black;
}

.bg-heading {
    font-size: 20px;
    letter-spacing: 3px;
    word-spacing: 6px;
    margin-bottom: 20px;
    color: whitesmoke;
}

.upload-sym {
    color: #2196f3;
    font-size: 85px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 12px 0px;
    justify-content: center;
    align-items: center;
}

.bg-modal {
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
}

.bg-modal-video {
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
}

.droptext {
    font-size: 30px;
    color: yellow;
    padding: 10px;
}

.topSectionText {
    width: 70%;
    height: 65%;
    background-color: rgba(125, 125, 125, 0.2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.suspectText {
    color: red;
    padding: 2%;
    background-color: rgb(0 0 0 / 40%);
    letter-spacing: 2px;
}

.def-hide {
    display: none;
}

.dropdown {
    height: 50vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5px 10%;
    margin: 1px 2px;
    border-radius: 20px;
    text-align: center;
    flex-direction: column;
}

.fa-video {
    text-align: center;
    width: 15%;
}

.fa-youtube {
    font-size: 21px;
    text-align: center;
    width: 15%;
}

.fa-youtube:hover {
    color: red;
}

.btntext {
    position: absolute;
    font-size: 15px;
    top: 25%;
    width: 50%;
    max-width: 95%;
    border-radius: 5px;
}

.btnsubmit {
    position: absolute;
    top: 60%;
    width: 40%;
    font-size: 23px;
    max-width: 95%;
    border-radius: 17px;
    background-color: rgb(0, 255, 213);
    transition: 0.1s;
}

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

.dropBtn {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 2% 2%;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, #2e85f6 0%, #58b0fe 100%);
    transition: 0.3s;
    position: relative;
}

.dropBtntext {
    top: 20%;
    left: 25%;
    right: 25%;
    font-size: 35px;
    position: absolute;
}

.dropBtn:hover {
    background: #2196f3;
    color: whitesmoke;
    box-shadow: 0 0 10px #2196f3, 0 0 20px #2196f3, 0 0 20px #2196f3;
    transform: scale(1.1);
}

input {
    margin: 18px auto;
    display: block;
    padding: 1px;
}

.inputclass {
    padding: 10px;
    padding-left: 10px;
    display: block;
    margin: 10px auto;
    padding: 1px;
}

#search {
    padding: 5px;
    font-size: 15px;
    border: 2px solid black;
    border-radius: 9px;
}

.text-big {
    font-size: 40px;
    padding: 5px;
}

.close {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: bolder;
    font-size: 42px;
    transform: rotate(45deg);
    cursor: pointer;
}

.theme-color {
    color: rgb(255, 255, 43);
}

.btn {
    padding: 4px 10px;
    margin: 7px 3px;
    border: 0px solid rgb(255, 255, 255);
    background: none;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 2px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s;
}

.footer-all {
    display: flex;
    padding: 10px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    color: aliceblue;
    background-image: none;
    background-color: black;
}

.text-footer {
    padding-right: 30px;
    padding-top: 5px;
}

.link-anchor {
    padding-right: 2px;
    padding-left: 2px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.link-anchor i {
    font-size: 25px;
    transition: transform 0.15s;
    color: white;
}

.link-anchor:hover .fa-github {
    color: #8a45c6;
}

.link-anchor:hover .fa-envelope {
    color: #34A853;
}

.link-anchor:hover .fa-linkedin-in {
    color: #0077b5;
}

.link-anchor:hover .fa-youtube {
    color: #f00;
}

.link-anchor:hover i {
    transform: scale(1.3);
}

.background {
    background-color: black;
    width: 100%;
}