@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --font-face-1: "Jost", sans-serif;
    --font-face-2: "Quicksand", sans-serif;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-face-1);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    cursor: default;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: #222;
}

::-webkit-scrollbar-thumb:hover {
    background: #222;
}

::-webkit-scrollbar-track {
    background: #22222236;
}

.menu-2 {
    display: none;
    justify-content: center;
    padding: 10px 0px;
    width: 100%;
}

.menu-list-2 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.menu-links-2 {
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    transition: background-color 0.3s ease;
    color: #fff;
    background-color: #222;
    font-family: var(--font-face-2);
}

.menu-links-2:hover {
    background-color: #444;
    border-radius: 5px;
}


.btn {
    border-radius: 13px !important;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px;
    padding: 0px 50px;
    gap: 30px;
    max-width: 1920px;
}

.hero-section .hero-text {
    font-family: var(--font-face-1);
    width: 30%;
}

.hero-section .hero-text h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.caption-2 {
    display: none;
}

.caption-head {
    display: flex;
    gap: 10px;
    width: 100%;
}

#caption-des {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
    /* width: 400px; */
}

.hero-text-2 {
    font-family: var(--font-face-1);
    width: 65%;
}

.hero-section .hero-text .details {
    margin: 20px 0;
    font-size: 1.2rem;
    color: #555;
}

.hero-image img {
    width: 500px;
    max-width: 500px;
}

.menu-list {
    display: block;
    gap: 10px;
    list-style: none;
    margin: 20px 0;
}

.menu-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    margin: 5px;
    font-family: var(--font-face-2);
    font-size: 12px;
    color: #ffffff;
    width: 300px;
    max-width: 1920px;
    cursor: pointer;
}

.menu-list li:hover {
    background-color: #555;
    color: white;
}

.menu-links {
    background-color: #222;
}

.btn-cv {
    background: #222;
    color: #fff;
    font-family: var(--font-face-1);
    padding: 5px 10px;
    outline: none;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}

.active-nav {
    background-color: #555;
}

.about-des {
    font-family: var(--font-face-1);
    font-size: 1rem;
    color: #222;
    margin: 30px 0;
    text-align: justify;
}

.skill-card {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.text {
    font-weight: 500;
}

.work-card,
.project-content,
.project-details {
    margin: 30px 0;
}

.project-content {
    margin: 30px 0;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
    scrollbar-width: 0px;
}

.card {
    background: radial-gradient(circle at 100% 100%, #00000019, transparent);
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 520px !important;
}

.card-title p {
    font-size: 1rem;
    font-weight: 900;
    font-family: var(--font-face-2);
}

.card-title span {
    font-size: 0.8rem;
    font-weight: 900;
    font-family: var(--font-face-2);
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ffbf0085;
    color: #222;
}

.card-des p {
    font-size: 1rem;
    color: #555;
    text-align: justify;
    margin: 10px 0;
}


.swiper-wrapper {
    border-radius: 10px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    margin: 0 4px;
    background: #000000 !important;
    border: 2px solid #fff !important;
}

.swiper-pagination-bullet-active {
    background: #222 !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    background: #1616165d;
    padding: 20px;
    border-radius: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px !important;
}

.project-swiper {
    width: 500px;
}

.project-footer {
    margin-top: 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

.social {
    margin-top: 30px;
}

.social ul {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding: 5px 0px;
    margin: 5px;
    font-size: 12px;
    color: #000000;
    width: 300px;
    max-width: 1920px;
    cursor: pointer;
    list-style: none;
}

.social ul li a {
    color: #222;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: var(--font-face-1);
}

.social-media i {
    font-size: 2.5rem;
}

@media screen and (max-width: 1200px) {

    .hero-image img {
        width: 100%;
        max-width: 100%;
    }

    .hero-text {
        width: 35%;
    }

    .hero-text-2 {
        width: 70%;
    }

    .menu-list li {
        width: 100%;
        max-width: 100%;
    }

    .project-content {
        max-height: 60vh;
    }

    .card {
        height: 100% !important;
    }

}

@media screen and (max-width: 868px) {

    .hero-section {
        margin: 0px 10px;
        padding: 0px 10px;
    }

    .about-scroll {
        margin-top: 20px;
        height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 20px;
    }

    .work-card {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 20px;
        margin-top: 20px;
    }


    h2 {
        text-align: center;
    }

    .row {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        padding: 0px 20px;
        gap: 10px;
    }

    .menu-2 {
        display: flex;
    }

    .hero-text {
        display: none;
    }

    .caption-2 {
        display: block;
    }

    .hero-text-2 {
        width: 100%;
    }

    .project-content {
        max-height: calc(100vh - 200px);
    }

}

@media screen and (max-width:568px) {
    .col-md-2 {
        width: 20% !important;
        flex: 0 0 100%;
        max-width: 30% !important;
    }

    .about-scroll {
        margin-top: 20px;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 20px;
    }

    .hero-section {
        padding: 10px 20px;
        margin: 0px;
    }

    .project-footer{
    max-height: calc(100vh - 300px);

    }

    .social ul {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .menu-links-2 {
        font-size: 12px !important;
        padding: 10px;
    }
}