#awards .cs-title
{
    text-align: center;
    margin-bottom: 3rem;
    max-width: 508px;
    margin-left: auto;
    margin-right: auto;
}
#awards .cards
{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1024px)
{
    #awards .cs-title
    {
        margin-bottom: 4rem;
        max-width: none;
    }
    #awards .cards
    {
        flex-direction: row;
        gap: 60px;
    }
}
#case-study
{
    background: linear-gradient(0deg,#0f0123 0%,#0f0123 100%),linear-gradient(123deg,#7f2ff9 3.95%,#5f71f6 100%);
}
#case-study h2
{
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}
#case-study .cards
{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    justify-content: center;
}
#case-study .button-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 25px;
}
#case-study .spotlight, #case-study .spotlight-2
{
    position: absolute;
}
#case-study .card
{
    max-width: 345px;
    transition: .2s;
}
#case-study .card:hover
{
    transform: translate(0,-23px);
    cursor: pointer;
}
#case-study .card:hover .bottom-section img
{
    transform: rotate(0deg);
}
#case-study .card .top-section
{
    height: 208px;
    width: 100%;
    display: block;
}
#case-study .card .top-section img
{
    border-radius: 15px 15px 0 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#case-study .card .bottom-section
{
    height: 300px;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    position: relative;
}
#case-study .card .bottom-section .text-topper
{
    margin-bottom: .25rem;
    display: block;
}
#case-study .card .bottom-section .sub-title
{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
#case-study .card .bottom-section img
{
    position: absolute;
    bottom: 40px;
    right: 40px;
    transform: rotate(45deg);
    transition: .05s linear all;
}
@media(min-width:768px) {
    #case-study .cards
    {
        flex-direction: row;
        gap: clamp(2rem,3vw,3rem);
        position: relative;
    }
}
@media only screen and (min-width: 1024px)
{
    #case-study
    {
        position: relative;
    }
    #case-study h2
    {
        margin-bottom: 4rem;
    }
    #case-study .cs-container
    {
        position: relative;
    }
    #case-study .spotlight
    {
        top: -100px;
        right: -200px;
        width: 640px;
        height: 645px;
        border-radius: 645px;
        opacity: .200000003;
        background: #5f71f6;
        filter: blur(122px);
    }
    #case-study .spotlight-2
    {
        bottom: -100px;
        left: -250px;
        width: 589px;
        height: 589px;
        border-radius: 589px;
        opacity: .200000003;
        background: #5f71f6;
        filter: blur(122px);
    }
  
    #case-study .cards .card .bottom-section
    {
        padding: 1.25rem;
    }
    #case-study .cards .card .bottom-section .sub-title
    {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
}
#web-design-home .cs-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2rem,4vw,4rem);
    gap: 2rem;
    max-width: 550px;
}
#web-design-home .cs-container .cs-picture
{
    order: 1;
    width: 90%;
    max-width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#web-design-home .cs-container .cs-picture img
{
    width: 100%;
    height: auto;
}
#web-design-home .cs-container .cs-content
{
    order: 2;
    text-align: start;
    max-width: 550px;
}
#web-design-home .cs-container .cs-content li
{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: .5rem;
}
#web-design-home .cs-container .cs-content a
{
    margin-top: 1rem;
}
#web-design-home .image-link
{
    width: 100%;
    height: 100%;
    max-width: 560px;
}
@media only screen and (min-width: 1024px)
{
    #web-design-home .cs-container
    {
        max-width: 1280px;
        flex-direction: row;
    }
    #web-design-home .cs-container .cs-content
    {
        max-width: 610px;
    }
    #web-design-home .cs-container .cs-content p
    {
        width: 90%;
    }
    #web-design-home .cs-container .cs-content li
    {
        gap: 1.5rem;
        margin-bottom: 1rem;
    }
}
#seo-home .cs-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2rem,4vw,4rem);
    gap: 2rem;
    max-width: 550px;
}
#seo-home .cs-container .cs-picture
{
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#seo-home .cs-container .cs-picture img
{
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 2px solid rgba(0,0,0,.1);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}
#seo-home .cs-container .cs-content
{
    order: 2;
    text-align: start;
    max-width: 550px;
}
#seo-home .cs-container .cs-content li
{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: .5rem;
}
#seo-home .cs-container .cs-content a
{
    margin-top: 1rem;
}
@media only screen and (min-width: 1024px)
{
    #seo-home .cs-container
    {
        max-width: 1280px;
        flex-direction: row;
    }
    #seo-home .cs-container .cs-picture
    {
        order: 2;
    }
    #seo-home .cs-container .cs-picture img
    {
        min-width: 400px;
    }
    #seo-home .cs-container .cs-content
    {
        order: 1;
        max-width: 660px;
    }
    #seo-home .cs-container .cs-content p
    {
        width: 90%;
    }
    #seo-home .cs-container .cs-content li
    {
        gap: 1.5rem;
        margin-bottom: 1rem;
    }
}

#reviews .cs-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#reviews .cs-text.sub-heading
{
    font-size: 20px;
}
#reviews .bottom-reviews
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
#reviews .cs-text
{
    font-size: 16px;
    color: #fff;
    opacity: 1;
}
#reviews .row
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 45px;
}
#reviews .review-wrapper
{
    border-left: 1px solid #000000;
    padding-left: 18px;
    max-width: 450px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#reviews .bottom-section
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#reviews .author
{
    color: #fff;
    font-family: "Poppins",Arial,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
@media only screen and (min-width: 1024px)
{
    #reviews .row
    {
        flex-direction: row;
        gap: 10px;
    }
    #reviews .bottom-reviews
    {
        margin-top: 30px;
        gap: 100px;
    }
}
@media only screen and (min-width: 0)
{
    #sbs
    {
        padding: var(--sectionPadding);
    }
    #sbs .cs-container
    {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        row-gap: 2.5rem;
    }
    #sbs .cs-left
    {
        font-size: min(2.31vw,.7em);
        width: 39.4375em;
        height: 39.75em;
        position: relative;
    }
    #sbs .cs-picture
    {
        border-radius: 1.5em;
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #sbs .cs-picture img
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #sbs .cs-picture1
    {
        width: 32.625em;
        height: 36.3125em;
        left: 0;
        top: 0;
    }
    #sbs .cs-picture2
    {
        width: 25.875em;
        height: 25em;
        background-color: #fff;
        box-shadow: rgba(0,0,0,.1) 0 0 40px;
        border: clamp(.375em,1.5vw,.75em) solid #fff;
        right: 0;
        bottom: 0;
    }
    #sbs .cs-right
    {
        margin: auto;
        max-width: 33.875rem;
    }
    #sbs .cs-topper
    {
        text-align: left;
        margin-bottom: .25rem;
    }
    #sbs .cs-title
    {
        text-align: left;
        max-width: 50rem;
    }
    #sbs .cs-text
    {
        text-align: left;
        max-width: 46.875rem;
        margin-bottom: 1rem;
    }
    #sbs .cs-text:last-of-type
    {
        margin-bottom: 2rem;
    }
    #sbs .cs-flex-group
    {
        padding: clamp(1rem,3vw,2rem);
        background-color: #f7f7f7;
        border-radius: 1rem;
        position: relative;
    }
    #sbs .cs-flex-p
    {
        font-size: clamp(.875rem,1.5vw,1rem);
        line-height: 1.5em;
        margin: 0 0 1rem;
        color: #353535;
    }
    #sbs .cs-name
    {
        font-size: 1rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 .25rem;
        color: var(--headerColor);
        display: block;
    }
    #sbs .cs-job
    {
        font-size: .875rem;
        line-height: 1.5em;
        color: #353535;
        display: block;
    }
    #sbs .cs-quote-icon
    {
        width: clamp(3.75rem,10vw,8.5rem);
        height: auto;
        position: absolute;
        bottom: 0;
        right: clamp(1rem,4vw,2rem);
    }
    #sbs .cs-button-solid
    {
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 64em)
{
    #sbs .cs-container
    {
        flex-flow: row;
        justify-content: space-between;
        gap: 3.25rem;
    }
    #sbs .cs-left
    {
        font-size: min(1.2vw,1em);
        flex: none;
    }
    #sbs .cs-right
    {
        margin: 0;
    }
}
@media only screen and (min-width: 0)
{
    body.dark-mode #sbs .cs-left:before, body.dark-mode #sbs .cs-left:after
    {
        background: var(--accent);
    }
    body.dark-mode #sbs .cs-picture2
    {
        background-color: var(--dark);
        border: clamp(.375em,1.5vw,.75em) solid var(--dark);
    }
    body.dark-mode #sbs .cs-topper
    {
        color: var(--primaryLight);
    }
    body.dark-mode #sbs .cs-title, body.dark-mode #sbs .cs-text, body.dark-mode #sbs .cs-h3, body.dark-mode #sbs .cs-flex-p, body.dark-mode #sbs .cs-name
    {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #sbs .cs-flex-group
    {
        background-color: var(--accent);
    }
    body.dark-mode #sbs .cs-job
    {
        color: var(--bodyTextColorWhite);
        opacity: .8;
    }
    body.dark-mode #sbs .cs-quote-icon
    {
        opacity: .2;
    }
}
@media only screen and (min-width: 0)
{
    #sbs-r
    {
        padding: var(--sectionPadding);
    }
    #sbs-r .cs-container
    {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        row-gap: 2.5rem;
    }
    #sbs-r .cs-left
    {
        font-size: min(2.31vw,.7em);
        width: 39.4375em;
        height: 39.75em;
        position: relative;
    }
    #sbs-r .cs-picture
    {
        border-radius: 1.5em;
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #sbs-r .cs-picture img
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #sbs-r .cs-picture1
    {
        width: 32.625em;
        height: 36.3125em;
        right: 0;
        top: 0;
    }
    #sbs-r .cs-picture2
    {
        width: 25.875em;
        height: 25em;
        background-color: #fff;
        box-shadow: rgba(0,0,0,.1) 0 0 40px;
        border: clamp(.375em,1.5vw,.75em) solid #fff;
        left: 0;
        bottom: 0;
    }
    #sbs-r .cs-right
    {
        margin: auto;
        max-width: 33.875rem;
    }
    #sbs-r .cs-topper
    {
        text-align: left;
        margin-bottom: .25rem;
    }
    #sbs-r .cs-title
    {
        text-align: left;
        max-width: 50rem;
    }
    #sbs-r .cs-text
    {
        text-align: left;
        max-width: 46.875rem;
        margin-bottom: 1rem;
    }
    #sbs-r .cs-text:last-of-type
    {
        margin-bottom: 2rem;
    }
    #sbs-r .cs-flex-group
    {
        padding: clamp(1rem,3vw,2rem);
        background-color: #f7f7f7;
        border-radius: 1rem;
        position: relative;
    }
    #sbs-r .cs-flex-p
    {
        font-size: clamp(.875rem,1.5vw,1rem);
        line-height: 1.5em;
        margin: 0 0 1rem;
        color: #353535;
    }
    #sbs-r .cs-name
    {
        font-size: 1rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 .25rem;
        color: var(--headerColor);
        display: block;
    }
    #sbs-r .cs-job
    {
        font-size: .875rem;
        line-height: 1.5em;
        color: #353535;
        display: block;
    }
    #sbs-r .cs-quote-icon
    {
        width: clamp(3.75rem,10vw,8.5rem);
        height: auto;
        position: absolute;
        bottom: 0;
        right: clamp(1rem,4vw,2rem);
    }
}
@media only screen and (min-width: 64em)
{
    #sbs-r .cs-container
    {
        flex-flow: row;
        justify-content: space-between;
        gap: 3.25rem;
    }
    #sbs-r .cs-left
    {
        font-size: min(1.2vw,1em);
        flex: none;
        order: 2;
    }
    #sbs-r .cs-right
    {
        margin: 0;
    }
}
@media only screen and (min-width: 0)
{
    body.dark-mode #sbs-r .cs-left:before, body.dark-mode #sbs-r .cs-left:after
    {
        background: var(--accent);
    }
    body.dark-mode #sbs-r .cs-picture2
    {
        background-color: var(--dark);
        border: clamp(.375em,1.5vw,.75em) solid var(--dark);
    }
    body.dark-mode #sbs-r .cs-topper
    {
        color: var(--primaryLight);
    }
    body.dark-mode #sbs-r .cs-title, body.dark-mode #sbs-r .cs-text, body.dark-mode #sbs-r .cs-h3, body.dark-mode #sbs-r .cs-flex-p, body.dark-mode #sbs-r .cs-name
    {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #sbs-r .cs-flex-group
    {
        background-color: var(--accent);
    }
    body.dark-mode #sbs-r .cs-job
    {
        color: var(--bodyTextColorWhite);
        opacity: .8;
    }
    body.dark-mode #sbs-r .cs-quote-icon
    {
        opacity: .2;
    }
}
@media only screen and (min-width: 0)
{
    #gallery
    {
        text-align: center;
        padding: var(--sectionPadding);
        position: relative;
        overflow: hidden;
    }
    #gallery .cs-container
    {
        width: 100%;
        max-width: 82.625em;
        margin: auto;
    }
    #gallery .cs-topper
    {
        text-align: center;
        margin-bottom: 1rem;
    }
    #gallery .cs-title
    {
        text-align: center;
        max-width: 38.8125rem;
        margin-bottom: 2.5rem;
    }
    #gallery .cs-image-group
    {
        font-size: min(1.1vw,1em);
        width: 100%;
        max-width: 82.625em;
        padding: 0;
        margin: 0 auto 3.75rem;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 1.875em;
    }
    #gallery .cs-row
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 1.875em;
    }
    #gallery .cs-picture
    {
        position: relative;
        display: block;
    }
    #gallery .cs-picture img
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #gallery .cs-row-1 .cs-picture1
    {
        width: 26.25em;
        height: 35.4375em;
    }
    #gallery .cs-row-1 .cs-picture2
    {
        width: 26.25em;
        height: 39.3125em;
    }
    #gallery .cs-row-1 .cs-picture3
    {
        width: 26.25em;
        height: 32em;
    }
    #gallery .cs-row-2 .cs-picture1
    {
        width: 26.25em;
        height: 30.75em;
    }
    #gallery .cs-row-2 .cs-picture2
    {
        width: 26.25em;
        height: 32.3125em;
    }
    #gallery .cs-row-2 .cs-picture3
    {
        width: 26.25em;
        height: 39.3125em;
    }
    #gallery .cs-row-3 .cs-picture1
    {
        width: 26.25em;
        height: 39.0625em;
    }
    #gallery .cs-row-3 .cs-picture2
    {
        width: 26.25em;
        height: 28.25em;
    }
    #gallery .cs-row-3 .cs-picture3
    {
        width: 26.25em;
        height: 39.3125em;
    }
}
@media only screen and (min-width: 0)
{
    body.dark-mode #gallery .cs-title
    {
        color: var(--bodyTextColorWhite);
    }
}