.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 #00aeef;
}

.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 #00aeef;
}

.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: #00aeef;
    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;
}
@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;
    }
}