/* VARIABLES */
/* COLORS */
body.darkMode .text-light {
  color: #606277 !important;
}
body.darkMode .text-dark {
  color: #B7B9CF !important;
}

/**** PRODUCTS  ****/
.products.row-theme .swiper-wrapper {
  align-content: flex-start;
}
.products.row-theme .item.swiper-slide {
  max-width: unset !important;
}
.products.row-theme .item .img {
  max-width: 135px;
}
.products.main-slide .swiper-container {
  padding: 0 15px;
  overflow: hidden !important;
}
@media screen and (max-width: 1400px) {
  .products.main-slide .swiper-container {
    padding: 0 20px;
  }
}
.products.main-slide .item .img img {
  max-height: unset;
}
.products.main-slide .item .main-bar:hover {
  border-color: #167711 !important;
  box-shadow: none !important;
}
.products.main-slide-sidebar {
  padding-left: 0;
  padding-right: 40px;
}
.products.main-slide-sidebar:before {
  display: none;
}
.products.main-slide-sidebar .swiper-container {
  padding: 0 !important;
  padding-left: 1px !important;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 1400px) {
  .products.main-slide-sidebar .swiper-container {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  .products.main-slide-sidebar .swiper-container {
    padding-bottom: 0px !important;
    padding-left: 0 !important;
  }
}
.products.main-slide-sidebar .absolute-bar {
  width: 382.5px;
  top: 175px;
  right: -180px;
}
.products.newest-theme .item .main-bar {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.products.newest-theme .item .main-bar:hover:before {
  border-color: #ffffff !important;
  box-shadow: 0px 15px 15px rgba(143, 145, 167, 0.1215686275);
}
.products.newest-theme .item .main-bar:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 125px);
  border: 1px solid #dee2e6;
  box-shadow: 0px 15px 15px rgba(52, 41, 145, 0);
  border-radius: 25px;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.products .item {
  height: auto;
}
.products .item.swiper-slide {
  max-width: 270px !important;
}
.products .item:hover .main-bar {
  border-color: #ffffff !important;
  box-shadow: 0px 15px 15px rgba(143, 145, 167, 0.1215686275);
}
.products .item:hover .name {
  color: #167711 !important;
}
.products .item:hover .label-off:after {
  opacity: 0.35;
}
.products .item .timer-bar {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: -36px;
  z-index: -1;
}
.products .item .timer-bar .off {
  font-size: 20px;
}
.products .item .timer-bar i {
  font-size: 22px;
  height: 22px;
}
.products .item .timer-bar li {
  font-size: 17px;
  padding: 0px 5px;
}
.products .item .timer-bar li:first-child {
  padding-right: 0;
}
.products .item .timer-bar li:first-child:after {
  display: none;
}
.products .item .timer-bar li:after {
  content: ":";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(50%);
}
.products .item .main-bar {
  border-color: #B7B9CF;
  box-shadow: 0px 15px 15px rgba(52, 41, 145, 0);
  border-radius: 25px;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.products .item .label-off {
  width: 55px;
  height: 55px;
  background: linear-gradient(180deg, #FF0E58 0%, #FF7474 100%);
  font-size: 12px;
  line-height: 1.1;
  transform: translate(25%, -25%);
  position: absolute !important;
  top: 12px;
  z-index: 10;
  left: 12px;
}
.products .item .label-off.position-relative {
  transform: unset;
}
.products .item .label-off.position-relative:after {
  opacity: 0.35;
}
.products .item .label-off:before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 50%;
  transform: translateX(50%);
  width: 40px;
  height: 40px;
  background: transparent linear-gradient(180deg, #FF0E58 0%, #FF7474 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.61;
  filter: blur(5px);
  z-index: -1;
}
.products .item .label-off:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: linear-gradient(180deg, #FF0E58 0%, #FF7474 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.products .item .label-off .num {
  font-size: 17px;
}
.products .item .img {
  z-index: 9;
}
.products .item .img.green-theme:before {
  background-color: #107C0F;
}
.products .item .img:before {
  content: "";
  position: absolute;
  bottom: -7.5px;
  right: 50%;
  transform: translateX(50%);
  width: calc(100% - 20px);
  background: #00195E;
  height: 100%;
  border-radius: 25px;
  opacity: 0.3;
  filter: blur(7.5px);
  z-index: -1;
}
.products .item .name {
  font-size: 17px;
}
.products .item .btn-add-card {
  width: 50px;
  height: 50px;
  background-color: rgba(61, 102, 232, 0.08);
  display: none !important;
}
.products .item .btn-add-card.btn-action {
  background-color: rgba(220, 221, 232, 0.49);
}
.products .item .btn-add-card.btn-action i {
  width: 100%;
}
.products .item .btn-add-card.danger-theme {
  background-color: rgba(232, 47, 47, 0.1);
}
.products .item .btn-add-card:hover {
  background-color: #167711;
}
.products .item .btn-add-card:hover i {
  color: #ffffff !important;
}
.products .item .btn-add-card i {
  font-size: 22px;
  height: 22px;
}
.products .item .price {
  font-size: 19px;
  line-height: 1.35;
}
.products .item .price .small {
  font-size: 0.75em;
}
.products .item .price del {
  font-size: 17px;
}
.products .absolute-bar {
  width: 372.5px;
  transform: rotate(-90deg);
  top: 160px;
  right: -220px;
}
.products .box-archive {
  box-shadow: 0px 10px 50px rgba(143, 145, 167, 0.1215686275);
}
.products .box-archive.border-theme {
  border: 1px solid rgba(183, 185, 207, 0.47);
  box-shadow: none !important;
}

.products .item .name, .products .item .btn-add-card, .products .item .btn-add-card i {
  transition: all 0.3s;
}

@media screen and (max-width: 1400.9px) {
  .products .slider-container {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 1280px) {
  .products .absolute-bar {
    position: relative !important;
    width: 100%;
    transform: rotate(0deg);
    top: unset;
    right: unset;
    margin-bottom: 15px !important;
  }
  .products.main-slide-sidebar {
    padding-right: 0;
  }
  .products.main-slide-sidebar .absolute-bar {
    width: 100%;
    top: unset;
    right: unset;
  }
}
@media screen and (max-width: 1200px) {
  .main-slide-home-page {
    overflow: hidden;
  }
  .products.row-theme .swiper-container {
    height: 355px;
    overflow: visible !important;
  }
  .products.row-theme .item.swiper-slide {
    max-width: 390px !important;
  }
  .products.main-slide-sidebar .slider-container:before {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .products.row-theme .swiper-container {
    height: 306px;
  }
  .products.row-theme .item.swiper-slide {
    max-width: 290px !important;
    width: 100% !important;
  }
  .products.row-theme .item .main-bar {
    padding: 15px !important;
  }
  .products.row-theme .item .img {
    max-width: 90px;
  }
  .products.row-theme .item .name {
    font-size: 14px;
  }
  .products.row-theme .item .price {
    font-size: 15px;
  }
  .products.row-theme .item .btn-add-card {
    width: 40px;
    height: 40px;
  }
  .products.main-slide {
    padding: 0 0px;
    overflow: visible !important;
  }
  .products.main-slide:before {
    display: none;
  }
  .products.main-slide .swiper-container {
    overflow: visible !important;
    padding-left: 0px;
  }
  .products.archive-theme .item.swiper-slide {
    max-width: 100% !important;
  }
  .products.archive-theme .item .img img {
    margin-top: 0 !important;
  }
  .products.newest-theme .item .main-bar:before {
    height: calc(100% - 105px);
  }
  .products .swiper-container:before, .products .swiper-container:after {
    display: none;
  }
  .products .item.swiper-slide {
    max-width: 220px !important;
  }
  .products .item .timer-bar {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: -36px;
  }
  .products .item .timer-bar .off {
    font-size: 17px;
  }
  .products .item .timer-bar i {
    font-size: 20px;
    height: 20px;
  }
  .products .item .timer-bar li {
    font-size: 16px;
  }
  .products .item .main-bar {
    border-radius: 15px;
    padding: 20px !important;
  }
  .products .item .label-off {
    width: 50px;
    height: 50px;
    font-size: 11px;
    transform: translate(20%, -20%);
  }
  .products .item .label-off:before {
    width: 35px;
    height: 35px;
  }
  .products .item .label-off .num {
    font-size: 16px;
  }
  .products .item .name {
    font-size: 16px;
  }
  .products .item .btn-add-card {
    width: 45px;
    height: 45px;
  }
  .products .item .btn-add-card i {
    font-size: 18px;
    height: 18px;
  }
  .products .item .price {
    font-size: 17px;
  }
  .products .item .price del {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .products .box-archive {
    box-shadow: none;
  }
  .products .box-archive.border-theme {
    border: none;
  }
}
@media screen and (max-width: 470px) {
  .products.archive-theme .col-6 {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .products.archive-theme .item .main-bar {
    padding: 15px !important;
    padding-right: 121px !important;
    min-height: 120px !important;
  }
  .products.archive-theme .item .img {
    position: absolute !important;
    right: 15px;
    top: 15px;
    width: 90px !important;
    height: 90px;
  }
  .products.archive-theme .item .name {
    font-size: 15px;
    margin-bottom: 5px !important;
  }
  .products.archive-theme .item .btn-add-card {
    width: 40px;
    height: 40px;
  }
  .products.archive-theme .item .price {
    font-size: 15px;
  }
  .products.archive-theme .item .label-off {
    width: 40px;
    height: 40px;
    font-size: 9px;
  }
  .products.archive-theme .item .label-off .num {
    font-size: 12px;
  }
  .products.archive-theme .item .price {
    text-align: right !important;
  }
  .products.archive-theme .item .w-100.d-flex.align-items-end.justify-content-between {
    flex-direction: row-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .products.main-slide .item.swiper-slide-active .main-bar:after {
    animation: progressBar 5s;
    display: none !important;
  }
  .products.main-slide .item:hover .main-bar {
    border-color: #dee2e6 !important;
  }
  .products.main-slide .item .main-bar {
    background-color: #FFFFFF !important;
  }
  .products.main-slide .item .main-bar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #167711 !important;
    opacity: 0.1;
    display: none;
  }
  .products.main-slide .item .main-bar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #167711 !important;
  }
  @keyframes progressBar {
    0% {
      width: 0;
    }
    100% {
      width: 100px;
    }
  }
}
/* START FINAL CHANGE */
.products .slider-container {
  padding-bottom: 30px;
  margin-bottom: -30px;
}

/* END FINAL CHANGE */
/* DARK MODE */
body.darkMode .products .item .main-bar {
  background-color: #1C1D2D !important;
  border-color: #2C2D39 !important;
}
body.darkMode .products.main-slide .item .main-bar {
  background-color: #1C1D2D !important;
}
body.darkMode .products .item .name {
  color: #fff !important;
}
body.darkMode .products.main-slide .item .main-bar {
  border-color: #2C2D39 !important;
}
body.darkMode .products.newest-theme .item .main-bar {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
body.darkMode .products.newest-theme .item .main-bar:before {
  border-color: transparent !important;
  background-color: rgba(44, 45, 61, 0.45) !important;
}
body.darkMode .products.row-theme .item .main-bar {
  background-color: transparent !important;
  border-color: #3C3F5E !important;
}
body.darkMode .products .box-archive.border-theme {
  border-color: #3C3F5E !important;
  background-color: #1C1D2D !important;
}
body.darkMode .products .item .btn-add-card.btn-action {
  background-color: rgba(183, 185, 207, 0.1) !important;
}
body.darkMode .products.newest-theme .item .main-bar:hover:before {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
}
body.darkMode .products .item:hover .main-bar {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .products.newest-theme .slider-container {
    overflow-x: visible !important;
  }
}
.products .item .name {
  display: -webkit-box !important;
  height: 53.33px !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

@media screen and (max-width: 992px) {
  .products .slider-container {
    overflow: visible !important;
  }
  .products.row-theme .item.swiper-slide {
    width: 100% !important;
  }
}
body.single .products.main-slide.main-slide-sidebar .slider-container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/**** BANNER SECTION  ****/
.homeSlider {
  padding: 0 0 5rem 0;
  margin-bottom: 12rem;
}
@media screen and (max-width: 992px) {
  .homeSlider {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.homeSlider .carsl {
  margin-bottom: -10rem;
}
@media screen and (max-width: 992px) {
  .homeSlider .carsl {
    margin-bottom: 0;
  }
}

.banner-section {
  padding-top: 50px;
}
.banner-section.full-theme {
  padding: 0px 0px;
}
.banner-section.full-theme .item {
  padding-left: 50px;
}
.banner-section.full-theme .item .img-grid-div {
  height: 370px;
  top: -60px;
}
.banner-section.full-theme .item article {
  padding-bottom: 90px;
}
.banner-section.main-banner:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #467EF0 0%, #2C3ED9 100%);
  opacity: 0.5;
  filter: blur(41px);
  right: 50%;
  top: unset;
  bottom: 0px;
  height: 50%;
  width: 75%;
  transform: translateX(50%);
}
.banner-section.main-banner .item {
  padding-right: 60px;
  padding-left: 0;
  background: linear-gradient(180deg, #467EF0 0%, #2C3ED9 100%);
  height: 375.5px;
}
.banner-section.main-banner .item .img-grid-div {
  height: 422.5px;
}
.banner-section.main-banner .item:before {
  display: none;
}
.banner-section.main-banner .item .title {
  font-size: 55px;
}
.banner-section .swiper-container {
  padding-top: 50px;
  margin-top: -50px;
}
.banner-section .item {
  padding-right: 35px;
  padding-left: 20px;
  height: 250px;
  background: linear-gradient(313deg, #16A37D 0%, #58E835 100%);
}
.banner-section .item.orange-theme {
  background: radial-gradient(closest-side at 31% 50%, #FFC653 0%, #FF882D 100%);
}
.banner-section .item.orange-theme:before {
  background: transparent radial-gradient(closest-side at 31% 50%, #FFC653 0%, #FF882D 100%) 0% 0% no-repeat padding-box;
  opacity: 0.41;
  filter: blur(19px);
}
.banner-section .item.orange-theme .label {
  background-color: #FF7127 !important;
}
.banner-section .item.orange-theme .more {
  background-color: #FF7127 !important;
  background-image: none !important;
}
.banner-section .item.orange-theme .more:hover {
  background-color: #d46024 !important;
}
.banner-section .item.blue-theme {
  background: linear-gradient(119deg, #5DFFEF 0%, #447AEE 24%, #00195E 100%);
}
.banner-section .item.blue-theme:before {
  background: linear-gradient(114deg, #5DFFEF 0%, #447AEE 24%, #00195E 100%);
  border-radius: 33px;
  opacity: 0.62;
  filter: blur(21px);
}
.banner-section .item.blue-theme .more {
  background-color: rgba(0, 0, 0, 0.27) !important;
  background-image: none !important;
}
.banner-section .item.blue-theme .more:hover {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.banner-section .item:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(309deg, #16A37D 0%, #58E835 100%) 0% 0% no-repeat padding-box;
  border-radius: 32px;
  opacity: 0.38;
  filter: blur(17px);
  z-index: -1;
}
.banner-section .item article {
  padding-bottom: 40px;
}
.banner-section .item .label {
  font-size: 18px;
  margin-bottom: 0;
}
.banner-section .item .title {
  font-size: 48px;
}
.banner-section .item .img-grid-div {
  height: 300px;
  top: -50px;
}
.banner-section .item .more {
  font-size: 18px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.06) 100%);
}
.banner-section .item .more:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-section .item .more.yellow-theme {
  background: #FFF01D;
  color: #3554E1;
}
.banner-section .item .more.yellow-theme:hover {
  background-color: #ffffff;
}
.banner-section .item .more i {
  font-size: 12px;
  height: 12px;
}
.banner-section .item img {
  max-width: 100%;
}
.banner-section .absolute-bar {
  width: 372.5px;
  transform: rotate(-90deg);
  bottom: 72px;
  left: -132px;
}

.banner-section .item .more {
  transition: all 0.3s;
}

@media screen and (min-width: 1200px) {
  .banner-section.sidebar-theme {
    padding-top: 0;
  }
  .banner-section.sidebar-theme .item {
    padding: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 25px !important;
    height: auto;
  }
  .banner-section.sidebar-theme .item article {
    padding-bottom: 0px;
  }
  .banner-section.sidebar-theme .item .label {
    font-size: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-section.sidebar-theme .item .title {
    font-size: 42px;
    text-align: center !important;
  }
  .banner-section.sidebar-theme .item .img-grid-div {
    height: 250px;
    top: -10px;
  }
  .banner-section.sidebar-theme .item .more {
    font-size: 16px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-section.sidebar-theme .item img {
    object-fit: contain;
    object-position: top center;
    max-height: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  .banner-section.main-banner .item {
    padding-right: 50px;
  }
  .banner-section.main-banner .item .title {
    font-size: 48px;
  }
  .banner-section .item {
    padding-right: 35px;
    padding-left: 20px;
  }
  .banner-section .item .label {
    font-size: 16px;
    transform: rotate(-3deg);
    margin-bottom: -18px;
  }
  .banner-section .item .title {
    font-size: 38px;
  }
  .banner-section .item .more {
    font-size: 16px;
  }
  .banner-section .item .more i {
    font-size: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .banner-section.main-banner {
    margin-top: 58px;
  }
  .banner-section.main-banner .item img {
    height: 100%;
  }
  .banner-section .absolute-bar {
    transform: rotate(0deg);
    bottom: 47px;
    right: 35px;
    left: unset;
    z-index: 9;
  }
  .banner-section .absolute-bar .swiper-navigation {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  /**** BANNER SECTION  ****/
  .banner-section {
    padding-top: 0px;
  }
  .banner-section.full-theme {
    padding: 0px 0px;
  }
  .banner-section.full-theme .item {
    padding-left: 0;
  }
  .banner-section.full-theme .item .img-grid-div {
    height: 100%;
    top: 0px;
  }
  .banner-section.full-theme .item article {
    padding-bottom: 0px;
  }
  .banner-section.main-banner .item {
    padding-right: 0;
  }
  .banner-section .swiper-container {
    padding-top: 0px;
    margin-top: 0px;
  }
  .banner-section .item {
    overflow: hidden;
    height: 200px;
    padding: 0px;
  }
  .banner-section .item article {
    padding-bottom: 0px;
    position: relative;
    z-index: 9;
  }
  .banner-section .item .label {
    font-size: 15px;
    transform: rotate(-2deg);
    margin-bottom: -10px;
  }
  .banner-section .item .title {
    font-size: 32px;
  }
  .banner-section .item .img-grid-div {
    position: absolute !important;
    right: 0;
    height: 100%;
    top: 0px;
    opacity: 0.3;
  }
  .banner-section .item .more {
    font-size: 15px;
  }
  .banner-section .item .more i {
    font-size: 10px;
    height: 10px;
  }
  .banner-section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .banner-section .absolute-bar {
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 992px) {
  /**** BANNER SECTION  ****/
  .banner-section.main-banner {
    margin-top: 0px;
  }
  .banner-section.main-banner .article {
    padding-bottom: 25px;
  }
  .banner-section.main-banner .item {
    height: 250px;
  }
  .banner-section.main-banner .item .title {
    font-size: 30px;
  }
}
.banner-section.main-banner .item .more:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

@media screen and (max-width: 1280px) {
  .main-slide-home-page .banner-section .item img {
    opacity: 0.3 !important;
  }
}
.main-slide-home-page .banner-section .swiper-slide {
  padding: 0 !important;
}

.main-slide-home-page .banner-section .swiper-slide .item {
  box-shadow: none !important;
}

@media screen and (max-width: 992px) {
  .main-slide-home-page .banner-section .item img {
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    object-fit: cover !important;
    object-position: top center !important;
  }
}
/**** SERVICES-ASSETS ****/
.services-assets .box:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  /* UI Properties */
  background: transparent linear-gradient(-270deg, #8F91A7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 136px;
  opacity: 0.16;
  filter: blur(28px);
  z-index: -1;
}
.services-assets .swiper-wrapper {
  justify-content: space-between;
}
.services-assets .item {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .services-assets .header-section {
    width: 100%;
  }
  .services-assets .box:before {
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .services-assets {
    overflow: hidden;
  }
  .services-assets .item {
    font-size: 14px;
  }
  .services-assets .box:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .services-assets .swiper-wrapper {
    flex-wrap: wrap;
  }
  .services-assets .item {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .services-assets .item {
    flex-direction: column;
    text-align: center;
  }
  .services-assets .item img {
    margin-left: 0 !important;
    margin-bottom: 5px !important;
  }
}
body.darkMode .services-assets .box {
  background-color: #1C1D2D !important;
}
body.darkMode .services-assets .box:before {
  background: transparent linear-gradient(-270deg, #0E0F19 0%, #0E0F19 100%) 0% 0% no-repeat padding-box;
}

/**** GIFT CARD SLIDER  ****/
.gift-card-slider .header-section {
  width: calc(100% + 100px);
}
.gift-card-slider .item {
  height: 145px;
  background-color: rgba(231, 232, 245, 0.7215686275);
  box-shadow: 0px 7px 20px rgba(69, 125, 239, 0);
  font-size: 13px;
  bottom: 0;
}
.gift-card-slider .item:hover {
  box-shadow: 0px 4px 16px rgba(69, 125, 239, 0.5098039216);
  color: rgba(255, 255, 255, 0.7) !important;
}
.gift-card-slider .item:hover i {
  color: rgb(183, 185, 207) !important;
}
.gift-card-slider .item:hover b {
  color: #fff !important;
}
.gift-card-slider .item:hover i.absolute-theme {
  opacity: 0.28;
}
.gift-card-slider .item:hover:before {
  opacity: 1;
  z-index: 1;
}
.gift-card-slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(30deg, #32d94f 0%, #167711 100%);
  opacity: 0;
  border-radius: 1rem;
}
.gift-card-slider .item b {
  font-size: 18px;
}
.gift-card-slider .item i {
  font-size: 50px;
  color: #B7B9CF;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .gift-card-slider .item i.icon-Steam {
    font-size: 60px;
  }
  .gift-card-slider .item i.icon-Steam:before {
    position: relative;
    top: -4px;
  }
}
.gift-card-slider .item b, .gift-card-slider .item i, .gift-card-slider .item div {
  z-index: 3;
}
.gift-card-slider .item b.absolute-theme, .gift-card-slider .item i.absolute-theme, .gift-card-slider .item div.absolute-theme {
  z-index: 2;
}
.gift-card-slider .sliders-container {
  padding: 40px 0;
  margin: -40px 0;
  padding-right: 16px;
  padding-left: 16px;
  width: calc(100% + 32px);
  margin-right: -16px;
}

/* TRANSITIONS */
.gift-card-slider .item, .gift-card-slider .item i, .gift-card-slider .item b, .gift-card-slider .item:before {
  transition: all 0.4s;
}

@media screen and (max-width: 1280px) {
  .gift-card-slider .header-section {
    width: 100% !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    transform: unset !important;
    margin-top: 16px !important;
  }
  .gift-card-slider .header-section .swiper-navigation {
    justify-content: center !important;
  }
}
@media screen and (max-width: 992px) {
  .gift-card-slider {
    overflow: hidden;
  }
  .gift-card-slider .item {
    height: 120px;
    background-color: rgba(231, 232, 245, 0.7215686275);
    font-size: 12px;
    border-radius: 10px !important;
  }
  .gift-card-slider .item:hover {
    bottom: 0 !important;
  }
  .gift-card-slider .item b {
    font-size: 16px;
  }
}
body.darkMode .gift-card-slider .item {
  background-color: rgba(183, 185, 207, 0.1) !important;
}

/**** PRODUCTS CATEGORY BOX  ****/
.products-category-box .box {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.products-category-box .box:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  width: 380px;
  height: 273px;
  background: #DCDDE8;
  opacity: 0.45;
  filter: blur(50px);
  z-index: -1;
}
.products-category-box .box:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -30px;
  width: 380px;
  height: 273px;
  background: #DCDDE8;
  opacity: 0.45;
  filter: blur(50px);
  z-index: -1;
}
.products-category-box .sidebar {
  background: linear-gradient(4deg, #45E59F 0%, #159E5D 100%);
  border-radius: 32px;
}
.products-category-box .sidebar:before {
  content: "";
  position: absolute;
  top: -35px;
  right: 290px;
  width: 380px;
  height: 273px;
  background: #DCDDE8;
  opacity: 0.45;
  filter: blur(50px);
  z-index: -1;
}
.products-category-box .sidebar:after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 290px;
  width: 380px;
  height: 273px;
  background: #DCDDE8;
  opacity: 0.45;
  filter: blur(50px);
  z-index: -1;
}
.products-category-box .nav .nav-item {
  font-size: 12px;
  border-radius: 24px;
  padding: 10px !important;
  z-index: 9;
}
.products-category-box .nav .nav-item.active {
  color: rgba(143, 145, 167, 0.7) !important;
}
.products-category-box .nav .nav-item.active:before {
  width: 100%;
}
.products-category-box .nav .nav-item.active i {
  color: #167711 !important;
  text-shadow: 0px 7px 20px rgba(69, 125, 239, 0.5098039216);
}
.products-category-box .nav .nav-item.active b {
  color: #8F91A7;
}
.products-category-box .nav .nav-item.active .shape {
  transform: translateX(0%) translateY(-100%);
}
.products-category-box .nav .nav-item.active .shape-1 {
  transform: translateX(0%) translateY(100%) scaleY(-1);
}
.products-category-box .nav .nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 0.3s;
  border-radius: 24px;
  z-index: -1;
}
.products-category-box .nav .nav-item .shape {
  top: 1px;
  left: 0;
  transform: translateX(-100%) translateY(-100%);
  transition: transfrm 0.3s;
}
.products-category-box .nav .nav-item .shape.for-dark {
  display: none !important;
}
.products-category-box .nav .nav-item .shape-1 {
  transform: translateX(-100%) translateY(100%) scaleY(-1);
  top: unset;
  bottom: 1px;
}
.products-category-box .nav .nav-item .shape-1.for-dark {
  display: none !important;
}
.products-category-box .nav .nav-item b {
  font-size: 16px;
}
.products-category-box .nav .nav-item i {
  font-size: 30px;
  height: 30px;
}
.products-category-box .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.products-category-box .main-column {
  padding: 30px;
}
.products-category-box .products {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .products-category-box .products:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 20px;
    height: calc(100% - 64px);
    background-color: #ffffff;
    z-index: 9;
  }
  .products-category-box .products:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    right: -30px;
    width: 20px;
    height: 100%;
    background-color: #ffffff;
    z-index: 9;
  }
}
@media screen and (min-width: 1200px) {
  .products-category-box .swiper-container {
    height: 420px;
    width: calc(100% + 60px);
    padding: 30px;
    right: -30px;
    margin-bottom: -30px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 1400px) {
  .products-category-box .swiper-container {
    height: 451px;
  }
}

.products-category-box .sidebar .nav-item {
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .products-category-box .box {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .products-category-box .box:before {
    display: none;
  }
  .products-category-box .box:after {
    display: none;
  }
  .products-category-box .sidebar {
    overflow-x: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .products-category-box .sidebar:before {
    display: none;
  }
  .products-category-box .sidebar:after {
    display: none;
  }
  .products-category-box .nav .nav-item {
    font-size: 12px;
    border-radius: 10px;
  }
  .products-category-box .nav .nav-item:before {
    display: none !important;
  }
  .products-category-box .nav .nav-item.active {
    background-color: #FFFFFF;
  }
  .products-category-box .nav .nav-item .shape {
    display: none;
  }
  .products-category-box .nav .nav-item .shape-1 {
    display: none;
  }
  .products-category-box .nav .nav-item b {
    font-size: 15px;
  }
  .products-category-box .nav .nav-item i {
    font-size: 22px;
    height: 22px;
  }
  .products-category-box .sidebar {
    padding: 10px !important;
    border-radius: 10px;
  }
  .products-category-box .main-column {
    padding: 0px;
  }
  .products-category-box .swiper-container {
    height: unset;
  }
}
@media screen and (max-width: 1200px) {
  .products-category-box {
    overflow: hidden;
  }
}
body.darkMode .products-category-box .box {
  overflow: hidden;
  background-color: #232435 !important;
}
@media screen and (max-width: 1200px) {
  body.darkMode .products-category-box .box {
    overflow: visible;
    background-color: transparent !important;
  }
}
body.darkMode .products-category-box .box:before, body.darkMode .products-category-box .box:after {
  display: none !important;
}
body.darkMode .products-category-box .main-column {
  background-color: transparent !important;
}
body.darkMode .products-category-box .sidebar:before, body.darkMode .products-category-box .sidebar:after {
  display: none !important;
}
body.darkMode .products-category-box .products:before, body.darkMode .products-category-box .products:after {
  background-color: #232435 !important;
}
body.darkMode .products-category-box .nav .nav-item:before {
  background-color: #232435 !important;
}
body.darkMode .products-category-box .nav .nav-item .shape {
  display: none !important;
}
body.darkMode .products-category-box .nav .nav-item .shape.for-dark {
  display: block !important;
}
body.darkMode .products-category-box .nav .nav-item .shape-1 {
  display: none !important;
}
body.darkMode .products-category-box .nav .nav-item .shape-1.for-dark {
  display: block !important;
}

/**** SOCIAL-SECTION  ****/
.social-section .item {
  background-image: linear-gradient(-90deg, #44C2FA, #2D7AFF, #44C2FA, #2D7AFF);
  border-radius: 25px;
  background-size: 300% 100%;
}
.social-section .item:hover {
  box-shadow: 0px 15px 15px rgba(45, 122, 255, 0.16);
}
.social-section .item.instagram-theme {
  background-image: linear-gradient(-90deg, #D82D83, #A53199, #5E37B8, #D82D83, #A53199, #5E37B8);
}
.social-section .item.instagram-theme:hover {
  box-shadow: 0px 15px 15px rgba(165, 49, 153, 0.18);
}
.social-section .item:hover {
  background-position: 100% 0;
}
.social-section .item i {
  font-size: 35px;
  height: 35px;
}
.social-section .item i.icon-left {
  font-size: 14px;
  height: 14px;
}
.social-section .item i.icon-logo {
  font-size: 24px;
  height: auto;
}

.social-section .item {
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .social-section .item {
    border-radius: 15px;
  }
  .social-section .item i {
    font-size: 24px;
    height: 24px;
  }
  .social-section .item img {
    max-height: 20px;
  }
}
/**** ARTICLES ****/
.articles.for-archive {
  background-color: #F8F8FA;
}
.articles.for-archive .slider-container {
  padding: 0px 70px;
}
.articles.for-archive .swiper-container:before, .articles.for-archive .swiper-container:after {
  background-image: linear-gradient(to right, rgba(248, 248, 255, 0) 0px, #F8F8FA 450px, #F8F8FA 100%);
}
.articles.for-archive .swiper-container:after {
  background-image: linear-gradient(to left, rgba(248, 248, 255, 0) 0px, #F8F8FA 450px, #F8F8FA 100%);
}
.articles.for-archive .item:before {
  display: none;
}
.articles.for-archive .item img {
  height: 275px;
}
.articles.for-archive .item .title {
  min-height: unset;
}
.articles.for-archive .header-section .swiper-navigation .btn:first-child {
  border-left-color: #F8F8FA !important;
}
.articles.for-archive .header-section .swiper-navigation .btn:last-child {
  border-right-color: #F8F8FA !important;
}
.articles.for-archive .header-section .swiper-navigation:before {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #F8F8FA 40%, #F8F8FA 60%, rgba(255, 255, 255, 0));
}
.articles.for-archive .header-section .swiper-navigation:after {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #F8F8FA 40%, #F8F8FA 60%, rgba(255, 255, 255, 0));
}
.articles.archive-theme .item:hover:before {
  opacity: 1;
}
.articles.archive-theme .item:before {
  background-color: transparent;
  box-shadow: 0 15px 15px rgba(143, 145, 167, 0.1);
  opacity: 0;
  height: calc(100% - 65px);
}
.articles.archive-theme .item .title {
  min-height: unset;
}
.articles.archive-theme-sidebar .item:before {
  display: none !important;
}
.articles.archive-theme-sidebar .item:hover .title {
  color: #167711 !important;
}
.articles.archive-theme-sidebar .item.small-theme img {
  width: 75px;
  height: 75px;
  min-width: 75px;
}
.articles.archive-theme-sidebar .item.small-theme .title {
  font-size: 17px;
}
.articles.archive-theme-sidebar .item img {
  object-fit: cover;
  height: 180px;
}
.articles.archive-theme-sidebar .item .time {
  font-size: 15px;
}
.articles.archive-theme-sidebar .line {
  height: 1px;
  background-color: #DCDDE8;
}
.articles .swiper-container:before, .articles .swiper-container:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 450px, #fff 100%);
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 9;
}
.articles .swiper-container:after {
  left: 0;
  right: unset;
  transform: translateX(-100%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, #fff 450px, #fff 100%);
}
.articles .item:hover:before {
  box-shadow: 0px 15px 15px rgba(143, 145, 167, 0.1215686275);
  background-color: #ffffff;
}
.articles .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 0px);
  background-color: #E7E8F5;
  opacity: 0.7;
  z-index: -1;
  border-radius: 32px;
  transition: all 0.3s;
}
.articles .item .label {
  font-size: 17px;
  padding: 7.5px 12.5px;
  right: 20px;
  top: 255px;
  transform: translateY(-100%);
}
.articles .item img {
  height: 200px;
}
.articles .item .title {
  font-size: 17px;
  display: -webkit-box !important;
  height: 57px;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.articles .item .text {
  font-size: 15px;
}
.articles .item .time {
  font-size: 15px;
}
.articles .item .time i {
  font-size: 20px;
  height: 20px;
}
.articles .item .time i.small-icon {
  font-size: 18px;
  height: 18px;
}

@media screen and (max-width: 1200px) {
  .articles.for-archive .slider-container {
    padding: 0px 0px;
  }
  .articles.for-archive .item img {
    height: 160px;
  }
  .articles.archive-theme .item {
    border: 2px solid rgba(143, 145, 167, 0.15);
    border-radius: 32px;
  }
  .articles.archive-theme .item:before {
    display: none;
  }
  .articles.archive-theme-sidebar .item {
    border: none !important;
  }
  .articles .item .label {
    font-size: 15px;
    right: 15px;
    top: 145px;
  }
}
@media screen and (max-width: 992px) {
  .articles.archive-theme .item {
    max-width: 100% !important;
    border-radius: 10px !important;
  }
  .articles.archive-theme .item img {
    height: auto;
  }
  .articles .swiper-container:before, .articles .swiper-container:after {
    display: none;
  }
  .articles .item {
    max-width: 270px;
  }
  .articles .item:before {
    height: calc(100% - 75px);
    border-radius: 10px;
  }
  .articles .item img {
    height: auto;
    border-radius: 10px !important;
  }
  .articles .item .title {
    font-size: 17px;
    height: 51px;
  }
  .articles .item .text {
    font-size: 15px;
  }
  .articles .item .time {
    font-size: 15px;
  }
  .articles .item .time i {
    font-size: 19px;
    height: 19px;
  }
}
/* START FINAL CHANGE */
body.home .articles .swiper-container {
  padding-bottom: 24px !important;
  margin-bottom: 0 !important;
}

/* END FINAL CHANGE */
body.darkMode .articles .item:before {
  background-color: #232435 !important;
}
body.darkMode .articles.for-archive {
  background-color: transparent;
}
body.darkMode .articles .swiper-container:before, body.darkMode .articles .swiper-container:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #1C1D2D 450px, #1C1D2D 100%);
}
body.darkMode .articles .swiper-container:after {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, #1C1D2D 450px, #1C1D2D 100%);
}
body.darkMode .articles.archive-theme-sidebar .line {
  background-color: rgba(44, 45, 61, 0.45);
}
body.darkMode .articles .item:hover:before {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 992px) {
  .articles .container .swiper-container {
    overflow: visible !important;
    overflow-x: visible !important;
  }
}
/**** SOFTWARE SECTION  ****/
.software-section .item {
  border: 1px solid #DCDDE8;
  transition: all 0.3s;
}
.software-section .item:hover {
  border-color: transparent;
}
.software-section .item:hover:before {
  opacity: 0.57;
}
.software-section .item:hover:after {
  opacity: 1;
}
.software-section .item:hover .main-icon, .software-section .item:hover .title, .software-section .item:hover .nav .nav-item, .software-section .item:hover .nav .nav-item i, .software-section .item:hover .btn i {
  color: #FFFFFF !important;
}
.software-section .item:hover .btn {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.software-section .item:hover .btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.software-section .item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  filter: blur(16px);
  z-index: -2;
}
.software-section .item:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.software-section .item.blue-light-theme:after {
  background: linear-gradient(246deg, #0099FF 0%, #44AEFF 100%);
}
.software-section .item.blue-light-theme:before {
  background: linear-gradient(246deg, #0099FF 0%, #44AEFF 100%);
}
.software-section .item.blue-light-theme .btn:hover i {
  color: #167711 !important;
}
.software-section .item.blue-dark-theme:after {
  background: linear-gradient(246deg, #2C3ED9 0%, #467EF0 100%);
}
.software-section .item.blue-dark-theme:before {
  background: linear-gradient(246deg, #2C3ED9 0%, #467EF0 100%);
}
.software-section .item.blue-dark-theme .btn:hover i {
  color: #2c3ed9 !important;
}
.software-section .item.purple-theme:after {
  background: linear-gradient(219deg, #6219E4 0%, #8871FF 100%);
}
.software-section .item.purple-theme:before {
  background: linear-gradient(219deg, #6219E4 0%, #8871FF 100%);
}
.software-section .item.purple-theme .btn:hover i {
  color: #6219e4 !important;
}
.software-section .item.green-theme:after {
  background: linear-gradient(219deg, #16A37D 0%, #58E835 100%);
}
.software-section .item.green-theme:before {
  background: linear-gradient(219deg, #16A37D 0%, #58E835 100%);
}
.software-section .item.green-theme .btn:hover i {
  color: #16a37d !important;
}
.software-section .item.black-theme:after {
  background: linear-gradient(219deg, #131313 0%, #565656 100%);
}
.software-section .item.black-theme:before {
  background: linear-gradient(219deg, #131313 0%, #565656 100%);
}
.software-section .item.black-theme .btn:hover i {
  color: #6219e4 !important;
}
.software-section .item.gray-theme:after {
  background: linear-gradient(219deg, #4b4b4b 0%, #777777 100%);
}
.software-section .item.gray-theme:before {
  background: linear-gradient(219deg, #4b4b4b 0%, #777777 100%);
}
.software-section .item.gray-theme .btn:hover i {
  color: #6219e4 !important;
}
.software-section .item .main-icon {
  font-size: 40px;
  height: 40px;
}
.software-section .item .title {
  font-size: 17px;
}
.software-section .item .nav .nav-item {
  font-size: 15px;
}
.software-section .item .btn {
  width: 45px;
  height: 45px;
  border: 1px solid #DCDDE8;
  transition: all 0.3s;
}
.software-section .item .btn:hover {
  background-color: #167711;
  border-color: #167711;
}
.software-section .item .btn:hover i {
  color: #ffffff !important;
}
.software-section .item .btn i {
  font-size: 18px;
  height: 18px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .software-section .item {
    border-radius: 10px !important;
  }
  .software-section .item:before {
    display: none !important;
  }
  .software-section .item .main-icon {
    font-size: 35px;
    height: 35px;
  }
  .software-section .item .title {
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .software-section .item .nav .nav-item {
    font-size: 14px;
    margin-bottom: 4px !important;
  }
  .software-section .item .nav .nav-item:last-child {
    margin-bottom: 0 !important;
  }
  .software-section .item .btn {
    width: 40px;
    height: 40px;
    border-radius: 10px !important;
  }
  .software-section .item .btn i {
    font-size: 18px;
    height: 18px;
  }
}
/* DARK MODE */
body.darkMode .software-section .item {
  border-color: #393C58;
}
body.darkMode .software-section .item .btn {
  border-color: #393C58;
}

/**** NEWSLETTER ****/
.newsletter .container:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  height: 200px;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to right, #00D4FF, #496EFE, #F33972, #C700C7);
  opacity: 0.5;
  filter: blur(50px);
  display: block;
  border-radius: 50%;
}
.newsletter .box {
  box-shadow: 0px -15px 15px rgba(143, 145, 167, 0.1215686275);
}
.newsletter .img {
  max-height: 425px;
  object-fit: contain;
}
.newsletter .main-icon {
  max-height: 45px;
}
.newsletter .text {
  font-size: 16px;
}
.newsletter .text img {
  max-height: 25px;
}
.newsletter .text i {
  font-size: 22px;
  vertical-align: middle;
}
.newsletter input {
  width: 350px;
  height: 60px;
  border: 1px solid #DCDDE8;
  font-size: 16px;
  color: #666666;
}
.newsletter input::placeholder {
  color: #B7B9CF;
}
.newsletter .btn {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 81, 255, 0.08);
  left: 7.5px;
  transition: all 0.3s;
}
.newsletter .btn:hover {
  background-color: #167711 !important;
}
.newsletter .btn:hover i {
  color: #ffffff !important;
}
.newsletter .btn i {
  font-size: 20px;
  height: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .newsletter .container:before {
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    height: 85%;
    width: 85%;
    border-radius: 10px;
  }
  .newsletter .box {
    box-shadow: 0px 0px 5px rgba(143, 145, 167, 0.1215686275);
    border-radius: 10px !important;
  }
  .newsletter .main-icon {
    max-height: 40px;
  }
  .newsletter .text {
    font-size: 15px;
  }
  .newsletter .text img {
    max-height: 20px;
  }
  .newsletter input {
    width: 270px;
    height: 50px;
    font-size: 16px;
    border-radius: 10px !important;
  }
  .newsletter .btn {
    width: 40px;
    height: 40px;
    left: 5px;
    border-radius: 10px !important;
  }
  .newsletter .btn i {
    font-size: 18px;
    height: 18px;
  }
}
/* DARK THEME */
body.darkMode .newsletter .box {
  background-color: #1C1D2D !important;
}
body.darkMode .newsletter input {
  background-color: #232435 !important;
  border: none !important;
}
body.darkMode .newsletter .btn {
  background-color: #1C1D2D !important;
}
body.darkMode .newsletter .btn:hover {
  background-color: #167711 !important;
}

/**** FAQ ****/
.faq .accordion-item {
  border: 1px solid #DCDDE8;
}
.faq .accordion-button {
  color: #606277 !important;
}
.faq .accordion-button:after {
  display: none;
}
.faq .accordion-button.collapsed {
  color: #8F91A7 !important;
}
.faq .accordion-button.collapsed i {
  transform: scaleY(1);
}
.faq .accordion-button i {
  font-size: 14px;
  transform: scaleY(-1);
  transition: all 0.3s;
  top: 8px;
}
.faq .accordion-button {
  font-size: 17px;
}
.faq .accordion-body {
  font-size: 16px;
  color: #8F91A7 !important;
  text-align: justify;
  text-align-last: right;
  padding: 0;
}
.faq .accordion-collapse {
  font-size: 16px;
  color: #8F91A7 !important;
  text-align: justify;
  text-align-last: right;
  padding: 0 20px;
}
.faq .accordion-collapse p:empty {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .faq .accordion-item {
    border-radius: 10px !important;
  }
  .faq .accordion-button i {
    font-size: 12px;
  }
  .faq .accordion-button, .faq .accordion-body {
    font-size: 16px;
    padding: 15px !important;
  }
  .faq .accordion-body {
    padding-top: 0 !important;
  }
  .faq .accordion-collapse {
    font-size: 15px;
    padding: 0 15px;
  }
}
/* DARK MODE */
body.darkMode .faq .accordion-header {
  background-color: transparent !important;
}
body.darkMode .faq .accordion-button, body.darkMode .faq .accordion-item {
  background-color: transparent !important;
}
body.darkMode .faq .accordion-item {
  border-color: #393C58 !important;
}
body.darkMode .faq .accordion-button {
  color: #8F91A7 !important;
}
body.darkMode .faq .accordion-button.collapsed {
  color: #606277 !important;
}

.login-register .box {
  max-width: 430px;
  border: 1.5px solid rgba(183, 185, 207, 0.52);
}
.login-register .brand .vector {
  max-height: 90px;
}
.login-register .brand .logo {
  max-width: 115px;
}
.login-register .vector-absolute {
  transform: translateY(45%) translateX(25%);
  max-height: 450px;
  z-index: -1;
}
.login-register .title {
  font-size: 19px;
}
.login-register .text {
  font-size: 16px;
}
.login-register .text a {
  background-color: rgba(61, 102, 232, 0.15);
}
.login-register .text a:hover {
  background-color: #167711;
  color: #ffffff !important;
}
.login-register .label {
  font-size: 16px;
}
.login-register input {
  background-color: rgba(183, 185, 207, 0.1);
  height: 50px;
}
.login-register input::placeholder {
  color: #B7B9CF;
  opacity: 1;
}
.login-register .btn-show-hide {
  cursor: pointer;
  left: 16px;
}
.login-register .btn-show-hide i {
  font-size: 18px;
  height: 18px;
}
.login-register .label-check {
  cursor: pointer;
}
.login-register .label-check .sq {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #DCDDE8;
  border-radius: 5px;
}
.login-register .label-check .sq i {
  font-size: 12px;
  height: 12px;
  color: #ffffff;
  opacity: 0;
}
.login-register input[type=checkbox]:checked + label .sq {
  background-color: #167711;
}
.login-register input[type=checkbox]:checked + label .sq i {
  opacity: 1;
}
.login-register .link {
  font-size: 15px;
}
.login-register .link:hover {
  color: #2242a6;
}
.login-register .btn-submit {
  font-size: 17px;
  background: linear-gradient(-90deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  padding: 12.5px;
  background-size: 300% 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.login-register .btn-submit.blue-theme {
  background-image: none !important;
  background-color: rgba(61, 102, 232, 0.075);
  color: #167711 !important;
}
.login-register .btn-submit.blue-theme:hover {
  background-color: #167711 !important;
  color: #FFFFFF !important;
}
.login-register .btn-submit.border-theme {
  border: 1px solid rgba(183, 185, 207, 0.52);
  background-image: none;
}
.login-register .btn-submit.border-theme:hover {
  color: #167711 !important;
  border-color: #167711 !important;
}
.login-register .btn-submit.small-theme {
  font-size: 14px;
}
.login-register .btn-submit:hover {
  background-position: 100% 0;
}
.login-register .edit {
  font-size: 15px;
  left: 16px;
}
.login-register .edit:hover {
  color: #167711 !important;
}
.login-register .timer {
  font-size: 15px;
  background-color: rgba(220, 221, 232, 0.4);
}
.login-register .status-bar {
  height: 3.5px;
}
.login-register .label-radio {
  height: 50px;
  background-color: #E5EDFD;
}
.login-register input[type=radio]:checked + label {
  border: 2px solid #167711 !important;
}

.login-register .btn, .login-register .text a, .login-register .link, .login-register .label-check .sq, .login-register .label-check .sq i {
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .login-register .brand .vector {
    max-height: 75px;
  }
  .login-register .brand .logo {
    max-width: 100px;
  }
  .login-register .vector-absolute {
    max-height: 350px;
  }
  .login-register .brand img {
    max-width: 145px;
  }
  .login-register .title {
    font-size: 19px;
  }
  .login-register .text {
    font-size: 16px;
  }
  .login-register .label {
    font-size: 15px;
  }
  .login-register input {
    font-size: 15px;
    height: 50px;
  }
  .login-register .btn-show-hide i {
    font-size: 18px;
    height: 18px;
  }
  .login-register .label-check {
    font-size: 15px;
  }
  .login-register .link {
    font-size: 15px;
  }
  .login-register .btn-submit {
    font-size: 17px;
    padding: 10px;
  }
  .login-register .edit {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .login-register .link {
    width: 100%;
  }
}

/*# sourceMappingURL=home-page.css.map */
