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

.banner{
    width: 100%;
    height: auto;
}


.banner-box{
    position: relative;
    z-index: 9998;
    margin-top: -95px;
}

h1{
    font-family: 'Manrope', sans-serif;
    font-size: 4em !important;
    font-weight: 100 !important;
    color: #333;
    display: block;
    letter-spacing: -2px;
}

h2{
    font-family: 'Manrope', sans-serif;
    font-size: 6em !important;
    font-weight: 900 !important;
    color: #dc000c;
    display: block;
    letter-spacing: -5px;
}

h3{
    font-family: 'Manrope', sans-serif;
    font-size: 1.1em !important;
    font-weight: 500 !important;
    color: #333;
    display: block;
    line-height: 1.6em !important;
}

p{
    font-size: 0.9em;
    color: #333;
    display: block;
    line-height: 1.7em;
    font-weight: 500;
}


p-pasif{
     font-size: 1em;
    color: #999;
    display: block;
    line-height: 1.3em;
    font-weight: 500;
}

home-subtitle{
    font-size: 1.2em;
    color: #333;
    display: block;
    line-height: 1.6em;
    font-weight: 400;
}

.header{
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin:auto;
    z-index: 989885;
}

.header.active{
    -webkit-transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0px;
    width: 100% !important;
    left: 0px;
    height: 80px;
    right: 0px;
    margin:auto;
    z-index: 989885;
    background-color: #fff;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
}


.logo{
    -webkit-transition: all 0.2s ease-in-out;
    width: 111px;
    height: 120px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin-top: 0px;
}


.logo.active{
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    width: 140px;
    height: 60px;
    background-image: url(../images/logo-active3.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
}


.banner-text{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9894;
    height: 350px;
    margin: auto;
}

.slider-button{
    -webkit-transition: all 0.0s ease-in-out;
    float: left;
    padding: 12px 40px 12px 60px;
    border-radius:150px;
    background-color: #dc000c;
    font-weight: 600;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    background-image: url(../images/enter-arrow.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 35%;
}

.slider-button:hover{
    -webkit-transition: all 0.0s ease-in-out;
    float: left;
    padding: 12px 40px 12px 60px;
    border-radius: 150px;
    background-color: #333;
    font-weight: 600;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
}

.banner-bottom-box{
    -webkit-transition: all 0.0s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,.2);
}

.banner-bottom-box:hover{
    cursor: pointer;
    -webkit-transition: all 0.0s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 30px 30px rgba(0,0,0,.2);
    transform: scale(1.02);
}

.swipe-box{
    cursor: pointer;
    -webkit-transition: all 0.0s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    transform: scale(1);
}


.swipe-box:hover{
    cursor: pointer;
    -webkit-transition: all 0.0s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    transform: scale(1);
}

.swipe-box img{
    border-radius: 20px;
}

.space{
    height: 10px;
}

.home-img-area{
    background-repeat: no-repeat;
    background-position: center center;
    background-size:auto 100%;
    height: 180px;
}


title{
    font-size: 2em;
    color: #333;
    display: block;
    line-height: 1.4em;
    font-weight: 800;
    letter-spacing: -2px;
}

title-2{
    font-size: 1.5em;
    color: #333;
    display: block;
    font-weight: 300;
    letter-spacing: -1px;
}

title-4{
    font-size: 1.3em;
    color: #c62127;
    display: block;
    font-weight: 600;
    letter-spacing: -1px;
}


title-3{
    font-size: 1em;
    color: #c62127;
    display: block;
    font-weight: 300;
    letter-spacing: -0.5px;
}

sub-title{
    font-size: 2em;
    letter-spacing: -2px;
    color: #c62127;
    display: block;
    line-height: 1.2em;
    font-weight: 800;
}


.mobile-banner{
    padding-top: 70px;
    width: 100%;
    height: auto;
    background-color: #fff;
}


.footer{
    background-color: #fff;
    border-top: 1px solid #ccc;
}


footer-title{
    font-weight: 600;
    font-size: 0.9em;
    display: block;
    line-height: 1.5em;
    color: #fff;
}

footer-link{
    cursor: pointer;
    float: none !important;
    font-size: 0.88em;
    color: #555;
    display: block;
    line-height: 1.8em;
    font-weight: 400;
}

footer-copy{
    width: 100%;
    font-size: 0.8em;
    color: #555;
    display: block;
    line-height: 1.8em;
    font-weight: 400;
}


footer-link:hover{
    text-decoration: underline;
    font-size: 0.88em;
    color: #ccc;
    display: block;
    line-height: 1.8em;
    font-weight: 400;
}

.banner-bottom-box-content{
    cursor: pointer;
    -webkit-transition: all 0.0s ease-in-out;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    transform: 1;
}

.banner-bottom-box-content:hover{
    cursor: pointer;
    -webkit-transition: all 0.0s ease-in-out;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    transform: scale(0.98);
}

.banner-bottom-box-content img{
    border-radius: 10px;
}


.content-banner{
    height: 300px;
    background-image: url(../images/content-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:auto 100%;
        
}


.content-banner2{
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:auto 100%;
        
}


.back-button{
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 98989;
    margin: auto;
    position: fixed;
    bottom: 10px;
    left: 0px;
    right: 0px;
    height: 40px;
    width: 90%;
    background-color: #b21e23;
    border-radius: 10px;
    background-image: url(../images/back-button.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 30%;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 10px -20px 20px rgba(255,255,255,0.6);
}

.back-button:hover{
    box-shadow: 0px 0px 15px 40px rgba(255,255,255,1);
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 98989;
    margin: auto;
    position: fixed;
    bottom: 10px;
    left: 0px;
    right: 0px;
    height: 40px;
    width: 90%;
    background-color: #333;
    border-radius: 10px;
    background-image: url(../images/back-button.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 30%;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}





}