
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%; /* Ensure width is within viewport */
}

html {
    scroll-behavior:smooth; 
}


/* globals.css */

body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', Helvetica, sans-serif; /* Fallbacks included */
    background-color: #101010;
    position: absolute;
    margin-right: 0;
    margin-left: 0;
    max-width: 1440px;
    overflow-x: hidden;
    cursor: url('images/mouse2.svg'), auto;
}


    .wave {
        position: absolute;
        width: 20px;
        height: 20px;
        background: rgba(255, 8, 23, 0.3); /* Light effect matching your branding color (#FF0817) */
        border-radius: 50%;
        pointer-events: none;
        transform: translate(-50%, -50%);
        animation: ripple 1s ease-out forwards;
        z-index: 999999; /* Ensures it's on top */
    }

    @keyframes ripple {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, -50%) scale(10); /* Expands outward */
            opacity: 0;
        }
    }




    .location-time-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
        padding: 4px;
        max-width: 180px;
        margin: 18px auto; /* Centered horizontally */
    }

    .location-text, .time-text {
        font-family: 'Oswald', Helvetica, sans-serif;
        color: grey; 
        font-weight: bold;
        font-size: 16px;
        margin: 0px 0;
    }

   



/* Apply Oswald with specific weights */
.oswald-light {
    font-family: 'Oswald', sans-serif;
    font-weight: 300; /* Light weight */
}

.oswald-medium {
    font-family: 'Oswald', sans-serif;
    font-weight: 500; /* Medium weight */
}

.oswald-bold {
    font-family: 'Oswald', sans-serif;
    font-weight: 700; /* Bold weight */
}


/* style.css */
.desktop {
    background-color: #101010;
    display: flex;
    max-width: 1440px; 
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 100vh; /* Ensure container fills at least the height of the viewport */
}

.desktop-cb {
    width: 100%;
    max-width: 1440px; 
    padding: 0px;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
    text-align: center; /* Center-align child elements */
}

.header-container {
    position: relative;
    max-width: 100%; /* Adjusted max-width */
    height: auto; /* Change to auto height */
}

/* style.css */
.gif-video-loop {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin-top: 1%; /* Adjust margin-top */
    margin-bottom: 8%; /* Adjust margin-bottom */
    
}

.gif-video-loop img {
    width: 90%; /* Ensure the image does not exceed the container width */
    border-radius: 4px;
}




.LOGO {
    margin-top: 0%; /* Added margin to separate from the video */
    
}

.img {
    width: 20%; /* Adjusted max-width */
    height: 20%;
    max-width: 200px; 
    object-fit: cover;
}

.label {
    max-width: 100%; /* Adjusted max-width */
    margin-top: 0px; /* Added margin to separate from the video */
}

.element-CREATIVE-LAB-is-a {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto; /* Center horizontally */
    font-family: "Oswald", sans-serif;
    color: #FF0817;
    font-size: 22px;
    text-align: left;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 100px;
}



.label .text-wrapper {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 32px; 
    text-transform: uppercase;
}

.label .span {
    font-family: "Oswald-Light", Helvetica;
    font-weight: 400;
}


/* Adjust the animation duration to fit the width of the logos */
.brand-logos {
    display: flex;
    gap: 8%; /* Adjust the gap between logos */
    width: 100%; /* Ensure the logos fill the container width */
    position: relative;
    overflow: visible; 
   margin-left: 10%; 
    margin-top: 10%; /* Adjusted margin-top */
    filter: grayscale(200%); /* Apply the grayscale filter to make them grey */
    filter: grayscale(100%) contrast(50%) brightness(70%); 
}

.brand-logos {
    animation: carousel 45s linear infinite;
    
}
  

  @keyframes carousel {
    0% { transform: translateX(0); } /* Start position */
    100% { transform: translateX(-100%); } /* Move all logos to the left by the width of the container */
  }
  
.brand-logos img {
    flex-shrink: 0; /* Prevent logos from shrinking */
    width: auto; /* Allow logos to adjust their width automatically */
    height: auto; /* Allow logos to adjust their height automatically */
    
}

.brand-logos .logo1,
.brand-logos .logo2,
.brand-logos .logo3,
.brand-logos .logo4,
.brand-logos .logo5,
.brand-logos .logo6,
.brand-logos .logo10  {
    width: 12%; /* Adjust individual logo width */
    max-width: none; /* Ensure the maximum width is not restricted */
    height: auto; /* Allow logo height to adjust automatically */
    position: relative;
    flex-shrink: 0; /* Prevent logos from shrinking */
    object-fit: contain; /* Maintain aspect ratio */
    filter: grayscale(100%); /* Apply the grayscale filter to make them grey */
}

