/* abt us */
#profile-section {
    scroll-margin-block-start: 100px;
    min-height: 100vh;
}

.profile-content {
    color: var(--blue);
    padding-left: 50px;
}

.profile-content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.profile-content .profile-name {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 22px;
}

.sticky-top {
    top: 80px;
}

.top-img {
    position: absolute;
    bottom: 250px;
    background-color: var(--green);
    border-radius: 40px;
    width: 85%;
    height: 125px;
    right: 0;
}

.middle-img {
    position: absolute;
    bottom: 125px;
    background-color: var(--green);
    border-radius: 40px;
    width: 85%;
    height: 125px;
    left: 0;
    /* transform: translateY(-50%); */
}

.bottom-img {
    position: absolute;
    bottom: 0;
    background-color: var(--green);
    border-radius: 40px;
    width: 100%;
    height: 125px;
    left: 0;
}

.relative {
    position: relative;
}

.profile-img img {
    width: 87%;
}

.profile-img {
    z-index: 2;
    position: relative;
}

@media (max-width:1440px) {
    .top-img {
        height: 85px;
        bottom: 171px;
        border-radius: 24px;
    }

    .middle-img {
        bottom: 86px;
        border-radius: 24px;
        height: 85px;
    }

    .bottom-img {
        bottom: 0px;
        border-radius: 24px;
        height: 85px;
    }
}

/* scroll text */
.scroll-sec {
    min-height: 100vh;
    overflow: hidden;
    /* enough scroll */
    color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10vh 100px;
    position: relative;
    /* top: auto;
    bottom: 0; */
    /* overflow: scroll; */
}

#textContainer {
    font-size: 56px;
    line-height: 1.2;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    word-wrap: break-word;
    text-align: left;
    font-weight: 700;
    margin-bottom: 50px;
}

#textContainer span {
    opacity: 0.1;
    transition: opacity 0.4s ease;
}

#paragraph {
    font-size: 24px;
    line-height: 1.3;
    opacity: 0;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    transition: opacity 1s ease;
    margin-bottom: 30px;
}

.card {
    /*width: 300px;*/
    height: 150px;
    background: #5100BC;
    color: #fff;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-size: 20px;
    opacity: 0;
    padding: 1rem 2rem;
    margin-bottom: 0;
    border: 1px solid #5100BC;
}

.card:hover {
    background: #1B1533;
    border: 2px solid #F36F21;
}

.card h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

.card h3 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: -.5rem;
    margin-bottom: 0;
    font-family: retro !important;
}

.marquee-sec {
    background-color: var(--white);
    padding: 80px 0;
    position: relative;
}

.logo-slider .slick-track {
    display: flex;
    gap: 30px;
}

/* about animation */

.abt-sec-motion {
    background-color: var(--white);
    height: calc(100vh - 82px);
    overflow: hidden;
    padding: 0rem;
    position: relative;
}

.motion-text h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    color: #434343;
    margin-top: -3rem;
    margin-bottom: 35px;
}

.motion-text h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blue);
    margin-bottom: 35px;
}

.motion-text h1 span,
.motion-text h2 span {
    line-height: .8;
    font-size: 140px;
    font-weight: 400;
    vertical-align: middle;
    color: var(--purple);
    font-family: retro !important;
    -webkit-text-stroke: 1px var(--purple) !important;
    paint-order: stroke fill !important;
}

.motion-desc {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--blue);
}

.motion-desc span {
    font-size: 80px;
    font-weight: 400;
    line-height: .5;
    vertical-align: bottom;
    color: var(--purple);
    font-family: retro;
    letter-spacing: -1px;
    -webkit-text-stroke: 1px var(--purple) !important;
    paint-order: stroke fill !important;
}

.motion-img {
    position: relative;
    height: 100%;
    width: 100%;
}

.motion-img img {
    width: 15rem;
    height: 15rem;
    transform: rotate(90deg);
}

#orange-a-1 {
    position: absolute;
    top: 20%;
    right: 30%;
}

#orange-a-2 {
    position: absolute;
    top: 38%;
    right: 30%;
}

#orange-a-3 {
    position: absolute;
    top: 56%;
    right: 30%;
}

#purple-a-1 {
    position: absolute;
    top: 10%;
    right: 5%;
}

#purple-a-2 {
    position: absolute;
    top: 28%;
    right: 5%;
}

