@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300&family=Josefin+Sans:ital@1&display=swap");
footer, .p-heading-section, .p-heading-section .overlap-text, .section-2, .center-button, .button-2, .g-section .g-section-2 .flex-center, .l-section .l-boxes, .product-thumbnail, .product-thumbnail .boxes-3, .product-thumbnail .boxes-3 .box-text, .product-section, .product-section .product-image, .product-section .product-info .p-info-2 .p-button, .alert {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-text h3 {
  font-size: 2.3rem;
  padding: 25px;
  border-left: 3px #23252b solid;
  margin-bottom: 30px;
  margin-top: 50px;
}

.main-text p {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 20px 20px 20px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
}

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

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

footer {
  background: #23252b;
  color: #fff;
  padding: 50px;
  margin-top: 70px;
  flex-direction: column;
  font-size: 1.5rem;
}

footer .f-text {
  margin: 20px;
}

footer .f-links {
  display: none;
}

footer .f-links ul {
  display: flex;
}

footer .f-links ul li {
  padding: 20px;
  list-style-type: none;
  font-size: 1.5rem;
}

footer .f-links ul li a {
  background: #1c1e22;
  padding: 25px;
  border-radius: 15px;
}

.main-text {
  padding: 30px 30px 30px 0;
}

.main-text h4 {
  font-size: 1.7rem;
  padding: 20px 0;
}

.p-heading-section {
  margin-top: 115px;
}

.p-heading-section .overlap-img img {
  height: 620px;
}

.p-heading-section .overlap-text {
  flex-direction: column;
  background: #23252b;
  height: 400px;
  width: 500px;
  color: #fff;
  padding: 40px;
  animation: left 1s forwards;
}

@keyframes left {
  100% {
    margin-left: -400px;
  }
}

.p-heading-section .overlap-text h4 {
  font-size: 1.7rem;
  padding: 20px;
}

.p-heading-section .overlap-text p {
  font-size: 1.2rem;
  padding: 20px;
  line-height: 1.5;
}

header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #23252b;
  padding: 0 100px;
  transition: 0.6s;
  color: #fff;
  box-shadow: 0 5px 25px #000000;
}

header .header-left {
  display: flex;
}

header .menu-icon {
  display: none;
}

header .title {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 5px;
}

header .title h1 {
  padding: 5px;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

header .title h5 {
  padding: 5px;
  font-size: 1rem;
}

header .logo {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

header .logo img {
  height: 80px;
}

header .navigation {
  position: relative;
  line-height: 75px;
}

header .navigation .menu {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

header .menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 25px;
}

header .menu-item a:hover {
  color: #aaaaaa;
  transition: 0.3s;
}

header .menu-item .sub-menu {
  position: absolute;
  background: #23252b;
  top: 72px;
  list-style: 40px;
  list-style: none;
  border-radius: 0 0 8px 8px;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.7s;
}

header .menu-item .sub-menu .sub-item {
  position: relative;
  cursor: pointer;
  box-shadow: inset 0px -30px 5px -30px;
}

header .menu-item .sub-menu .sub-item a:hover {
  color: #fff;
  transition: 0.3s;
}

header .menu-item .sub-menu .sub-item:hover {
  background: #00A5CF;
  transition: 0.3s;
}

header .menu-item:hover .sub-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.section-1 {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
}

.section-1 #short-time-msg {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: #FF7F7F;
  font-weight: bolder;
  padding: 50px;
  margin-bottom: 80px;
  font-size: 2rem;
}

.section-1 #short-time-msg img {
  height: 1em;
  margin-bottom: -5px;
  margin-left: 50px;
}

.section-1 .boxes-1 {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 80px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  border-left: 8px #23252b solid;
  border-top: 8px #23252b solid;
  box-shadow: 5px 5px 5px grey;
  border-radius: 0 0 10px 0;
  line-height: 1.3;
}

.section-1 .boxes-1 .left-flex h3 {
  padding: 30px;
  font-size: 2.5rem;
  width: 90%;
  color: #0055a5;
}

.section-1 .boxes-1 .left-flex p {
  font-size: 1.6rem;
  width: 80%;
  padding: 30px;
}

