@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* TONS DO SITE

Escuro base para o fundo: #131A20
Azul Padrão: #0ba6dd;
Azul mais escuro: #0dc0ff;
*/

@font-face{
    font-family:'Kohinoor Bangla Light';
    src: url('KohinoorBangla-Light.otf')
    format('opentype');
    font-weight: thin;
    font-style: thin;
}

@font-face{
    font-family:'Kohinoor Bangla Regular';
    src: url('KohinoorBangla-Regular.otf')
    format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'Kohinoor Bangla Medium';
    src: url('KohinoorBangla-Medium.otf')
    format('opentype');
    font-weight: medium;
    font-style: medium;
}

@font-face{
    font-family:'Kohinoor Bangla Semibold';
    src: url('KohinoorBangla-Semibold.otf')
    format('opentype');
    font-weight: 'semibold';
    font-style: 'semibold';
}

@font-face{
    font-family:'Kohinoor Bangla Bold';
    src: url('KohinoorBangla-Bold.otf')
    format('opentype');
    font-weight: bold;
    font-style: bold;
}

*{
    margin: o;
    padding: 0;
}

body{
    background: #131a20;
}

.landing-body{
    display: flex;
    height: 100vh;
    padding: 30px 0px;
}

.landing-text{
    margin-top:80px;
    background: rgba(220,220,220, .1);
    border-radius: 10px;
    padding: 30px 0px;
    padding-right: 10px;
}



.landing-header h2{
    font-family: 'Kohinoor Bangla Bold';
    color: #38aade;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left;
    font-size: 30px;
    padding-left: 20px;
}

.landing-header h2 img{
    margin-bottom: 20px !important;
    margin-left: -10px;
}

.landing-header h4{
    font-family: 'Kohinoor Bangla Light';
    color: #fff;
    font-size: 17px;
    text-align: left;
    padding-left: 20px;
}

.landing-text h4 span{
    color: #0dc0ff;
    font-family: 'Kohinoor Bangla Bold';
}

.plano-tipo h4{
    font-family: 'Kohinoor Bangla Semibold';
    color: #0dc0ff;
    font-size: 23px;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.plano-tipo p{
    font-family: 'Kohinoor Bangla Light';
    color: #fff;
    padding-left: 20px;
    font-size:15px;
    letter-spacing: 0px;
}

.landing-rodape h5{
    color: #fff;
    font-family: 'Kohinoor Bangla Light';
    font-size: 15px;
    padding-left: 20px;
    padding-top: 20px;
}

.landing-buttons{
    padding-left: 20px;
}

.landing-buttons button{
    background: #0dc0ff;
    font-family: 'Kohinoor Bangla Medium';
    color: #fff;
    border:none;
    padding: 7px 15px;
    margin-top: 10px;
    margin-right: 10px;
}

.div-vazia{
    padding-top:80px;
}

.img-complemento{
    margin-top: 0px;
    background: url('new-teste.png') center center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-left: 0px;
}

@media(min-width:200px) and (max-width:991px){
    .div-vazia{
        display: none;
    }
}

@media(min-width: 992px){
    .div-vazia{
        display: block;
    }
}


@media (min-width:323px) and (max-width:767px){
    body{
        background: #272D33;
    }

    .landing-text{
        margin-top: 0px !important;
        height: 100vh;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-radius: 0px !important;
    }

}

@media(min-width:200px) and (max-width:322px){
    body{
        background: #272D33;
    }
    
    .landing-buttons{
        text-align: center;
        display: block;
        margin-top: 10px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .landing-text{
        margin-top: 0px !important;
        height: 100vh;
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        border-radius: 0px !important;
    }
}