*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.navbar{
    display: flex;
    justify-content: space-around;
    background-color: antiquewhite;
    height: 44px;
    line-height: 44px;

}

ul{
    display: flex;
    list-style: none;
    text-align: center;
    gap: 30px;
}


.fa-apple{
    color: black;
    font-size: 22px;
    display: inline-block;
    margin-left:200px;
    
}
.fa-solid{
    display: inline-block;
    margin-right:50px;
}

.hero{
    max-width: 100vw;
    min-height: 80vh;
    background-image: url(./assets/hero.jpeg);
    background-position: center;
    background-repeat: no-repeat;
}

h1{
    text-align: center;
    padding-top: 50px;
    font-size: 45px;
    text-transform: uppercase;
    padding-right: 160px;
}

.hero-apple{
    font-size: 60px ;
}

.heroh3,.herop{
    text-align: center;
    padding-top: 10px;
    /* padding-left: 130px; */
    word-spacing: 6px;
    font-size:1.4rem;
    font-weight: 700;
}

.heroh3{
    margin-left: 60px;
}

.herop{
    margin-left: 50px;
}

.btn{
    margin: 0 50%;
    height: 100px;
    width: 500px;
    padding-top: 20px;
    margin-left:43%;

}

button{
    background-color: #0071e3;
    padding: 10px 25px;
    border-radius: 25px;
    color: white;
    font-size: 20px;
  
}

button:hover{
    color: black;
    background-color: white;
}
.sec2{
    min-height: 80vh;
    max-width: 100vw;
    background-size: cover;
    background-image: url(./assets/women.jpeg);
    background-repeat: no-repeat;
}

.ipad-div{
    margin: 0 auto;
    height: 20%;
    width: 20%;
    padding-top: 25px;
}

.sec2 p,h2{
    color: white ;
    text-align: center;
    line-height: 35px;
}

.ipad-div button{
   margin-left: 20px;
   margin-top: 10px;
}

.sec3{
    min-height: 80vh;
    max-width: 100vw;
    background-size: cover;
    background-image: url(./assets/3iphone.jpeg);
    background-repeat: no-repeat;
    background-position: center;
}

.iphone-div{
    margin: 0 auto;
    height: 20%;
    width: 30%;
    padding-top: 50px;
}

.sec3 p, .sec3 h2{
    color: black ;
    text-align: center;
    line-height: 40px;
}
.iphone{
    font-size: 55px;
}
.sec3 p{
    font-size: 25px;
}
.iphone-div button{
   margin-left: 40px;
   margin-top: 10px;
}

.sec4{
    min-height: 80vh;
    max-width: 100vw;

}
.container{
    display: flex;
    height: 80vh;
    max-width: 100vw;
    gap: 5px;
}

.left{
height:100%;
width:50%;
background-image: url(./assets/mother.png);
background-position: center;
background-size: cover;
}
.left h2, .left p{
    color: black;
    text-align: center;
    font-size: 36px;
    padding-top: 350px;
}

.left h2{
    margin-bottom: -340px;
}

.left button{
    margin-left: 43%;
    margin-top: 10px;
}

.right{
    height: 100%;
   width:50% ;
   background-image: url(./assets/laptop.jpeg);
   background-position: center;

} 

.right h2{
    color: black;
    padding-top: 30px;
    font-size: 36px;
}

.right p{
    text-align: center;
    font-size: 18px;    
}

.r-btn button{
    font-size:16px;  
    margin-left: 5px;
}
.r-btn{
    margin-left: 35%;
    margin-top: 10px;
}

.sec5 .left{
    background-image: url(./assets/3pc.jpeg);

}

.sec5 .right{
    background-image: url(./assets/ipad.jpeg);
}
.sec5-div{
    width: 70%;
    height: 20%;
    margin: 0 auto;
    margin-top: -250px;
}

.sec6 .left{
    background-image: url(./assets/phone.2.jpg);
    
}
.sec6 .left h2{
    color: white;
    font-size: 40px;
    padding-bottom: 20px;
}
.sec6 .left p{
    margin-top: -350px;
    color: white;
}

.sec6 .right{
    background-image: url(./assets/half-p.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-last{
    min-height: 80vh;
}
.sec-last hr{
    margin: 20px;
    width: 95%;
}

.last-list{
    display: flex;
    justify-content: space-around;
    margin-top:40x;
}
.last{
    display: block;
    list-style-type:none ;
}
.last a{
    text-decoration: none;
    color: black;
}
.last a:hover{
    text-decoration: underline;
}
.last li{
    padding-top: 7px;
}