html {
    font-size: 100%;
    box-sizing: border-box;
}

*,*::before,*::after {
  box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #9698a6;
    line-height: 1.3;
    overflow-x: hidden;
   
}

@media screen and (min-width: 64em){
    body{
        font-size: 1.15rem;
        background-color: hsl(0%, 0%, 98%);
    }
    
}

.flex {
    display: flex;
}

.flex-jc-sb{
    justify-content: space-between;
}

.flex-jc-c {
    justify-content: center;
}

.flex-ai-c {
    align-items: center;

}

a,a:visited,a:hover {
    text-decoration: none;
    
}


h1, h2, h3 {
    margin-top: 0px;
    
}

.container {
    max-width: 77rem;
    margin: 0 auto;
    padding-top: 2.25rem;
    padding-right: 1.5rem;
    padding-bottom: 2.25rem;
    padding-left: 1.5rem;
    
}

nav{
    padding: 24px;
}

.header__logo img {
    width: 5.5rem;
    height: 2.3rem;

}
.header__logo2 img {
    width: 15rem;
    height: 9rem;

}

.header__links a {
    font-size: 1rem;
    transition: colour 300ms ease-in-out;
    color: grey;

}
.header__links a:hover {
    color: black;
    font-style: bold;
    transition: colour 300ms ease-in-out;
    
}

.header__links a:not(:last-child) {
    margin-right: 32px ;

}

/* Mobile Menu */
.header__menu span{ 
    display: block;
    width: 26px;
    height: 2px;
    background-color: #FA5E35;
}

.header__menu span:not(:last-child) {
    margin-bottom: 3px;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.875rem 2.1875rem;
  border: 1px solid #FA5E35;
  border-radius: 5px;
  cursor: pointer;
  color: #FA5E35;
  font-weight: 600;
  font-size: 0.875rem;
  transition: opacity 300ms ease-in-out;
  overflow: hidden;

}

.button1 {
    position: relative;
    display: inline-block;
    padding: 0.875rem 2.1875rem;
    border: 1px solid #FA5E35;
    border-radius: 30px;
    cursor: pointer;
    color: #FA5E35;
    font-weight: 600;
    font-size: 0.875rem;
    transition: opacity 300ms ease-in-out;
    overflow: hidden;
  
  }

.header__cta {
    font-size: 0.875rem;
    color: #FA5E35;
    font-style: bold;
    transition: colour 300ms ease-in-out;

}


@media screen and (max-width: 64em) {
    .hide-for-mobile {
        display: none;
    
    }   
}


@media screen and (min-width: 64em) {
    .hide-for-desktop {
        display: none;
    }      
}

@media screen and (min-width: 64em) {
    .hero .container {
        display: flex;
        align-items: center;
        min-height: 40rem; 
    }  
}

.hero__cta {
    background-color: #FA5E35;
    color: white;
    border: none;
}

 /* hero section  */

 .intro-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

/* ------------Left-section--------------- */


.left-section>h3 {
    font-size: 2.1rem;
    font-weight: 200;
    margin: 0%;
    margin-top: 10%;
    color: #000;
}

.left-section h3>img {
    width: 50px;
}

.left-section>h1 {
    color: #000;
    font-size: 4.1rem;
    font-weight: 100;
    margin: 0;
    margin-top: 1%;
    display: flex;
    align-items: center;
}

p {
    max-width: 600px;
    color: #000;
}

.sub-headlines {
    margin-top: 5%;

}

.sub-headline {
    font-size: 1.3rem;
    font-weight: 100;
    display: flex;
    align-items: center;
    padding-left: 15%;
    margin: 0%;
    margin-bottom: 3%;
    color: #000;
}

.sub-headline>img {
    background-color: #f05b32;
    border-radius: 50%;
    width: 15px;
    padding: 8px;
    margin-right: 18px;
}

/* ------------Right-section--------------- */

.right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.headphone-div {
    position: relative;
}

.headphone {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.discount {
    position: absolute;
    top: 60%;
    left: 12%;
    width: 20%;
    filter: drop-shadow(0px 8px 0px rgba(0, 0, 0, 0.2));
}

.discount-content {
    box-sizing: border-box;
    position: absolute;
    top: 68%;
    left: 17%;
    transform: translateX(-0.5rem);
    font-family: Fredoka One;
    color: #fff;
}

.discount-content h4 {
    margin: 0%;
   
}

.discount-content h1 {
    margin: 0%;
  

}


.dots {
    display: flex;
    flex-direction: row;
    gap: 1.8rem;
}

.dot {
    border-radius: 50%;
    background-color: #f05b32;
    padding: 12px;
}

.yellow-dot {
    background-color: #fbd22f;
}

.black-dot {
    background-color: #000;
}



.text {
    color: #797070;
    font-size: small;
}


@media (max-width:912px) {




    .intro-section {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .left-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 3rem;
    }

    .left-section h1 {
        text-align: center;
    }

    .sub-headlines {
        width: 100%;
    }

}



@media (max-width:600px) {



    .left-section h3>img {
        width: 30px;
    }

    .left-section h3 {
        font-size: 1rem;
    }

    .left-section>h1 {
        font-size: 2.1rem;
    }

    p {
        font-size: 0.7rem;
        text-align: center;
    }

    .sub-headlines {
        margin-top: 5%;

    }

    .sub-headline {
        font-size: 1rem;
        margin: 0% auto 3%;
    }

    .sub-headline>img {
        width: 10px;
        padding: 5px;
        margin-right: 18px;
    }


    .discount-content {
        position: absolute;
        left: 18%;
        top: 68%;
    }

    .discount-content h1 {
        font-size: 1.5rem;
    }

    .discount-content h4 {
        font-size: 0.8rem;
    }


}