body{
    background-color: black !important;
    color: white !important;
}
::selection{
    background-color: rgba(251, 255, 0, 0.893);
    color: black;
}
.contact{
    color:gold;
    
    border-radius: 7px;
    padding: 2%;
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
}
    .contact:hover{
        border-bottom: 2px solid gold;
        border-radius: 7px;
        color: gold;
    }
.about{
    color:gold;
    border-bottom: 1px solid gold;
    border-top: 1px solid gold;
    border-radius: 7px;
    padding: 2%;
    box-shadow: -1px -1px 20px 1px rgba(255,215,0,0.71) inset;
-webkit-box-shadow: -1px -1px 20px 1px rgba(255,215,0,0.71) inset;
-moz-box-shadow: -1px -1px 20px 1px rgba(255,215,0,0.71) inset;
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
}
.sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}

/* =========================
   SIDEBAR
========================= */

.sidebar{
    width:20vw;
    /* min-width:280px; */
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    overflow-y: scroll;
    position: fixed;
    height: 100vh;
    scrollbar-width: none;
    
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin-top: -2% !important;
    padding:20px 0;
    box-sizing:border-box;
}

.sidebaratags{
    display:grid;
    margin-left: 5%;
}

.sidebaratags a{
    /* margin-top:6%; */
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}

.sidebaratags a:hover{
    color:gold;
    border-bottom: 1.5px solid ;
    border-radius: 7px;
    border-left: 3px solid gold;
    padding: 3%;
    box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
}
.sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
}

.sidebar-divider span{
    width:80px;
    height:1px;
    background:rgb(211, 179, 1);
}

.diamond{
    width:10px;
    height:10px;
    background:rgb(211, 179, 1);
    transform:rotate(45deg);
}

.div2{
    text-align: justify;
    margin-left: 22vw;
    margin-right: 1%;
    padding-right: 1%;
    

}
.div2 center h1 span{
    font-family: baskerville old face;
}
.maindiv{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    
}
.maindiv div{
    /* background-color: rgb(27, 26, 26); */
    background-color:rgb(0,0,5);
    border-bottom: 1px solid gold;
    border-left: 3px solid gold;
    border-radius: 8px;
    margin-left:5%;
    margin-top: 5%;
    padding: 2%;
    box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
    transition: 0.3s;
    
    
}
.maindiv div:hover{
    border: 2px solid black;
    box-shadow: 0px 1px 15px -1px gold;
-webkit-box-shadow: 0px 1px 15px -1px gold;
-moz-box-shadow: 0px 1px 15px -1px gold;
}
.maindiv .fa-float{
    font-size: 700%;
    font-family: baskerville old;
}
h6{
    letter-spacing: 5px;
    font-size: 115%;
}
.card.mb-3{
    box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
}
.achievements{
    color: white;
    background-color: rgb(0,0,5);
    border-radius: 7px;
    border-left: 3px solid gold;
    border-bottom: 1px solid gold;
    box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
    padding: 4%;
    display: flex;
}
.achievements h1{
    font-size: 480%;
}
.achievementsrightdiv{
    margin-left: 25%;
    
    padding-left: 5%;
    border-left: 1px solid gold;
}

.intro{
    border: 3px double gold;
    border-radius: 6px;
    padding: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.tmvvision{
    border-radius: 7px;
     border: 2px double gold;
    padding: 3%;
}
#version{
    opacity: 100% !important;
    color: rgb(222, 222, 222);
    font-size: max(24px, calc(1.6667vw - 1px));
    text-decoration: underline;
    cursor: pointer;
}
#version:hover{
    color: gold;
}
@media (min-width:1920px){

    .sidebaratags a{
        font-size:185%;
    }
    
    .contact{
        font-size:1.9rem;
    }
    .about{
        font-size: 1.9rem;
    }
    .sidebar{
        width: 20vw !important;
    }
    .sidebar h3{
        font-size:240%;
    }
    .div2 center h4{
        font-size: 230%;
    }
    .div2 center h1{
        font-size:610%;
    }
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size: 150%;
        border: 6px double gold;
    }
    .div2 center h2{
        font-size: 350%;
    }

    .maindiv div h1{
        font-size: 10rem !important ;
    }
    .maindiv div h6{
        font-size: 1.7rem !important;
    }
    .card-title{
        font-size: 2.64rem;
    }
    .card-text{
        font-size: 1.5rem;
    }
    iframe{
        height: 600px !important;
    }
    .achievements h1{
        font-size: 900%;
    }
    .achievements h5{
        font-size:1.6rem;
    }
    .mys10{
        font-size: 1.76rem !important;
    }
    .mys20{
        font-size: 1.93rem !important;
    }
    .mys50{
        font-size: 2.14rem !important;
    }
    .mys100{
        font-size: 2.3rem !important;
    }
    .tmvvision p{
        font-size: 1.54rem;
    }
    .tmvvision{
        border: 5px double gold;
    }
    .quote{
        font-size: 1.3rem;
    }
}



