*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-image:; */
}

body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-image: url("img/myback.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.content {
    background-size: cover;
    background-position: center;
}

nav{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 90px;
    cursor: pointer;
    border-radius: 50%;
    padding: 6px;
    transition: .5s;

}
.logo:hover{
    transform: scale(1.5);
}

nav ul li{
    list-style: none;
    display: inline-block;
    margin: 20px;
}

nav ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 19px;
    position: relative;
}

nav ul li a:after{
    content:'';
    position: absolute;
    width: 0;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #ff0000;
    transition: .7s;
}

nav ul li a:hover:after{
    width: 100%;
}

.content{
    margin-top: 15%;
    max-width: 700px;
}

.content h2{
    color: #c200e9;
    font-size: 40px;
}

.content h1{
    color: rgb(0, 0, 0);
    font-style: italic;
    font-size: 100px;
}

.content p{
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
}

.btn{
    margin-top: 40px;
    padding: 15px 30px;
    border-radius: 25px;
    border: none;
    background-image: linear-gradient(to left,#ff0000, #cab4b4,#e01414);
    background-size: 250%;
    cursor: pointer;
    color: #fff;
    font-weight: 900;
    transition: .7s;
}


.btn:hover{
    background-position: right;
}


/*How it works section*/

.goods{
    width: 100%;
    height: 90vh;
    background-color: rgb(55, 56, 55);
    padding: 30px 8%;
}

.goods > h2{
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.goods > p{
    color: #fff;
    text-align: justify;
    margin-top: 30px;
}

.goods-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.box{
    width: 400px;
    height: 250px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    transition: .7s;
}

.box:hover{
    transform: translateY(-5px);
}

.box1{
    background-image:url(img/all-the-phones-wm.jpg);
    background-position: center;
    background-size: cover;
}

.box2 p{
    padding: 20px;
    text-align: center;
    transition: .5s;
}

.box2 img{
    margin-top: 10px;
}

.box2:hover{
    background: linear-gradient(to left,#ff3300, #ffcc00,#ff3300);
}

.title{
    font-size: 30px;
    font-weight: bold;
}

.box3{
    background-image:url(img/tvs.jpg);
    background-position: center;
    background-size: cover;
}

.box4 p {
    padding: 20px;
    text-align: center;
    transition: .5s;
}

.box4 img{
    margin-top: 10px;
}

.box4:hover{
    background: linear-gradient(to left,#ff3300, #ffcc00,#ff3300);
}

.box5{
    background-image:url(img/notebooks.jpg);
    background-position: center;
    background-size: cover;
}

.box6 p{
    padding: 20px;
    text-align: center;
    transition: .5s;
}

.box6 img{
    margin-top: 10px;
}

.box6:hover{
    background: linear-gradient(to left,#ff3300, #ffcc00,#ff3300);
}

/*Discounts  section*/

.section-discounts{
    width: 100%;
    height: 100vh;
    background: lightblue;
    display: flex;
    flex-wrap: wrap;
}

.left-col{
    flex: 50%;
    height: 50%;
    background-image: url(img/ps5sale.jpg);
    background-size: cover;
    background-position: center;
}

.right-col{
    flex: 50%;
    height: 50%;
    padding: 40px;
}

.left-col-1{
    flex: 50%;
    height: 50%;
    padding: 40px;
}

.right-col-1{
    flex: 50%;
    height: 50%;
    background-image: url(img/macbook\ pro.jpg);
    background-size: cover;
    background-position: center;
}

.right-col > h3, .left-col-1 > h3{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 40px;
    margin-bottom: -15px;
    margin-right: 100px;
}

.right-col > h2, .left-col-1 > h2{
    color: #ee2d2d;
    font-size: 50px;
    margin-left: 40px;
    font-style: italic;
    margin-bottom: 15px;
}


/*-----Delivery Section--------*/


.delivery{
    width: 100%;
    height: 100vh;
    background-color: #7487bd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-side img{
    display: block;
    width: 100%;
    height: 100vh;
}

.right-side{
    flex: 40%;
    padding: 40px;
}

.right-side > h3{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 40px;
    margin-bottom: -15px;
    margin-right: 100px;
}

.right-side > h2{
    color: #ff0000;
    font-size: 50px;
    margin-left: 40px;
    font-style: italic;
    margin-bottom: 15px;
}


/*About Section*/

.about{
    width: 100%;
    height: 70vh;
    background-image: url(img/P564JVg.jpg);
    padding: 30px 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-box{
    width: 400px;
    height: 450px;
    margin-left: 30px;
}

.about{
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    transition: .7s;
}

.about-box img {
    border-radius: 50%;
    background-color: #000000;
    padding: 3px;
}

.about > h4{
    margin: 15px;
}

.about-box > p{
    text-align: justify;
}

.about-box:hover{
    transform: translateY(-10px);
}

/*Contacts Section*/

.contacts{
    width: 100%;
    height: 40vh;
    background-image: url(img/colorsphot.jpg);
    background-size: cover;
    background-position: center;
}

.follow-us > h3{
    text-align: center;
    font-size: 80px;
    color: #fff;
}

.follow-us > h1{
    text-align: center;
    font-size: 30px;
    color: #fff;
}


.social-links{
    text-align: center;
    margin-top: 50px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.social-links i {
    margin: 10px;
}

/*Footer*/

footer{
    width: 100%;
    background: #000000;
}

footer > h4{
    text-align: center;
    color: #fff;
}
