body{
    padding: 0px;
    margin: 0px; 
    font-family: 'barlowcondensed-regular';  
}

@font-face {
    font-family: 'barlowcondensed-medium';
    src: url('../fonts/barlowcondensed-medium.woff2') format('woff2'),
         url('../fonts/barlowcondensed-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowcondensed-regular';
    src: url('../fonts/barlowcondensed-regular.woff2') format('woff2'),
         url('../fonts/barlowcondensed-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-medium{
    font-family: 'barlowcondensed-medium'!important;
}


.comming-soon-bg{    
    width: 100%;
    height: 100vh;
    position: relative;        
}

.d-flex{
    display: flex!important;
}

.align-items-center{
    align-items: center!important;
}

.align-items-start{
    align-items: start!important;
}

.justify-content-center{
    justify-content: center!important;
}

.text-center{
    text-align: center!important;
}

.me-10{
    margin-right: 50px!important;
}

.me-4{
    margin-right: 20px!important;
}

.flex-wrap{
    flex-wrap: wrap!important;
}

.left-part{
    width: 50%;
    background: #332D79;
    height: 100vh;
}

.mfali-icons{
    height: 500px;
    width: auto;
}

.right-part{
    width: 50%;
    background: #fff;
    max-height: calc(100vh - 10px);
    overflow-y: auto;
    overflow-x: hidden;    
}

.coming-logos{
    height: 700px;
    width: auto;
}

.contact-rows{
    width: 100%;
    padding: 40px 10px 0px;
}

.contact-texts{
    text-align: left;
    padding-left: 15px;
}

.contact-texts label{
    padding: 0px 0px 5px;    
    font-size: 20px;
    color: #000000CC;
    display: block;
}

.contact-texts h2{
    margin: 0px;    
    font-size: 30px;
    color: #000000CC;
}

.link-text{
    color: #000000CC;
    text-decoration: none!important;
    transition: .2s;
}

.link-text:hover,
.link-text:focus{
    color: #f16230;
    text-decoration: none!important;
}

.call-infos {
    margin-bottom: 10px;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-20px);
}
}
@keyframes mover {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-20px);
}
}

  

.scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar{
    width: 5px;
    background-color: #e0e0e0;
}

.scrollbar::-webkit-scrollbar-thumb{
background-color: #666;  
}



/*Responsive start*/

@media only screen and (max-width: 1440px) {
.coming-logos {
    height: 575px;
}

.contact-icons img{
    height: 45px;
    width: auto;
}

.me-10 {
    margin-right: 30px !important;
}

.mfali-icons {
    height: auto;
    width: 80%;
    margin: 0px auto;
    display: block;
}

.contact-texts h2 {
    font-size: 26px;     
}

}

@media only screen and (max-width: 1199px) {
    .coming-logos {
        height: 515px;
    }

    .contact-texts label {     
        font-size: 16px;
    }

    .contact-texts h2 {
        font-size: 22px;     
    }
}

@media only screen and (max-width: 992px) {
    .coming-logos {
        height: 420px;
    }

    .contact-texts {     
        padding-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
   .comming-soon-bg{
    display: block!important;
   }

   .left-part{
    display: none!important;
   }

   .right-part {
    width: 100%;
   }

   .coming-logos {
        height: 500px;                
    }
}

@media only screen and (max-width: 576px) {
.coming-logos {
    height: auto;
    width: 65%;
    display: block;
    margin: 0px auto;
}

.contact-icons img {
    height: 30px;        
}
     
}