@font-face {
  font-family: "BuongiornoRastellino";
  src: url("../fonts/BuongiornoRastellino.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Madelyn";
  src: url("fonts/Madelyn-Trial-Regular.woff2") format("woff2"),
    url("fonts/Madelyn-Trial-Regular.woff") format("woff");
}
/*
 * ======== Bootstrap =========
*/
.disabled-ui {
  cursor: default;
  pointer-events: none;
  /* color: #ccc; */
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
.container {
  width: 100%;
}

/*
 * ======== Body =========
*/
.icon-btn {
  background-color: #4cc2bf;
  display: inline-flex;
  width: 46px;
  flex: 0 0 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.icon-btn--black {
  background-color: #282828;
}
.custom-body {
  font-family: "Comfortaa", cursive;
}
.custom-body a {
  cursor: pointer;
}
.custom-body div {
  box-sizing: border-box;
}
.custom-body h4 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.custom-body h5 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.15rem;
  letter-spacing: 2.5px;
}
.custom-body img {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  margin: 0;
}
.custom-body button {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}
.custom-body button:hover {
  background: transparent;
  color: #4cc2bf;
  border: 1px solid #4cc2bf;
}

/*
 * ======== Other =========
*/
.custom-body .header-logo {
  position: fixed;
  top: 0;
  left: 65px;
  width: 132px;
  height: 122px;
  object-fit: cover;
  object-position: bottom;
  z-index: 9999999;
  top: 0;
  transition: 0.5s;
}
.custom-body .header-cart {
  position: fixed;
  top: 73px;
  right: 16px;
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: bottom;
  z-index: 999999;
  transition: 0.5s;
}
.header-logo.scrolled {
  top: -60px;
}
.header-cart.scrolled {
  top: 5px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99999;
  box-shadow: 0 2px 9px 3px rgba(0, 0, 0, 0.2);
  /* border-top: 4px solid #4cc2bf; */
}
.header__inner {
  display: flex;
  flex-direction: column;
  height: auto;
}
.header__top {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 6px;
}
.header__logo {
  flex: 0 0 200px;
  height: 120px;
  text-align: right;
}
.header__info {
  flex: 0 0 calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__menu {
  text-align: right;
  padding: 2px 50px 0;
  transition: 0.5s;
}
.header.scrolled .header__menu {
  padding-left: 240px;
  padding-right: 70px;
}
.header__menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu ul li {
  position: relative;
}
.header__menu ul li a {
  padding: 16px 20px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1251px) {
  .header__menu ul li:hover ul {
    display: flex;
  }
}
.header__menu ul li a:hover {
  color: #4cc2bf;
}
.header__menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 250px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  display: none;
}
.header__menu ul li ul li {
  position: initial;
}
.header__menu ul li ul li a {
  font-size: 16px;
  padding: 12px 16px;
  text-transform: none;
}
.header__menu ul li ul li:hover img {
  opacity: 1;
}
.header__menu ul li ul li img {
  position: absolute;
  top: 0;
  left: 250px;
  width: 400px;
  max-width: none;
  height: 300px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.header__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 70px;
}
.header__more a {
  display: inline-block;
  margin-left: 24px;
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 24px;
}
.header__contact > a {
  display: inline-flex;
  align-items: center;
  margin-left: 32px;
}
.header__contact a img {
  height: 16px;
  margin-right: 4px;
}
.header__socials {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  padding-right: 12px;
}
.header__socials a {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
.header__socials a svg {
  height: 21px;
  fill: #3f3f3f;
}
.header__socials a svg:hover {
  fill: #4cc2bf;
}
.header__search {
  display: inline-flex;
  align-items: center;
  flex: 1 0 auto;
  position: relative;
  margin-right: 32px;
}
.header__search input {
  width: 100%;
  font-size: 16px;
  padding: 13px 20px 12px 20px;
  border-color: #eee;
  font-family: "Comfortaa", cursive;
}
.header__search img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.section {
}
.section-heading {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 24px auto;
  width: calc(100% - 4px);
}
.section-heading h4 {
  display: inline-block;
  padding: 0 32px;
  background-color: #fff;
  position: relative;
}
.section-heading h4::before,
.section-heading h4::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 100%;
  height: 1px;
  width: 100vw;
  background-color: #e0e0e0;
}
.section-heading h4::after {
  right: auto;
  left: 100%;
}

.about-content {
  padding: 60px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-content__image {
  flex: 0 0 50%;
  padding-right: 50px;
  text-align: right;
}
.about-content__image svg {
  /* width: 100%; */
  width: auto;
  height: 340px;
  object-fit: contain;
}
.about-content__image img {
  width: 33vw;
  height: 300px;
}

.about-content__content {
  flex: 0 0 50%;
  padding-right: 10%;
}
.about-content__content p {
  margin-bottom: 12px;
}
.home-products__single {
  padding: 1px;
}
.home-products__single__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.home-products__single__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.home-products__single__inner h6 {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
}
.home-products__single__inner p {
  color: #fff;
  margin-top: 6px;
  font-size: 16px;
  width: 100%;
}
.home-products__single__inner p span {
  color: #4cc2bf;
  font-size: 120%;
}
.home-products__single__inner__content {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 15px;
  background: radial-gradient(ellipse at bottom right, #111, transparent 60%);
  text-align: right;
}
.home-products__single__inner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.home-products__single__inner:hover img {
  transform: scale(1.1);
}
.home-products__single__inner:hover
  .home-products__single__inner__content::before {
  opacity: 0;
}

.icons-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 5vw;
}
.icons-section__single {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.icons-section__single img {
  height: 80px;
  object-fit: contain;
  transform: scale(4);
  width: 100%;
}
.icons-section__single h4 {
  margin: 40px 0 12px;
}
.footer-end .container {
  background-color: #5f5f5f;
  color: #fff;
}
.footer {
  margin-top: 60px;
}
.footer .container {
  border-top: 1px solid #e0e0e0;
  padding: 40px 30px 60px;
}
.footer .row {
  justify-content: space-between;
}
.footer__icons__single {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__icons__single img {
  width: 20px;
  margin-right: 8px;
}
.footer__menu__single h5 {
  margin-bottom: 24px;
  text-transform: none;
  letter-spacing: 0;
}
.footer__newsletter {
  flex: 0 0 400px;
  padding-right: 30px;
}
.footer__newsletter input {
  border: none;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding: 13px 20px 12px 20px;
  outline: none;
  background: #efefef;
  border-radius: 4px;
  margin-top: 12px;
}
.footer__newsletter__btn {
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between; */
  margin-top: 16px;
  pointer-events: none;
}
.footer__newsletter button {
  background-color: #4cc2bf;
  color: #fff;
  border: 1px solid #4cc2bf;
  margin-right: 8px;
  margin-top: 0;
}
.footer__newsletter p {
  font-size: 10px;
  line-height: 16px;
  margin-top: 8px;
}

.footer a:hover {
  color: #4cc2bf;
}
.footer .header__socials {
  margin-left: 0;
  margin-top: 32px;
}
.footer .header__socials a {
  margin-right: 16px;
  margin-left: 0;
}
.footer .header__socials a svg {
  fill: #9f9f9f;
  height: 27px;
}
.footer .header__socials a svg:hover {
  opacity: 0.7;
}
.baner-txt a {
  color: #fff;
}
.baner-txt a:hover {
  color: #4cc2bf;
}
.blog-section .col-lg-4 {
  padding: 1px;
}
.blog-section__single__image {
  height: 300px;
  background-color: #f9f9f9;
  margin-bottom: 24px;
}
.blog-section__single__image img {
  width: 100%;
  height: 100%;
}
.blog-section__single__content {
  text-align: center;
  padding: 0 15px;
}

.blog-section__single__content p {
  height: 110px;
  overflow: hidden;
}
.blog-section .container {
  padding: 0;
}

/*
 * ======== Override =========
*/

#header {
  padding-top: 0;
}
#baner {
  min-height: 100vh;
}
#baner .baner-bg {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("/media/img/gridtile.png");
}
#baner .baner-bulls {
  display: none;
}
#baner .baner-txt .txt1 {
  line-height: 80px;
}
#baner .baner-txt {
  top: 50%;
  transform: translateY(-50%);
  padding-top: 120px;
}
#header-box {
  display: none;
}
.icons {
  overflow: hidden;
}
.custom-body button.splide__arrow {
  display: inline-flex;
  font-size: 18px;
  margin-top: -18px;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--next {
  right: 0;
}
.splide__arrow svg {
  fill: #3f3f3f;
}
.custom-body button.splide__pagination__page {
  padding: 0;
  background-color: #efefef;
}
.custom-body button.splide__pagination__page.is-active {
  border-color: #4cc2bf;
  background-color: #4cc2bf;
}
.assets {
  /* display: none; */
}
.assets__slider {
  padding: 0 60px 80px;
}
.assets__slider__single {
  text-align: center;
  padding: 64px 32px 0;
  position: relative;
}
.assets__slider__single h3 {
  font-family: "Madelyn", cursive;
  font-size: 3.6rem;
  font-weight: 100;
  color: #6f6f6f;
  margin-bottom: 40px;
}
body.overflow {
  overflow: hidden;
}
/* .assets__slider__single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  width: 1px;
  height: 60%;
  background-color: #878787;
} */
/* .assets__slider__single.is-prev::before {
  opacity: 0;
} */
.banner {
  padding: 40px 15%;
}

.banner__content {
  background-image: url("../media/img/bg123.jpg");
  background-size: cover;
  background-position: left;
  border-radius: 15px;
  padding: 40px 35% 40px 40px;
}
.banner__content h4 {
  margin-bottom: 20px;
  border-left: 3px solid #4cc2bf;
  padding-left: 12px;
}
.banner__content p {
  margin-bottom: 12px;
}

.bank-logos {
  margin: 24px 0;
  text-align: center;
}
.products {
  padding: 0 15px;
}
.products__slider {
  padding: 0 48px 40px;
}
.products .prod .img {
  padding: 0 30px;
}
.products .prod .img img {
  max-width: 100%;
  width: 260px;
}

.header-mobile {
  display: none;
  text-align: right;
}
.hamburger {
  top: 2px;
  right: 15px;
  width: 46px;
  height: 46px;
  position: fixed;
  display: none;
  z-index: 9999999999999;
  cursor: pointer;
}
.hamburger:hover .bar {
  background: #4cc2bf;
}
.hamburger .bar {
  transition: 0.3s;
  width: 36px;
  height: 2px;
  left: 5px;
  background-color: #3f3f3f;
  position: absolute;
  display: inline-block;
}
.hamburger .bar-1 {
  top: calc(30% - 1px);
}
.hamburger .bar-2 {
  top: calc(50% - 1px);
}
.hamburger .bar-3 {
  top: calc(70% - 1px);
}
.hamburger.active .bar-1 {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.hamburger.active .bar-2 {
  opacity: 0;
}
.hamburger.active .bar-3 {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.header-mobile {
  padding-right: 160px;
}
.header-mobile > a {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  margin-left: 32px;
}
.header-mobile > a img {
  height: 16px;
  margin-right: 4px;
}
@media (max-width: 1600px) {
  .header__menu ul li a {
    font-size: 16px;
    padding: 16px;
  }
  .header.scrolled .header__menu {
    padding-left: 200px;
  }
}

@media (max-width: 1300px) {
  .footer__newsletter {
    flex: 0 0 100%;
    padding: 0;
    margin-top: 40px;
  }
  .icons-section {
    padding: 40px 0;
  }
}
@media (max-width: 1250px) {
  .header__menu ul li ul li img {
    display: none !important;
  }
  .header__menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__menu ul li a span {
    width: 20px;
    display: inline-block;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .header__menu ul li a span.active {
    transform: rotate(-90deg);
  }
  .hamburger {
    display: inline-block;
  }
  .custom-body .header-cart {
    top: 2px;
    right: 80px;
  }
  .header {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1299999;
    display: none;
  }
  .header.visible {
    display: block;
  }
  .header-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 129999;
    box-shadow: 0 2px 9px 3px rgba(0, 0, 0, 0.2);
  }
  .header__menu ul li {
    text-align: center;
  }
  .header__menu ul li ul {
    position: relative;
    box-shadow: none;
    text-align: center;
  }
  .header__inner {
    padding: 90px 0 40px;
  }
  .header__menu ul {
    flex-direction: column;
  }
  .header__logo {
    display: none;
  }
  .header__info {
    flex: 0 0 100%;
  }
  .header__more {
    padding-right: 0;
  }
  .header__more > a {
    margin-top: 4px;
    margin-left: 0;
    display: none;
  }
  .header__menu {
    order: -1;
  }
  .header__contact {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__contact > a {
    display: none;
  }
  .header__contact .header__socials {
    margin: 24px 0;
  }
  .header__socials {
    justify-content: center;
    flex: 0 0 100%;
  }
  .header__more {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .header__search {
    flex: 0 0 auto;
    margin-right: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 24px;
  }
  .custom-body .header-logo {
    left: 32px;
    width: 100px;
    height: 90px;
  }
}

@media (max-width: 991px) {
  .products {
    padding: 0;
  }
  .home-products__single {
    flex: 0 0 50%;
  }
  .blog-section__single__content {
    margin-bottom: 24px;
  }
  .icons-section {
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .icons-section__single {
    flex: 0 0 50%;
    margin: 16px 0;
  }
}

@media (max-width: 767px) {
  .header-mobile > a {
    display: none;
  }
  .assets .col-12 {
    padding: 0;
  }
  .assets__slider {
    padding: 0 40px 60px;
  }
  .assets__slider__single {
    padding: 16px 0 0;
  }
  .about-content__image {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .about-content__image img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 32px;
  }
  .about-content__content {
    flex: 0 0 100%;
    padding: 0;
  }
  .footer__info {
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .footer__info {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__logo {
    flex: 0 0 150px;
  }
  .footer__icons {
    flex: 0 0 calc(100% - 150px);
  }
  .footer__info .header__socials {
    flex: 0 0 100%;
  }
  .custom-body h4 {
    font-size: 1.2rem;
  }
  .about-content__content {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .custom-body .header-logo {
    left: 8px;
  }
  .home-products__single {
    flex: 0 0 100%;
  }
  .about-content__image img {
    object-fit: cover;
  }
  .icons-section__single {
    flex: 0 0 100%;
    padding: 0;
  }
  .about-content {
    padding: 40px 0;
  }
  .footer .container {
    padding: 40px 10px;
  }
  #baner {
    min-height: 0;
    height: 500px !important;
  }
}
