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

.main {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #131313;
    padding-bottom: 20vh;
}

.content {
    width: 100%;
    height: auto;
    position: relative;
}

.krish_video {
    width: 110vw;
    height: 100vh;
    object-fit: cover;
}

.overlay_video {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 2rem;
}

.circle {
    width: 40vh;
    height: 40vh;
    border-radius: 50%;
    overflow: hidden;
}

.kapil {
    width: 100%;
    height: 100%;
}

.kapil_yadav_text {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 6rem;
    font-weight: bold;
    margin: 0;
}

.video_editor_text {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    margin-top: -2vh;
}

.instagram_link {
    cursor: pointer;
    width: 28vw;
    height: 9vh;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    border: 2px solid white;
    border-radius: 999px;
    text-decoration: none;
}

.collaborated_with {
    width: 100vw;
    padding: 3rem;
    background-color: #131313;
    color: white;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.creator_list {
    display: flex;
    justify-content: center;
    gap: 8rem;
    margin-top: 2rem;

}

.rahul_sir,
.disha_mam {
    height: 20vh;
}

.creator_icon {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
    border: 2px solid rgb(224, 219, 219);
}

.collaborated_with_text {
    font-size: 2rem;
}

.my_works {
  
    margin-bottom: 20vh;

}
.my_works_font{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    text-align: center;
}
.edits {
    width: 100vw;
    display: flex;

    justify-content: center;
    margin-top: 2rem;
}

.video1,
.video2,
.video3,
.video4,
.video5 {
    width: 20vw;
    object-fit: contain;
    border: 2px solid white;
    border-radius: 30px;
}

.reels {
    width: 100%;
}


.edits_first {
    display: flex;
    gap: 10vw;
}
/* Existing CSS remains unchanged */


.contact_me {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20vh
}

.contact_me h4 {
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;

}

.book_button {
    width: 20vw;
    height: 10vh;
    display: flex;

    align-items: center;
    justify-content: center;
}

.book_button button {
    width: 15vw;
    height: 8vh;
    border-radius: 999px;
    font-size: 25px;
    font-family: "Poppins", sans-serif;

}

.book {
    background: linear-gradient(45deg, #ff7e29, #ffa726, #ffca28);
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
}

.book_button button i {
    font-size: 22px;
}

.insta {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
    border: none;
    cursor: pointer;

}

@media (max-width: 480px) {
    .overlay_video {
        flex-direction: column; /* Stack items vertically */
        align-items: center;    /* Center items horizontally */
        justify-content: center; /* Center items vertically */
    }

    .circle {
        width: 10rem;
        height: 10rem;
    }

    .kapil_yadav_text,
    .video_editor_text {
        display: block; /* Ensure each element is a block-level element */
        text-align: center; /* Center the text */
        margin: 0; /* Remove any default margins */
        font-size: 3rem; /* Adjust font size for smaller screens if needed */
    }

    .video_editor_text {
        font-size: 2rem;
        margin-top: 0; /* Adjust if you want more spacing between the two text elements */
    }
    .binded_overlay{
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: center;    /* Center items horizontally */
        justify-content: center; /* Center items vertically */
    }
    .instagram_link {
        width:80%;
    }
    .collaborated_with {
        padding: 1rem; /* Reduce padding for smaller screens */
        margin-bottom: 5rem;
    }

    .creator_list {
        display: flex;
        overflow-x: auto; /* Enable horizontal scrolling */
        padding: 1rem 0; /* Optional: add some padding */
        gap: 1rem; /* Reduce gap between icons */
    }
    .rahul_sir,
    .disha_mam {
        height: 5rem; /* Adjust size for smaller screens */
    }
    .creator_icon {
        width: 4rem; /* Adjust size for smaller screens */
        height: 4rem; /* Adjust size for smaller screens */
    }

    .my_works {
        
        color: white;
        font-family: "Poppins", sans-serif;
        font-size: 2rem;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 20vh;
        overflow-x: auto; /* Enable horizontal scrolling */
        display: flex;    /* Use flex to allow horizontal layout */
           /* Optional: add some padding */

    }
   


    .edits {
        display: flex; /* Keep it as flex to maintain alignment */
        flex-direction: row; /* Set to row for horizontal scrolling */
        gap: 10vw; /* Maintain the gap between videos */
    }

    .edits_first {
        display: flex; /* Keep the layout as flex for the videos */
        flex-direction: row; /* Ensure videos are in a row */
        overflow-x: auto; /* Enable horizontal scrolling */
    }

    .video1,
    .video2,
    .video3,
    .video4,
    .video5 {
        width: 70vw; /* Adjust width to fit within the viewport */
        min-width: 250px; /* Minimum width to maintain visibility */
        object-fit: contain;
        border: 2px solid white;
        border-radius: 30px;
        flex-shrink: 0; /* Prevent videos from shrinking */
    }
    .book_button{
        width: 100%;
        height:15vh;
        overflow: hidden;
    }
    .book_button button{
        width: 80vw;
        height: 10vh;
        font-size: 25px; /* Full width for mobile buttons */
        overflow: hidden;
      padding: 30px;
      text-align: center;
    
        
    }


}