@media (min-width:2496px){

    .sidebaratags a{
        font-size:265%;
    }
    .contact{
        font-size:2.5rem;
    }
    .about{
        font-size: 2.5rem;
    }
    .sidebar h3{
        font-size:350%;
    }
    .sidebar p{
        font-size: 200%;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:180px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 250%;
    }
    .div2 center h1{
        font-size:730%;
    }
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size: 2rem;
        border: 8px double gold;
    }
    .div2 center h2{
        font-size:4.6rem;
    }

    .maindiv div h1{
        font-size: 14.5rem !important ;
    }
    .maindiv div h6{
        font-size: 2.35rem !important;
    }
    .maindiv div{
        border-left: 7px solid gold;
        border-bottom: 3px solid gold;
        border-radius: 15px;
    }
    .card-title{
        font-size: 3rem;
    }
    .card-text{
        font-size: 1.936rem;
    }
    iframe{
        height: 700px !important;
    }
    .achievements h1{
        font-size: 13rem;
    }
    .achievements h5{
        font-size:2.35rem;
    }
    .achievements{
        border-left: 7px solid gold;
        border-bottom: 3px solid gold;
        border-radius: 13px;
    }
    .achievementsrightdiv{
        border-left: 3px solid gold;
    }
    .mys10{
        font-size: 2.39rem !important;
    }
    .mys20{
        font-size: 2.69rem !important;
    }
    .mys50{
        font-size: 2.9rem !important;
    }
    .mys100{
        font-size: 3.2rem !important;
    }
    .tmvvision p{
        font-size: 1.91rem;
    }
    .tmvvision{
        border: 7px double gold;
    }
    .quote{
        font-size: 1.9rem;
    }

}



@media (min-width:3840px){

    .sidebaratags a{
        font-size:310%;
    }
    .contact{
        font-size:3.1rem;
    }
    .about{
        font-size: 3.1rem;
    }
    .sidebar h3{
        font-size:480%;
    }
    .sidebar p{
        font-size: 280%;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:260px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 340%;
    }
    .div2 center h1{
        font-size:1100%;
    }
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size: 3rem;
        border: 8px double gold;
        border-radius: 15px;
    }
    .div2 center h2{
        font-size:6rem;
    }

    .maindiv div h1{
        font-size: 20rem !important ;
    }
    .maindiv div h6{
        font-size: 3.34rem !important;
    }
    .maindiv div{
        border-left: 8px solid gold;
        border-bottom: 4px solid gold;
        border-radius: 15px;
        
    }
    .maindiv{
        margin-bottom: 3%;
    }
    .card-title{
        font-size: 4.33rem;
    }
    .card-text{
        font-size: 2.8rem;
    }
    iframe{
        height: 900px !important;
    }
    .card.mb-3{
        border-left: 10px solid gold !important;
        border-bottom: 5px solid gold !important;
        border-radius: 17px !important;
        overflow: hidden;
    }
    .achievements h1{
        font-size: 17rem;
    }
    .achievements h5{
        font-size:3rem;
    }
    .achievements{
        border-left: 8px solid gold;
        border-bottom: 4px solid gold;
        border-radius: 13px;
        margin-top: 1.8%;
    }
    .achievementsrightdiv{
        border-left: 4px solid gold;
        
    }
    .mys10{
        font-size: 2.9rem !important;
        
    }
    .mys20{
        font-size: 3.16rem !important;
    }
    .mys50{
        font-size: 3.5rem !important;
    }
    .mys100{
        font-size: 4rem !important;
        
    }
    .tmvvision p{
        font-size: 2.9rem;
    }
    .tmvvision{
        border: 10px double gold;
    }
    .quote{
        font-size: 2.4rem;
    }
    
}


