html {
    scroll-behavior: smooth;
    color-scheme: dark light;
}
/* Scroll start here */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #4b4b4b;
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(90deg, #990a6ed2, #370550de);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(90deg, #990a6e, #610b8b);
}
/* ::-webkit-scrollbar-track:hover {
    width: 15px;
} */
/* Scroll End here */

.sticky-bg {
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background-image: radial-gradient(circle at center, #1e1e1e, #292929);
    top: 0;
    left: 0;
}
.body-container {
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: 500ms ease-in-out opacity;
}
/* .body-container h1 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 200px 15px 0 15px;
} */
header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgb(30,30,30);
    z-index: 1;
    transition: 500ms ease-in-out background-color;
    height: 120px;
    border-bottom: 5px solid gray;
}
header img {
    height: 90px;
    width: 90px;
    margin: 0;
    padding: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}
.container {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    margin-top: 125px;
    width: 100%;
}
.bio {
    background-image: linear-gradient(#ffffff00 30%, #ffffffe1 60%), url("../images/iammithani.png");
    background-repeat: no-repeat;
    background-position: center, center -200px !important;
    background-size: cover;
    padding: 20% 15% 100px 15%;
    text-align: center;
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
.bio .para {
    font-weight: 700 !important;
    margin-top:150px
}
.bio .para h1 {
    color: #000 !important;
}
.skill {
    padding: 0;
    margin: 0;
    min-height: 300px;
    width: 100%;
    background-image: linear-gradient(to right, #1a0000b6 30%, #6e0000);
    position: relative;
    display: flex;
    flex-direction: row;
    border-top: 5px solid gray;
    color: #fff;
}
.skill .info {
    font-family: Arial, Helvetica, sans-serif;
    padding: 25px 150px 100px 150px;
    margin:0;
    width: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    overflow: hidden;
    height: 100%;
    position: inherit;
    float: left;
    left: 0;
    margin-bottom: 30px;
}
.skill .thumbnail {
    margin: 1em 0;
    min-height: 300px;
    width: 50%;
    overflow: hidden;
    position: relative;
    right: 0;
    float: right;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 400px;
    vertical-align: middle;
}
.center {
    display: inline-block !important;
    height: 100% !important;
    vertical-align: middle !important;
}
.skill.alternate {
    background-image: linear-gradient(to left, #1a0000b6 30%, #6e0000);
}
/* .skill.alternate > .thumbnail {
    left: 0;
}
.skill.skill.alternate > .info {
    position: relative;
    right: 0;
} */
.thumbnail img {
    max-width: 500px;
    max-height: 300px;
    filter: drop-shadow(0px 0px 5px #fff);
    vertical-align: middle !important;
    display: inline-block !important;
}
.rounded {
    border-radius: 50px;
}
.modal-opener {
    position: absolute;
    margin: 0;
    scale: 0.85;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
}
.modal-opener:hover {
    color: #fff;
}
.contact-area {
    margin: 0;
    border-top: 5px solid gray;
    width: 100%;
    background-color: #ffffffe0;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    color: #000;
}
.contact-text, .content-details {
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 500;
    overflow: hidden;
    height: 100%;
    position: inherit;
    left: 0;
    margin-bottom: 50px;
    margin-top: 50px;
}
.contact-details {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    text-align: center;
}
.contact-option {
    display: flex;
    flex-direction: row;
}
.contact-details > a {
    color: #000;
    text-decoration: none;
}
.contact-text {
    padding-left: 20%;
}
.contact-option {
    text-decoration: none !important;
}
.email .contact-icon {
    position: relative;
    z-index: 1;
    background-color: #858585;
    color: #000;
    padding: 10px !important;
    box-shadow: 5px 0 5px #525252;
}
.email .contact-user {
    position: relative;
    background-color: #bdbdbd;
    padding: 10px;
    font-weight: 700;
}
/* Do the same for discord but blurple color */
.discord .contact-icon {
    position: relative;
    z-index: 1;
    background-color: #7c90d8;
    color: #fff;
    padding: 10px !important;
    box-shadow: 5px 0 5px #0000ff49;
}
.discord .contact-user {
    background-color: #7289da;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}
.footer {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    color: #fff !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.footer .footer-container {
    margin: 0;
    padding: 0;
}
.footer-container > a {
    color: #fff !important;
}
@media screen and (max-width:729px) {
    .bio {
        background-image: linear-gradient(#ffffff00 20%, #ffffffe1 40%), url("../images/iammithani.png");
        background-position: center, calc(50% + 50px) -130px !important;
        padding: 20% 5% 100px 5%;
    }
    .bio .para {
        margin-top: 250px;
    }
}
@media screen and (min-width: 730px) and (max-width: 1640px) {
    .bio {
        background-image: linear-gradient(#ffffff00 30%, #ffffffe1 60%), url("../images/iammithani.png");
        background-position: center, center  !important;
        padding: 20% 15% 100px 15%;
    }
}
@media screen and (min-width:1371px) and (max-width: 1640px) {
    .thumbnail img {
        max-width: 400px;
        width: auto;
        max-height: 250px;
    }
    .skill .info {
        font-size: 22px !important;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1370px) {
    .thumbnail img {
        max-width: 400px;
        max-height: 250px;
    }
    .skill .info {
        font-size: 20px !important;
        padding: 25px 75px 100px 75px;
    }
}
@media screen and (max-width: 1000px) {
    .skill {
        flex-direction: column-reverse;
        width: 100%;
    }
    .skill.alternate {
        flex-direction: column;
    } 
    .skill .thumbnail {
        top: 0;
        width: 100%;
        height: 300px;
    }
    .info {
        font-size: 20px !important;
        width: 100% !important;
        margin: 0;
        padding: 0 0px 75px 0px !important;
    }
    .info p, .info h2 {
        padding: 0 20px 0px 20px;
    }
    .thumbnail img {
        max-width: 90%;
        max-height: 300px;
    }
    #webdevimg {
        padding-top: 30px;
    }
}
@media screen and (min-width: 769px) and (max-width:1000px) {
    .info {
        padding: 0 0px 100px 0px !important;
    }
}
@media screen and (max-width: 1359px) {
    .contact-area {
        flex-direction: column;
        padding-bottom: 80px;
    }
    .contact-text {
        text-align: center;
        padding-left: 0;
    }
    .contact-text, .contact-details {
        width: 100%;
    }
    .contact-option {
        position: relative;
    }
    .contact-details > a {
        justify-content: center;
        align-items: center;
        display: grid;
    }
}
@media screen and (max-width: 600px) {
    .contact-option {
        transform: scale(0.9);
    }
}
@media screen and (max-width: 450px) {
    .contact-option {
        transform: scale(0.8) !important;
    }
    .contact-text {
        font-size: 20px;
    }
    .contact-text > h1 {
        font-size: 30px;
        padding: 5% !important;
    }
    .footer {
        font-size: 12px;
        line-height: 15px;
    }
}
@media screen and (max-width: 350px) {
    .contact-option {
        transform: scale(0.7) !important;
    }
}