*{
    padding: 0;
    margin: 0;
    font-family: "Inter";
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    overflow-x: hidden; 
}

html{
    scroll-behavior: smooth;
}

.nav-hero{
    width: 100dvw;
    height: 1000px;
    flex-shrink: 0;
    background-color: #181818;
    background-image: url(BackgroundHero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nav{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-between;
    z-index: 1;
    padding: 40px 40px 0px 40px; 
    position: fixed;
    background-color: transparent;
}

#nav {
    transition: background-color 0.3s ease;  
}

.logo{
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    margin-right: 40px;
}

.logo:hover{
    transform: scale(1.1);
}

.logo .athlet-logo{
    width: 170px;
    height: 30px;
}

.logo .skroutz-partner-logo{
    width: 75px;
    height: 42px;
    margin: 10px 0px 0px -40px;
}

.nav-menu{
    padding-right: 0px;
    padding-top: 7px;
}

.nav-menu ul{
    display: flex;
    text-align: center;
    gap: 50px;
}

.nav-menu ul li a{
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.nav-menu ul li a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 3.5px;
    border-radius: 20px;
    background-color: #F68B22;
    width: 100%;
    scale: 0;
    transition: 0.2s ease-in-out;
}

.nav-menu ul li a:hover::before{
    scale: 1;
}

.right-nav{
    display: flex;
    gap: 15px;
}

.language-button{
    width: 35px;
    height: 35px;
    margin-top: -1px;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out; 
    opacity: 1; 
    position: relative;
}

.language{
    display: none;
}



.nav-button{
    margin-top: -2px;
}

.nav-button .button{
    display: flex;
    gap: 8px;
}

.nav-button .button:hover{
    transform: scale(1.1);
}

.nav-button .button h4{
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.nav-button .button img{
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.button{
    padding: 8px 24px 8px 24px;
    border-radius: 5px;
    background: #F68B22;
}

.hero .hero-top{
    max-width: 100vw;
    padding-top: 150px;
    padding: 40px 40px 0px 40px; 
}

.top-hero-text .nike-image{
    top: 20%;
    right: 35%;
    position: absolute;
    max-width: 30%;
}

@media (max-width: 1500px){
    .top-hero-text .nike-image{
        visibility: hidden;
    }

}


.hero-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 650px 40px 0px 40px;
    z-index: 1; 
}

.adidas-cloud-white{
    position: relative;
    width: 1100px;
}

.adidas-cloud-white img{
    width: 100%;
}

.adidas-cloud-white h5{
    position: absolute;
    color: #E9E9E9;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    top: 35%;
    left: 33%;
}

.shop-now{
    position: absolute;
    display: flex;
    text-align: center;
    gap: 8px;
    top: 47%;
    left: 33%;
}

.shop-now:hover{
    transform: scale(1.1);
}

.shop-now p{
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shop-now img{
    margin-top: 5px;
    width: 20px;
    height: 10px;
}

.find-us-on-skroutz{
    position: relative;
}

.find-us-on-skroutz h3{
    color: #E9E9E9;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 40px;
}

.hero-skroutz-button img{
    width: 200px;
    height: 70px;
}

.hero-skroutz-button img:hover{
    transform: scale(1.1);
}

.find-us-on-skroutz{
    width: 800px;
    text-align: center;
    padding-left: 100px;
    padding-top: 50px;
}

.about-us-mini-section{
    padding-left: 300px;
    width: 800px;
}

.about-us{
    display: flex;
    width: 160px;
}

.about-us:hover{
    transform: scale(1.1);
}

.about-us h4{
    color: #E9E9E9;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.about-us img{
    width: 30px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

.about-us-mini-section p{
    padding-top: 6px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    width: 500px;
}

.second-section{
    background-color: black;
    background-image: url(Background2ndSection.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 1000px;
    width: 100%;
}

.top-2nd-section{
    background-color: #F68B22;
    width: 100%;
    height: 150px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.tag-list {
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1rem 0;
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
}

.loop-slider {
    .inner {
      display: flex;
      width: fit-content;
      animation-name: loop;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-direction: var(--direction);
      animation-duration: var(--duration);
      gap: 10rem;
    }
  }
  
  .tag {
    display: flex;
    align-items: center;
    gap: 0 0.2rem;
    
    
    padding: 0.7rem 1rem;
    margin-right: 1rem; 
  }
    

@keyframes loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-20%);
    }
  }

  .loop-slider .inner .tag img{
    
    width: 150px;
}

#puma-logo{
    padding-bottom: 30px;
}

#adidas-logo{
    padding-bottom: 30px;
}

#elesse-logo{
    padding-bottom: 30px;
}

#new-balance-logo{
    margin-top: -10px;
}

