@charset "UTF-8";

/*====================================
 *
 * Fonts
 *
 * =================================*/
@font-face {
  font-family: UTMAvoBold;
  src: url("../fonts/UTMAvoBold.woff");
  font-weight: bold;
}

/*====================================
 *
 * Home Banner New
 *
 * =================================*/

.s-home-banner {
  height: 600px;
  background: #00354E;
  position: relative;
  overflow: hidden;

  font-family: Inter, sans-serif;
}

.s-home-banner .s-home-banner-container {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.s-home-banner .home-banner-left {
  color: #FFFFFF;
  padding: 136px 0 0 0;
  z-index: 10;
  width: 50%;
  position: relative;
  z-index: 10;
}

.s-home-banner .home-banner-left .banner-title1 {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  white-space: nowrap;
}

.s-home-banner .home-banner-left .banner-title2 {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 72px;
  color: #FFF;
}

.s-home-banner .home-banner-left .banner-title2 span {
  color: #5DD3D3;
  position: relative;
}

.s-home-banner .home-banner-left .banner-title2 span svg {
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 100%;
}

.s-home-banner .home-banner-left .banner-description {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-top: 32px;
}

.s-home-banner .home-banner-right {
  z-index: 10;
  width: 50%;
}

.s-home-banner .home-banner-right img {
  aspect-ratio: 1.05;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.s-home-banner .effect-home-banner-left::after {
  content: "";
  top: -65%;
  left: -5%;
  width: 582.21px;
  height: 582.21px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
}

.s-home-banner .effect-home-banner-left::before {
  content: "";
  bottom: -25%;
  left: -10%;
  width: 327.75px;
  height: 327.75px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
}

.s-home-banner .effect-home-banner-right::after {
  content: "";
  top: 0%;
  right: 0%;
  width: 528.15px;
  height: 528.15px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  transform: translate(50%, -50%);
}


.s-home-banner .effect-home-banner-right::before {
  content: "";
  bottom: -31%;
  right: 20%;
  width: 500.1px;
  height: 500.1px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
}

/*====================================
 *
 * Quotation New
 *
 * =================================*/
.s-quotation {
  float: right;
  position: relative;
  background: #E8E8E8;

  font-family: Inter, sans-serif;
}

.s-quotation:hover::before {
  background: #1EB0B1;
}

.s-quotation::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  /* width: 10px; */
  background: #13314C;
  height: 100%;
  -webkit-transform: skewx(-45deg);
  -ms-transform: skewx(-45deg);
  transform: skewx(-45deg);
  z-index: 9;
}

.s-quotation .s-quotation_button {
  background: #E8E8E8;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0px 8px 8px;
  position: relative;
  cursor: pointer;
}

.s-quotation a {
  color: #000000;
  background: #FFC162;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 48px;
  padding: 0px 32px;
  border-radius: 8px;
}

.s-quotation a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  background: #E8E8E8;
}

.s-quotation a::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -65px;
  right: 5px;
}

.auto-quotes #home_search_form .button {
  width: 134px;
  height: 48px;
  background: #FFC162;
  color: #141416;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  border-radius: 8px;
}

.auto-quotes #modal_search_form .button {
  width: 134px;
  height: 48px;
  background: #FFC162;
  color: #141416;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  border-radius: 8px;
}

/*====================================
 *
 * Order Workflow New
 *
 * =================================*/
.s-order-workflow {
  padding: 92px 0 112px 0;
  background: #00354E;
  /* height: 1044px; */
  position: relative;
  overflow: hidden;

  font-family: Inter, sans-serif;
}

.s-order-workflow::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 213px;
  height: 255px;
  background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
  filter: blur(105px);
  transform: translate(35%, -25%) rotate(-48deg);
}

.s-order-workflow::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 213px;
  height: 255px;
  background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
  filter: blur(105px);
  transform: translate(-25%, 8%) rotate(-48deg);
}

.s-order-workflow .s-order-workflow-scroll::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.s-order-workflow .title {
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: none;
  margin-bottom: 82px;
  text-align: center;
  z-index: 10;
  position: relative;
}

.s-order-workflow .title span {
  position: relative;
}

