
@media (max-width: 699.98px) { /* Adujsting breakpoint between 'ACTUAL' REGULAR menu and HAMBURGER *************************************************************** */

    .navigation {
        display: none;
    }
    
    .hamburger {
        display: block;
        cursor: pointer;
        background: none;
        border: none;
        font-size: 2rem;
        flex-direction: column;
        justify-content: space-around;
        width: 2rem;
        height: 2rem;
        position: sticky;
        top: 0;
        z-index: 1000; /* Ensure it stays on top of other content */
        background-color: #333; /* Optional: background color for visibility */
        padding: 0.5rem; /* Optional: padding for touch targets */
    }
    .hamburger div {
        width: 2rem;
        height: 0.25rem;
        background-color: #999;
        margin: 5px 0;
    }


    .hamburger.active + .navigation {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    
}


/* Adujsting breakpoint to hide non responsive sold-banner 728 ************************* */

@media (max-width: 769.98px) {
    .sold-banner728 {
        display: none;
    }
}





/* Additional styles for very small screens */
@media (max-width: 919.98px) {
    
    .sidebar {
        display: none;
    }
    
    .main-content {
        background: none;
        flex: 1;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 40px;
        gap: 0.10rem;
        width: 90%;
    }

    
    /* Video Container Layout */
    .video-container {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; /* Align items at the start of the container vertically */
    }


}




 /*** breakpoint for galleries thumbnails 6/row to 5 = width 15% ******* *********** */



@media (max-width: 1589.98px) {   

    .thumbnail {
        width: 15%;
        position: relative;
        margin-bottom: 1rem;
        padding-bottom: 2px;
        margin: 0.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }


    .thumbdesc .thumb-title { 
        font-size: 16px; /* reg */
        font-size: 12px;
    }


    .thumbdesc .thumb-desc {
        font-size: 12px; /* reg */
        font-size: 10px;
      }

}





   





/* Media query for breakpoint advertisement-column / advertisement-bottom   *********************************/

@media (max-width: 1289.98px) {
    .advertisement-column {
        display: none;
    }

    .banner160-item.dating, .titles.ban160D-title {
        display: none;
    }
    
}


@media (max-width: 1289.98px) and (min-width: 1032.98px) {
    .advertisement-column {
        display: none;
    }

    .advertisement-bottom-4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0px;
    }

    .advertisement-bottom-4 .banner300-item {
        width: 24%;
        margin: 0.5%;
        box-sizing: border-box;
    }

}


@media (max-width: 1032.98px) and (min-width: 950px) {
 
     .advertisement-bottom-3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advertisement-bottom-3 .banner300-item {
        width: 30%;
        margin: 1%;
        box-sizing: border-box;
    }
}


@media (max-width: 949.98px) and (min-width: 600px) {
    .advertisement-bottom-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advertisement-bottom-2 .banner300-item {
        width: 48%;
        margin: 1%;
        box-sizing: border-box;
    }
}


@media (max-width: 599.98px) {
    .advertisement-bottom-2 {
        display: flex;
        flex-direction: column; /* Arrange items vertically */
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: flex-start; /* Align items at the top */
        align-items: center; /* Center items horizontally */
    }

    .advertisement-bottom-2 .banner300-item {
        width: 98%; /* Full width with slight margin */
        margin: 1% 0; /* Margin on top and bottom */
        box-sizing: border-box;
        display: flex; /* Use flex to center the content */
        justify-content: center; /* Center the content horizontally */
        align-items: center; /* Center the content vertically */
    }
}


   
   
   
   
/*   
   ************************************************************ 880 *************************************
   **************************DO NOT TOUCH BELOW **********************************************************************************
   ******************************************************************************************************
   **************************DO NOT TOUCH BELOW **********************************************************************************
   ******************************************************************************************************
*/   
   
   
   
   
 /* General Styles for Small Screens: Apply common styles here for all small screens */
@media (max-width: 879.98px) {

    .site-title {
        color: #ddd;
        font-size: 1.5rem;
        margin: 0;
    }

    .site-subtitle {
        color: #ddd;
        font-size: 1rem;
        margin: 0;
    }

 
   
}
   
   
 
   
   
