@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;

}

body {
    background-color: rgb(0, 0, 0) !important;

}

h1,h2,h3,h4,p{
    cursor: default;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

:root {
    --Montserrat: "Montserrat", sans-serif;
    --poppins: "Outfit", sans-serif;

}

a {
    text-decoration: none !important;
}



#sticky_nav {
    position: fixed;
    padding: 18px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#sticky_nav.hidden {
    transform: translateY(-100%);
}


.navbar a img {
    width: 50%;
}

.navbarbrand {
    width: 25%;
}


.navbar-nav .nav-item::before {
    content: "";
    height: 20%;
    width: 8%;
    border-radius: 50px;
    background-color: #00BAFF;
    position: absolute;
    top: -25%;
    left: 0;
    transition: all 0.5s ease;
}

.navbar-nav .nav-item:hover::before {
    animation: nav 0.5s forwards;
}


@keyframes nav {
    0% {
        width: 8%;
        height: 20%;
        top: 0;
        background-color: #00BAFF;
    }

    50% {
        height: 20%;
        width: 8%;
        top: 80%;
        background-color: #00BAFF;
    }

    100% {
        width: 80%;
        top: 90%;
        height: 4%;
    }
}




button {

    border: none;
    background-color: transparent !important;
}

a.btn {
    color: white;
    padding: 12px 30px 10px 30px;
    background: linear-gradient(black, black) padding-box,
        linear-gradient(45deg, #00BAFF, #ffffff) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    letter-spacing: 1.5px;
    font-weight: 500;
}

a.btn:hover {
    background: linear-gradient(#000000, #000000) padding-box,
        linear-gradient(45deg, #000000, #010101) border-box;
    box-shadow: 0 0 10px #00BAFF;
    color: white;
    transition: 0.2s;


}

.navbar-nav {
    width: 50%;
    margin: 0 auto;
}

.navbar-nav .nav-item {
    width: 110px;
    position: relative;
    overflow: hidden;
}

.navbar-nav .nav-item .nav-link {
    font-family: var(--Montserrat);
    font-weight: 500;
    color: white;

}

.content-div {
    display: flex;
    width: 35%;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;

}

.navbar-toggler-icon i {
    color: white;
}

.content-div .circle-social a {
    color: white;
    height: 50px;
    width: 50px;
    background: linear-gradient(black, rgb(0, 0, 0)) padding-box,
        linear-gradient(45deg, #00BAFF, #ffffff) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    /* Smooth transition */
}

.content-div .circle-social a:hover {
    background: linear-gradient(#000000, #000000) padding-box,
        linear-gradient(45deg, #000000, #010101) border-box;
    box-shadow: 0 0 10px #00BAFF;
    transition: 0.2s;

    & i {
        color: white;
        transform: scale(1.1);
        transition: 0.2s;
    }
}

.content-div .circle-social a i {
    font-size: 22px;
    color: #00BAFF;
}

.circle-social a:hover {
    background-color: green;
}
.slider{
    margin-top: 110px;
}
.slider-containt {
    padding: 110px 0;
}

.slider-containt h6 {
    font-size: 30px;
    color: white;
    font-family: var(--poppins);
    font-weight: 300;
}

.slider-containt h2 {
    font-size: 55px;
    color: white;
    font-family: var(--poppins);
    font-weight: 600;
}

.slider-containt h1 a {
    font-size: 55px;
    background: linear-gradient(90deg, #00BAFF 30%, #FB9401 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    color: transparent;
    font-family: var(--poppins);
    font-weight: 600;

}


.slider-containt p {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 1px;
    width: 50%;
}

.btn1 {
    padding: 12px 40px 15px 40px !important;
}

.slider {
    position: relative;
}

.slider-image img {
    width: 62%;
    position: absolute;
    top: -20%;
    right: 1%;
    z-index: -1;

}

/* services */
.services {
    padding: 100px 0;
}

div:nth-child(3) .service-box img {
    width: 9%;

}

.services .service-box {
    text-align: center;
    padding: 60px 20px;
    outline: 0.5px solid #00bbff50;
    border-radius: 20px;
    transition: 0.2s;
    /* height: calc(260px); */
    background: rgb(0, 0, 0);
    cursor: pointer !important;


}

.services .service-box img {
    width: 15%;
}

.services .service-box h1 {
    font-size: 26px;
    font-weight: 400;
    color: white;
    margin-top: 20px;
    font-family: var(--poppins);
 

}

.services .service-box p {
    color: gray;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 500;
    margin-top: 15px;
}

.services .service-box:hover {
    box-shadow: 0 0 15px #00bbff80;
    outline: none;

}

/* services end here */
/* about Section started */

.About-me .about-image video {
    width: 100%;
    border-radius: 20px;

}
/* .About-me .about-image img {
    width: 100%;
    border-radius: 10px;

} */




.about-content {
    padding: 80px 0 0 40px;
}

.about-content h1 {
    font-size: 45px;
    background: linear-gradient(90deg, #00BAFF 5%, #FB9401 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    color: transparent;
    font-family: var(--poppins);
    font-weight: 600;
   

}

.about-content h2 {
    font-size: 16px;
    color: rgba(128, 128, 128, 0.655);
    font-family: var(--Montserrat);
    font-weight: 400;
    letter-spacing: 2px;
}

.about-content p {
    font-size: 16px;
    font-family: var(--Montserrat);
    color: gray;
    margin-top: 20px;

}

.about-content p:nth-child(2) {
    margin-top: 0 !important;
}


.about-butto a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--Montserrat);
    color: white;
    font-size: 12px;
    overflow: hidden !important;
    padding: 10px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}
.about-butto a::before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    left: -100%;
    background-color: #00BAFF;
    transition: 1s ease;
    

}
.about-butto a:hover::before{
    left: 100%;
}

.about-butto a:hover {
    color: white;

    background-color: #0e0e0e;

    
}


/* about section  end here */
/* skill section strated */

.skill {
    padding: 100px 0;
    overflow: hidden;
}

.design-skill {
    padding: 30px 0;
}

.design-skill h1 {
    color: white;
    font-size: 28px;
    font-family: var(--poppins);
    font-weight: 400;
}

.design-skill h2 {
    color: white;
    font-size: 16px;
    font-family: var(--Montserrat);
    margin-top: 40px;
    padding-bottom: 10px;
}

.design-skill .main-line {
    width: 98%;
    background-color: #141414;

    border-radius: 20px;
    padding: 2px 0;
}

.skill-line {
    width: 0%;
    /* Initially set width to 0 */
    background-color: #00BAFF;
    height: 6px;
    border-radius: 20px;
    position: relative;
    transition: width 2s ease;
    /* Smooth transition */
}

.skill-line::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: -7px;
    right: 0;
    position: absolute;
    background-color: #00BAFF;
}

.onel {
    width: 99%;

}


.twol {
    width: 90%;
}

.threel {
    width: 60%;
}

.fourl {
    width: 80%;
}

/* skill section end here */
/* prokect section */
.head {
    padding: 50px 0 80px 0;
    text-align: center;

}

.head h1 {
    font-size: 45px;
    background: linear-gradient(90deg, #00BAFF 45%, #FB9401 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    color: transparent;
    font-family: var(--poppins);
    font-weight: 600;
}

/* graphic swiper */
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 70px !important;
}

/* .swiper-wrapper {
    padding-bottom: 100px !important;
} */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* Exit button styling */
.exit-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: red;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5px;
}

.preview-image {
    cursor: pointer;
}

.swiper-pagination-bullet {
    background-color: #00BAFF !important;
    height: 11px !important;
    width: 11px !important;
}

/* development section */

.development .head {
    padding: 50px 0 80px 0 !important;
    text-align: center;

}

.development .swiper {
    width: 100%;
    height: 100%;
}

.development .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(400px);
}

.development .swiper-slide a {
    height: 100%;
    width: 100%;
    background-size: cover;
}



/* skill logo */
.my-skills {
    width: 100%;
    padding: 60px 0px;
    color: white;

}

.my-skills h1 {
    font-size: 45px;
    background: linear-gradient(90deg, #00BAFF 46%, #FB9401 53%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--poppins);
    font-weight: 600;
    padding-bottom: 80px;
}

.my-skills p {
    font-family: var(--Montserrat);

}

.my-skills .skills-box {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    justify-content: center;
    align-items: center;


}

.skills-box .skills {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


}

.skills-box .skills h1 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    color: white !important;
    font-family: var(--Montserrat);
    padding: 0;

}

.skills-box .skills .skills-icon {
    width: 176px;
    padding: 42px 30px;
    border: 1px solid #00A5E2;
    border-radius: 20px;

}

.skills-box .skills .skills-icon:hover {
    box-shadow: 0px 0px 10px #00a6e28a;
    border: 1px solid #00A5E2;
    border: none;


}

.skills-box .skills .skills-icon img {
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    filter: grayscale(100%);
}

.skills-box .skills .skills-icon:hover img {
    transform: scale(1.4);
    filter: grayscale(0%);
}


/* form section  */


.form-containt h2 {
    font-size: 20px;
    background: linear-gradient(90deg, #00BAFF 6%, #FB9401 18%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--poppins);
    font-weight: 500;
    margin-top: 50px;

}

.form-containt h1 {
    color: white;
    font-size: 46px;
    width: 92%;
    margin-top: 20px;
    font-family: var(--poppins);
}

.form-containt p {
    color: rgba(255, 255, 255, 0.222);
    font-family: var(--Montserrat);
    margin-top: 15px;
}

form .one-d {
    justify-content: space-between;
}

form .one-d:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}

form .one-d input {
    width: 47%;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    outline: 0.5px solid rgba(128, 128, 128, 0.603);
    color: white;
}



form textarea {
    width: 100%;
    border-radius: 10px;
    padding: 20px 20px;
    background-color: transparent;
    color: white;
    min-height: 150px !important;
}

form .btn1 {
    color: white;
    display: inline-block;

    text-align: center;
    padding: 15px 30px !important;
    background: linear-gradient(#141414, #141414) padding-box,
        linear-gradient(45deg, #00BAFF, #ffffff) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: (--Montserrat);
    letter-spacing: 1px;
    margin-top: 20px;
    margin-left: 200px;

    &:hover {
        box-shadow: 0 0 10px #00bbff57;
        color: white;
        transition: 0.2s;

    }
}


/* education */
.education{
    padding-bottom: 50px;
    overflow: hidden;
}
.education .education-div{
  
    width: 100%;
  
}
.education .education-div .education-box{
    width: 100%;
    margin-top: 25px;
    padding: 40px 20px;
    outline: 1px solid #00bbff50;
    border-radius: 20px;
    transition: 0.2s !important;
  
    background: rgb(0, 0, 0);
    cursor: pointer !important;
}
.education .education-div .education-box h3{
    color: white !important;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 26px;
    font-family: var(--poppins);
}
.education .education-div .education-box p{
    color: rgb(189, 189, 189);
    font-family: var(--Montserrat);
    font-weight: 300;
    font-size: 15px;
    margin-top: 10px;
}
.education .education-div .education-box:hover {
    box-shadow: 0 0 15px #00bbff80;
    outline: none;

}
.ed-head{
    padding: 80px 0 50px 0;
}




/* footer */
footer {
    padding: 100px 0 0 0;
}

footer .first img{
    width: 30%;

    display: flex;
}
footer .first .imgg img {
    width: 40%;
    border-radius: 50%;

}

footer .first .imgg h1 {
    font-size: 20px;
    font-family: var(--poppins);
    font-weight: 500;
    color: white;
    margin-top: 50px;

    display: inline-block;
    line-height: 29px;
}

footer .first input {
    background-color: transparent;
    border: none;
    border-bottom: 0.5px solid gray;
    padding: 20px 0;
    width: 80%;
    margin-top: 30px;
    outline: none;
    color: white;
}

footer .first a {
    margin-left: -50px;
    color: white;
    font-size: 20px;
}

footer .second {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

footer .second h1 {
    color: white;
    font-size: 20px;
    font-family: var(--Montserrat);
}

footer .second ul {
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}

footer .second ul li {
    list-style: none;
    margin-top: 5px;
    position: relative;
    padding: 5px 0;
    overflow: hidden;

}

footer .second ul li a {
    color: white;
    font-family: var(--Montserrat);
    transition: 0.5s;
}


footer .second ul li::before {
    content: "";
    height: 2px;
    width: 100%;
    border-radius: 50px;
    background-color: #00BAFF;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: all 1s ease;

}

footer .second ul li:hover::before {
    animation: expand-and-move 1s forwards;
}

footer .second ul li:hover a {
    color: #00BAFF;
}

@keyframes expand-and-move {
    0% {
        width: 100%;

    }

    50% {

        width: 100%;
        left: 0;

    }

    100% {
        width: 100%;
        left: 100%;

    }
}

footer .third h1 {
    color: white;
    font-size: 20px;
    font-family: var(--Montserrat);
}

footer .third ul {
    padding: 0;
}

footer .third ul li {
    display: flex;
    list-style: none;
    color: white;
    font-family: var(--Montserrat);
    margin-top: 10px;
    display: flex;

    align-items: center;

    &:hover {
        color: #00BAFF;
    }
}

footer .third ul li i {
    margin-right: 20px;

}

footer .third ul li a {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    color: white;

    &:hover {
        color: #00BAFF;
    }
}

footer .third ul li a::before {
    content: "";
    height: 2px;
    width: 100%;
    border-radius: 50px;
    background-color: #00BAFF;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: all 1s ease;

}

footer .third ul li a:hover::before {
    animation: expand-and-move 1s forwards;
}

footer .third ul li a:hover a {
    color: #00BAFF;
}

@keyframes expand-and-move {
    0% {
        width: 100%;

    }

    50% {

        width: 100%;
        left: 0;

    }

    100% {
        width: 100%;
        left: 100%;

    }
}

.water-wave-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 1000;
}

.water-wave-btn:hover {
    transform: scale(1.1);
}

.water-wave-btn::before,
.water-wave-btn::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid #2196f3;
    border-radius: 50%;
    animation: wave 1.5s linear infinite;
    opacity: 0;
}

.water-wave-btn::after {
    animation-delay: 0.5s;
}
.water-wave-btn {
    display: none; /* Default hidden state */
    /* Add your button styling here */
}

@keyframes wave {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.arrow {
    display: inline-block;
    transform: rotate(-90deg);
}


/* slider nav */
.slide-nav {
    height: 1020px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.318);
    backdrop-filter: blur(20px) !important;
    position: fixed;
    z-index: 10000;
    transform: translateX(100%);
    display: none;
    top: 0;




}

.slide-nav img {
    width: 35%;
    margin-top: 20px;
    margin-left: 30px;
}

.slide-nav ul {
    padding: 0;
    margin-top: 50px;
    justify-content: center;


}

.slide-nav ul li {
    list-style: none;
    padding: 12px 0 12px 30px;

}

.slide-nav ul li a {
    color: white;
    padding: 10px;
    font-family: var(--Montserrat);

    &:hover {
        color: white;
    }
}




.slide-nav a.btnnn {
    color: white;
    padding: 10px 30px;
    background: linear-gradient(black, black) padding-box,
        linear-gradient(45deg, #00BAFF, #ffffff) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: (--Montserrat);
    letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 30px;
    display: inline-block;

    &:hover {
        color: white;
    }
}



.rep {
    float: right;
    margin-right: 9%;

    margin-top: 8%;

}

.rep i {
    color: white;
    font-size: 30px;
}


/* loder============ */
/* 
/* Essential Styles */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;

    z-index: 1000;
    animation: fadeUpHide 2s forwards;
}

h1.load-t {
    color: #bfb5b1;
    font-size: 3rem;
    animation: textFade 2s ease-out;
    left: 30%;
    top: 60%;
    position: absolute;
    background: linear-gradient(90deg, #00BAFF 41%, #FB9401 76%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--Montserrat);
}

/* Keyframe Animations  */
@keyframes fadeUpHide {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100px);
        visibility: hidden;
    }
}

@keyframes textFade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Content Styles */
.main-content {
    display: none;
    padding: 20px;
}

.prosss {
    position: relative;
    /* Required for absolute positioning of children */
    width: 200px;
    /* Add appropriate dimensions */
    height: 200px;
    top: 30%;
    left: 35%;
    animation: textFade 2s ease-out;
}

.prosss .h2 {
    position: absolute;
    top: 35%;
    left: 30%;
    color: #00BAFF;
    font-weight: 600;
    font-family: var(--Montserrat);
    font-size: 40px;
}

.prosss .ff {
    position: absolute;
    top: -25%;
    left: 100%;
    margin-left: 50px;
    color: white;
    font-weight: 600;
    font-family: var(--Montserrat);
    font-size: 70px;
}

.prosss img.lod-1 {
    position: absolute;
    top: 20%;
    left: 32%;
    animation: loadddd 2s linear infinite;
    /* Removed conflicting 'ease' */
    transform-origin: center;
    /* Ensure rotation around center */
    width: 50%;
}

/* @keyframes loadddd {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */
/* @keyframes loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
} */

.prosss img.lod-2 {
    position: relative;
    display: block;
    /* Ensure proper image layout */
    width: 90%;
    /* Make image fill container */
    animation: loading 2s linear;
    /* Removed conflicting 'ease' */
    transform-origin: center;
    /* Ensure rotation around center */
}
 


/* media query 767.99 */
@media (max-width:767.99px) {
    a.navbarbrand img {
        width: 100%;
    }

    .navbar-toggler-icon i {
        font-size: 24px;
    }

    .navbarbrand {
        width: 30%;
    }

    .slider-image {
        overflow: hidden !important;
    }

    .slider-image img {
        width: 100%;
        top: 110%;
        left: -8% !important;
     
    }

    .slider-containt h2 {
        font-size: 35px;
    }

    .slider-containt h6 {
        font-size: 30px;
    }

    .slider-containt p {
        font-size: 16px;
        width: 100%;
        line-height: 20px;
    }

    .slider-containt h1 a {
        font-size: 40px !important;
    }

    .slider-containt {
        padding: 30px 20px 20px 20px;
    }

    a.btn {
        font-size: 13px;
        padding: 8px 20px !important;
        border: 1px solid transparent;
    }

    .content-div .circle-social a {
        height: 40px;
        width: 40px;
        border: 1px solid transparent;

    }

    .content-div .circle-social a i {
        font-size: 20px;
    }

    .content-div .circle-social a i:nth-of-type(2) {
        font-size: 24px !important;
    }


    .content-div {
        width: 95%;
    }

    .services {
        margin: 65% 0;
        padding: 100px 5px 10px 5px;
        margin: 290px 0 10px 0;

    }

    .service-box {
        margin-top: 20px;
        padding: 30px 10px 10px 10px !important;
        outline: 1px solid #00bbff50 !important;



    }

    .services .service-box img {
        width: 10%;
    }

    .services .service-box img:nth-of-type(3) {
        width: 5% !important;
    }

    .services .service-box h1 {
        font-size: 20px;
    }

    .services .service-box p {
        font-size: 15px;
    }

    div:nth-child(3) .service-box img {
        width: 7%;

    }

    .about-content {
        padding: 40px 20px;
        /* text-align: center; */
        overflow: hidden;
    }

    .about-content h1 {
        font-size: 28px;
    }

    .about-content h2 {
        font-size: 13px;
        font-weight: 500;
        margin-top: 15px;
        color: white;
        line-height: 25px;
    }

    .about-content p {
        font-size: 14px;
        margin-top: 10px;
    }

    .about-content p:nth-of-type(2) {
        display: none;
    }

    .about-butto a {
        font-size: 10px;
        background-color: rgba(128, 128, 128, 0.101);
        border: none;
       
    }

    .skill {
        padding: 30px 10px;
    }

    .design-skill h1 {
        font-size: 24px;
        font-weight: 600;
    }

    .design-skill h2 {
        font-size: 12px;
        margin-top: 30px;
    }

    .head h1 {
        font-size: 28px;
    }

    .head {
        padding: 0 0 30px 0;
    }

    .swiper-backface-hidden .swiper-slide {
        padding: 5px;
    }

    .design-skill .main-line {
        width: 95%;
    }



    .development .head {
        padding: 20px 0 !important;
    }

    .my-skills h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .my-skills .skills-box {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }

    .slider-image {
        width: 100%;
        overflow: hidden !important;
    }

    form .btn1 {
        margin: 10px 0;
    }

    #form-container {
        padding: 20px !important;
    }

    .form-containt h1 {
        font-size: 28px;
    }

    .form-containt p {
        font-size: 14px;
        color: gray;
    }

    form .one-d input {
        padding: 15px 15px;
        font-size: 12px;
        font-family: var(--Montserrat) !important;
    }

    form textarea {
        font-size: 12px;
        padding: 15px 15px;
        height: calc(120px) !important;
        font-family: var(--Montserrat) !important;
      
    }

    form .btn1 {
        padding: 10px 20px;
        font-size: 12px;
        font-family: var(--Montserrat);
        border: 1px solid transparent;
    }

    footer .first .imgg h1 {
        margin: 10px 10px;
    }

    footer {
        padding: 40px 0 0 0;
        margin: 0 !important;
    }
    footer .first img{
        margin-bottom: 20px !important;
      width: 45%;
    }
    footer .first input {
        margin: 0 0 0 10px;

    }
  
    footer .second {
        justify-content: start;
        align-items: start;
        padding: 40px 15px;
    }

    footer .second ul {
        margin: 0;
    }

    .swiper-wrapper {
        padding-bottom: 20px !important;
    }

    .top-down.scrolled {
        transform: translateY(-90px);
    }

    h1.load-t {
       display: none;
    }

    .prosss {
        left: 20%;
        top: 40%;
    }

    .prosss .lod-2 {
        width: 50% !important;
    }

    .prosss .lod-1 {
        width: 30% !important;
        top: 10% !important;
        left: 20% !important;
    }

    .prosss .h2 {
        font-size: 20px;
        top: 20% !important;
        left: 20% !important;
    }
    .prosss .ff  {
        font-size: 40px;
        top: -40% !important;
        left: 45% !important;
    }
    .containtt{
        width: 350px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column  ;
    }
    .containtt  .circlee{
        margin-left: 0 !important;
    }
    .containtt .boxx h1{
        margin-top: 20px !important;
       
    }
    .containtt .boxx {
        width: 350px !important;
    }
    .copyright-div{
        padding-bottom: 80px;
    }
    .education .education-div .education-box h3{
        font-size: 16px;
    }
    .education .education-div .education-box p{
        font-size: 14px;
    }
    .ed-head{
        padding: 40px 0 20px 0;
    }
}

@media (max-width:520px) {
    .slider-containt h1 a {
        font-size: 35px !important;
    }

    .content-div {
        width: 100%;
    }

    .slider-image img {
        transform: scale(1.2);
    }

    .skills-box .skills .skills-icon {
        width: 150px;
    }

    .skills-box .skills .skills-icon img {
        width: 50px;
        height: 50px;
    }
   
}

.poppup {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.652);
    backdrop-filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
  
  
  }
  .upper{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .poppup-button{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .containt {
    
    width: 500px;
    background-color: white;
    padding-bottom: 100px;
    border-radius: 10px;
    animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  
  }
  
  .containt  .circle {
    height: 80px;
    width: 80px;
    background-color: red;
  
    background-size: 100% 100%;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: 40%;
   
    animation-name: nnn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .containt  .circle i{
    font-size: 30px;
    color: white;
  }

  
.containt .box h1 {
    color: rgb(57, 57, 57);
    font-family: tahoma;
    font-weight: normal;
  
    margin-top: 50px;
    margin-left: 10px;
    font-size: 50px;
  
  }
  
  .containt .box p {
    color: rgb(93, 91, 91);
    font-family: tahoma;
    font-weight: normal;
  
    margin-top: 20px;
    margin-left: 10px;
    line-height: 25px;
  }
  
  .containt .box {
    height: 200px;
    width: 500px;
  
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  
  
  
  }
  
  .containt .box button {
   
    width: 300px;
    border-radius: 5px;
    border: none;
    background-color: red !important;
    margin-top: 50px;
  padding: 15px 20px !important;
  }
  
  .containt .box button a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 20px !important;
    font-family: "poppins";

   
  }
  
  /*  second poppup */
  .containtt {
    
    width: 500px;
    background-color: white;
    padding-bottom: 100px;
    border-radius: 10px;
    animation-name: faizan1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  
  }
  
  .containtt  .circlee {
    height: 80px;
    width: 80px;
    background-color:#2EB324;
  
    background-size: 100% 100%;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: 40%;
  
    animation-name: faizan;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .containtt  .circlee i{
    font-size: 30px;
    color: white;
  }
  /* .div:target {
    display: block;
  
  } */
  
  .containtt .boxx h1 {
    color: rgb(57, 57, 57);
    font-family: var(--poppins);
    font-weight: normal;
  
    margin-top: 50px;
    margin-left: 10px;
    font-size: 50px;
  
  }
  
  .containtt .boxx p {
    color: rgb(146, 144, 144);
    font-family: var(--Montserrat);
    font-weight: normal;
    
    margin-top: 20px;
    margin-left: 10px;
    line-height: 25px;
  }
  
  .containtt .boxx {
    height: 200px;
    width: 500px;
  
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  
  
  
  }
  
  .containtt .boxx button {
   
    width: 300px;
    border-radius: 5px;
    border: none;
    background-color: #2EB324 !important;
    margin-top: 50px;
    padding: 15px 20px !important;
  }
  
  .containtt .boxx button a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 20px;
    font-family: "poppins";
  font-weight: 300;
   
  }
  
  @keyframes example {
     0%{
      margin-left: 10px;
     }
     10%{
      margin-left: -5px;
     }
     20%{
      margin-left: 5px;
     }
     30%{
      margin-left: -5px;
     }
     40%{
      margin-left: 5px;
     }
     50%{
      margin-left: -5px;
     }
     60%{
      margin-left: 5px;
     }
     70%{
      margin-left: -5px;
     }
     80%{
      margin-left: -5px;
     }
     90%{
      margin-left: -5px;
     }
     100%{
      margin-left: -5px;
     }
  }
  
  
  @keyframes faizan1 {
    from {
        top: -100px;
        opacity: 0;
    }
  
    to {
        top: 0;
        opacity: 1;
    }
  }
  
  @keyframes faizan {
    from {
        top: -100px;
        opacity: 0;
    }
  
    to {
        top: 0;
        opacity: 1;
    }
  }
  
  .copyright-div{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-family: var(--Montserrat);
    font-weight: 500;
    color: gray;
  }



/* scrolbar */


  ::-webkit-scrollbar {
    width: 0;
  }
  

  #scrollpath {
    position: fixed;
    top: 0;
    right: 0;
    width: 5px;
    height: 100vh;
   background-color: black;
    
}

#progressbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 5px;
    background: linear-gradient(to top, #FB9401, #00BAFF);
    animation: animate 5s linear infinite;
    z-index: 1;
    border-radius: 50px;
  
}

#progressbar::before,
#progressbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #FB9401, #00BAFF);
}

#progressbar::before {
    filter: blur(10px);
}

#progressbar::after {
    filter: blur(30px);
}


.cjDksG{
    background-color: #0CC143 !important;
}
