*{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body{
        height: 8000px;
}
::-webkit-scrollbar{
    width: 20px;
}
::-webkit-scrollbar-track{
    background-color: rgb(234, 232, 232);
    box-shadow:0 0 20px inset #ddd
}
::-webkit-scrollbar-thumb{
    background-color: rgba(95, 75, 228, 0.2);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgb(245, 97, 97);

}
.Menuburger{
    width:170px;
    margin:100px auto;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.Menuburger span{
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 25px;
    transition: 1s all;
}
.Menuburger span:first-child{
    top:0
}
.Menuburger span:nth-child(2){
    top: 50px;
}
.Menuburger span:last-child{
    top:100px
}
.Menuburger:hover span:nth-child(2){
    opacity: 0;
}
.Menuburger:hover span:first-child,
.Menuburger:hover span:last-child{
    top: 50px;
    background-color: #f00;
}
.Menuburger:hover span:first-child{
    transform: rotate(-45deg);
}

.Menuburger:hover span:last-child{
    transform: rotate(45deg);
}

.speedWordsGame {
    background-color: #dfdbdb;
    padding: 60px 0;
    padding-top: 0;
    min-height: 100vh;
    position: relative;
}
.speedWordsGame .name {
    background-color: lightskyblue;
    text-align: center;
    padding: 22px;
    font-size: 35px;
    font-weight: bold;
    color:rgb(0, 0, 0);
    letter-spacing:5px
}
/* start custom select */
.gameLevels{
    left: 8%;
    top:13%;
    display: flex;
    gap: 10px;
}
.gameLevels span{
    position: absolute;
    left: 80px;
    margin-top: 13px;
}
.gameLevels  .theCustomSelect{
    position: absolute;
    left: 120px;
}
.gameLevels  .theCustomSelect > span{
    background-color: rgb(136, 190, 248);
    box-shadow: 0px 1px 0 rgb(136, 190, 248), 0px -1px 0 rgb(136, 190, 248);
    padding: 8px;
    width: 140px;
    border:1px solid rgb(105, 177, 205);
    user-select: none;
}
.gameLevels  .theCustomSelect > span::after{
    content: "";
    position: absolute;
    right:10px;
    top:13px ;    
    border-style: solid;
    border-width:10px 8px 8px ; 
    border-color: #000 transparent transparent transparent;
    cursor: pointer;
}
.gameLevels ul{
    padding-left: 0;
    list-style: none;
    background-color: rgb(136, 190, 248);
    box-shadow: 0px 1px 1px rgb(136, 190, 248), 0px -1px 1px rgb(136, 190, 248);
    padding: 8px;
    visibility: hidden;
    position: absolute;
    left: 80px;
    margin-top: 13px;
    cursor: pointer;
}
.gameLevels ul.open{
    visibility: visible;
}
.gameLevels ul li:hover {
    background-color: #e91e63;
    color:#fff;
    border-radius: 4px;
    padding: 5px;
}
.gameLevels ul li {
    padding: 3px;
}

/* end custom select */
.speedWordsGame .container{
    max-width: 790px;
    margin: auto;
    text-align: center;
}
.speedWordsGame .container .message{
    background-color: #fff;
    padding: 15px;
    margin: 12px 0;
}
.message span{
    color:#e91e63;
    font-weight: bold;
    position:relative;
    padding:0 20px;
}
.message span:before{
    content:"[";
    position:absolute;
    left: 0px;
    padding: 0 5px;
}
.message span:after{
    content:"]";
    position:absolute;
    right:0;
    padding: 0 5px;
}
.speedWordsGame .container button{
    width: 100%;
    background-color: #e91e63;
    padding: 18px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing:1px;
    border: none;
    margin: 12px 0;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;

}
.speedWordsGame .theWord{
    font-size: 3rem;
    font-weight: bold;
    color:rgb(26, 128, 168);
    user-select: none;
}
.speedWordsGame .container input{
    width: 100%;
    padding: 14px;
    border: 3px solid skyblue;
    margin: 12px 0;
    caret-color: rgb(125, 200, 229);
    font-size: 1.5rem;

}
.speedWordsGame .container input:focus{
    outline: none;
}
.theUpcoming_words{
    width: 100%;
    display: flex;
    gap: 7px;
    justify-content: center;
    text-align: center;
    padding: 30px 25px;
    background-color: #fff;
    margin: 12px 0;
    border-radius: 4px;
    flex-wrap: wrap;
}
.theUpcoming_words span{
    width: auto;
    height: 40px;
    background-color: #2a86ac;
    min-width: 70px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    user-select: none;
    padding: 10px;
}
.the_words div{
    background-color: skyblue;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 4px;

}
.control{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
}
.control span span{
    color:#e91e63;
    font-weight: bold;
}
.speedWordsGame .GameOver  {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #e91e63;
    font-size: 2.7rem;
    margin-top: 15px;
    letter-spacing: 3px;
    font-weight: bold;
}
.speedWordsGame .good  {
    text-align: center;
    display: flex;
    justify-content: center;
    color:rgb(73, 101, 184);
    font-size: 2.7rem;
    margin-top: 15px;
    letter-spacing: 3px;
    font-weight: bold;
}
/* start increasing Numbers */
.increaseNumbers{
    padding: 60px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parent{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    font-size: 2.4rem;
}
/* End increasing Numbers */
/* start OurSkills */
.Our-skills{
    padding: 60px;
    background-color: #dfdbdb;
    min-height: 300px;

}
.Our-skills .parent {
    width: 100%;    padding: 15px;
    text-align: center;
    margin: auto;
    display: block;
}
.Our-skills .parent div{
    display: block;
    background-color: #000;
    width: 100%;
    height: 45px;
    margin: 20px;
    position: relative;
    line-height: 45px;
    position: relative;
}
.Our-skills .parent span{
    position: absolute;
    content: attr(data-skill);
    background-color: #2a86ac;
    font-size: 1rem;
    left: 0;
    width: 0;
    height: 100%;
    transition: 4s;
    z-index: 2;
}
.Our-skills .parent span::after{
    content: attr(data-skill);
    color: #e91e63;
    right: -50px;
    position: absolute;
    z-index: 5;
}

/* End OurSkills */
/* start countDown */
    .countDown{
        padding: 60px;
        width: 100%;
        margin: auto;

    
    }
    .countDown div{
        text-align: center;
        font-size: 3rem;
        margin-bottom: 50px;
        text-transform:capitalize;
        font-weight:bold 
    }
    .countDown span{
        background-color: #000;
        color: #fff;
        padding: 40px 12px;
        width: 120px;
        font-size: 1.5rem;
        font-weight:bold;
        text-align: center;
    }
    .countDown .days::before{
        content: "Days";
        display: block;
        margin-bottom: 20px;

    }
    .countDown .hours::before{
        content: "hours";
        display: block;
        margin-bottom: 20px;
    }
    .countDown .minutes::before{
        content: "minutes";
        display: block;
        margin-bottom: 20px;
    }
    .countDown .seconds::before{
        content: "seconds";
        display: block;
        margin-bottom: 20px;
    }
/* End countDown */
.shapes{
    padding:60px;
    background-color:#ddd;
    min-height: 300px;
    text-align: center;
}
.shapes span{
    font-size:3rem;
    font-weight: bold;
}
.shapes .parent{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.circle{
    width: 200px;
    height:200px;
    background-color: #e91e63;
    clip-path:circle(100px at 50% 50%)
}
.triangle{
    background-color:#2a86ac;
    width: 200px;
    height: 200px;
    clip-path: polygon(50% 0%, 100% 100% , 0% 100%);
}
.star{
    background-color: lightseagreen;
    height:200px;
    width:200px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
/* start clacLenght */
.clacLenght{
    padding: 60px;
    min-height: 300px;
}
.clacLenght .container{
    width: 1200px;
    padding: 15px;
    margin: auto;
}
.clacLenght .container  input{
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.8rem;
    border: none;
    border-bottom: 4px solid #9a999a;
}
.clacLenght .container  input:focus{
    outline: none;
}
.clacLenght .container .progress{
    display: block;
    position: relative;
    height: 4px;
    width: 0;
    background-color: #e91e63;
    margin-Top: -4px;
}
.clacLenght .container  .counter{
    text-align: right;
    margin-top: 20px;
    font-size:30px
}
.clacLenght .container .counter.red{
    color: #e91e63;
}

/* End clacLenght */
/* start Menu Bar */
.MenuBar{
    padding: 60px;
    background-color: #ddd;
    overflow: hidden;
}
.MenuBar .createMenu{
    background-color: #999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 30px;
    padding: 8px;
    cursor: pointer;
}
.MenuBar .text{
    position: absolute;
    right: 100px;
    margin-top: 16px;
}
.MenuBar .createMenu span{
    right: 0;
    position: relative;
    width: 100%;
    height: 4px;    
    background-color: #000;
    transition: 0.2s ease-in-out;
}
.MenuBar .createMenu span:nth-child(2){
    height: 5px;
}
.MenuBar .createMenu:hover span:first-child{ 
    top:0px;
    right: 0;
    width: 65%;
    height: 5px;
    transform: rotate(-11deg) translate(2px, 2px);
} 
.MenuBar .createMenu:hover span:nth-child(2){
    transform: rotate(30deg) translate(2px,0px);;
    height: 4px
}
.MenuBar .createMenu:hover span:last-child{
    transform: rotate(75deg) translate(-10px,2px);
    width: 65%;
    height: 5px
}
.MenuBar nav{
    display: flex;
    gap: 100px;
    background-color: #000;
    padding: 100px;
    margin-top: 60px;
    padding-left: 60px;
    position: relative;
    transition: 2s;
    transform: translateX(120%);
}
.MenuBar nav a{
    color:#fff;
    text-decoration: none;
    font-size: 1.5rem;
    border: 1px solid rgb(198, 66, 30);
    padding: 10px;
    border-radius: 20px 3px;
    transition: 1s;
}
.MenuBar nav a:hover{
box-shadow: 0 0 100px inset rgb(198, 66, 30);
}
.MenuBar nav.open{
    transform: translateX(0);
}
.MenuBar nav .close{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    right: 30px;
    top:30px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: 1s;
}
.MenuBar nav .close:hover{
    cursor: pointer;
    border: 1px solid rgb(198, 66, 30);
    color:rgb(198, 66, 30);
}
/* End Menu Bar */
/* start type writer */
.typeWriter{
    width: 500px;
    margin: auto;
    padding: 60px 0;
    text-align: center;
}
.typeWriter p{
    font-size: 2rem;
    width:450px;
    white-space:nowrap;
    border-right: 2px solid #888;
    animation:write 4s steps(24) 2s both infinite ,blink 0.5s infinite;
    white-space: nowrap;
    overflow: hidden;
}
@keyframes write { 
from{
    width: 0;
}
to{
    width:319.6;
}

}
@keyframes blink { 
from{
    border-right: 2px solid #888;
}
to{
    border-right: 2px solid transparent;
}
}
/* end type writer */
/* start to do list */
.to-doList{
    padding:60px;
    background-color:#ddd;
    text-align: center;
}
.to-doList .container .theInput{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.to-doList .container input{
    padding:20px;
    width: 100%;
    font-size:1.5rem;
}
.to-doList .container input:focus{
    outline: none;

}
.to-doList .container button{
    padding:17px 25px;
    border:none;
    box-shadow:0 0 3px #ddd inset;
    cursor: pointer;
    font-size:1.2rem;
    font-weight:bold
}
.to-doList .container  .results{
    display: block;
    width:60%;
    margin: auto;
    background-color:#eee;
    font-size:30px;
    text-align: left;
    padding: 20px;
}
.to-doList .container  .results div{
    display: flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom: 20px;
    background-color:rgb(34, 153, 98);
    padding:10px 20px ;
    font-size:32px;
}
.to-doList .container  .results div.done{
    opacity: 0.5;
}
.to-doList .container  .results span{
    color:#fff;
}
.to-doList .container  .results button{
    padding: 12px;
}
.to-doList .container  .results .noTasks{
    color:#000;
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
}


/* End to do list */
/* start random background */
.random-background{
    min-height: 500px;
    width: 100%;
}
/* End random background */
/* start our works */
.our-works{
    padding:60px;
    text-align: center;
}
.our-works nav {
    width: 80%;
    margin:auto;
    background-color:#9a999a;
    margin-bottom:30px;
}
.our-works nav ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.our-works nav ul li{
    padding: 22px 25px;
    font-size:1.3rem;
    font-weight:bold;
    color:#fff;
    cursor: pointer;
    transition: 0.5s
}

.our-works nav ul li:hover,
.our-works nav ul li.active{
background-color:#e91e63
}

.our-works .gallery {
    gap: 10px;
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
    transition: 1s;
    transform: translatex(-110%);
}
.our-works .gallery img{
    max-width: 100%;
    width: 200px;
    height: 150px;
    gap: 10px;
    transition:1s
}
/* End our works */
/* start get serial */
.random-serial{
    padding:80px;
    text-align: center;
    background-color:#ddd
}
.random-serial .results{
    background-color: #2a86ac;
    width:400px;
    margin: auto;
    height: 100px;
    line-height: 100px;
    font-size:30px;
    font-weight:bold;
    border-radius:8px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.random-serial > span{
    display: block;
    width: 150px;
    margin: auto;
    background-color: rgb(253, 101, 215);
    padding: 20px 25px;
    border-radius: 10px;
    color:#fff;
    font-size: 1.2rem;
    font-weight:bold;
    text-transform: capitalize;
    cursor:pointer;
    user-select:none;
    position: relative;
}

.random-serial .tooltip{
    position: absolute;
    bottom:-55px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color:#fff;
    width: 250px;
    padding: 10px;
    transition: 1s;
    opacity: 1;
}

.random-serial .tooltip::after{
    content:"";
    position: absolute;
    top:-20px;
    left: 50%;
    transform: translateX(-50%);
    border-style:solid;
    border-width:10px;
    border-color:transparent transparent #000 transparent
}
/* End get serial */
/* start serial Num */
.tabs{
    padding:60px;
    position: relative;
}
.tapTitle{
position: absolute;
left: calc(50% - 270px);
transform: translateX(-50%);
font-size: 2rem;
font-weight: bold;
z-index: 2;
top:25px

}
.tabs .parent{
    display: block;
    width:600px;
    margin:25px auto;
    text-transform: capitalize;

}
.tabs .parent ul{
    width: 100%;
    display:flex;
    padding-left:0;
    list-style:none;
    user-select: none;
}
.tabs .parent ul li{
    width: 150px;
    text-align: center;
    background-color: rgb(211, 209, 209);
    padding:12px 10px;
    border:1px solid rgb(178, 174, 174);
    font-size:1.4rem;
    color:#333
}
.tabs .parent ul li.active{
    border-top:3px solid #369cc8;
    color:#369cc8;
    background-color:#fff;
    border-bottom:none;
}
.tabs .parent .text{
    display: block;
    padding:30px;
    font-size:18px;
    border-radius:1px;
    box-shadow: 0 0 1px 0px #111
}
.tabs .parent .text div {
    line-height:1.6;
    color:#666;
}

.tabs .parent .text > div:not(:first-child){
    display: none;
}
/* button to scroll to top  */
.scrollTop{
    position:fixed;
    z-index: 9999;
    background-color: orangered;
    width: fit-content;
    padding:15px;
    font-weight:bold;
    font-size:1.3rem;
    border-radius:15px;
    right:-60px;
    bottom:20px;
    transition: 0.8s;
    color:#fff;
    cursor:pointer;
}
/* making custom radio */
.custom-radio{
    padding: 60px;
    background-color:#ddd;
    text-align: center;
}
.custom-radio span{
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight:bold;
    padding: 18px;
    border:1px solid #bbbb
}
.custom-radio div{
    width:150px;
    margin:auto;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
label,input{
    cursor: pointer;
}
.custom-radio div input{
/* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none    ;
/* create custom radiobutton appearance */
    width: 20px;
    height: 20px;
    padding: 3px;
    background-color:#e91e63;
/* background-color only for content */
  background-clip:content-box;
  border: 2px solid #bbbbbb;
  background-color: #e7e6e7;
  
}
.custom-radio div input:not(:checked):hover{
    /* create custom radiobutton appearance */
    background-color:#0075ff;
    opacity: 0.3;
}

input[type="radio"]:checked {
  background-color: #0075ff;
}

.custom-radio div input:checked + label{
    color: #2a86ac;
}
.custom-radio div label{
    font-size:25px;
    padding-left:15px
}
/* start making the custom card */
.card{
    padding: 60px;
}
.card > span{
    display: block;
    text-align: center;
    width: fit-content;
    margin:40px auto;
    margin-top: 0;
    font-size: 40px;
    font-weight: bold;
}
.card .arrow{
    width: 12px;
    height: 35px;
    margin: auto;
    text-align: center;
    background-color: #000;
    position: relative;
    margin-bottom: 50px;
    animation:movingUpDown 0.8s ease-in-out infinite

}
.card .arrow::after{
    content:"";
    position:absolute;
    border-width:18px;
    border-style:solid;
    border-color:#000 transparent transparent transparent;
    bottom:0;
    top:35px;
    left:50%;
    transform:translateX(-50%)
}
@keyframes movingUpDown{
    0%{
        top:0
    }
    50%{
        top:12px
    }
    100%{
        top:0
    }
}

.card .parent{
    font-size: 16px;
    text-align: center;
    width: 400px;
    margin: auto;
    display: block;
    border: 1px solid #ababbb;
    padding: 45px 35px;
    overflow:hidden
}
.card .parent span{
    width: 60px;
    height: 60px;
    background-color:#0075ff;
    text-align: center;
    line-height: calc(60px - 28px);
    border-radius: 50%;
    padding: 15px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    transition: 1s;
}
    .card .parent:hover > span{
        box-shadow:  0 0 1px 500px #0075ff;
        background-color: #fff;
        color:#0075ff
    }
        .card .parent:hover {
            color: #fff;
        }
.card .parent h2{
    margin-bottom: 18px;
    font-size: 1.5rem;
}
.card .parent p{
    line-height:1.4;
    font-size: 1.1rem;
    margin: auto;
    text-align:center;
}
    /* End making the custom card */
    /* Start making ribbons */
    .ribbons{
        display: block;
        padding:60px;
        width: 100%;
        min-height: 300px;
        background-color:#ddd;
    }
    .ribbons .parent{
        display: flex;
        overflow: hidden;
    }
    .ribbons .content{
        width: 450px;
        margin: auto;
        display: block;
        font-size: 16px;
        text-align:center;
        border:1px solid #ababab;
        padding:40px;
        transition: 2s;
    }
    .ribbons .content .title{
        margin-bottom: 10px;
        background-color: rgb(100, 161, 100);
        color:#fff;
        padding: 15px;
        width: calc(100% + 120px);
        position: relative;
        left: -60px;
        user-select: none;
    }
    .ribbons .content .title::after{
        content:"";
        position:absolute;
        border-style:solid;
        border-width:10px;
        border-color:rgb(100, 161, 100) transparent transparent rgb(100, 161, 100);
        right:0;
        bottom:-20px
    }
    .ribbons .content .title::before{
        content:"";
        position:absolute;
        border-style:solid;
        border-width:10px;
        border-color:rgb(100, 161, 100) rgb(100, 161, 100) transparent transparent;
        left:0;
        bottom:-20px
        
    }
    .ribbons .content p{
        color:#555;
        line-height: 1.6;
    }
    .ribbons .content:nth-child(2) .title::after{
        bottom:55px;
        border-color:transparent transparent rgb(100, 161, 100) rgb(100, 161, 100);
    }
    .ribbons .content:first-child .title::after{
        border-width: 10px 9px 10px 3px;
        border-color :rgb(161, 100, 147) transparent transparent  rgb(161, 100, 147);
    }
    .ribbons .content:first-child .title::before{
        border-width: 10px 3px 10px  9px ;
        border-color:rgb(161, 100, 147)  rgb(161, 100, 147) transparent transparent ;
    }
    .ribbons .content:first-child .title{
        background-color:rgb(161, 100, 147)  ;
    }
    .ribbons .content:last-child .title::after{
        border-color :rgb(100, 107, 161)  transparent transparent  rgb(100, 107, 161) ;
    }
    .ribbons .content:last-child .title::before{
        border-color:rgb(100, 107, 161)  rgb(100, 107, 161) transparent transparent ;
    }
    .ribbons .content:last-child .title{
        background-color:rgb(100, 107, 161) 
    }
    .ribbons .content:first-child{
        position: relative;
        left: -100%;
    }
    .ribbons .content:nth-child(2){
        position: relative;
        top:-1000px;
    }
    .ribbons .content:last-child {
        position: relative;
        right: -100%;
    }
    /* End making ribbons */
    /* text-fill */
    .text-fill{
        padding: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .text-fill .text{
        width: fit-content;
        font-size: 100px;
        font-weight: bold;
        border: 1px solid;
        position: relative;
        user-select: none;
        text-shadow: 0px 0px 5px rgb(0 0 0);
        color: white;

    }
    .text-fill .text::after{
        content:attr(data-text);
        position:absolute;
        left: 0;
        bottom:0;
        color:#0075ff;
        width: 0%;
        overflow: hidden;
        transition: 1s;
    }
    .text-fill .text:hover::after{
        width: 48%;
    }
    /* text trans */
    .text-fill .link{
        width: 550px;
        text-decoration:none;
        color:rgb(54, 120, 135);
        box-shadow: 0 0 2px 0 #000; 
        font-size: 60px;
        font-weight: bold;
        border: 1px solid #ababab;
        text-align: center;
        padding: 10px 15px;
        position: relative;
        overflow: hidden;
    }
    .text-fill .link::after{
        content:attr(data-text);
        position:absolute;
        right: -100%;
        bottom: 0;
        transition: 1s;
    }
    .text-fill .link:hover::after{
        right: 20px;
    }

    .text-fill .link span{
        display: block;
        transition: 1s;
        padding:inherit;
        line-height: 30px;
    }
    .text-fill .link:hover span{
       transform: translateX(-100%);
    }
    /* making the progress-circle */
.circle-progress{
    padding: 60;
    background-color:#ababab;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    gap: 100px;
}
.circular{
    width: 100px;
    height:100px;
    /* background:#0075ff; */
    position: relative;
    transform:scale(1.5)
}
.circular .numb{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-80%,-50%);
    z-index: 10;
}
.circular .numb::before{
    position:absolute;
    content:"%";
    right:-15px
}
.circular .numb::after{
    position:absolute;
    bottom:-70px;
    left:50%;
    transform: translateX(-50%);
    font-weight:bold
}
.circular:first-child .numb::after{
    content:"html";
}
.circular:nth-child(2) .numb::after{
    content:"Css";
}
.circular:nth-child(3) .numb::after{
    content:"JavaScript";
}
.circular .inner{
    /* display: none; */
    position: absolute;
    width: 80px;
    height:80px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color: #ababab;
    border-radius:50%;
    z-index: 6;
}
.main-circle .bar{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#fff;
    border-radius:50%;
    clip:rect(0,100px,100px,50px)
}
.main-circle .bar  .progress{
    position:absolute;
    width:100%; 
    height:100%;
    clip:rect(0px,50px, 100px , 0px);
    border-radius:50%;
    background-color:#000;
}
.main-circle .left .progress{
    z-index: 1;
    animation:left 4s linear both;
    
}
.circular:nth-child(2) .main-circle .left .progress{
    z-index: 1;
    animation:left1 4s linear both;
    
}
.circular:nth-child(3) .main-circle .left .progress{
    z-index: 1;
    animation:left2 4s linear both;
    
}
.main-circle .right {
    transform: rotate(180deg);
    z-index: 3;
}
.main-circle .right .progress{
    z-index: 3;
    animation:right 4s linear both;
    animation-delay: 4s;
}
.circular:nth-child(2) .main-circle .right .progress{
    z-index: 3;
    animation:right1 4s linear both;
    animation-delay: 4s;
}
.circular:nth-child(3) .main-circle .right .progress{
    z-index: 3;
    animation:right2 4s linear both;
    animation-delay: 4s;
}
@keyframes left{
    100%{
        transform:rotate(180deg)
    }
}
@keyframes left1{
    100%{
        transform:rotate(180deg)
    }
}
@keyframes left2{
    100%{
        transform:rotate(180deg)
    }
}
@keyframes right{
    100%{
        transform:rotate(144deg)
    }
}
@keyframes right1{
    100%{
        transform:rotate(108deg)
    }
}
@keyframes right2{
    100%{
        transform:rotate(0deg)
    }
}

    /* start making the swipper slider */
    .slider{
        padding:80px 0;
        overflow: hidden;
        margin: auto;
        width: 1190px;
        text-align: center;
    }
    .slider span{
        display:block;
        margin: 60px auto;
        margin-top:0;
        font-size:2.5rem;
        font-weight:bold
    }
    .slider .theContainer{
        width: calc(20vw * 13);
        display: flex;
        margin: auto;
        justify-content:center;
        align-items:center;
        transition: 20s;
        gap:20px;
        animation:scrolling 15s alternate ease-in-out  infinite
    }
    .slider .theContainer:hover{
        transition: 200s;
        animation-play-state: paused;
    }
    .slider .theContainer .content{
        margin: auto;
        flex-shrink: 0;
        width: 25vw;
        position: relative;
        transition: 1s;
    }
    .slider .theContainer .content img{
        max-width: 100%;
        height: 300px;
        border-radius:20px;
        box-shadow: 0 0 5px ;
        transition: 1s;
        position: relative;
    }
    .slider .theContainer .content::after{
        content:"";
        position:absolute;
        width: 100%;
        height:20%;
        bottom: -100px;
    }
    .slider .theContainer .content:hover::after{
        background-color:rgba(0, 0, 0, 50%);
        bottom:-18px;
        z-index: 10;
        overflow: hidden;
        border-radius:20px;
        transition: 1s;
        transform:scale(1.2);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items:center;
        color:#fff;
        font-size: 1.3rem;
        font-weight:bold;
        letter-spacing:1px
    }
    
    .slider .theContainer .content:first-child:hover::after{
        content: "Daniel";
    }
    .slider .theContainer .content:nth-child(2):hover::after{
        content: "samy";
    }
    .slider .theContainer .content:nth-child(3):hover::after{
        content: "David";
    }
    .slider .theContainer .content:nth-child(4):hover::after{
        content: "Layla";
    }
    .slider .theContainer .content:nth-child(5):hover::after{
        content: "Antonio";
    }
    .slider .theContainer .content:nth-child(6):hover:after{
        content: "Diego";
    }
    .slider .theContainer .content:nth-child(7):hover::after{
        content: "Hassen";
    }
    .slider .theContainer .content:nth-child(8):hover::after{
        content: "Ali";
    }
    .slider .theContainer .content:last-child:hover::after{
        content: "Richard";
    }
    .slider .theContainer .content img:hover{
        transform:scale(1.2);
        box-shadow: 0 0 50px 10px #ddd;
        
    }

    @keyframes scrolling{
        from{
            transform:translateX(0);
        }
        to{
            transform:translateX( calc(-1 * 20vw * 9.2));
        }
    }
