/* -------- lottie section wrapper start -------- */
.lottie-desktop{
    display: block;
}
.lottie-tablet{
    display: none;
}
.lottie-mobile{
    display: none;
}
/* -------- lottie section wrapper end -------- */
/* ------- top heading start ------- */
.million-heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 54px;
}

.million-heading-wrapper .section-eyebrow{
    margin-bottom: 31px;
}
.million-heading-wrapper .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
}
.million-heading-wrapper .paragraph{
   font-weight: 400;
   font-size: 20px;
   line-height: 26px;
   letter-spacing: normal;
   color: #6D6D6D;
   text-align: center;
}

/* ------- top heading end ------- */
/* ------- Platform card start ------- */

.platform-card-wrapper {
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 40px;
    transition: 0.3s ease-in-out;
    height: 100%;
}
.platform-heading-wrapper{
    margin-bottom: 30px;
}

.platform-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
}
.platform-heading-wrapper .heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 6px;
}
.platform-heading-wrapper .paragraph{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6D6D6D;
    margin-bottom: 16px;
    padding-right: 50px;
}

.social-icons {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: start;
}

.social-icon {
    width: 32px;
    height: 32px;
    padding: 8px;
    border: 1px solid #000000;
    border-radius: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.social-icon a{
    display: inline-flex;
}

.studio-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.studio-links li {
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
}
.studio-links li:last-child {
    border-bottom: 0;
}

.studio-links a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
}

.studio-links a::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("https://stg.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/million-assets/arrow.svg");
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.studio-links a:hover::after {
    transform: translateX(4px);
}
/* ------- Platform card end ------- */
/* ------- about cards start -------  */
.about-card {
    padding: 54px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 43px;
    height: 100%;
}
.row > div:nth-child(1) .about-card, .row > div:nth-child(2) .about-card, .row > div:nth-child(3) .about-card {
    border-right: 1px solid rgba(228, 228, 228, 1);
}

.about-card .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--black);
    margin-bottom: 5px;
}

.about-card .sub-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.18px;
    color: #6D6D6D;
}

.about-card .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6D6D6D;
    padding-right: 28px; 
}

/* about cards end  */

/* =======================================
   Advertisement Section
======================================= */
.service-section {
    background: #F9452D;
    display: flex;
    border-radius: 20px;
    padding: 33px 160px 0 102px;
    align-items: flex-end;
    gap: 200px;
}

.service-card__content {
    padding: 40px 0 70px 0;
}

.service-card__content .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
    display: block;
}
.service-card__content .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
}

