@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,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,700&display=swap');
body{
    font-family: "Poppins" , sans-serif;
    font-weight: 400;
}
.container{
    padding-top: 10px;
}
.flex_custom{
    display: grid;
    grid-template-columns: 1fr 3fr 3fr;
    align-items: center;
    gap: 30px;
}
#header .header-nav .blockcart.active a:hover, #header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
    color: #fff !important;
}
.select-title{
    background: white !important;
}
.select-title:hover{
    background: white !important;
}
.btn-primary, .btn-default, button{
    background: #0B54A1 !important;
    color: white !important;
    white-space: normal;
    border-radius: 4px;
}
.bootstrap-touchspin {
    display: contents;
    float: left;
    width: auto;
}
.close{
    padding: 2px 8px 5px 8px !important;
}
a{
    color: #0B54A1 !important;
}
.subcategory-image a:hover {
    color: #28629d !important;

}
#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: 5px solid #28629d !important;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #0B54A1 3px solid;
}
.wishlist-button-add {
    background-color: #fff !important;
}
.btn-primary:hover,.btn-default:hover, button:hover{
    background: #28629d !important;
    color: white;
}
.flex_header_custom{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}
.icone_text{
    display: flex;
    align-items: center;
    gap: 10px;
}
.text_number{
    display: grid;
}
.text_number a{
    color: #0B54A1 !important;
    font-size: 12px;
}
.text_number a:hover{
    color: #28629d !important;
    font-size: 12px;
}
.center_cate{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top-menu[data-depth="0"]{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: black;
    padding-inline: 20px;
}
.top-menu[data-depth="0"] li a{
    color: #383838 !important;
    font-size: 18px;
    font-weight: 700;
}
.top-menu[data-depth="0"] li a:hover{
    color: #0B54A1 !important;
    font-size: 18px;
    font-weight: 700;
}
#header .header-top .position-static {
    width: 100%;
    margin-top: 50px;
}
.banner_custom{
    display: flex;
    justify-content: space-between;
    padding-inline: 40px;
    padding-block: 10px;
    background: #F7F7F7;
    border: none;
}
.banner_custom span{
    color: #0E243B;
    font-size: 12px;
    font-weight: 500;
}
.banner_home_custom{
    display: grid;
    justify-items: center;
    padding-block: 9rem;
    background: #0E243B;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2; /
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_home_custom h1{
    color: white;
    font-size: 35px;
    text-align: center;
    z-index: 1;
}
#content-wrapper{
    padding: 0 !important;
}
#wrapper{
    padding: 0!important;
}
.under_banner_custom{
    padding-block: 0.5rem;
    background: #0E243B;
    width: 100%;
    position: relative;
}
.under_banner_custom::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.link_under_banner{
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 2rem;
    gap:10px;
}
.link_under_banner a{
    color: white !important;
    text-decoration: none;
    cursor:pointer;
    background: #0B54A1;
    border-radius: 20px;
    border:solid 2px rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 0.6rem 2rem;
    transition: 300ms;
    width: 90%;
    height: 100%;
    display: grid;
    align-items: center;
}
.close{
    background: white !important;
}
.close:hover{
    background: white !important;
}
#header .header-nav .cart-preview.active{
    background: #0B54A1 !important;
}
.link_under_banner a:hover{
    background: white;
    color: #0B54A1 !important;
    border:solid 2px rgb(11, 84, 161, 0.6);
}
.content_home{
    padding-inline: 9rem;
    padding-block: 3rem;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    background: #0B54A1 !important;
    border-radius: 0;
}
.slider_title_custom{
    display: flex;
    gap: 40px;
    align-items: center;
    padding-block: 1.5rem;
}
.slider_title_custom span{
    font-size: 30px;
    color: black;
    font-weight: 700;
    white-space: nowrap;
}
.trait{
    width: 100%;
    display: block;
    border: solid 1px #0B54A1;
}
.grid{
    display: grid;
}
.col-2{
    grid-template-columns: repeat(2 ,1fr);
}

