@charset "UTF-8";
/*
Theme Name: TINTIN Themes
Description: Contains the custom TINTIN WordPress theme
Version: 1.0.1
*/

a.divder-button {
    width: 300px !important;
}

img.logo {
    display: block;
    margin: auto;
}   

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.banner {
    margin: 0 !important;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 4;
}

.banner .swiper-slide {
    height: 100vh;
    position: relative;
}

.banner .swiper-slide::before {
    position: absolute;
    content: '';
    background-color: #000000a3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.container-fluid-custom {
    max-width: 1650px;
    margin: auto;
    padding: 0 20px;
}

.about .about-img {
    margin-right: 30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 100%;
}

.counter {
    background-color: #EC1D28;
}

.section-what-we-do {
    height: 700px;
    overflow: hidden;
}

.section-what-we-do .table.hehe {
    background-color: #000000a3;
}

.what-we-do-list {
    height: 550px;
    position: relative;
    transition: all 0.5s;
}

.what-we-do-list .table {
    background-color: #0000009c;
    /* background-color: #EC1D28; */
}

.text-primary {
    color: #000;
}

.content-wrapper {
    position: relative;
    z-index: 3;
}

.section-title.custom-section-title {
    max-width: 80%;
    margin: auto;
}

img.child-image {
    bottom: 50px;
    right: -100px;
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 10px 13px 49px -29px rgba(0,0,0,0.27);
-webkit-box-shadow: 10px 13px 49px -29px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 13px 49px -29px rgba(0,0,0,0.27);
}

.product .product-thumbnail img {
    background-color: #2a2a2a;
}

img.parent-image {  
    height: 750px;
    border-radius: 30px;
}

.video-section {
    padding-top: 100px;
}

.latest-news {
    padding-top: 0;
    padding-bottom: 100px;
}

.about {
    position: relative;
}

.blog-post-social ul li a {
    background-color: #EC1D28;
    padding: 15px;
    border-radius: 100%;
    width: 50px;
    display: block;
    text-align: center;
}

.divider {
    width: 100px;
    border: 3px solid #EC1D28;
    opacity: 1;
    margin-bottom: 40px;
}

.section-what-we-do .divider {
    border: 3px solid #EC1D28;
}

.banner .slider-social {
    right: 0 !important
}

.form-control {
    border: 2px solid #EC1D28 !important;
    color: #000 !important;
}

::placeholder {
    color: #000 !important 
}

.banner .slider-social .slider-social-info ul li a {
    color: #ffffff;
    padding: 0px 10px;
    margin: 20px 0;
    display: block;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 14px;
    transition: all 0.5s;
}

.banner .slider-social .slider-social-info ul li a:hover{
    color: #EC1D28;
    border: 1px solid #EC1D28;
}
.banner .slider-social .slider-social-info ul li a:hover i{
    color: #EC1D28;
}

.client-logo {
    margin-bottom: 100px;
}

.center .slick-prev, 
.center .slick-next {
    left: 0;
    z-index: 9;
}

.center .slick-next {
    top: 38%;
}

.slick-arrow {
    cursor: pointer;
}

.center .prev.slick-arrow {
    bottom:37% ;
    position: absolute;
    background-color: #EC1D28;
    padding: 15px 20px;
    z-index: 9;
    border-radius: 100%;
    width: 50px;
    height: 50px;

}

.center .next.slick-arrow {
    top: 40%;
    position: absolute;
    background-color: #EC1D28;
    padding: 15px 20px;
    z-index: 9;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px;
}

.nav-link.btn {
    display: block;
    background-color: #EC1D28;
    height: 50px;
    width: 200px;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 14px 0;
}

header.header.header-sticky.is-sticky .navbar .navbar-nav .nav-item .nav-link.btn {
    color: #fff !important;
}

.video-section .video-style-vertical .video-post .video-image {
    min-width: 250px;
    width: 250px;
}

.product .product-thumbnail {
    margin-top: 50px;
}

.product .product-info .product-name a{
    color: #000 !important;
}

.merch .slick-prev, 
.merch .slick-next {
    left: 0;
    z-index: 9;
}

.merch .slick-next {
    top: 38%;
}

.slick-arrow {
    cursor: pointer;
}

