@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");
body {
  background-image: url(../img/grad-bg.png), url(../img/grad-bg-2.png);
  background-position: right center, left bottom;
  background-repeat: no-repeat;
}

.main {
  width: 100%;
}

.main-carousel {
  width: 100%;
  height: 100vh;
}

@media (max-height: 570px) {
  .main-carousel {
    padding-bottom: 50px !important;
    height: auto;
  }
}

.main-carousel-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-carousel-item__desc {
  width: 50%;
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .main-carousel-item__desc {
    width: 100%;
  }
}

.main-carousel-item__desc h1.h1 {
  font-size: 58px;
  line-height: 76px;
  font-weight: 800;
  margin-bottom: 40px;
  font-family: 'Nunito', sans-serif;
}

@media (max-width: 600px) {
  .main-carousel-item__desc h1.h1 {
    font-size: 42px;
    line-height: 56px;
  }
}

@media (max-height: 750px) {
  .main-carousel-item__desc h1.h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }
  .main-carousel-item__desc{
      margin-top: 140px;
  }
}

.main-carousel-item__desc p {
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

@media (max-width: 600px) {
  .main-carousel-item__desc p {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 50px;
  }
}

@media (max-height: 750px) {
  .main-carousel-item__desc p {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 26px;
  }
}

.main-carousel-item__desc a, .go_shop {
  text-decoration: none;
  width: 310px;
  max-height: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (max-width: 600px) {
  .main-carousel-item__desc a, .go_shop {
    width: 220px;
    height: 60px;
    max-height: 60px;
    font-size: 18px;
    line-height: 26px;
  }
}

.main-carousel-item__desc a::after, .go_shop::after {
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  z-index: -1;
  opacity: 0;
}

.main-carousel-item__desc a:hover, .go_shop:hover {
  background: #fff;
  color: #3d3d3d;
}

.main-carousel-item__desc a:hover::after, .go_shop:hover::after {
  opacity: 1;
}

.main-carousel-item img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}

@media (max-width: 1300px) {
  .main-carousel-item img {
    max-width: 50%;
    z-index: -1;
  }
}

@media (max-width: 1100px) {
  .main-carousel-item img {
    display: none;
  }
}

.main-carousel-item-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .main-carousel-item-container {
    width: 95%;
  }
}

.main-carousel-dots {
  width: 1520px !important;
  margin: -100px auto 0;
}

@media (max-height: 900px) {
  .main-carousel-dots {
    margin: -50px auto 0;
  }
}

@media (max-width: 1600px) {
  .main-carousel-dots {
    width: 95% !important;
  }
}

@media (max-height: 570px) {
  .main-carousel-dots {
    margin: 20px auto 0;
  }
}

.main-carousel-dots span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: transparent;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.main-carousel-dots span::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #3d3d3d;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-carousel-dots span.swiper-pagination-bullet-active {
  border: 1px solid #3D3D3D;
}

.popular {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 70px;
}

.popular-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .popular-container {
    width: 95%;
  }
}

.popular h2.h2 {
  width: 100%;
  font-family: 'Nunito', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 70px;
}

@media (max-width: 600px) {
  .popular h2.h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}

.popular-content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(100%/4 - 40px*3/4))[auto-fit];
      grid-template-columns: repeat(auto-fit, calc(100%/4 - 40px*3/4));
  grid-gap: 40px;
  margin-bottom: 70px;
}

@media (max-width: 1300px) {
  .popular-content {
    -ms-grid-columns: (calc(100%/3 - 40px*2/3))[auto-fit];
        grid-template-columns: repeat(auto-fit, calc(100%/3 - 40px*2/3));
  }
}

@media (max-width: 1000px) {
  .popular-content {
    -ms-grid-columns: (calc(100%/2 - 40px*1/2))[auto-fit];
        grid-template-columns: repeat(auto-fit, calc(100%/2 - 40px*1/2));
  }
}

@media (max-width: 650px) {
  .popular-content {
    -ms-grid-columns: (100%)[auto-fit];
        grid-template-columns: repeat(auto-fit, 100%);
  }
}

