@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  /* font-size: 20px;  */
}

body {
  font-family: "lato", sans-serif;
  overflow: scroll;
}
/* Navbar */

.navbar {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

i{
  /* margin-left: 10px; */
  margin-right: 10px;
}
.navbar img {
  width: 60px;
  margin-left: 30px;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-right: 60px; */
}

.logo {
  font-size: 1.5rem;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-right: 20px;
  text-transform: uppercase;
}

.nav-links li a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  margin-right: 30px;
}

.nav-links li a:active {
  color: red;
}

.nav-links li a:hover {
  /* color: red; */
  border-bottom: 2px solid rgb(234, 124, 13);
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.line1,
.line2,
.line3 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px;
}

img {
  width: 100%;
}

/* general */

.general-container {
  width: 100vw;
  padding: 0 10px;
  overflow: auto;
}

/* ending */

.hero-section {
  justify-content: center;
  padding: 40px 60px;
  margin-bottom: 6rem;
  margin-top: 4rem;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.container {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}

.hero-section .container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/nails.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 440px;
  padding: 120px;
  text-align: center;
  box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  border-radius: 12px;
}

.hero-section .container .hero-text {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: bold;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-justify: inter-word;
}

.hero-section .container .hero-text h1 {
  margin-bottom: 20px;
}

.hero-btn {
  color: #000;
  padding: 10px 15px;
  background-color: transparent;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  border-width: 1px;
  border-color: #000;
  border-style: double;
  text-transform: uppercase;
}

.hero-btn:hover {
  color: #fff;
  background-color: #000;
  transition: 1s ease-in-out;
}

/* main-section */

.lash-section {
  justify-content: center;
  padding: 40px 60px;
}

.lash-section img {
  box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  border-radius: 12px;
  width: 350px;
  margin: 60px 20px;
}
.lash-section .container {
  display: flex;
  column-gap: 90px;
  padding: 40px auto;
}

.lash-section .container .las-text {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  padding: auto 50px;
  color: #9c9a9a;
  text-justify: inter-word;
}

.lash-section .container .las-text h1 {
  margin-bottom: 10px;
}

.nail-section {
  justify-content: center;
  padding: 40px 60px;
  margin-top: 70px;
}

.nail-section img {
  box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 15px 20px 30px -15px rgba(0, 0, 0, 0.59);
  border-radius: 12px;
  width: 350px;
  margin: 80px 50px;
}

.nail-section .container {
  display: flex;
  column-gap: 90px;
  padding: 40px auto;
}

.nail-section .container .nail-text {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 15px 50px;
  color: #9c9a9a;
}

.nail-section .container .nail-text h1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

/* treat */

.treat-section {
  justify-content: center;
  padding: 100px 70px;
  text-align: center;
  background-color: #2a3439;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}

.treat-section .container h1 {
  padding: 10px;
  margin-bottom: 20px;
}

.treat-section .container a {
  color: #000;
  padding: 10px 15px;
  background-color: transparent;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  border-width: 1px;
  border-color: #fff;
  border-style: double;
  text-transform: uppercase;
  font-weight: normal;
}

.treat-section .container a:hover {
  color: #fff;
  background-color: #000;
  transition: 1s ease-in-out;
}

#about-us .container {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7;
  padding: 30px 50px;
  color: #424141;
  background-color: #ccc7b9;
  margin-top: 50px;
  border-radius: 15px;
}

#about-us .container h1 {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #625d5d;
}

#about-us .container p {
  font-size: 15px;
  line-height: 1.6;
}

/* footer */

.footer {
  align-items: center;
  justify-content: center;
  /* background-color: red; */
  padding: 30px 40px;
  text-align: center;
  display: flex;
  gap: 50px;
  background-color: #fff;
}

.footer-text {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}

.ig {
  margin-right: 20px;
}

.fb {
  margin-right: 20px;
}

/* Media Queries */

@media screen and (max-width: 800px) {
  .nav-links {
    display: none;
  }

  .burger {
    display: flex;
  }

  .container .hero-text {
    text-align: center;
    text-justify: inter-word;
  }

  .lash-section {
    justify-content: center;
    /* padding: 40px 60px; */
    font-size: 15px;
    line-height: 1.7;
  }

  .lash-section .container .las-text h1 {
    font-size: small;
    font-size: 20px;
    margin-top: 30px;
  }

  .lash-section .container .las-text p {
    font-size: 12px;
  }

  .lash-section .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
    /* padding: 10px; */
  }

  .lash-section .container img {
    max-width: 350px;
  }

  .nail-section .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
    justify-content: center;
  }

  .nail-section .container img {
    max-width: 100%;
    display: block;
    /* overflow-x: auto; */
    margin-right: 90px;
  }

  .nail-section .container .nail-text h1 {
    font-size: small;
    font-size: 20px;
  }

  .nail-section .container .nail-text p {
    font-size: 12px;
    padding: auto;
  }

  .nail-section img {
    margin-top: 20px;
  }
  .lash-section img {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .treat-section {
    justify-content: center;
    padding: 100px 70px;
    text-align: center;
    background-color: #2a3439;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
  }

  #about-us .container {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 100px;
    color: #111010;
    background-color: #ccc7b9;
    margin-top: 50px;
  }

  #about-us .container h1 {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #625d5d;
  }

  .footer {
    align-items: center;
    justify-content: center;
    /* background-color: red; */
    padding: 30px 40px;
    text-align: center;
    display: flex;

    background-color: #ccc7b9;
  }

  .footer-text h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
  }
}

