.navigation {
    background-color: #2A3959 !important;
}

.detail-1,
.detail-2,
.detail-3 {
    position: absolute;
}

.detail-1 {
    top: 120px;
    left: -5px;
    z-index: -1;
}

.detail-2 {
    z-index: -1;
    right: -20px;
    top: -60px;
}

.detail-3 {
    width: 350px;
    bottom: 40px;
    right: 0;
}

.block-hero .block-container {
    display: flex;
    gap: 77.81px;
    align-items: center;
}

.block-hero .hero-heading {
    color: #2A3959;
    font-family: 'Open Sans', sans-serif;
    font-size: 47.203px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.2%;
    /* 62.875px */
    text-transform: capitalize;
}

.block-hero .hero-sub {
    color: #4F4F4F;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.535px;
    /* 145.833% */
    letter-spacing: -0.378px;
    text-transform: capitalize;
}

.block-hero .hero-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-width: 558.57141px;
    min-height: 375.84308px;
    max-width: 558.57141px;
    /* max-height: 375.84308px; */
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 139px;
}

.hero-sub .color-paragraph {
	font-size: 18px;
    font-weight: 600;
}

.block-hero .hero-cta {
    color: #FFF;
    font-family: Inter;
    font-size: 14.161px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    display: flex;
    padding: 22.028px 29.895px 22.815px 29.895px;
    justify-content: center;
    align-items: center;
    gap: 7.867px;
    border-radius: 56.644px;
    background: #2A3959;
    cursor: pointer;
    transition: .2s all;
}

.hero-cta:hover {
    background: #202b43;
}

.hero-sliders {
    position: relative;
    top: -70px;
}

.slides {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 59.824px 28.417px 2.991px rgba(0, 0, 0, 0.05);
}

.slides li {
    opacity: 0;
    transition: 1s all ease;
    position: absolute;
    top: 0;
    left: 0;
}

.slides li.active {
    opacity: 1;
}

.slides figure {
    margin: 0px;
}

.slides {
    position: relative;
}

/* .slides.slides.first-slot::after,
.slides.slides.fourth-slot::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	backdrop-filter: blur(4px);
	mask: linear-gradient(180deg, black 0%, black 20%, transparent 55%, transparent 100%);
} */

.slides.first-slot,
.hero-image.first-slot>img {
    width: 270.241px;
    height: 261.206px;
    flex-shrink: 0;
}

.slides.second-slot,
.hero-image.second-slot>img {
    width: 270.24px;
    height: 451.77px;
}

.slides.third-slot,
.hero-image.third-slot>img {
    width: 310.49px;
    height: 450.13px;
}

.slides.fourth-slot,
.hero-image.fourth-slot>img {
    width: 294.06px;
    height: 284.2px;
}

.hero-image>img {
    border-radius: 6.571px;
    box-shadow: 0px 59.824px 28.417px 2.991px rgba(0, 0, 0, 0.05);
}

.slides-container {
    display: flex;
    flex-direction: column;
}

.slides-row {
    display: flex;
    gap: 35.32px;
}

.icon-holder>img {
    width: 48.94033px;
    height: 48.94033px;
    margin-right: 10.20px;
    margin-left: 55.85px;
}

.slides-row.first {
    align-items: end;
    margin-bottom: 39.43px;
}

.slide-left {
    position: relative;
    left: -100%;
    opacity: 0;
    animation: slideFromLeft 1s forwards;
}

.slide-right {
    position: relative;
    right: -100%;
    opacity: 0;
    animation: slideFromRight 1s forwards;
}

@media (max-width: 568px) {
    .slide-left {
        position: relative;
        left: 0 !important;
        opacity: 1 !important;
        animation: unset;
    }

    .slide-right {
        position: relative;
        right: 0 !important;
        opacity: 1 !important;
        animation: unset;
    }

    .fade-in {
        opacity: 1 !important;
        animation: unset;
    }
}

@keyframes slideFromRight {
    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes slideFromLeft {
    to {
        left: 0;
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 360px) {
    .slides-container {
        margin-top: 20px;
    }

    .detail-3 {
        right: unset !important;
    }
}

@media (max-width: 568px) {
    .block-hero.block-section {
        padding: 100px 20px 20px 20px; 
    }

    .block-hero.block-section .block-container {
        flex-direction: column;
    }

    .block-hero .hero-text {
        min-width: unset;
        min-height: unset;
        max-width: 558.57141px;
        /* max-height: 375.84308px; */
        margin-left: unset;
    }

    .block-hero .hero-heading {
        font-size: 36px;
        text-align: center;
    }

    .block-hero .hero-sub {
        font-size: 20px;
        text-align: center;
    }

    .slides.first-slot,
    .hero-image.first-slot>img {
        width: 90.08px;
        height: 87.06px;
        flex-shrink: 0;
    }

    .slides.second-slot,
    .hero-image.second-slot>img {
        width: 90.08px;
        height: 150.59px;
    }

    .slides.third-slot,
    .hero-image.third-slot>img {
        width: 103.49px;
        height: 150.04px;
    }

    .slides.fourth-slot,
    .hero-image.fourth-slot>img {
        width: 98.02px;
        height: 94.73px;
    }

    .slides-row {
        display: flex;
        gap: 11.77px;
    }

    .icon-holder>img {
        width: 48.94033px;
        height: 48.94033px;
        margin-right: 10.20px;
        margin-left: 18.61px;
    }

    .slides-row.first {
        align-items: end;
        margin-bottom: 13.14px;
    }

    .hero-sliders {
        top: unset;
        /* margin-top: 210px; */
    }

    .detail-3 {
        bottom: -200px;
    }

    .block-hero .hero-cta {
        text-align: center;
    }
}

@media (min-width: 568px) and (max-width: 1200px) {
    .block-hero .block-container {
        align-items: unset;
    }

    .block-hero .hero-cta {
        margin: auto;
    }

    .block-hero.block-section {
        padding: 100px 40px 40px 40px;
    }

    .block-hero.block-section .block-container {
        flex-direction: column;
        align-items: center;
    }

    .block-hero .hero-text {
        margin-left: unset;
        text-align: center;
    }

    .detail-3 {
        bottom: 0px;
        right: 100px;
    }
}

@media (min-width: 1441px) {
    .block-hero .hero-text {
        margin-left: 114px;
    }

    .icon-holder>img {
        margin-left: 78.8px;
    }
}