.thoght-lab-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 80px 0;
    /* background: url(../assets/thought/brand-mark.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto; */
}

.abt-img {
    position: absolute;
    animation: move 1s linear;
    width: 220px;
    right: 0;
    bottom: 700px;
    z-index: -1;
}

@keyframes move {
    0% {
        bottom: 0;
        right: -50px;
    }

    100% {
        bottom: 700px;
        right: 150px;
    }

}

.thoght-lab-sec {
    color: var(--blue);
}

.thoght-lab-sec h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px;
}

.thoght-lab-sec h5 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 40px;

}

.thoght-lab-sec p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    width: 80%;
}

.tag {
    background-color: var(--blue);
    color: var(--green);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 36px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
}

.card-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--blue);
}

.card-content p {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--blue);
}

.eboks-card {
    border-radius: 12px;
    background-color: #eee;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.eboks-card:hover {
    animation: box 1s linear infinite forwards;
    cursor: pointer;
}

.eboks-card img {
    height: 200px;
    object-fit: cover;
}

@keyframes box {
    from {
        box-shadow: -2px -2px 0px var(--green);

    }

    to {
        box-shadow: 2px 2px 0px var(--green);

    }
}

.eboks-card a {
    margin-top: auto;
}

.eboks-card img {
    border-radius: 8px;
    margin-bottom: 12px;
}

.ebook-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #434343;
}

/* leader sec */
.leader-content h5 {
    font-size: 80px;
    font-weight: 700;
    color: var(--blue);
}

.leader-content h5 span {
    font-size: 120px;
    font-weight: 500;
    vertical-align: middle;
    font-family: retro;
}

.leader-content p {
    color: var(--blue);
    font-size: 24px;
    margin-bottom: 22px;
}

.three-cards-sec {
    background-color: var(--white);
    color: var(--blue);
}

.servCardTitle a {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--blue);
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.servCard {
    border-left: 5px solid var(--green);
    padding: 10px 20px;
}

.servCard a i {
    color: var(--green);
    font-size: 24px;
    transition: .5s;
}

.servCard a:hover i {
    margin-left: 15px;
}

@media (max-width:767px) {

    .leader-content h5,
    .static-content h2,
    .real-heading {
        font-size: 38px !important;
    }

    .leader-content h5 span,
    .static-content h2 span,
    .static-content h2 span,
    .real-heading span {
        font-size: 80px !important;
        line-height: .4;
        margin-left: 10px;
        vertical-align: middle;
    }

    .move-text-sec h1 {
        font-size: 56px !important;
    }

    .move-text-sec h2 {
        font-size: 96px !important;

    }

    .service-heading,
    .real-sec h4 {
        font-size: 36px !important;

    }

    .case-card-list {
        display: flex;
        justify-content: start;
        gap: 20px;
        flex-direction: column;
    }
}

@media (min-width:768px) and (max-width:1240px) {

    .leader-content h5,
    .static-content h2,
    .real-heading {
        font-size: 44px !important;
    }

    .leader-content h5 span,
    .static-content h2 span,
    .static-content h2 span,
    .real-heading span {
        font-size: 80px !important;
        line-height: .4;
        margin-left: 10px;
        vertical-align: middle;
    }

    .move-text-sec h1 {
        font-size: 76px !important;
    }

    .move-text-sec h2 {
        font-size: 115px !important;

    }

    .service-heading,
    .real-sec h4 {
        font-size: 32px !important;

    }


}

@media (min-width:768px) and (max-width:1200px) {
    .thoght-lab-sec h1 {
        font-size: 70px;
    }

    .card-content h2 {
        font-size: 30px;
    }

    .ebook-title {
        font-size: 20px;
    }

    .servCardTitle a {
        font-size: 24px;
    }

    p {
        font-size: 18px !important;
    }
}

.img-slider-sec {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.img-slider h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #000;
}

.img-slider p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.img-slider a {
    color: #000;
    font-size: 20px;
}
.slick-arrow{
    border: 2px solid var(--purple);
    background-color: #fff;
    border-radius: 50px;
    font-size: 20px;
    color: var(--purple);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev.slick-arrow{
    bottom: 50px !important;
}
/* .img-slider .slick-list.draggable{
    height: 100% !important;
} */
.img-slider img{
    width: 70%;
    margin-right: auto;
}

@media (max-width:767px) {
    .thoght-lab-sec h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .card-content h2 {
        font-size: 24px;
    }

    .ebook-title {
        font-size: 18px;
    }

    .servCardTitle a {
        font-size: 20px;
    }

    p {
        font-size: 16px !important;
    }

    .thoght-lab-sec h5 {
        font-size: 25px;
        margin-bottom: 22px;
    }

    .thoght-lab-sec {
        padding: 40px 0;
    }

    .abt-img {
        width: 120px;
    }

    .thoght-lab-sec {
        min-height: 100%;
    }

    .p-100 {
        padding: 50px 0;
    }

    .img-slider-sec {
        padding: 30px 0;
    }

    .img-slider h2 {
        font-size: 34px;
      
    }

    .img-slider p {
        font-size: 16px;
       
    }
    .img-slider a {
        font-size: 16px;
    }
}