.services-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
    padding: 2rem 0;
    width: 90%;
    height: auto;
    margin: 0 auto; /* Center horizontally */
    margin-top: 10%;
    margin-bottom: 10%;
}

.services-title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 38px; 
    text-transform: uppercase;
    text-align: left;
    color: #FF0817; 
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    line-height: auto;
    text-align: left;
    color: #FF0817; 
}

.services-list li {
    margin-bottom: 1rem;
}

details {
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-align: left;
}

summary {
    font-weight: normal;
    position: relative;
    list-style: none; /* No bullets */
    font-size: 1.3rem;
}

summary::before {
    content: '[+]'; /* Add a "+" symbol */
    font-size: 1.3rem;
    color: #FF0817; /* Adjust as needed */
    margin-right: 8px;
}

details[open] summary::before {
    content: '[-]'; /* Change "+" to "-" when expanded */
}

details p {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgb(214, 214, 214); 
    padding-left: 1rem;
    font-weight: 300;
}

.contact-section {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Three equal columns */
    gap: 2rem;
    align-items: start;
    margin-left: 3%; /* Consistent margin with the rest of the website */
    margin-top: 10%; /* Adjust as necessary */
    margin-bottom: 10%; /* Adjust as necessary */
    padding: 2rem;
}

.contact-section > div {
    display: flex;
    flex-direction: column; /* Ensure content inside each column is stacked vertically */
    align-items: flex-start; /* Left-align all items inside the column */
}

.contact-section .text-wrapper {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #FF0817;
    font-size: 38px;
    margin-top: -1px;
    text-align: left; /* Ensure the text is aligned to the left */
}

.contact-section .div {
    font-family: "Oswald-Regular", Helvetica;
    font-weight: 400;
    color: #FF0817;
    font-size: 16px;
    margin-top: -1px;
    text-align: left; /* Ensure the text is aligned to the left */
}

.social-links {
    display: flex;
    gap: 10px; /* Adjust spacing between icons as needed */
    margin-top: 10px; /* Add spacing from the email above */
    align-items: flex-start; /* Left-align the social links */
}

.social-links a {
    display: inline-block;
}

.contact-section .frame {
    width: 32px;
    height: 32px;
    object-fit: contain; /* Ensure icon maintains aspect ratio */
}

/* New Subscribe Section */
.subscribe-section {
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: flex-start; /* Left-align the form */
}

.subscribe-section form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.subscribe-section {
    position: relative;
    display: flex;
    align-items: flex-start; /* Align content to the left */
    flex-direction: column;
}

.subscribe-section input {
    padding: 6px 4px; /* Minimal padding for a clean line effect */
    font-size: 14px;
    width: 150px;
    border: none; /* Remove all borders */
    border-bottom: 1px solid grey; /* Add a grey bottom line */
    outline: none; /* Remove default focus outline */
    background-color: transparent; /* Transparent background */
    color: white;
}

.subscribe-section input:focus {
    border-bottom: 1px solid white; /* Highlight bottom line on focus */
}

.subscribe-section input::placeholder {
    color: rgb(200, 200, 200); /* Light grey placeholder text */
    font-size: 12px; /* Adjust placeholder font size */
    font-family: "Oswald", sans-serif; /* Match your font style */
    opacity: 1; /* Ensure placeholder is visible */
    transition: color 0.3s ease; /* Smooth transition for placeholder color */
}

.subscribe-section input:focus::placeholder {
    color: transparent; /* Hide placeholder text on focus */
}


.subscribe-section button {
    padding: 6px 8px;
    background-color: #FF0817;
    color: rgb(246, 246, 246);
    border: none;
    border-radius: 100%; /* Make the button round */
    font-size: 16px; /* Arrow size */
    cursor: pointer;
}

.subscribe-section button:hover {
    background-color: #ffffff;
    border-radius: 20px; 
}

.subscribe-section input:focus {
    border-color: #ffffff; /* Highlight border on focus */
    border-radius: 20px; 
}

/* Subscribed state */
.subscribe-section.subscribed input {
    display: none; /* Hide the input field */
    
}