#purple-a-3 {
    position: absolute;
    top: 46%;
    right: 5%;
}

.right-img {
    position: absolute;
    top: 0%;
    left: 0%;
    animation: Movetop 2s linear 1;
}

@keyframes Movetop {
    0% {
        top: 50%;
        right: 50%;
    }

    100% {
        top: 0%;
        right: 0%;
    }
}

.left-img {
    position: absolute;
    top: 50%;
    right: 50%;
}

.slide-img-container {
    position: relative;
}

.purple-text {
    color: var(--purple);
    font-family: retro;
    font-size: 320px;
    font-weight: 400;
    text-align: center;
}

.motion-slide6 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px) {
    .profile-content {
        padding-left: 0 !important;
    }
    .profile-img img {
    width: 250px;
}
.top-img, .middle-img, .bottom-img{
    height:60px;
}
.middle-img {
        bottom: 60px;
}
.top-img{
        bottom: 120px;
}
.abt-text-sec .row{
    justify-content:center;
}
}

/* about animation end */

#anim-head h1 {
    font-size: 5rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    vertical-align: bottom;
    color: #ffffff;
    margin-bottom: 3rem;
}

#anim-text-desc {
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 150%;
    color: #ffffff;
    margin-bottom: 3rem;
}

#markivis-thrives {
    scroll-margin-block-start: 100px;
}

#markivis-thrives .line-mask {
    position: absolute;
    top: 20px;
    right: 0;
    opacity: .65;
    background-color: var(--blue);
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#markivis-thrives #anim-text-desc .line-mask {
    top: 0px;
}

@media screen and (max-width: 1600px) {
    .motion-img img {
        width: 12.75rem;
        height: 12.75rem;
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 1440px) {
    .motion-img {
        max-height: 80vh;
    }

    .motion-img img {
        width: 11.25rem;
        height: 11.25rem;
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 1367px) {
    .motion-img {
        max-height: 80vh;
    }

    .motion-img img {
        width: 10.25rem;
        height: 10.25rem;
        transform: rotate(90deg);
    }
     #cards-container .col-md-1 {
        display:none !important;
    }
}

@media screen and (max-width: 1200px) {
    .motion-img {
        max-height: 750px;
    }

    .motion-img img {
        width: 10.25rem;
        height: 10.25rem;
        transform: rotate(90deg);
    }
   
}

.retro {
    font-size: 153px !important;
    font-weight: 400 !important;
    line-height: .6 !important;
    vertical-align: bottom !important;
    font-family: retro !important;
}

.mob-show {
    display: none;
}

@media (max-width:767px) {
    .scroll-sec {
        padding: 30px 0;
    }

    #anim-head h1 {
        font-size: 3rem !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .profile-content {
        margin-top: 20px;
    }

    .abt-sec-motion,
    .scroll-sec {
        display: none;
    }

    .mob-show {
        display: block;
        margin-top: 82px;
    }

    .card {
        width: 100%;
        justify-content: center;
        align-items: center
    }
}

.abt-text-sec {
    background-color: var(--blue);
    color: var(--white);
    padding: 30px 0;
}

.abt-text-sec h2 {
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
}

.abt-text-sec h2 span {
    font-size: 56px;
    font-family: retro;
    line-height: 2px;
    font-weight: 400;
    vertical-align: middle;
}

.my-card {
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    font-size: 20px;
    opacity: 0;
    padding: 1rem 2rem;
    margin-bottom: 0;
    opacity: 1;
    background-color: var(--purple);
    border: 2px solid #5100BC;
}
.my-card h3 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: -.5rem;
    margin-bottom: 0;
    font-family: retro !important;
}
.my-card h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
.card:hover:after{
    content:"";
    position:absolute;
    top:0;
    right:-10px;
    height:50px;
    width:36px;
    background:url(../assets/icons/arr.png);
    background-size:contain;
    animation:moveup 1s linear 1;
}
.my-card:hover:after{
    content:"";
    position:absolute;
    top:60px;
    right:-10px;
    height:50px;
    width:36px;
    background:url(../assets/icons/arr.png);
    background-size:contain;
     animation:moveup 1s linear 1;
}
.card, .my-card{
    overflow:hidden;
}
@keyframes moveup{
    0%{
        top:60px;
    }
     100%{
        top:0px;
    }
}