.s-order-workflow .title span svg {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.s-order-workflow .order-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  margin-bottom: 10px;
  min-width: 1240px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.s-order-workflow .order-workflow-card {
  border-radius: 25px;
  background: #FFF;
  max-width: 400px;
  min-width: 360px;
  height: 710px;
  padding: 44px 24px;
}

.s-order-workflow .order-workflow-card .title {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
  row-gap: 24px;
}

.s-order-workflow .order-workflow-card .title span {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #353945;
  text-align: center;
}

.s-order-workflow .order-workflow-card .text1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6A7081;
}

.s-order-workflow .order-workflow-card .text1 .step {
  margin-top: 24px;
}

.s-order-workflow .order-workflow-card .text1 .step #step {
  display: flex;
  column-gap: 17px;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #E6E8EC;
  align-items: center;
}

.s-order-workflow .order-workflow-card .text1 .step .step1 span:first-child {
  background: #FFEED3;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-order-workflow .order-workflow-card .text1 .step .step2 span:first-child {
  background: #DEF5FF;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-order-workflow .order-workflow-card .text1 .step .step3 span:first-child {
  background: #EFEBFF;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-order-workflow .order-workflow-card .text1 .step .step4 span:first-child {
  background: #FFEEF6;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-order-workflow .order-workflow-card .text1 .step #step span:first-child {
  min-width: 88px;
  height: 30px;
}

.s-order-workflow .order-workflow-card .text1 .step #step:last-child {
  border-bottom: none;
}

.s-order-workflow .order-workflow-card .text2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6A7081;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.s-order-workflow .order-workflow-card .text2 #step {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E6E8EC;
  padding-bottom: 28px;
}

.s-order-workflow .order-workflow-card .text2 #step:last-child {
  border-bottom: none;
}

.s-order-workflow .order-workflow-card .text2 #step span:first-child {
  padding: 0 0 16px 32px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #353945;
}

.s-order-workflow .order-workflow-card .text2 #step span:first-child::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.s-order-workflow .order-workflow-card .text2 .step1 span:first-child::before {
  background: #FFEED3;
}

.s-order-workflow .order-workflow-card .text2 .step2 span:first-child::before {
  background: #DEF5FF;
}

.s-order-workflow .order-workflow-card .text2 .step3 span:first-child::before {
  background: #EFEBFF;
}

.s-order-workflow .order-workflow-card .text3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6A7081;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.s-order-workflow .order-workflow-card .text3 #step {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E6E8EC;
  padding-bottom: 28px;
}

.s-order-workflow .order-workflow-card .text3 #step:last-child {
  border-bottom: none;
}

.s-order-workflow .order-workflow-card .text3 #step span:first-child {
  padding: 0 0 16px 32px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #353945;
}

.s-order-workflow .order-workflow-card .text3 #step span:first-child::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.s-order-workflow .order-workflow-card .text3 .step1 span:first-child::before {
  background: #FFEED3;
}


.s-order-workflow .order-workflow-card .text3 .step2 span:first-child::before {
  background: #DEF5FF;
}


.s-order-workflow .order-workflow-card .text3 .step3 span:first-child::before {
  background: #EFEBFF;
}

.s-order-workflow .s-order-workflow-scroll {
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.s-order-workflow #s-order-workflow-prev,
.s-order-workflow #s-order-workflow-next {
  display: none;
}

/*====================================
 *
 * Products New
 *
 * =================================*/
.s-products {
  padding: 91px 0 56px;
  background: #F4F5F6;
  height: 100%;

  font-family: Inter, sans-serif;
}

.s-products .s-products-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #00354E;
  text-transform: none;
  text-align: center;
  margin-bottom: 65px;
}

.s-products .s-products-title span {
  background: repeating-linear-gradient(transparent, transparent 61.8%, #BDF1F1 61.9%, #BDF1F1 90%);
}

.s-products-categories .li {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 25px;
  overflow: auto;
  white-space: nowrap;
  cursor: pointer;
}

.s-products-categories .li::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.s-products-categories .li span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #777E91;
  text-transform: uppercase;
  margin-right: 32px;
}

.s-products-categories .li .sale::before {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #EF7474;
  border-radius: 50%;
  float: right;
  transform: translateX(5px);
}

.s-products-categories .li .selected {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1EB0B1;
  margin-right: 32px;
  text-transform: uppercase;
}

.s-products-categories .li .selected::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: #1EB0B1;
}

.s-products-row {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 190px));
  gap: 20px;
}