@media (min-width:4200px){

    .sidebaratags a{
        font-size:355%;
        
    }
    .contact{
        font-size:3.4rem;
    }
    .about{
        font-size: 3.4rem;
    }
    .sidebar h3{
        font-size:580%;
    }
    .sidebar p{
        font-size: 300%;
        margin-top: 60% !important;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:268px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 360%;
    }
    .div2 center h1{
        font-size:1200%;
    }
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size: 3.7rem;
        border: 10px double gold;
        border-radius: 23px;
        
    }
    .div2 center h2{
        font-size:7rem;
    }

    .maindiv div h1{
        font-size: 25.46rem !important ;
    }
    .maindiv div h6{
        font-size: 3.8rem !important;
    }
    .maindiv div{
        border-left: 8px solid gold;
        border-bottom: 4px solid gold;
        border-radius: 15px;
        
    }
    .maindiv{
        margin-bottom: 3%;
    }
    .card-title{
        font-size: 4.89rem;
    }
    .card-text{
        font-size: 3.4rem;
    }
    iframe{
        height: 1200px !important;
    }
    .card.mb-3{
        border-left: 10px solid gold !important;
        border-bottom: 5px solid gold !important;
        border-radius: 17px !important;
        overflow: hidden;
    }
    .achievements h1{
        font-size: 19rem;
    }
    .achievements h5{
        font-size:3.4rem;
    }
    .achievements{
        border-left: 9px solid gold;
        border-bottom: 5px solid gold;
        border-radius: 13px;
        margin-top: 1.8%;
    }
    .achievementsrightdiv{
        border-left: 4px solid gold;
        
    }
    .mys10{
        font-size: 3.4rem !important;
        
    }
    .mys20{
        font-size: 3.9rem !important;
    }
    .mys50{
        font-size: 4.4rem !important;
    }
    .mys100{
        font-size: 4.9rem !important;
        
    }
    .tmvvision p{
        font-size: 3.4rem;
    }
    .tmvvision{
        border: 10px double gold;
        border-radius: 23px;
    }
    .quote{
        font-size: 2.8rem;
    }
    
}

@media (min-width:4900px){

    .sidebaratags a{
        font-size:370%;
        
    }
    .contact{
        font-size:3.8rem;
        
    }
    .about{
        font-size: 3.8rem;
    }
    .sidebar h3{
        font-size:630%;
    }
    .sidebar p{
        font-size: 330%;
        margin-top: 50% !important;
        
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:268px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 370%;
    }
    .div2 center h1{
        font-size:1250%;
    }
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size: 3.8rem;
        border: 10px double gold;
        border-radius: 23px;
        
    }
    .div2 center h2{
        font-size:7.8rem;
    }

    .maindiv div h1{
        font-size: 25.5rem !important ;
    }
    .maindiv div h6{
        font-size: 3.8rem !important;
    }
    .maindiv div{
        border-left: 9px solid gold;
        border-bottom: 5px solid gold;
        border-radius: 15px;
        
    }
    .maindiv{
        margin-bottom: 3%;
    }
    .card-title{
        font-size: 4.9rem;
    }
    .card-text{
        font-size: 3.5rem;
    }
    iframe{
        height: 1230px !important;
    }
    .card.mb-3{
        border-left: 13px solid gold !important;
        border-bottom: 6px solid gold !important;
        border-radius: 17px !important;
        overflow: hidden;
    }
    .achievements h1{
        font-size: 22rem;
    }
    .achievements h5{
        font-size:4rem;
    }
    .achievements{
        border-left: 9px solid gold;
        border-bottom: 5px solid gold;
        border-radius: 17px;
        margin-top: 1.8%;
    }
    .achievementsrightdiv{
        border-left: 4px solid gold;
        
    }
    .mys10{
        font-size: 4rem !important;
        
    }
    .mys20{
        font-size: 4.5rem !important;
    }
    .mys50{
        font-size: 5rem !important;
    }
    .mys100{
        font-size: 5.5rem !important;
        
    }
    .tmvvision p{
        font-size: 3.7rem;
    }
    .tmvvision{
        border: 11px double gold;
        border-radius: 25px;
    }
    .quote{
        font-size: 3rem;
        margin-bottom: 2%;
    }
}


@media (min-width:491px) and (max-width:1200px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:auto;
        margin-top: -6% !important;
        padding: 2% !important;
        
    }

    .div2{
    flex:1;
    background-color:rgb(10,12,19);
    order: 1 !important;
    margin-left: 0% !important;
    margin-top: 11%;
    height: auto;
    overflow-y: auto;
    scrollbar-width: none;
    width: 100vw !important;
    margin: auto !important;
    padding-top: 8%;
    
    
    }
    

    .sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
    }

.sidebar{
    order: 2 !important;
    width: 100vw !important;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    justify-content: space-between;
    border-top: 2px dotted gold;
    position: relative;
    justify-content:space-between;
    height: auto !important;
    padding:20px 0;
    box-sizing:border-box;
}
    .sidebaratags{
    display:grid;
    margin-left: 5%;
}
.sidebar h3{
    font-size: 430% !important;
}
.sidebar p{
    font-size: 240% !important;
}
.sidebar-divider span{
    width: 40% !important;
}
.sidebaratags a{
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 250%;
    line-height: 150%;

}

