@font-face {
    font-family: sfpronormal;
    src: url(../fonts/SF-Pro-Display-Regular.otf);
}
@font-face {
    font-family: circular;
    src: url(../fonts/CircularStd-Bold.otf);
}
@font-face {
    font-family: roobert;
    src: url(../fonts/RoobertTRIAL-Regular-BF67243fd53fdf2.otf);
}
body {
    height: 100vh;
}

.logobox-mobile {
    display: none;
}

.supra-box {
    display: flex;
    align-items: center;
    padding-left: 4%;
}

.content-col {
    align-items: center;
    display: flex;
    padding: 0 0 0 6%;
}

.logo-box {
    margin-bottom: 8%;
}

.logo-box img {
    width: 180px;
}

.social-box {
    display: flex;
    align-items: center;
    margin-top: 16%;
}

.social-box i {
   margin-right: 8px;
   font-size: 1.8rem;
}

.social-box a {
    color: #000000;
 }

 .social-box a:hover {
    color: #057AFB;
 }

.social-box p {
    margin-bottom: 0;
    margin-right: 8px;
 }

.img_contain {
padding: 8% 8%;
}

.notbank_3d_iso {
    width: 100%;
}

.content-contain {
    width: 100%;
}

.content-contain span {
    color: #057AFB;
    font-size: 2em;
    font-family: sfpronormal;
} 

.tittle_txt {
    color: #000000;
    font-size: 60px;
    font-family: roobert;
    font-weight: 900;
}

.tittle_txt span {
    color: #057AFB;
    font-size: 60px;
    font-family: roobert;
    font-weight: 900;
}

.description_txt {
    color: #000000;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 0px;
}

.mrgn-extra {
    margin-bottom: 24px;
}

.btn-cta {
    padding: 10px 20px;
    background-color: #057AFB;
    border: solid 1px #057afb;
    border-radius: 100px;
    color: #ffffff;
    width: 240px;
    box-shadow: 2px 10px 32px -13px rgba(0,55,97,0.75);
    -webkit-box-shadow: 2px 10px 32px -13px rgba(0,55,97,0.75);
    -moz-box-shadow: 2px 10px 32px -13px rgba(0,55,97,0.75);
}

.btn-cta a {
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
}

.app-dispo-in {
   margin-top: 2%;
}

.app-dispo-in img {
    margin-right: 8px;
    width: 120px;
}

.app-dispo-in p {
    font-family: sfpronormal;
    color: #929292;
} 

@media (max-width: 992px) {
    /* For mobile phones: */

  }

  @media (max-width: 768px) {
    /* For mobile phones: */

    .img_contain {
        padding: 8% 2%;
    }

    .content-contain span {
        font-size: 1.8em;
    }

    .content-col {
        text-align: center;
        padding: 4% 4%;
    }

    .logobox-mobile {
        display: inherit;
        padding: 8% 2%;
    }

    .logobox-mobile a {
        margin: auto;
    }

    .logobox-mobile img {
        width: 160px;
    }

    .logo-box {
        display: none;
    }

    
    .tittle_txt {
        font-size: 44px;
    }

    .tittle_txt span {
        font-size: 44px;
    }

    .app-dispo-in img {
        margin-right: 0;
        width: 30%;
    }

    .social-box {
        display: inherit;
        margin-top: 8%;
    }

    .social-box i {
        margin: 6% 4%;
        font-size: 2rem;
     }
  }

