.bg-img-head {
    height: 90vh;
}

.title-sm {
    font-size: 18px !important;
}

.title-lg {
    font-size: 76.8px !important;
}

.website-p {
    font-size: 18px;
    padding: 25px 0;
    border-bottom: 0.01px solid #13357b;
}

.address-p {
    border: none;
}

.website-link{
    font-weight: 500;
}


.company-description {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 0.01px solid #13357b;
}

.short-description {
    color: rgba(34, 34, 34, 0.6);
}

.form-group-amount {
    position: relative;
}


.amount-label {
    position: absolute;
    right: 8%;
    top:50%;
    transform:translate(0,-50%);
    font-size: 22px;
    font-weight: 500;
}

.amount-input {
    border: none;
    font-size: 27px;
    font-weight: 500;
    width: 100%;
    padding: 15px;
    background-color: #f0f0f0 !important;
}

.amount-input:focus, .amount-input:active {
    outline: none !important;
}


.invest-now {
    font-size: 35px !important;
}

.invest-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70.5px;
    border: none;
    font-weight: 500;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    background: #13357b;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) -1px 4px 13px -1px;
    transition: 0.35s ease;
}

.invest-btn i {
    transition: 0.35s ease;
}

.invest-btn:hover > i {
    font-size: xx-large;
}

.statistics__item-title {
    font-size: 2.8rem;
}

.item img {
    height: 400px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav .fa-arrow-left, .owl-nav .fa-arrow-right {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #13357b;
    color: #13357b;
    background-color: rgba(255, 255, 255, .7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
} 

.owl-nav .fa-arrow-left {
    left: 0;
    transition: 0.3s;
}

.owl-nav .fa-arrow-right {
    right: 0;
    transition: 0.3s;
}

.owl-nav .fa-arrow-left:hover,  .owl-nav .fa-arrow-right:hover {
    opacity: 1;
    font-size: x-large;
}



@media only screen and (max-width: 1024px) {
    .bg-img-head {
        height: 40vh;
    }

    .item img {
        height: 380px;
    }

    .title-sm {
        font-size: 16px !important;
    }
    
    .title-lg {
        font-size: 49.92px !important;
    }
}


@media only screen and (max-width: 768px) {
    .title-sm {
        font-size: 14px !important;
    }
    
    .title-lg {
        font-size: 42.27px !important;
    }

    .item img {
        height: 320px;
    }
}


@media only screen and (max-width: 480px) {
    .bg-img-head {
        height: 30vh;
    }

    .title-sm {
        font-size: 14px !important;
    }
    
    .title-lg {
        font-size: 24.8px !important;
    }

    .item img {
        height: 310px;
    }
}