@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif;
}

body {
    background-color: #060606 !important;
}

.containernav {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    padding-top: 1rem;
    background-image: url("Noise & Texture.png");

}

.navbar-custom {
    padding: 0 0.9rem 0 0.9rem !important;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.navbar-custom .navbar-brand {
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.navbar-custom .navbar-nav {
    align-items: center;
}

.navbar-custom .navbar-collapse ul {
    gap: 1rem;
}

.navbar-custom .nav-item .nav-link {
    color: aliceblue;
    font-size: 20px;
}

.navbar-custom .nav-item .downloadcv button {
    background: #FEA706;
    padding: 0.75rem 1.0rem;
    gap: 0.625rem;
    border-radius: 0.75rem;
    color: #0E0E0E;
    font-family: Space Grotesk;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}



.title {
    display: flex;
    padding: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid #FEA706;
    color: #FEA706;
    font-family: Space Grotesk;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
}

.custom-text {
    color: #383838;
    font-family: Space Grotesk;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iam {
    color: #FFF;
    font-family: Space Grotesk;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.suhaib {
    color: #FEA706;
    font-family: Space Grotesk;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.containernav .bio {
    color: rgba(255, 255, 255, 0.70);
    font-family: Space Grotesk;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 164.1%;
}

.frame36 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.arr {
    width: 2.125rem;
    height: 2.125rem;
}

.containernav .tbchat {
    color: #FFF;
    font-family: Space Grotesk;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;


    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 1rem;
    background: #913CFF;
    box-shadow: 0px 12px 48px 0px rgba(144, 59, 255, 0.24);
}

.containernav .tbfind {
    color: #FFF;
    font-family: Space Grotesk;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 0.625rem;
    border: 0;
}

.skills-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 8rem;

    align-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.02);


    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.12rem;
    text-transform: uppercase;
}

.skills-section img {
    width: 6.25rem;
    height: 6.25rem;
}



/* Styling for the card section */
.cardd-section {
    padding: 5rem 0;
}

/* Styling for the card */
.cardd {
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #131313;
    height: 100%;
    /* Ensure each card takes up full height of its parent */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Distribute content evenly */
}

/* Styling for card titles */
.cardd-title {
    color: #FEA706;
    font-family: "Space Grotesk";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
    /* Add spacing between title and subtitle */
}

/* Styling for card subtitles */
.cardd-subtitle {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 2.25rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

/* Styling for card description */
.cardd-description {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Space Grotesk";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    margin-top: auto;
    /* Push description to bottom */
}


.choose {
    display: flex;
    margin-top: 5rem;
    margin-left: 7.5rem;
}

.frame15 {
    display: flex;
    justify-content: center;
    gap: 1.875rem;
}

.frame15 p {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame11 {
    display: flex;
    transform: rotate(-1deg);
    padding: 1rem 1.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    background: #FEA706;
    box-shadow: -5px 5px 0px 0px #FFF;
}

.frame11 p {
    color: #0E0E0E;
    font-family: "Space Grotesk";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media only screen and (max-width: 600px) {
    .containernav {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin: 0% !important;
    }

    .navbar-custom {
        padding: 0% !important;
        margin: 0% !important;
    }

    .navbar-custom .container-fluid {
        justify-content: space-between;
    }

    .containernav .tbchat {
        width: fit-content;
    }

    .containernav .tbfind {
        width: fit-content;
    }

    .skills-section {
        padding: 4rem;
        /* Reduced by 50% */
        font-size: 1.3rem;
        /* Reduced by 50% */
        letter-spacing: -0.06rem;
        /* Reduced by 50% */
        line-height: 2.5rem;
    }

    .skills-section img {
        width: 3.125rem;
        /* Reduced by 50% */
        height: 3.125rem;
        /* Reduced by 50% */
    }

    .cardd {
        padding: 1.5rem;
    }

    .cardd-title {
        font-size: 1rem;
    }

    .cardd-subtitle {
        font-size: 1.5rem;
    }

    .cardd-description {
        font-size: 1rem;
    }

    .choose {
        margin-top: 1rem;
        margin-left: 1.75rem;
    }
    .frame15 p {
        font-size: 1rem;
        font-weight: 500;
    }

    .frame11 {
        padding: 0.25rem 0.5rem;
        gap: 0.625rem;

/* 
    box-shadow: -5px 5px 0px 0px #FFF; */
    }

    .frame11 p {
        font-size: 1rem;
        font-weight: 500;
    }
}















/* Container */
.services-catalog {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2.5vw;
    padding-bottom: 2.25rem;
}

/* Row To Go */
.services-catalog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    white-space: nowrap;
    padding: 0;
    will-change: transform;
    transform: rotate(-3deg);
    background-color: rgba(106, 106, 106, 0.05);
    /* 50% opacity */
}

/* Individual Service Text Items */
.services-catalog-row-item {
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: -0.035vw;
    padding: 0;
    display: inline-block;
    margin-right: 30vw;
    color: #6A6A6A;
}

/* Margins */
.margin-top-xs {
    margin-top: 3.75vw;
}