@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,600&display=swap');
*{
    margin: 0;
    padding: 0;   
}
body{
    font-weight: 400;
    font-family : 'Nunito Sans', sans-serif;
    background-color: #F5F5F5;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    margin: 0;
    padding: 0;   
}
span{
    color: orangered;
}
button{
    height: 40px;
    width: 110px;
    background-color: #E9E9E9;
    color: white;
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
a{
    
    font-size: 15px;
    font-weight: 700;
    color: black;
    margin:auto;
}
.header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;  
}
.middle{
    justify-content: center;
    justify-items: center;
    text-align: center;
    padding-top: 30px;  
}
.pic{
    color: purple;
    font-size: larger;
    font-weight: 900;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style:italic;
    font-variant: small-caps;
    padding-left: 20px;
    padding-top: 10px; 
}
.text{
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
}
nav{
    height: 80px;
    width: 1903px;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    background-color: black;
    border-bottom: 1px solid purple;
    overflow: hidden;
    justify-content: space-between;
    font-size: large;
    font-weight: 400;
    top: 0;
    position: sticky;
    margin: auto;
}

nav ul{
    display: flex;
    
}
.cart{
    margin-right: 50px;
    display: flex;
}
.block{
    display: flex;
    justify-content: space-between;
}
.li1{
    list-style-type: none;
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}
.li2 img{
    height: 30px;
    padding-top: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 5px;
}
nav li{
    list-style-type: none;
    background-color: black;
    color: white; 
}
p{
    display: inline-block;
    margin-top: 30px;
}
.p1{
    color: orangered;
}
.menu{
    padding-top: 10px;
}
nav button{
    height: 50px;
    width: 50px;
    background-color: black;
    color: white;
    border: 1px solid transparent;
}
nav a{
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}
nav a:hover {
    color: orangered;
}
nav a.active {
    background-color: #2196F3;
    color: white;
}
nav input[type=text]{
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
}
.mid{
    background-color: #DEDFE1;
    border: 1px solid transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 1658px;
    margin:auto;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.trancontainer{
    display: flex;
    justify-content: center;
    /* margin-bottom: 90px; */  
}
.tran{
    background-color: red;
    width:150px;
    height:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 5s ease;
    
}
.tran:hover{
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
}
.midtxt{
    justify-content: center;
    justify-items: center;
    text-align: center;
    padding-top: 20px;
    margin-top: 50px;
   
}
.show{
    width: 1658px;
    height: 700px;
    background-color: #DEDFE1;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;  
}
.s1{
    border: 5px solid transparent;
  }
.s1 button{
    height: 650px;
    width: 20px;
    border: 1px solid transparent;
    background-color: #DEDFE1;
    font-size:xx-large;
}
.s2container{
    justify-content: center;
    display: flex;
    margin-right: 10px;
    margin-left: 50px;
    padding-left: 150px;
    padding-right: 350px;
}
.s2{
    width: 450px;
    padding-top: 200px;
    border: 5px solid transparent;
    justify-content: space-between;
    justify-items: center;
    text-align: left;
    font-size: larger;
    padding-left: 90px;
    
}
.s2 button{
    height: 40px;
    width: 110px;
    background-color: white;
    color: white;
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
.s2 button a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: black;
    margin:auto;
}
.s2 span{
    color: orangered;
}
.s2 h1{
    font-weight: 700;
}
.s2 p{
    font-size: 12px;
    font-weight: 600;
}
.s3{
    padding: 10px;
    border: 5px solid transparent;
}
.s3 button{
    height: 650px;
    background-color: #DEDFE1;
    font-size:xx-large;
    border: 1px solid transparent;
    margin-left: 280px;
    padding-left: 150px;
}
.s6{
    padding: 10px;
    border: 5px solid transparent;
}
.s6 button{
    height: 150px;
    width: 50px;
    border: 1px solid transparent;
    background-color: #F5F5F5;
    font-size:xx-large;
    margin-top: 120px;
}
.s7{
    padding: 10px;
    border: 5px solid transparent;
}
.s7 button{
    height: 150px;
    width: 50px;
    background-color: #F5F5F5;
    font-size:xx-large;
    border: 1px solid transparent;
    margin-top: 120px;
}
.div{
    display: flex;
    justify-content: center;
}
.gird-container{
    display: grid;
    grid-template-columns: 400px 400px 400px 400px;
    grid-template-rows: 400px 400px 400px;
    grid-gap: 20px;
    background-color: #F5F5F5;
    width: 1658px;
    height: 818px;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}
.gird-container > div{
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    font-size: 30px;
}
.item1{
    grid-row-end: span 2;
    background-color: #E5E5E5;  
    
}
.item1-div{
    margin-top:250px ;
}
.item1 button{
    width: 200px;
    height: 35px;
    background-color: red;
}
.item1 button a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: white;
}
.item2{
    grid-column-end: span 2;
    background-color: white; 
}
.item2-div{
    margin-top: 50px;
}
.item2 button{
    background-color: yellow;
    width: 150px;
}
.item2 button a{
    font-weight: 900;
    font-size: small;
}

