* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: web;
    src: url(../images/Acrom\ Regular.ttf);
}

html, body{
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: web;
    background-image: url(../images/Web_BG.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    height: 100vh;
    z-index: -1;
}



.btn-color a {
    background: rgb(158, 0, 9);
    background: linear-gradient(90deg, rgba(158, 0, 9, 1) 0%, rgba(255, 0, 28, 1) 100%);
    color: #ffff;
    cursor: pointer;
    padding: 10px 30px;
    min-width: 120px;
}
.country-dropdown{
    margin: 0px 15px;
}
.btn-color a:hover {
    color: #ffff;
    opacity: 0.8;
}
.country-dropdown button{
    background: transparent;
    border: 0px;
}
.country-dropdown  i{
    height: 30px;
    width: 30px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}
.country-dropdown button span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-top: -24px;
}
.dropdown-menu{
    background: transparent;
}
.dropdown-menu li a.dropdown-item{
    padding: 0;
}
.country-dropdown .dropdown-menu{
    padding-left: 0px !important;
}

.logo-img {
    /*max-width: 359px;*/
    display: block;
    text-align: center;
}
.logo-img img{
    max-height: 300px;
    margin-top: 100px;
}

.megabit-text {
    /*max-width: 67%;*/
}

.megabit-text p:first-child {
    margin-top: 0;
    margin-bottom: 1rem;

    font-size: 19px;
    margin-top: 35px;
}

.megabit-text p:last-child {
    font-size: 10px;
    margin-top: 35px;
    padding: 0 15px;
}

.mobile-button {
    /*display: none;*/
}

.country-dropdown .dropdown-item {
    display: flex !important;
    gap: 10px;
}

.side-nav::before {
    /*padding: 20px;*/
    /*height: 600px;*/
    /* width: 100px; */
    background-color: #000000;
    z-index: -99;
    position: absolute;
    height: 100vh;
    width: 170px;
    content: '';
}
.side-nav{
    position: absolute;
    height: 100vh;
    width: 170px;
    /*padding: 20px;*/
}

.side-nav ul {
    padding-left: 13px;
    color: #ffff;

}

.side-nav ul li {
    list-style-type: none;
    line-height: 40px;
    cursor: pointer;
    font-family: web;
    font-size: 13px;
}


.side-nav2{
    position: absolute; left: 0px; top: 0px;
    z-index: 99999 !important;
}

.side-nav2 ul {
    padding-left: 13px;
    color: #ffff;

}

.side-nav2 ul li {
    list-style-type: none;
    line-height: 40px;
    cursor: pointer;
    font-family: web;
    font-size: 13px;
}

.es {
    color: #fff;
    margin-top: 5px;
}
.container-fluid{
    /*height: 100vh;*/
}

.container-fluid .row{
    /*height: 100vh;*/
}
.men-img{

}
.col-xl-7.h-100 img {
    position: absolute;
    bottom: 0;
    max-height: 100vh;
    left: 0;
    z-index: 99999;
}
.custom-height{
    height: calc(100vh - 80px);
}
.overley{
    margin-top: -80px;
    z-index: 99999;
    position: relative;
}
.custom-menu a{
    color: #fff;
    text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover{
    background: transparent;
}
.dropdown-item:focus span, .dropdown-item:hover span{
    color: #d21b31;
}
.mobile-button{
    display: none;
}

@media only screen and (max-width: 1280px) {
    html, body{
        overflow: visible;
    }
    .body {
        background-image: url(../images/mob.gif);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        height: 100vh;
    }

    .side-nav, .side-nav2 {
        display: none;
    }

    .btn-color button {
        display: none;

    }

    .megabit-text {
        min-width: 100%;
    }

    .megabit-text p:first-child {
        margin-bottom: -1rem;
        font-size: 15px;
    }

    hr {
        display: none;
    }

    .mobile-button {
        display: block !important;
        margin: 0;
        padding: 0;
        
    }

    .men {
        display: none;
    }

    .mobile-button button {
        color: #ffff;
        background: rgb(158, 0, 9);
        background: linear-gradient(90deg, rgba(158, 0, 9, 1) 0%, rgba(255, 0, 28, 1) 100%);
        width: 130px;
        display: flex;
        justify-content: center;
    }

    .logo-img {
        max-width: 100%;
    }

    .logo-img img{
      height: 250px;
    }

    .m-hide{
        display: none !important;
    }
}