:root {
    --blue: #00416B;
    --white: #ffffff;
    --bg-card: #ebf2f7;
    --yellow: #efae30;
    --white-blue: #00A1D7;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font/Recoleta-Black.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font/Recoleta-Bold.ttf )format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font/Recoleta-Light.ttf)format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font//Recoleta-Medium.ttf)format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font/Recoleta-Regular.ttf)format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font/Recoleta-SemiBold.ttf)format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Recoleta;
    src: url(./fonts/Font/Font/Recoleta-Thin.ttf)format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: icomoon;
    src: url(./fonts/Font/Font/icomoon.ttf);
    font-weight: 400;
}

@font-face {
    font-family: icon-woo;
    src: url(./fonts/Font/Font/wooIcons.ttf);
    font-weight: 400;
}



.container_d {
    max-width: 1310px;
    margin-inline: auto;
    position: relative;
    padding: 0 15px;
}

body {
    background-color: #FBFBFB;
    color: var(--blue);
    font-family: Recoleta;
    font-size: 18px;
    font-weight: 400;

}

.swiper-favorites {
    overflow: hidden
}

.nav-bar {
    display: flex;
    padding-left: 0;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li {
    list-style: none;
}

h1 {
    font-size: 60px !important;
    font-weight: 600;

}

h2 {
    font-weight: 600;
    font-size: 50px !important;

}

h4 {
    font-size: 32px !important;
    line-height: 1;
    font-weight: 600;
}

h6 {
    font-size: 24px;
}

.top-bar {
    background-color: #005f95;
}

.top-bar .btn-group input {
    flex: 1 1 auto;
    max-width: 350px;
}

.top-bar .btn-group {
    /* flex-wrap: wrap; */
    flex: 1 1 auto;
    justify-content: end;
}

.top-bar a,
.top-bar .btn {
    font-size: 14px;
}


li.menu-item {
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}

.top-bar li a {
    color: #fff !important;
    padding-right: 30px;
}

.btn-group {
    display: inline-flex;
    gap: 30px;
    flex-wrap: wrap;
}

.navbar .btn-group {
    flex-wrap: nowrap;

}

.nav-bar {
    margin-bottom: 0;
}

.top-bar .wrapper {
    padding: 12px 0px;
}

.top-bar input {
    background-color: #0090B8;
    color: #fff;
    border: none;
    border-radius: 4px;

}

.top-bar input::placeholder {
    color: #fff;
    padding-left: 50px;
    background-image: url(./icons/Path.svg);
    background-repeat: no-repeat;
    background-position: 4% 50%;

}

input::placeholder {
    font-size: 14px;
    color: #FFF
}

.btn {
    padding: 10px 25px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    height: fit-content;
    width: fit-content;
}

.top-bar .btn {
    padding: 5px 25px;

}

.btn.transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #FFF;
}

.btn.white {
    background-color: #fff;
    color: #005F98;
}

input.btn.white {
    color: var(--blue);
}

.email-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.email-form input[type="email"] {
    flex: 1 1 auto;
}

.btn.blue {
    background-color: var(--blue);
    color: #fff;
}

.btn.yellow {

    background-color: var(--yellow);
    color: #005F98;
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
}

.navbar {
    position: relative;
    z-index: 2;
}

.navbar .container_d {
    display: flex;
    position: relative;
    gap: 50px;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;
}

.navbar a.btn {
    font-size: 16px;
    font-weight: 600;
}

header .header-burger__wrap {
    display: none;
}

.menu-main-menu-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    padding-top: 24px;
}

/* .menu-main-menu-container,
.navbar .btn-group {
    padding-top: 35px;
} */

/*.menu-item:not(:last-child) {*/
/*    padding-right: 40px;*/
/*}*/

li.menu-item a {
    color: #005F98;
}

.navbar .btn.transparent {
    color: #005F98;
    border: 1px solid #005F98;
}

.text-info {
    background-color: #FFAF16;
}

.text-info * {
    color: #004369;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10.3px 0px;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 3px;

}

.text-info span::after,
.text-info p::after {
    content: '\2122';
}

.site-header {
    position: relative;
}

.text-info {
    /* position: absolute; */
    width: 100%;
    top: 108px;
    z-index: 0;
}

