@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Belleza", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/* ----- Header ----- */
.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0.5rem 50rem rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.navbar .container-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar h1 {
  font-family: "Pacifico", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.navbar .main-menu ul {
  display: flex;
}

.navbar .main-menu a {
  display: block;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.5s;
}

.navbar .main-menu a:hover,
.navbar .book-btn a:hover {
  color: rgb(190, 186, 189);
}

.navbar .book-btn a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}

/* ----- Hero ----- */
.home {
  width: 100%;
  min-height: 90vh;
  background: url("./img/bg-image.png") no-repeat;
  background-size: cover;

  padding: 110px 0 90px;

  position: relative;
}

.home .hero-content {
  margin-top: 20px;
}

.home .hero-text h1 {
  color: #fff;
  font-size: 7.5rem;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  /* border: 1px solid black; */
}

.home .hero-text p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.home .hero-content .advertisement {
  position: relative;
  top: 120px;
  width: 350px;
  z-index: 100;
}

.home .advertisement p {
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 1.9;
}

.home .advertisement p:nth-child(2) {
  font-size: 2.3rem;
}

.home .advertisement span {
  font-size: 3rem;
  font-weight: bold;
}

/* creates the slant */
.home::before,
.home::after {
  content: "";
  position: absolute;
  height: 120px;
  bottom: -50px;
  right: 0;
  left: 0;
  background-color: #fff;
  transform: skewY(3deg);
}

.home .forward-back-btn {
  position: absolute;
  right: 30px;
  bottom: 80px;

  display: flex;
  gap: 10px;
}

.home .forward-back-btn div {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
}

.home .forward-back-btn i {
  font-size: 15px;
}

/* ----- Info ----- */
.info {
  padding: 150px 0 90px;
}

.info-boxes {
  display: flex;
  gap: 30px;

  text-align: center;
}

.info-boxes > * {
  flex: 1;
}

.info .info-box i {
  font-size: 7rem;
  margin-bottom: 20px;
}

.info .info-box h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ----- About ----- */
.about {
  background-color: rgb(244, 244, 246);
  padding: 100px 0 90px;
}

.about .about-content {
  display: flex;
  gap: 30px;
}

.about .about-content > * {
  flex: 1;
}

.about .about-text h3 {
  font-size: 5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about .about-text p {
  margin-bottom: 30px;
}

/* ----- Workers ----- */
.workers {
  padding: 100px 0 90px;
}

.workers .workers-content {
  display: flex;
  align-items: center;
  gap: 30px;

  text-align: center;
}

.workers .workers-content > * {
  flex: 1;
}

.workers .worker {
  position: relative;
  height: 400px;
}

.workers .box {
  background-color: #000;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;

  position: absolute;
  left: 40px;
  bottom: 10px;
}

.workers .box h4,
.workers .box span {
  text-transform: uppercase;
}

.workers .box span {
  font-size: 1.2rem;
}

/* ----- advertisement ----- */
.ad {
  padding: 50px 0 20px;
}

.ad .ad-content {
  width: 100%;
  height: 400px;
  background: url("./img/supplies.jpg") no-repeat;
  background-size: cover;
  /* background-position: center; */

  padding: 100px;
}

.ad .ad-content p:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.ad .ad-content span {
  font-weight: bold;
  font-size: 4rem;
}

.ad .ad-content p:nth-child(2) {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 20px;
}

/* ----- Lookbook ----- */
.lookbook {
  padding: 40px 0 90px;
}

.lookbook .lookbook-content h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  margin: 50px 0 80px;
}

.lookbook .img-columns {
  display: flex;
  justify-content: center;
}

.lookbook .img-columns > * {
  flex: 1;
}

.lookbook .img-columns .black-box {
  background-color: #000;
  width: 306px;
  height: 306px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.lookbook .img-columns i {
  color: #fff;
  font-size: 7rem;
  transition: 0.5s;
}

.lookbook .img-columns i:hover {
  color: #333;
}

/* ----- Utility Classes ----- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  /* border: 1px solid black; */
}

.container-bg {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  border-radius: 3px;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.card {
  background-color: #000;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.hamburger-btn {
  font-size: 30px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  /* right: 0; */
  right: -300px;
  width: 250px;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.5s ease-in-out;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  margin-top: 100px;
  padding-left: 50px;
}

.mobile-menu li {
  margin: 10px 0;
}

.mobile-menu a {
  font-size: 2.5rem;
  transition: 0.3s;
}

.mobile-menu a:hover {
  color: rgb(190, 186, 189);
}

.mobile-menu .book-btn-mobile {
  margin: 30px;
}

.mobile-menu .book-btn-mobile a {
  text-transform: uppercase;
  font-size: 2rem;
}

/* Media Queries */
@media screen and (max-width: 1100px) {
  /* Header */
  .navbar .main-menu,
  .navbar .book-btn {
    display: none;
  }

  .navbar .hamburger-btn {
    display: block;
  }

  /* Workers */
  .workers .workers-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  /* LookBook */
  .lookbook .img-columns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  /* About */
  .about .about-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  /* Home */
  .home .forward-back-btn {
    display: none;
  }

  .home .hero-content {
    text-align: center;
  }

  .home .hero-text h1 {
    width: 100%;
    font-size: 5.5rem;
    word-wrap: break-word;
  }

  .home .advertisement {
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  /* Info */
  .info .info-boxes {
    flex-direction: column;
  }

  /* Advertisement */
  .ad .ad-content {
    text-align: center;
    padding: 70px;
  }
}

@media screen and (max-width: 500px) {
  .home .hero-text h1 {
    font-size: 3.5rem;
  }
}