.subscribe-section.subscribed::before {
    content: "You've subscribed!";
    font-size: 16px;
    color: rgb(182, 182, 182);
    display: inline-block;
    margin-right: 10px;
    font-family: "Oswald", sans-serif;
}





.footer {
    width: 90%;
    margin: 0 auto 1%; /* Center horizontally and add bottom margin */
    display: flex;
    flex-direction: column; /* Align items vertically */
    align-items: center;
    justify-content: center; /* Center horizontally */
    text-align: center; /* Center text inside the footer */
}


.footer .text-wrapper {
    position: relative;
    height: 47px;
    margin-top: 10%;
    left: 0;
    font-family: "Oswald-Medium", Helvetica;
    font-weight: 400;
    color: #FF0817;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    align-items: center; 
}

a {
    color: #FF0817;;
    text-decoration: none; /* Optional: Removes underline */
  }

/* Add media queries for responsive design */
@media screen and (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        font-family: "Oswald-Bold", Helvetica;
        position: relative; /* Changed from absolute to relative */
        max-width: 100%; /* Changed from 768px to 100% */
        overflow-x: hidden; /* Prevent horizontal scrolling */
    }  

    .desktop {
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        min-height: 100vh; /* Ensure container fills at least the height of the viewport */
        width: 100%; /* Ensure it fits within the viewport */
    }

    .img {
        width: 35%; /* Adjusted max-width */
        height: 35%;
        object-fit: cover;
    }
    
    .gif-video-loop img {
        width: 90%; /* Ensure the image does not exceed the container width */
        height: auto; 
        border-radius: 2px;
        margin-bottom: 10%; 
        margin-top: 6%; 
    }

    .element-CREATIVE-LAB-is-a {
        position: relative;
        width: 90%; /* Adjusted width */
        height: auto;
        margin: 0 auto; /* Center horizontally */
        font-family: "Oswald-Bold", Helvetica;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        letter-spacing: 0;
        line-height: normal;
    }

    .services-section {
        grid-template-columns: 1fr; /* Stacks columns on smaller screens */
    }
    .services-title {
        text-align: left;
    }


    .services-list {
        list-style: none;
        padding: 0;
        margin: 0;
        font-family: 'Oswald', sans-serif;
        line-height: 20px;
    }

    summary {
        font-weight: normal;
        position: relative;
        list-style: none; /* No bullets */
        font-size: 1.2rem;
    }

    summary::before {
        content: '[+]'; /* Add a "+" symbol */
        font-size: 1.2rem;
        margin-right: 8px;
    }

    .image {
        width: 90%;
        margin: 0 auto; /* Center horizontally */
    }

    .brand-logos {
        margin-left: 5%;
        margin-top: 10%;
        width: 90%; /* Ensure it fits within the viewport */
    }

.brand-logos .logo1,
.brand-logos .logo2,
.brand-logos .logo3,
.brand-logos .logo4,
.brand-logos .logo5,
.brand-logos .logo6,
.brand-logos .logo10  {
    width: 30%; /* Adjust individual logo width */
}

.image {
    width: 90%;
    margin: auto; /* Center the image horizontally */
    text-align: center; /* Center the image horizontally within the container */
    position: relative;
    margin-top: 20%; 
    margin-bottom: 20%;
}

.image .img {
    width: 100%; /* Adjust the width of the image as needed */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Ensure the image is displayed as a block element */
}

.contact-section {
    width: 90%;
    margin: 0 auto; /* Center contact section */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the left */
}

.contact-section .text-wrapper {
    font-size: 36px;   
    width: 100%; /* Ensure it takes the full width */
    text-align: left; /* Align text to the left */
    margin-bottom: 1px; /* Add space between text-wrapper and the rest */
    margin-left: 0;
}

.contact-section .div {
    font-size: 22px;
    margin-left: 0%;
}

.social-links {
    display: flex;
    gap: 10px; /* Adjust spacing between icons as needed */
    margin-top: 10px; /* Add spacing from the email above */
    margin-left: 0%;
}

.contact-section .frame {
    width: 32px;
    height: 32px;
    object-fit: contain; /* Ensure icon maintains aspect ratio */
}