/* screen at 540px */

@media screen and (max-width: 600px) {
  .mobile-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
  }

  .hero-h1 {
    /* width: 100%; */
    font-size: 20px;
    /* padding: 0 60px; */

    text-align: center;
    margin: 20px 0;
    line-height: 1.4;
    padding-right: -100px;
  }

  .hero-btn {
    font-size: 15px;
    /* background: red; */
  }

  img {
    max-width: 100%;
  }
  /* .hero-section .container {
      max-width: 400px ;
      height: 200px;
      margin-left: 4px;
      margin-right: 4px;
      width: 400px;
     
    } */

  /* .container .hero-text{
      text-align:center ;
      padding-right: 50px;
     margin-bottom: 50px;
     
    } */

  .lash-section {
    justify-content: center;
    padding: 40px 60px;
    font-size: 15px;
    line-height: 1.6;
  }

  .lash-section .container .las-text h1 {
    font-size: 20px;

    margin-top: 30px;
  }

  .lash-section .container .las-text p {
    font-size: 15px;
  }

  .lash-section .container {
    /* flex-direction: column; */
    display: block;
    padding-top: 20px;
    text-align: center;
    /* padding: 10px; */
    justify-content: center;
    align-items: center;
  }

  .lash-section img {
    align-items: center;
    /* margin-left: -15px; */
    width: 280px;
    align-self: center;
    justify-self: center;
  }

  .las-text {
    display: block;
    font-size: small;
  }

  .lash-section .container .las-text h1 {
    font-size: small;
    font-size: 20px;
    margin-top: 30px;
  }

  .lash-section .container .las-text p {
    /* font-size: 15px; */
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
  }

  .lash-section .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
    /* padding: 10px; */
  }

  /* .lash-section .container img {
    max-width: 350px;
  } */

  .nail-section .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
  }

  .nail-section .container img {
    align-items: center;
    /* margin-left: auto; */
    width: 280px;
  }

  .nail-section .container .nail-text h1 {
    font-size: small;
    font-size: 20px;
  }

  .nail-section .container .nail-text p {
    /* font-size: 15px; */
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: -10px;
    padding: 20px auto;
  }

  .nail-section img {
    margin-top: 20px;
  }
  .lash-section img {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .treat-section {
    justify-content: center;
    padding: 100px 70px;
    text-align: center;
    background-color: #2a3439;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
  }

  #about-us .container {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 20px 90px;
    color: #111010;
    background-color: #ccc7b9;
    margin-top: 50px;
  }

  #about-us .container p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
  }

  #about-us .container h1 {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #625d5d;
  }

  .footer {
    align-items: center;
    justify-content: center;
    /* background-color: red; */
    padding: 30px 40px;
    text-align: center;
    display: flex;

    background-color: #ccc7b9;
  }

  .footer-text h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
  }
}

@media screen and (max-width: 546px) {
  .nail-section .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
  }

  .nail-section .container img {
    align-items: center;
    margin: auto;
    width: 280px;
    align-self: center;
  }

  .nail-section .container .nail-text h1 {
    font-size: small;
    font-size: 20px;
  }

  .nail-section .container .nail-text p {
    /* font-size: 15px; */
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: -10px;
    padding: 20px auto;
  }

  .nail-section img {
    margin-top: 20px;
  }
  .lash-section img {
    max-width: 300px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 494px) {
  .lash-section img {
    align-items: center;
    /* margin-left: -15px; */
    width: 280px;
    align-self: center;
    justify-self: center;
    margin: auto;
  }
}
@media screen and (max-width: 448px) {
  .lash-section img {
    align-items: center;
    /* margin-left: -15px; */
    width: 260px;
    align-self: center;
    justify-self: center;
    margin: auto;
  }
}

@media screen and (max-width: 414px) {
  .mobile-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .hero-h1 {
    /* width: 100%; */
    font-size: 20px;
    /* padding: 0 60px; */

    text-align: start;
    margin: 20px 0;
    line-height: 1.4;
    padding-right: -100px;
    margin-left: -15px;
  }

  .hero-btn {
    font-size: 15px;
    /* background: red; */
    margin-left: -15px;
  }
  .lash-section img {
    align-items: center;
    /* margin-left: -15px; */
    width: 250px;
    align-self: center;
    justify-self: center;
    margin-left: -20px;
  }
}

@media screen and (max-width: 400px) {
  .mobile-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .hero-h1 {
    /* width: 100%; */
    font-size: 15px;
    /* padding: 0 60px; */
    display: block;
    padding-left: -20px;
    text-align: center;
    margin-right: -20px;
  }

       .lash-section img {
    align-items: center;
    /* margin-left: -15px; */
    width: 210px;
    align-self: center;
    justify-self: center;
    margin: auto;
  }
}
}
