@font-face {
  font-family: "GeneralSans-Variable";
  src: 
    url("font/GeneralSans-Variable.ttf") format("opentype"),
    url("font/GeneralSans-Variable.woff2") format("woff2"),
    url("font/GeneralSans-Variable.woff") format("woff"),
    url("font/GeneralSans-Variable.eot") format("eot");
}

body {

    background-image: url('banner-img.png');
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    color: white;
    font-family: "GeneralSans-Variable";
    overflow: hidden;
    height: 100vh;
}
.site-main > *{
    margin: 0;
}
.container{
    margin: 0 auto;
}

.head{

    font-size: 24px;
    font-weight: 800;
}
    .desc {
        font-size: 17px;
        opacity: .5;
        padding: 7px 0;
    }




.btn-warning {
    background-color: #d2a679;
    border: none;
    padding: 8px 16px;
    font-size: 20px;
}

.logo {
    max-width: 150px;
    height: auto;
}
@media (min-width: 1480px) {
    .container{
        max-width:100%;
        padding:0 10vw;
    }
}
@media (max-width: 767px) {
    .txt_krma_box{
        margin-left:15px;
    }
    body {
        background-position: center right;
    }
}

.site-header,
.site-footer{
    display: none !important;
}
#page {
    padding-top: 0;
}
.site-content{
    padding: 0;
}
#page.container {
    
    padding: 0;
}
.mt-5, .my-5 {
    margin-top: 50px !important;
}