.footer .text-wrapper {
    font-size: 14px;
}
}


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


    body {
        margin: 0;
        padding: 0;
        position: absolute; 
        margin-right: 0;
        margin-left: 0;
        max-width: 480px; 
        overflow-x: hidden;
    }


    .desktop {
        display: flex;
        max-width: 480px; 
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        min-height: 100vh; /* Ensure container fills at least the height of the viewport */
    } 

    .img {
        width: 50%; /* Adjusted max-width */
        height: 50%;
        object-fit: cover;
    }
    
    .gif-video-loop img {
        width: 120%; /* Ensure the image does not exceed the container width */
        height: auto; 
        border-radius: 2px;
        margin-bottom: 10%; 
        margin-top: 6%; 
    }

    .location-time-container {
        max-width: 90%;
        margin: 4px auto; /* Centered horizontally */
        flex-direction: column;
        align-items:center;
        margin-bottom: 20px;
    }

    .location-text, .time-text {
        font-weight: bold;
        font-size: 12px;
        margin: 2px 2px;
        text-align: center; 
    }

    

    .element-CREATIVE-LAB-is-a {
        position: relative;
        width: 90%; /* Adjusted width */
        height: auto;
        margin: 0 auto; /* Center horizontally */
        font-family: "Oswald-Bold", Helvetica;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        letter-spacing: 0;
        line-height: normal;
    }

    .services-section {
        grid-template-columns: 1fr; /* Stacks columns on smaller screens */
    }
    .services-title {
        text-align: left;
    }


    .services-list {
        padding: 0;
        margin: 0;
        font-family: 'Oswald', sans-serif;
        line-height: 16px;

    }

    summary {
        font-weight: normal;
        position: relative;
        font-size: 1.2rem;
        line-height: 1rem;
    }

    summary::before {
        content: '[+]'; /* Add a "+" symbol */
        font-size: 1.2rem;
        margin-right: 8px;
        line-height: 1rem;
       
    }

    /* Mobile-specific adjustment to make sure no default triangle appears */
    summary::-webkit-details-marker {
        display: none; /* Hide default triangle in webkit browsers */
    }

    summary {
        list-style-type: none; /* Ensure no default bullet/triangle */
    }

    .image {
        width: 95%;
    }


    .brand-logos {
        margin-left: 3%;
        margin-top: 12%;
    }

    .brand-logos .logo1,
.brand-logos .logo2,
.brand-logos .logo3,
.brand-logos .logo4,
.brand-logos .logo5,
.brand-logos .logo6,
.brand-logos .logo10  {
    width: 35%; /* Adjust individual logo width */
}

.image {
    width: 90%;
    margin: auto; /* Center the image horizontally */
    text-align: center; /* Center the image horizontally within the container */
    position: relative;
    margin-top: 20%; 
    margin-bottom: 20%;
}

.image .img {
    width: 105%; /* Adjust the width of the image as needed */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Ensure the image is displayed as a block element */
}

.contact-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the left */
}

.contact-section .text-wrapper {
    font-size: 36px;   
    width: 100%; /* Ensure it takes the full width */
    text-align: left; /* Align text to the left */
    margin-bottom: 1px; /* Add space between text-wrapper and the rest */
    margin-left: 0;
}

.contact-section .div {
    font-size: 16px;
    margin-left: 0%;
}

.social-links {
    display: flex;
    gap: 10px; /* Adjust spacing between icons as needed */
    margin-top: 10px; /* Add spacing from the email above */
    margin-left: 0%;
}

.contact-section .frame {
    width: 32px;
    height: 32px;
    object-fit: contain; /* Ensure icon maintains aspect ratio */
}




.footer .text-wrapper {
    font-size: 10px;
    text-align: left;
}
}


@media (min-width: 1450px) {
    body {
        max-width: none; /* Remove max-width to utilize larger screens */
    }
    .desktop {
        max-width: none;

    }
    .desktop-cb {
        max-width: none; /* Remove max-width to utilize larger screens */
    }


    .gif-video-loop img {
        width: 90%; /* Adjust the width of the image */
    }

    .element-CREATIVE-LAB-is-a {
        font-size: 28px;
        max-width: none; 
    }

    .brand-logos {
        margin-left: 20%; /* Adjust left margin for larger screens */

    }

    .brand-logos .logo1,
.brand-logos .logo2,
.brand-logos .logo3,
.brand-logos .logo4,
.brand-logos .logo5,
.brand-logos .logo6,
.brand-logos .logo10  {
    width: 120px; /* Adjust individual logo width */
}

   



    
    .footer .text-wrapper {
        font-size: 22px;
    }
    .footer {
        width: 70%; /* Adjust the width for larger screens */
        max-width: 1140px;
    }
}

