@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;800;900&family=Outfit:wght@100;200;500;600;900&family=Poppins:wght@300;400;500&family=Raleway:wght@600;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family: 'Times New Roman', Times, serif;

}

.navbar .logo img{
    height: 30px;
}
.navbar .nav-icons img{
    height: 30px;
    margin-left: 20px;
    color: black;
    
}
.navbar{
    
    display: flex;
    justify-content: center;
    padding-top: 50px;
    position: fixed; 
    background-color:#B4B4B3;
    color: white;
    padding: 5px;
    
    top: 0%;
    width: 100%;
    padding-bottom: 10px;
}
.navbar ul{
    display: flex;
    list-style: none;
}
.navbar ul li {
    margin-left: 40px;
    font-size: 15px;
}



/* ./Videos/y2mate.com - iPhone Xr Official Trailer_1080p(1).mp4 */





.visionpro {
    border-radius: 4px;
    background-color: #B4B4B3;
    border: none;
    display: grid;
    margin: auto
    color: #FFFFFF;
    -ms-transform: translateX(-1000%);   /* to bring button to centre by X and Y axis */
  transform: translateX(+300%);
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }

  .visionpro span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    
    transition: 0.5s;
  }
  .visionpro span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .visionpro:hover span {
    padding-right: 25px;
    color: white;
  }
  
  .visionpro:hover span:after {
    opacity: 1;
    right: 0;
  }

.pro{
    background-color:black;
   padding: 100px;

}
.pro.h1{
    color: aliceblue;
}
  










.offers{
    padding-top: 30px;
    text-align: center;
    background-color: black;
    color: white;
    margin-top: 20px;
    padding-bottom: 10px;
}
.offers a{
    color:  blue;
}

.back-video video{
    width: 100%;
}

.services img{
    height: 30px;
    border-radius: 50%;
    width: 30px;
}

.services a{
  color: white;
}
.section{
    display: flex;
    justify-content: space-evenly;
    padding-top: 40px;
   
    margin-top: 30px;
    color: white;
    background-color: black;
}
.titles h1{
    font-size: 40px;
}
.products{
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    background-color: black;
    color: white;
}

.product img{
    height: 90px;
}
.product a{
    text-decoration: none;
    color: white;
    margin-top: 20px;
   
}
.product{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    color: white;
   
}









.card img{
    height: 220px;
}
.card-container{
    margin-top: 30px;
    text-align: center;
}
.card{
    height: 470px;
    width: 380px;
    text-align: center;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 30px;
    border-radius: 30px;
    margin-top: 25px;
    transition: 0.3s;
}
.card h1{
    margin-bottom: 20px;
    margin-top: 20px;
}
.card p {
    margin-bottom: 20px;
}
.card-container{
    margin-top: 40px;
}
.cards {
    margin-top: 45px;
    display: flex;
    justify-content: space-evenly;
}

.card:hover{
    transform: scale(1.1);
    cursor: pointer;
}














.event-pictures img{
    height: 500px;
}
.event-pictures{
    display: flex;
    justify-content: space-evenly;
}

.apple-events{
    background-color: black;
    color: gray;
    margin-top: 100px;
    padding: 40px;
}

.apple-events h1{
    text-align: center;
    margin-bottom: 30px;
}
.section-3 img{
    height: 700px;
}








.section-3{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    color: white;
    background-color: black;
}
.section-3 h1{
    font-size: 40px;
}











.store {
    display: flex;
}

.store img{
    height: 22px;
    color: white;
}
.menu-list{
    display: flex;
    justify-content: space-evenly;
}
.menu-list ul{
    list-style: none;
}
.store{
    margin-left: 5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-items{
    margin-top: 30px;
   background-color: black;
   color: white;
}
.footer p{
    text-align: center;
}
.footer{
    padding: 20px;
}
.cross{
    display: none;
}
.menuopen{
    display: none;
}
@media only screen and (max-width:600px) {
    .navbar ul{
        display: none;
    }
    .navbar{
        display: flex;
        justify-content: space-around;
    }
    .navbar ul{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
        position: absolute;
        background-color: white;
        opacity: 0%;
        transition: 0.6s;
        
    }
    .navbar ul li{
        padding-top: 30px;
    }
    .menuopen{
        display: block;
        position: absolute;
        right: 4%;
        top: 25%;
       
    }
    .cross{
        display: block;
        position: absolute;
        right: 4%;
        height: 25px;
    }
    .offers p{
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .offers a{
        font-size: 13px;
    }
    .section{
        display: flex;
        flex-direction: column;
        padding: 30px;
    }
    .titles h1{
        font-size: 30px;
    }
    .cards{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .apple-events{
        display: flex;
        flex-direction: column;
    }
    .event-pictures{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .event-pictures img{
        height: 350px;
        width: 200px;
    }
    .section-3{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-3 img{
        height: 400px;
    }
    .section-3 h1{
        font-size: 30px;
        margin: 20px;
    }
    .menu-list ul{
      font-size: 12px;
      padding: 10px;
    }
}