.s-products-row .item {
  width: 100%;
  max-width: 190px;
  height: 304px;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
}

.s-products-row .item img {
  width: 190px;
  max-width: 195px;
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
  z-index: 11;
}

.s-products-row .item .saleDiscount {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 28px;
  background: #EF7474;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}

.s-products-row .item .title {
  height: 48px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353945;
  padding: 8px 16px 0px 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.s-products-row .item .price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #353945;
  padding-left: 16px;
}

.s-products-row .item .discount {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #B1B5C4;
  padding: 4px 0 0 16px;
}

.s-products-footer {
  display: flex;
  justify-content: center;
}

.s-products-footer button {
  background: #1EB0B1;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  max-width: 159px;
  height: 48px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
}

.s-products button svg {
  color: #FFF;
  margin-left: 8px;
}

/*====================================
 *
 * Pricing New
 *
 * =================================*/
.s-pricing {
  color: #fff;
  padding: 88px 0 0 0;
  background: #00354E;
  /* height: calc(500px + 250px); */
  height: 798px;
  position: relative;
  overflow: hidden;

  font-family: Inter, sans-serif;
}

.s-pricing::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 213px;
  height: 255px;
  background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
  filter: blur(105px);
  transform: translate(35%, -25%) rotate(-48deg);
}

.s-pricing::before {
  position: absolute;
  content: '';
  bottom: 10%;
  left: -8%;
  width: 213px;
  height: 255px;
  background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
  filter: blur(105px);
  transform: translate(-11%, 35%) rotate(-48deg);
}

.s-pricing .title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: none;
  text-align: center;
}

.s-pricing .title span {
  position: relative;
}

.s-pricing .title span:nth-child(1) svg {
  position: absolute;
  bottom: -8px;
  left: -12px;
}

.s-pricing .title span:nth-child(2) svg {
  position: absolute;
  bottom: -10px;
  left: -13px;
}

.s-container-pricing {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

/*LEFT*/
.s-pricing-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.s-pricing-left .product-pricing {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 35px;
  width: max-content;
}

.product-pricing .product-name {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #FFFFFF;
}

.product-pricing .product-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}

.product-pricing .product-price-sale {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  color: #FCC88A;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-pricing .product-price {
  font-style: normal;
  font-weight: 400;
  font-size: 24.6754px;
  line-height: 32px;
  text-decoration-line: line-through;
  color: #B1B5C4;
  margin: 0px;
}

.s-pricing-left .img-product-pricing {
  width: 380px;
  height: 288px;
  position: relative;
}

.s-pricing-left .img-product-pricing svg {
  position: absolute;
  right: 9px;
  bottom: 17px;
  transform: rotate(-3.61deg);
}

/*RIGHT*/
.s-pricing-scroll .s-pricing-ul {
  position: relative;
  width: 100%;
  max-width: 798px;
  min-width: 798px;
  height: 484px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 259px 299px 240px;
  justify-content: center;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
  z-index: 10;
}

.s-pricing-ul .li {
  color: #353945;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  position: relative;
}

.s-pricing-ul .li li {
  list-style: none;
  height: 80px;
}

.s-pricing-ul .li li p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.s-pricing-ul .li:first-child ul {
  padding: 0 0 0 32px;
}

.s-pricing-ul .li:first-child h3 {
  color: #141416;
  justify-content: start;
  padding: 0 0 0 32px;
  border-radius: 22px 0 0 0;
}

.s-pricing-ul .li:first-child ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  padding: 0 0 0 32px;
}

.s-pricing-ul .li:first-child ul li span {
  color: #141416;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.s-pricing-ul .li h3 {
  height: 84px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #141416;
  margin-bottom: unset;
}

.s-pricing-ul .li:last-child h3 {
  border-radius: 0 22px 0 0;
}

.s-pricing-ul .li:first-child::before {
  content: "";
  width: 10px;
  height: calc(100% - 14px);
  position: absolute;
  right: -10px;
  background: #FFF;
}

.s-pricing-ul .li:last-child::before {
  content: "";
  width: 10px;
  height: calc(100% - 14px);
  position: absolute;
  left: -10px;
  background: #FFF;
}

.s-pricing-ul .li:first-child ul li:last-child {
  border-radius: 0 0 0 22px
}

.s-pricing-ul .li:last-child ul li:last-child {
  border-radius: 0 0 22px 0;
}

