@font-face {
    font-family: Futura;
    src: url("/Futura_Medium.otf") format("opentype");
}
@media only screen and (max-width: 480px) {
    .fs-carrusel {
        font-size: 3em !important;
    }
    .img-banners{
        object-fit:cover!important;
        height:300px!important;
    }
  }
html {  
    scroll-behavior: smooth!important;  
}
body{
    font-family: Futura;
    background-color:#000;
}
.bg-black-full{
    background-color: #000;
}
.color-black-true{
    color:#000!important;
}
.color-red-true{
    color:#962418!important;
}
.circle-red{
    background-color: #962418;
    border-radius: 50%;
    padding:1px!important;
    width:25px!important;
    height:25px!important;
    text-align: center;
    align-self: center!important;
}
.about-area{
    background-image: url('/img/gb-about.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right bottom;
}
.services-area{
    background-image: url('/img/bg-services.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.underline-tit{
    background-image: linear-gradient(#962418 0 0);
    background-position: left bottom; 
    background-size: 15% 2px; 
    background-repeat: no-repeat;
    padding-bottom: 1px; 
}
.text-red-tit{
    color:#962418!important;
    font-size: 2.5rem!important;
}
.border-red-left{
    border-left: solid 2px #962418;
}
.underline-tit-large{
    background-image: linear-gradient(#962418 0 0);
    background-position: left bottom; 
    background-size: 100% 2px; 
    background-repeat: no-repeat;
    padding-bottom: 1px; 
}
.border-red{
    border:solid 2px #962418!important;
}
.hand{
    cursor:pointer!important;
}
.hand:hover{
    cursor:pointer!important;
}
.bg-button-serv{
    border-radius: 20px;
    background-color: rgba(255, 0, 0, 0.3);
    /* border: solid 2px #fff; */
}
option{
    color:rgb(255,0,0);
 }
 .foot{
    font-size: 0.8rem;
 }
 .fs-carrusel{
    font-size: 5em;
 }
.img-banners{
    object-fit:cover!important;
     height:500px;
}