@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.topHead, .categoryTopHead {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2;
    color: #1d1d1d;
}

.categoryTopHead {
    letter-spacing: 2px;
}

.topHead span,
.categorySell {
    background: linear-gradient(to right, #e88708 0%, #a5136b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    font-weight: 900;
}

.categoryTopHead span {
    background: linear-gradient(to right, #2c3e50 0%, #2980b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-weight: 900;
}

.topP {
    color: #1d1d1d;
}

/*
.easyNav {
    background: #2980b9;
    background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);
    background: linear-gradient(to right, #2c3e50, #2980b9);

}
*/
.easyNav {
    background: #2b2b2b;
}

.topP u {
    font-weight: 700;
    color: #e88708;
}

.cardWrapper, .cardWrapperOne {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 0;
    margin: 10px;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 10%);
}

.cardWrapperOne, .cardOrange {
    background: #2980b9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #2980b9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cardFront, .cardBack {
    width: 100%;
    height: 100%;
}

/* Front */
.cardFront img {
    max-height: 100px;
    width: auto;
}

.cardFront p:before {
    font-family: "entypo";
    margin-right: 5px;
    background: #e88708;
    height: 40px;
    width: 40px;
    font-size: 20px;
    display: block;
    text-align: center;
    float: left;
    border-right: 1px solid #e88708;
}

.cardFront p {
    position: relative;
    top: -60px;
    background: #e88708;
    line-height: 40px;

    transition: all .4s;
}

/* back */
.cardBack {
    opacity: 0;
    background: linear-gradient(to right, #e88708 0%, #a5136b 100%);
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .2s linear;
}


.cardBack h1:before {
    font-family: "entypo";
    background: #f89a20;
    font-size: 46px;
    line-height: 85px;
    width: 85px;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 110px;
    top: -60px;
    box-shadow: 0px 0px 2px 0px #1A5336;
    transform: scale(2.5);

    transition: all .3s ease;
}

.cardBack h1 {
    text-align: center;
    font-size: 31px;
    margin: 10px 0;
    position: relative;

}

.cardBack p {
    font-size: 13px;
    text-align: center;
    margin: 0 5px;
    position: relative;
    top: 200px;

    transition: all .3s linear .2s;
}

/* effect */

.cardWrapper:hover .cardFront p {
    top: 0;
}

.cardWrapper .cardBack:hover {
    opacity: 1;

}

.cardWrapper .cardBack:hover h1:before,
.cardWrapper .cardBack:hover p {
    top: 0;
    margin-bottom: 0;
}

.cardWrapper .cardBack:hover h1:before {
    transform: scale(1);
}


@keyframes bganimation {
    0% {
        background-position: -100% -100%,
        200% 200%,
        -100% 200%,
        200% -100%;
    }
    50% {
        background-position: 150% 100%,
        -200% 100%,
        100% 0%,
        0% 100%;
    }
    100% {
        background-position: -100% -100%,
        200% 200%,
        -100% 200%,
        200% -100%;
    }
}


.slideWrapper, .sliderCategoryWrapper {
    background: radial-gradient(ellipse at center, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 0, 0) 70%),
    radial-gradient(ellipse at center, rgba(255, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%),
    radial-gradient(ellipse at center, rgba(0, 255, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%) #c3d7db;
    background-repeat: no-repeat,
    no-repeat,
    no-repeat;
    background-size: 900px 900px,
    900px 900px,
    900px 900px;
    background-attachment: fixed;
    padding-bottom: 7.5rem;
    animation: bganimation 30s infinite;
    position: relative;
    box-sizing: border-box;
    display: flex;

}

.sliderCategoryWrapper {
    flex-direction: column;
    padding-bottom: 0;
}

.sliderCategoryWrapper p {
    margin-bottom: 0 !important;
}

.lgCardWrapper {
    display: block;
}

@media only screen and (max-width: 768px) {
    .slideWrapper, .sliderCategoryWrapper {
        height: auto;
        padding-bottom: 1.5rem;
        margin-top: 2.5rem !important;
    }

    .lgCardWrapper {
        display: none !important;
    }

    .topHead, .categoryTopHead {
        font-size: 1.5em;
    }

    .easyNav .fa-shopping-cart {
        font-size: 13px;
    }

    .productHover {
        display: none !important;
    }

    .product:hover img {
        -webkit-filter: blur(0) !important;
        filter: blur(0) !important;
    }

    .product:hover .textOne {
        -webkit-filter: blur(0) !important;
        filter: blur(0) !important;
    }

    .swiper-container {
        display: block !important;
    }

    .badge-pill.badge-warning {
        font-size: 12px !important;
    }


    .sliderCategoryWrapper {
        padding-bottom: 0;
    }

    .scroll_down {
        display: none;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    .categoryHead h2 {
        font-size: 1.5rem;
        letter-spacing: 0.2rem !important;
        line-height: 1.2 !important;
    }

    .categoryHead h2::after {
        bottom: -25px !important;
    }

    .textOne {
        font-size: 1.6rem;
    }

    label {
        font-size: 8px !important;
    }

    .on-focus label {
        font-size: 8px !important;
    }

    .categoryTopHead {
        font-size: 1rem;
    }

    .productsLoop {
        height: 20px !important;
    }

    .categoryTopHead span {
        font-size: 1rem;
    }
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 0.90rem;
    line-height: 1;
    background-color: #b3858500;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff !important;
}

.slideContainer {
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 1rem;
    align-items: center;
    display: flex;
}

.categoryHead h2,
.categoryHead h1 {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.3rem;
    margin: 2rem 0 3rem 0;
    position: relative;
    line-height: 3;
    font-size: 2rem;
}

.categoryHead h2::after,
.categoryHead h1::after {
    content: '';
    position: absolute;
    width: 6rem;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.entypo-mobile {
    text-align: center;
    font-size: 31px;
    margin: 10px 0;
    position: relative;
}

.list {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product {
    float: left;
    border: none;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    position: relative;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.product > .productHover {
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    bottom: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.product:hover > .productHover {
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;

}

.product img {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.product:hover .textOne {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.product > div > h2 {
    border-bottom: 1px solid #818181;
    padding: 0 0 1rem;
}

.descr {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.buttonWrapper {
    position: relative;
    z-index: 3;
}

.buttonWrapper a {
    text-decoration: none;
}

.textTwo {
    font-size: 14px;
}

.addToCartButton {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 3rem;
    background: #000;
    color: #fff;
    margin: 0 auto !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
    position: relative;
}

.addToCartButton:hover {
    background: linear-gradient(
        to right,
        #ff6a00,
        #ee0979
    );
    letter-spacing: 4px;
    text-decoration: none;
}

.embed-responsive {
    border-radius: 25px;
}


button.scroll_down {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 50px;
    width: 30px;
    bottom: 35px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
}

button.scroll_down:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: scroll_down_btn-animation 2s infinite;
    animation: scroll_down_btn-animation 2s infinite;
    box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scroll_down_btn-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.content-101 .icon-box > .icons {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #18AFD3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #18AFD3;
    position: relative;
    z-index: 99;
    margin: 1rem 0;
    font-size: 3rem;
}

.content-101 .icon-box1 > .icons {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #f57e57;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #f57e57;
    position: relative;
    z-index: 99;
    margin: 1rem 0;
    font-size: 3rem;
}

.content-101 .icon-box2 > .icons {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #4c6575;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #4c6575;
    position: relative;
    z-index: 99;
    margin: 1rem 0;
    font-size: 3rem;
}

.content-101 .icon-box > .icons:after {
    content: "";
    background-color: #18AFD3;
    top: -2px;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.content-101 .icon-box1 > .icons:after {
    content: "";
    background-color: #f57e57;
    top: -2px;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.content-101 .icon-box2 > .icons:after {
    content: "";
    background-color: #4c6575;
    top: -2px;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.icon-box-animaiton {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    border-radius: 1rem;
    padding: 1rem;
}


.content-101 .icon-box-animaiton:hover .icon-box > .icons:after,
.content-101 .icon-box-animaiton:hover .icon-box1 > .icons:after,
.content-101 .icon-box-animaiton:hover .icon-box2 > .icons:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    color: #fff;
}

.content-101 .icon-box-animaiton:hover .icon-box > .icons:before,
.content-101 .icon-box-animaiton:hover .icon-box1 > .icons:before,
.content-101 .icon-box-animaiton:hover .icon-box2 > .icons:before {
    color: #fff;
}

.content-101 .icon-box-animaiton h3 {
    text-transform: uppercase;
    font-size: 18px;
}


#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 98;
    padding: 15px;
    font-size: 3rem;
    background: linear-gradient(to right, #e88708 0%, #a5136b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

#toTopBtn:hover {
    opacity: 0.5;
}

.mobileSearch input {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .5) !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}


.newGroup {
    position: relative;
    margin-top: 30px;
}

label {
    position: absolute;
    line-height: 50px;
    font-size: 18px;
    transition: .5s;
    opacity: .5;
}

.on-focus label {
    transform: translatey(-25px);
    font-size: 14px;
    opacity: 1;
    color: #343a40;
}

.btnSearch {
    box-shadow: none !important;
    outline: none !important;
}

.btnSearch i {
    font-size: 2rem;
    padding: 1px;
}

.btnSearch i:hover {
    background: linear-gradient(to right, #e88708 0%, #a5136b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.productsLoop {
    display: block;
    margin: 0;
    width: 100%;
    height: 60px;
    position: relative;
}

.word {
    position: absolute;
    margin: auto;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to right, #2c3e50 0%, #2980b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.letter {
    display: inline-block;
    position: relative;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.swiper-container {
    width: 100%;
    height: 100%;
    display: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background: #ffc108;
}

.card-title {
    font-size: 15px;
    padding: 0 5px;
}

.text-success{
    color: #2FB563 !important;
}

.btn-success{
    background-color: #2FB563;
    border-color: #2FB563;
}

/*Fibabanka Banner*/

.fibabank__banner__container{
    width: 100%;
    background: #170B3A;
}

.fibabank__banner__container__footer{
    width: 100%;
    background: black;
    overflow-y: hidden;
}

.fibabank__banner__container__footer--logos{
    column-gap: 25px;
}

.fibabank__banner__container__footer--logos img:last-child{
    margin-top: -7px;
}

@media screen and (max-width: 992px){
    .fibabank__banner__container__footer--logos img:nth-child(1), img:nth-child(2), img:nth-child(4){
        width: 140px;
    }
}

@media screen and (max-width: 768px){
    .fibabank__banner__container__footer--logos img:nth-child(1), img:nth-child(2), img:nth-child(4){
        width: 120px;
    }
    .fibabank__banner__container__footer--logos img:nth-child(3){
        width: 95px;
    }
}

@media screen and (max-width: 576px){
    .fibabank__banner__container__footer--logos{
        column-gap: 10px;
    }
    .fibabank__banner__container__footer--logos img:nth-child(1), img:nth-child(2), img:nth-child(4){
        width: 90px;
    }
    .fibabank__banner__container__footer--logos img:nth-child(3){
        width: 70px;
    }
}

@media screen and (max-width: 380px){
    .fibabank__banner__container__footer--logos img:nth-child(1), img:nth-child(2), img:nth-child(4){
        width: 75px;
    }
    .fibabank__banner__container__footer--logos img:nth-child(3){
        width: 55px;
    }
}

.fibabank__info__container--cards{
    padding-inline: 15px;
    column-gap: 20px;
}

.fibabank__info__container--card{
    width: 100%;
    max-width: 280px;
    min-height: 230px;
    background: #F0F0F0;
    border-radius: 25px;
    padding-block: 20px;
}

.fibabank__info__container--card p{
    font-weight: 500;
}

@media screen and (max-width: 992px){
    .fibabank__info__container--card p{
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    .fibabank__info__container--card{
        max-width: 100%;
    }
}

/*Fibabanka Banner*/


.faq .faq__content{
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    padding: 30px;
    overflow-y: scroll;
    max-height: 460px;
}

.faq .faq__content h2{
    font-size: 21px;
    font-weight: 600;
    color: #111927;
}
.faq .faq__content h3{
    font-size: 17px;
    font-weight: 600;
    color: #111927;
}
.faq .faq__content p{
    font-size: 15px;
    font-weight: 300;
    color: #111927;
}
.faq .faq__content p.text-underline{
    text-decoration: underline;
}
/* Accordion */
.faq__accordion .faq__accordion--title{
    font-size: 24px;
    font-weight: 600;
    color: #111927;
}

.faq__accordion .accordion .card{
    margin-top: 10px;
    border: 0;
}

.faq__accordion .accordion .card:first-child{
    margin-top: 0;
}

.faq__accordion .accordion .card-header{
    padding: 0;
    background: #F5F5F5;
    border: 0;
}

.faq__accordion .accordion .card-header .btn{
    padding: 10px 15px;
    font-size: 17px;
    color: #111927;
    font-weight: 500;
    box-shadow: none!important;
    text-decoration: none!important;
}

.faq__accordion .accordion .card-body{
    padding: 10px 15px 0;
    font-size: 15px;
    color: #111927;
    font-weight: 300;
}
.faq__accordion .accordion .card-body p.text-underline{
    text-decoration: underline;
}
.faq__accordion .accordion .card-body ul{
    padding: 0;
    padding-left: 10px;
}
.faq__accordion .accordion .card-body ol{
    padding: 0;
    padding-left: 25px;
}
.faq__accordion .accordion .card-body ul li{
    list-style-type: none;
}

.font-weight-medium{
    font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link{
    padding-right: .3rem;
    padding-left: .3rem;
}