.s-pricing-ul .li ul li:nth-child(even) {
  background: #FFF;
}

.s-pricing-ul .li ul li:nth-child(odd) {
  background: #f4f5f6;
}

.s-pricing-ul .li:first-child ul {
  padding: 0 0 0 32px;
}

.s-pricing-ul .li:nth-child(n+1) ul {
  margin: 0px;
  padding: 0px;
}

.s-pricing-ul .li:last-child ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s-pricing-ul .li:last-child ul li span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #353945;
}

/*Pricing Selected*/
.s-pricing-scroll .pricing_selected {
  height: 506px;
  background: #FFF;
  border-radius: 20px;
  z-index: 11;
  box-shadow: 0px 4.51446px 27.0867px rgba(0, 0, 0, 0.08);
}

.pricing_selected h3 {
  height: 94px;
  font-style: normal;
  font-weight: 600;
  font-size: 31.1596px;
  line-height: 39px;
  color: #00354E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}

.pricing_selected h3 svg {
  position: absolute;
  top: 20px;
  right: 25px;
}

.pricing_selected h3 span {
  background: repeating-linear-gradient(transparent, transparent 61.8%, #BDF1F1 61.9%, #BDF1F1 90%);
}

.pricing_selected ul {
  padding: 0px;
  margin: 0px;
}

.pricing_selected ul li:nth-child(even) {
  background: #FFF;
}

.pricing_selected ul li:nth-child(odd) {
  background: #f4f5f6;
}

.pricing_selected ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #1EB0B1;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.pricing_selected ul li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92px;
  color: #EF7474;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  border-radius: 0 0 20px 20px;
}

.pricing_selected ul li span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #353945;
}

.pricing_selected ul li p {
  color: #353945;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
}

/*====================================
 *
 * Featured New
 *
 * =================================*/
.s-featured {
  background: #FFF;
  color: #353945;
  padding: 88px 0 52px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  overflow: hidden;

  font-family: Inter, sans-serif;
}

.s-featured-ellipse-25 {
  position: absolute;
  width: 602.47px;
  height: 602.47px;
  left: 60%;
  top: -50%;

  /* Gradient/1 */
  background: radial-gradient(50% 50% at 50% 50%, #F0FFFF 0%, rgba(221, 255, 255, 0.00520833) 99.99%, rgba(240, 251, 242, 0) 100%);
}

.s-featured::after {
  content: "";
  position: absolute;
  width: 372.81px;
  height: 372.81px;
  top: -30%;
  left: 10%;
  background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
}

.s-featured::before {
  content: "";
  position: absolute;
  width: 645.38px;
  height: 645.38px;
  top: 43%;
  right: 7%;
  background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
}

.s-featured-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 56px;
  position: relative;
  z-index: 10;
}

.s-featured-title span {
  background: repeating-linear-gradient(transparent, transparent 61.8%, #FCC88A 61.9%, #FCC88A 90%);
}

.s-featured-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  position: relative;
  overflow: hidden;
}

.s-featured .h3-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin: 24px 0 16px;
  text-align: center;
}

.s-featured .h3-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  background: #BDF1F1;
  margin: 4px auto;
}

.s-featured i {
  float: left;
  margin-right: 20px;
  font-size: 40px;
  color: #2CB5C5;
}

.s-featured .content::before {
  content: "";
  display: block;
  clear: both;
}

.s-featured .content p {
  padding: 0 5px;
}

/*====================================
 *
 * Community New 
 *
 * =================================*/
.s-community {
  background: #00354E;
  padding: 88px 0 92px 0;
  position: relative;
  overflow: hidden;

  font-family: Inter, sans-serif;
}

.s-community::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 568.21px;
  height: 568.21px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  transform: translate(48%, -40%);
}

.s-community::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 163px;
  height: 366px;
  background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
  filter: blur(105px);
  transform: translate(-13%, 37%) rotate(-71.33deg);
}

.s-community-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}

