@font-face {
  font-family: 'helveticaregular';
  src: url('/frontend/assets/css/font/helvetica-neue-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'helveticaneue';
  src: url('/frontend/assets/css/font/helveticaneue.ttf') format('truetype');
}

@font-face {
  font-family: 'helveticaneuebold';
  src: url('/frontend/assets/css/font/HelveticaNeueBold.ttf') format('truetype');
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "helveticaneue" !important;
  font-size: 62.5%;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}

p {
  margin: 0px;
}

ul {
  list-style: none;
  margin: 0px;
}

img {
  max-width: 100%;
}

.text-white {
  color: #fff;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-25 {
  font-size: 16px;
}

.fs-20 {
  font-size: 2rem;
}

.fw-500 {
  font-weight: 500;
}

.cursor-pointer{
  cursor: pointer;
}

.bg-wave {
  background-image: url(../imgs/gradient-wave-line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 12px;
}

.bg-linear-grey {
  background-image: linear-gradient(0deg, #e6e7e8, white);
}

.btn-view-all {
  background-image: url(../imgs/gradient-buttom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 16px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  margin: 32px 0;
}

#header {
  font-size: 1.6rem;
}

#header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 8px;
  font-weight: 500;
}

#header .nav .nav-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 16px;
}

#header .nav-left .nav-item {
}

#header .nav-left .nav-link {
  color: #000;
}

#header .nav-left .nav-link.logo {
  margin-right: 32px;
  width: 140px;
}
#header .nav .nav-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#header .nav-right .login {
  margin: 0 16px;
}

#header .nav-right .login a {
  text-decoration: none;
  color: #000;
}

#header .nav-right .register {
  background-image: url(../imgs/gradient-buttom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 24px;
  margin: 0 16px;
}


#header .nav-right .register a {
  text-decoration: none;
  color: #fff;
}

#banner {
  background-image: url(../imgs/Background1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.6rem;
  padding: 64px 0 32px 0;
}

#banner .banner-container {
  width: 90%;
  max-width: 1320px;
  margin: 32px auto;
}

#banner .banner-container .banner-left {
  width: 45%;
}

#banner .banner-container .title {
  font-size: 51px;
  font-weight: bolder;
  margin: 16px 0;
}

#banner .banner-container .title span {
  background-image: url(../imgs/gradient-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 8px;
}

#banner .banner-container .description {
  font-weight: 500;
  font-size: 18px;
  margin: 16px 0;
}

#banner .banner-container .btn-start {
  margin: 48px 0;
}

#banner .banner-container .btn-start a {
  font-size: 2.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-image: url(../imgs/gradient-buttom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12px 16px;
}

#banner .banner-container .banner-right {
  width: 45%;
}

#content .section {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 1.6rem;
}

#content .content-1 .section-header {
  margin-bottom: 64px;
}
#content .section .title-heading {
  font-size: 26px;
  font-weight: bolder;
  margin: 0;
  text-transform: uppercase;
}

#content .section .title-main {
  font-size: 46px;
  font-weight: bolder;
  margin: 8px 0 90px;
}

#content .content-1 .section .section-body {
  background-image: url(../imgs/Image3.png);
  background-size: 610px;
  background-repeat: no-repeat;
  background-position: top;
}

#content .section .section-body__left {
  width: 710px;
  height: 680px;
  margin-top: 32px;
}
#content .section .section-body__left img {
}

#content .section .section-body__right {
  width: 35%;
  margin-top: 36px;
  gap: 60px;
  height: 500px;
  margin-left: 190px;
}

#content .section .section-body__right .text {
  text-align: justify;
}

/* TOP CATEGORY CSS */
#content .content-category {
  height: 1700px;
  position: relative;
  z-index: 1;
}
.content-category .content-category__background {
  background-image: url(../imgs/Background2.png);
  background-size: 100% 364px;
  background-repeat: no-repeat;
  background-position: top;
  height: 364px;
}
#content .content-category .section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 900px;
}
.content-category .content-category__heading {
}
.content-category .title-main {
}
.content-category .content-category__body {
}
.content-category .list-items {
  gap: 12px;
}
.content-category .item {
  width: 20%;
}
.content-category .item-img {
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.content-category .item-content {
  text-align: center;
  margin: 16px 0;
}
.content-category .item-content__title {
  font-weight: bold;
  margin-bottom: 4px;
}
.content-category .item-content__quantum {
  font-size: 1.4rem;
  font-weight: 500;
}
.content-category .btn-view-all {
  background-image: url(../imgs/gradient-buttom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 16px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  margin: 32px 0;
}

#content .content-shipping {
  background-image: url(../imgs/Background3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#content .content-payment {
  background-image: url(../imgs/backgroup_payment.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-category__footer-main  {
  justify-content: space-between;
}

.content-category__footer-main .list-items .item {
  width: 100%;
}

h4.item-right__title {
  margin: -3px 0 24px 0;
}
#content .content-blog {
}

.content-blog .blog-list {
  gap: 24px;
  flex-wrap: wrap;
}
.content-blog .blog-item {
  width: 32%;
}

.content-blog .blog-item .blog-img {
  position: relative;
  height: 260px;
}

.content-blog .blog-item .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.content-blog .blog-body {
}

.content-blog .blog-body .blog-body__heading {
  margin: 16px 0 8px;
}

.content-blog .blog-name {
  font-weight: bold;
  color: #000000 !important;
}

.content-blog .blog-name:hover {
  font-weight: bold;
  color: #ff6f31 !important;
}

.content-blog .blog-date {
  font-weight: 500;
}
.content-blog .blog-des {
  text-align: justify;
}

#content .content-footer {
  background-image: url(../imgs/Background5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-footer .title {
  font-size: 56px;
  font-weight: bold;
}
.content-footer .des {
  width: 500px;
  font-size: 21px;
  font-weight: 500;
}

.btn-bg-white {
  border: none;
  background-color: #fff;
  padding: 8px 32px;
  text-align: center;
  font-weight: 500;
  color: #ff6f31;
  font-size: 28px;
  margin: 32px 0;
  border-radius: 30px;
}

#content .form-letter {
  /* background-image: url(../imgs/Background\ 6.png); */
  background-color: #FFF3D2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#content .custome-input {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  border: none;
  padding: 20px 16px;
  border-radius: 12px;
  outline: none;
}

#content .btn-subscribe {
  cursor: pointer;
  background-image: linear-gradient(90deg, #ff6f31, #f7941d);
  margin: 0 16px;
  padding: 16px 64px;
    font-size: 2rem;
  font-weight: 500;
  color: #fff;
  border-radius: 16px;
}

#footer li {
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
}

#footer .section {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
}

#footer .footer-body {
  padding-bottom: 24px;
}

#footer .footer-bottom {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 500;
}