.item5{
    grid-column-end: span 2;
    background-color: #E5E5E5; 
}
.item5 .aa{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.item5 button{
    background-color: black;
    color: white;
}
.item5 button a{
    text-decoration: none;
}
.rectangle{
    background-color: white;
    
    justify-content: center;
}
.rectangle h3{
    
    text-align: center;
}
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid white;
    /* box-shadow: 0 4px 8px 0 rgba(256, 256, 256, 0.1); */
}
.a1{
    justify-content: center;
    
    margin-left: 80px;
    height: 150px;
    width: 100px;
    
}
.a2{
    margin-left: 80px;
}
.a2 button{
    height: 40px;
    width: 110px;
    background-color: black;
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
.a2 button a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin:auto;
}
.a3{
    margin: auto;
}
.a3 button{
    background-color: black;
}
.a3 button a{
    color: white;
}

.item3{
    background-color: #E5E5E5;

}
.item3 p{
    font-size: 15px;
    font-weight: 500;
}
.item3-div{
    margin: auto;
    margin-top: 280px;
}
.item4{
    background-color:#E5E5E5;
}
.cardslot{
    width: 1658px;
    
    margin:auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    height: 445px;
    margin-bottom: 30px;
    background-color: #F5F5F5;
}
.cardcontainer{
    /* width: 2000px; */
    height: 200px;
    display: flex;
    justify-content: space-between;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 230px;
    margin: auto;
    margin-left: 25px;
    text-align: center;
    font-family: arial;
    height: 445px;
}
.card .p8{
    margin-top: 250px;
}
.price {
    color: rgb(187, 31, 31);
}
.card button {
    border: none;
    outline: 0;
    color: white;
    background-color: red;
    text-align: center;
    cursor: pointer;
    width: 150px;
    font-size: 18px;
}
.card .wb{
    border: 2px solid black;
    outline: 0;
    color: black;
    background-color: white;
    text-align: center;
    cursor: pointer;
    width: 150px;
    font-size: 18px;
}
.card button:hover {
    opacity: 0.7;
}
.grey{
    color: grey;
    font-size: medium;
}
.scontainer{
    padding-left: 250px;
}
.outline{
    width: 400px;
    height: 600px;
    padding-top: 70px;
    
    border: 5px solid transparent;
    justify-content: space-between;
    justify-items: center;
    text-align: left;
    font-size: larger;
    padding-left: 50px;
    
}
.outline button{
    height: 40px;
    width: 110px;
    background-color: rgb(248, 220, 4);
    /* color: white; */
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
.outline button a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: black;
    margin:auto;
}
.outline span{
    color: rgb(182, 21, 21);
}
.outline h1{
    font-weight: 700;
}

.bl{
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
    height: 300px;
    width: 1658px;
    margin-bottom: 15px;
    margin: auto;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}