.s-community .title {
  color: #FFF;
  margin: 0px 0 66px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.s-community .title span {
  position: relative;
}

.s-community .title span svg {
  position: absolute;
  bottom: -15px;
  left: -15px;
}

.s-community .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-community .item img {
  max-width: 300px;
  /* height: 400px; */
  z-index: 10;
  width: 100%;
  aspect-ratio: 3 / 4;
}

.s-community .woman-sale .item {
  float: right;
}

.s-community .man-sale .item {
  float: left;
}

.s-community .item a {
  width: 136px;
  height: 40px;
  border: 1.5px solid #1EB0B1;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #1EB0B1;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.s-community .item svg {
  font-size: 14px;
  margin-right: 8px;
}

.s-community .desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  padding: 17px 0px;
  text-align: center;
  /* white-space: nowrap; */
}

/*====================================
 *
 * Testinomial New
 *
 * =================================*/
.s-testinomial {
  padding: 88px 0;
  color: #353945;
  background: #FFF;
  position: relative;

  font-family: Inter, sans-serif;
}

.s-testinomial-ellipse-30 {
  position: absolute;
  width: 401.08px;
  height: 401.08px;
  left: -82.04px;
  top: -33.97px;

  /* Gradient/1 */
  background: radial-gradient(50% 50% at 50% 50%, #F0FFFF 0%, rgba(221, 255, 255, 0.00520833) 99.99%, rgba(240, 251, 242, 0) 100%);
}

.s-testinomial::after {
  position: absolute;
  content: "";
  bottom: -23%;
  right: 17%;
  width: 441.22px;
  height: 441.22px;
  background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
}

.s-testinomial::before {
  position: absolute;
  content: "";
  bottom: 16%;
  left: 17%;
  width: 341.5px;
  height: 341.5px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
}


.s-testinomial .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #353945;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 10;
}

