/* General Reset */
body, h1, h2, h3, p, ul, li, a, input, textarea, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-content: center;
}

/* Body */

body {
    line-height: 1.6;
    color: #333;
}

/* Header */
header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background: #111;
    color: white;
    padding: 1rem 2rem;
    height: 45px;
    width: 100%;
    opacity: 0.9;
    position: fixed;    
    align-items: center;       
}
header .logo {
    font-size: 20pt;
    font-weight: bold;
    font-family: Rubik Vinyl;
    width: 150px;
}
@media(width > 200px) and (width < 500px){
    header {
        display: flex;
        justify-content: space-between; 
        height: 15px;
    }
    header .logo{
        width: 150px;
    }
}
/*  */

img{
    width: 100%;
}
header nav ul {
    padding-right: 70px;
    display: flex;
    list-style: none; 
    display: flex;
    gap: 1rem;   
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    
}
@media(width > 540) and (width < 800){
   
    #main-content{
      display: none;
    }
    nav ul li{
        display: show;
    } 
  }

a{
    color: rgb(109, 79, 79);
    text-decoration: none;
}
.h3{
    text-align: center;
}



header nav a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
    padding-top: 20px;
}
header nav a:hover {
    color: #f4c10f;
}
/* Hero Section */
.hero {  
    
      
    top: 100px;
    background: url('for.jpeg')no-repeat center/cover ;
    color: white;
    height: 300px;
    text-align: center;
    padding: 5rem 2rem;
    width: auto;
    /* max-width: 940px; */
    min-width: 200px;
}
@media(width > 200px) and (width < 707px){
   .hero {height: auto;
    width: 100%;
    background: url('for.jpeg')no-repeat center/cover ;
    margin: 0%;
    padding: 0%  ;
    }}
.hero h1 {
    padding-top: 120px;
    font-size: 2.5rem;
    /* margin-top: 10px; */
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;


    
}
@media(width > 200px) and (width < 707px){
    .hero h1 {
        margin-top: 5px;
        padding-top: 120px;
        font-size: 2.15rem;}
        .hero .cta{
            margin-top: 5px;
            padding-bottom: 30px;
        }
        
}

.hero p {
    margin: 17px;
}

.hero .cta {
    margin: 1rem 0;
    padding: 0.75rem 1rem 0.44rem ;
    background: #f4c10f;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.hero .cta:hover {
    background: #d3a20d;
}

section{
    display: block;
    unicode-bidi: isolate;

}
/* About Section */
.about, .collection, .contact {
    padding: 1rem;
    text-align: center;
}
.contact{
    justify-content: center;
}
.about p {
    max-width: 600px;
    margin: 1rem auto;
}

/* Collection Section */
.collection .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     gap: 15px; 
     grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
     justify-content: center;
     /* margin-left: 75px; */
     /* margin-left: 75px; */
    /* display: grid;
   
    /* gap: 1rem; */
    margin-top: 1rem; 
    /* max-width: 300px; 
    margin-left: 650px; */
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    
}
.item-2{
    width: 300px;
    background: #f9f9f9;
    padding: 1rem;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s;
    justify-content: center;
     
} 

.collection .card {
    width: 200px;
    height: auto;
    background: #f9f9f9;
    padding: 1rem;
    padding: 10px;
    justify-content: center;
    border: 1px solid #ddd;
    gap: 25px;
    border-radius: 5px;
    transition: transform 0.3s;
    /* margin-block-start: 0.67em;
    margin-block-end: 0.67em; */
    
}
.for{
    background: #f9f9f9;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s;
    justify-content: center;
}


.collection .card:hover {
    transform: scale(1.05);
}

.collection img {
    max-width: 100%;
    border-radius: 5px;
}

.collection h3 {
    margin: 0.5rem 0;
    font-size: 1.2rem;
}

/* Contact Section */
.contact form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.contact input, .contact textarea {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact button {
    padding: 0.75rem;
    background: #111;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact button:hover {
    background: #333;
}

/* Footer */
footer {
    text-align: center;
    background: #111;
    color: white;
    padding: 1rem 0;
    margin-top: 2rem;
    width: 100%;
}




ul{
    color: aqua;
    /* background-color: #d3a20d; */
    border: #f4c10f;
}
.btn2{
 width: 150px;
 height: 40px;
 background-color: rgb(87, 87, 240);
 color: aliceblue;
border-color: rgb(87, 87, 240);
 border-radius: 10px;
 box-shadow: 0px 1px 4px 1px rgb(158, 163, 180);
 margin-top: 20px;
 margin-bottom: 5px;
}
button:hover{
    transform: scale(1.05);
}
/* .awaks{
    height: 100px;
    width: 50px;
}
img{
    width: 100%;
}*/
.fb{
  height: 100%;
  width: auto;
  margin-bottom: 0px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-around;
  text-align: center;
  /* background-color: #ddd; */
} 

input:hover{
    background-color: #333;
    
}
input{
    color: beige;
}
@media(width > 480px) and (width < 600px){
    h1{
        color: #f4c10f;
    }
}
@media(width > 200px) and (width < 707px){
    header .logo{
        font-size: 16pt;
    }
}

 .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    /* margin-left: 50px; */
    color: #fff;
  }
  
  /* Main content styles */
  #main-content {
    margin-left: 0;
    transition: margin-left 0.5s;
    /* padding: 20px; */
    display: flex;
    flex-direction: row;
    justify-content: right     ;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  
  .open-btn {
      position: absolute;
    font-size: 35px;
    cursor: pointer;
    /* background-color: #5e7a78; */
    background: #111;
color: #f1f1f1;
    padding-right: 10%;
    border: none;
  }
  @media(width > 200px) and (width < 540px){
    nav ul li{  
        display: hidden;
    }
    .open-btn{
        font-size: 14pt;
    }
    
    }
    
   
  