@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(/Images/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
header {
    background-color: rgba(255,255,255,.233);
    height: 91px;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
}
.logo img{
    height: 90px;
}
.drop-border-1 {
    -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
}
.drop-border-2 {
    -webkit-filter: drop-shadow(2px 2px 0 black) drop-shadow(-2px -2px 0 black);
    filter: drop-shadow(2px 2px 0 black) drop-shadow(-2px -2px 0 black);
}
.drop-border-0{
    -webkit-filter: drop-shadow(0.5px 0.5px 1px black) drop-shadow(-0.4px -0.4px 1px black);
    filter: drop-shadow(0.5px 0.5px 1px black) drop-shadow(-0.4px -0.4px 1px black);
}
.search {
    margin: auto 25px;
    width: 27%
}
.search input {
    border: none;
    outline: none;
    width: 88%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
}
.search input::placeholder {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
}
.shadow-d {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.navbar a {
    text-decoration: none;
    padding: 10px 15px;
    background-color: azure;
    transition: all ease 0.3s;
    text-align: center;
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-radius: 25px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.dropdown-toogle::after {
    color: black;
}
.nav-item {
    margin: auto 6px;
}
.dropdown-menu li a{
    background-color:bisque;
    color: black;
    box-shadow: none;
}
.navbar a:hover {
    background-color: aqua;
    color: black;
    transition: all ease 0.3s;
}
.dropdown-menu li a:hover {
    background-color:chocolate;
    color: white;
    transition: all ease 0.3s;
}
.sidetool{
    width: 3rem;
    height: fit-content;
    position: fixed;
    top: 30%;
    opacity: 45%;
    background-color: rgb(172, 172, 172);
    z-index: 1;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    left: 2%;
    align-items: center;
    transition: all ease-in-out 0.3s;
    justify-content: center;
}
#fb:hover{
    color: #1877F2;
    stroke: 0.2px solid white;
    transition: all ease 0.3s;
}
#insta:hover{
    background-color: #fff0 !important;
    transition: all ease 0.3s;
}
#insta:hover::before{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff0 !important;
    transition: all ease 0.3s;
}
#mail:hover{
    color: rgb(255, 183, 0);
    transition: all ease 0.3s;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#git:hover{
    color: #016508;
    transition: all ease 0.3s;
}
.sidetool a{
    color: black;
    padding: .5rem;
    font-size: 18pt;
}
.sidetool:hover {
    opacity: 100%;
    transition: all ease-in-out 0.3s;
    background-color: white;
}
footer {
    background: url(/Images/wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 165px;
    position: relative;
    bottom: 0;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    margin-bottom: -1.0rem;
}
footer h1{
    text-align: center;
}
footer .links{
    margin: 0 auto;
    text-align: center;
    width: 85%;
    border-bottom: 2px solid white;
    padding: .5rem 0;
}
footer .links a{
   text-decoration: none;
   font-size: 25px;
   padding: 2px 5px;
   color: white;
   margin: 0 auto;
}
footer .links #thread{
    border-radius: 50%;
    padding: 4px;
    margin-left: 0;
}
footer .links #td:hover #thread{
    color: black;
    background-color: rgb(222, 222, 222);
    transition: all ease 0.5s;
}
footer .links #td{
    margin: -5px;
}
.footer-body {
    width: 85%;
    margin: 0 auto;
    border-bottom: 2px solid white;
}
footer .copyright {
    padding-top: .5rem;
}
.success {
    width: 83%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(17, 0, 79, 0.169);
    margin: 0px auto 2rem auto;
    padding: 10px 15px 13px 15px;
    border-radius: 30px;
    border: 1px solid white;
    outline: 3px solid rgb(25, 0, 255);
    box-shadow: 2px 2px 30px rgb(0, 38, 255);
}
.success .submit-head {
    color: white;
    font-family: 'Alata', sans-serif;
    font-size: 30pt;
    width: 90%;
    padding-bottom: 1rem;
    border-bottom: 2px solid white;
    margin: 0 auto;
}
.success .submit-success {
    font-family: 'Oswald', sans-serif;
    color: white;
    width: 90%;
    margin: auto;
    font-size: 16pt;
    text-align: justify;
}
.form {
    background-color: rgb(96, 163, 240);
    border-radius: 2rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
}
.form input {
    width: 88%;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.form small {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
.form .text-m {
    border-radius: 1.5rem;
}
.form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    height: 10rem;
    overflow-y: scroll;
}
.error {
    border: 1px solid red;
    color: black;
    box-shadow: 2px 2px 10px rgba(255, 0, 0, 0.913);
}
#style-border {
    translate: 0px 8.5rem;
    margin-top: -8rem;
    bottom: 0;
    position: relative;
    -webkit-filter: drop-shadow(1px 1px 2px black) ;
    filter: drop-shadow(1px 1px 2px black);
}
#contact #submit {
    outline: none;
    border: none;
    padding: .4rem 1.2rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14pt;
    background-color: blue;
    color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
#contact #reset {
    outline: none;
    border: none;
    padding: .4rem 1.2rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14pt;
    background-color: #560098;
    color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
#contact #submit:hover {
    background-color: #560098;
    color: yellow;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    transition: all ease 0.4s;
}
#contact #reset:hover {
    background-color: blue;
    color: yellow;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    transition: all ease 0.4s;
}
#contact #submit:active,#contact #reset:active{
    background-color: red;
    color: white;
    transition: none;
}
.cont-head {
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.qss {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.523);
    border: 1px solid white;
    outline: 2px solid blue;
    margin: 1rem auto;
    box-shadow: 0 0 1rem blue;
}
.dloads .dl{
    text-decoration: none;
    color: black;
    margin-right: 1rem;
    padding: .4rem 1rem;
    margin: .2rem .3rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14pt;
    background-color: blue;
    color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    transition: all ease 0.4s;
}
.dloads .op{
    text-decoration: none;
    color: black;
    margin-right: 1rem;
    padding: .4rem 1rem;
    margin: .2rem .3rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14pt;
    background-color: #560098;
    color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    transition: all ease 0.4s;
}
.dl:hover {
    background-color: #560098;
    color: yellow;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    transition: all ease 0.4s;
}
.op:hover {
    background-color: blue;
    color: yellow;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    transition: all ease 0.4s;
}
.dl:active, .op:active{
    background-color: red;
    color: white;
    transition: none;
}
.content-top {
    width: 92%;
    margin: auto;
}
.all-download-btn {
    border: none;
    outline: none;
    padding: 0rem 1rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14pt;
    background-color: rgb(54, 160, 246);
    transition: all ease .3s;
}
.all-download-btn:hover {
    background-color: #170052;
    color: white;
    outline: 1px solid blue;
    border: 1px solid white;
    box-shadow: 0 0 1rem blue;
    transition: all ease .3s;
}
.all-download-btn:active {
    background-color: red;
    outline: 1px solid rgb(221, 255, 0);
    border: 1px solid white;
    box-shadow: 0 0 1rem rgb(255, 187, 0);
    color: yellow;
    transition: none;
}
.dlmsg {
    position: fixed;
    width: 90%;
    height: 70vh;
    /* display: grid; */
    margin: 2rem 5.3rem 2rem 5rem;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    place-items: center;
    transition: all ease 0.5s;
    display: none;
}
.dlmsg h1 {
    text-align: center;
    font-size: 60pt !important;
}