* {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}
body{
    overflow-x:hidden; 
    width: 100%;
    height: 100%;
    background-image: url(/Phone/background1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f7f5f4;
}

.nav{
    background-color:rgb(142,71,223);
    box-shadow: 10px 2px 10px black;
    height: 21%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    
}
.nav a{
    z-index: 0;
    text-shadow: 2px 2px #000;
    width: 10%;
    float: right;
    color: white;
    text-align: center;
    border: 10px;
    border-color: orange;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
    margin-top: 60px;
}
.nav a:hover{
    font-size: 30px;
}
img{
    height: 200px;
}

.menubtn{
    text-shadow: 2px 2px #000;
    display: none;
    background-color:rgb(142,71,223);
    color: white;
    padding: 12px;
    font-size: 25px;
    border:none;
}
.drop{
    top: 3%;
    right: 1%;
    position: fixed;
    display: inline-block;
}
.drop-content{
    box-shadow: 10px 2px 10px black;
    text-shadow: 2px 2px #000;
    color: white;
    display: none;
    background-color:rgb(142,71,223);
    min-width: 160px;
}
.drop-content a{
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.drop:hover .drop-content {display: block;}

@media only screen and (max-width:1492px){

.nav img{
    height: 150px;
}
.nav{
    background-color:rgb(142,71,223);
    overflow: hidden;
    z-index: 0;
}
.nav a{
    display: none;
}
.menubtn{
    z-index: -1;
    float: right;
    display: block;
}
}
.adtop{
    z-index: -1;
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 40px;
    text-align: center;
    height: 400px;
    width: 38%; 
    position: relative;
    top: -85px;
}

.big-box{
    z-index: -1;
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 40px;
    text-align: center;
    height: 700px;
    width: 45%; 
    position: relative;
    top: 220px;
    left: 55%
}

.Deal{
    font-size: 100px;
    margin-top: 15% ;
    margin-left: 20%;
}  
/*new css lines for button*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

.footer{
    background-color: black;
    margin-top: 35%;
    width: 100%;
    height: 5%;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 30px;
}

.grid{
    margin-left: 15%;
    margin-top: 7%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
}
.item1{
    transition: transform .5s ease;
}
.item1:hover img{
    transform: scale(1.1);
}

.item2{
    transition: transform .5s ease;
}
.item2:hover img{
    transform: scale(1.1);
}

.item3{
    transition: transform .5s ease;
}
.item3:hover img{
    transform: scale(1.1);
}

.item4{
    transition: transform .5s ease;
}
.item4:hover img{
    transform: scale(1.1);
}

.item5{
    transition: transform .5s ease;
}
.item5:hover img{
    transform: scale(1.1);
}

.item6{
    transition: transform .5s ease;
}
.item6:hover img{
    transform: scale(1.1);
}

.item7{
    transition: transform .5s ease;
}
.item7:hover img{
    transform: scale(1.1);
}

.item8{
    transition: transform .5s ease;
}
.item8:hover img{
    transform: scale(1.1);
}