.wrapper-container-product {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    background-color: #1b556e;
    color: white;
}

.bor {
    border: 1px solid red;
}

.d-flex .card {
    width: 700px !important;
    height: 300px !important;
}

.vl {
    border-left: 2px solid #d3d3d3;
}

section {
    padding: 60px 0;
}
h2 {
    font-size: 36px;
    text-align: center;
    color: #333;
    font-weight: 600;
}
section.pricing {
    background: white;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    letter-spacing: 0.1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
    background-color: #1b556e !important;
    color: white !important;
}
.img-card {
    width: 525px;
    height: 362px;
}
.icon-card {
    width: 30px !important;
    margin-right: 20px !important;
}
.tooltip-inner {
    max-width: 250px !important;
    width: 250px !important;
    white-space: pre-line;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -0.25rem;
        margin-bottom: 0.25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
    .card-item {
        height: 120px !important;
    }

    iframe {
        width: 1280px;
        height: 720px;
        border: none;
    }
}

/* Mobile */

@media (max-width: 991.98px) {
    .pricing .card {
        margin-bottom: 2rem;
    }
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    .d-flex .card {
        width: 100% !important;
        height: 100% !important;
    }
    .img-card {
        display: none !important;
    }
    .vl {
        display: none !important;
    }
    .icon-card {
        width: 100%;
        height: 100%;
    }
}

.container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.item .img-box {
    padding: 10px;
}
.item img {
    width: 100%;
}
.customNavigation a {
    position: absolute;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: -2px 1px 10px #bdbdbd;
    top: calc(50% - 20px);
    cursor: pointer;
}
.customNavigation .prev {
    left: -15px;
}
.customNavigation .next {
    right: -15px;
}
body {
    background-color: #f7f7f7 !important;
}
