body {
    font-family: 'Montserrat', sans-serif;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
.row, h1, h2, h3, h4, h5, h6, p, ul {margin:0;}
dl, ol, ul {margin: 0;}
header .sec-menu .menu-item .menu-link.btn {padding:10px 22px;}
section {
    margin: 20px 0;
}

.header-banner {
    width: 100%;
    height: 100%;
    background-image: url(../pod-page/images/pod-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
}



.banner-text {
    height: auto;
    background-color: rgba(0, 0, 0, 0.625);
}

.supplements {
    position: relative;
    right: -20%;
}

@media (max-width: 992px) {
    .supplements {
        right: 0%;
    }
}

.headline-banner {
    font-size: clamp(24px, 2.5vw, 64px);
}

.headline-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #fcd107;
    display: inline-block;

}

.number {
    font-size: 50px;
    font-weight: 900;
    line-height: 40px;
}

.btn-yellow {
    color: #000;
    background-color: #fcd107;
    border-radius: 50px;
    border: unset;
    text-transform: uppercase;
    transition: .3s;
}

.btn-yellow:hover {
    color: #000;
    background-color: #fcd107;
    border-radius: 50px;
    border: unset;
    transform: scale(1.05);
    transition: .3s;
}

.btn-black {
    color: white;
    border: 2px solid #fcd107;
    background-color: #000000ac;
    border-radius: 50px;
    transition: .3s;
}

.btn-black:hover {
    transform: scale(1.05);
    transition: .3s;
}

.btn-catalog {
    color: #000000;
    border: 2px solid #fcd107;
    background-color: #fdefc8;
    border-radius: 50px;
    transition: .3s;
}

.btn-catalog:hover {
    transform: scale(1.05);
    transition: .3s;
}


@media (min-width: 990px) {
    .col-md-custom {
    width: 12.5%;
}
}

.icons-container p {
    font-size: 12px;
}

.icons-container img {
    width: 50%;
}

@media (max-width: 508px) {
    .icons-container img {
        width: 80%;
    }
    .icons-container p {
        font-size: 10px;
    }
}

section h2::before {
    content: "";
    display: block;
    width: 74px;
    border: 2px solid #fcd107;
    border-radius: 4px;
    margin: 16px auto;
}

.pod-catalog, #why-bigarena {
    background-image: url(../pod-page/images/pod-section.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pod-catalog p {
    margin-bottom: 10px;
}

.pod-catalog .btn {
    margin-top: 10px;
}

.cards li::marker {
    color: #fcd107;
}

.card {
    border: 1px solid #fcd107;
}



.europe-card .map {
    border-radius: 32px;
    background-color: #fafafa;
    min-height: 644px;
    position: relative;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(165, 165, 165, .4);
    box-shadow: 0px 0px 29px 6px rgba(165, 165, 165, .4);
}

.europe-map-column {
    border-radius: 32px;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(165, 165, 165, .4);
    box-shadow: 0px 0px 18px -1px rgba(165, 165, 165, .4);
    background-color: #fff;
    position: relative;
}

.jvectormap-container {
    border-radius: 50px;
}

.europe-card .map .warehouses p {
    font-weight: 700;
    color: #636363;
}

.europe-card .map .warehouses ul li .city {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
}

.europe-card .map .warehouses {
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.europe-card .map .warehouses ul li {
    list-style: none;
}

body .europe-card .map .warehouses ul li img {
    max-height: 55px;
    margin-top: 25px;
    width: auto !important;
}


.form-tabs {
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .form-tabs {
        padding: 20px;
    }
}

#contactForm h3::after {
    content: "";
    display: block;
    width: 74px;
    border: 2px solid #fcd107;
    border-radius: 4px;
    margin: 10px auto 40px auto;
}

#contactForm label, #contactForm input {
    display: block;
}

#contactForm input, #monthly_orders {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    border: 2px solid #d9d9d9;
    border-radius: 8px;
}

#nextBtn {
    color: #000;
    background-color: #fcd107;
    border: unset;
}

#nextBtn:hover {
    color: #000;
    background-color: #efc400;
    border: unset;
}

#vitamins {
    height: 36px;
}

#why-bigarena img {
    width: 70%;
}

.icon-text {
    font-size: 13px;
}


.advantage {
    position: relative;
}

.advantage::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #fcd107;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 5px;
}


.cloud-pod p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../pod-page/images/check-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
}

/* animations */

.header-banner {
    clip-path: inset(0 100% 100% 0);
}

.mask-left {
    clip-path: inset(0 0 0 0);
    transition: clip-path .6s ease-in-out;
}

.banner-text {
    clip-path: inset(0 0 100% 100%);
}

.mask-right {
    clip-path: inset(0 0 0 0);
    transition: clip-path .6s ease-in-out .2s;
}

.banner-left-side {
    opacity: 0;
    transform: translateX(-20%);
}

.fade-left {
    opacity: 1;
    transform: translateX(0);
    transition: .6s ease-in-out .6s;
}

.supplements {
    opacity: 0;
    transform: translateX(20%);
}

.fade-right {
    opacity: 1;
    transform: translateX(0);
    transition: .6s ease-in-out .6s;
}

.icon-pod {
    opacity: 0;
    transform: translateY(60%);
}

.fade-up {
    opacity: 1;
    transform: translateX(0);
    transition: .6s ease-in-out;
}


.anima-left {
    opacity: 0;
  transform: translateX(-50%);
}
.anima-left.visible {
  opacity: 1;
  transform: translateX(0);
  transition: .6s ease-out;
}

.anima-up {
    opacity: 0;
    transform: translateY(10%);
}
.anima-up.visible {
    opacity: 1;
    transform: translateY(0);
    transition: .6s ease-out;
}

.anima-right {
    opacity: 0;
    transform: translateX(50%);
}
.anima-right.visible {
    opacity: 1;
    transform: translateX(0);
    transition: .6s ease-out;
}



.animation-left {
    opacity: 0;
  transform: translateX(-50%);
}
.animation-left.visible {
  opacity: 1;
  transform: translateX(0);
  transition: .6s ease-out;
}

.animation-up {
    opacity: 0;
    transform: translateY(10%);
}
.animation-up.visible {
    opacity: 1;
    transform: translateY(0);
    transition: .6s ease-out;
}

.animation-right {
    opacity: 0;
    transform: translateX(50%);
}
.animation-right.visible {
    opacity: 1;
    transform: translateX(0);
    transition: .6s ease-out;
}
.page-info ol li a {
    color: inherit;
    text-decoration: none;
}