/*   
   ************************************************************ 712 *************************************
   **************************DO NOT TOUCH BELOW **********************************************************************************
   ******************************************************************************************************
   **************************DO NOT TOUCH BELOW **********************************************************************************
   ******************************************************************************************************
*/   
   
   
   
 /* General Styles for Small Screens: Apply common styles here for all small screens */
@media (max-width: 711.98px) {


    /* Home Page Cards */
    .main-content .card, .recently-added .card, .most-popular .card {
        width: 99%;
        margin: 0 auto 1rem;
    }

    
    .gallery-top, .gallery-bottom {
        width: 60%;
        font-family: Arial, sans-serif;
        color: #eee;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        background-color: #333;
        border-radius: 10px;
        margin: 14px;
        padding: 12px;
    }
    
    /* Sort Form Styles */
    .sort-container {
        width: 60%;
        margin: 0 auto;
        padding: 15px;
        display: flex;  /* Ensures horizontal layout */
        align-items: center; /* Aligns items vertically in the center */
        justify-content: space-around; /* Distributes space evenly */
        color: #fff;
    }
    
    


    /* General Styles for Thumbnails and Cards */
    .thumbnail,
    .thumbnailbig,
    .thumbnailsmall,
    .thumbnailmed,
    .card,
    .cardbig,
    .cardsmall {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        box-sizing: border-box;
    }

    .thumbnail-image,
    .card-image {
        width: 98%;
        height: auto;
        border: 1px solid #77EC03;
        box-sizing: border-box;
    }

    .thumbnail-link,
    .card-link {
        text-decoration: none;
        position: relative;
    }

    .card .card-title {
        text-align: center;
        margin-top: 0.5rem;
        font-size: 1rem;
    }

    /* Play Icon Style */
    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 78px;
        height: 78px;
        cursor: pointer;
        display: none;
    }

    .thumbnail-link:hover .play-icon,
    .card-link:hover .play-icon {
        display: block;
    }

    /* Card Styles */
    .card {
        width: 96%;
        position: relative;
        margin-bottom: 1rem;
        padding-bottom: 2px;
        margin: 0.5rem 0;
    }





    /* Video Page Specific Styles */
    .video-container {
        padding: 0 1rem;
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .selected-video {
        width: 100%;
    }

    .selected-video .cardbig {
        width: 100%;
    }

    .selected-video .download-links {
        display: none;
    }

    .selected-video .visit-site-button {
        display: block;
        width: 94%;
        background-color: #77EC03;
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 2rem 0;
        text-decoration: none;
        border-radius: 6px;
        padding: 1rem 1rem;
    }

    .watched-videos {
        width: 100%;
    }

    .watched-videos .cardsmall {
        width: 48%;
        margin: 1%;
    }

    .banner468-item {
        width: 100%;
        text-align: center;
        margin: 1rem auto;
    }

    .banner728-item {
        max-width: 728px;
        width: 99%;
        margin: 1.8rem auto;
    }

    .section-title {
        width: 70%;
        text-align: center;
        margin: 1rem 0;
        border-radius: 10px; /* Added border-radius for a softer look */
        background-color: transparent;
    }

    .section-text {
        width: 96%; /* Reduced width to add margin on the sides */
        font-size: 18px;
        text-align: center;
        margin: 1rem auto; /* Centered the section with auto margins */
        padding: 2rem 1rem; /* Added more padding */
        background-color: none;
        color: #eee;
        box-sizing: border-box; /* Ensure padding is included in the height calculation */
        overflow: hidden; /* Prevents overflow issues */
        white-space: pre-wrap; /* Ensures text wraps correctly */
        height: auto; /* Ensures the box expands with content */
    }

    .video-titles {
        width: 100%;
        text-align: center;
        margin: 1rem 0;
    }


    /* Videos Page Specific Styles */
    .video-row {
        display: flex;
        flex-direction: column; /* Stack the elements vertically */
        width: 96%;
        margin-bottom: 20px;
        align-items: center; /* Center items */
        border-bottom: 1px solid #77EC03;
        padding-bottom: 20px;
    }

    .video-left {
        max-width: 100%; /* Make card take 100% of the width */
    }

    .video-left .card {
        width: 100% !important; /* Ensure it takes the full width */
        margin: 0 auto; /* Center the card */
    }

    .video-left .card .card-image {
        width: 100%;
        height: auto;
    }

    .thumb-stats {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        font-size: 0.9em;
        color: #999;
        width: 100%; /* Ensure it takes the full width */
        white-space: nowrap; /* Prevent line breaks */
    }

    .thumb-stats .fa-eye,
    .thumb-stats .fa-thumbs-up,
    .thumb-stats .fa-clock {
        margin-right: 5px;
    }

    .video-right {
        width: 100%; /* Make video-right take 100% of the width */
        margin-top: 10px;
        text-align: center; /* Center the content in video-right */
    }

    .video-right h2 {
        font-size: 1.2em;
        text-align: center;
    }

    .video-right .desc {
        text-align: justify;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .video-right .small-text {
        text-align: center;
        font-size: 0.9em;
        color: #999;
        margin-top: 10px;
    }

    .video-right .site-name {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }



    .site-name a {
        color: #77EC03;
        text-decoration: none;
    }

    .site-name a:hover {
        color: #7803ec;
    }





    /* Container for Thumbnails */
    .gallery-container {
        width: 98%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    /* Thumbnail Styles */
    .thumbnail {
        width: 48% !important; /* Force the width to 48% */
        max-width: 48% !important; /* Ensure it doesn't exceed 48% */
        margin-bottom: 1rem;
        padding-bottom: 2px;
        margin: 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .thumbnail .thumbnail-image {
        width: 100% !important; /* Ensure the image takes the full width of its container */
        height: auto; /* Maintain aspect ratio */
    }

    /* Center titles and site names for smaller screens */
    .thumbdesc .thumb-title {
        text-align: center;
        margin-top: 0.1rem;
        font-size: 1.0rem; /* Adjusted for smaller screens */
        font-weight: bold;
        color: #77EC03; /* Lime green color */
        width: 100%;
    }

    .thumbdesc .thumb-title a {
        color: #77EC03; /* Lime green color */
        text-decoration: none;
    }

    .thumbdesc .thumb-title a:hover {
        color: #7803EC; /* Purple color on hover */
    }

    .thumbdesc .thumb-desc {
        display: none; /* Hide desc from mobile for now */
        font-size: 0.85rem; /* Adjusted for smaller screens */
        color: #999;
        text-align: center;
        width: 100%;
    }

    .thumbdesc .thumb-stats {
        font-size: 0.85rem; /* Adjusted for smaller screens */
        color: #999;
        text-align: center;
        margin-top: 0.1rem;
        width: 100%;
    }

    .thumbdesc .thumb-site {
        text-align: center;
        margin-top: 0.1rem;
        font-size: 1.1rem; /* Adjusted for smaller screens */
        font-weight: bold;
        color: #999;
        width: 100%;
    }

    .thumbdesc .thumb-site a {
        color: #77EC03; /* Lime green color */
        text-decoration: none;
    }

    .thumbdesc .thumb-site a:hover {
        color: #7803EC; /* Purple color on hover */
    }




  
    

    
}


/* Sidebar Advertising Specific Styles for Very Small Screens: Below 576px */
@media (max-width: 611.98px) {
    
    
    .gallery-top, .gallery-bottom {
        width: 84%;
        font-family: Arial, sans-serif;
        color: #eee;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        background-color: #333;
        border-radius: 6px;
        margin: 10px;
        padding: 10px;
    }


     /* Sort Form Styles */
    .gallery-top, .sort-container {
        display: none;
     }

     
     
     .section-text {
        font-size: 12px;
        line-height: 1.2;
        background-color: transparent;
        text-shadow: none;
        width: 80%;
        vertical-align: middle;
        margin: 8px;
        margin-bottom: 10px;
        padding: 8px;
    }

 

    .sold-banner300 {
        display: flex;
        justify-content: center;
        margin: 10px auto;
        margin-bottom: 40px;
        width: 100%; /* Responsive */
        max-width: 300px; /* Ensures container doesn't exceed banner width */
    }

    .sold-banner300 ins {
        width: 100% !important; /* Force the banner to take full width */
        max-width: 300px; /* Ensures the banner doesn't exceed its original width */
        height: auto !important; /* Maintain aspect ratio */
    }
    
}







