
body {
    font-family: "Poppins", sans-serif;
    
}
main {
    background-color: #02050a;
}

/*============================================ header start =============================================*/
header {
    background-image: url(portfolio-image/hero-bg-img.jpg);
    background-size: cover;
    /*margin-top: -25px;
    min-height: 100vh;*/
}

/*------------------ top header Start --------------*/
.my-logo {
    color: #55e6a5;
    font-weight: 900;
}
.top-header {
    background-color: #141c27;
}
.dropdown-hr {
    margin: 2px;
}
/*-------- navbar sec start ---------*/
.nav-menu-btn {
    background-color: #55e6a5;
    border: none;
    padding: 0;
    margin: 0;
}
.navbar-menu-btn {
    background-color: #55e6a5;
    border: none;
    border-radius: 0%;
    padding: 5px 10px;
}
/*-------- navbar sec end ---------*/

/*--------- offcanvas start ---------*/
.offcanvas-btn {
    font-size: 40px;
    font-weight: 800;
    color: #141c27;
    background-color: #55e6a5;
    margin: 0;
    padding: 4px 13px;
}

/*offCanvas header start*/
.offCanvas-header {
    background-color: #141c27;
}
.offCanvas-header button {
    background-color: #55e6a5;
    border-radius: 50%;
    padding: 5px 5px;
}
/*offCanvas header end*/

/*offCanvas body st*/
.offCanvas-body {
    background-color: #09101a;
}
.offCanvas-about p {
    color: #8b8b8b;
}
/*offCanvas form st*/
.offCanvas-form {
    width: 100%;
}
.offCanvas-form h4 {
    color: #ffffff;
}
.offCanvas-form .fullName,.email,.message,.number {
    width: 100%;
    background-color: #09101a;
    margin: 20px 8px;
    border: 2px solid #55e6a5;
    outline: none;
    color: #e0e0e0;
    padding: 10px 6px 10px 13px;
}
.offCanvas-form .button {
    border: none;
    background-color: #55e6a5;
    padding: 15px 35px;
}
.offCanvas-form .button:hover {
    background-color: #0f1722;
    color: #ffffff;
    font-weight: 600;
}
/*offCanvas form end*/

/*offCanvas body end*/
/*--------- offcanvas end -----------*/
/*-------------------- top header end ---------------------*/


/*------------------ hero section start -------------------*/


/* hero animation text st*/
.hero {
    padding: 130px 0;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
.wrapper h1 {
    text-transform: uppercase;
    font-weight: 900;
}
.wrapper .hero-text {
    position: relative;
    color: #55e6a5;
    font-size: clamp(3rem, 4vw, 3rem);
    font-weight: 900;
}
.wrapper .hero-text.hero-tittle {
    color: #ffffff;
}
.hero-text.dynamic-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #09101a;
    border-left: 2px solid #55e6a5;
    animation: animate 4s steps(13) infinite;
}
@keyframes animate {
    42%, 60% {
        left: calc(100% + 4px);
    }
    100% {
        left: 0%;
    }
}
/* hero animation text end*/

/*------ hero cv and play btn st ------*/
/*hero cv downlord btn st*/
.cv-downlord-btn {
    text-decoration: none;
    color: #09101a;
    background-color: #55e6a5;
    padding: 22px 40px;
}
.cv-downlord-btn:hover {
    background-color: #0f1722;
    color: #ffffff;
    font-weight: 600;
}
/*hero cv downlord btn end*/

/*hero video play btn st*/
.hero-play-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}
.hero-play-btn i {
    background-color: #55e6a5;
    padding: 0px 11px;
    font-size: 43px;
    color: #141c27;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 10px;
}
.hero-play-btn span:hover {
    color: #55e6a5;
}
/*hero video play btn end*/
/*------------------- hero cv and play btn end --------------------*/

/*--------- hero img sec start ------------*/
.hero-img-sec {
    position: relative;
}
.hero-img {
    position: absolute;
    left: 170px;
    
}
.hero-img img {
    width: 100%;
    height: auto;
}
/*--------- hero img sec end ------------*/

/*------------------ hero section end ------------------*/

/*=============================================== header end ===========================================*/




/*================================= my service start ==================================*/
.my-service-tittle h5 {
    color: #55e6a5;
    font-size: 20px;
    font-weight: 600;
}
.my-service-tittle h2 {
    color: #ffffff;
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.3
}
.my-service {
    border: 3px solid #191919;
}
.my-service h3 {
    color: #ffffff;
}
.my-service p {
    color: #8b8b8b;
}
.replaced-svg1 {
    margin-top: -76px;
}
.replaced-svg2 {
    margin-top: -75px;
}
.replaced-svg3 {
    margin-top: -75px;
}
/*================================= my service end ==================================*/





