@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=DM+Serif+Display&family=Inconsolata:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.logo {
    height: 45px;
  }

.padding {
    padding: 80px 0;
}
.padding img {
  width: 100%;
}
.nav-item a:hover {
  animation: tada;
  animation-duration: 1.5s;
}

header {
    background-image: linear-gradient(#00000090, #68686813), url(../img/Carousel/Curousel_img\ 00.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
  }

  .header-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
  }
  
  .section-title h2 {
    font-weight: 500;
  }

  .section-title {
    font-family: 'Lobster', cursive;
  }

  .section-title{
    font-weight: 500;
  }
  
  /* ---------------------------------------------- */
  /* Footer */
footer {
  color: white;
  background-color: rgba(18, 18, 19, 0.89);
}

footer ul {
  list-style: none;
}

footer ul li {
  margin-top: 5px;
}

footer h6 {
  color: gray;
  text-transform: uppercase;
}

footer .app_download {
  border: 2px solid white;
  margin: 10px;
}

.top-border {
  border-top: 2px solid gray;
}

.social-links li {
  display: inline-block;
  margin-right: 18px;
  font-size: 18px;
}

.social-links li a {
  color: white;
}

.fa-facebook-f:hover {
  color: #3b5998;
}

.fa-pinterest:hover {
  color: #e60023;
}

.fa-instagram:hover {
  color: #8134af;
}

.fa-twitter:hover {
  color: #00acee;
}

/* women  */
#backg {
  position: relative;
  background-size: cover;
}

/* #women {
  width: 523px;
} */