@charset "UTF-8";

html {
  scroll-behavior: smooth;
}



#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#fff;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../img/page-loader.gif);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}


body {
    padding-bottom: 60px;
	outline: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	font-family: 'Manrope', sans-serif;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	margin: auto;
    direction:ltr;
    overflow-x: hidden !important;
}


::selection {
    color: #fff;
    background-color: rgba(198,22,24,0.8);
}



@media only screen and (min-width: 480px) {

.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: 1em;
    color: #333;
    display: block;
    line-height: 2em;
    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;
    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;
}


.logo.active{
    -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.15s 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.15s 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-content{
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    border-radius: 20px;
    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.15s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    transform: scale(0.98);
}


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


.banner-bottom-box{
    -webkit-transition: all 0.15s 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.15s 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.15s 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.15s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    transform: scale(0.97);
}

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

.space{
    height: 50px;
}

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


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

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

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

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

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


.mobile-banner{
    width: 100%;
    height: 450px;
    background-color: #f06;
    display: none;
}


.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: right;
    font-size: 0.88em;
    color: #555;
    display: block;
    line-height: 1.8em;
    font-weight: 400;
}

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


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

.content-banner{
    height: 600px;
    background-image: url(../images/content-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    border-bottom-right-radius: 50px;
        
}


.content-banner2{
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    border-bottom-right-radius: 50px;
        
}



.back-button{
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 98989;
    margin: auto;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 200px;
    background-color: #b21e23;
    border-top-right-radius: 10px;
    border-bottom-right-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: 70px;
    cursor: pointer;
}

.back-button:hover{
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 98989;
    margin: auto;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 200px;
    background-color: #333;
    border-top-right-radius: 10px;
    border-bottom-right-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: 70px;
    cursor: pointer;
}


}