.section-1 .boxes-1 .box-image img {
  padding: 30px;
}

.section-2 .boxes-2 {
  border: 5px #23252b solid;
  margin: 50px 30px;
  padding: 30px;
  min-height: 30em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.section-2 .boxes-2 h3 {
  padding: 10px;
  letter-spacing: 2px;
  font-size: 1.4rem;
  color: #0055a5;
}

.section-2 .boxes-2 p {
  padding: 30px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.section-2 .boxes-2 .button {
  padding: 20px;
  border: 2px #23252b solid;
}

.section-2 .boxes-2 .button a {
  color: #000000;
  font-size: 1.4rem;
}

.section-2 .boxes-2 .button:hover {
  transform: scale(1.05);
  transition: 0.4s;
  transition-timing-function: linear;
  color: #fff;
  cursor: pointer;
}

.mp-title {
  padding: 30px;
  font-size: 2.2rem;
  border-left: 5px #23252b solid;
  margin: 100px 100px 50px 0;
}

.boxes-3:hover {
  transform: scale(1.05);
  transition: 0.4s;
  cursor: pointer;
}

.button-2 {
  padding: 20px;
  margin: 70px 70px 100px 70px;
  border: 3px #23252b solid;
  width: 20em;
  cursor: pointer;
}

.button-2 a {
  color: #23252b;
  font-size: 1.7rem;
}

.button-2:hover {
  transform: scale(1.05);
  transition: 0.4s;
  transition-timing-function: linear;
}

.section-4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
}

.section-4 .boxes-4 {
  padding: 30px;
  margin: 50px 0 50px 0;
  border-left: 3px #23252b solid;
}

.section-4 .boxes-4 h3 {
  padding: 15px;
  font-size: 2rem;
}

.section-4 .boxes-4 p {
  padding: 15px;
  font-size: 1.5rem;
}

.g-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
  margin-top: 120px;
}

.g-section h3 {
  font-size: 2.8rem;
  margin: 70px 0 50px 0;
  padding-bottom: 10px;
  border-bottom: 3px #23252b solid;
}

.g-section .g-section-1 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.g-section .g-section-2 {
  display: flex;
  flex-direction: column;
}

.g-section .g-section-2 .g-video-text {
  margin-top: 50px;
  padding: 30px;
}

.g-section .g-section-2 .g-video-text h4 {
  font-size: 2rem;
  padding: 20px;
  border-left: 3px #23252b solid;
}

