@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Inter-Regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Inter-Medium.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Inter-Bold.woff2') format('woff2'); 
}
body{
    font-family: 'Inter';
    color: #000;
    font-size: 18px;
}
main{
    padding: 0!important;
    position: relative!important;
}
h1{
    font-size: 5.5rem;
    line-height: 0.95em;
    letter-spacing: -2px;
    font-weight: 700;
    text-wrap: pretty;
}
.hero{
    position: relative;
}
.hero h1{
        width: 17ch;
}
.hero p{
    font-size: 32px;
    line-height: 1.25em;
}
h2{
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1em;
    letter-spacing: -2px;
}
h2.greater{
    font-size: 5.5rem;
}
h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}
h3.blocktitle{
    font-size: 42px;
}

h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
header{/*
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.6);*/
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1030;
}

header.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.botim_logo {
  width: 160px;
  height: auto;
  display: block; 
}
.navbar{
    padding: 0;
    position: relative;
    z-index: 1031;
}
.navbar::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
}
a.nav-link{
    padding: 24px 0;
}
.dropdown{
    position: unset;
}
.dropdown-menu {
    z-index: 1040; 
    border: 0;
    border-radius: 0;
    opacity: 0;               
    pointer-events: none;     
    transition: background-color 1s ease, backdrop-filter 1s ease, opacity 0.5s ease;
    display: block;  
  background-color: rgba(0,0,0,0.6);
}
.nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;               
  pointer-events: auto;     
  backdrop-filter: blur(5px);
  background-color: rgba(0,0,0,0.6);
}
.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    top: 80px;
}
header .navbar-collapse{
    flex-grow: 0;
}
a.nav-link span{
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 4px 32px!important;
    transition: all .2s ease;    
    border-top: 0 solid white;
    border-right: 1px solid rgba(255,255,255,0); 
    border-bottom: 0 solid white;
    border-left: 1px solid rgba(255,255,255,0);
}
.nav-link:focus, .nav-link:hover{
    color: white;
}
.nav-link span{
    display: inline-block;
}
.nav-link:focus span, .nav-link:hover span,
.nav-item.dropdown:hover > .nav-link span{
    background-color: rgba(255,255,255,0.1);
    border-top: 0 solid white;
    border-right: 1px solid rgba(255,255,255,0.5); 
    border-bottom: 0 solid white;
    border-left: 1px solid rgba(255,255,255,0.5);
    border-radius: 50vw;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle span::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5" stroke="white"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1em;
    vertical-align: middle;
    border: 0;
}
.dropdown-menu ul{
    gap: 2rem;         
}
a.dropdown-item{
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    transition: all .2s ease;
}
a.dropdown-item:hover{
    color: white;
    background-color: #949494;
    border-radius: 50vw;
}
a.dropdown-item:active{
    background-color: rgba(255,255,255,0.1);
}
.dropdown-menu h2{
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 8px 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0px;
}
.btn{
    border: 2px solid #011fe5;
    border-radius: 50vw;
    padding: 14px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    transition: all .2s ease;
}
.btn.btn-primary{
    border-color: #011fe5;
    color: #011fe5;
    background-color: white;
}
.btn.btn-primary:hover{
    color: white;
    background-color: #011fe5;
}
.btn.btn-secondary{
    padding: 8px 16px;
    border: 2px solid white;
    color: white;
    background-color: transparent;
}
.btn.btn-secondary:hover{
    background-color: #011fe5;
    border-color: #011fe5;
}
.btn.btn-secondary.blue{
    padding: 8px 16px;
    border: 2px solid white;
    color: white;
    background-color: #011fe5;
}
.btn.btn-secondary:hover{
    background-color: white;
    border-color: #011fe5;
    color: #011fe5;
}
.hero{
    width: 100%;
    background-image: url("../images/home-new.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    justify-content: space-between;
    background-color: #4d65fe;    
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    align-items: flex-start;
}
.connect-hero{
    background-image: url("../images/connect-hero-new.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    justify-content: flex-end;
    padding: 0;
}
.connect-hero .connect-text{
    padding-bottom: 60px;
}
.money-hero{
    background-image: url("../images/money-hero-image.jpg");
    background-position: center left;
    background-size: cover;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.more-hero{
    justify-content: center;
    align-items: flex-start;
    z-index: 5;
    background-color: white;
    background-image: url(../images/half-circle-1.svg);
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: 1100px;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}
.hero.money-hero h1{
    width: 11ch;
}
.hero.more-hero h1{
    width: 11ch;
}
.more-hero .hero-text h1 .text-gray{
    width: auto;
}
.hero-text{
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.hero:before{
    content: "";
    position: absolute;
    inset: 0; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 0;
}
.hero.more-hero:before
{
    background: none;
}
.hero.money-hero:before{
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
}
.hero.connect-hero:before{
    background: repeating-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7))
}
.manage__text{
    text-transform: lowercase;
}
.animations{
    position: absolute;
    height: 100%; 
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events:none;
}
.all-in-one{
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    column-gap: 30px;
    row-gap: 30px;
    padding: 45px 60px 120px 60px;
}
.all-in-one p{
    line-height: 48px;
}
h2.fadein {
    opacity: 0;
    transform: translateY(20px);
}
.why{
    background-color: rgb(242, 245, 248);
    min-height: 95vh;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-direction: column;
    padding: 90px 60px;
}
.why-cards{
    display: flex;
    flex-direction: column;
    column-gap: 45px;
    row-gap: 45px;
}
.why-card{
    padding: 30px;
    background-color: #f2f4fa;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 15px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
.why-card.green-card{
    background-color: rgba(238, 255, 253, 0.4);
}
.why-card.yellow-card{
    background-color: rgba(250, 255, 243, 0.4);
}
.built{
    padding: 60px 0;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    gap: 60px;
}
.built-card{
    padding: 45px;
    border-radius: 56px;
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 0.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: white;
    margin-bottom: 40px;
}
.built-card::before{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.built-card-main-icon{
    height: 40px;
    width: 40px;
    margin-bottom: 30px;
}
.built-card .btn-secondary{
    font-weight: 500;
    align-self: start;
    padding-right: 20px;
    margin-top: 10px;
}
.built-card .btn-secondary i::before{
    padding: 0 10px;
}
.built-card .btn-secondary:hover{
    background-color: white;
    color: #011fe5;
    border-color: white;
}
.built-card.connect-card{
    background-color: #4d65fe;
}
.built-card.money-card{
    background-color: #494a4f;
}
.built-card.more-card{
    background-color: #6bea08;
}
.pin-spacer {
    min-height: 1480px;
}
.promo-video video{
    border-radius: 48px;
    width: 100%;
    height: 100%;
}
.this-is-botim{
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 60px;
    gap: 60px;
}
.all-in-one-icon{
    height: 44px;
    width: 44px;
}
a.link{
    text-decoration: none;
    color: #0b2cfe;
}
.hero-heading{
    font-size: 5.5rem;
    line-height: 0.95em;
    letter-spacing: -2px;
}
.chat-section{
    min-height: 80vh;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    padding-top: 45px;
    position: relative;
    padding-bottom: 200px;
}
.chat-section::before{
    background-image: linear-gradient(rgba(255,255,255,1), rgba(1,31,229,0.2));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.bricks-background-video-wrapper{
    background-size: cover;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute !important;
    bottom: 0;
    width: 100%;
    z-index: -2;
}
.bricks-background-video-wrapper video{
    position: absolute;
    right: 0;
    bottom: 0;
}
.chat-image{
    background-image: url("../images/Chat-phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.chat-content__chat-box {
    margin-bottom: 5rem;
    width: 450px;
    background-color: rgba(255,255,255,0.5);
    z-index: 10;
    display: flex;
    column-gap: 30px;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    border-radius: 50vw;
    box-shadow: 0 0 60px #00000033;
}
.chat-box__chat-ai-wrapper {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 13px;
    background-color: #e6e9ff;
    border-radius: 50vw;
}
.chat-box__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    background-color: #e6e9ff;
    border-radius: 50vw;
}
.download-section{
    padding: 60px 90px;
    min-height: 90vh;
    justify-content: center;
    background-image: url(../images/circle-part.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 45%;
}
.connect-subtitle{
    margin-top: 200px;
}
.send-receive-section{
    justify-content: flex-start;
    column-gap: 30px;
    row-gap: 30px;
    min-height: 80vh;
    padding-top: 45px;
    padding-bottom: 45px;
}
.manage {
    flex-direction: row;
    justify-content: center;
    column-gap: 13px;
    row-gap: 13px;
    align-items: stretch;
    margin-top: 100px;
    margin-bottom: 100px;
}
.manage__box {
    display: flex;
    flex-direction: column;
    width: 160px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 16.875px;
    transition: .5s;
    background-color: white;
}
.manage__box:hover{
    width: 175px;
    background-color: #b3bdff66;
}
a.manage__box{
    text-decoration: none;
}
.manage__icon {
    height: 45px;
    width: 45px;
    margin-bottom: 30px;
}
.line{
    border-top: 1px solid rgba(0,0,0,.2);
    width: 100%;
    height: 1px;
}
.line.white{
    border-top-color: rgba(255,255,255,0.2);
    margin-top: 100px;
}
.send-money-div{
    gap: 60px;
}
.send-money-image{
    background-image: url("../images/User.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 2rem;
    height: 80vh;
}
.title-section{
    padding: 90px 60px;
}
.imt-section{
    padding: 90px 60px;
    background-color: rgba(0,0,0,0.1);
    position: relative;
}
.wallet-section {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 90vh;
    justify-content: center;
    background-image: url(../images/Wallet-section-1024x569.jpg);
    background-size: cover;
    position: relative;
    z-index: -2;
}
.wallet-section::before {
    background-image: linear-gradient(90deg, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.service-icon{
    background-color: #e6e9ff;
    padding: 30px;
    border-radius: 3rem;
    display: inline-block;
    width: auto;
}
.service-icon.no-bg{
    background-color: transparent;
}
.prepaid-cards-section{
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 90vh;
    justify-content: center;
    background-image: url(../images/Cards-1024x569.jpg);
    background-size: cover;
    position: relative;
    z-index: -1;
}
.prepaid-cards-section::before,
.local-transfers-section::before {
    background-image: linear-gradient(-90deg, #000733, rgba(0,0,0,.1));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.local-transfers-section{
    padding-top: 60px;
    padding-bottom: 190px;
    min-height: 90vh;
    justify-content: center;
    background-image: url(../images/Local-Transfert-1024x569.jpg);
    background-size: cover;
    position: relative;
    z-index: -1;
    background-position: 50% 50%;
}
.gold-section{
    background-color: black;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
}
.gold-text{
    background-image: url(../images/gold-bg.jpg);
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 1;
}
.gold-text::before{
    background-image: repeating-linear-gradient(-90deg, black, rgba(0,0,0,.7), black);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.gold-box {
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: flex-start;
    background-color: #d9d9d91a;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2rem;
    column-gap: 30px;
    row-gap: 30px;
}
.bills-and-recharge-section{
    min-height: 70vh;
    background-image: url(../images/half-circle-1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 1100px;
    background-color: rgba(0,0,0,0.1);
    padding-top: 60px;
    padding-bottom: 190px;
}
.send-now-pay-later-section{
    padding-top: 0;
    padding-bottom: 0;
    min-height: 90vh;
    justify-content: center;
    background-image: url(../images/snpl-alt-1.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 190px;
    background-position: center left;
}
.send-now-pay-later-section::before {
    background-image: linear-gradient(-90deg, white, rgba(0, 0, 0, 0));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.easy-cash-section {
    justify-content: flex-end;
    padding-bottom: 0;
    min-height: 70vh;
    grid-gap: 30px;
    grid-template-columns: 30px;
    background-image: url(../images/easy-cash-bg-1024x569.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
}
.easy-cash-text{
    padding-bottom: 160px;
}
.business-hero {
    background-image: url(../images/Business-Hero.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    justify-content: flex-end;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
    align-items: flex-start;
    z-index: 5;
}
.business-hero::before {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.9),  rgba(0,0,0,0.1),  rgba(0,0,0,0.1), black);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.business-hero .hero-text h1{
    width: 12ch;
    padding-top: 0;
    padding-bottom: 90px;
}
.business-hero .hero-text h1 .text-gray {
    width: 20ch;
}
.btn-primary.business{
    border-color: white;
    background-color: white;
    color: #3c8404;
}
.btn-primary.business:hover{
    border-color: #3c8404;
    background-color: #3c8404;
    color: white;
}
.btn-primary.business i{
    margin-left: 20px;
}
.btn-secondary.business{
    border-color: #3c8404;
    background-color: transparent;
    color: white;
    padding: 14px 24px;
}
.btn-secondary.business:hover{
    background-color: #3c8404;
    border-color: #3c8404;
    color: white;
}
.btn-secondary.business i{
    margin-left: 20px;
}
.services-section {
    z-index: 5;
    position: relative;
    padding: 90px 60px;
}
.services-section::before{
    background-image: linear-gradient(black, rgba(0, 0, 0, 0));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.service-section .manage{
    flex-direction: row;
    justify-content: center;
    column-gap: 13.5px;
    row-gap:  13.5px;
    align-items: stretch;
    margin-top: 100px;
    margin-bottom: 100px;
}
.service-section .manage__box{
    display: flex;
    flex-direction: column;
    width: 160px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16.875;
    transition: .5s;
    background-color: rgba(0,0,0,0.4);
}
.service-section .manage__box:hover{
    width: 175px;
    background-color: rgba(255,255,255,0.1);
}
.service-section a.manage__box{
    text-decoration: none;
    color: white;
}
.clients-section,
.payment-gateway-section{
    padding: 90px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.clients__container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.clients__logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 100px;
    row-gap: 100px;
    align-items: stretch;
    margin-top:  100px;
    margin-bottom:  100px;
    background-color: #cbcbcb;
    border-radius: 2rem;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-right: 100px;
    padding-bottom: 45px;
    padding-left: 100px;
}
.clients__logo:not(.tag), .clients__logos img {
    object-fit: contain;
    outline: none;
    vertical-align: middle;
    max-width: 100%;
    border-radius: var(--radius)
}
.clients__logo {
    width: 110px;
    height: 80px;
}
.business-image-1 {
    background-image: url(../images/01-Payment-Gateways-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;    
    aspect-ratio: 7 / 5;
}
.business-image-2 {
    background-image: url(../images/02-Onboarding.jpg);
    background-size: cover;
    width: 65%;
    aspect-ratio: 6 / 7;
}
.business-image-3 {
    background-image: url(../images/03-Simplified.jpg);
    background-size: cover;
    width: 65%;
    aspect-ratio: 6 / 7;
}
.business-image-4 {
    background-image: url(../images/04-Paylink.png);
    background-size: cover;
    aspect-ratio: 10 / 9;
    width: 80%;
}
.business-image-5 {
    background-image: url(../images/05-api.jpg);
    background-size: cover;
    aspect-ratio: 5 / 1;
    border-radius: 2rem;
    width: 100%;
}
.business-image-6 {
    background-image: url(../images/06-smartpos.jpg);
    background-size: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.business-image-7 {
    background-image: url(../images/07-we-accept.jpg);
    background-size: cover;
    width: 600px;
    aspect-ratio: 5 / 1;
}
.business-image-8 {
    background-image: url(../images/08-smart-box.jpg);
    background-size: cover;
    width: 100%;
    aspect-ratio: 5 / 4;
}
.business-image-9 {
    background-image: url(../images/10-QR-code.jpg);
    background-size: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.business-image-10 {
    background-image: url(../images/11-wallet.jpg);
    background-size: cover;
    aspect-ratio: 15 / 7;
    width: 100%;
}
.business-image-11 {
    background-image: url(../images/11-Cash.png);
    background-size: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.business-image-12 {
    background-image: url(../images/12-Empower-Your-Employees.jpg);
    background-size: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.business-image-13 {
    background-image: url(../images/13-zero.png);
    background-size: cover;
    aspect-ratio: 7/5;
    width: 100%;
}
.business-image-14 {
    background-image: url(../images/15.png);    
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 6/5;
    width: 100%;
}
.business-image-15 {
    background-image: url(../images/16.jpg);
    background-size: cover;
    aspect-ratio: 9 / 4;
    width: 100%;
}
.business-image-16 {
    background-image: url(../images/17.jpg);
    background-size: cover;
    aspect-ratio: 5 / 4;
    width: 100%;
}
.business-content__image {
    border-radius: 2rem;
}
.clients-text h2{
    margin-bottom: 200px;
}
.clients-image{
    margin-top: 200px;
}
.overview li{
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 28px;
}
.overview .icon{
    margin-right: 25px;
    color: #3c8404;
    font-size: 14px;
}
.more-services-section,
.visit-visa-section{
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 90px;
}
.national-lottery {
    background-image: url(../images/Lottery-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 60vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 67.5px;
    padding-block: 90px;
    padding-inline: 60px;
}
.national-lottery__logo-wrapper {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.national-lottery__content-wrapper {
    flex-direction: row;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    display: grid;
    align-items: initial;
    grid-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-content: center;
}
.national-lottery__buy-ticket-button {
    background-color: white;
    z-index: 5;
    position: absolute;
    margin-bottom: 45px;
    width: 80%;
    border-radius: 50vw;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 13px;
    padding-left: 30px;
    text-decoration: none;
}
.national-lottery__text {
    display: flex;
    row-gap: 30px;
    column-gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.national-lottery__media {
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.national-lottery__container {
    row-gap: 67.5px;
    column-gap: 67.5px;
}
.national-lottery__logo-wrapper {
    align-self: center !important;
    justify-content: center;
    align-items: center;
}
#brxe-yitifz{
    color: #ba3c38;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
}
.national-lottery__tc-wrapper {
    align-items: center;
    justify-content: center;
}
.iloe {
    min-height: 80vh;
    justify-content: center;
    align-items: center;
    background-image: url(../images/iloe-circle.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    background-color: #b3bdff33;
}
.iloe__label {
    position: absolute;
    border-radius: 5px;
}
.id-section {
    min-height: 80vh;
    justify-content: center;
    align-items: center;
    background-image: url(../images/Hero-top-circle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #b3bdff33;
    background-size: 65%;
    padding: 60px 0 90px 0;
}
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.national-bonds__tc {
    text-align: right;
    font-style: italic;
}
.national-bonds__bg-layer-mask {
    background-image: url(../images/half-circle.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.national-bonds__bg-layer-image {
    background-image: url(../images/goods-1024x444.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    inline-size: 60vw !important;
    max-inline-size: 60vw !important;
    margin: 0 calc(-30vw + 50%) !important;
}
.national-bonds-section {
    min-height: 100vh;
    background-image: url(../images/new-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    justify-content: center;
    position: relative;
    isolation: isolate;
    padding-block: 90px;
    padding-inline: 60px;
}
.national-bonds__bg-layer {
    width: 100%;
    min-height: 100%;
    display: grid;
    align-items: initial;
    grid-gap: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    border-radius:0;
    object-fit: cover;
    object-position: center;
    z-index: -2;
    overflow: hidden;
}
.cashnow__clock{
    position: absolute;
    z-index: 10;
    right: -5%;
}
.cashnow__phone {
    position: absolute;
    z-index: 5;
}
.cashnow__money {
    position: absolute;
    width: 100%;
}
.cashnow-section{
    min-height: 90vh;
    background-image: url(../images/cashnow-bg-1.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;   
    justify-content: center;
    padding-block: 90px;
    padding-inline: 60px;
}
.download-botim {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #011fe5;
    color: white;
    padding-block: 90px;
    padding-inline: 60px;
    padding-top: 150px;
}
.download-botim .bricks-background-video-wrapper {
    background-size: cover;
    height: 100%;
    left: -2px;
    overflow: hidden;
    pointer-events: none;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: url(../images/donwload-botim-bg-poster.jpg);
}

.download-botim .bricks-background-video-wrapper video{
    width: 100vw!important;
    height: auto!important;
}
.download-botim__container {
    backdrop-filter: blur(20px);
    padding: 45px;
    background-color: #00000066;
    border-radius: 2rem;
}
 .download-botim .bricks-background-video-wrapper video {
    border: none;
    height: inherit;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
}
.download-botim__heading {
    font-size: 5.5rem;
    line-height: 0.95em;
    letter-spacing: -2px;
}
.download-botim__qr-wrapper {
    display: grid;
    align-items: initial;
    grid-gap: 30px;
}
.download-botim__app-play-store {
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
}
.download-botim__svg {
    width: 300px;
    height: auto;
}
.unicorn-embed {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.toptitle {
    position: relative;
}
.topletter, .letter {
    display: inline-block;
    white-space: pre;
}
.floating-img {
    position: absolute;
    width: 100px;
    height: auto;
}    
.title {
    /*padding-top: 160px;*/
}
.word {
    display: inline-block;
    white-space: pre;
}
.subtitle {
    opacity: 0;
    transform: translateY(20px); 
}
.text-gray {
    color: #a6a6a6;
}
.text-blue{
    color: #011fe5;
}
.animated-text .word {
    display: inline;
    white-space: nowrap;
}
.new-line{
    display: block;
}
.cards {
    position: relative;
}
.strelica{
    display: none;
}p.lighter{
    color: #a6a6a6;
}
#svghand {
     position:absolute;
    bottom:-500px;
    right:0;
    height: 75vh;
}
#svghandconnect {
    position:absolute;
    right: 0;
    height: 80vh;
    bottom: 0;
}
#svghandmoney {
    position:absolute;
    bottom: 15px;
    height: 85vh;
    left: 0;
}
#imgbot, #imgheart, #imgheartconn {
    width:100px;
}
#pnghand1 {
    width: 250px;
    position:absolute;
    left: 0;
    top: 0;
}
#pnghand3, #pnghand4 {
    width: 250px;
}
#imgherophone {
    margin-top: 100px;
}
#imglbl1 {
    transform: translate(200px, 104px);
}
#imglbl2 {
    transform: translate(150px, -230px);
}
#imglbl3 {
    transform: translate(-266px, 0px);
}
/*footer*/
footer{
    background-color: black;
    color: white;
    padding: 90px 60px;
    text-transform: lowercase;
}
footer h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}
footer .logo{
    width: 400px;
    padding-bottom: 70px;
}
footer h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
footer ul li{
    padding-bottom: 4px;
}
footer a{
    color: #a6a6a6;
    text-decoration: none;
    transition: all .2s ease;
}
footer a:hover{
    color: #011fe5;
}
footer .icons li{
    background-color: white;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    color: #000;
    font-size: 24px;
}
footer .icons a, footer .icons a:hover  {
    color: #000;
}
body#businesspage{
    background-color: black;
}
.connect-new-section{
    min-height: 100vh;
    background-color: #011fe533;
    background-image: linear-gradient(0deg, white, rgba(0,0,0,0));
    padding: 90px 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.connect-new-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
    grid-gap: 1.5rem;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.cards-video video{
    width: auto;
    height: 100%;

}
.width-70{
    inline-size: 70%;
    max-inline-size: 100%;
}
.width-40{
    inline-size: 40%;
    max-inline-size: 100%;
}
h3.smaller{
    font-size: 26px;
    line-height: 32px;
}
.cards-video video{
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
}
.faq-image{
    max-width: 125px;
}
.invest-in-gold-section{
    padding: 0 60px 90px 60px;
}
.invest-in-gold-section h1,
.invest-in-gold-section h2,
.invest-in-gold-section h3,
.invest-in-gold-section td,
.invest-in-gold-section th{
    color: black;
}
.invest-in-gold-title{
    background-color: #b3bdff80;
    padding-top: 200px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    min-height: 400px;
    margin-bottom: 60px;
}
.invest-in-gold-title h1{
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
}
.invest-in-gold-section td,
.invest-in-gold-section th{
    border-bottom: 1px solid #011fe5;
    padding: 1rem 1rem 1rem 0;
    vertical-align: top;
}
.invest-in-gold-section td:nth-child(1) {
    font-weight: 700;
    color: #011fe5;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: #111; 
        color: #fff;
        width: 100%;
        padding: 0.5rem 1rem;
        display: none;
    }
    .navbar-nav .dropdown.open-mobile .dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu a.dropdown-item {
        color: #fff;
        padding-left: 1rem;
    }
    .navbar-nav .dropdown-menu a.dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .navbar-nav .dropdown h2 {
        font-size: 1rem;
        margin-top: 1rem;
        color: #b3bcf2;
    }
    .dropdown-menu .container {
        flex-direction: column !important;
        padding: 0;
    }
    .dropdown-menu .col-3 {
        width: 100% !important;
        padding: 0;
    }
    .dropdown-menu ul {
        padding-left: 0;
    }
    .navbar-toggler .icon-bar {
        font-size: 1.5rem;
        color: white;
        display: inline-block;
        transition: opacity 0.2s ease;
    }
    .navbar-toggler .open-icon {
        display: inline;
    }
    .navbar-toggler .close-icon {
        display: none;
    }
    .navbar-toggler[aria-expanded="true"] .open-icon {
        display: none;
    }
    .navbar-toggler[aria-expanded="true"] .close-icon {
        display: inline;
    }
    .navbar-nav .dropdown-menu.show{
        display: inline-block;
        opacity: 1;
    }
    .navbar-nav .dropdown-menu.show .nav-link-wrapper{
        display: block!important;
    }
    .navbar .btn.btn-secondary {
        display: none !important;
    }
    .navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none;
        background-color: transparent; 
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .dropdown-toggle span::after{
        display: none;
    }
    .strelica{
        display: block;
        margin: 24px 15px 24px 0;
    }
    .dropdown-menu ul{
        gap: 0;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 2.9rem;
    }
    h2{
        font-size: 2.9rem;
        margin-bottom: 20px;
    }
    h2.greater{
        font-size: 46px;
    }
    h2:not(.animated-text, .fadein, .toptitle){
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero h1{
        width: 17ch;
        max-width: 75%;
    }

    .hero-text h1 .text-gray,
    .business-hero .hero-text h1 .text-gray{
        width: auto;
    }
    h3{
        font-size: 26px;
        line-height: 32px;
    }
    h3.blocktitle{
        font-size: 28px;
    }
    .hero p{
        font-size: 24px;
    }
    p{
        font-size: 16px;
    }
    .all-in-one, .this-is-botim{
        padding: 30px 15px;
        min-height: unset;
    }
    footer{
        padding: 30px 0px;
    }
    .why{
        overflow: hidden;
        padding: 30px 15px;
    }
    .download-section{
        padding: 30px 15px;
        overflow: hidden;
    }
    .chat-content__chat-box{
        width: 100%;
    }
    .manage {
        flex-wrap: wrap;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .business-image-7{
        width: 100%;
    }
    .point-of-sale-section,
    .salary-card-section,
    .merchant-dashboard-section{
        padding-left: 0;
        padding-right: 0;
    }
    .overview .icon{
        margin-right: 10px;
    }
    .clients__logos{
        flex-wrap: wrap;
        padding-right: 32px;
        padding-left: 32px;
        row-gap: 32px;
        column-gap: 32px;
        margin-bottom: 0;
    }
    .clients__logo{
        width: 90px;
    }
    .title-section{
        padding: 30px 15px;
    }
    .imt-section,
    .national-bonds-section{
        padding: 30px 0;
        overflow: hidden;
    }
    .national-bonds__bg-layer{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .national-bonds__bg-layer-mask{
        background-image: url(../images/half-circle-top.svg);
        background-size: cover;
        background-position: top center;
    }
    .national-bonds__bg-layer-image {
        background-size: 120%;
        background-position: center right;
        inline-size: 100% !important;
        max-inline-size: 100% !important;
        margin: 0 !important;
    }
    .national-bonds__media-wrapper {
        justify-content: flex-end;
    }
    .national-bonds__media-wrapper {
        padding-bottom: 30px;
    }
    .hero {        
        background-position: 30% center;
        padding-top: 8rem;
    }
    .more-hero{
        background-position: 50% 125%;
    }
    .more-hero .title{
        padding-top: 0px;
    }
    .connect-hero {
        background-position: 40% center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 15px;
    }
    .connect-hero{
        position: relative;
        overflow: hidden;
    }
    .connect-text{
        min-height: 100vh;
        position: absolute;
        bottom: 100px;
        justify-content: end;
    }
    
    .chat-box__search-text{
        font-size: 16px;
    }
    .chat-section{
        padding-bottom: 100px;
    }
    .download-section{
        background-attachment: scroll;
    }
    .money-hero {
        background-position: 45% center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero.money-hero h1{
        width: 10ch!important;
        max-width: 90%;
    }
    .money-text{
        max-height: 100vh;
    }
    /*.money-text h3{
        position: absolute;
        right: 0;
        top: 200px;
    }
    .money-text h1{
        position: absolute;
        right: 0;
        top: 100px;
    }*/
    .send-money-image{
        height: 40vh;
    }
    .wallet-section {
        min-height: 50vh;
        background-position-x: 20%;
    }
    .prepaid-cards-section {
        min-height: 50vh;
        background-position-x: 0%;
    }
    .local-transfers-section{
        background-position-x: 10%;
        padding-bottom: 30px;
        min-height: 60vh;
    }
    .service-icon{
        background-color: #e6e9ff3b;
        padding: 15px;
    }
    .bills-and-recharge-section{
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 80px;
    }
    .download-botim{
        padding: 100px 15px 30px 15px;
    }
    .download-botim__heading {
        font-size: 46px;
    }
    .more-image{
        position: relative;
        min-height: 70vh;
    }
    .more-services-section, .visit-visa-section, .connect-new-section{
        padding: 30px 15px;
    }
    .iloe{
        background-position: bottom center;
        background-image: url(../images/Hero-top-circle.png);
        background-repeat: no-repeat;
        background-size: 150%;
    }
    .business-hero{
        padding-bottom: 0;
        background-position: 75% center;
    }
    .business-hero .hero-text{
        position: absolute;
        bottom: 100px;
    }
    .btn-primary.business{
        padding: 14px 18px;
    }
    .btn-primary.business i{
        margin-left: 0px;
    }
    .clients-section{
        padding: 30px 15px 0 15px;
    }
    .clients-image{
        margin-top: 0;
    }
    .payment-gateway-section{
        padding: 30px 0;
    }
    .payment-gateway-section h3, 
    .point-of-sale-section h3{
        padding: 0 15px;
    }
    .business-image-2 {
        width: 100%;
        margin-top: 30px;
    }
    .business-image-3 {
        width: 100%;
    }
    .point-of-sale h3,
    .salary-card-section h3,
    .merchant-dashboard-section h3{
        padding: 0 15px;
    }
    #svghand {
        right: -25%;
        width: 50vh;
    }
    #svghandconnect {
        height: 40vh;
        right: -20%;
    }
    #svghandmoney {
        height: 250px;
    }
    #imgbot, #imgheart, #imgheartconn {
        width:85px;
    }
    #pnghand1 {
        width: 175px;
    }
    #pnghand3, #pnghand4 {
        width: 150px;
    }
    #imgherophone {
        margin-top: 0;
        width: 70%;
        height: 80%;
    }
    #imglbl1 {
        transform: translate(120px, 104px);
    }
    #imglbl2 {
        transform: translate(80px, -230px);
    }
    #imglbl3 {
        transform: translate(-120px, 0px);
    }
    .clients-text h2 {
        margin-bottom: 20px;
    }
    .service-icon {
        width: 90px;
    }
    .service-icon img{
        width: 100%;
        height: auto;
    }
    .id-image{
        width: 80%;
    }
    .id-section {
        background-position: bottom center;
        background-image: url(../images/Hero-top-circle.png);
        background-repeat: no-repeat;
        background-size: 150%;
        min-height: 60vh;
    }
    .service-icon.no-bg{
        padding: 0;
        margin-bottom: 20px;
    }
    .cashnow-section{
        padding: 30px 15px;
    }
    footer .logo{
        width: 350px;
        padding-bottom: 20px;
    }
    footer li a{
        font-size: 16px;
    }
    footer .icons li{
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .national-lottery{
        padding: 30px 15px;
    }
    .national-lottery__content-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .brxe-svg, .brxe-image{
        max-width: 100%;
        height: auto;
    }
    .overflow-hidden-m{
        overflow: hidden;
    }
    a.nav-link span{
        border: none;
    }
    .nav-link:focus span, .nav-link:hover span, .nav-item.dropdown:hover > .nav-link span{
        background-color: transparent;
        border: none;
        border-radius: 0;
    }
    .iloe__label{
        max-width: 100%;
    }
    .send-now-pay-later-section{
        padding-bottom: 30px;
        min-height: 75vh;
        background-position: center center;
        background-size: cover;
    }
    #cashnow-animation {
        overflow: hidden;
        min-height: 512px;
    }
    .cashnow__clock{
        position: absolute;
        z-index: 10;
        scale: 0.6;
        right: -20%;
        top: 20%;
    }
    .cashnow__phone {
        position: absolute;
        z-index: 5;
        height: 500px;
    }
    .cashnow__money {
        position: absolute;
        width: 120%;
    }
    .connect-new-wrapper{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr 1fr 1fr;
    }
    .cards-video video{
        left: 50%;
        width: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
    }
    #section-img{
        grid-column: 1/3;
        grid-row: 2/3;
    }
    .width-70{
        inline-size: 100%;
    }
    .width-40{
        inline-size: 100%;
    }
    .invest-in-gold-section{
        padding: 0 15px 30px 15px;
    }
    .invest-in-gold-title{
        min-height: 275px;
        padding-top: 115px;
        padding-bottom: 15px;
    }
    .faq-image{
        max-width: 80px;
    }
    .invest-in-gold-title h1{
        font-size: 32px;
    }   
    .download-botim .bricks-background-video-wrapper video{
        width: unset!important;
        height: unset!important;
    }
}
@media (max-width: 576px) {
    #imglbl1 {
        transform: translate(40px, 120px);
    }
    #imglbl2 {
        transform: translate(30px, -230px);
    }
    #imglbl3 {
        transform: translate(-40px, 0px);
    }
    .connect-text h3{
        width: 10ch;
    }
}
@media (max-width: 1024px){
    .download-botim .bricks-background-video-wrapper video{
        width: unset!important;
        height: unset!important;
    }
}
@media only screen and (orientation: landscape) and (max-height: 500px) {
  .connect-text h3{
        position: absolute;
        top: 100px;
        left: 0;
    }
    .connect-text h1{
        position: absolute;
        top: 150px;
        left: 0;
    }
    .connect-text p.subtitle{
        position: absolute;
        top: 300px;
        left: 0;
    }
    .money-text h3{
        top: 0px;
    }
    .money-text h1{
        top: -120px;
    }
    .business-hero .hero-text {
        margin-top: 0px;
    }
    .business-hero .hero-text h1{
        padding-bottom: 30px;
    }
    #imgheartconn{
        position: absolute;
        right: 40%;
    }
    #svghandconnect{
        height: 80vh;
    }
    #svghand{
        right: 0;
    }
}