.merch .prev.slick-arrow {
    top: 45%;
    position: absolute;
    background-color: #EC1D28;
    padding: 15px 20px;
    z-index: 9;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    left: -25px;

}

.merch .next.slick-arrow {
    top: 45%;
    position: absolute;
    background-color: #EC1D28;
    padding: 15px 20px;
    right: -25px;
    z-index: 9;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.general-banner {
    height: 500px;
    position: relative;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 15px;
    color: #8d8c8c;
    background: #f5f5f5;
}

.product .product-thumbnail img {
    border-radius: 30px;
}

.shop-single .nav-tabs-02 .tab-content .tab-pane p,
.shop-single .nav-tabs-02 .nav-item .nav-link {
    color: #000;
}

.secondary {
    background:#00064C !important;
}

.secondary:hover {
    background:#EC1D28 !important;
}

.modal-dialog {
    max-width: 60%;
}

.blog-post.post-style-02 .blog-image img {
    width: 100%;
    object-fit: cover;
}

footer {
    position: relative;
}

footer::before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.85);
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.events-img {
    background-size: cover;
    background-position: center;
    height:550px;
}

.events-meta p {
    height: 160px;
}

.divider-banner {
    height: 500px;
}

.divider-banner .table {
    background-color: rgba(0,0,0,0.6);
}

.icon img {
    height: 80px;
    width: 80px;
    display: block;
    margin: 20px auto;
}

.border-cores {
    width: 200px;
    border: 2px solid #EC1D28;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cores-values {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.floating-button {
    position: fixed;
    bottom: 120px;
    right: 36px;
    z-index: 2;
}

.floating-button img{
   width: 55px;
}

.desktop {
    display: block
}

.mobile {
    display: none;
}

.text-what-we-do {
    max-width: 60%; color:#fff !important; margin:auto
}

.text-banner {
    max-width: 70%;
}
/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.mobile-slider {
    overflow: hidden;
}



@media(max-width:800px) {

    .border-cores {
        width: 180px;
    }
    .divder-button {
        width: auto;
    }
    .footer .min-footer .footer-social ul li a {
        margin: 5px;
    }

    .text-banner {
        max-width: 100%;
        font-size: 18px !important;
        line-height: 30px !important;
    } 

    .footer .min-footer .footer-logo img {
        height: 120px;
    }

    .footer .min-footer .footer-social ul li {
        margin: 0 !important;
    }

    .foot {
        justify-content: center;
        text-align: center;
    }
    .client-logo .owl-carousel .item {
        flex-direction: column;
    }

    footer p {
        max-width: 100%;
    }

    .copy {
        font-size: 15px;
        text-align: center;
    }

    .footer-menu {
        margin: 20px 0;
    }

    .counter-number p {
        text-align: center;
    }

    .client-logo .owl-carousel .owl-stage .owl-item img {
        width: 200px;
        margin: auto;
    }

    .client-logo h5 {
        font-size: 15px;
    }
    .desktop {
        display: none
    }

    .mobile {
        display: block;
    }

    .text-what-we-do {
        max-width: 100%;
        text-align: center;
    }

    header.header.header-sticky.is-sticky .navbar .navbar-brand .sticky-logo {
        height: 100px;
    }

    p {
        text-align: left;
    }

    .divider-banner a {
        width: auto;
    }
    .gimmick {
        right: 0;
    }

    img.child-image {
        right: 0px;
        object-fit: cover;
        height: 180px;
        width: 180px;
    }

    img.parent-image {
        height: 350px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        margin-bottom: 30px;
}

    .section-title.custom-section-title {
        max-width: 100%;
    }

    .container-fluid-custom {
        max-width: 100%;
    }

    .section-what-we-do {
        height: auto;
    }

    .section-what-we-do .table.hehe {
        padding: 100px 0;
        margin: 0;
    }

    .what-we-do-list {
        height: 300px;
        margin: 30px 0;
    }

    .video-section .video-box .video-image img {
        height: 400px;
    }

    .header .navbar .navbar-brand .logo {
        height: 100px;
    }

    .banner .swiper-slide {
        padding: 0 20px;
    }
    .banner .swiper-slide h1 {
        margin: 30px 0;
    }

}