.blue-bg {
    position: absolute !important;
    width: 24% !important;
    height: 493px !important;
    background-color: #064f8b !important;
    z-index: 1 !important;
    left: 0;
    border-radius: 4px;
}

.right-section {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 64px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.main-image {
    left: 57px;
    position: relative;
    z-index: 2;
    width: 540px;
    border-radius: 10px;
    top: 67px;
}

.historyclub {
    display: flex;
    justify-content: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 53px !important;
    font-size: 25px;
    font-weight: 600;
}

.slider-arrows {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    gap: 19px;
    position: relative;
    right: 216px;
    top: 459px;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #f2f2f2;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.arrow-btn.active {
    background-color: #ffcc00;
}

.arrow-btn svg path {
    background-color: #e79800 !important;
    transition: fill 0.3s ease !important;
    color: #fff !important;
}

.arrow-btn:hover {
    background-color: orange !important;
    color: #f2f2f2 !important;
}

.arrow-btn:hover svg path {
    fill: white !important;
}
.section-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    padding: 73px 40px;
}
.left-section,
.right-section {
    max-width: 50%;
}
.sub-heading {
    font-weight: 700;
    font-size: 24px;
}

.text-content {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 50px;
    width: 29%;
    height: 37%;
    object-fit: cover;
    z-index: 0;
    opacity: 15.1;
    pointer-events: none;
    border-radius: 1px;
}

.history-img-2 {
    position: absolute;
    top: 0;
    left: 50px;
    width: 39%;
    height: 60%;
    object-fit: cover;
    z-index: 0;
    opacity: 15.1;
    pointer-events: none;
    border-radius: 1px;
}

.history-img-3 {
    position: absolute;
    top: 0;
    left: 50px;
    width: 37%;
    height: 60%;
    object-fit: cover;
    z-index: 0;
    opacity: 15.1;
    pointer-events: none;
    border-radius: 1px;
}

.content {
    font-weight: 400 !important;
    font-size: 17px !important;
}
.text-content-slider .text-content {
    padding: 20px;
    position: relative;
}
.text-content-slider.slick-initialized.slick-slider {
    width: 100% !important;
}

.vertical-slider {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    justify-content: space-between;
}