.popular-item {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.15);
          box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 220px;
  position: relative;
  border-radius: 500px 500px 24px 24px;
  overflow: hidden;
}

.popular-item__image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  height: 220px;
  overflow: hidden;
}

.popular-item__image img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-item__desc {
  padding: 0 40px 15px;
}

.popular-item__desc h3.h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

.popular-item__desc p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.popular-item__desc span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  opacity: .5;
}

.popular-item__desc b {
  font-size: 24px;
  line-height: 32px;
}

.popular-item__desc a, .popular-item__desc button, .popular-item__desc a.clckbuy {
  width: 68px;
  height: 56px;
  border-radius: 40px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  right: 0;
  bottom: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.popular-item__desc a img, .popular-item__desc button img {
  width: 30px;
  height: 28px;
}

.popular-item__desc a:hover, .popular-item__desc button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.popular-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button.btn-more {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 310px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #3d3d3d;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: transparent;
}

button.btn-more:hover {
  background-color: #3d3d3d;
  color: #fff;
}

@media (max-width: 600px) {
  button.btn-more {
    font-size: 18px;
    width: 180px;
    height: 60px;
  }
}

.about-us {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}

.about-us-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .about-us-container {
    width: 95%;
  }
}

.about-us h2.h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 70px;
}

@media (max-width: 600px) {
  .about-us h2.h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}

.about-us-first {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-us-first__left {
  width: 60%;
}

@media (max-width: 1100px) {
  .about-us-first__left {
    width: 100%;
  }
}

.about-us-first__left h3.h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 50px;
}

.about-us-first__left p {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 25px;
}

.about-us-first__right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 10;
}

@media (max-width: 1100px) {
  .about-us-first__right {
    width: 100%;
    margin: 40px 0;
  }
  .about-us-first__right img {
    max-width: 600;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .about-us-first__right img {
    width: 100%;
  }
}

.about-us-second {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -100px;
}

@media (max-width: 1300px) {
  .about-us-second {
    margin-top: 50px;
  }
}

.about-us-second__left {
  width: 50%;
  padding-right: 70px;
}

@media (max-width: 1100px) {
  .about-us-second__left {
    width: 100%;
    padding-right: 0;
  }
}

.about-us-second__left h4.h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 50px;
}

.about-us-second__left b {
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
  z-index: 1;
}

.about-us-second__left b::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 33px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  border-radius: 20px 0px;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.about-us-second__left b span {
  font-size: 24px;
  line-height: 38px;
}

.about-us-second__left p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .about-us-second__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .about-us-second__right img {
    max-width: 400px;
  }
}

@media (max-width: 1100px) and (max-width: 500px) {
  .about-us-second__right img {
    width: 100%;
  }
}

.articles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}

.articles-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .articles-container {
    width: 95%;
  }
}

.articles h2.h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 70px;
  font-family: 'Nunito', sans-serif;
}

@media (max-width: 600px) {
    .articles h2.h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 50px;
    }
}

.articles-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(100%/4 - 40px*3/4))[auto-fit];
      grid-template-columns: repeat(auto-fit, calc(100%/4 - 40px*3/4));
  grid-gap: 40px;
}

@media (max-width: 1300px) {
  .articles-content {
    -ms-grid-columns: (calc(100%/2 - 40px/2))[auto-fit];
        grid-template-columns: repeat(auto-fit, calc(100%/2 - 40px/2));
  }
}

@media (max-width: 800px) {
  .articles-content {
    -ms-grid-columns: (100%)[auto-fit];
        grid-template-columns: repeat(auto-fit, 100%);
  }
}

.articles-item {
  min-height: 350px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
          box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background-position: center center;
}

@media (max-width: 1300px) {
  .articles-item {
    height: 350px;
    min-height: 1px;
  }
}

@media (max-width: 800px) {
  .articles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 350px;
  }
}

.articles-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.articles-item__image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    max-width: 150%;
    max-height: 150%;
}

@media (max-width: 800px) {
  .articles-item__image {
    display: none;
  }
  .articles-item__image img {
    height: 100%;
  }
}

