*{
    padding: 0;
    margin: 0;
}

body{
    width: 100%;
    height: 100%;
    font-family: newfonts !important;
}



/* variabls */
:root{
    --darks:#292F36;
    --primary:#12F7D6;
    --secondary:#98FAEC;
    --deep:#1A1E23;
    --transition:all .4s ease;
}


/* Colors */
.bg-darks{
    background-color: var(--darks) !important;
}
.bg-primary{
    background-color: var(--primary) !important;
}
.bg-secondary{
    background-color: var(--secondary) !important;
}
.bg-deep{
    background-color: var(--deep) !important;
}


.text-darks{
    color: var(--darks) !important;
}
.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) !important;
}


.border-darks{
    border-color: var(--darks) !important;
}
.border-primary{
    border-color: var(--primary) !important;
}
.border-secondary{
    border-color: var(--secondary) !important;
}


/* font family */
@font-face {
    font-family: newfonts;
    src: url(/assest/fonts/Ubuntu-Regular.ttf);
}
@font-face {
    font-family: poppins;
    src: url(/assest/fonts/Poppins-Regular.ttf);
}
.font-1{
    font-family: newfonts !important;
}
.font-2{
    font-family: poppins !important;
}


/* Font_size */
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-19{
    font-size: 19px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-21{
    font-size: 21px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-23{
    font-size: 23px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-27{
    font-size: 27px !important;
}
.fs-28{
    font-size: 28px !important;
}



/* Shortcut Menu */
.shortcut_enu{
    position: fixed !important;
    top: 18%;
    left: 1%;
    border: 1px solid #ffff;
    padding: 10px 5px;
    border-radius: 45px;
    z-index: 22;
    backdrop-filter: blur(20px);
    
    
}
@media only screen and (max-width: 768px) {
    .shortcut_enu{
        height: 40px !important;
        overflow: hidden !important;
        padding: 5px;
    }
    .shortcut_enu.menu_active{
        height: auto !important;
        overflow: hidden !important;
        padding: 10px 5px !important;
        
    }
    
}
.shortcut_enu .itlems{
    font-size: 18px;
    color: #ffff !important;
    padding: 5px;
    border-radius: 50%;
    transition: .1s all ease;
    cursor: pointer;
}
.shortcut_enu .itlems:hover{
    background-color: #fff !important;
    color: var(--deep) !important;
}
.shortcut_enu .itlems.items1{
    background-color: #fff !important;
    color: var(--deep) !important;
}



/* Navbar */
.navbarbtn{
    font-size: 18px !important;
}
.searchbox input{
    height: 32px;
    width: 204px;
}
.searchbox input:focus{
    box-shadow: none !important;
}
.searchbox{
   position: relative !important;
}
.searchbox button{
   position: absolute !important;
   top: 50% !important;
   right: 0 !important;
   transform: translateY(-50%);
   border: none !important;
}
@media only screen and (max-width: 380px) {
  .logo{
    width: 200px !important;
  }
}



/* Home Page */
.homecards{
    width: 100%;
    
    border: 2px solid white;
    border-radius: 116px 0px;
    position: relative;
    background-color: var(--darks);
    z-index: 1;
    
}
.homecards::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 120px 0px;
    
    border-left: 5px solid var(--primary);
    border-top: 5px solid var(--primary);

    z-index:-1;

    position: absolute;
    top: -7px;
    left: -7px;
    
}

.profileimages img{
    width: 96px !important;
    height: 96px !important;
    border: 2px solid var(--primary);
}
.homepage3items{
    border-radius: 60px !important;
    padding: 37px 18px !important;
}


/* About page */
.aboutsection{
    background-image: url('/assest/images/background/About\ me.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abouttitle{
    border-radius: 30px 0px;
}

/* Skill */

.skillsection{
    background-image: url('/assest/images/background/Skills.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -2;
}
.skillsection::after{
    content: '';
    height: 100%;
    width: 100%;
    background-color: #292f36ea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.endtags{
    position: absolute;
    top: 85px;
    right: 20%;
}
.skill_line{
    width: 150px;
    height: 2px;
    background-color: var(--primary);
    position: relative;
}
.skill_line::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.skill_line::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.skills_cards{
    border-left: 7px solid #0C73B8;
}

.programing.one{
    .circle{
        background-color: #E54F26 !important;
    }h5{
        color: #E54F26 !important;
    }
}
.programing.two{
    .circle{
        background-color: #0C73B8 !important;
    }h5{
        color: #0C73B8 !important;
    }
}
.programing.three{
    .circle{
        background-color: #E7A020 !important;
    }h5{
        color: #E7A020 !important;
    }
}
.programing.four{
    .circle{
        background-color: #28A9E0 !important;
    }h5{
        color: #28A9E0 !important;
    }
}




/* Works page */
.workssection{
    background-image: url('/assest/images/background/Works.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #1A1E23;
}
 


/* slider */
.preArrow,
.nextArrow{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #292F36;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
}
.preArrow{
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
}
.nextArrow{
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
}


@media only screen and (max-width: 768px) {
    .preArrow{
        top: 110% !important;
        left: 75% !important;
    }
    .nextArrow{
        top: 110% !important;
        right: 2% !important;
    }
}
@media only screen and (max-width: 480px) {
    .preArrow{
        top: 115% !important;
        left: 55% !important;
    }
    .nextArrow{
        top: 115% !important;
        right: 8% !important;
    }
}



/* Contact */
.contactInput{
    background: transparent !important;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom:1px solid  #12f7d575;
    color: white;
    font-family: poppins;
    font-size: 15;
    padding: 0px 10px 0px 0px !important;
}
.contactInput:focus{
    box-shadow: none;
    border-bottom:1px solid  #12f7d575;
    color: white;
}
.contactInput::placeholder{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.788);
}
.submitButton:hover{
    background-color: var(--deep) !important;
    border: 1px solid var(--primary);
}