.black{
    margin-top: 50px;
    margin-left: 50px;
    width: 500px;
    font-size: small;
    text-align: left;
}
.coffee{
    /* margin-left: 700px; */
    display: flex;
    justify-content: space-between;
    /* background-attachment: fixed; */
  /* background-size: cover; */
     /* z-index: 0; */
     /* margin: 20px; */
}
.c{
    justify-content: center;
    margin: auto;
    display: flex;
    height: 400px;
    /* position: relative; */
    /* width: 1958px; */
    background-image: url('/dist/img/x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    opacity: 1.0;
}

.whitebox{
    height: 200px;
    width: 450px;
    background-color: rgb(248, 248, 248);
    margin: auto;
    display: flex;
    margin-right: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* justify-content: space-between; */
}
.wc{
    height: 100px;
    width: 100px;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: lightgray;
    margin-right: 50px;
    margin: auto;
    margin-left: 20px;
}
.al{
    margin: 10px;
    width: 340px;
    font-size: small; 
    font-weight: 500;
}
.al button{
    background-color: white;
}
.al button a{
    text-decoration: none;
    color: black;
    margin:auto;
}
.graycontainer{
    justify-content: center;
    margin: auto;
    /* padding-top: 400px; */
    display: flex;
    
}
.gray{
    width: 1658px;
    height: 500px;
    background-color: #CCCCCC;
    /* display: flex; */
    justify-content: left;
    /* justify-items: center; */
    text-align: left;  
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.gray .hm1{
    height: 40px;
    width: 150px;
    background-color: rgb(252, 251, 246);
    /* color: white; */
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
.gray button a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: black;
    margin:auto;
}
.gray .hm2{
    height: 40px;
    width: 150px;
    background-color: #FED638;
    /* color: white; */
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
.gray >div{
    padding-top: 250px;
    padding-left: 110px;
}
.gray p{
font-size: 25px;
font-weight: 0;
}
.gray h1{
    font-size: 40px;
}
.cal-container{
    width: 1658px;
    height: 500px;
    background-color:#F5F5F5;
    margin: auto;
    padding: auto;
    justify-content: center;
    justify-items: center;
    text-align: center;  
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    margin-bottom: 100px;
    box-sizing: border-box;
}
.cal{
    height: 500px;
    width: 1658px;
    display: flex;
    
    background-color:#F5F5F5;
    
}
.cal i{
    width: 5px;
    
}
.cal button{
    /* margin-top: 50px; */
    width: auto;
    height: auto;
    font-size: xx-large;
    background-color: whitesmoke;
    color: white;
}
.cal .read{
    background-color: white;
    width: 160px;
    height: 40px;
    border: 2px solid lightgray;
    
    justify-content: center;
}
.cal a{
    text-decoration: none;
}
.cr{
    display: block;
    height: 500px;
    width: 500px;
    margin-left: 32px;
    margin-right: 5px;
    background-color: white;
    border-bottom: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.gr{
    width: 500px;
    height: 280px;
    background-color: #E9E9E9;
    text-align: left;
    
}

.wh{
    width: 480px;
    height: 180px;
    background-color: white;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
    
}
.r{
    height: 80px;
    width: 80px;
    background-color: red;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 5px 5px;
    color: white;
   
}
.r h1{
    color: white;
    
}
.footer{
    
    justify-content: center; 
    margin: auto;
    
}
.foothead{
    width: 1903px;
    height: 70px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    margin: auto;
    
    
}
.news{
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 110px;
}
.email{
    margin-top: 15px;
    display: flex; 
    margin-left: 20px; 
    
}
input{
    height: 30px;
    width: 250px;
    font-size: larger;
    background-color: #222222;
    color: white;
    border: 1px solid transparent;
    border-radius: 5px 0px 0px 5px;
}
.email button{
    height: 32px;
    width: 32px;
    font-size:20px;
    color: white;
    background-color: red;
    border-radius: 0%;
    border: 1px solid transparent;
}
.part1{
    display: flex;
    margin: 0;
}
.part2{
    display: flex;
    padding: 10px; 
    
    margin-right: 90px;
    box-sizing: border-box;
}
.offer{
    font-size: 30px;
    font-weight: lighter;
}
.offer span{
    color: #EDD901;
}
.now button{
    height: 40px;
    width: 110px;
    background-color: rgb(99,178,55);
    color: white;
    border: 1px solid transparent;
    border-radius: 25px 25px;
}
.now button a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin:auto;
}
.footcontainer{
    display: flex;
    margin: auto;
    justify-content: center;
}

.footertail .x1{
    width: 1903px;
    background-color: #222222;
    height: 550px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px;
}
.footertail .x3{
    width: 1903px;
    background-color: #222222;
    height: 100px;
    margin: auto;
    
    /* box-sizing: border-box; */
    
}
.footertail .x2{
    margin: auto;
    width: 1658px;
    background-color: #222222;
    height: 58px;
    border-top: 2px solid grey;
    /* box-sizing: border-box; */
 
    
}
.x2conr{
    width: 1658px;
    background-color: #222222;
    height: 58px;
   
    display: flex;
    margin: auto;
    box-sizing: border-box;
    justify-content: space-between;
}

.x4{
    margin-top: 20px;
}
.x4 img{
    border: 1px solid transparent;
    border-radius: 5px;
}
.x3 a{
    color: white;
    text-decoration: none;
}
.section1{
    justify-content: center;
    width: 600px;
    margin-left: 50px;
}
.section2{
   
    width: 150px;
    justify-content: center;
}

.we{
    /* width: 500px; */
    background-color: #222222;
    color: white;
    
    margin-top: 10px;
    font-size: small;
}
.follow{
    background-color: #222222;
   
    margin-top: 10px;
    color: #767779;
}
.follow a{
    color: #767779;
    text-decoration: none;
}
.social{
    display: flex;  
}
.social h1{
    margin-right: 20px;
}
.social i{
    margin-top: 16px;
    margin-left: 10px;
}
@media screen and (max-width: 600px) {
    nav a, nav input[type=text] {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    nav input[type=text] {
      border: 1px solid #ccc;
    }
}