

#navbarNavDropdown{
  justify-content: end;
}

#home{
    background-color: #DBDFE2;
}
.main h2{
    font-size: 82px;
    font-weight: 700;
    margin: 25px 0px;
}
.main p{
    font-size: 18px;
    font-weight: 400;
    color: #8d8d8d;
}
.main button{
    margin: 15px 0px 0px;
    padding: 19.8px 54px;
    background-color: #ffffff;
    font-size: 18px;
    color: #191919;
    text-transform: uppercase;
}
.main button:hover{
    background-color: #191919;
    color:#ffffff;
}

 #collection{
    position: relative;
     /* text-align: center;  */
     overflow: hidden;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center;
      min-height: 300px;
      color: #fff;
}


.overlay {
    
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
    }

    .collection-content {
      position: relative;
      z-index: 2;
      padding: 2rem;
      color: #000;
       position: absolute;
      top: 30%;
      left: 60%;
      transform: translate(-50%, -50%);

    }

    .collection-content h2 {
      font-size: 62px;
      font-weight: 700;
    }

    .shop-link {
      font-weight: bold;
      display: inline-block;
      margin-top: 1rem;
      color: #000;
      text-decoration: none;
    }

    .shop-link:hover {
      text-decoration: underline;
      color: #699DBF;
    }

.rating{
   color: gold;
    gap: 5px;
    margin-top: 10px;
}



.contact-form {
      background: #fff;
      padding: 25px;
      border-radius: 8px;
      max-width: 500px;
      margin: auto;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .contact-form h2 {
      margin-bottom: 20px;
      font-size: 24px;
    }

    .form-group {
      margin-bottom: 15px;
    }

    label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }

    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    textarea {
      resize: vertical;
      height: 120px;
    }

    button {
      background-color: #000;
      color: #fff;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
    }

