@font-face {
  font-family: BiomeRegular;
  src: url('../fonts/BiomePro-Regular.otf');
}

@font-face {
  font-family: BiomeLight;
  src: url('../fonts/BiomePro-Light.otf');
}

@font-face {
  font-family: NimbusRegular;
  src: url('../fonts/NimbusSanL-Reg.otf');
}

@font-face {
  font-family: NimbusBold;
  src: url('../fonts/NimbusSanL-Bol.otf');
}


html, body{
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    color: #243238;
}

h4 {
    font-size: 40px;
    color: #0c0c0c;
}

h5 {
    font-weight: 400;
}

h1,h2,h3,h4,h6 {
    font-weight: 300;
}

.page-header{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    z-index: 6;
    align-items: center;
    justify-content: center;
}

.page-header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0px 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0;
    z-index: 5;
    transition: all 0.3s ease;
}

.page-header-fixed.header-visible{
    padding: 15px 30px;
    opacity: 1;
}

.logo-img{
    width: 320px;
    margin-right: 80px;
}

.logo-img-customer {
    width: 240px;
}

.logo-img-customer-sm {
    width: 160px;
}

.page-header-fixed .menu-item {
    color: white;
}

.to-top-arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.to-top-arrow-link {
    transition: .3s;
    color: #ffffff !important;
    background: #243238;
    font: 26px/58px 'FontAwesome';
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    height: 58px;
    width: 58px;
    cursor: pointer;
}

.to-top-arrow-link:hover {
    background: #00b3da;
}

.menu-item {
    margin: 0px 15px;
    color: #7c7c7c;
    font-size: 24px;
    transition: color 0.3s ease;
}

a {
    color: #243238;
    transition: color 0.3s ease;
}

a:hover {
    color: #00b3da;
    text-decoration: none;
}

.menu-item:hover{
    color: #00b3da;
    text-decoration: none;
}

.slider-container{
    position: relative;
    height: calc(100vh - 99px);
}

.about-us-container{
    position: relative;
    height: auto;
    background-image: url('/public/img/crypto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-home-1{
    height: calc(100vh - 99px);
    background-image: url('/public/img/slider-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.slider-home-2{
    height: calc(100vh - 99px);
    background-image: url('/public/img/slider-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30%;
}

.slider-header {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 90%;
    text-align: center;
}

.slider-header h1 {
    font-weight: 300;
    font-size: 3rem;
    color: white;
}

.arrow-down-icon{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 56px;
    font-size: 64px;
    color: white;
    transition: color 0.3s ease;
}

.arrow-down-icon:hover {
    cursor: pointer;
    color: #00b3da;
}

.bounce{
    animation: bounce 1.5s infinite;
}

.f-w-400 {
    font-weight: 400;
}

ul {
    padding-inline-start: 20px
}

.text-divider-container hr{
    width: 80px;
}

.text-divider{
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #00b3da;
    max-width: 80px;
    margin: 1rem auto;
}

.logo-img-sm {
    width: 36px;
}

.text-divider-header {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}

.text-divider-header-lg {
    float: left;
    font-weight: 600;
    margin: -5px 0px 0px 0px;
}

.button-regular {
    background: #243238;
    padding: 16px 48px;
    color: white !important;
    display: inline-block;
    border: none;
    font-size: 20px;
    outline: none;
    transition: background 0.3s ease;
}

.button-regular:hover{
    background: #00b3da;
    text-decoration: none;
}

.m-l-15 {
    margin-left: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.w-75{
    width: 75%;
    margin: 0 auto;
}

.w-75-no-margin {
    width: 75%;
}

.w-65-no-margin {
    width: 65%;
}

.m-l-50 {
    margin-left: 50px;
}

.text-gray {
    color: #4c4c4c;
}

.m-l-120{
    margin-left: 120px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.img-full{
    width: 100%;
}

.m-b-30{
    margin-bottom: 30px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-24 { 
    font-size: 24px;   
}

.border-bottom-gray {
    border-bottom: 1px solid #acacac;
}

.bg-gray {
    background: #f5f5f5;
}

.icon-container {
    text-align: center;
}

.mobile-visible {
    display: none;
}

@-webkit-keyframes bounce{
    0%, 100% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(-10px);
    }
}

@media only screen and (max-width: 600px) {
    .text-divider {
        max-width: initial;
    }
    
    .mobile-visible {
        display: initial;
    }
    
    .page-header, .page-header-fixed {
        display: none;
    }
    
    .slider-header {
        width: 90%;
    }
    
    .w-75 {
        width: 90% !important;
    }
    
    .w-75-no-margin {
        width: 90%;
    }
    
    .m-no-float {
        float: none !important;
    }
    
    .logo-img-customer, .logo-img-customer-sm {
        margin-top: 20px;
    }
    
    .slider-header h1 {
        font-size: 2rem;
        text-align: center;
        white-space: initial;
    }
    
    .hamburger-icon {
        font-size: 34px;
        padding: 10px 0px;
    }
    
    .navbar-collapse {
        padding: 0px 15px;
    }
    
    .icon-container {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    h4 {
        font-size: 30px;   
    }
    
    .logo-img-mobile {
        width: 42px;
        margin-top: 5px;
        margin-right: 10px;
    }
    
    .mobile-m-t-0 {
        margin-top: 0px;
    }
    
    .p-t-120 {
        padding-top: 45px;
    }
    
    .p-b-120 {
        padding-bottom: 45px;
    }
    
    .mobile-text-center {
        text-align: center;
    }
}