.hero-section {
    background-image: url(./images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 20px; */
    background-color: black;
    padding: 70px 0px;
}

section {
    padding: 60px 0px;
}

.hero-section * {
    color: #fff;
}

.hero-section .container_d {
    display: flex;
}

.wrapper-hero {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 50%;
}

.wrapper-hero h1 {
    margin: 0;
}




.hero-list li {
    list-style-type: disc;
    line-height: 30px;
}

.card {
    display: flex;
    background-color: #ebf2f7;
    padding: 30px;
    border-radius: 8px;
    gap: 25px;
    justify-content: space-between;
    max-width: 610px;
}

.card-blok {

    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px
}

@media (max-width:1310px) {
    .container_d {
        padding: 0 30px;
    }

    .card-blok {
        justify-content: center;
    }

}





.card-title {
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    max-width: 50%;
    gap: 10px;
}

/* .card-title a {
    margin-top: auto;
} */

.img-block img {
    border-radius: 8px;
}

.card-title *,
.text-center-block * {
    color: #00416B
}

.footer-copy .left-info {
    justify-content: space-between;
    display: flex;
    gap: 30px;
}

.text-center-block {
    text-align: center;
    max-width: 812px;
    margin-inline: auto;
    padding-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;

}

.tab-section {
    background-color: #FDF3E7;
}

.tab-section .text-center-block,
.slider-section .text-center-block {
    padding-top: 0px;
    padding-bottom: 40px;
}

.slider-section .slider-product img {
    max-width: 85%;
}

/*  TAB SECTION */
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    hyphens: auto
}

.btn-group.mobile {
    display: none;
}



.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 0 50px 0px;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.tab {
    cursor: pointer;
    font-size: 30px;
}

.tab.active {
    font-weight: 600;
    border-bottom: 2px solid
}



.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

.tab-content .testimonial-tab-wrapper {
    margin-top: 24px;
}

.tab-content .img-testimonial {
    min-width: 50%;
    width: 100%;
}

.tab-content .img-testimonial img {
    max-width: 100%;
    max-height: 430px;
    width: 100%;
}

.slider-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;

}

span.price {
    font-weight: 700;
    color: #FFAF16;
}

.slider-product img {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    max-width: 100%;
}

.slider-product {
    padding-top: 20px;
    text-align: center;
    padding-inline: 10px;
}

.slider-product .name {
    margin-top: 20px;
    color: #00416B
}

.swiper-pagination {
    position: relative !important;
    bottom: 0px !important;
    display: flex;
}

.swiper-nav {
    position: initial;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
    padding-top: 50px;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    margin-top: 0px !important;
    left: 0 !important;
    height: 100% !important;
}

