*{

    margin: 0px;

    padding: 0px;

    font-family: 'IBM Plex Serif', serif;

    box-sizing: border-box;

    

    

}



body{

    background-color: #ffffff;

    color: #5B6771;

    font-size: 18px;

    line-height: 24px;

}

a{

    text-decoration: none;

}

p{

    margin-bottom: 20px;

}





.container{

    max-width: 1250px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 40px;

    padding-right: 40px;

    width: 100%;

    box-sizing: border-box;



}

.header{

    height: 200px;

    display: flex;

    align-items: center;   

    justify-content: space-between;

}

.header .logo{

    width:270px;

}
.header-right{
    align-items: center;
    display: flex;
    
}
.header-right .shopify{
    padding: 5px 20px;
    margin-left: 100px;
    
    color: #fff;
    /* border: 1px solid #D8412C; */
    /* border-bottom: 1px solid #D8412C;
    /* border-radius: 555px; */
}
.header-right .shopify a{
    color: #D8412C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'IBM Plex Sans', sans-serif;
    white-space: nowrap;
}
.header-right .shopify img{
    height: 30px;
    width:auto; 
    margin-left: 10px;
}


.header .social{
    width: 150px;
    display: flex;

    justify-content: space-between;

}

.header .social img{

    height: 30px;

}

.hero{

    position: relative;

   /* height: 500px;*/

    .button {
        font-size: .8em;
        padding: .2rem .5rem;
        letter-spacing: .1em;
        border-radius: 0;
    }

}

.hero .line{

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    width:20px;

    background-color: #D8412C;



}

.hero .item{
    display: flex;
    max-width: 1170px;
}

.hero .item .left{

    padding-right: 40px;

    display: flex;

    flex-direction: column;

    align-items:baseline ;

    align-self: flex-end;

    padding-bottom: 40px;

    flex: 0 0 400px;



}

.hero .item .left h2{

    font-size: 34px;
    line-height: 44px;
    color: #000;

}

.hero .item .left .author{

    font-size: clamp(18px, .5em, 24px);
    opacity: .7;

    &.stacked {
        margin-top: .5em;
        display: grid;
        line-height: 1.5em;
        grid-auto-flow: row;
    }

}



.hero .item .left img{

    width:150px;

    height: auto;

    margin-top: 30px;

}

.hero .item .right{

    

}

.paragraph{

    margin-top: 80px;

    display: flex;

    position: relative;



}

.paragraph .left{

    width: 400px;

    flex: 0 0 400px;

    

    

    

}

.paragraph .left h3{

        top: 50%;

        transform: rotate(-90deg);

        white-space: nowrap;

        position: absolute;

        color: #D8412C;

        font-size: 25px;

        font-family: 'IBM Plex Sans', sans-serif;

        left: -40px;

     

    



}



.paragraph .right{

    





}

.paragraph .right h2{

    font-weight: 300;

    color: #D8412C;

    font-size: 34px;

    line-height: 44px;

    margin-top: 80px;

    margin-bottom: 80px;

}



.paragraph-with-image{

    margin-top: 80px;

    display: flex;

    



}

.paragraph-with-image .left{

    flex: 1;



}

.paragraph-with-image .left img{

    width: 100%;

}

.paragraph-with-image .right{

    flex: 1;

    padding-left: 120px;

    box-sizing: border-box;

    display: flex;

    justify-content: center;

    align-items: center;

}

.paragraph-with-image .right h2{

    font-weight: 300;

    color: #D8412C;

    font-size: 34px;

    line-height: 44px;

}

.white-box{

    background-color: #ffffff;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 20px;

    width: 20px;

}

.footer{

    color: #ffffff;

    background-color: #D8412C;

    padding-top: 80px;

    padding-bottom: 20px;

    margin-top: 80px;

    position: relative;



}

.footer .footer-group{

    display: flex;

    justify-content: center;

    align-items: center;

    

}

.footer .footer-group .social{

    flex: 0 0 400px;

    align-items: center;

    justify-content: center;

    text-align: center;

    

}

