/* Font CDN */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #054c73;
}
h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
}
h3,
h4,
h5,
h5 {
  margin: 0;
}
p {
  font-size: 20px;
  color: #666666;
  margin: 0;
}
/* Commmon classes */
.container {
  max-width: 1200px;
  width: 100%;
}

/* Header section */
.header-sec {
  padding: 15px 0;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-item .nav-link {
  padding-right: 50px !important;
  font-size: 14px !important;
  color: #333333;
  font-weight: 600;
  transition: all 0.7s ease;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
}
.offcanvas.offcanvas-end {
  border: none;
}
.offcanvas-backdrop.show {
  opacity: 0.7;
}
.offcanvas-body .nav-item .nav-link:hover {
  color: #054c73 !important;
  transform: translateY(-5px);
}
.navbar-brand {
  transition: all 0.7s ease;
}
.navbar-brand:hover {
  transform: translateY(-5px) !important ;
}

/* Banner section */
.banner-sec {
  background: url("../assets/Mask\ Group.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 151px;
}
.overlay > div {
  max-width: 643px;
  margin-left: auto;
  background-color: #dfe9f4;
  padding: 37px 45px 41px 39px;
  border-radius: 10px;
}
.overlay > div > div:first-child {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.overlay > div > p {
  margin-bottom: 30px;
}
.banner-btn {
  padding: 16px 42px;
  background-color: #054c73;
  border-radius: 50px;
  transition: all 0.7s ease;
  font-weight: bold;
}
.banner-btn:hover {
  color: #054c73 !important;
  background-color: white;
  text-decoration: underline;
  transform: translateY(-10px);
}

/* What we offer section */
.off-sec {
  padding: 20px 0;
  background-color: #f2f5ff;
}
.off-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.off-card p {
  margin: 0;
  font-size: 14px;
}
/* Collection section */
.collec-sec {
  padding: 60px 0;
}
.my-img {
  position: relative;
  top: -40px;
}
.collec-sec img {
  transition: all 0.7s ease;
}
.collec-sec img:hover {
  transform: scale(1.2);
}
/* Space section */
.space-sec {
  background-color: #f2f5ff;
}
.space-content p {
  margin-bottom: 30px;
}
.space-content a {
  padding: 24px 57px;
  background-color: #054c73;
  color: white;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.7s ease;
}
.space-content a:hover {
  color: #054c73;
  text-decoration: underline;
  background-color: white;
  transform: translateY(-10px);
}
.space-sec img {
  transition: all 0.7s ease;
}
.space-sec img:hover {
  transform: scale(1.2);
}
/* Range section */
.range-sec {
  padding-top: 60px;
}
.range-sec img {
  transition: all 0.7s ease;
}
.range-sec img:hover {
  transform: scale(1.2);
}
/* How its work section */
.how-sec {
  padding: 10px 0 100px;
}
.how-img {
  position: relative;
}
.circle {
  height: 40px;
  width: 40px;
  background-color: black;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 10px solid white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  padding: 20px;
}
.how-content p {
  font-size: 16px;
}
.how-content h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.how-img img {
  transition: all 0.7s ease;
}
.how-img img:hover {
  transform: translateY(-10px);
}
.news-sec {
  padding: 60px 0;
  background-color: #f2f5ff;
}
.news-head p {
  max-width: 514px;
  margin: 0 auto;
}
.user-input {
  max-width: 486px;
  margin: 0 auto;
}
.user-input input[type="email"] {
  width: 100%;
  padding: 20px 0 20px 20px;
  border: 1px solid #054c73;
  border-radius: 3px;
  outline: none;
}
.user-input input[type="submit"] {
  padding: 15px 44px;
  border-radius: 3px;
  border: 1px solid #054c73;
  outline: none;
  background: #054c73;
  color: white;
  transition: all 0.7s ease;
}
.user-input input[type="submit"]:hover {
  background-color: #167eb6;
  transform: translateY(-10px);
}

/* Footer section */
.ft-sec {
  padding: 60px 0;
  background-color: #03344f;
}
.left p {
  font-size: 16px;
  margin-top: 34px;
}
.ft-sec img {
  border-radius: 3px;
  transition: all 0.7s ease;
}
.ft-sec img:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 992px) {
  /* Collection section */
  .my-img {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .space-content {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  /* Banner section */
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 30px;
  }
  .overlay > div {
    padding: 24px 27px 14px 22px;
  }
  h2 {
    font-size: 26px;
  }
  /* Header section */
  .offcanvas {
    width: 100% !important;
  }

  /* Space section */
  .space-content a {
    padding: 16px 42px;
  }

  /* Footer section */
  .right .col-3 {
    padding: 0 6px;
  }
}