.s-testinomial .title span {
  background: repeating-linear-gradient(transparent, transparent 61.89%, #FCC88A 61.9%, #FCC88A 90%);
}

.s-testinomial .s-reviews {
  display: flex;
  column-gap: 20px;
  z-index: 10;
  position: relative;
  overflow-y: auto;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.s-testinomial .s-reviews::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.s-testinomial .li:first-child {
  margin: 0px 0px 20px 32px !important;
}

.s-testinomial .li {
  width: 290px;
  height: 234px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin: 0px;
}

.s-testinomial .w {
  width: 295px;
  height: 234px;
  padding: 24px;
  position: relative;
}

.s-testinomial .review-star {
  color: #F3A23B;
  display: flex;
  margin-bottom: 16px;
}

.s-testinomial .review-star .fa {
  padding-right: 5px;
}

.s-testinomial .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s-testinomial .info {
  position: absolute;
  bottom: 24px;
}

.s-testinomial .name {
  color: #353945;
  margin: 15px 0 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.s-testinomial .intro {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #64748B;
}

/*====================================
 *
 * Brand New
 *
 * =================================*/
.s-brand {
  /* height: 290px; */
  position: relative;
  max-height: 290px;
  overflow: hidden;
  font-family: Inter, sans-serif;
}

.s-brand .s-container {
  margin-bottom: 56px
}

.s-brand-ellipse-31 {
  position: absolute;
  width: 534.43px;
  height: 534.43px;
  left: 65%;
  top: 2%;

  /* Gradient/1 */
  background: radial-gradient(50% 50% at 50% 50%, #F0FFFF 0%, rgba(221, 255, 255, 0.00520833) 99.99%, rgba(240, 251, 242, 0) 100%);
}

.s-brand .title {
  text-align: center;
  margin-bottom: 64px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.s-brand .title span {
  background: repeating-linear-gradient(transparent, transparent 61.8%, #BDF1F1 61.9%, #BDF1F1 90%);
}

.s-partner {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.s-partner .slick-list {
  width: 100%;
}

.s-partner .slick-list .slick-track .slick-current::before {
  display: none;
}

.s-partner .li {
  /* width: 185px; */
  height: 100px;
  /* min-width: 185px; */
  min-height: 100px;
  position: relative;
}

.s-partner .li:first-child:before {
  display: none;
}

.s-partner .li::before {
  content: "";
  width: 76px;
  height: 1px;
  background: #B1B5C4;
  transform: rotate(90deg);
  position: absolute;
  left: -38px;
  top: 48px;
}

/* .s-partner .li:last-child {
  border: none;
} */

.s-partner .li img {
  /* width: 190px; */
  height: 100px;
  /* max-width: 190px; */
  min-height: 100px;
}

/*====================================
 *
 * Newsletter New
 *
 * =================================*/
.s-newsletter {
  background: #F4F5F6;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 44px 0 40px 0;

  font-family: Inter, sans-serif;
}

.s-newsletter .right img {
  width: 100%;
  max-height: 406px;
  aspect-ratio: 16 / 9;
  max-width: 722px;
  cursor: pointer;
}

.s-newsletter .right .img-vid-mobile {
  height: 0px;
  visibility: hidden;
}

.s-newsletter .left {
  display: flex;
  justify-content: end;
}

.s-newsletter .left .content {
  height: 406px;
  width: 100%;
  max-width: 442px;
  padding: 79px 56px 0 56px;
  color: #353945;
  background: #FFF;
  border-radius: 8px;
}

.s-newsletter .left .content .title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.s-newsletter .left .content .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  width: 223px;
}

.s-newsletter .left .content input::placeholder {
  color: #B1B5C4;
}

.s-newsletter .left .content form {
  max-width: 330px;
  margin-top: 32px;
}

.s-newsletter .left .content form .input-group {
  display: flex;
  flex-direction: column;
}

.s-newsletter .left .content .form-control {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  color: #B1B5C4;
  margin-bottom: 16px;
}

.s-newsletter .left .content button {
  background: #1EB0B1;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  height: 48px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  cursor: pointer;
}

.s-newsletter .left button svg {
  color: #FFF;
  margin-left: 8px;
}

/*====================================
 *
 * Product Page
 *
 * =================================*/
.s-product-page {
  padding: 0 0 60px;
  background: #F4F5F6;
  height: 100%;

  font-family: Inter, sans-serif;
}

.s-product-page-categories .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #00354E;
  margin: 32px 0 28px 0;
}

.s-product-page-categories .li {
  display: grid;
  grid-template-columns: repeat(auto-fit, 134px);
  margin-bottom: 65px;
  gap: 24px;
}

.s-product-page-categories .li .item {
  height: 134px;
  text-align: center;
  background: #FFFFFF;
  border: 1.5px solid #FFF;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.s-product-page-categories .li .item img {
  height: 52px;
  width: 52px;
  margin-bottom: 14px;
}

.s-product-page-categories .li .item span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #777E91;
}

.s-product-page-categories .li .selected {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: 1.5px solid #5DD3D3;
  color: #1EB0B1;
}

.s-product-page-categories .li .selected span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1EB0B1;
}

.s-product-page-filter {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.s-product-page-filter .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F4F5F6;
}

.s-product-page-filter .sort_by_brand,
.s-product-page-filter .sort_by_price {
  position: relative;
}

.sort_by_brand .selected {
  background: #F4F5F6 !important;
  font-weight: 600 !important;
}

.sort_by_price .selected {
  background: #F4F5F6 !important;
  font-weight: 600 !important;
}

.s-product-page-filter .sort_by_brand .sort_title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 9px 0;
  cursor: pointer;
}

.s-product-page-filter .sort_by_brand .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.s-product-page-filter .sort_by_price .dropdown-menu {
  right: 0px;
  left: unset;
}

.s-product-page-filter .sort_by_price .sort_title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 9px 0;
  cursor: pointer;
}

.s-product-page-row {
  /* margin-bottom: 64px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 190px));
  gap: 20px;
}

.s-product-page-row .item {
  width: 190px;
  height: 304px;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
}

.s-product-page-row .item img {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
  z-index: 11;
}

.s-product-page-row .item .saleDiscount {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 28px;
  background: #EF7474;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}

.s-product-page-row .item .title {
  height: 48px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #353945;
  padding: 8px 16px 0px 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s-product-page-row .item .price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #353945;
  padding-left: 16px;
}

.s-product-page-row .item .discount {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #B1B5C4;
  padding: 4px 0 0 16px;
}

#s-product-last-page {
  display: flex;
  justify-content: center;
  /* visibility: hidden; */
}

#s-product-last-page #dots #dot1 {
  animation: load 1s infinite;
  stroke: none !important;
  fill: #A3A3A3;
}

#s-product-last-page #dots #dot2 {
  animation: load 1s infinite;
  animation-delay: 0.2s;
  stroke: none !important;
  fill: #A3A3A3;
}

#s-product-last-page #dots #dot3 {
  animation: load 1s infinite;
  animation-delay: 0.4s;
  stroke: none !important;
  fill: #A3A3A3;
}

@keyframes load {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}