*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg,#c346e9,#26003b,#000000);
    color:  white;
    overflow-x: hidden;
    width: 100vw;
}
 main{
    background-image: url('shoping.jpg');
    height: 80vh;
     background-size: cover;  
    width: 100vw;
    overflow-x: hidden;
    /* backface-visibility: 0.44; */

    /* background-color: black;
    /* opacity: 0.44; */
    background-position: fixed; 
    
 }
 
.navbar{
    margin: 10px;
    
    width: 100%;
    height: 60px;
     /* background-color:  rgb(121, 178, 253);  */
    display: flex;
    justify-content:  space-around; 
     align-items: center; 
     padding: 40px;   
     /* position:  absolute; */
    /* position:   ; */
    /* pointer-events: ; */
 }  
 .navbar > img{
    margin-right:100px ;
 }
  button{
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgb(68, 151, 234);
    background-color: rgb(121, 178, 253);
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.1);

    
}
button:nth-child(1){
    background-color: rgb(24, 123, 253);
    color: rgb(22, 23, 24);
}
button:nth-child(2){
    background-color: rgb(24, 123, 253);
    color: white;
}
button:hover{
    background-color: rgb(224, 16, 9);
    color: white;
}
main.box{

    height: 80vh;
    width: 100vw;
    opacity: 0.44;
    background-color: black;
} 
h1{
     padding: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.text{
     width: 100%;
    height: 50px;
    display: flex; 
    justify-content:  center;
    align-items: center;
    align-content: center;
     padding-right: 50px; 
     gap: 10px;
    /* margin-top: 20px; */
    /* background-color: black; */

}
 .text > input{
    border-radius: 5px;
    width: 200px;
    height: 20px;
     justify-content: center; 
    align-items: center;
     align-content:  center; 
    text-align: center;
    color: white;
    padding: 10px;
    background-color: black; 
    opacity: 0.44;
    border: 1px solid rgb(68, 151, 234);
    font-size: 20px;
}
 .text > button{
    width: 100px;
    height: 35px;
    padding: 5px 10px;
    border-radius: 15px;
    border:  1px solid rgb(252, 56, 56);
    background-color: rgb(248, 46, 46);
    color: rgb(247, 247, 248);
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.text > button:hover{
    background-color: rgb(241, 107, 102);

}
.separator {
    width: 100%;
    height: 5px;
    background-color: rgb(16, 4, 253);
    /* margin-top: 20px;
    margin-bottom: 20px; */
    display: flex;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}
.hero{
    width: 60%;
    height: 100px;
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: center;
    align-items: center;
    align-content: center;
    padding:60px ;
    gap: 10px;
    color: rgb(32, 26, 26);
    font-size: 30px;
     position:   absolute; 
    background-color: rgb(178, 78, 245);
    margin: 10px;
    margin-left: 500px; 
    /* animation-play-state:  running; */
    animation-direction: normal;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-name: slide1;
    border-radius: 20px;
    border: 2px solid  rgb(160, 18, 255);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
     

}
.hero :nth-child(2){ 
    width: 100px;
    height: 180px;
    border-radius: 10%; 
    margin: 40px;
    /* padding: 50px; */
    position:  relative;
    border: 10px solid rgba(15, 39, 251, 0.606);
    
}
.hero1{
    width:  60%;
    height: 100px;
    display:  flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    align-content:  center;
    padding:60px ;
    gap: 10px;
    color: rgb(32, 26, 26);
    font-size: 30px;
    position:   absolute;
    background-color:  rgb(178, 78, 245);
    margin: 250px;
    margin-left:10px;
    animation-fill-mode:forwards;
    animation-direction: normal;
    animation-duration: 3s;
    animation-name: slide2;
    border-radius: 20px;
    border: 2px solid   rgb(160, 18, 255);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}.hero1 :nth-child(2){ 
    width: 100px;
    height: 180px;
    border-radius: 10%; 
    margin: 40px;
    /* padding: 50px;  */
    position:  relative;
    border: 10px solid rgba(15, 39, 251, 0.606);
    
} 
.hero2 {
    width:  60%;
    height: 100px;
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 60px;
    gap: 10px;
    color: rgb(32, 26, 26);
    font-size: 30px;
    position:   absolute;
    background-color:  rgb(178, 78, 245);
    margin: 490px;
    margin-left: 500px;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-duration: 3s;
    animation-name: slide3;
    border-radius: 20px;
    border: 2px solid  rgb(160, 18, 255);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.hero2 :nth-child(2) {
    width: 100px;
    height: 180px;
    border-radius: 10%;
    margin: 50px;
    position: relative;
    border: 10px solid rgba(15, 39, 251, 0.606);
}
.hero3 {
    width:  60%;
    height: 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 60px;
    gap: 10px;
    color: rgb(32, 26, 26);
    font-size: 30px;
    position:   absolute;
    background-color:  rgb(178, 78, 245);
    margin: 730px;
    margin-left: 10px;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-name: slide4;
    border-radius: 20px;
    border: 2px solid  rgb(160, 18, 255);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.hero3 :nth-child(2) {
    width: 100px;
    height: 180px;
    border-radius: 10%;
    margin: 50px;
    position: relative;
    border: 10px solid rgba(15, 39, 251, 0.606);
}
@keyframes slide1{
    from {
        transform: translateX(0);
        opacity: 0;
    }
    to {
        transform: translateX(-10%);
        opacity: 1;
    }
}
@keyframes slide2 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
  
@keyframes slide3 {
    from {
        transform: translateX(0);
        opacity: 0;
    }
    to {
        transform: translateX(-10%);
        opacity: 1;
    }
}
@keyframes slide4 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
marquee {
    width: 100%;
    height: 50px;
    /* background-color: rgb(16, 4, 253); */
    color: rgb(241, 113, 224);
    font-size: 20px;
    /* padding: 10px; */
    /* box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1); */
    /* margin-top: 20px; */
}
/* Modal */
/*   */
.footer {
  background-color: #333;
  color: white;
  padding: 30px;
  text-align: center;
  margin-top: 1000px;
    position:  bottom;
    /* position: relative; */
    z-index: 1;
}
.footer a {
  color: rgb(241, 42, 42);
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
      h1 {
        font-size: 1.2rem;
      }
      .navbar img {
        max-width: 150px;
      }
      .search {
        width: 100%;
        margin-bottom: 10px;
      }
      .text {
        flex-direction: column;
      }
    }

    @media (max-width: 480px) {
      h1 {
        font-size: 1rem;
      }
      .navbar {
        flex-direction: column;
      }
      .navbar select, .navbar button {
        width: 100%;
      }
    }

