/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* variable */
:root {
  --alt-font: "Urbanist", sans-serif;
  --primary-font: "Urbanist", sans-serif;
  --base-color: #79c644;
  --secondary-color: #0791dc;
  --dark-gray: #141414;
  --medium-gray: #707070;
  --aluminium-gray: rgba(255, 255, 255, 0.4);
}
/* reset */
body {
  font-size: 18px;
  line-height: 30px;
}
a:hover {
  color: var(--secondary-color);
}
/* header */
header.sticky .navbar,
header.sticky.sticky-active .header-reverse {
  transition: none !important;
  transform: translateY(0) !important;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
  background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-brand img {
  max-height: 55px;
  width: auto;
  height: 55px;
}
@media (max-width: 991px) {
  header .navbar-brand img {
    max-height: 40px;
    height: 40px;
  }
}
.header-top-bar div > a {
  color: var(--light-gray);
}
.header-top-bar div > a:hover {
  color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
  width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
  background-image: linear-gradient(135deg, var(--base-color), var(--secondary-color), var(--base-color));
  background-size: 200% 200%;
  background-position: 0% 0%;
  background-color: transparent;
  border-color: transparent;
  color: var(--white);
  transition: background-position 0.5s ease;
}
header .btn.btn-box-shadow.btn-base-color:hover,
header .btn.btn-box-shadow.btn-base-color:active,
.btn.btn-base-color:hover,
.btn.btn-base-color:active {
  background-image: linear-gradient(135deg, var(--base-color), var(--secondary-color), var(--base-color));
  background-size: 200% 200%;
  background-position: 100% 100%;
  background-color: transparent;
  border-color: transparent;
  color: var(--white);
  -webkit-transform: none;
  transform: none;
}
.btn-box-shadow:hover {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
header .btn.btn-small {
  font-size: 15px;
  padding: 10px 18px;
  line-height: 0;
}
/* ticket sonar */
@keyframes ticketSonar {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.ticket-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.ticket-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: ticketSonar 2s ease-out infinite;
  pointer-events: none;
}
/* slider background desktop/mobile swap */
.swiper-slide.slide-bg {
  background-image: var(--img-desktop);
}
@media (max-width: 575px) {
  .swiper-slide.slide-bg {
    background-image: var(--img-mobile);
  }
}
/* box deco bullhorn */
@keyframes boxDecoBullhornPulse {
  0%,
  100% {
    transform: scaleX(-1) scale(1);
  }
  50% {
    transform: scaleX(-1) scale(1.12);
  }
}
.box-deco-bullhorn {
  display: block;
  line-height: 1;
  font-size: 50px;
  animation: boxDecoBullhornPulse 3s ease-in-out infinite;
  color: white;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
  padding-top: 0;
}
.btn {
  text-transform: inherit;
  font-weight: 700;
  letter-spacing: 0;
  --bs-btn-font-size: 16px;
}
.btn.btn-extra-large {
  font-size: 18px;
  padding: 16px 32px;
}
.btn.btn-large {
  font-size: 17px;
  padding: 14px 28px;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 12px 24px;
}
.btn.btn-small {
  font-size: 15px;
}
.btn.btn-very-small {
  font-size: 14px;
  padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
  color: var(--base-color);
}
.review-star-icon i {
  color: var(--base-color);
}

.google-maps-link a:hover {
  color: var(--white);
}

/* footer style */
footer ul li {
  margin-bottom: 1px;
}
footer p {
  line-height: 28px;
}
/* page title */
.page-title-double-large h1 {
  font-size: 4.375rem;
  line-height: 4.688rem;
}
.page-title-double-large h2 {
  font-size: 16px;
  line-height: 28px;
}

/* top bottom left right class */
.right-12 {
  right: 12%;
}

.bg-jungle-green {
  background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
  margin-top: -205px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
  background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
  .xl-h-180px {
    height: 180px;
  }
  .xl-w-180px {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .outside-box-top-200px {
    margin-top: -150px;
  }
}
@media (max-width: 991px) {
  .outside-box-top-200px {
    margin-top: 0;
  }
  .navbar .navbar-nav .dropdown.open .dropdown-menu {
    padding-bottom: 15px;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu.show {
    background-color: var(--dark-gray);
  }
}

/* mobile acquista bar */
.mobile-acquista-bar {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-image: linear-gradient(135deg, var(--base-color), var(--secondary-color), var(--base-color));
  background-size: 200% 200%;
  background-position: 0% 0%;
  justify-content: center;
  align-items: center;
  height: 48px;
  transition: background-position 0.5s ease;
  border-radius: var(--bs-border-radius-xl) !important;
  margin: 5px 22px;
  -webkit-transition: background-position 0.5s ease;
  -moz-transition: background-position 0.5s ease;
  -ms-transition: background-position 0.5s ease;
  -o-transition: background-position 0.5s ease;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 2px solid #dee2e6;
  -webkit-border-radius: var(--bs-border-radius-xl) !important;
  -moz-border-radius: var(--bs-border-radius-xl) !important;
  -ms-border-radius: var(--bs-border-radius-xl) !important;
  -o-border-radius: var(--bs-border-radius-xl) !important;
}

.mobile-acquista-bar:hover {
  background-position: 100% 100%;
}
.mobile-acquista-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: var(--alt-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.mobile-acquista-link:hover,
.mobile-acquista-link:focus {
  color: #fff;
}
@media (max-width: 575px) {
  .header-with-topbar + .top-space-margin {
    margin-top: 124px;
  }
  #navbarNav.show,
  #navbarNav.collapsing {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .contact-form-section {
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .text-multicolumn-3 {
    column-count: 3;
    column-gap: 2.5rem;
  }
}
.regolamento-container {
  max-width: 90%;
}
.text-styled-lists ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem;
}
.text-styled-lists ol li {
  color: var(--dark-gray);
  margin-bottom: 0.4rem;
}
.text-styled-lists ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
  color: var(--dark-gray);
}
.text-styled-lists ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--base-color);
}
.regolamento-section p {
  color: var(--dark-gray);
  line-height: 1.5em;
  font-size: 15px;
}
.regolamento-section h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: normal;
}
.regolamento-section h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--dark-gray);
  margin-bottom: 10px;
  line-height: normal;
}
.regolamento-section h3 {
  color: var(--secondary-color);
}

.regolamento-section li {
  line-height: 1.5em;
  font-size: 15px;
}

.regolamento-section a {
  text-decoration: underline;
  color: var(--base-color);
}
.text-partner p{
  margin-bottom: 0;
 }
/* richtext content styling */
.text-richcontent {
  color: #000;
}
.text-richcontent p,
.text-richcontent li,
.text-richcontent span {
  color: #000;
}
.text-richcontent ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem;
}
.text-richcontent ol li {
  color: #000;
  margin-bottom: 0.4rem;
}
.text-richcontent ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
  color: #000;
}
.text-richcontent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--base-color);
}
.text-richcontent h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: normal;
  color: var(--secondary-color);
}
.bg-success {
  background-color: var(--base-color) !important;
}
