:root {
    --page-primary-bg: #677791;
    --page-secondary-bg: #42526C;
    --page-fade: #F9F7F6;
    --text-theme: #000000;
    --text-grey: #5D5D5D;
}

main section {
    font-family: 'Gilroy' !important;
}

.object-cover {
    object-fit: cover;
}

.banner-heading {
    font-size: clamp(2.5rem, 6vw, 3.4rem);
}

.page-primary {
    background-color: var(--page-primary-bg);
}

.page-secondary {
    background-color: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.text-theme {
    color: var(--text-theme);
}

.text-grey {
    color: var(--text-grey) !important;
}

.circle-icon,
.border-0 {
    border: none;
}

.button {
    border-radius: unset !important;
    font-family: 'Gilroy' !important;
    padding: 12px 16px !important;
}

.button-primary,
.button-primary:hover {
    background-color: var(--page-secondary-bg) !important;
    color: var(--white-color) !important;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.highlight {
    color: var(--page-primary-bg) !important;
}

/* Hero Section */

.hero-section {
    background-color: #FDFBFA;
}

.banner-wrapper {
    background: #FFFFFF;
    padding: 20px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
    width: 100%;
    max-width: 310px;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.banner-block {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    box-shadow: 0px 0px 12px 0px #E5EDFB;
    padding: 15px 18px;
    border-radius: 10px;
    font-weight: 600;
}

.banner-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Block */

.about--wrapper {
    background-color: var(--page-primary-bg);
    width: 100%;
    height: 100%;
    min-height: 900px;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.key--wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.key--block {
    border: 1px solid #9797974D;
    display: flex;
    gap: 20px;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
}

.key--icon {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
}

/* Solution Block */

.solution--slider .swiper-slide  {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.solution--block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--page-primary-bg);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
    background: var(--page-primary-bg);
    border-color: var(--page-primary-bg);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:after,
.slider-btn .swiper-button-prev:after  {
    font-size: 18px;
}

/* Offer Block */

.offer--intro {
    background: url(../images/java-images/offer--intro.webp), var(--page-primary-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offer--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    position: relative;
    border-radius: 20px;    
    transition: all 0.3s;
    background-color: #586984;
    box-shadow: 0px 0px 20px 0px #67779133;
}

.offer--block:hover {
    background-color: var(--white-color);
}

.offer--block:hover h4 {
    color: var(--text-theme) !important;
}

.offer--block:hover p {
    color: var(--text-grey) !important;
}

/* Choose Block */

.choose--block {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
}

.choose-img {
    width: 100%;
    height: 100%;
}

.choose-img img {
    width: 100%;
    height: 100%;
}

.choose-content {
    position: absolute;
    inset: auto auto 0;
    width: 100%;
    padding: 30px 30px;
    text-align: center;
}

/* CTA Block */

.cta--wrap {
    background: url(../images/java-images/cta-intro.webp), var(--page-primary-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 60px;
    border-radius: 20px;
}

.cta--block {
    background-color: #000;
    border-radius: 20px;
    padding: 50px 50px;
}

.cta--block.block-2 {
    background: url(../images/java-images/cta-intro-2.webp), var(--page-primary-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Faq */

main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 32px 0;
    font-size: 22px;
    font-weight: 600;
}

/* Responsive */

@media (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }
}

@media only screen and (max-width: 991px) {

    main .hero-section {
        padding-block: 70px !important;
    }

    .text-align-center {
        text-align: center;
    }

    .button {
        width: auto !important;
    }

   .about--wrapper {
        min-height: auto;
    }

    .key--wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .key--wrapper .key--block {
        max-width: 48%;
    }

    .slider-btn {
        justify-content: center;
    }

    .solution--block,
    .key--block,
    .offer--block {
        padding: 20px 20px;
    }

    .cta--wrap,
    .cta--block {
        padding: 60px 20px;
    }

    .choose--block {
        min-height: 450px;
    }
}

@media only screen  and (max-width: 767px) {

    .key--wrapper .key--block {
        max-width: 100%;
        flex-direction: column;
    }
}