.blueBlock{
    background: #DAE8F6;
    color: #B9CADA;
    border-radius: 25px;
    border-right: 5px solid #0B54A1;
    border-bottom: 5px solid #0B54A1;
    width: 100%;
    display: flex;
    height: 100%;
}
.blueBlock p{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    background: #92afc9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgb(255 241 241 / 50%);
}
.divP{
    padding: 38px 0px 20px 58px;
}
.imgBlue{
    position: relative;
    right: 55px;
    height: 100%;
}
.flex{
    display: flex;
}
.footerRight {
    width: 100%;
    background: #2B2B2B;
    padding: 50px 20px;
    display: flex;
    gap: 15px;
}
.footerRight .h3{
    color: #0B54A1 !important;
    font-size: 23px;
    font-weight: 500;
}
.footerRight p{
    color: white;
    font-size: 16px;
    font-weight: 200;
}
.footerRight li a{
    color: white !important;
    font-size: 16px;
    margin-block: 4px;
    font-weight: 200;
}
.footerRight li a:hover{
    color: #0d88c1 !important;
    font-size: 16px;
    margin-block: 4px;
    font-weight: 200;
}
.footerRight li{
    color: white !important;
    font-size: 16px;
    margin-block: 8px;
    font-weight: 200;

}
.footer_white{
    background: white;
    display: flex;
    align-items: center;
    padding-inline: 30px;
}
.footer_white img{
    width: 250px;
}
.footer-container{
    padding:0;
}
.footerLinks{
    display: flex;
    align-items: center;
    gap: 17px;
}
#footer{
    padding:0 !important;
}
@media (min-width: 768px) {
    .links {
        float: left;
        width: auto !important;
        padding-inline: 0.5rem;
    }
}
.bluecircle{
    width: 23px;
    height: 23px;
    border-radius:50%;
    background: #0B54A1;
}
.tool-item{
    color: #0B54A1 !important ;
}
.greenBlock{
    background: #E3FFE5;
    color: #A3CBA6;
    border-radius: 25px;
    border-right: 5px solid #0B54A1;
    border-bottom: 5px solid #0B54A1;
    width: 100%;
    display: flex;
    align-items: center;
}
.greenBlock p{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: transparent;
    background: #509959;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgb(255 241 241 / 50%);
}
.yellowBlock{
    background: #FEFDD5;
    color: #E1E09D;
    border-radius: 25px;
    border-right: 5px solid #0B54A1;
    border-bottom: 5px solid #0B54A1;
    width: 100%;
    display: flex;
    align-items: center;

}
.yellowBlock p{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: transparent;
    background: #c9c754;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgb(255 241 241 / 50%);
}
.gap-5{
    gap: 30px;
}
.textBlock{
    color: black;
    display: grid;
    margin-top: 10px;
}
.textBlock p{
    color: black;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    text-shadow: none;
}
.justify-content-center{
    justify-items: center;
}
.pd-10{
    padding-inline: 5rem;
}
.whatsappButton{
    position: fixed;
    z-index: 99999999;
    right: 10px;
    bottom: 10px;
}
.whatsappButton a img{
    width: 70px;
    height: 70px;
}
.blackBackground{
    background: black;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    gap: 30px;
    row-gap: 102px;
    padding-block: 80px;
    padding-inline: 10px;
}
.marqueBlock{
    background: white;
    width: 188px;
    height: 74px;
    display: grid;
    justify-items: center;
    align-items: center;
    padding-block: 5px;
    box-shadow: -8px 10px 0px 0px #0B54A1;
}
.grayBlock{
    background: #E9E9E9;
    padding: 40px;
    display: grid;
    justify-items: center;
}
.w-70{
    width: 70%;
    border: solid 0.5px #0B54A1;
    margin-top: 40px;
}
.textGrayBlock span{
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
}
.textGrayBlock p{
    margin-top: 22px;
    font-size: 18px;
    color: #000000;
}
.justify-items-center{
    justify-items: center;
}
.grayGrid{
    grid-template-columns: 2fr 1fr;
    margin-top: 90px;
    padding-inline: 30px;
    gap: 7rem;
}
.gridDevisExpress{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.gridDevisExpress label{
    display: grid;
    justify-items: center;
    gap: 5px;
}
.product-options p{
    color: white;
}
.flexInfos{
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 30px;
}
.flexInfos span{
    font-size: 20px;
    font-weight: 700;
    color: black;
}
.flexInfos p{
    font-size: 18px;
    color: #959595;
    font-weight: lighter;
    margin-top: 6px;
    margin-bottom: 0;
}
.flexInfos img{
    width: 50px;
    height: 50px;
}
.blueSpan{
    color: #0B54A1;
    font-size: 26px;
    font-weight: 600;
}
.copyrightFooter{
    color: white !important;
    text-decoration: none;
    font-size: 14px;
}
.swiper-wrapper{
    gap: 10px;
    box-sizing: border-box;
}
.swiper-slide {
    display: grid;
    justify-content: center;
}
.swiper-slide p{
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-top: 10px;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 999999999;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
    position: relative;
}
.modal-content h2{
    margin-bottom: 20px;
}

.close {
    color: black;
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 28px;
    font-weight: bold;

}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modalbutton{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (max-width: 512px){
    .modalbutton{
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }
}

.swipper-arrow{
    color: white !important;
    backdrop-filter: blur(30px);
    padding: 37px;
    border-radius: 101px;
}
@media (max-width: 1250px){
    .icone_text {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-direction: column;
        text-align: center;
    }
    .user-info{
        text-align: center;
    }
}
@media (max-width: 1450px){
    .bioHome{
        width: 100%;
        min-width: 200px;
    }
    .content_home {
        padding-inline: 4rem;
    }
}
@media (max-width: 1370px){
    .col-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1250px){
    .blackBackground {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1500px){
    .top-menu[data-depth="0"] {
        width: 100%;
        display: grid;
        color: black;
        padding-inline: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1050px){
    .flex_header_custom {
        grid-column: 2 / 4;
        grid-row: 1;
    }
    .top-menu[data-depth="0"] {
        width: 100%;
        display: grid;
        color: black;
        padding-inline: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    .shearchBar{
        grid-column: 1 / 4;
    }
    .under_banner_custom {
        padding-block: 0.5rem;
        background: #0E243B;
        width: 100%;
        position: relative;
    }
    .textGrayBlock{
        margin-right: 110px;
    }
    .grayGrid {
        grid-template-columns: 2fr 1fr;
        gap: 1rem;
    }
    .icone_text {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-direction: row;
        text-align: center;
    }
}
@media only screen and (min-width: 200px) {
    #search_widget {
        float: none;
        margin-bottom: 0;
        padding: 0 10px;
    }

}
@media (max-width: 500px){
    .top-menu[data-depth="0"] {
        width: 100%;
        display: grid;
        color: black;
        padding-inline: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 950px){
    .grayGrid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    .textGrayBlock {
        text-align: center;
        margin-right: 0;
    }
    .imgBlue {
        position: relative;
        right: 7px;
        height: 100%;
        width: 100%;
    }
    .blackBackground {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 870px){
    .link_under_banner {
        display: grid;
        justify-items: center;
        padding-inline: 5rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .disparitionheader{
        display: none;
    }
    .link_under_banner a{
        width: 100%;
    }

    .under_banner_custom {
        display: flex;
        justify-content: center;
    }
}
.product-customization-line {
    word-break: normal !important;
}
.qty{
    display: flex;
}
.price{
    width: 100% !important;
}
@media (max-width: 760px){
    .blackBackground {
        grid-template-columns: repeat(2, 1fr);
    }
    .imgBlue {
        display: none;
    }
    .bioHome {
        display: none;
    }
    .yellowBlock img {
        display: none;
    }
    .yellowBlock {
        display: block;
        align-items: center;
    }
    .blueBlock {
        display: block;
        height: 100%;
    }
    .divP {
        padding: 11px 20px 19px 20px;
    }
    .slider_title_custom span {
        font-size: 24px;
        color: black;
        font-weight: 700;
        white-space: nowrap;
    }
    .flex_header_custom {
        grid-column: 1 / 4;
        grid-row: 1;
    }
    .disparition{
        display: none;
    }
    .flex_header_custom {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .flex_custom {
        gap: 14px;
    }
    .footerRight {
        width: 100%;
        background: #2B2B2B;
        padding: 50px 20px;
        display: grid;
        gap: 10px;
    }
    .footer-container .links .h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .links .title {
        padding: .625rem;
        cursor: pointer;
        border-bottom: none;
    }
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: #2B2B2B;
    }
    .links .title {
        padding: 10px 0rem;
        cursor: pointer;
        border-bottom: none;
    }
}
@media (max-width: 620px){
    .top-menu[data-depth="0"] {
        width: 100%;
        display: grid;
        color: black;
        padding-inline: 0;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 576px) {
    .header-top .search-widgets {
        max-width: 100%;
    }

}
@media (max-width: 550px) {
    .trait {
        width: 100%;
        display: none;
        border: solid 1px #0B54A1;
    }
    .slider_title_custom span {
        font-size: 24px;
        color: black;
        font-weight: 700;
        white-space: normal;
    }
    .pd-10 {
        padding-inline: 1rem;
    }
    .content_home {
        padding-inline: 2rem;
    }
    .copy{
        text-align: center;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .links{
        padding: 0;
    }
}
@media (max-width: 470px){
    .blackBackground {
        grid-template-columns: repeat(1, 1fr);
    }
    .blueBlock p {
        font-size: 34px;
    }
    .greenBlock p {
        font-size: 35px;
    }
    .yellowBlock p {
        font-size: 35px;
    }
    .textBlock p {
        color: black;
        margin-top: 10px;
        font-weight: 600;
        font-size: 12px !important;
        text-transform: none;
        text-shadow: none;
    }
    .banner_home_custom h1 {
        color: white;
        font-size: 20px;
        text-align: center;
    }
    .link_under_banner {
        display: grid;
        justify-content: space-between;
        padding-inline: 0;
        justify-items: stretch;
        gap: 20px;
    }
    .link_under_banner a {
        font-size: 13px;
    }
    .homeslider-container {
        margin-bottom: 0;
    }
    .grayBlock {
        padding: 10px;
    }
    .flexInfos span {
        font-size: 14px;
        font-weight: 700;
        color: black;
    }
    .flexInfos p {
        font-size: 12px;
        color: #959595;
        font-weight: lighter;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .blueSpan {
        color: #0B54A1;
        font-size: 14px;
        font-weight: 700;
    }
    .textGrayBlock span {
        color: #000000;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.3;
    }
    .textGrayBlock p {
        margin-top: 22px;
        font-size: 13px;
        color: #000000;
    }
    .blackBackground {
        row-gap: 39px;
    }
    .marqueBlock {
        background: white;
        width: 120px;
        height: 74px;
        display: grid;
        justify-items: center;
        align-items: center;
        padding-block: 5px;
        box-shadow: -8px 10px 0px 0px #0B54A1;
    }
    .blackBackground {
        grid-template-columns: repeat(2, 1fr);
    }
    .flex {
        display: grid;
        justify-items: center;
    }
    .footer_white img {
        width: 110px;
        margin-top: 10px;
    }
    .block-social ul, .product-quantity {
        display: grid;
        gap: 10px;
        margin-bottom: 20px;
    }
    .wishlist-button-product {
        margin-left: 0 !important;
    }
    .sliderCat_third {
        height: 300px !important;
    }
}
@media (min-width: 1200px) {
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media (min-width: 576px) {
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 400px){
    .top-menu[data-depth="0"] {
        width: 100%;
        display: grid;
        color: black;
        padding-inline: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

.homeslider-container,
.slider_title_custom,
.new_homeslider-container,
.blueBlock,
.greenBlock,
.yellowBlock,
.third_new_homeslider-container,
#header,
.banner_home_custom,
.under_banner_custom,
.blackBackground,
.grayBlock,
#footer{
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.homeslider-container.visible,
.slider_title_custom.visible,
.new_homeslider-container.visible,
.blueBlock.visible,
.greenBlock.visible,
.yellowBlock.visible,
.third_new_homeslider-container.visible,
#header.visible,
.banner_home_custom.visible,
.under_banner_custom.visible,
.blackBackground.visible,
.grayBlock.visible,
#footer.visible{
    opacity: 1;
    transform: translateY(0);
}