.g-section .g-section-2 .g-video-text p {
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.g-section .g-section-2 .g-video-text ul {
  list-style: none;
}

.g-section .g-section-2 .g-video-text ul li {
  font-size: 1.4rem;
  padding: 15px;
}

.g-section .g-section-3 {
  padding: 20px;
}

.g-section .g-section-3 h4 {
  font-size: 2rem;
  padding: 20px;
  border-left: 3px #23252b solid;
  margin-bottom: 30px;
}

.g-section .g-section-3 h5 {
  font-size: 1.6rem;
  padding: 20px;
}

.g-section .g-section-3 p {
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.g-section .g-title {
  font-size: 2rem;
  padding: 20px;
  border-left: 3px #23252b solid;
  margin-bottom: 30px;
  margin-top: 50px;
}

.g-section .g-section-4 {
  display: flex;
  padding: 30px;
}

.g-section .g-section-4 h5 {
  font-size: 1.6rem;
  padding: 20px;
}

.g-section .g-section-4 p {
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.g-section .g-section-4 .g-safety-1 {
  width: 50%;
}

.g-section .g-section-4 .g-safety-2 {
  width: 50%;
}

.s-section {
  margin-top: 150px;
}

.s-list {
  padding: 30px 30px 30px 0;
}

.s-list h4 {
  padding: 30px 30px 30px 0;
  font-size: 2rem;
}

.s-list li {
  font-size: 1.5rem;
  padding: 10px;
}

.l-section {
  margin-top: 130px;
}

.l-section .l-boxes .l-box {
  margin: 30px;
  height: 440px;
  background: #f4f4f4;
}

.l-section .l-boxes .l-box .l-box-text h4 {
  padding: 10px;
  margin: 10px 0 0 10px;
  font-size: 1.4rem;
}

.l-section .l-boxes .l-box .l-box-text li {
  padding-top: 10px;
  margin-left: 15px;
  font-size: 1.3rem;
  line-height: 1.3;
  width: 320px;
}

.l-section .l-boxes .l-box .l-box-text ul {
  margin-bottom: 15px;
  list-style: none;
}

.l-section .l-boxes .l-box .l-box-text ul img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.l-section .l-boxes .l-box img {
  height: 200px;
  width: 350px;
}

.c-section {
  margin-top: 120px;
}

.c-section .i-img {
  display: flex;
  margin: 50px 0;
}

.c-section .i-img h4 {
  font-size: 2rem;
  padding: 20px;
  border-left: 3px #23252b solid;
}

.c-section .i-img p {
  font-size: 1.6rem;
  padding: 30px;
  line-height: 1.3;
}

.c-section .i-img ul {
  padding: 35px;
  font-size: 1.4rem;
}

.c-section .i-img ul li {
  padding: 5px;
}

.c-section .i-img img {
  height: 400px;
  border: 2px #23252b solid;
}

.product-thumbnail {
  flex-wrap: wrap;
  margin-top: 70px;
}

.product-thumbnail .boxes-3 {
  flex-direction: column;
  border: 3px #23252b solid;
  margin: 40px 40px 40px 40px;
  width: 300px;
  box-shadow: 2px 2px 2px grey;
}

.product-thumbnail .boxes-3 .box-img {
  padding: 40px;
}

.product-thumbnail .boxes-3 .box-img img {
  height: 150px;
}

.product-thumbnail .boxes-3 .box-text {
  background: #e9e8e8;
  padding: 25px;
  width: 100%;
  height: 150px;
  flex-direction: column;
}

.product-thumbnail .boxes-3 .box-text h4 {
  color: #23252b;
  font-size: 1.5rem;
}

.product-thumbnail .boxes-3 .box-text h5 {
  font-size: 1.5rem;
  color: #0055a5;
  padding-top: 10px;
}

.product-section {
  margin-top: 180px;
}

.product-section .product-image {
  width: 50%;
}

.product-section .product-image img {
  height: 500px;
}

.product-section .product-info {
  width: 50%;
}

.product-section .product-info .p-info-1 {
  padding: 20px;
}

.product-section .product-info .p-info-1 h3 {
  font-size: 3rem;
  padding: 20px 0;
}

.product-section .product-info .p-info-1 .p-text {
  padding: 20px;
  border-bottom: 3px #23252b solid;
}

.product-section .product-info .p-info-1 .p-text p {
  font-size: 1.7rem;
  padding: 0 20px;
  line-height: 1.6;
}

.product-section .product-info .p-info-1 .p-text h5 {
  font-size: 1.9rem;
  padding: 0 20px;
  line-height: 1.3;
}

.product-section .product-info .p-info-1 p {
  font-size: 1.7rem;
  padding: 0 20px;
  line-height: 1.6;
}

.product-section .product-info .p-info-1 h5 {
  font-size: 1.9rem;
  padding: 0 20px;
  line-height: 1.3;
}

.product-section .product-info .p-info-2 {
  padding: 20px;
  display: flex;
  align-items: center;
}

.product-section .product-info .p-info-2 input {
  padding-left: 20px;
  font-size: 1.5rem;
  width: 120px;
  height: 60px;
  border: 2px #23252b solid;
  border-radius: 3px;
}

.product-section .product-info .p-info-2 .p-button {
  color: #23252b;
  width: 250px;
  height: 80px;
  margin-left: 80px;
  background: #0055a5;
}

.product-section .product-info .p-info-2 .p-button p {
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
}

.product-section .product-info .p-info-2 .p-button img {
  height: 30px;
  padding-bottom: 3px;
}

.product-section .product-info .p-info-2 .p-button:hover {
  background: #00A5CF;
  transform: scale(1.1);
  transition: 0.3s;
}

.product-description {
  margin: 200px;
}

.product-description h4 {
  font-size: 2rem;
  padding: 15px;
  margin: 30px 0;
  border-bottom: 3px #23252b solid;
}

.product-description p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.thumbnail-title {
  border-left: 4px #23252b solid;
  padding: 25px;
  font-size: 2rem;
  margin-left: 100px;
}

.alert {
  margin-top: 250px;
  background: #f4f4f4;
  padding: 100px;
  font-size: 1.6rem;
}

@media (max-width: 80em) {
  .section-2 {
    display: block;
  }
  .section-2 .boxes-2 {
    margin-right: 150px;
    border: none;
    background: #f4f4f4;
  }
  .section-2 .boxes-2 h3 {
    font-size: 2.2rem;
  }
  .section-2 .boxes-2 p {
    font-size: 1.7rem;
  }
  .section-2 .boxes-2 .button a {
    font-size: 1.5rem;
  }
}

@media (max-width: 40em) {
  .container {
    width: 100%;
  }
  header {
    display: block;
    justify-content: left;
  }
  header nav {
    display: none;
  }
  header .header-left {
    margin-left: -100px;
  }
  header .header-left .menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1c1f;
    padding: 20px;
    margin: 20px 30px 20px 0;
  }
  header .header-left .menu-icon img {
    height: 3.5em;
  }
  .p-heading-section .overlap-text {
    animation: none;
    margin-left: -900px;
  }
  .main-text {
    margin-left: 20px;
  }
  .section-1 {
    margin-top: 110px;
  }
  .section-1 .boxes-1 {
    border: none;
    box-shadow: none;
    width: 100%;
  }
  .section-1 .boxes-1 .left-flex h3 {
    font-size: 2rem;
    width: 100%;
    padding: 15px 0 0 10px;
  }
  .section-1 .boxes-1 .left-flex p {
    font-size: 1.3rem;
    width: 100%;
    padding: 15px;
  }
  .section-1 img {
    display: none;
  }
  .section-2 {
    display: block;
    padding: 0;
    margin: 0;
  }
  .section-2 .boxes-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    margin-top: 5em;
    border: none;
    border-top: 4px #23252b solid;
    border-bottom: 4px #23252b solid;
    background: #f4f4f4;
  }
  .mp-title {
    margin-left: 0.5em;
    font-size: 2rem;
    width: 100%;
  }
  .section-4 .boxes-4 {
    border: none;
    background: #f4f4f4;
  }
  .g-section h3 {
    margin-left: 20px;
  }
  .g-section .g-section-1 {
    margin-left: 20px;
  }
  .g-section .g-section-1 p {
    font-size: 1.6rem;
  }
  .g-section .g-title {
    margin-left: 20px;
    font-size: 2.2rem;
  }
  .g-section .g-section-4 {
    display: block;
    width: 100%;
    padding: 0;
  }
  .g-section .g-section-4 .g-safety-1, .g-section .g-section-4 .g-safety-2 {
    width: 100%;
  }
  .g-section .g-section-4 .g-safety-1 h5, .g-section .g-section-4 .g-safety-2 h5 {
    font-size: 2rem;
  }
  .g-section .g-section-4 img {
    display: none;
  }
  .l-section .l-boxes {
    display: block;
  }
  .product-section {
    display: block;
  }
  .product-section .product-image {
    margin-left: 100px;
  }
  .product-section .product-info {
    width: 100%;
  }
  .product-section .p-info-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-section .p-info-2 a {
    margin-top: 30px;
    margin-left: -70px;
  }
  .product-description {
    width: 90%;
    margin-left: 20px;
  }
  .thumbnail-title {
    margin-left: 20px;
  }
  .i-img {
    display: block;
  }
  .i-img img {
    display: none;
  }
  footer .f-text {
    width: 100%;
  }
  footer .f-links {
    display: block;
  }
  footer .f-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .f-links ul li {
    margin: 30px 0 30px 0;
    padding: 10px;
    list-style-type: none;
    font-size: 1.5rem;
  }
  footer .f-links ul li a {
    background: #1c1e22;
    padding: 25px;
    border-radius: 15px;
  }
}
/*# sourceMappingURL=style.css.map */