* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #f9f9f9;
    padding: 50px;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #f5f5f5;
}

.hero-section {
    width: 1370px; 
    height: 698px;
    background-color: #fff5ee; 
    margin: 20px auto;
    padding: 40px 80px;
    position: relative;
    overflow: hidden;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #ff4500;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
}

.buy-now-btn {
    background-color: #ff4500;
    color: white;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-text {
    max-width: 500px;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text span {
    color: #ff4500;
    text-decoration: underline;
}

.hero-text p {
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-footer-info {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.buy-now-main {
    background-color: #ff4500;
    color: white;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: bold;
}

.hero-image-container {
    position: relative;
}

.orange-border-box {
    width: 300px;
    height: 300px;
    border: 2px solid #ff4500;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 1;
}

.shoe-img {
    position: relative;
    z-index: 2;
    width: 450px;
    transform: rotate(-15deg);
}

.banner-section {
    width: 1190px;
    height: 380px;
    display: flex;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.banner-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.banner-text h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.banner-video {
    flex: 1;
    position: relative;
}

.banner-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #EE5514;
    cursor: pointer;
    z-index: 2;
}



.features-section {
    text-align: center;
    padding: 50px 20px;
    font-family: 'Arial', sans-serif;
    margin: 20px;
}

.section-title {
    font-size: 24px;
    margin-bottom: 40px;
    color: #333;
}

.features-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-card {
    background: #fff;
    padding: 30px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 30px;
}

.blue-bg { background-color: #eef5ff; }
.orange-bg { background-color: #fff4e6; }
.purple-bg { background-color: #f3e8ff; }

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #ff4500;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}




.product-section {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0; 
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.badge {
    color: #ff5722;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.title-group h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
}

.nav-arrows {
    display: flex;
    gap: 10px;
}

.arrow-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    color: #888;
    transition: 0.3s;
}

.arrow-btn:hover {
    background: #ff5722;
    color: white;
    border-color: #ff5722;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    text-align: left;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.img-container {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.product-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.product-info p {
    font-size: 13px;
    color: #777;
    margin-bottom: 2px;
    cursor: pointer;
}

.product-info .price {
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
    cursor: pointer;
}

.buy-btn {
    width: 100%;
    background-color: #ff5722; 
    color: white;
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
}

.buy-btn:hover {
    background-color: #e64a19;
}

.testimonials-section {
    max-width: 1140px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.testimonial-container {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 481px; 
}

.testimonial-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5722;
}

.testimonial-content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background-color: #ffffff;
}

.user-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.rating {
    color: #ff5722;
    margin-bottom: 20px;
}

.feedback-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.user-job {
    color: #888;
    font-size: 14px;
    margin-top: 5px;
}



.newsletter-section {
    max-width: 1140px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
}

.newsletter-container {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    height: 334px;
    align-items: center;
}

.newsletter-image {
    flex: 1;
    height: 100%;
    background-color: #f5f5f5; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-content {
    flex: 1.5;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.newsletter-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.subscribe-form {
    display: flex;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    max-width: 450px;
}

.subscribe-form input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    outline: none;
    font-size: 14px;
}

.subscribe-form button {
    background-color: #ff5722; 
    color: white;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.subscribe-form button:hover {
    background-color: #e64a19;
}


.site-footer {
    background-color: #fffaf9; 
    padding: 60px 0 20px 0;
    font-family: 'Arial', sans-serif;
    border-top: 1px solid #eee;
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 20px;
}

.footer-brand {
    flex: 1.5;
}

.footer-logo {
    width: 60px;
    margin-bottom: 20px;
}

.address, .email {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

/* Linklar qismi */
.footer-links h4, .footer-contact h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #ff5722;
}

.footer-contact {
    flex: 1.5;
}

.footer-contact p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.contact-input {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.contact-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.contact-input button {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #999;
}