body{
    max-width: 100%;
    overflow-x: hidden;
}
html, body {width: auto!important; overflow-x: hidden!important} 
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: local('Montserrat'),
    url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: local('Montserrat'),
    url('../fonts/Montserrat-Light.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: local('Montserrat'),
    url('../fonts/Montserrat-Regular.ttf') format("truetype");
}


.title-header {
    font-size: 45px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 80px;
}

.subtitle-header {
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.footer-header {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid white;
    padding-bottom: 25px;
}

.body-text {
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #EE4266;
    border-color: #EE4266;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 5px 80px;
    font-size: 14px;
}

.responsive-phone-image {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.slide-bar-landing {
    top: -60px;
    overflow-x: hidden;
}

.item-slide {
    width: 150px;
    height: 186px;
    border-radius: 10px;
    object-fit: cover;
}

.item-slide .title-container {
    bottom: 10px;
    left: 10px;
    background: rgba(33, 29, 33, 0.3);
    backdrop-filter: blur(4px);
    max-width: 140px;
    border-radius: 8px;
    padding: 4px 8px;
}

.item-slide .title-container .title {
    max-width: 120px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: white;
    font-size: 20px;
    margin: 0;
}

/*mobile*/
@media only screen and (max-width: 991px) {
    .cus-margin{
        margin-top: 30px;
    }
    .nav-toggle-margin{
        margin-left: 2.5rem;
    }
    
    .nav-button{
        display: none;
    }
    .nav-toggle{
        display: block;
        
    }
    .nav-toggle > nav{
        margin-top: 20px;
    }
    .header-landing {
        background-color: #EE4266;
        margin: 0;
    }
   
    .body-landing {
        background-color: #ffffff;
        margin: 0;
        min-height: 600px;
    }

    .footer-landing {
        background-color: #944EF5;
        margin: 0;
        min-height: 200px;
    }

    .responsive-store-logo {
        width: 100%;
        max-width: 150px;
        height: auto;
    }

    .footer-header {
        border-bottom: 0;
    }

    .title-header {
        font-size: 35px;
    }

    .slide-bar-landing {
        top: 80px;
        overflow-x: auto;
    }

    .hero-body {
        margin-bottom: 90px;
    }

    .body-text {
        font-size: 20px;
    }


}

@media only screen and (min-width: 1240px) and (max-width: 1435px) {

    .title-header {
        font-size: 30px;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1240px) {

    .title-header {
        font-size: 25px;
    }

    .body-text {
        font-size: 30px;
    }


}


@media only screen and (min-width: 991px) {
    .cus-margin{
        margin-top: -50px;
    }
    .nav-toggle{
        display: none;
    }
    
    .header-landing {
        background-color: #EE4266;
        min-height: 700px;
        margin: 0;
    }

    .body-landing {
        background-color: #ffffff;
        min-height: 600px;
        margin: 0;
    }

    .footer-landing {
        background-color: #944EF5;
        min-height: 10vh;
        margin: 0;
    }

    .responsive-store-logo {
        width: 100%;
        max-width: 195px;
        height: auto;
    }

    .hero-body {
        margin-bottom: 90px;
    }

}