.swiper-button-next:after {
    content: '' !important;
    background-image: url(./images/next.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.swiper-button-prev:after {
    content: '' !important;
    background-image: url(./images/Prev.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.category,
.grade {
    color: #00416B;
}

footer.footer {
    background-color: var(--white-blue);
    padding-bottom: 35px;
    position: relative;
    margin-top: 60px;

}

.footer.footer * {
    color: var(--white)
}

.social-icons li {
    background-color: var(--white);
    display: inline-block;
    flex-direction: row;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    text-align: center;
}

ul.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    padding-bottom: 0px;
}

/* .icon-fb:before {
    content: "\e900";
    color: #56a0d4;
    font-family: 'icomoon' !important;
    font-size: 16px;

}

.icon-in:before {
    content: "\e901";
    color: #56a0d4;
    font-family: 'icomoon' !important;
    font-size: 16px;

} */

.footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;

    padding-top: 34px;
}

/* .icon-insta:before {
    content: "\e902";
    color: #56a0d4;
    font-family: 'icomoon' !important;
    font-size: 16px;

}

.icon-tweet:before {
    font-family: 'icomoon' !important;
    content: "\e903";
    color: #56a0d4;
    font-size: 14px;
} */

.logo-footer {
    position: absolute;
    top: -60px;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    column-count: 4;
    break-inside: avoid;
    width: 100%;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.591);
    gap: 10px;
}

.foorer-right-content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.foorer-right-content p.light {
    padding-top: 20px;
}

input,
input:is(:focus, ),
input:focus-visible {
    border-radius: 8px;
    border: none !important;
    padding-left: 20px;
    min-height: 36px;
    background-color: #6CBEE3;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

.footer h5 {
    font-size: 26px;
    font-weight: 600;
}

.col ul {
    padding-left: 0 !important;
}

.col ul li a {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.light {
    font-weight: 400;
    font-size: 14px;
}

.lists-book-categories button.sample {
    background-color: var(--blue) !important
}

@media (max-width:1024px) {
    .swiper-nav{
        padding-top: 0px;
    }
    .free-res-filter .wpb_wrapper ul li {
        margin-left: 0px;
    }

    /* .top-bar .btn-group,
    .notification-circle {
        display: none !important;
    } */

    .btn-group.mobile {
        display: flex;
        flex-direction: row !important;
        padding-top: 20px;
    }

    .open-menu .menu-main-menu-container {
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.6s ease-out;
        display: flex;
    }


    header .header-burger__wrap {
        display: flex;
        padding-top: 20px;

    }

    .navbar-nav,
    .site-header .btn-group {
        flex-direction: column;
        align-items: flex-start;
    }

    button.burger {
        cursor: pointer;
        height: 45px;
        height: 45px;
        border: none;
        background: transparent;
    }

    button.burger span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background-color: #404040;
    }

    button.burger span:before {
        content: "";
        width: 30px;
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 3px;
        background-color: #404040;
    }

    .btn-group {
        gap: 20px;
    }

    button.burger span:after {
        content: "";
        width: 30px;
        position: absolute;
        top: -10px;
        left: 0;
        height: 3px;
        background-color: #404040;
    }

    .site-header.open-menu .burger span:before {
        transform: translateY(-10px) rotate(135deg);
        visibility: visible;
        transition: 0.5s;
    }

    .site-header.open-menu .burger span:after {
        transform: translateY(10px) rotate(-135deg);
        visibility: visible;
        transition: 0.5s;
    }

    .site-header.open-menu .burger span {
        visibility: hidden;
    }

    /* ------------------ */
    .menu-main-menu-container {
        gap: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: -100%;
        transition: all .6s ease-out;

        flex-direction: column;
        height: 100vh;
        top: 108px;
        justify-content: flex-start;
        padding: 40px;
        align-items: flex-start;
        background-color: #fff;
        min-width: 40vw;

        display: none;
    }
}

@media (max-width:576px) {
    .block_wrapper p {
        max-width: 100%;
    }

    .tab {
        font-size: 21px;
    }

    .top-bar .btn-group {
        justify-content: center !important;
    }

    .top-bar .wrapper {
        flex-direction: column;
    }

    .social-icons {
        padding-left: 0;
    }

    .footer-copy .left-info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .footer-copy {
        justify-content: space-evenly;
    }

    .menu-main-menu-container {
        width: 100%;
        top: 100%;
        padding-top: 60px;
        align-items: center;
    }

    .navbar-nav {
        align-items: center;
        padding-bottom: 20px;
    }

    .menu-item {
        padding-right: 0px !important;
    }

    .card {
        flex-direction: column !important;

    }

    .img-block {
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }

    .img-block img {
        width: 100%;
    }

    .card-title {
        order: 1;
        max-width: 100%;
    }

    .wrapper-hero {
        max-width: 100%;
    }

    .btn-group.mobile {
        display: none;
    }

    .nav-bar {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-around;
    }

    .navbar-brand img {
        max-width: 160px;
        position: absolute;
        z-index: 1;
    }

    .navbar .btn {
        white-space: nowrap;
    }

    .text-info {
        display: block;
        margin-top: 24px;

    }
}

.icon-email:before {
    content: "\e900";
    color: #fff;
    font-family: icomoon_new !important;
}

.icon-location:before {
    content: "\e901";
    color: #fff;
    font-family: icomoon_new !important;
}

.icon-phone:before {
    content: "\e902";
    color: #fff;
    font-family: icomoon_new !important;
}

.icon-fb:before {
    content: "\e903";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-in:before {
    content: "\e905";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-insta:before {
    content: "\e906";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-tweet:before {
    content: "\e907";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-right-quote:before {
    content: "\e904";
    font-family: icomoon_new !important;
}

.icon-Shape:before {
    content: "\e908";
    color: #004369;
    padding-right: 10px;
}

.notification-circle {
    position: absolute;
    z-index: 4;
    background-color: #00A1D7;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    padding: 6px;
    color: #fff;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    border-radius: 999px;
    min-width: 20px;
    height: 20px;
    padding: 6px;
    top: -8px;
    right: -11px;

}

._card {
    position: relative;
}

button.add-to-cart[disabled] {
    background-color: #aaaaaa;
    color: white;
}

@media (max-width:820px) {
    h1 {

        font-size: 45px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    .testimonial-tab-description {
        padding-top: 0px;
    }

    .tabs {
        gap: 10px 50px;
    }

    section {
        padding: 30px 0px;
    }

    .free-res .wpb_wrapper ul li {
        margin-left: 0px !important;
    }
}

@media (max-width:575px) {
    h1 {
        text-align: center !important;
        font-size: 45px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    .testimonial-tab-description {
        padding-top: 0px;
    }

    .col ul li a {

        font-size: 16px;
    }

    .footer h5 {
        font-size: 22px !important;
    }

    .hero-list {
        text-align: left !important;
    }

    .testimonial-tab-wrapper {

        gap: 0;
    }


}
