/* Foundation */
html,
body {
    font-family: "Poppins", sans-serif !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2D9EB;
}

::-webkit-scrollbar-thumb {
    background: #8C67AD;
    border-radius: 4px;
}

.section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-container {
    max-width: 1440px;
    min-height: 100vh;
    margin: auto;
    height: 100%;
    display: flex;
}

.bg-lilac {
    background: #E2D9EB;
}

.text-gradient {
    background: linear-gradient(91.24deg, #8C67AD 42.43%, #FF961B 52.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-gradient-2 {
    background: linear-gradient(90.89deg, #8C67AD 1.54%, #FF961B 26.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.fw-medium {
    font-weight: 500;
}

.title {
    font-size: 48px;
    line-height: 120%;
}

.subtitle {
    overflow-wrap: break-word;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.03em;
}

.text-purple {
    color: var(--purple-1);
}

.text-grey {
    color: #484848;
}

.caption-1 {
    font-size: 24px;
    line-height: 120%;
}

.caption-2 {
    font-size: 18px;
    line-height: 120%;
}

.caption-3 {
    font-size: 16px;
    line-height: 120%;
}

.mb-10 {
    margin-bottom: 10px;
}

/* do not erase */
.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

/* end do not erase */

.service-info {
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}

.btn-activation-container {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.btn-activation {
    border: 1px solid #6F429A;
    padding: 12px 16px;
    color: #6F429A;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn-activation.active {
    background-color: #6F429A;
    color: white;
}

.btn-activation.active > i {
    color: white;
}

.btn-activation > i {
    color: #6F429A;
    font-size: 20px;
}

.btn-activation:hover {
    box-shadow: 0px 0px 10px rgba(111, 66, 154, 0.02), 0px 0px 9px rgba(111, 66, 154, 0.15), 0px 0px 8px rgba(111, 66, 154, 0.5), 0px 0px 6px rgba(111, 66, 154, 0.85), 0px 0px 3px rgba(111, 66, 154, 0.98), 0px 0px 0px #6F429A;
}

/* End Foundation */

/* First Section */
.section.bg-lilac:first-child {
    background-image: url(https://res.cloudinary.com/startnerid/image/upload/q_auto,f_auto/v1677169159/startner-enterprise/background_ovmkrk.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.first-section {
    padding: 60px 70px;
}

.first-section .btn-activation-container {
    gap: 16px;
    justify-content: center;
}

/* Second Section */
.second-section {
    padding: 80px 70px;
    width: 100%;
}

.second-section .btn-activation {
    padding: 8px 16px;
    font-size: 14px;
}

.card-container {
    height: 100%;
    width: 310px;
    margin-right: 16px;
}

.card-container:hover .card-service-name {
    color: #6F429A;
}

.card {
    height: 100%;
    border: 1px solid #A98DC2 !important;
    border-radius: 0 !important;
    width: 310px;
}

.card-img-top {
    border-radius: 0 !important;
    overflow: hidden;
    height: 80%;
}

.card-img-top > img {
    border-radius: 0 !important;
    object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
    transition: transform 0.2s linear;
}

.card-container:hover > .card > .card-img-top > img {
    transform: scale(1.1);
}

.box-topic-label {
    position: absolute;
    top: 0;
    color: white;
}

.topic-label {
    padding: 8px 13px 8px 8px;
    background: linear-gradient(87.12deg, #6F429A 0.32%, rgba(111, 66, 154, 0.8) 35.04%, rgba(111, 66, 154, 0.4) 72.74%, rgba(111, 66, 154, 0.66) 99.47%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 0;
    font-size: 12px;
    font-weight: 700;
}

.card-service {
    display: flex;
    flex-direction: column;
    color: black;
    background: radial-gradient(100% 100% at 100% 100%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px;
    border: 0.5px solid;
    border-image-source: linear-gradient(180deg, #DFD3E8 0%, rgba(223, 211, 232, 0) 71.19%);
    max-width: 165px;
    height: 100%;
    justify-content: space-between;
}

.card-service-name {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    overflow-wrap: anywhere;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-service-rating {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 30px;
    color: #54C23F;
    width: 70%;
    text-align: right;
}

.card-service-rating > i {
    font-size: 19px
}

.service-desc {
    line-height: 18px;
    font-size: 14px;
}

.service-price > span {
    font-size: 12px;
    text-decoration: line-through;
    color: #808180;
    font-weight: 500;
}

.btn-primary {
    background: linear-gradient(87.12deg, #6F429A 0.32%, rgba(111, 66, 154, 0.8) 35.04%, rgba(111, 66, 154, 0.4) 72.74%, rgba(111, 66, 154, 0.66) 99.47%);
    color: #FFFFFF;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #A98DC2 0%, rgba(0, 0, 0, 0) 100%);
    padding: 16px 24px;
    line-height: 16px;
    font-size: 14px;
    border: 1px inset;
    width: 100%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.btn-primary:hover {
    color: white !important;
}

.more-benefits-card {
    min-height: 378px;
    max-height: 100%;
    background: #6F429A;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    text-decoration: none;
    align-items: center;
}

.more-benefits-card:hover {
    color: white;
}

.more-benefits-card > div {
    width: 310px;
    padding: 0 40px;
    text-align: center;
}

.more-benefits-card > div > i {
    font-size: 40px;
    margin-top: 32px;
}

/* Third Section */
.third-section {
    padding: 40px 70px;
    align-items: center;
}

.third-section img {
    width: 100%;
    object-fit: contain;
}

.third-section .right-section {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* fourth section */
.section.bg-lilac:nth-child(4) {
    background-image: url(https://res.cloudinary.com/startnerid/image/upload/q_auto,f_auto/v1674830617/startner-enterprise/desktop-aset-2_lxhqas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fourth-section {
    padding: 80px 70px;
    gap: 80px;
}

.advantage-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.advantage-box {
    background-color: white;
    height: 240px;
    width: 240px;
    padding: 29px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0px 0px 4px rgba(83, 50, 115, 0.04), 0px 8px 16px rgba(111, 66, 154, 0.08);
    scale: 1;
    transition: scale 0.25s linear;
}

.advantage-box:hover {
    scale: 1.1;
    transition: scale 0.25s linear;
}

.advantage-box img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.client-image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.client-image-container img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* fifth section */
.fifth-section {
    padding: 80px 70px;
    gap: 80px;
    width: 100%;
}

/* sixth section */
.section:nth-child(6) {
    background-image: url(https://res.cloudinary.com/startnerid/image/upload/v1674830617/startner-enterprise/desktop-aset-1_tx84ac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.sixth-section {
    padding: 80px 70px;
    align-content: space-between;
}

.sixth-section img {
    height: 300px;
    width: auto;
}

.sixth-section .btn-primary {
    width: fit-content;
}

/* modal */
.modal-body {
    padding: 24px 0 !important;
}

.modal-body > div:first-child {
    padding: 0 40px 24px 40px
}

#portfolioGallery {
    overflow-x: scroll;
    display: flex;
    gap: 12px;
    width: 1098px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    margin-left: 40px;
}

#portfolioGallery div {
    height: 400px;
    width: 800px;
}

#portfolioGallery img {
    height: 400px;
    /*width: auto;*/
    width: 800px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    #portfolioGallery {
        width: 758px;
    }
}

@media (max-width: 992px) {
    #portfolioGallery {
        width: 458px;
    }
}

@media (max-width: 576px) {
    .section.bg-lilac:first-child {
        background-image: url(https://res.cloudinary.com/startnerid/image/upload/q_auto,f_auto/v1674830619/startner-enterprise/bg-mobile-1_gmdttz.gif);
    }

    .title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .caption-1 {
        font-size: 16px;
    }

    .caption-2 {
        font-size: 14px;
    }

    .caption-3 {
        font-size: 12px;
    }

    .btn-activation {
        padding: 8px 16px;
        font-weight: 500;
        font-size: 12px;
    }

    .btn-primary {
        padding: 8px 24px;
        font-size: 12px;
    }

    /* do not erase */
    .testimony-container {
        height: 400px !important;
    }

    /* first section */
    .first-section {
        padding: 80px 16px;
    }

    /* second section */
    .second-section {
        padding: 44px 16px;
    }

    .service-info {
        font-size: 12px;
        line-height: 16px;
    }

    .card-container, .card {
        width: 246px;
    }

    .card-img-top > img {
        height: calc(100vw / 3);
        border-radius: 0;
    }

    .topic-label {
        padding: 5px 10px;
        font-size: 8px;
        line-height: 120%;
    }

    .card-service {
        padding: 10px;
    }

    .service-price > span {
        font-size: 10px;
    }

    .card-service-name {
        font-size: 16px;
        line-height: 24px;
    }

    .card-service-rating {
        line-height: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 4px;
        justify-content: flex-end;
    }

    .card-service-rating > i {
        font-size: 13px
    }

    .service-desc {
        line-height: 18px;
        font-size: 12px;
    }

    .more-benefits-card {
        min-height: 273px;
        font-size: 14px;
    }

    .more-benefits-card > div {
        width: 200px;
        padding: 0 20px;
    }

    .more-benefits-card > div > i {
        font-size: 20px;
        margin-top: 0;
    }

    /* third section */
    .third-section {
        padding: 69px 16px 0 16px;
        align-items: start;
    }

    .third-section .right-section {
        padding: 0;
        gap: 30px;
    }

    .third-section > div {
        padding-top: 40px;
    }

    /* fourth section */
    .section.bg-lilac:nth-child(4) {
        background-image: url(https://res.cloudinary.com/startnerid/image/upload/q_auto,f_auto/v1674830618/startner-enterprise/mobile--aset-2_gkj8bk.jpg);
    }

    .fourth-section {
        padding: 50px 16px;
        gap: 30px;
    }

    .advantage-container {
        gap: 10px;
        padding: 0;
    }

    .advantage-box {
        width: 160px;
        height: 160px;
        padding: 8px;
    }

    .advantage-box img {
        width: 60px;
        height: 60px;
    }

    .client-image-container {
        gap: 10px;
    }

    .client-image-container img {
        width: 70px;
        height: 70px;
    }

    /* fifth section */
    .fifth-section {
        padding: 71px 0;
        gap: 20px;
    }

    .fifth-section > div:first-child {
        padding: 0 16px;
    }

    /* sixth section */
    .sixth-section {
        padding: 60px 16px;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
    }

    .sixth-section img {
        height: auto;
        width: 100%;
    }

    /* modal */
    .modal-body > div:first-child {
        padding: 0 20px 24px 20px
    }

    #portfolioGallery {
        width: 89vw;
        margin-left: 20px;
    }
}
