@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
html {
    overflow-x: hidden;
    margin: 0 !important
}
body{
    background: #F4F4F4 !important;    
    height: fit-content;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.site_header{

}
.site_header-logo{}

/* Hero box */
.hero-box{
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.hero-box::after{
    content: "";
    background-image: url("/wp-content/themes/tftraderaw/assets/images/redlogo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    position: absolute;
    top: -25px;
    right: 0;
    height: 100%;
    width: 78%; 
}

/* Brands */
.brands-box{
    display: grid;
    position: relative;
    gap: 50px;
    
    margin: 50px 0
}
.brands-box .grid {
    gap: 20px
}
.brands-box .grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 15px
}
.brands-box .grid a img {
    max-height: 80px
}
.brands-box > div:nth-of-type(1){
    background: url("/wp-content/themes/tftraderaw/assets/images/brand-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}
.brands-box .brands-title{
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 48px;
    text-transform: uppercase;
    padding-top: 150px
}
.brands-box .brands-title .red{
    color: #DE0014;
}
.brands-box .brands-text{
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    color: #515151
}

/* About */
.about-box{
    display: grid;
    position: relative;
    gap: 50px;    
    margin: 50px 0
}

.about-box .about-title{
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 48px;
    text-transform: uppercase;
    padding-top: 150px
}
.about-box .about-title .red{
    color: #DE0014;
}
.about-box .about-text{
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    color: #515151
}
.a-like-btn{
    background: #222;
    color: #FEFEFE;
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 35px;
    border-radius: 30px;
    text-decoration: none;
    width: fit-content;
    margin-top: 50px;
}
.about-container {    
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.about-container::before{
    content: "";
    background-image: url(/wp-content/themes/tftraderaw/assets/images/redlogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    position: absolute;
    top: 25%;
    left: 0;
    height: 100%;
    width: 50%; 
}
.about-img img{
    max-width: 40vw;
}
.a-like-btn:hover{
    color: #fff;
}

.why-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 170px;
    margin-bottom: 100px
}
.why-box *{ font-family: "Unbounded", sans-serif; }
.why-box .why-sup-title{
    font-size: 24px;
    letter-spacing: 10px;
    color: #222;
    text-transform: uppercase;
    font-weight: 100;
}
.why-box .why-sub-title{
    font-size: 14px;
    line-height: 22px;
    color: #1111118a;    
    font-weight: 300;
    margin: 0px 0px 50px 0;
    text-align: center;
    padding: 0 10%
}
.why-box .why-title{
    font-size: 48px;    
    color: #222;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px 0px 25px 0
}
.red { 
    color: #DE0014 !important;     
}
.why-box .why-grid{
    display: grid;
    gap: 30px;
   
}
.why-box .why-grid .grid-el{
    background: #FDFDFD;
    border-radius: 8px;
    padding: 15px 15px 25px 15px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 3fr;
}
.why-box .why-grid .grid-el .grid-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-box .why-grid .grid-el .grid-text{
    display: flex;
    flex-direction: column;
}
.why-box .why-grid .grid-el .grid-text b{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #222;
}
.why-box .why-grid .grid-el .grid-text span{
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #222;
}

.news-container{
    padding: 80px 0;
    background: #fff;
    width: 100%;
    margin-bottom: 70px;
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.news-box{
    display: grid;
}
.news-card{

}
.news-card .news-title{
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #222;
}
.news-card .news-text{
    font-family: "Unbounded", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #222;
}
.news-card .news-date{
    font-family: "Unbounded", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
    text-transform: uppercase;
}
.news-title-main {
    font-family: "Unbounded", sans-serif;
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.news-title-slave {
    font-family: "Unbounded", sans-serif;
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.news-title-text {
    margin-top: auto;
    font-family: "Unbounded", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #222;
    padding-right: 20px
}
.news-title-button {
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-weight: 400;    
    color: #fff;
    background: #222;
    height: 42px;
    border-radius: 22px;
    width: fit-content;
    padding: 5px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    cursor: pointer;
}
.map-container{
    padding: 0px 0;    
    width: 100%;
    margin-bottom: 70px;
    position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.map-box{
    display: grid;
}
.hamburger {
    /* width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #eee; */
}
#masthead {
    position: sticky;
    background: #F4F4F4;
    z-index: 1000;
    top: 0;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #f4f4f4, #f4f4f4);
    border-radius: 16px;
}
#masthead #menu-toggle svg path{
    stroke: #DE0014;
}
#masthead img[alt="logo"]{
    max-height: 50px
}
#masthead a{
    font-family: "Unbounded", sans-serif;
}
@media (max-width: 768px){    
    .hero-box::after{
        content: "";
        background-image: url(/wp-content/themes/tftraderaw/assets/images/redlogo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 58%;
    } 
    .about-img img{
        max-width: 100%;
    }   
    .about-container::before{
        display: none;
    }
    .why-box {
        margin: 30px 0 70px 0 
    }
    .about-box .about-title {
        padding-top: 0px
    }
    .brands-box{
        margin-top: 0px
    }
}

@media (max-width: 500px){
    .brands-box .brands-title {
        font-size: 28px;
        padding-top: 0px;
    }
    .brands-box .brands-text {
        font-size: 13px;
        line-height: 24px;
    }
    .about-box{
        margin-top: 0;
    }
    .about-box .about-title {
        font-size: 28px;
    }
    .about-box .about-text {
        font-size: 13px;
        line-height: 24px;
    }
    .why-box .why-sup-title {
        font-size: 16px;
        text-align: center;
    }
    .why-box .why-sub-title {
        font-size: 13px;
        line-height: 22px;
    }
    .why-box .why-title {
        font-size: 28px;
        text-align: center;
    }
    .news-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news-container .news-box{
        gap: 35px;
    }
    .news-container .news-title-text {
        margin: 30px 0 0 0
    }
    .news-container .news-title-button {
        margin-bottom: 20px
    }
}

.lang-ul {
    display: flex;
    flex-direction: row;
}
.lang-ul li.current-lang {
    color: #DE0014;
    font-weight: 600;
}
.lang-ul li:first-child::after {
    content: "• ";
    color: #DE0014;
    padding: 5px;
}
.anim-text{
    display: block;
    opacity: 0;
}
.anim-text.show{
    animation: reveal 0.5s forwards var(--d) ;
    position: relative;
    z-index: 100;
}
.anim-block{
    display: block;
    opacity: 0;
    position: relative;
    z-index: 100;
}
.anim-block.show{
    animation: reveal 0.5s forwards var(--d) ;
    position: relative;
    z-index: 100;
}
@keyframes reveal {
    from {
        transform: translateY(20px);
    }   
    to {
        opacity: 1;
        transform: none;
    }
}

.page-h1{
    font-family: "Unbounded", sans-serif;
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.breadcrumbs {
    display: flex;
    font-family: "Unbounded", sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 300;
    margin-bottom: 15px;
}
.breadcrumbs > li:last-child{
    color: #DE0014
}
.breadcrumbs > li::after{
    content: " > ";
    padding: 0 5px;
}
.breadcrumbs > li:last-child::after{
    content: '';
}
#content article{
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #444;
}
#content article p,  
#content article ul  
{
    padding: 15px 0;
}
#content article b,
#content article strong {
    font-weight: 500;
}