.service-card__content .paragraph {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.service-card__illustration {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
}

.service-card__illustration img {
    height: 352px;
    width: 352px;
}

.service-card__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 14px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.service-card__btn:hover {
    background: var(--white);
    color: var(--black);
}
.desktop-illustration {
    display: flex;
}

.mobile-illustration {
    display: none;
}

/* -------------------- */
/* Tablet */
/* -------------------- */

@media (max-width: 1023.98px) {
 .row{
        display: grid;
    }
 /* -------- lottie section wrapper start -------- */
.lottie-desktop{
    display: none;
}
.lottie-tablet{
    display: block;
}
.lottie-mobile{
    display: none;
}
/* -------- lottie section wrapper end -------- */
/* ------- top heading start ------- */
.million-heading-wrapper {
    margin-bottom: 50px;
}

.million-heading-wrapper .section-eyebrow{
    margin-bottom: 24px;
}
.million-heading-wrapper .heading{
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.65px;
    margin-bottom: 10px;
}
.million-heading-wrapper .paragraph{
   font-size: 16px;
   line-height: 25px;
}

/* ------- top heading end ------- */

/* ------- Platform card start ------- */

.platform-card-wrapper {
    padding: 30px;
    min-height: 860px;
}
.platform-logo {
    width: 50px;
    height: 50px;
}
.platform-heading-wrapper .paragraph{
    padding-right: 0;
}

.social-icon {
    width: 30px;
    height: 30px;
}

/* ------- Platform card end ------- */
    /* ------- about cards start  ------- */
    .about-card {
        gap: 62px;
        flex-direction: row;
    }
    .row > div:nth-child(1) .about-card, .row > div:nth-child(2) .about-card, .row > div:nth-child(3) .about-card {
        border-right: 0;
    }
    .w-50{
        width: 50%;
    }
    .about-card .heading {
        font-size: 40px;
        line-height: 53px;
    }
    .about-card .paragraph {
       padding-right: 0;
    }

    /* ------- about cards end -------  */

/* =======================================
   Advertisement Section
======================================= */
.service-section {
    /* background: #F9452D; */
    /* display: flex; */
    /* border-radius: 20px; */
    padding: 43px 0px 0 40px;
    /* align-items: flex-end; */
    gap: 21px;
}

.service-card__content {
    padding: 5px 0 50px 0;
}

.service-card__content .label {
    /* font-weight: 500; */
    font-size: 14px;
    /* line-height: 22px; */
    /* letter-spacing: 3.2px; */
    /* text-transform: uppercase; */
    margin-bottom: 12px;
    /* color: #000; */
}
.service-card__content .heading {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    margin-top: 0;
    margin-bottom: 12px;

}

.service-card__content .paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    padding-right: 20px;
}

.service-card__illustration img {
    height: 346px;
    width: 329px;
}

.service-card__btn {
    padding: 10px 30px;
}

.desktop-illustration {
    display: flex;
}

.mobile-illustration {
    display: none;
}

}

/* -------------------- */
/* Mobile */
/* -------------------- */

@media (max-width: 767.98px) {
.lottie-desktop{
    display: none;
}
.lottie-tablet{
    display: none;
}

.lottie-mobile{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.lottie-mobile dotlottie-wc {
    width: 100%;
    height: 100%;
}


/* ------- top heading start ------- */
.million-heading-wrapper {
    margin-bottom: 30px;
}

.million-heading-wrapper .heading{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
}
.million-heading-wrapper .paragraph{
   line-height: 22px;
    padding: 0 20px;
}

/* ------- top heading end ------- */ 
/* ------- Platform card start ------- */

.platform-card-wrapper {
    padding: 20px;
    min-height: 750px;
}
.platform-heading-wrapper .heading{
    font-size: 16px;
    line-height: 20px;
}
.platform-heading-wrapper .paragraph{
    font-size: 12px;
    line-height: normal;
    padding-right: 0;
}
.studio-links a {
    font-size: 14px;
    line-height: 20px;
}
/* ------- Platform card end ------- */ 
/* ------- about cards start ------- */
.about-cards-container .custom-container{
    padding: 0;
}
       .w-50{
        width: 100%;
    }
    .about-card {
        padding: 10px 30px 30px 30px;
        gap: 20px;
        border-bottom: 1px solid #E4E4E4;
        flex-direction: column;
    }
    .about-card .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }
    .about-card .sub-heading {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
    }
    .about-card .paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        letter-spacing: normal;
    }
    .row > div:nth-child(1) .about-card {
        padding-top: 0;
    }
    .row > div:nth-child(4) .about-card {
        border-bottom: transparent;
    }
    .row > div:nth-child(2) .about-card, .row > div:nth-child(4) .about-card {
        flex-direction: column-reverse;
    }

    /* ------- about cards end ------- */
    .desktop-illustration {
        display: none;

    }

    .mobile-illustration {
        display: flex;
        justify-content: center;
    }

    .mobile-illustration img {
      width: 243px;
        height: 261px;
    }
.service-section {
    padding: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
}

.service-card__content {
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-card__content .label {
    font-size: 12px;
    margin-bottom: 40px;
    text-align: center;
}
.service-card__content .heading {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 38px;
    text-align: center;
    padding: 0 20px;
}

.service-card__content .paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding-right: 0;
}

.service-card__btn {
    padding: 10px 30px;
}
}