.articles-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 27px 30px 30px;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .articles-item__desc {
    height: 100%;
  }
}

.articles-item__desc::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(69, 83, 104, 0.85);
  z-index: 10;
  border-radius: 10px;
}

.articles-item__desc h3.h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
  z-index: 15;
}

.articles-item__desc p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  width: 100%;
  z-index: 15;
}

.articles-item__desc a {
  font-size: 18px;
  line-height: 26px;
  color: #02AAB0;
  margin-top: auto;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.articles-item__desc a svg {
  margin-left: 8px;
}

.articles-item__desc a svg path {
  stroke: #02AAB0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.articles-item__desc a:hover {
  color: #fff;
}

.articles-item__desc a:hover svg {
  margin-left: 8px;
}

.articles-item__desc a:hover svg path {
  stroke: #fff;
}

.articles-item__desc span {
  position: absolute;
  z-index: 15;
  right: 30px;
  bottom: 30px;
  color: #fff;
}

.articles-item:first-of-type, .articles-item:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  background-image: none !important;
}

@media (max-width: 800px) {
  .articles-item:first-of-type, .articles-item:last-of-type {
    grid-column: auto / auto !important;
    min-height: 1px !important;
  }
}

.articles-item:first-of-type .articles-item__image, .articles-item:last-of-type .articles-item__image {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 290px;
  height: 100%;
  /* display: block !important; */
  
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .articles-item:first-of-type .articles-item__image, .articles-item:last-of-type .articles-item__image {
    width: 100%;
    height: 300px;
  }
}

.articles-item:first-of-type .articles-item__image img, .articles-item:last-of-type .articles-item__image img {
  /* position: absolute;
  right: 0;
  top: 0;
  bottom: 0; */
}

.articles-item:first-of-type .articles-item__desc, .articles-item:last-of-type .articles-item__desc {
  width: calc(100% - 290px);
}

@media (max-width: 800px) {
  .articles-item:first-of-type .articles-item__desc, .articles-item:last-of-type .articles-item__desc {
    width: 100%;
    height: auto;
  }
}

.articles-item:first-of-type .articles-item__desc::before, .articles-item:last-of-type .articles-item__desc::before {
  display: none;
}

.articles-item:first-of-type .articles-item__desc h3.h3, .articles-item:first-of-type .articles-item__desc p, .articles-item:first-of-type .articles-item__desc span, .articles-item:first-of-type .articles-item__desc a, .articles-item:last-of-type .articles-item__desc h3.h3, .articles-item:last-of-type .articles-item__desc p, .articles-item:last-of-type .articles-item__desc span, .articles-item:last-of-type .articles-item__desc a {
  color: #3d3d3d;
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
}

.articles-item:first-of-type .articles-item__desc span, .articles-item:last-of-type .articles-item__desc span {
  margin-bottom: 17px;
}

.articles-item:first-of-type .articles-item__desc p, .articles-item:last-of-type .articles-item__desc p {
  margin-bottom: 17px;
}

.articles-item:first-of-type .articles-item__desc a, .articles-item:last-of-type .articles-item__desc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articles-item:first-of-type .articles-item__desc a svg path, .articles-item:last-of-type .articles-item__desc a svg path {
  stroke: #3d3d3d;
}

.articles-item:first-of-type .articles-item__desc a:hover, .articles-item:last-of-type .articles-item__desc a:hover {
  color: #02AAB0;
}

.articles-item:first-of-type .articles-item__desc a:hover svg, .articles-item:last-of-type .articles-item__desc a:hover svg {
  margin-left: 8px;
}

.articles-item:first-of-type .articles-item__desc a:hover svg path, .articles-item:last-of-type .articles-item__desc a:hover svg path {
  stroke: #02AAB0;
}

.articles-item:last-of-type {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
}

@media (max-width: 1300px) {
  .articles-item:last-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}


/* added buy 1 click */
.popular-item__desc a.clckbuy {
  color: #fff;
  left: calc(100% - 132px);
  bottom: 0;
  border-radius: 0px 40px 0px 40px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
/* added over */