body {
    background-image: url(../bkgr.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

.investments-projects-header {
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../investments-projects-header.jpg);
}

.about-us-header {
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../about-us-header.jpg);
}

.software-distribution-header {
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../software-distribution-header.jpg);
}

.ict-business-consulting-header {
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../ict-business-consulting-header.jpg);
}

.business-promotion-header {
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../business-promotion-header.jpg);
}

.seccond-part {
    padding: 20px 00px;
}

.latest-button {
    text-align: center;
    padding: 10px 5px;
}

.stretched-link {
    color: #BE1E2D;
    position: absolute;
    bottom: 10px;
}

.stretched-link:hover {
    color: #BE1E2D;
}

.btn-warning {
    background-color: #BE1E2D !important;
    border-color: #BE1E2D !important;
    color: white;
    padding: 10px 50px;
    border-radius: unset;
    font-size: 24px;
}

.btn-warning:hover {
    color: white;
}

.btn-warning:focus {
    color: white;
    box-shadow: 0 0 0 0.2rem #BE1E2D;
}

.big-button {
    padding: 15px 60px;
}

h1 {
    font-size: 56px;
}

.col {
    padding: 20px;
}

.row {
    padding: 20px 0px;
    margin: 0px;
}

.carousel-indicators {
    position: relative;
    margin-top: 30px;
}

body .carousel-indicators li {
    background-color: #BE1E2D;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.first-part .container-text {
    display: flex;
}

h2 {
    color: #BE1E2D;
    font-weight: 600;
    font-size: 38px;
}

.side-text-content {
    padding: 30px 20px 20px 0px;
}

.first-part {
    padding: 100px 0px;
}

i {
    padding: 5px 10px 0px 0px;
    color: #BE1E2D;
}

.divider {
    background-color: #100F40;
    padding: 60px 0px;
}

.divider p {
    color: white;
}

.divider .service-container {
    display: flex;
}

.divider .service-container .divider-text {
    color: white;
}

.divider .service-container .divider-title {
    margin-bottom: 40px;
}

.divider-title {
    color: white;
    font-size: 36px;
}

.divider-desc-col {
    text-align: center;
    color: white;
}

.divider-desc-col-content {
    width: fit-content;
    margin: auto;
}

.divider-desc-col-content-top {
    border-bottom: 1px solid red;
    font-size: 32px;
    font-weight: 600;
}

.divider-desc-col-content-bottom {
    font-size: 22px;
}

.seccond-part .btn-warning {
    width: 100%;
}

@media (max-width: 768px) {
    .navbar {
        display: block;
    }
    .image-col {
        display: none;
    }
    .first-part-top-top {
        margin-bottom: 20px;
    }
    .first-part .container-text {
        display: block;
    }
    .divider .service-container {
        display: block;
    }
    .sd-divider-text-right {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 28px;
    }
    .side-text-content {
        font-size: 14px;
    }
    .nav-item {
        font-size: 18px;
    }
    .logo {
        width: 100%;
    }
    .btn-padding {
        padding: 20px 0px;
    }
}