
@font-face{
    /*font-family:'Toyota Regular';src:url(/fonts/Montserrat-Light.ttf) format("ttf");*/
    font-family: Montserrat;
    src: url(/fonts/Montserrat-Light.ttf);
    font-style:normal;
    font-weight:normal;
    font-display:swap
}
/*{
    border: 1px solid black;
}  */
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Montserrat';
    overflow-x: hidden;
}
.container{
    width:1200px;
    margin: 0 auto;
    /* background-color: yellow; */
}
.page{
    animation: fadeIn 0.2s ease-in-out;
}
.red-line{
    background-color: red;
    height: 3px;
    width:30%;
}
.header-info{
    height: 100px;
    /* background-color: green; */
    width: 100%;
    display: flex;
    align-items: center;
}
.navigation{
    background-color: #282830;
}
.navigation-inner{
    display: flex;
}
.navigation-inner .navigation-item{
    color: white;
    /* background-color: red; */
    padding: 10px 20px;
}
.navigation-inner .navigation-item a{
    color:white;
    text-decoration: none;
    font-size: 15px;
}
.navigation-item-active{
    border-bottom: 3px solid red;
}
.left-item{
    margin-right: 50px;
}
.right-item{
    margin-left: auto;
}
.logo{
   /* width:300px;
    height: 80px;*/
    margin-left: 40px;
}
.logo img{
   /* width: 100%;
    height: 100%;
    object-fit: cover;*/
    width:190px;
}
.soc-network{
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.soc-network a{
    margin-right: 10px;
    color: #282830;
    font-size: 20px;
}
.hero-section{
    width: 100%;
    height: 100%;
}
.hero-item {
    position: relative;
}
.hero-cta{
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.hero-cta a{
    /*background-color: #e62244;*/
    background-color: red;
    color: white;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}
.hero-section img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.intro{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.decoration-line{
    background-color: red;
    height: 2px;
    width: 100px;
    display: inline-block;
}
.intro-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.intro-title h1{
    font-size: 20px;
    margin: 0px;
}
h1{
    color:#21438b;
}
.usp{
    margin-top:40px;
    margin-bottom:40px;
}
.decoration-line-vertical{
    background-color: red;
    height: 150px;
    width: 2px;
    position: absolute;
    top:0px;
    left: -15px;
}
.usp-content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.usp-item{
    width: calc(100% / 3 - 25px);
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    margin-right: 25px;
}
.usp-title{
    margin-top: 10px;
    margin-bottom: 10px;
}
.usp-title h2{
    font-size: 18px;
    margin: 0px;
    text-align: center;
}
.usp-item-number{
    font-size: 35px;
    color: red;
}
.usp-item-title{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.usp-item-text p{
    padding-left: 25px;
}
.alternate{
    display: flex;
    flex-wrap: wrap;
}
.alternate:nth-child(even){
    flex-direction: row-reverse;
}
.alternate:nth-child(even) .alternate-content{
    margin-right: auto;
    margin-left: unset;
}
.alternate-visual{
    width: 50%;
}
.alternate-visual img{
    width: 100%;
}
.alternate-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.alternate-content{
    width: 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
    margin-left: auto;
}
.alternate-cta{
    margin-top: 20px;
    margin-bottom: 20px;
}
.alternate-cta a{
    font-size: 13px;
    color: white;
    text-decoration: none;
    background-color: #282830;
    padding: 10px 20px;
}
.column{
    position: relative;
}
.column-title{
    margin-bottom: 20px;
}
.column-inner{
    display: flex;
    flex-wrap: wrap;
}
.column-x2{
    width: calc(100% / 2 - 25px);
}
.column-x2:nth-child(2){
    margin-left: auto;
}
.column-x2 img{
    width: 100%;
}
.smart-block{
    margin-top: 40px;
    position: relative;
    /*background-image: url('/images/footer.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;*/
}
.smart-block img{
    width:100%;
}
.smart-block-content{
    position: absolute;
    top:70%;
    left: 25%;
    transform:translate(-50% , -50%);
    text-align: center;
    background-color: #282830d4;
    padding: 10px;
}
.smart-block-content span{
    display: block;
    font-weight: bold;
    color: white;
}
.smart-block-content a{
    text-decoration: none;
    color: white;
}
.footer{
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
    /*background-color:#282830;*/
    background-color:white;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.footer-logo{
    width: 100%;
    /*margin-bottom: 20px;*/
    display: flex;
}
.footer-logo .soc-network a{
    color:#282830!important;
}
.footer-column{
    width: calc(100% /3 - 25px);
    margin-right: 25px;
    /* background-color: red; */
}
.footer-logo-img{
    width: 100px;
}
.footer-logo-img img{
    /*width:100%;*/
    width:190px;
}
.footer-column-item{
    margin-bottom: 15px;
}
.footer-column-item a{
    text-decoration: none;
    color: black;
    margin-left: 15px;

}
.footer-icon{
    font-size: 20px;
}
.promotions{
    display: flex;
    flex-wrap: wrap;
}
.promotion-box{
    width: calc(100% / 2 - 25px);
    /*margin-left: auto;*/
    border: 1px solid #f5f5f5;
    margin-top: 25px;
}
.promotion-box-image img{
    width:100%;

}
.promotion-box-title{
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.promotion-box-subtitle{
    color: lightgray;
    text-align: center;
    margin-bottom: 10px;
}
.promotion-box-price{
    font-weight: bold;
    text-align: center;
}
.promotion-box-cta{
    margin-top: 30px;
    text-align: center;
}
.promotion-box-cta a{
    color: white;
    background-color: #282830;
    padding: 10px 20px;
    text-decoration: none;
}
.promotion-footer{
    background-color: #f5f5f5;
    height: 100px;
    width: 100%;
    margin-top: -10px;
}
.mobile-menu{
    display: none;
}
.showPanel{
    margin-right: 0!important;
    opacity: 1!important;
    height: auto!important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top:31px;
}
.soc-network-mob{
    display: none;
}
.reachOutCta{
    background-color: #282830;
    color: white;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);    
    transform:rotate(-90deg);
    position: absolute;
    top: 35%;
    right: -70px;
    padding: 10px 20px;
}
.reachOutPanel{
    background-color: #282830;
    position: absolute;
    top: 27%;
    right: -100%;
    padding: 35px;
    transition: right 0.4s ease-in-out;
    min-height:180px;
}
.showReachOutPanel{
    right: 0px;
}
.reachOutCta:hover{
    cursor: pointer;
}
.closeItem{
    color: white;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.closeIcon:hover{
    cursor: pointer;
}
.reachOutPanelItem{
    margin-bottom: 5px;
}
.reachOutPanelItem a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.footer-logo .soc-network{
    margin-right: 0px;
}
.country-contact{
    /*color:white;*/
    color:#282830;
    margin-left: auto;
    margin-bottom: 20px;
}
.country-contact div .fa-solid{
    font-size: 20px;
}
.country-contact a{
    /*color:white;*/
    color:#282830;
}
@media screen and (max-width:1220px){
    .red-line{
        display: none;
    }
    .hero-section {
        /*height:50vh;*/
    }
    .container{
        width: 90%;
    }
    .navigation{
        height: 0px;
        margin-right: 130%;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }
    .navigation-inner{
        flex-direction: column;
        padding-top: 15px;
    }
    .navigation-item-active{
        border-bottom: unset;
        border-left: 3px solid red;
    }
    .right-item.only-flex{
        flex-direction: column;
    }
    .right-item{
        margin-left: unset;
    }
    .header-info{
        height:auto;
        /*padding:5px;*/
    }
    .logo img {
        width: 135px;
    }
    .page {
        margin-top: 0px!important;
    }
    .mobile-menu .mob-logo{
        /*margin-left: auto;
        margin-right:0px;*/
        height: 35px;
       /* background-color: #f5f5f5;*/
        /*width: 100px;*/
        text-align: center;
        margin-left: auto;
        margin-right: 20px;
        /*display:flex;*/
    }
    .mobile-menu .mob-logo img{
        padding:5px;
        height:80%;
    }
    .mobile-menu{
        display: flex;
        border-bottom: 1px solid #42424e;
        position: fixed;
        width: 100%;
        z-index: 100;
        top:0;
        background-color: #282830;
        align-items: center;
    }
    .hamburger-menu{
        margin-left: 20px;
        color: white;
    }
    .hamburger-menu:hover{
        cursor: pointer;
    }
    .soc-network-mob{
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #42424e;
    }
    .soc-network-mob a{
        color: lightgray;
        margin-right: 5px;
    }
    .page{
        margin-top: 31px;
    }
}
@media screen and (max-width:800px){
    .intro{
        width: 90%;
    }
    .usp-content{
        flex-direction: column;
    }
    .usp-item{
        width: 100%;
    }
    .alternate{
        flex-direction: column;
    }
    .alternate-visual{
        width: 100%;
    }
    .alternate-content{
        width: 100%;
        margin-bottom: 20px;
    }
    .column-inner{
        flex-direction: column;
    }
    .column-x2{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-column{
        width: 100%;
    }
}
@media screen and (max-width:700px){
    .promotion-box{
        width: 100%;
    }
    .form-container{
        width: 100%!important;
    }
}
@media screen and (max-width:550px){
    .hero-section {
        /*height:30vh;*/
    }
    .reachOutCta{
        position: fixed;
        top: unset!important;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
        -webkit-transform: unset;; 
        -moz-transform: unset;;    
        transform:unset;
        z-index: 100;
    }
    .reachOutPanel{
        position: fixed;
        top:unset;
        bottom: 0px;
        width: 100%;
        padding: 0px;
        z-index: 1000;
        text-align: center;
        padding:40px 0px;
    }
    iframe{
        height: 800px!important;
        overflow-x: hidden;
    }
    .gallery-item{
        width:100%!important;
        padding:0px!important;
    }
    .youtube-video{
        height:300px!important;
        width:100%!important;
    }
     .smart-block-content{
        width:50%;
        padding:5px;
    }
    .footer-logo{
        flex-direction: column;
    }
    .footer-logo-img{
        text-align: center;
        width: unset!important;
        margin-top: 15px;
    }
    .footer-logo-img img{
        width:180px!important;
    }
    .footer-logo .soc-network{
        margin: 0px!important;
    }
    .country-contact{
        margin: 0 auto;
        text-align: center;
    }
    .form-field input{
        width:98%!important;
    }
    .form-field textarea{
        width: 98%!important;
    }
}
.only-flex{
    display: flex;
}
.test{
    background-color: red;
    width: 100%;
    height: 400px;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
iframe{
    height: 390px;
    border: none;
    width: 100%;
}



.custom-accordion{
    height: 0px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.custom-accordion-show{
    height: 100%;
    opacity: 1;
}


@media screen and (max-width:1060px){
    .two-columne-content{
        width: 100%!important;
    }
    .two-columne-img{
        width:100%!important;
        padding: 0px!important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.two-column{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.two-columne-img, .two-columne-content{
    width:50%;
}
.two-columne-img img{
    width: 100%;
}
.two-columne-img{
    box-sizing: border-box;
    padding: 0px 40px;
}
.two-columne-text-title{
    background-color: black;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}
.gallery{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.gallery-item{
    width: 33%;
    padding: 5px;
    box-sizing: border-box;
}
.gallery-item img{
    width:100%;
}
.youtube-video{
    height: 300px;
}
.go-back-cta{
    background-color: #282830;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
}
.arrow-icon{
    margin-left: -5px;
}
.form-title h1{
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.img-full-width-container{
    width:100%;
}
.img-full-width-container img{
    width:100%;
}
.newGallery{
    display: flex;
} 

.newGallery{
    flex-wrap: wrap;
}
.newGallery.gallery-l2 .gallery-item{
    width:50%; 
    text-align: center;   
}
.newGallery.gallery-l2 .gallery-item img{
    width:100%;    
}

.alternate-text{
    line-height: 22px;
}
.mini-assets{
    display: flex;
}
.mini-assets img{
    width:25%;
}
.full-width-container{
    width:100%;
    background-color: #22428b29;
    padding: 20px 0px;
}
.form-container{
    width: 40%;
    margin: 0 auto;
}
.form-fields{
    /* display: flex;
    flex-wrap: wrap; */
}
.form-field label{
    margin-bottom: 5px;
    display: inline-block;
}
.form-field input{
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}
.form-field select{
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}
.form-field textarea{
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}
.left-form{
    width:50%;
}
.right-form{
    width:50%;
}
.submitCta{
    background-color: #282830;
    display: inline-block;
    width: 101%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: white;
    text-decoration: none;
    margin-top: 20px;
}
.p-bold{
    font-weight: bold;
}