/*======================================== about me section start ======================================*/
/*about me text section start*/
.about-me-headline h5 {
    color: #55e6a5;
    font-size: 20px;
    font-weight: 600;
}
.about-me-headline h2 {
    color: #ffffff;
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.3
}
.aboutMe-divStyle {
    border-top: 2px solid #818181;
    margin-top: 20px;
}
.about-me-headline p {
    color: #818181;
}
/*about me text section end*/

.about-me-imgSec {
    position: relative;
}
.aboutMe-imgBg {
    position: relative;
    background-color: #55e6a5;
    height: 350px;
    width: 330px;
    left: 150px;
}
.aboutMe-img {
    position: absolute;
    height: 500px;
    width: 350px;
    left: 120px;
    top: 20px;
}
.aboutMe-img img{
    width: 100%;
    height: auto;
}
/*======================================== about me section end ======================================*/



/*=================================== my ertification starts  =====================================*/
.crtificat-sec-text h5 {
    color: #55e6a5;
    font-size: 22px;
    font-weight: 600;
}
.certificate-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    width: 70%;
    margin: 5px;
}
.certificate-float1 {
    float: right;
}
.certificate-float2 {
    float: left;
}

.certificate-container:hover {
    transform: scale(0.95);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.certificate-container:hover .overlay {
    opacity: 1;
}
img {
    width: 100%;
    display: block;
}
@media screen and (max-width: 992px) {
    .certificate-container {
        width: 100%;
    }
    .certificate-float1 {
        float: none;
    }
    .certificate-float2 {
        float: none;
    }
}
/*=================================== my ertification end  =====================================*/



/*=========================== my skills section star =========================*/
.mySkill-section {
    background-color: #09101a;
}
.mySkill-text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #55e6a5;
}
.mySkill-text h2 {
    color: #ffffff;
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.3
}
.mySkill-text p {
    color: #919191;
}
.mySkill-text a {
    text-decoration: none;
    color: #09101a;
    background-color: #55e6a5;
    padding: 16px 40px;
}
.mySkill-text a:hover {
    background-color: #0f1722;
    color: #ffffff;
    font-weight: 600;
} 
.mySkills {
    background-color: #1f1f1f;
    border: 1px solid #333333;
    border-radius: 10%;
}
.mySkills img {
    width: 40%;
    margin: 0 auto;
}
.mySkills h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.mySkills .mySkills-persent {
    background-color: #09101a;
    color: #646464;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 35px;
    border-radius: 25px;
}
.mySkills:hover {
    border: 1.5px solid #55e6a5;
}
.mySkills:hover .mySkills-persent {
    background-color: #55e6a5;
    color: #09101a;
}
/*=========================== my skills section end =========================*/





/* ======================= portfolio section starts ===========================*/
.portfolio-sec-text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #55e6a5;
}
.portfolio-sec-text h2 {
    color: #ffffff;
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.3
}
.my-portfolio-img {
    width: 100%;
    border-radius: 10px;
}
/*======================== portfolio section end ==============================*/



/*================================ Talk For your Next Projects start =================================*/
/*-- form tittle start --*/
.form-sec-text h5 {
    color: #55e6a5;
    font-size: 20px;
    font-weight: 600;
}
.form-sec-text h2 {
    color: #ffffff;
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.3
}
.form-sec-text p {
    color: #919191;
}
.complete-project {
    background-color: #09101a;
}
.counter1, .counter2  {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
.complete-project p {
    font-size: 18px;
    color: #adadad;
}
/*-- form tittle end --*/

/*--contact form start--*/
.contact-form {
    background-color: #09101a;
}
/*animation text start*/
.contact-form form h3 {
    color: #ffffff;
    font-size: 40px;
}
/*animation text end*/
.contact-form form p {
    color: #969696;
}
/*--contact form end--*/
/*================================ Talk For your Next Projects end =================================*/




/*======================================== footer start ==========================================*/
.footer-sec {
    background-color: #09101a;
}
.footer-title {
    color: #55e6a5;
    font-weight: 600;
}
.footer-nav li {
    display: inline-block;
    padding: 0;
}
.footer-nav li a {
    text-decoration: none;
    color: white;
}
.footer-nav li a:hover {
    border-bottom: 2px solid #55e6a5;
}
.socalMedia-link li {
    display: inline-block;
}
.socalMedia-link li a {
    color: #ffffff;
}
.socalMedia-link li a:hover {
    color: #55e6a5;
}

/*======================================== footer end ==========================================*/





@media screen and (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }
}
@media screen and (max-width: 480px) {
    .headline-h5 {
        justify-content: center;
    }
    .aboutMe-imgBg {
        width: 0;
        left: 0;
    }
    .aboutMe-img {
        left: auto;
        top: 0;
    }
}