/* styles.css */

/* Reset some default styles */


body {
    font-family: Arial, sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(249, 249, 250);
    margin: 0;
    padding: 0;
}

header {
    background-color: #090909;
    color: #ecf88c52;
    padding: 15px 0;
}

#d1{
    display: flex;
    flex-direction: row;
    background-color: black;
}
#imghead{
  margin-top: 20px
  padding-right: 100px;
  width: 100px;
}
.dp1{
    padding: 20px;
    padding-top:25px ;
}
.da1{
    color: white;
    text-decoration: none;
}
.da1:hover{
    text-decoration: white;
    text-decoration: underline;
}
/*search bar*/
.search-container {
    float: right;
    padding: 10px;
    padding-left: 200px;
}
  
input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border-radius: 15px 0 0 15px;
    padding-right: 100px;
    border: none;
}
  
.search-container button {
    float: right;
    padding: 6px;
    border-radius: 0 15px 15px 0;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
  
.search-container button:hover {
    background: #ccc;
}
/*login page*/
input[type=text], input[type=password] {
    /* width: 100%; */
    
    /* margin: 8px 0; */
    display: inline-block;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  #login {
    
    background-color: black;
    padding: 0;
    
    border: none;
    cursor: pointer;
    
  }
  
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
#p1{
    text-align: center;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#d2{
    padding-left: 200px;
    display: flex;
    flex-direction: row;
}
#headimg2{
    width: 40px;
    
}
#headimg3{
    width: 50px;
    padding: 15px;
}
.hero {
    background-image: url('imageedit_1_2861609231.png');
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    color: #fff;
}


.one {
    padding: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#hr2{
    padding: 10px;
}
.two{
    padding-left: 30px;
    color: rgb(68, 68, 81);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.three{
    padding-left: 50px;
    padding-top:35px;
    padding: bottom 1px;
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.four{
    text-align: center;
    padding-top:35px;
    padding: bottom 1px;
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.more{
    padding-left: 1200px;
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.more1{
    padding-left: 1150px;
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.more2{
    padding-left: 1250px;
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background-color: #555;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product {
    max-width: 300px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.product img {
    max-width: 100%;
}

.price {
    font-weight: bold;
    color: #333;
}

.add-to-cart {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.add-to-cart:hover {
    background-color: #555;
}


.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product {
    max-width: 300px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.product img {
    max-width: 100%;
}

.price {
    font-weight: bold;
    color: #333;
}

.add-to-cart {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.add-to-cart:hover {
    background-color: #555;
}



/* footer */

.footer-maindiv{
    display: flex;
    flex-direction: row;
    background-color: black;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-p1div img{
    width: 250px;
}
.footer-p2div{
    display: flex;
    flex-direction: row;
}
.footer-cdiv{
    padding: 30px;
}
.footer-link{
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
}
.footer-link:hover{
    color: wheat;
    text-decoration: underline;
}
#footer-brand{
    background-color: rgb(24, 24, 34);
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#footer-pbrand{
    text-align: center;
    color: #e89c31;
}
#footer-brandlink{
    color: #28FFBB;
}
#footer-brandlink:hover{
    color: #F0F025;
}

  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }

/*Mediaquarries*/


@media only screen and (min-width:320px) and (max-width:768px){

    #imghead {
        padding-right: 0;
        width: 50px;
    }
    .dp1{
        padding: 1%;
    }
    .da1{
        font-size: 5px;
    }
    input[type=text] {
        font-size: 5px;
        padding: 2%;
    }
    .search-container button {
        font-size: 5px;
        padding: 4%;
        margin-top: 0; 
        margin-right: 0;
    }
    .search-container{
        padding: 0;
    }
    #headimg2{
        width: 25%;
        padding: 20%
    }
    #headimg3{
        width: 40%;
    padding: 20%;
    padding-left: 0;
    }
    #d2{
        padding: 0;
    }
    
    

    .one{
        padding: 1%;
        font-size: 50%;
    }
    .two{
        font-size: 50%;
    }
    #hr1{
        padding: 0;
    }
    #p1{
        font-size: 70%;
    }
    .product{
        max-width: 30%;
        margin: 0;
    }
    .product p{
        font-size: 20%;
    }
    .product h3{
        font-size: 3%;
    }
    .price{
        font-size: 2%;
    }
    .add-to-cart{
        font-size: 2%;
        padding: 3%;
    }
    .product button{
        font-size: 5px;
    }
    .three{
        font-size: 1%;
        padding: 5%;
    }
    .four{
        font-size: 10%;
        padding-left: 23%;
    }
    .more{
        padding: 0;
        padding-left: 80%;
    }
    .more1{
        padding: 0;
        padding-left: 78%;
    }
    .more2{
        padding: 0;
        font-size: 6px;
    }





    .footer-p1div img {
        width: 80px;
    }
    .footer-cdiv {
        padding: 12%;
    }
    .footer-link {
        font-size: 6px;
    }
    #footer-brand {
        font-size: 10px;
        text-align: center;
    }
}