/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap'); */
/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"); */

/* Icons */
.feat li i::before {
    background-color: #fff;
    border-radius: 50%;
    color: #29ad73;
    fill: #29ad73;
    font-size: 18px;
}
/* 
 */
body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0 auto;
}
a {text-decoration: none;}
a li {color: #fff;}
.text-black a {color: #000;}
.text-white a {color: #fff;}
section.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
section.bg#top {background-image: url(../img/23673.jpg);}
section.bg#vid {width: 100vw; height: auto; background-image: url(../img/23673.jpg);}
ul {list-style: none;}
.bg-opacity-75 {opacity: 0.99;}
.brand img {width: 90%;}
/* 
* Media Queries
*/
@media (min-width: 768px) {
    .mobi-pay {display: none !important;}
}
@media (min-width: 992px) {
    .fs-auto {font-size: 2rem;}
}
@media (max-width: 991px) {
    /* .mq-991 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 !important;
        margin: 0;
    } */
    .d-wrap {display: block !important;}
    .col-w100 {width: 100% !important;}
    .fs-auto > svg {width: 32px !important;}
}
@media (max-width: 767px) {
    .desk {display: none !important;}
    .mobi-mb {margin-bottom: 1.5rem; width: 60%;}
    section#bot.bg {background-image: url(../img/23673.jpg);}
}
@media (max-width: 640px) {
    .hide {display: none;}
}
@media (max-width: 580px) {
    .brand img {width: 75%;}
}