*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: white;
    /* background-color: aqua; */
}
body{
    background-color: #111010;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.upper {
    padding: 3rem;
    height: 100%;
    width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
    background-color: #111010;

gap: 2rem;
}
.box{
    box-shadow: 0px 0px 1rem #00CDAC;

    /* height:10rem ; */
    /* height: ; */
    /* background-color: orange; */
    background-color:#27272a;

}

/* profile  */
.box{

    border-radius: 1.5rem ;
}
.profile{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    grid-column: 1/2;
    grid-row: 1/3;
}
.sourav{
    height: 20rem;
    /* height:; */
    border-radius: 50%;
}
.social{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}.fa-linkedin{
    color: lightblue;
}
.fa-x-twitter{
    color: white;
}
.fa-instagram{
    color: pink;
}
.fa-brands{
   font-size: 2rem;
}.name{
    font-size: 1.5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-self: center;
}
.flag{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    align-self: center;
}
.platform   {


    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add{
    box-shadow: 0px 0px 1rem #00CDAC;

    padding: 1rem;
    border: 2px solid black;
    border-radius: 1rem ;
}
/* end  */
.question,.active{
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.about>h2{
    font-weight: bold;
    font-size:1.5rem;
}
.about{
    display: flex;
    flex-direction: column;
}
.about>p{
    align-self: center;
    font-weight: bold;
    font-size:3.5rem;
}


.done{
    padding: 1rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bar,.bot{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    box-shadow: 0px 0px 0.5rem white;

    border: 0.5rem solid black;


}
.level{


    width: 100%;
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    font-size: 1.3rem;
}
.easy:hover{
    box-shadow: 0px 0px 1rem #00CDAC;
}
.medium:hover{
    box-shadow: 0px 0px 1rem #00CDAC;
}
.hard:hover{
    box-shadow: 0px 0px 1rem #00CDAC;
}
.ez1{
    color: green;
}
.ez2{
    color: yellow;
}
.ez3{
    color: red;
}
.easy,.medium,.hard{
    box-shadow: 0px 0px 0.5rem white;

    padding: 1rem;
    width: 100%;
    border-radius: 1rem;
    border: 0.2rem solid black;
    display: flex;
    justify-content: space-between;
}
.award{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}
.badge{
    height: 5rem;
    width: 5rem;
    opacity: 0.5;
}
.icon{
    display: flex;
    flex-direction: column;
}
.badge{
    align-self: flex-end;
}
.submission{
    grid-row: 2/3;
        grid-column: 3/5;
}

.submission{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.sheet{
    overflow: auto;
        width: 100%;
    height: 100%;
    display: grid;
    gap: 3rem;
        grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr ;
}
.month{
    /* border-radius: ;  */
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
        width: 100%;
    height: 100%;
    font-size:1.5rem; 

}
.july{
    /* font-size: 3rem; */
    box-shadow: 0px 0px 1rem white;
margin: 1rem;
     width:15rem;
    height: 15rem;
    border-radius: 1rem;
    padding: 0.5rem;
    /* width: 8rem;
    height: 8rem; */
/* background-color: aqua; */
    background-color: #111010;

display: grid;
grid-template-rows: repeat(6,1fr);
grid-template-columns: repeat(5,1fr);
gap: 10px;
/* display: felx; */
}
.july:hover{
    box-shadow: 0px 0px 1rem #00CDAC;
}
.number{
    background-color:#27272a;
    /* background-color: rgb(55, 193, 34); */
border-radius: 5px;
    border: 1px solid black;
}

























.lower{
    /* min-width: 70%; */
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
/* background-color: aqua; */
    box-shadow: 0px 0px 0.5rem white;

}
.strike_sheet{
    /* max-width: 700px; */
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 2rem;
    margin-bottom: 5rem;
}
.totals>.bot{
    /* margin-right: 3rem; */
    /* align-self: flex-start; */
    /* display: flex; */
    justify-content:center;
}
.intro>h2{
    font-size: 3rem;
    margin-bottom: 2rem;
    color: yellow;

}
.intro>p{
    font-size: 1.3rem;
    line-height: 3rem;
    width: 80%;
}
.p1{
    padding: 1rem;
    display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 1rem;
    width: 100%;
    background-color: #27272a;
    height: 5rem;
    justify-content: space-evenly;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 1rem white;

}
.p1:hover{
    box-shadow: 0px 0px 2rem #00CDAC;
    a{
        color: #00CDAC;
    }
}
.leet{
    width: 2rem;
}
.round{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px  solid green;

background-color: white;
}

.adjust{
    display: grid;
    grid-template-row:repeat(10,1fr);
    grid-template-col: 1fr;
}
.list{
    display: flex;
    justify-content: center;

    flex-direction: column;
}
.heads{
    align-self: center;
    font-size: 3rem;
    text-align: center;
    margin: 5rem;
    box-shadow: 0px 0px 2rem #00CDAC;
 border-radius: 2rem;
 width: 15rem;
 height: 5rem;
}
.bot{
    font-size: 3rem;
    width: 15rem;
    height: 15rem;
    box-shadow: 0px 0px 2rem #00CDAC;

}
.p1>h3{
    /* color: red; */
    font-size: 1.5rem;
    font-weight:5rem;
}

.e{
    color: lightgreen;
}
.h{
    color: red;
}
.m{
    color: yellow;
}
p{

  transition: color 0.3s; 
}

p:hover {
  color:#00CDAC;          
}




footer{
    margin-top: 5rem;
    background-color: #111010;
     color: white; 
     text-align: center;
      padding: 20px;
       font-size: 2rem;
}


.down{
    border-bottom:1px solid white;
}



























@media (max-width: 1150px) {
    .upper {
        grid-template-columns: 1fr 1fr; /* 1 column layout */
        grid-template-rows: 50rem 1fr 1fr 1fr; 

    }
         /* profile
     question
     active
     active
     award
     submission */
    .profile{
        grid-row: 1/2;
        grid-column: 1/4;
    }
    .submission{
        grid-row:4/5 ;
        grid-column: 1/4;

    }
    .award{
        grid-row: 3/4;
        grid-column:2/4;
    }
    .question{
            grid-row:2/3 ;
        grid-column: 1/2;
    }
    .active{
                grid-row:2/3 ;
        grid-column: 2/4;
    }
    .active2{
        flex-direction: column;
                grid-row:3/4 ;
        grid-column: 1/2;
    }
    .p1>h3{
        font-size: 1rem;
    }
}



@media (max-width: 850px) {
    .sourav{
        padding: 2rem;
        width: 15rem;
        height: 15rem;
    }
    .upper {
        grid-template-columns: 1fr ; /* 1 column layout */
        grid-template-rows: auto auto auto auto auto auto; 

    }
         /* profile
     question
     active
     active2
     award
     submission */

    .profile{
        height: 45rem;
        /* min-width: 370px; */
        grid-row: 1/2;
        grid-column: 1/4;
    }
    .question{
        /* height: 20rem; */
        grid-row: 2/3;
        grid-column: 1/4;
    }
    .active{
        grid-row: 3/4;
        grid-column: 1/4;
    }
        .active2{
            flex-direction: column;
            gap: 1rem;
        grid-row: 4/5;
        grid-column: 1/4;
    }
    .award{
                grid-row: 5/6;
        grid-column: 1/4;
    }
    .submission{
                grid-row: 6/7;
        grid-column: 1/4;
    }
.p1{
    height: 3rem;
}
.p1>h3{
    /* color: red; */
    
    font-size: 1rem;
    font-weight:1rem;
}
.fa-brands{
    font-size: 1rem;
}
.name>h2{
    font-size: 1rem;
}
}




@media (max-width:450px) {
    .upper{
        padding: 1rem;
    }
    .lower{
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-self: flex-start;
        width: 100%;
        min-width: 330px;

    }
    .box{
        min-width: 310px;
        /* margin-right:rem; */
    }
    .intro>h2{
        font-size: 2rem;
    }
    .july{
        width: 15rem;
        height: 12rem;
        padding: 0.5rem;
        gap: 0.5rem;
    }
    .number{
        width: 1.5rem;
        height: 1.1rem;
    }
    .p1>h3{
        display: flex;
        align-items: center;
        height: 3rem;
        font-size: 0.7rem;
    }.leet{
font-size: 0.3rem;
    }
    .heads{
        font-size: 2rem;
        width: 8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bot{
        width: 10rem;
        height: 10rem;
    }
    footer{
        font-size: 1rem;
    }
}


































.upper{
    margin-top: 5rem;
}

.header {
    background-color: transparent;
    backdrop-filter: blur(10rem);
    height: 5rem;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 4rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 6px -2px rgba(255, 255, 255, 0.6);
    z-index: 999;
    color: white;
}

.brand {
    width: auto;
    height: 100%;
}

.brand_logo {
    width: 7rem;
    height: 100%;
    zoom: 2;
    transition: transform 0.3s ease-in-out;
}

.brand_logo:hover {
    transform: scale(1.2);
}

.nav_bar {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.nav_effect {
    width: auto;
    padding: 0.5rem;
    border-radius: 1rem;
    background-color: #414345;
    box-shadow: 0px 0px 0.4rem #00CDAC;
    transition: transform 0.2s ease, color 0.2s ease;
}

.nav_effect:hover {
    background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%);
    color: #02AAB0;
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: 0px 0px 1rem #00CDAC;
}

.Login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    border-radius: 50%;
    background-color: #27272a;
}

/* Responsive Header */
@media (max-width: 1000px) {
    .header {
        padding: 1rem;
        flex-direction: column;
        width: auto;
        height: 7em;
        gap: 0rem;
        /* display: flex; */

    }
    .brand{
        height: auto;
    }
    .brand_logo{
        width: 5rem;
        height: 1.4rem;
    }
    .Login {
        width: 3rem;
        height: 1.4rem;
        position: fixed;
        top: 0.8rem;
        right: 3rem;
    }
    .nav_bar {
        gap: 1rem;
        font-size: 1.3rem;
    }
    .fa-bolt {
        font-size: 2rem;
    }
    .nav_effect{
        font-size: 1.4rem;
    }
    /* @media ( max-width:1000px) { */
}

/* @media (max-width: 315px) {
    .header {
        gap: 1rem;
        padding: 1rem;
        height: 17rem;
        position: static;
        background-color: black;
    }
    .nav_bar {
        flex-direction: column;
        gap: 0.3rem;
    }
    .brand {
        height: auto;
    }
    .nav_effect {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5rem;
        background-color: #414345;
        box-shadow: inset 0px 0px 0.5rem #00CDAC;
    }
    .Login {
        width: 1rem;
        height: 1rem;
    } */
/* } */
a{
    text-decoration: none;
}
@media (max-width:490px) {

    .p1{
        padding: 0.1rem;
    }
    .nav_effect{
        font-size: 0.8em;
    }
    .header{
        min-width: 316px;
    }
}


.totals>h2:hover,.heads:hover{
    /* color: red; */
transform: scale(1.2) ;
color: #00CDAC;
    text-shadow: 0px 0px 1rem #00CDAC;
transition: all 1s ease;

}
.box:hover,.name>h2:hover{
    /* color: red; */
transform: scale(1.05) ;
    text-shadow: 0px 0px 1rem #00CDAC;

transition: all 1s ease;

}
.intro>h2{
    color: #00CDAC;
}
.intro>h2:hover{
    color: yellow;
    text-shadow: 0px 0px 1rem #00CDAC;
    transform: scale(1.05) ;
transition: all 1s ease;
}
.p1:hover{
    transform: scale(1.1);
transition: all 0.2s ease;

}
.sourav{
    width: 19rem;
        height: 19rem;
        
}
.sourav:hover{
    padding: 0px;
        transform: scale(1.01);
transition: all 0.2s ease;
box-shadow: 0px 0px 1rem #00CDAC;
}
.name>h2{
    font-size: 2rem;
}