body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color:white;
    overflow-x: hidden;
    background-color: #0a0a20;
}
section {
    overflow: hidden !important;
}
.h1{
    font-size: 72px;
    font-weight: 600;
}
.h2{
    font-size: 50px;
    font-weight: 600;
}
.h3{
    font-size: 35px;
    font-weight: 600;
}
.h4{
    font-size: 28px;
    font-weight: 600;
}
.navbar-nav .nav-item{
    margin-left: 30px;
}
.navbar-nav .nav-link{
    color:white;
    font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
    color: rgb(255 174 31);
}
.navbar-toggler-icon {
    background-image: url(../img/menu-icon.svg);
}
#hero {
    height: 100vh;
}
.hero-overlay{
    background-image: url(../img/banner-bg2.png);
    background-repeat: repeat-x;
    height: 242px;
}
.hero-video {
    z-index: -3;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
.big-h{
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: darkorange;
}
.text-orange{
    color: darkorange;
}
#service,.footer-lower{
    background-color: #242424;
}
.thumb-img {
    padding-bottom: 65%;
    overflow-y: hidden;
    position: relative;
}
.thumb-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.card-news-thumb .card{
    margin-top: -2em!important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .85);
}
.card-news-thumb{
    text-decoration: none;
}
.card-news-thumb:hover .card{
    margin-top: -3em!important;
    transition: all .4s;
    background-color: darkorange;
    color: white;
}
.btn-outline-orange{
    border-color: darkorange;
    color: darkorange;
}
.btn-outline-orange:hover{
    background:darkorange;
    color:white
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 200px;
    margin: 0 45px;
}
.staff{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5);
    background-color: unset;
}
.staff .card{
    border: none;
    background-color: #404040;
    border-radius: 0;
    margin-top: -3em;
}
.staff2{
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .15);
    background-color: unset;
}
footer .card{
    background-color: darkorange;
}
footer .card input,footer .card textarea,footer .card .form-floating>.form-control,footer .card .form-floating>.form-control-plaintext{
    background-color: unset!important;
    border: none;
    border-bottom:2px solid white;
    border-radius: 0;
    color: white!important;
    padding: 15px 0;
}
footer .card input::placeholder,footer .card textarea::placeholder {
    color: white
}
.footer-lower{
    margin-top: -26em;
}
.scroll-icon{
    animation: float 1s infinite;
}
.scroll-icon2{
    transform: translatey(0px);
	animation: float2 2s ease-in-out infinite;
}
@keyframes float {
    0%   {margin-top:-120px;}
    50%  {margin-top:-80px;}
    100% {margin-top:-120px;}
}
@keyframes float2 {
	0% {
		transform: translatey(-10px);
	}
	50% {
		transform: translatey(40px);
	}
	100% {
		transform: translatey(-10px);
	}
}
#about,#client,#mm,body#app,#cex{
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
}
#cex{
    background-image: url(../img/bg3.png);
}
.card{
    background-color: #181836;
}
.bg-orange{
    background: linear-gradient(90deg,rgba(246, 140, 31, 1) 21%, rgba(227, 24, 142, 1) 100%);
    box-shadow: 0 2em 2em 0em #f68c1f5e;
}
.card-2{
    background-color: #262647;
    box-shadow: 0 2em 2em 0em #00000080
}
.text-success{
    color:#2ace82!important
}
.header-app{
    height: 50px;
}
.picked{
    background-color: coral;
}
.avatar-small{
    padding-bottom: 40px;
    width: 40px;
    overflow-y: hidden;
    position: relative;
}
.avatar-small img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}

@media (max-width:992px){
    
}
@media (max-width:768px){
    .h1{
        font-size: 48px;
    }
    #about2 img{
        display: none;
    }
    #about2 .m2{
        margin-top:30px
    }
}