*{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    border: border-box;
} 

.apple-icon{
    font-size: 20px;
    padding-right: 5px;
}

.apple-icon:hover{
     cursor: pointer;
}

.navbar{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 0px 40px;
    padding: 0px 25px;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 17px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    z-index: 99;
    top: 0;
}

.navbar li:hover{
    cursor: pointer;
}

.navbar ul li{
    display: inline;
    padding: 0px 18px;
    font-size: 0.85rem;
}

.search-icon{
    padding: 0px 10px;
    font-size: 20px;
}

.search-icon:hover{
    cursor: pointer;
}

.bag-icon{
    padding: 0px 18px;
    font-size: 20px;
}

.bag-icon:hover{
    cursor: pointer;
}

@media (max-width: 600px){
    .navbar{
        width: 100%;
        height: 20px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
    .navbar ul li{
        font-size: 12px;
        color: rgba(255, 255, 255, 0);
    }
    .bag-icon{
        margin-right: 15px;
    }
}

.head{
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
    cursor: pointer;
}

.text1{
    padding-bottom: 5px;
}

.text2{
    padding-top: 20px;
    font-size: 23px;
}

.btn1{
    width: 10%;
    height: 50px;
    border-radius: 40px;
    border: none;
    font-size: 20px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: white;
    background-color: #0071E3;
}


.btn1:hover{
    background: #017ffd;
}

.btn2{
    width: 10%;
    height: 50px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 20px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: #0071E3;
    background-color: transparent;
    margin-left: 10px;
}

.btn2:hover{
    color: white;
    background-color: #0071E3;
}

.c1{
    color: #0572e0e5;
}

.c2{
    color: #4f00e3d1;
}

.c3{
    color: #9b00e3dc;
}

.c4{
    color: #eb00f3f3;
}

.c5{
    color: #ff0278e2;
}

.c6{
    color: #ff0033dc;
}

.hero-section{
    background-image: url(./Assets/hero_iphone_family__fuz5j2v5xx6y_medium.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.center-part{
    background-image: url(./Assets/hero_iphone_tradein__fo4u4bki88ae_medium.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.para{
    color: gray;
    font-size: 21px;
    padding-top: 10px;
}

.btn3{
    width: 13%;
    height: 50px;
    border-radius: 40px;
    border: none;
    font-size: 20px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: white;
    background-color: #0071E3;
}

.btn3:hover{
    background: #017ffd;
}

.logo{
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
    margin-bottom: -50px;
}

.center-part1{
    background-image: url(./Assets/10001.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    padding-top: px;
}

.h{
    margin-bottom: 10px;
}

.b{
    width: 80px;
} 

.hh{
    margin-bottom: 15px;
}

.text3{
    padding-top: 300px;
    text-align: center;
    font-size: 23px;
}

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

.box{
    height: 650px;
    width: 48.5%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box-content{
    font-size: 20px;
    margin-top: 45px;
}

.button1{
    width: 15%;
    height: 40px;
    border-radius: 40px;
    border: none;
    font-size: 15px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: white;
    background-color: #0071E3;
    margin-top: 15px;
}

.button1:hover{
    background: #017ffd;
}

.button2{
    width: 10%;
    height: 40px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 15px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: #0071E3;
    background-color: transparent;
    margin-left: 10px;
}

.button2:hover{
    border: none;
    color: white;
    background-color: #0071E3; 
}

.button3{
    width: 15%;
    height: 40px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 15px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: #0071E3;
    background-color: transparent;
    margin-left: 10px;
}

.button3:hover{
    color: white;
    background-color: #0071E3;
}

.shop-section h1{
    margin-bottom: 10px;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.box7{
    margin-top: 400px;   
}

img{
    padding-bottom: 10px;
    width: 150px;
}

.box1{
    background-image: url(./Assets/img3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    height: 600px;
}

.box2{
    width: 48%;
    height: 600px;
    background-image: url(./Assets/10003.jpg);
    color: white;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

.box3{
    width: 48%;
    height: 600px;
    background-image: url(./Assets/img4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box4{
    width: 48%;
    height: 600px;
    background-image: url(./Assets/img2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box5{
    width: 48%;
    height: 600px;
    background-image: url(./Assets/10002.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.box6{
    width: 48%;
    height: 600px;
    background-image: url(./Assets/img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box1:hover, .box2:hover, 
.box3:hover, .box4:hover, 
.box5:hover, .box6:hover{
    cursor: pointer;
}

h1>i{
    padding-right: 5px;
}

.text4{
    padding-top: 400px;
    text-align: center;
    font-size: 1rem;
}

.last{
    color: #2929298f;
    background-color: #f1f1f18f;
    font-size: 0.85rem;
    padding-left: 200px;
    padding-right: 200px;
}

.p1{
    padding-top: 15px;
}

p>a{
    color: rgb(110, 110, 110);
}

.p2{
    padding-bottom: 8px;
}

.list-section{
    color: rgb(66, 66, 66); 
    display: flex;
    justify-content: space-evenly; 
}

.list-section ul li{
    list-style: none;
    padding: 6px;
    color: rgb(99, 99, 99);
}

.list-section ul li:hover{
    text-decoration: underline;
    cursor: pointer;
}

ul p{
    padding-bottom: 6px;
    margin-left: 5.5px;
}

.sec-last{
    padding-top: 35px;
    font-size: 0.85rem;
    padding-bottom: 5px;
}

.sec-last a{
    color: #287dfd;
    font-size: 0.90rem;
}

.last-end{
    display: flex;
}

.last-end ul a{
    padding: 10px;
    color: rgb(99, 99, 99);
}

.last-end ul a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.last-end p{
    padding-right: 50px;
}

@media (max-width: 600px){
    .btn1{
    width: 18%;
    height: 35px;
    border-radius: 40px;
    border: none;
    font-size: 13px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: white;
    background-color: #0071E3;
}
.btn2{
    width: 18%;
    height: 35px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 13px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: #0071E3;
    background-color: transparent;
    margin-left: 10px;
}
.text2{
    padding-top: 20px;
    font-size: 15px;
}
.hero-section{
    background-image: url(./Assets/hero_iphone_family__fuz5j2v5xx6y_medium.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}
.text1 h1{
    font-size: 50px;
}
.text1 p{
    font-size: 22px;
}
.center-part{
    background-image: url(./Assets/hero_iphone_tradein__fo4u4bki88ae_medium.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}
.logo h1{
    font-size: 50px;
}
.head p{
    font-size: 22px;
}
.para{
    font-size: 0.75rem;
}
.btn3{
    width: 20%;
    height: 35px;
    border-radius: 40px;
    border: none;
    font-size: 13px;
    margin: 0;
    transition: 0.1s;
    cursor: pointer;
    color: white;
    background-color: #0071E3;
}
.center-part1{
    background-image: url(./Assets/10001.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    padding-top: px;
}
.h{
    font-size: 50px;
}
.text3{
    font-size: 16px;
    margin-top: -30px;
}
.box1{
    background-image: url(./Assets/img3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    height: 500px;
}

.box2{
    width: 48%;
    height: 500px;
    background-image: url(./Assets/10003.jpg);
    color: white;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

.box3{
    width: 48%;
    height: 500px;
    background-image: url(./Assets/img4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box4{
    width: 48%;
    height: 500px;
    background-image: url(./Assets/img2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box5{
    width: 48%;
    height: 500px;
    background-image: url(./Assets/10002.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.box6{
    width: 48%;
    height: 500px;
    background-image: url(./Assets/img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-content h1{
    font-size: 35px;
}
.box-content p{
    font-size: 18px;
}
.button1{
    width: 25%;
    height: 35px;
    border-radius: 40px;
    border: none;
    font-size: 12px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: white;
    background-color: #0071E3;
    margin-top: 15px;
}
.button2{
    width: 25%;
    height: 35px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 12px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: #0071E3;
    background-color: transparent;
    margin-left: 10px;
}
.button3{
    width: 25%;
    height: 35px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 12px;
    margin: 10px 0;
    transition: 0.1s;
    cursor: pointer;
    color: #0071E3;
    background-color: transparent;
    margin-left: 10px;
}
.box7{
    margin-top: 320px;   
}
.last{
    color: #2929298f;
    background-color: #f1f1f18f;
    font-size: 0.75rem;
    padding-left: 50px;
    padding-right: 50px;
}
}