body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e1ca8f;
}
/* for the navbar */
nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: white;
}

.hero {
    text-align: center;
    padding: 50px;
    background: url("") no-repeat center;
    background-size: cover;
    color: white;
}
/* for buy now buttons  */
.btn {
    padding: 8px 20px;
    background: brown;
    color: white;
    border: none;
    cursor: pointer;
}
.logg{
    background-color: rgb(50, 76, 160);
    width: 97%;
    margin: 1px 2px;
    color: rgb(245, 245, 248);
    font-size: 2em;
    border-radius: 25px;
}
/* for input designs....*/
input{
    margin: 5px;
    width: 250px;
    height: 30px;
  background-color: rgb(242, 242, 245);
  border-start-end-radius: 25px;
  border-end-end-radius: 25px;
}
/* for popups login and sign up */
.popup {
    display: none;
    width:260px;
    height:420px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(235, 240, 141);
    padding: 5px;
    border-radius: 10px;
    color: rgb(12, 12, 12);
}
/* content inside the popup */
.popup-content {
    text-align: center;
}
.close {
    cursor: pointer;
    float: right;
    font-size: 30px;
    margin-top: 0%;
}
.close:hover{
    color: red;
}
.flip-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  width: auto;
  top: 30px; left: 0;
}
.back {
  transform: rotateY(180deg);
}
.flipped .flipper {
  transform: rotateY(180deg);
}
/* Buttons */
.btn.logg {
  width: 90%;
  padding: 10px;
  background: #ff5722;
  color: #fff;
  border: none;
  border-radius: 8px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.btn.logg:hover {
  background: #e64a19;
}

/* Social icons */
.social-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-icons i {
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.social-icons i:hover {
  color: #ff5722;
}

/* Back arrow */
.back-arrow {
  display: block;
  cursor: pointer;
  font-size: 16px;
  margin-bottom:1px;
  margin-left: 5px;
  color: #ff5722;
  width: 60px;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(rgb(12, 175, 225),rgb(10, 17, 104),rgb(124, 11, 236));
    padding: 15px;
    color: white;
    font-weight: bold;
}
nav ul li {
    padding: 5px;
    border-radius: 30px;

    
}
nav ul{
    display: contents;
}

nav a {
    text-decoration: blanchedalmond;
    color: rgb(240, 236, 8);
    font-size: 20PX;
    font-family: 'Times New Roman', Times, serif;
}

.login-btn {
    background: white;
    color: brown;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.login-btn:hover {
    background: rgb(217, 241, 60);
    color: black;
}
.logo{
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
section h1{
    color: khaki;
}

.hero:hover{
    background-color: rgb(11, 11, 12);
    color: azure;
}
nav ul li a:hover{
    color:white;
   font-size: x-large;
    transition: all 0.2s ease-in-out;
    font-family: serif;
}
.chai-list{
    padding: 1%;
    margin: 10px;
    width: auto;
    height: auto;
    gap: 2%;
    display: flex;
    flex-wrap:wrap;
  justify-content: space-around;
  align-content: start;
  color: aliceblue;
}
#body{
    background-color: rgb(14, 13, 13);
}
sub{
    color: red;
    font-style: italic;
}
.logo{
    /*Animation*/
  animation-name: gane;
  animation-duration: 2s;
  animation-iteration-count:infinite;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
@keyframes gane{
    0%{
        transform: scale(.22);
    }
    25%{
        transform: scale(8);
        transform: skew(10deg);
        color: #101010;
    }
    50%{
        transform: skew(30deg);
        border-radius: 20%;
        color: rgb(245, 218, 7);
        text-shadow: 10px 5px 10px black;   
    }
}
img{
    border-radius: 20px;
    border: 1px red solid ;
}
#more{
    width: 160px;
    height: 50px;
    display: inline;
    justify-content: center;
    align-content: center;
    margin-top: 10px;
    margin-left: 40%;
    border-radius: 30px;
    background: #000;
    border:2px solid red;
    cursor: pointer;
    margin-bottom: 50px;
}
#more:hover{
    background-color: rgb(124, 129, 48);
    color: #000;
    font-weight: bold;
    border: none;
}
button a{

    text-decoration: none;
    font-size: 15px;
    color: rgb(245, 240, 240);
}
img:hover{
    transform: scale(1.1);
}
.chai-item{
    margin-top: 3%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
}
.chai-item:hover{
    box-shadow: 2px 10px 10px rgb(37, 5, 243);
    color: #000;
    background-color: azure;
    .iddd{
        background-color:azure;
        border: none;
    }
    .iddd:hover{
        transform: scale(1.15);
    }
}
.chai-list h5{
    margin-top: 0;
    margin-bottom: 10px;
}
.buy{
    padding: 10px 20px;
    background: brown;
    color: white;
    border: none;
    cursor: pointer;
    width: 202px;
    margin-top: 2px;
}
.iddd{
    background-color:rgb(14, 13, 13);;
    border: none;
    padding: 0%;
    cursor: pointer;
}
@media screen and (max-width:1000px){
    nav ul {
        display:none;
    }
}
@media screen and (max-width:767px)
{
  .logo{
    font-size: 1rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    }
   #footer ul li a {
    color: rgb(209, 222, 23);
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.monial{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    overflow: hidden;

}
.test
{
    width: 500px;
    height: 200px;
    margin-left: 10px;
     background-color: antiquewhite;
     box-shadow: 5px 8px 4px rgb(186, 183, 177);
     overflow: hidden;
    .profile
    {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: brown; 
        margin-left: 3px; 
    }
    h1{
        margin-top: 0%;
    }
    .msg
    {
        width: 380px;
        height: auto;
        background-color: bisque;
      margin-left: 110px;
      margin-top: -130px;
      overflow: hidden;
      h3{
        text-shadow: 1px 2px 3px tomato;
      }
    
    }
}
.footer ul{
         position:fixed;
    bottom: 0%;
    left: 0%;
     display: flex;
    justify-content:space-around;
    align-items: center;
  background-color: rgb(68, 67, 71);
     width: 100vw;
     height: 40px;
     margin-bottom: 0%;
     padding: 0%;
}
ul li{
    list-style: none;
    justify-content: space-between;

}
.footer ul li a {
    color: rgb(209, 222, 23);
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 .footer ul li a:hover{
    color: rgb(152, 17, 17);
    background-color: rgb(247, 247, 248);
    padding: 10px;
  
}
#footer{

  display: flex;
  justify-content: center;
  display: none;
}
#ggg{
  display: none;
}
@media(min-width:500px) and (max-width:1000px)
{
    #footer{
        display: block;
        transition: all 0.3s ease;
    }
}
@media(min-width:200px) and (max-width:500px)
{
    #ggg{
        display: block;
        transition: all 0.3s ease;
    }
}