body {
    font-family: 'Montserrat', sans-serif !important;
}

.nav-link {
    font-size: 18px !important;
    color: #000 !important;
    padding-right: 50px !important;
}

.nav-item .active {
    font-weight: bold;
}

.navbar {
    margin-top: 12px !important;
}

.btn-oren {
    background: #E8772F !important;
    font-size: 12px !important;
    padding: 10px 30px 10px 30px !important;
    color: white !important;
}
.display-1 {
    color: white;
    font-weight: 700 !important;
    padding-top: 300px !important;
}
.lead {
    color: white;
    font-size: 35px !important;
    font-weight: 600 !important;
}
.mb-header {
    margin-bottom: 180px;
}
.nsection {
    padding: 60px 100px 0 !important;
}
.title-section {
    color: #E8772F;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.description {
    color: #2F74B9;
}
.carousel-indicators {
    top: 520px;
}
.carousel-indicators [data-bs-target] {
    background-color: #1127e3 !important;
}
.p-10 {
    padding:10px
}
.text-oren {
    color: #E8772F;
}
.text-blu {
    color: #2F74B9;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 50px;
}
.footer {
    /* background-color: #EAF1F8; */
}

.footer-column p {
    font-size: 14px;
}

.size-sosmed {
    font-size:25px
}

.size-sosmed a {
    color: #000 !important;
}

.solutions .row {
    background-color: #2F74B91A;
}

.contact-us {
    background-color: #EAF1F8;
    margin-right: 100px;
    margin-left: 100px;
    padding: 50px 20px;
    width: 100%;
    border-radius: 5px;
}

.contact-us input, .contact-us textarea {
    background-color: #2F74B91A;
}

.jumbotron h1, .jumbotron p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.jumbotron .btn {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.heading-weight {
    color: #000;
}

.heading-weight span {
    font-weight: 300;
}

.absolute-right-center a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    margin-left: -90px;
}

.absolute-right-center {
    z-index: 1001;
    color: #000;
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-heart-o {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.absolute-right-center:hover {
    font-weight: bold;
}

.section {
    /* height: 100vh; */
}

.section .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.col-image {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.col-black {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-black h2, .col-black h1 {
    text-align: left;
}

.col-black span {
    font-weight: 200;
}

.fixed-top {
    position: absolute !important;
}

.image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 25px 50px;
    transition: height 0.5s ease;
    height: 25%;
}

.image-text h3 {
    font-weight: 200;
}

.financing-options {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.financing-options h1 {
    font-size: 3.5rem !important;
}

.col-text-financing {
    padding: 20px 50px;
}

.col-text-financing h2 {
    font-weight: bold;
    font-size: 2.5rem;
}

.col-text-financing h2 span {
    font-weight: 300;
}

.btn-financing-option {
    margin-top: 100px;
    border: 2px solid #fff !important;
    color: #fff !important;
    padding: 0.35rem 2.5rem !important;
    border-radius: initial !important;
}

.btn-financing-option:hover {
    border: 2px solid #000 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.form-calculate {
    background-color: #E8772F;
    padding: 40px;
    width: 600px;
    height: 90vh;
}

.form-calculate .form-group {
    width: 80%;
}

.form-calculate h2 span {
    font-weight: 300;
}

.form-calculate h2 {
    font-weight: bold;
}

.form-calculate .input-group-text {
    width: 70px;
    display: inline-block;
    background-color: #000;
    color: #E8772F;
    border-color: #000;
    border-radius: initial !important;
}

.form-calculate input {
    background-color: #E8772F;
    border-color: #000;
    width: 80%;
    border-radius: initial;
}

.form-calculate p, .form-calculate h1 {
    text-shadow: none !important;
}

.form-calculate h1 span {
    font-weight: 700;
}

.form-calculate h1 {
    font-weight: 300;
}

.form-calculate small {
    font-size: 11px !important;
}

.form-calculate .form-control:focus {
    background-color: #E8772F !important;
}

.form-calculate .btn-form-calculate {
    background-color: #E8772F;
    border-color: #000;
    color: #000;
    margin-top: 18px;
    padding: 0.35rem 2.5rem;
    border-radius: initial;
    width: 180px !important;
}

.form-calculate .btn-form-calculate:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

input[type="radio"] {
    display: none;
}

.custom-radio {
    display: inline-block;
    cursor: pointer;
    padding: 5px 30px;
    border: 1px solid #000;
    background-color: #E8772F;
    color: #000;
}

input[type="radio"]:checked + .custom-radio {
    background-color: #000;
    color: #E8772F;
    border-color: #000;
}

.image-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-black-custom {
    border: 2px solid #000 !important;
    color: #000 !important;
    border-radius: initial !important;
}

.btn-black-custom:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.btn-white-custom {
    border: 2px solid #fff !important;
    color: #fff !important;
}

.btn-white-custom:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.form-contact input {
    background-color: #000;
    border: 2px #fff solid;
    width: 350px;
    border-radius: initial;
    color: #fff !important;
}

.form-contact .form-control:focus {
    background-color: #000 !important;
    color: #fff !important
}

.form-contact button:hover {
    border: 2px solid #000 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.form-contact button, #chat-now a {
    margin-top: 18px;
    padding: 0.35rem 3.5rem;
    border-radius: initial;
}

.heading-weight-white {
    color: #fff;
}

.heading-weight-white span {
    font-weight: 200;
}

.relative {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 70%;
    /* left: 100%; */
    /* bottom: 0; */
    transform: rotate(270deg);
    color: white;
    white-space: nowrap;
}

.row-financing img {
    height: 700px !important;
    width: 100% !important;
}

#solution-text-transition span {
    display: none;
    opacity: 0;
}

#solution-text-transition span.active {
    display: inline-block;
    opacity: 1;
    transition: opacity 1s;
}

#solution-text-transition h2 {
    font-size: 2.5rem !important;
}

#solution-text-transition p {
    font-size: 1.1rem !important;
}

.btn-financing-bottom {
    position: absolute;
    transform: translate(175px, 150px);
    bottom: 0;
} 

.fc-first, .fc-second, .fc-third, .fc-fourth, .fc-fiveth {
    height: 55vh;
}

input[type="range"] {
    accent-color: #000 !important;
}

@media (min-width:1281px) {
    .absolute-right-center {
        right: 1%;
    }
}