@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
      margin: 0;
      font-family: lucida;
      font-weight: 100;
      line-height: 1.6;
      background-color: #f3f2f0;
      color: #333;
    }

    a {
      text-decoration: none;
      color: #990000;
    }

    .btn {
      display: inline-block;
      padding: 10px 20px;
      margin: 5px;
      background: darkorange;
      color: #fff;
      border-radius: 10px;
    }

    .btn:hover {background-color:#555555}

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .nav-links {
      list-style: none;
      display: flex;
      gap: 15px;
    }

    .nav-links li a {
      color: #fff;
    }

    .nav-icons span {
      margin-left: 10px;
      font-size: 18px;
      color: #fff;
    }

    .hero {
      text-align: center;
      padding: 60px 20px;
      background: #f3f2f0;
    }

    .hero h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      color:#223355;
      
    }

    .hero p {
      font-size: 1.2em;
      margin-bottom: 20px;
      color:#223355;
    }

    .collections {
      display: flex;
      justify-content: space-around;
      padding: 40px 20px;
      background: #f3f2f0;
    }


    .collection {
      text-align: center;
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 6px;
      width: 40%;
      background: #f3f2f0;
    }


  

    .new-arrivals {
      padding: 40px 20px;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;  /*remove this line for 1 row look*/
      gap: 20px;
      justify-content: center;
    }

    .card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      width: 200px;
      text-align: center;
    }

    .card h3 {
      margin: 10px 0;
    }

  .video-background {
  position: relative;
  width: 100%;
  height: 250px; 
  overflow: hidden;
}

.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
} 
*{
    box-sizing: border-box;
}

body{
    background-color:#f3f2f0;
    margin:0;
    display:flex;
    flex-direction:column;
    width:100%;
    overflow-x:hidden;
}

.head{
    width:100%;
    min-height:136px;
    padding:0 64px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    font-size:21px;
    font-family:'Newsreader';
    margin-bottom:8px;
    
}

.logo{
    flex-shrink:0;
    overflow:hidden;
    padding-bottom:20px;
}

.logo img{
    width:112px;
    height:auto;
    padding-top: 20px;
}

.links{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    font-weight:bold;
    font-family:"Newsreader", serif;
    font-size: 20px;
    height: max-content;
}

.links a{
    text-decoration:none;
    color:#595856;
    white-space:nowrap;
}

.links a:hover,
.links a:active{
    color:#D99544;
}

.bu{
    width:1px;
}

.search{
    flex-shrink:0;
    display:flex;
    gap:25px;
    align-items:center;
    color:#434241;
}

.search a{
    text-decoration:none;
}

.search a img{
    width:30px;
}

.li,
.ri{
    display:flex;
    align-items:center;
    gap:15px;
}

.search hr{
    height:30px;
    width:1px;
    background:black;
    border:none;
}
.links .act{
    color: #D99544;
}
main{
    min-height:1400px;
}

.c{
    width:calc(100% - 128px);
    margin:auto;
}

.foot{
    width:100%;
    padding:30px 64px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.left{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.left img{
    width:112px;
    height:auto;
}

.left p{
    margin:0;
    color:#543B25;
    font-family:'Poppins';
    font-size:15px;
}

.right{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.right a{
    text-decoration:none;
    color:gray;
}