.footer .footer-group .social-inner{

    text-align: center;

    width: 170px;

    margin-right: 130px;

    display: flex;

    justify-content: space-between;

    flex: 0 0 170px;

    align-items: center;

    text-align: center;



}

.footer .footer-group img{

    height: 30px;

}

.footer .footer-group .cta{

    padding-right: 70px;

}

.footer .footer-group .cta h2{

    font-weight: 300;

    font-size: 34px;

    line-height: 44px;

}

.footer .footer-group .cta p{

    font-weight: 300;

    font-size: 18px;

    line-height: 24px;

    margin-top: 20px;

    margin-bottom: 30px;



}



.footer .footer-group .cta img{}



.footer .copyrights{

    width: 100%;

    text-align: right;

    padding-right: 40px;

    font-size: 14px;

}

/*owl*/

.owl-carousel{

    box-sizing: border-box;

    width: auto;

    

}

.owl-carousel .owl-item img {

    width: 100%;



    /*height: 100%;

  /*  object-fit: cover;*/

    max-width: initial;}

    

    .owl-nav{

        font-size: 34px;

        margin-top: -20px;

    }





@media screen and (max-width: 750px) {



    .hero .item .left{

        padding-right: 20px;

        flex: 0 0 200px;



    }

    .hero .item .left h2 {

        font-size: 24px;
        line-height: 38px;

    }



    .paragraph{

        margin-top: 40px;

    }

    .paragraph .right h2{

        

        font-size: 34px;

        line-height: 28px;

        margin-top: 38px;

        margin-bottom: 40px;

    }

    .paragraph-with-image{

        margin-top: 40px;

    }



    .paragraph-with-image .right{

        padding-left: 60px;

    }

    .paragraph .left{

        width: 200px;

        flex: 0 0 200px;  

        

    }



    .paragraph-with-image .right h2{

        font-size: 34px;

        line-height: 28px;



    }

    .footer{

        margin-top: 40px;

        padding-top: 40px;

    }

    .footer .footer-group .social{

        flex: 0 0 200px;

    }



    .footer .footer-group .social-inner{

        margin-right: 70px;  

        width: 130px;

    }



    .footer .footer-group .cta h2{

        font-size: 28px;

        line-height: 38px;



    }

    .footer .copyrights{

        margin-top: 40px;

        text-align: center;

    }

}



@media screen and (max-width: 450px) {

    .container{

        padding-left: 10px;

        padding-right: 10px;

    }

    .header{

        flex-direction: column;

        height: 250px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .header .logo{

        margin-bottom:20px ;
        margin-top: 20px;    
    }

    .hero .item{

        flex-direction: column-reverse;




    }

    .header-right{
        flex-direction: column;
    }

    .header-right .shopify{
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .hero .item .left{

        width: 100%;
        padding-right: 20px;
        flex: 0 0 100%;
        padding-bottom: 20px;

    }

    .hero .item .left h2 {

        margin-top: 20px;

        

    }



    .paragraph{

        margin-top: 40px;

    }



    .paragraph .right h2{

        

        font-size: 28px;

        line-height: 38px;

        margin-top: 38px;

        margin-bottom: 40px;

    }



    

    .paragraph .left{

        width: 50px;

        flex: 0 0 50px;  

        

    }

    

    .paragraph .left h3{

        font-size: 15px;



    }

    .paragraph-with-image{

        margin-top: 40px;

        flex-direction: column;

    }



    .paragraph-with-image .right{

        padding-left: 0px;

        margin-top: 20px;

    }



    .paragraph-with-image .right h2{

        font-size: 28px;

        line-height: 38px;



    }

    .footer{

        margin-top: 40px;

        padding-top: 40px;

    }

    .footer .footer-group{

        flex-direction: column;



    }

    .footer .footer-group .social{

        flex: 0 0 0px;

        margin-bottom: 20px;

    }



    .footer .footer-group .social-inner{

        margin-right: 0px;  

        width: 150px;

    }

    .footer .footer-group .cta {

        padding-right: 0px;

    }

    .footer .footer-group .cta h2{



        font-size: 28px;

        line-height: 38px;



    }

    .footer .copyrights{

        margin-top: 40px;

        text-align: center;

    }



   

}