.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:2.1rem;
    transition:.3s;
    
}   
    .about{
        font-size: 2.1rem;
    }
    #version{
        font-size: 36px;
    }
    .sidebar img{
        width: 48% !important;
        margin-top: 5%;
    }
    .div2 center h4{
        font-size: 170%;
    }
    
    .div2 center h1{
        font-size: 450%;
    }
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size:1.7rem;
        border: 5px double gold;
        border-radius: 8px;
        
        
    }
    .div2 center h2{
        font-size:3.24rem;
    }

    .maindiv div h1{
        font-size: 15rem !important ;
    }
    .maindiv div h6{
        font-size: 2.6rem !important;
    }
    .maindiv div{
        border-left: 6px solid gold;
        border-bottom: 3px solid gold;
        border-radius: 9px;
        
        
    }
    .maindiv{
        margin-bottom: 3%;
        display: flex;
        flex-direction: column;
    }
    .card-title{
        font-size: 3rem;
    }
    .card-text{
        font-size: 2rem;
    }
    
    .card.mb-3{
        border-left: 6px solid gold !important;
        border-bottom: 2px solid gold !important;
        border-radius: 10px !important;
        overflow: hidden;
    }
    .achievements h1{
        font-size: 16rem;
        text-align: center !important;
    }
    .achievements h5{
        font-size:3rem;
    }
    .achievements{
        border-left: 6px solid gold;
        border-bottom: 3px solid gold;
        border-radius: 17px;
        margin-top: 1.8%;
        display: flex;
        flex-direction: column;
    }
    .achievementsrightdiv{
        border-left: 2px solid gold;
        margin-left: 0%;
        margin-top: 9%;
        
    }
    .mys10{
        font-size: 3rem !important;
        
    }
    .mys20{
        font-size: 3.7rem !important;
    }
    .mys50{
        font-size: 4.3rem !important;
    }
    .mys100{
        font-size: 4.9rem !important;
        
    }
    .tmvvision p{
        font-size: 2rem;
    }
    .tmvvision{
        border: 6px double gold;
        border-radius: 14px;
    }
    .quote{
        font-size: 1.6rem;
        margin-bottom: 2%;
    }
}


@media (max-width:490px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll;
        height: auto !important;
        overflow-y: scroll !important;
        
        
    }

    .div2{
    flex:1;
    background-color:rgb(10,12,19);
    order: 1 !important;
    margin-left: 0% !important;
    margin-top: 11%;
    height: auto;
    overflow-y: auto;
    scrollbar-width: none;
    width: 100vw !important ;
    padding: 2%;
    overflow-x: auto !important;
    
    }
    
    

    .sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}
.sidebar{
    order: 2 !important;
    width: 100vw !important;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    justify-content: space-between;
    border-top: 2px dotted gold;
    position: relative;
    justify-content:space-between;
    height: auto !important;
    padding:20px 0;
    box-sizing:border-box;
}
.sidebaratags{
    display:grid;
    margin-left: 5%;
}
.sidebaratags a{
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}

.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
    
}   
    .about{
        font-size: 1.2rem;
    }
    .div2 center h4{
        font-size: 140%;
    }
    .div2 center h1{
        font-size: 220%;
    }
    
    hr{
        opacity: 100% !important;
    }
    .intro{
        font-size:1rem;
        border: 3px double gold;
        border-radius: 4px;
        
        
    }
    .div2 center h2{
        font-size:2rem;
    }

    .maindiv div h1{
        font-size: 12rem !important ;
    }
    .maindiv div h6{
        font-size: 1.9rem !important;
    }
    .maindiv div{
        border-left: 5px solid gold;
        border-bottom: 2px solid gold;
        border-radius: 7px;
        
        
    }
    .maindiv{
        margin-bottom: 3%;
        display: flex;
        flex-direction: column;
    }
    .card-title{
        font-size: 2rem;
    }
    .card-text{
        font-size: 1.7rem;
    }
    
    .card.mb-3{
        border-left: 5px solid gold !important;
        border-bottom: 2px solid gold !important;
        border-radius: 10px !important;
        overflow: hidden;
    }
    .achievements h1{
        font-size: 10rem;
        text-align: center !important;
    }
    .achievements h5{
        font-size:1.8rem;
    }
    .achievements{
        border-left: 5px solid gold;
        border-bottom: 2px solid gold;
        border-radius: 17px;
        margin-top: 1.8%;
        display: flex;
        flex-direction: column;
    }
    .achievementsrightdiv{
        border-left: 2px solid gold;
        margin-left: 0%;
        margin-top: 13%;
        
    }
    .mys10{
        font-size: 1.8rem !important;
        
    }
    .mys20{
        font-size: 1.8rem !important;
    }
    .mys50{
        font-size: 1.8rem !important;
    }
    .mys100{
        font-size: 1.8rem !important;
        
    }
    .tmvvision p{
        font-size: 1.5rem;
        width: fit-content !important;
    }
    .tmvvision{
        border: 4px double gold;
        border-radius: 9px;
    }
    .quote{
        font-size: 1rem;
        margin-bottom: 2%;
    }
}