@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgb(241, 242, 243);
}

.custom-jumbotron::before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.custom-jumbotron {
    position: relative;
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.custom-jumbotron .container {
    position: relative;
    color: white;
}

.custom-jumbotron .container p {
    font-weight: 300;
    font-size: 18px;
}

.btn {
    border-radius: 0;
}

.btn.btn-custom-primary {
    background-color: #2D9CDB;
    color: white;
    padding: .5rem 2rem;
    font-weight: 500;
}

.btn.btn-outlined-primary {
    background-color: white;
    color: #2D9CDB;
    padding: .5rem 2rem;
    font-weight: 500;
}

.btn.btn-outlined-primary:hover {
    border: 1px solid #2D9CDB;
}

#accept-payment {
    padding-top: 3rem;
    padding-bottom: 3rem;
    max-height: 40vh;
    overflow: hidden;
    background-color: #fff;
}

#review {
    max-height: 90vh;
    background-color: #fff;
}

#accept-payment h2,
#pricelist h2,
#review h2 {
    font-size: 30px;
}

#accept-payment p,
#pricelist p,
#review p {
    font-size: 14px;
    margin-bottom: 1rem;
}

#review p {
    margin-bottom: 2rem;
}

.payment-slider .payment-slider-item img {
    width: 200px;
    margin: auto;
}

#review {
    padding-top: 3rem;
}

#pricelist {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#whatsapp-popup {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 18px;
    z-index: 999;
}

#whatsapp-popup a {
    color: white;
    text-decoration: none;
}

.footer {
    background-color: #2D9CDB;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.footer .container {
    position: relative;
}

.footer h2 {
    font-size: 30px;
    font-weight: 600;
}

.footer p.about {
    font-size: 14px;
}

.contact {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 18px;
}

.contact .contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .contact-item .contact-icon {
    width: 30px;
    height: 30px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .3rem;
}

.contact .contact-item .contact-info a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.copyright {
    font-size: 14px;
}

.copyright p {
    margin-bottom: 3px;
}

.copyright a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.footer svg {
    position: absolute;
    bottom: 0;
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.custom-sidebar {
    position: fixed;
    z-index: 999;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.custom-sidebar ul {
    list-style-type: none;
    padding-left: 1rem;
}

.custom-sidebar ul li {
    padding: 1rem 2rem 1rem 1rem;
    background-color: #fff;
    margin-bottom: .5rem;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.custom-sidebar ul li a {
    text-decoration: none;
}

.custom-sidebar ul li a i {
    margin-right: 5px;
}

.card-review {
    background-color: #2D9CDB;
}

.card-review .card-quotes-icon i {
    background-color: #333;
    padding: 1.25rem;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1rem;
    left: 1rem;
}

.card-review .card-body {
    margin-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    color: white;
    text-align: center;
}

.card-review .card-body h3 {
    font-size: 28px;
    margin-bottom: 1rem;
}

.card-review .card-body p {
    font-size: 16px;
    font-weight: 400;
}

.card-review .card-review-profile {
    position: absolute;
    bottom: -6rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.card-review .card-review-profile img {
    width: 150px;
    height: 150px;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
}

.review-slide .review-slide-item {
    margin-right: 1rem;
}

#review .slick-list {
    padding: 1rem;
}

#review .card-body {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(241, 242, 243);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #85a2b6;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.preloader.hide {
    opacity: 0;
    visibility: hidden;
}

#pricelist .card {
    border-radius: 0;
}

#pricelist .card .card-body {
    position: relative;
}

#pricelist .card .card-header {
    background-color: #2D9CDB;
    color: white;
    border-radius: 0;
}

#pricelist .card .card-body ul {
    margin-top: 1rem;
    list-style-type: none;
    padding-left: 1rem;
}

#pricelist .card .card-body ul li {
    margin-bottom: .75rem;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

#pricelist .card .card-body .card-body-image {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
}

#pricelist .card .card-body .card-body-badge {
    background-color: #2D9CDB;
    color: white;
    display: inline-block;
    padding: 0.25rem 1.25rem;
    position: absolute;
    top: .5rem;
    right: 0;
    font-size: 12px;
    text-align: center;
    margin: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.filters {
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filters a {
    color: #333;
}

.filters .filter-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    transition: all .1s ease-in-out;
}

.filters .filter-item.active,
.filters .filter-item:hover {
    background-color: #2D9CDB;
    color: white;
}

.filters .filter-item img {
    width: 30px;
    height: 30px;
}

.filters .filter-item .filter-item-name {
    margin-left: .5rem;
}

#pricelist div[data-filters] {
    opacity: 1;
    display: block;
}

#pricelist div[data-filters].hide {
    opacity: 0;
    display: none;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {
    .payment-slider .payment-slider-item img {
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .payment-slider .payment-slider-item img {
        width: 100px;
    }

    .filters .filter-item img {
        width: 20px;
        height: 20px;
    }

    .filters {
        flex-wrap: wrap;
        flex: 2;
    }

    .card-review .card-review-profile img {
        width: 125px;
        height: 125px;
    }

    .card-review .card-review-profile {
        bottom: -5rem;
    }
}

@media screen and (max-width: 576px) {
    .card-review .card-review-profile img {
        width: 100px;
        height: 100px;
    }

    .card-review .card-review-profile {
        bottom: -3rem;
    }
}