.bottom-2nd-section{
    display: flex;
    justify-content: space-between;
    padding: 130px 220px 0px 220px;
}

.card-heading{
    display: flex;
    gap: 6px;
}

.card-heading img{
    width: 3px;
    height: 18px;
    padding-top: 2px;
}

.card-heading h6{
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.product-1{
    text-align: center;
}

.card{
    width: 304px;
    height: 476px;
    background-image: url(2ndSectionBox.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.adidas-jacket{
    width: 136.91px;
    height: 182.547px;
    margin-top: 20px;
}

.card .adidas{
    color: #B5B5B5;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 35px;
}

.card h4{
    color: #181818;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 20px;
}

.card p{
    color: #575757;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 25px 0px 25px;
}

.card .shop-button{
    width: 246px;
    height: 53px;
    margin-top: 25px;
}

.card .shop-button:hover{
    transform: scale(1.1);
}

.product-2{
    text-align: center;
}

.adidas-leggings{
    width: 126px;
    height: 168px;
    margin-top: 33px;
}

.product-3{
    text-align: center;
}

.don-issue{
    width: 239.907px;
    height: 320.264px;
    margin-bottom: -70px;
    margin-top: -50px;
}

.shop-button-3{
    width: 246px;
    height: 53px;
    margin-top: 15px;
}

.card .shop-button-3:hover{
    transform: scale(1.1);
}

.third-section-footer{
    background-color: black;
    background-image: url(Background3rdSection.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 1000px;
    width: 100%;
}


.third-section{
    display: flex;
    justify-content: space-between;
    padding: 120px 40px 0px 40px; 
}

.left-3rd-section{
    width: 35%;
}

.left-3rd-section .about-us-third{
    display: flex;
    gap: 12px;
}

.left-3rd-section .about-us-third img{
    width: 4px;
    height: 25px;
    margin-top: 7px;
}

.left-3rd-section .about-us-third h3{
    color: #E9E9E9;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.left-3rd-section h2{
    color: #F68B22;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 25px;
}

.left-3rd-section p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 45px;
}

.left-3rd-section img{
    width: 195px;
    height: 66px;
    margin-top: 60px;
}

.left-3rd-section img:hover{
    transform: scale(1.1);
}

.right-3rd-section img{
    width: 822px;
    height: 600px;
}

.footer{
    width: 100%;
    height: 120px;
    background-color: #F68B22;
    margin-top: 160px;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 0px 40px; 
}

.footer-logo img{
    width: 230px;
    height: 70px;
}

.footer-logo img:hover{
    transform: scale(1.1);
}

.footer-menu{
    display: flex;
    gap: 4rem;
}

.footer-menu h4{
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.footer-menu img{
    width: 15px;
    height: 15px;
    margin-top: 2px;
}

.footer-menu .men{
    display: flex;
    gap: 6px;
}

.footer-menu .men:hover{
    transform: scale(1.1);
}

.footer-menu .women{
    display: flex;
    gap: 6px;
}

.footer-menu .women:hover{
    transform: scale(1.1);
}

.footer-menu .kids{
    display: flex;
    gap: 6px;
}

.footer-menu .kids:hover{
    transform: scale(1.1);
}

.website-by-webetech img{
    width: 180px;
    height: 63px;
}



@media (max-width: 1850px){
    .adidas-cloud-white h5{
        font-size: 18px;
    }

    .find-us-on-skroutz{
        padding-left: 250px;
        padding-top: 50px;
    }
    
    .about-us-mini-section{
        padding-left: 300px;
        width: 800px;
    }
}

@media (max-width: 1780px){
    .adidas-cloud-white h5{
        font-size: 16px;
    }

    .shop-now{
        gap: 6px;
    }
    
    .shop-now p{
        font-size: 14px;
    }
    
    .shop-now img{
        margin-top: 4px;
        width: 18px;
        height: 10px;
    }
}

@media (max-width: 1730px){
    .adidas-cloud-white h5{
        font-size: 20px;
    }

    .shop-now{
        gap: 5px;
    }
    
    .shop-now p{
        font-size: 16px;
    }
    
    .shop-now img{
        margin-top: 4px;
        width: 16px;
        height: 9px;
    }

    .adidas-cloud-white .background-running-cloud-white{
        width: 30dvw;
    }

    .find-us-on-skroutz{
        width: 800px;
        text-align: center;
        padding-left: 100px;
        padding-top: 50px;
    }
    
    .about-us-mini-section{
        padding-left: 200px;
        width: 800px;
    }

    .about-us-mini-section p{
        width: 400px;
    }

    .left-3rd-section h2{
        font-size: 64px;
    }

    .bottom-2nd-section{
        display: flex;
        justify-content: space-between;
        padding: 130px 180px 0px 180px;
    }
}

@media (max-width: 1500px){
    
    .about-us-mini-section{
        padding-left: 100px;
        width: 800px;
    }

    .adidas-cloud-white{
        display: none;
    }

    .find-us-on-skroutz{
        padding-left: 0px;
        padding-right: 100px;
        padding-top: 50px;
    }
    
    .product-3{
        display: none;
    }

    .bottom-2nd-section{
        justify-content: center;
        padding: 130px 220px 0px 220px;
    }

    .left-3rd-section h2{
        padding-top: 15px;
        font-size: 40px;
    }

    .left-3rd-section .about-us-third img{
        width: 3px;
        height: 20px;
        margin-top: 5px;
    }

    .left-3rd-section .about-us-third h3{
        color: #E9E9E9;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }

    .left-3rd-section .about-us-third{
        padding-top: 10px;
        display: flex;
        gap: 10px;
    }

    .hero-bottom{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 680px 40px 0px 40px;
        z-index: 1; 
    }

    .about-us-mini-section p{
        width: 350px;
    }

    .find-us-on-skroutz{
        width: 800px;
        text-align: center;
        padding-left: 100px;
        padding-top: 0px;
    }

    .bottom-2nd-section{
        display: flex;
        gap: 40px;
        padding: 130px 220px 0px 220px;
    }

    .nav-hero{
        background-image: url(Athlet\ Website\ Mobile\ Version\ Background.png);
    }
}

@media (max-width: 1100px){

    .bottom-2nd-section{
        display: flex;
        gap: 40px;
        padding: 130px 100px 0px 100px;
    }
}

@media (max-width: 1220px){
    
    html{
        scroll-behavior: smooth;
        overflow-x: hidden; 
        
        width: 100%;
        
    }

    body{
        overflow-x: hidden;
        
        
    }

    .left-3rd-section{
        width: 50dvw;
        padding-top: 30px;
    }

    .right-3rd-section img{
        width: 500px;
        height: 386px;
        margin-top: 80px;
    }

    .third-section-footer{
        height: 870px;
    }
}

@media (max-width: 1000px){
    
    html{
        scroll-behavior: smooth;
        overflow-x: hidden; 
        
        width: 100%;
        
    }

    body{
        overflow-x: hidden;
        
        
    }

    body{
        width: 100%;
    }

    .logo .athlet-logo{
        width: 115px;
        height: 20px;
    }
    
    .logo .skroutz-partner-logo{
        width: 50px;
        height: 28px;
        margin: 10px 0px 0px -40px;
    }

    .nav-hero{
        height: 850px;
    }

    .nav-menu{
        display: none;
    }

    .hero-bottom{
        width: 100%;
        gap: 10px;
        padding: 570px 40px 0px 40px;
        z-index: 1; 
    }

    .find-us-on-skroutz h3{
        font-size: 24px;
        padding-bottom: 20px;
    }
    
    .hero-skroutz-button img{
        width: 160px;
        height: 55px;
    }
    
    .find-us-on-skroutz{
        width: 800px;
        text-align: center;
        padding-left: 0px;
    }
    
    .about-us-mini-section{
        padding-left: 0px;
    }
    
    .about-us{
        display: flex;
        width: 160px;
    }
    
    .about-us h4{
        font-size: 16px;
    }
    
    .about-us img{
        width: 20px;
        height: 10px;
        margin-top: 4px;
        margin-left: 5px;
    }
    
    .about-us-mini-section p{
        font-size: 12px;
        width: 200px;
    }







    .second-section{
        height: 800px;
    }
    
    .top-2nd-section{
        height: 150px;
    }

    .bottom-2nd-section{
        display: flex;
        justify-content: space-around;
        padding: 120px 25px 0px 25px;
    }
    
    .card-heading{
        gap: 4px;
    }
    
    .card-heading img{
        width: 2px;
        height: 14px;
        padding-top: 2px;
    }
    
    .card-heading h6{
        font-size: 12px;
        padding-bottom: 70px;
    }
    
    .card{
        width: 200px;
        height: 313px;
    }
    
    .adidas-jacket{
        width: 90px;
        height: 120px;
        margin-top: 20px;
    }
    
    .card .adidas{
        font-size: 8px;
        padding-top: 10px;
    }
    
    .card h4{
        font-size: 14px;
        padding-top: 2px;
    }
    
    .card p{
        font-size: 8px;
        padding: 5px 15px 0px 15px;
    }
    
    .card .shop-button{
        width: 150px;
        height: 32px;
        margin-top: 12px;
    }
    
    .card .shop-button:hover{
        transform: scale(1.1);
    }
    
    .product-2{
        text-align: center;
    }
    
    .adidas-leggings{
        width: 90px;
        height: 120px;
        margin-top: 18px;
        margin-bottom: 2px;
    }
    
    .product-3{
        text-align: center;
    }
    
    .don-issue{
        width: 239.907px;
        height: 320.264px;
        margin-bottom: -70px;
        margin-top: -50px;
    }
    
    .shop-button-3{
        width: 246px;
        height: 53px;
        margin-top: 15px;
    }






    .third-section-footer{
        padding-top: 150px;
        height: auto;
    }
    
    
    .third-section{
        display: block;
        align-items: center;
        padding: 40px 40px 0px 40px; 
    }
    
    .left-3rd-section{
        width: 100%;
        padding-top: 0px;
    }

    .right-3rd-section{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .left-3rd-section{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .left-3rd-section .about-us-third{
        padding-top: 10px;
        gap: 8px;
        text-align: center;
        align-items: center;
    }
    
    .left-3rd-section .about-us-third img{
        width: 4px;
        height: 20px;
        margin-top: 1px;
    }    
    
    .left-3rd-section .about-us-third h3{
        font-size: 24px;
    }
    
    .left-3rd-section h2{
        padding-top: 10px;
        font-size: 40px;
        text-align: center;
    }
    
    .left-3rd-section p{
        font-size: 12px;
        padding-top: 20px;
        text-align: center;
    }
    
    .left-3rd-section .skrtz-button-third{
        width: 200px;
        height: 68px;
        margin-top: 60px;
        
    }
    
    .right-3rd-section img{
        width: 500px;
        height: 386px;
        margin-top: 0px;
        
    }
    
    .footer{
        width: 100%;
        height: 120px;
        background-color: #F68B22;
        margin-top: 0px;
    }
    
    .footer-content{
        padding: 30px 40px 0px 40px; 
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-logo img{
        margin-top: 10px;
        width: 120px;
        height: 36px;
    }
    
    .footer-menu{
        display: none;
    }
    
    .website-by-webetech img{
        display: none;
    }
}

@media (max-width: 700px){
    
    html{
        scroll-behavior: smooth;
        overflow-x: hidden; 
        
        width: 100%;
        
    }

    body{
        overflow-x: hidden;
        
        
    }

    .nav-hero{
        height: 600px;
    }

    .hero-bottom{
        width: 100%;
        gap: 10px;
        padding: 400px 40px 0px 40px;
        z-index: 1; 
    }

    .find-us-on-skroutz h3{
        font-size: 24px;
        padding-bottom: 20px;
    }
    
    .hero-skroutz-button img{
        width: 160px;
        height: 55px;
    }
    
    .find-us-on-skroutz{
        width: 800px;
        text-align: center;
        padding-left: 0px;
    }
    
    .about-us-mini-section{
        padding-left: 0px;
    }
    
    .about-us{
        display: flex;
        width: 160px;
    }
    
    .about-us h4{
        font-size: 16px;
    }
    
    .about-us img{
        width: 20px;
        height: 10px;
        margin-top: 4px;
        margin-left: 5px;
    }
    
    .about-us-mini-section p{
        font-size: 10px;
        width: 120px;
    }

    .top-2nd-section{
        height: 60px;
    }

    @keyframes loop {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-20%);
        }
      }
    
      .loop-slider .inner .tag img{
        
        width: 50px;
    }

    .second-section{
        height: 550px;
    }

    .bottom-2nd-section{
        padding: 70px 25px 0px 25px;
    }

    .card-heading h6{
        padding-bottom: 20px;
    }

    .third-section-footer{
        height: auto;
        padding-top: 1400px;
    }

    .footer-logo img{
        margin-top: 10px;
        width: 120px;
        height: 36px;
    }
    
    .bottom-2nd-section{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .bottom-2nd-section .product-1, .bottom-2nd-section .product-2, .bottom-2nd-section .product-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
}

@media (max-width: 500px){

    html{
        scroll-behavior: smooth;
        overflow-x: hidden; 
        width: 100%;
    }

    body{
        overflow-x: hidden;   
    }

    .nav-hero{
        height: 450px;
    }

    .hero-bottom{
        width: 100%;
        justify-content: space-between;
        padding: 270px 80px 0px 40px;
        margin-right: 20px;
        z-index: 1; 
    }

    .find-us-on-skroutz h3{
        font-size: 16px;
        padding-bottom: 20px;
        width: 100px;
    }

    .hero-skroutz-button img{
        width: 100px;
        height: 34px;
    }

    .about-us-mini-section p{
        font-size: 8px;
    }

    .second-section{
        height: 950px;
    }

    .product-2{
        padding-top: 50px;
    }

    .left-3rd-section h2{
        padding-top: 10px;
        font-size: 32px;
        text-align: center;
    }

    .left-3rd-section .skrtz-button-third{
        width: 200px;
        height: 68px;
        margin-top: 60px;
    }
}