.number-label {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.line {
    width: 2px;
    height: 100px;
    background-color: white;
    position: relative;
}

.slider-marker {
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: white;
    left: 0;
    top: 75%;
    transition: top 0.3s ease;
}

.text-content-slider .slick-track,
.text-content-slider .slick-slide {
    width: 100% !important;
    box-sizing: border-box;
}
.content-info {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #005aa7 transparent;
}

.content-info::-webkit-scrollbar {
    width: 4px;
}

.content-info::-webkit-scrollbar-track {
    background: transparent;
}

.content-info::-webkit-scrollbar-thumb {
    background-color: #005aa7;
    border-radius: 10px;
}

.content-info::-webkit-scrollbar-button:single-button {
    display: none;
    height: 0;
    width: 0;
}

/* media query */
@media (max-width: 1415.98px) {
    .right-section {
        left: 0 !important;
        height: auto;
        margin: 0;
        max-width: fit-content;
        top: 95px;
    }
}

@media (max-width: 1332.98px) {
    .right-section {
        left: 0 !important;
        height: auto;
        margin: 0;
        max-width: fit-content;
        top: 95px;
    }
    .background-image {
        width: 39%;
        height: 36%;
    }

    .history-img-2 {
        width: 45%;
        height: 60%;
    }

    .history-img-3 {
        width: 47%;
        height: 60%;
    }
}

@media (max-width: 1228.98px) {
    .right-section {
        left: 0 !important;
        height: auto;
        margin: 0;
        max-width: fit-content;
        top: 95px;
    }

    .background-image {
        width: 55%;
        height: 36%;
    }

    .history-img-2 {
        width: 57%;
        height: 60%;
    }

    .history-img-3 {
        width: 53%;
        height: 60%;
    }
}

@media (max-width: 1211.98px) {
    .main-image {
        width: 517px;
    }

    .background-image {
        width: 49%;
        height: 32%;
    }

    .history-img-2 {
        width: 57%;
        height: 60%;
    }

    .history-img-3 {
        width: 58%;
        height: 60%;
    }

    .left-section,
    .right-section {
        max-width: 42%;
    }
}

@media (max-width: 1199.98px) {
    .background-image {
        width: 51%;
        height: 29%;
    }

    .history-img-2 {
        width: 60%;
    }

    .history-img-3 {
        width: 61%;
    }
}

@media (max-width: 1166.98px) {
    .main-image {
        width: 476px;
    }
}

@media (max-width: 1141.98px) {
    .main-image {
        width: 498px;
    }

    .text-content-slider .text-content {
        padding: 8px;
    }

    .left-section,
    .right-section {
        max-width: 42%;
    }
}

@media (max-width: 1139.98px) {
    .main-image {
        width: 452px;
    }
}

@media (max-width: 1103.98px) {
    .background-image {
        width: 60%;
        height: 26%;
    }

    .left-section,
    .right-section {
        max-width: 42%;
    }

    .text-content-slider .text-content {
        padding: 42px;
    }
}

@media (max-width: 1031.98px) {
    .main-image {
      width: 442px;
    }

    .background-image {
        width: 57%;
        height: 25%;
    }

    .history-img-2 {
        height: 59%;
        width: 65%;
    }

    .history-img-3 {
        width: 66%;
    }

    .right-section {
        left: 52px;
    }

    .left-section,
    .right-section {
        max-width: 42%;
    }

    .slider-arrows {
        right: 176px;
        top: 443px;
    }
}

@media (max-width: 991.98px) {
    .background-image {
        width: 58%;
        height: 20%;
    }
    .history-img-2 {
        width: 69%;
        height: 53%;
    }
    .history-img-3 {
        height: 54%;
        width: 71%;
    }
}

@media (max-width: 966.98px) {
    .main-image {
        width: 439px;
    }

    .section-wrapper {
        padding: 96px 4px;
    }

    .background-image {
        width: 53%;
        height: 20%;
    }

    .history-img-2 {
        width: 59%;
        height: 53%;
    }

    .history-img-3 {
        height: 53%;
        width: 61%;
    }
}

@media (max-width: 852.98px) {
    .right-section {
        left: 0 !important;
        height: auto;
        margin: 0;
        max-width: fit-content;
        top: 95px;
    }

    .section-wrapper {
        display: block;
    }

    .slider-arrows {
        right: 124px;
        top: 83px;
    }

    .blue-bg {
        height: 448px !important;
    }

    .text-content-slider .text-content {
        margin-top: 39px;
    }

    .background-image {
        width: 31%;
        height: 37%;
    }

    .history-img-2 {
        width: 34%;
        height: 57%;
    }

    .history-img-3 {
        height: 60%;
        width: 36%;
    }
}

@media (max-width: 803.98px) {
    .right-section {
        left: 0 !important;
        height: auto;
        margin: 0;
        max-width: fit-content;
        top: 95px;
    }

    .section-wrapper {
        display: block;
    }

    .background-image {
        width: 31%;
        height: 37%;
    }

    .slider-arrows {
        right: 105px;
        top: 85px;
    }

    .history-img-2 {
        width: 33%;
        height: 51%;
    }
    .history-img-3 {
        height: 51%;
        width: 33%;
    }
}

@media (max-width: 767.98px) {
    .right-section {
        left: 0 !important;
        height: auto;
        margin: 0;
        max-width: fit-content;
        top: 95px;
    }

    .section-wrapper {
        display: block;
    }

    .slider-arrows {
        right: 105px;
        top: 85px;
    }
    .background-image {
        width: 37%;
        height: 45%;
    }
    .history-img-2 {
        width: 43%;
        height: 63%;
    }
    .history-img-3 {
        height: 69%;
        width: 45%;
    }
}

@media (max-width: 716.98px) {
    .background-image {
        width: 38%;
        height: 39%;
    }

    .history-img-2 {
        width: 41%;
        height: 56%;
    }

    .history-img-3 {
        height: 62%;
        width: 45%;
    }
}

@media (max-width: 673.98px) {
    .background-image {
        width: 41%;
        height: 37%;
    }

    .history-img-2 {
        width: 45%;
        height: 56%;
    }

    .history-img-3 {
        height: 58%;
        width: 45%;
    }
}

@media (max-width: 661.98px) {
    .main-image {
        width: 496px;
    }

    .right-section {
        top: 140px;
    }

    .text-content {
        background-color: transparent;
    }

    .background-image {
        width: 44%;
        height: 40%;
    }

    .history-img-2 {
        width: 47%;
        height: 60%;
    }

    .history-img-3 {
        width: 47%;
        height: 60%;
    }
}

@media (max-width: 600.98px) {
    .right-section {
        top: 152px;
    }

    .main-image {
        width: 475px;
    }

    .slider-arrows {
        right: 68px;
        top: 94px;
    }

    .background-image {
        width: 49%;
        height: 34%;
    }

    .history-img-2 {
        width: 54%;
        height: 60%;
    }

    .history-img-3 {
        width: 54%;
        height: 60%;
    }

    .text-content {
        background-color: transparent;
    }
}

@media (max-width: 603.98px) {
    .main-image {
        width: 478px;
    }

    .slider-arrows {
        right: 79px;
        top: 96px;
    }

    .background-image {
        width: 43%;
        height: 31%;
    }

    .history-img-2 {
        width: 52%;
        height: 57%;
    }

    .history-img-3 {
        width: 51%;
        height: 56%;
    }
}

@media (max-width: 571.98px) {
    .main-image {
        width: 468px;
    }

    .blue-bg {
        height: 443px;
    }

    .slider-arrows {
        right: 54px;
        top: 97px;
    }
}

@media (max-width: 553.98px) {
    .main-image {
        width: 419px;
        left: 20px;
    }

    .blue-bg {
        height: 424px !important;
    }

    .background-image {
        width: 48%;
        height: 28%;
    }

    .history-img-2 {
        width: 57%;
        height: 55%;
    }

    .history-img-3 {
        width: 59%;
        height: 59%;
    }
}

@media (max-width: 533.98px) {
    .main-image {
        width: 419px;
        left: 68px;
    }

    .background-image {
        width: 49%;
        height: 31%;
    }

    .history-img-2 {
        width: 48%;
        height: 55%;
    }

    .history-img-3 {
        width: 51%;
        height: 59%;
    }
}

@media (max-width: 524.98px) {
    .main-image {
        width: 388px;
        left: 55px;
    }

    .blue-bg {
        height: 378px !important;
    }

    .background-image {
        width: 42%;
        height: 22%;
    }

    .history-img-2 {
        width: 52%;
        height: 49%;
    }

    .history-img-3 {
        width: 51%;
        height: 48%;
    }
}

@media (max-width: 491.98px) {
    .main-image {
        width: 374px;
    }

    .blue-bg {
        height: 395px !important;
        width: 33% !important;
    }

    .slider-arrows {
        right: 7px;
        top: 97px;
    }

    .background-image {
        width: 62%;
        height: 27%;
    }

    .history-img-2 {
        width: 64%;
        height: 55%;
    }

    .history-img-3 {
        width: 66%;
        height: 59%;
    }
}

@media (max-width: 487.98px) {
    .main-image {
        width: 374px;
        left: 83px;
    }

    .background-image {
        width: 51%;
        height: 27%;
    }

    .history-img-2 {
        width: 52%;
        height: 55%;
    }

    .history-img-3 {
        width: 57%;
        height: 60%;
    }
}

@media (max-width: 476.98px) {
    .main-image {
        width: 351px;
    }

    .blue-bg {
        height: 371px !important;
        width: 33% !important;
    }
}

@media (max-width: 430.98px) {
    .main-image {
        width: 310px;
        left: 14px;
    }

    .blue-bg {
        height: 320px !important;
        width: 35% !important;
    }

    .slider-arrows {
        right: 0px;
        top: 96px;
        left: 20px;
    }

    .background-image {
        width: 47%;
        height: auto;
    }

    .history-img-2 {
        width: 47%;
        height: auto;
    }

    .history-img-3 {
        width: 51%;
        height: auto;
    }

    .section-wrapper {
        padding: 73px 20px;
    }

    .content {
        max-height: 200px;
        overflow-y: auto;
    }

    .vertical-slider {
        left: 16px;
    }
}

@media (max-width: 492.98px) {
    .main-image {
        width: 295px;
        left: 61px;
    }
}

@media (max-width: 398.98px) {
    .main-image {
        width: 286px;
        left: 35px;
    }
}

@media (min-width: 525.98px) and (max-width: 553.98px) {
    .main-image {
        width: 409px;
        left: 64px;
    }
}
