@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-size: 16px;
    font-family: 'Saira', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:bold;
}

.btn-primary {
    background: #252e3c;
    border: none;
}
.btn-primary:hover {
    background: #4472C4;
    border: none;
}
/* .btn:not(.disabled):hover {
    margin-top: 0;
} */

.navbar-brand span {
    font-size: 24px;
    margin-top: 2px;
    color: #252e3c;
    font-weight: bold;
}
nav.navbar {
    background-color: rgba(255,255,255,0.9);
    border-color: #f2f2f2;
}
@media(max-width:767px) {
	nav.navbar {
		background-color: #fff;
	}
}
.top-navbar.navbar-nav>li>a:hover {
    border-top: 2px solid #252e3c;
}

.card-body {
    color: #000;
}

footer {
    background: linear-gradient(90deg, rgba(51,51,51,1) 60%, rgba(0,0,0,1) 100%) !important;
}
footer a, footer a:hover {
    color: #aaa !important;
}

.dropdown-menu {
    min-width: 11rem;
}


#section-home {
	background: url(https://cms-api.chautec.com/api/v1/component/file/25) no-repeat center center fixed;
    background-color: #15171a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
    transition: all 1s ease-in;
	height: 100%;
	min-height: 100vh;
    color: #fff;
}
#section-home .heading-container {
    display: none;
}
#section-home .main-container {
    padding-top: 30px;
}

#section-home h1 {
    text-shadow: 2px 2px 2px #000000;
    font-weight: normal;
    font-size: 25px;
}
.sub-slogan {
    text-shadow: 2px 2px 2px #000000;
    font-size: 16px;
}

.home-description {
    background-color: rgba(255,255,255,0.9);
    color: #000;
    padding: 15px 25px;
    border-radius: 4px;
}
.main-3 {
    background-color: rgb(34 46 60 / 90%);
    width: 100%;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    padding: 35px 15px 25px 15px;
    font-size: 17px;
}
.main-3-heading {
    font-size: 35px;
    margin: 12px 0 40px 0;
}
.main-3 .fa-circle {
    font-size: 11px;
    line-height: 18px;
    margin-right: 5px;
}
.main-3-icon {
    font-size: 60px;
}
.main-3-exchange {
    font-size: 90px;
    margin-top: 40px;
    color: #518be1;
    font-style: normal;
}
.main-3-exchange.fa-level-up-alt {
    font-size: 75px;
    line-height: 90px;
}

#section-pricing .card-header {
    text-align: center;
}

@media(max-width:767px) {
    #section-home .slogan {
        background: #000;
        padding: 15px 20px 5px 20px;
        font-size: 19px;
        margin-top: 20px;
    }
    #section-home h1 {
        margin-top: 0;
    }
    .main-3-exchange {
        transform: rotate(90deg);
    }
    .main-3-exchange.fa-level-up-alt {
        display: none;
    }
    .home-description img {
        margin: 20px 0;
    }
    footer {
        background: linear-gradient(180deg, rgba(51,51,51,1) 60%, rgba(0,0,0,1) 100%) !important;
    }
}


@media(min-width:768px) {
    #component-key-api-docs-menu {
        position: fixed;
        margin-top: -60px;
    }
}