@media(max-width:768px) {
    html, body{
        overflow-x: hidden;
    }
    nav ul {
    display: none;
    list-style: none;
}

header {
    background-color: #333;
    padding: 22px 18px 22px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 18px 0px 18px;
}

.logo {
    width: 170px;
    height: 45px;
}
.cart-icon{
    border: 1px solid rgb(225, 223, 223);
    padding: 2px 10px;
}
.cart-icon img {
    width: 45px;
    height: 45px;
}
.cart-count {
    position: absolute;
    top: 10px;
    right: 6px;
    background-color: white;
    color: #333;
    border-radius: 30%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
}
/* section 1 */
.hero {
    padding: 10px 10px 30px 10px;
}

.hero-img {
    padding-left: 15px;
    width: 180px;
    height: 55px;
}

.bold-text {
    font-size: 60px;
    line-height: 0.2;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.outline-text {
    font-size: 140px;
    line-height: 0.9;
    font-weight: normal;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    display: inline-block;
}
/* section 2 */
.section2-header {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-bottom: 60px;
}
.section2-logo {
    width: 180px;
    height: 180px;
    margin-right: 215px;
}
.section2-content {
    display: flex;
    flex-direction: column;
    padding: 0px 35px;
    gap: 15px;
    overflow-x: hidden;
}
.section2-image img {
    width: 100%;
    height: 212px;
    filter: grayscale(100%);
}

.section2-tagline {
    width: 380px;
}
.section2-image {
    width: 100%;
}
.section2-text {
    width: 100%;
     padding-top: 0px;

}
.section2-container {
    width: 100%;
    padding: 0px 0px;

}

/* section 3 */
.section3-container {
    max-width: 100%;
    overflow: hidden;
    padding: 90px 0 90px 0;
    cursor: none;
    /* Hide default cursor only in this section */
    position: relative;
}
.section3-product-item img {
    width: 400px;
    height: 331px;
}

/* section 4 */
.section4-container {
    padding: 0px 35px 0px 35px;
}
.section4-hero-content {
    width: 100%;
    padding-right: 0px;
}
.section4-hero {
    border: 1px solid black;
    padding: 20px 10px 300px 10px;
    margin: 0px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.section4-profile-circle {
    width: 230px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 5px;
    border: 2px solid rgb(40, 40, 40);
    
    display: flex;
    flex-direction: column;
}
.section4-hero-image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: 0px;
}
.section4-skills-bubble {
    position: absolute;
    right: 0px;
    top: 230px;
    width: 300px;
    height: 250px;
   
    
}

.section4-skill:nth-child(1) {
    /* Figma */
    top: 0px;
    right: 5px;
    transform: rotate(0deg);
    margin-bottom: 1px;
}

.section4-skill:nth-child(2) {
    /* Photoshop */
    top: 70px;
    right: 0px;
    transform: rotate(0deg);
    text-align: center;
}

.section4-skill:nth-child(3) {
    /* Illustrator */
    top: 135px;
    right: 0px;
    transform: rotate(0deg);
    
}

.section4-skill:nth-child(4) {
    /* In-Design */
    top: 200px;
    right: 0px;
    transform: rotate(0deg);
    text-align: center;
}
.section4-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 70px 0;
    gap: 50px;
}

.section4-service-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
/* section 5 */
.section5 {

    padding: 0px 35px 40px 35px;
}
.section5-left h2 {
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    font-family: "Oswald", sans-serif;
    color: #2f2f2f;
}
.section5-left p {
    font-size: 0.9rem;
    margin: 0;
    font-family: "Oswald", sans-serif;
    color: #2f2f2f;
    font-weight: 300;
}
.section5-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 0;
}
.section5-right {
    margin-top: 50px;
}
.section5-right button {
    padding: 5px 20px;
    background: transparent;
    border: 1px solid #333;
    font-weight: 400;
    color: #3a3a3a;
    cursor: pointer;
    align-items: center;
    font-size: 10px;
    font-family: "Oswald", sans-serif;
}
.section5-posts {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.section5-post {
    padding-bottom: 10px;
    flex: 1 1 calc(33% - 20px);
    min-width: 300px;
    overflow: hidden;
    height: 44vh;

}
.curve{
    margin-top: 20px;
    width: 130px;
    height: 15px;
}

/* section 6 */
.section6-logos {
    background-color: #2d2d2d;
    padding: 40px 0px;
    display: flex;
    gap: 30px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.section6-logos img {
    height: 60px;
    width: 260px;
    object-fit: contain;

}
.section6-title {
    font-size: 2rem;
}
.section6-subtitle {
   font-size: 1.5rem;
}
/* section 7 */
.section7-container {
    display: flex;
    flex-direction: column;
    padding: 10px 35px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}
.section7-left {
    display: flex;
    width: 100%;
    border: 1px solid #0e0d0d;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
}
.section7-icon img {
    height: 160px;
    width: 100px;
    display: none;
   
}
.section7-text {
    flex-grow: 1;
    padding-left: 0px;
}
 .section7-right {
      width: 100%;
     
    }
    .section7-award-type::after {
      content: "";
      position: absolute;
      right: -23px;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      width: 30px;
      background-color: #2e2e2e;
    }
/* footer */
.footer-container {
    padding: 60px 35px 40px 35px;
}
footer a{
    color: white;
}
.back-to-top {
    position: absolute;
    right: 0;
    top: -44px;
    border: 1px solid  rgb(234, 231, 231);
    padding: 12px 14px;
    color: #eae9e9;
    text-decoration: none;
    font-size: 16.5px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-bottom: 40px;
}

.footer-cta {
    flex: 1;
    text-align: left;
}


.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
    gap: 20px;
}
.get-in-touch {
    display: inline-flex;
    align-items: left;
    background-color: #fff;
    color: #363535;
    padding: 12px 0px 10px 40px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 30px;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid white;
    font-size: 20px;
    color: #ece9e2;
    font-weight: 300;
    gap: 20px;
}
.arrow-icon svg{
    width: 77px;
    height: 20px;
}
/* about page */
.about-title {
    font-size: 65px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
    
       .about-team-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
            gap: 40px;
            padding: 50px 0 0 0;
            margin: 0 20px;
        }
           .about-team-member {
            width: 100%;
            height: 380px;
            background-color: #333;
            color: white;
            padding: 50px 20px;
            text-align: center;
        }
        /* menu */
           /* Navigation styles */
        .menu-navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 17px;
            color: white;
            /* position: relative; */
             border: 1px solid white;
        }
        
        .menu-logo {
            display: flex;
            align-items: center;
        }
        
        .menu-logo-text {
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-left: 10px;
        }
        
        .menu-nav-right {
            display: flex;
            align-items: center;
        }
        
      /* Mobile menu toggle button */
        .menu-toggle {
            background: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-right: 0px;
        }
        
        .menu-cart-icon {
            
           
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }
        
        .menu-cart-count {
            position: absolute;
            top: 0;
            right: 0;
            background-color: white;
            color: #2a2a2a;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 14px;
        }
        
        /* Mobile dropdown menu */
        .menu-dropdown {
            position: absolute;
            top: 118px;
            left: 5%;
            width: 100%;
            background-color: #333333;
            height: 0;
            overflow: hidden;
            transition: height 0.3s ease;
            z-index: 1000;
            max-width: 352px;
            
          
        }
        
        .menu-dropdown.menu-active {
            height: 300px; /* Adjust this value based on your menu's actual height */
        }
        
        .menu-dropdown ul {
            list-style: none;
            display: flex;
            flex-direction: column; /* Display items in column */
            opacity: 0;
            transition: opacity 0.2s ease;
            
        }
        
        .menu-dropdown.menu-active ul {
            opacity: 1;
        }
        
        .menu-dropdown li {
          
            width: 100%;
        }
        
        .menu-dropdown a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 15px 20px;
            font-size: 18px;
             font-family: "Oswald", sans-serif;
            transition: background-color 0.3s;
        }
        
        .menu-dropdown a:hover {
            background-color: #3a3a3a;
        }
        
        /* SVG styles */
        .menu-logo-svg {
            fill: white;
        }
        
        .menu-cart-svg {
            fill: white;
            width: 24px;
            height: 24px;
        }
             /* julio page */
         /* Layout */
        .detail-container {
            display: flex;
            flex-direction: column;
             margin: 0 20px 60px 20px;
             gap: 0px;
             
        }
         .detail-left {
            width: 100%;
            position: relative;
            display: flex;
            padding: 0px 0 ;
            overflow: hidden;
        }

        .detail-right {
            width: 100%;
            padding: 0px 0 ;
            display: flex;
            flex-direction: column;
        }
        
        .detail-mockup img {
            width: 100%;
            height: 330px;
            object-fit: contain;
        }
           /* Content Panels */
        .detail-panel {
            background-color:#ded9cc;
            padding: 30px;
            margin-bottom: 10px;
            border-radius: 2px;
        }


}
 