.main-banner-section {
    padding: 60px 0;
    position: relative;
    color: var(--dark-gray);
}

.main-banner-section.with-showdow {
    background: linear-gradient(201.29deg, #E6F1F9 -15.47%, rgba(43, 189, 254, 0) 31.4%);
    background: url('data:image/svg+xml,<svg width="1440" height="566" viewBox="0 0 1440 566" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1440" height="566" fill="url(%23paint0_linear_1044_780)"/><defs><linearGradient id="paint0_linear_1044_780" x1="1415.5" y1="-125.429" x2="1360.33" y2="234.797" gradientUnits="userSpaceOnUse"><stop stop-color="%23E6F1F9"/><stop offset="1" stop-color="%232BBDFE" stop-opacity="0"/></linearGradient></defs></svg>');
    background-size: cover;
    background-position: top right;
}

.main-banner-section.with-bg {
    background-color: #E6F1F9;
}

.main-banner-section.full-width .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}

.main-banner-section.blue-bg {
    background: linear-gradient(269.32deg, #050E15 -1.85%, #020911 64.13%);
}

.main-banner-section.blue-bg *,
.main-banner-section.blue-bg .content-left h5,
.main-banner-section.blue-bg .content-left .banner-desctiption {
    color: #FFFFFFCC;
}

.main-banner-section.blue-bg h1,
.main-banner-section.blue-bg h2 {
    color: var(--white);
}

.main-banner-section.blue-bg .bg-img {
    display: none;
}

.bg-img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 52%;
    top: 0;
    z-index: 0;
}

body.home .bg-img {
    top: -100px;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.main-banner-section .container {
    max-width: 1330px;
    z-index: 1;
    position: relative;
}

.main-banner-section .row {
    align-items: center;
}

.main-banner-section .content-left h5 {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Open Sans";
    color: var(--dark-gray);
}

.main-banner-section .content-left h1 {
    margin-bottom: 12px;
}

.content-left .banner-desctiption {
    font-weight: 400;
    color: var(--dark-gray);
}

.content-left {
    max-width: 581px;
}

.main-banner-section.full-width .content-left {
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
}

.main-banner-section.full-width .banner-desctiption {
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
}

.content-right {
    position: relative;
    height: 100%;
}

.banner-video {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.banner-img-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    color: var(--white);
}

.banner-img-title h5 {
    margin: 0;
}

.video-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    margin-right: 20px;
    flex-shrink: 0;
}

.video-btn svg {
    margin-left: 4px;
}

.main-banner-section .content-left ul,
.main-banner-section .content-left ol {
    margin-left: 18px;
}

.banner-img-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: inline-flex;
}

.banner-img-wrapper img,
.banner-img-wrapper video {
    width: 100%;
    height: 534px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.banner-img-wrapper img {
    height: 445px;
}

.content-left h6 {
    margin: 0;
}

.content-left h6 p {
    font-weight: 400;
    color: var(--dark-gray);
    margin: 0;
}

.content-left h6 p+p {
    margin-top: 20px;
}

.content-left .btn-primary {
    margin-top: 40px;
}

.banner-desctiption p b,
.banner-desctiption p strong {
    color: var(--black);
}

@media (min-width: 991px) {
    .main-banner-section.full-width {
        min-height: 496px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1025px) {
    .content-left h6 p {
        line-height: 32px;
    }
    body.home .banner-img-wrapper img {
        height: 534px;
    }
}

@media (max-width: 1199px) {
    .main-banner-section.with-showdow {
        background-position: center;
    }
}

@media (max-width: 991px) {
    .main-banner-section .container {
        width: 100%;
        max-width: 760px;
    }
    .content-left {
        max-width: 100%;
    }
    .banner-img-wrapper img {
        height: auto;
        min-height: 200px;
        max-height: 445px;
    }
    .content-left .btn-primary {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .main-banner-section {
        padding: 50px 0;
    }
    .banner-img-wrapper.show-img .banner-img-title {
        bottom: 15px;
        left: 15px;
    }
    .video-btn {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
    .video-btn svg {
        margin-left: 3px;
    }
    .content-left .btn-primary {
        margin-top: 20px;
    }
    .bg-img {
        width: 100%;
    }
    .bg-img img {
        object-fit: contain;
    }
    .content-left h6 p+p {
        margin-top: 12px;
    }
}