/* LANDING PAGE */
.header-container {
    height: 90vh;
}

.header-container video {
    margin-top: -3rem;
    z-index: -1;
}

.ui-text-container p {
    position: relative;
    width: 65%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}


/* MAIN CONTENT */
.see-text-container h1 {
    padding-top: 3rem;
}

.see-text-container p {
    position: relative;
    width: 55%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.MobView {
    display: none;
}

/* GTA */
/* .cta-container {
    padding: 4% 10%;
} */

.custom-header h1,
.custom-header p,
.custom-header div {
    position: relative;
    width: 75%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
    z-index: 2;
}


.cta-img-container {
    position: absolute;
    height: 125%;
    width: 100%;
    top: -5rem;
    object-fit: contain;
    z-index: 1;
}


.experience-vid {
    border-radius: 25px !important;
    margin-bottom: 5rem;
}

.experience p {
    position: relative;
    width: 70%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.contact {
    position: relative;
    z-index: 3;
}

.contact-button {
    padding: 15px 35px;
    font-size: 20px;
    margin: 3rem;
    margin-bottom: 10rem;
    border-radius: 50px;
}

.modelling {
    position: absolute;
    top: -80px;
    left: 100px;
    width: 100%;
}

/* other services*/

.mobile-v-preview {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}

.bg-black {
    border-radius: 25px;
}

.preview-image {
    height: 600px;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: end;
}

.panel-container {
    padding: 0 2%;
}

.preview-image img {
    margin: 10px;
    height: 90%;
    object-fit: cover;
}

.card-container {
    padding: 1.5rem;
}

.card-img {
    height: 230px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* MOBILE VIEW */

@media only screen and (max-width: 576px) and (min-width: 360px) {
    .mb-5 {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .mt-4 {
        margin: 1rem 0 !important;
    }

    .mb-3 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important;
    }

    .header-container video {
        margin-top: 0rem;
    }

    .header-container {
        height: 55vh;
    }

    .ui-text-container {
        margin-top: 6rem;
    }

    .ui-text-container {
        margin-top: 6rem;
    }

    .ui-text-container p {
        position: relative;
        width: 80%;
        padding-bottom: 3rem;
        color: black !important;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .ui-text-container h1 {
        padding: 2rem 0rem;
    }


    .clarity-container {
        padding: 0 !important;
    }

    .see-text-container h1 {
        margin-top: 0rem !important;
    }

    .see-text-container p {
        position: relative;
        width: 100%;
        margin-bottom: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .MobView {
        display: block;
    }

    .WebView {
        display: none;
    }


    .custom-header {
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .custom-header h1,
    .custom-header p {
        position: relative;
        width: 80%;
        margin-top: 1rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .panel-container {
        padding: 0 7%;
    }

    .cta-img-container {
        width: 140% !important;
        top: 7.5rem;
        margin: auto;
        display: flex;
        justify-content: center;
        object-fit: contain;
    }

    .contact-button {
        padding: 15px 35px;
        font-size: 15px;
        margin: auto;
        margin-bottom: 0rem;
        border-radius: 50px;
    }

    .mobi-container {
        min-height: 230px !important;
    }

    .experience-vid {
        border-radius: 15px !important;
        margin-bottom: 3rem;
    }

    .experience p {
        position: relative;
        width: 100%;
        margin: auto;
        padding: 0 0 3rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .custom-header h1 {
        text-align: center;
    }

    .web {
        position: relative;
        width: 100%;
    }

    .mobi {
        position: relative;
        width: 100%;
    }

    .erp {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .mb-5 {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .mt-4 {
        margin: 1rem 0 !important;
    }

    .mb-3 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important;
    }

    .header-container {
        height: 60vh;
    }

    .ui-text-container {
        margin-top: 6rem;
    }

    .ui-text-container p {
        position: relative;
        width: 80%;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ui-text-container p {
        padding-bottom: 1rem;
        color: black !important;
        margin: 0 !important;
    }

    .ui-text-container h1 {
        padding: 2rem 0;
    }

    .custom-header h1,
    .custom-header p {
        position: relative;
        width: 85%;
        margin-top: 1rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .panel-container {
        padding: 0 8%;
    }

    .see-text-container h1 {
        margin-top: 0rem;
    }

    .cta-img-container {
        width: 140% !important;
        top: 7rem;
        margin: auto;
        display: flex;
        justify-content: center;
        object-fit: contain;
    }

    .mobi-container {
        min-height: 210px !important;
    }
}

@media (min-width: 390px) and (max-width: 400px) {
    .header-container {
        height: 45vh;
    }

    .ui-text-container {
        margin-top: 8rem;
    }
}


@media (min-width: 401px) and (max-width: 539px) {
    .mb-5 {
        margin-top: 1rem !important;
        margin-bottom: 2.5rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 3rem !important;
    }

    .mt-4 {
        margin: 1rem 0 !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
        margin-top: .5rem !important;
    }

    .header-container {
        height: 55vh;
    }

    .ui-text-container {
        margin-top: 6rem;
    }

    .ui-text-container p {
        position: relative;
        width: 80%;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ui-text-container p {
        padding-bottom: 3rem;
        color: black !important;
        margin: 0 !important;
    }

    .ui-text-container h1 {
        padding: 3rem 0;
    }

    .see-text-container h1 {
        margin-top: 1rem;
    }

    .see-text-container h1 {
        padding-top: 0rem !important;
    }

    .custom-header h1,
    .custom-header p {
        position: relative;
        width: 90%;
        margin-top: 2rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .font-heading-services {
        font-size: 40px !important;
    }

    .font-title {
        font-size: 35px !important;
    }

    .font-title-services {
        font-size: 30px !important;
    }

    .font-heading {
        font-size: 30px !important;
    }

    .font-subtext {
        font-size: 15px !important;
    }

    .font-subheading {
        font-size: 18px !important;
    }

    .font-subheading-bold {
        font-size: 18px !important;
    }

    .panel-container {
        padding: 0 6%;
    }

    .cta-img-container {
        width: 140% !important;
        top: 8.5rem;
        margin: auto;
        display: flex;
        justify-content: center;
        object-fit: contain;
    }

    .mobi-container {
        min-height: 250px !important;
    }
}

@media (min-width: 540px) and (max-width: 600px) {


    .ui-text-container {
        position: relative;
        top: 5rem;
        margin: auto;
    }

    .ui-text-container p {
        position: relative;
        width: 80%;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ui-text-container p {
        padding-bottom: 3rem;
        color: black !important;
        margin: 0 !important;
    }

    .ui-text-container h1 {
        font-size: 50px !important;
        padding: 3rem 0;
    }

    .see-text-container h1 {
        margin-top: 2rem;
    }

    .see-text-container p {
        position: relative;
        width: 70%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .clarity-container {
        padding: 0;
    }

    .custom-header h1,
    .custom-header p {
        position: relative;
        width: 80%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .cta-img-container {
        width: 120%;
        top: 8rem;
    }

    .mobi-container {
        min-height: 350px !important;
    }

    .other-services-container {
        padding: 0rem 10%;
    }
}

@media (min-width: 601px) and (max-width: 700px) {
    .font-heading-services {
        font-size: 30px !important;
    }

    .font-heading {
        font-size: 18px !important;
    }

    .font-subheading-bold {
        font-size: 11px !important;
    }

    .font-title {
        font-size: 24px !important;
    }

    .font-title-services {
        font-size: 16px !important;
    }

    .font-subheading {
        font-size: 8px !important;
    }

    .font-subtext {
        font-size: 8px !important;
    }

    .mb-5 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .mt-4 {
        margin: .5rem 0 !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
        margin-top: .5rem !important;
    }

    .font-title {
        font-size: 26px !important;
    }

    .header-container {
        height: 29vh;
    }

    .see-text-container h1 {
        padding-top: 0rem;
    }

    .ui-text-container p {
        position: relative;
        width: 65%;
        padding-bottom: 1rem;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .see-text-container h1 {
        margin-top: 1rem;
    }

    .experience-vid {
        border-radius: 25px !important;
        margin-bottom: 3rem;
    }

    .see-text-container p {
        position: relative;
        width: 65%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .cta-img-container {
        position: absolute;
        height: 120%;
        top: -2rem;
        z-index: 1;
    }

    .custom-header h1,
    .custom-header p,
    .custom-header div {
        position: relative;
        width: 70%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .card-container {
        padding: .5rem;
    }

    .card-img {
        height: 110px;
    }

}

/* Tablet */
@media (min-width: 701px) and (max-width: 800px) {
    .mb-5 {
        margin-top: .5rem !important;
        margin-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .mt-4 {
        margin: .5rem 0 !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
        margin-top: .5rem !important;
    }

    .font-title {
        font-size: 35px !important;
    }

    .header-container {
        height: 30vh;
    }

    .ui-text-container p {
        position: relative;
        width: 65%;
        padding-bottom: 1rem;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .see-text-container h1 {
        margin-top: 1rem;
    }

    .experience-vid {
        border-radius: 25px !important;
        margin-bottom: 3rem;
    }

    .see-text-container p {
        position: relative;
        width: 65%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .cta-img-container {
        position: absolute;
        height: 115%;
        top: -2rem;
        z-index: 1;
    }

    .custom-header h1,
    .custom-header p,
    .custom-header div {
        position: relative;
        width: 80%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .card-container {
        padding: .5rem;
    }

    .card-img {
        height: 140px;
    }

}

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

    .header-container {
        height: 36vh;
    }

    .custom-header h1,
    .custom-header p,
    .custom-header div {
        width: 75%;
    }

    .cta-img-container {
        position: absolute;
        height: 125%;
        top: -2.5rem;
        z-index: 1;
    }

    .card-container {
        padding: .8rem;
    }

    .card-img {
        height: 130px;
    }
}

@media (min-width: 801px) and (max-width: 962px) {
    .mb-5 {
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .mt-4 {
        margin: .5rem 0 !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
        margin-top: .5rem !important;
    }

    .font-title {
        font-size: 35px !important;
    }

    .header-container {
        height: 30vh;
    }

    .ui-text-container {
        margin-top: 12rem;
    }

    .ui-text-container p {
        position: relative;
        width: 65%;
        padding-bottom: 1rem;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .see-text-container h1 {
        margin-top: 1rem;
    }

    .experience-vid {
        border-radius: 25px !important;
        margin-bottom: 3rem;
    }

    .see-text-container p {
        position: relative;
        width: 65%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .cta-img-container {
        position: absolute;
        height: 125%;
        top: -3rem;
        z-index: 1;
    }

    .custom-header h1,
    .custom-header p,
    .custom-header div {
        position: relative;
        width: 70%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .card-container h2,
    .card-container p,
    .card-container a {
        margin: 1rem 0 !important;
    }

    .card-container {
        padding: 1rem;
    }

    .card-img {
        height: 130px;
    }
}

@media (min-width: 820px) and (max-width: 962px) {
    .font-heading-services {
        font-family: RedHatDisplay BLACK !important;
        font-size: 42px !important;
    }

    .see-text-container h1 {
        padding-top: 0rem;
    }

    .header-container {
        height: 38vh;
    }

    .ui-text-container {
        justify-content: center !important;
    }
}

@media (min-width: 850px) and (max-width: 962px) {
    .font-heading-services {
        font-family: RedHatDisplay BLACK !important;
        font-size: 45px !important;
    }

    .see-text-container h1 {
        padding-top: 0rem;
    }

    .header-container {
        height: 45vh;
    }

    .ui-text-container {
        justify-content: center !important;
    }
}

@media (min-width: 962px) and (max-width: 1023px) {
    .font-heading-services {
        font-size: 50px !important;
    }

    .ui-text-container p {
        margin: 2rem !important;
    }

    .header-container {
        height: 80vh;
    }

    .card-img {
        height: 200px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .mb-5 {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .mt-4 {
        margin: 1rem 0 !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
        margin-top: 2rem !important;
    }

    .header-container {
        height: 65vh;
    }

    .ui-text-container p {
        position: relative;
        width: 65%;
        padding-bottom: 2rem;
        color: white !important;
        margin: -1rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }


    .ui-text-container h1 {
        padding: 2rem 0rem;
    }

    .see-text-container h1 {
        margin-top: 2rem;
    }

    .custom-header h1,
    .custom-header p,
    .custom-header div {
        position: relative;
        width: 80%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .cta-img-container {
        position: absolute;
        height: 110%;
        top: -1rem;
        z-index: 1;
    }

    .card-container {
        padding: 1rem;
    }

    .card-img {
        height: 180px;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .header-container {
        height: 85vh;
    }

    .see-text-container h1 {
        padding-top: 1rem;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .mb-5 {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .mt-4 {
        margin: 1rem 0 !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
        margin-top: 2rem !important;
    }

    .ui-text-container {
        margin-top: 20rem;
    }

    .cta-img-container {
        position: absolute;
        height: 125%;
        top: -4.5rem;
        z-index: 1;
    }

    .card-img {
        height: 200px;
    }
}


@media (min-width: 1366px) and (max-width: 1439px) {
    .header-container {
        height: 100vh;
    }

    .ui-text-container p {
        position: relative;
        width: 65%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ui-text-container {
        margin-top: 20rem;
    }

    .ui-text-container h1 {
        padding: 2rem 0rem;
    }

    .ui-text-container p {
        padding-bottom: 3rem;
        color: white !important;
        margin: 0 !important;
    }

    .custom-header h1,
    .custom-header p,
    .custom-header div {
        position: relative;
        width: 70%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .card-img {
        height: 200px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) and (height: 768px) {
    .header-container {
        height: 100vh;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .header-container {
        height: 100vh;
    }
}

@media (min-width: 1440px) and (max-width: 1500px) {
    .header-container {
        height: 80vh;
    }
}

@media (min-width: 1920px) {
    .header-container {
        height: 100vh;
    }

    .ideas {
        padding: 0rem 3rem;
    }

    .card-img {
        height: 350px;
    }

    .see-text-container h1 {
        padding-top: 0rem;
    }

    .ui-text-container {
        margin-top: 30rem;
        justify-content: center !important;
    }

    .experience-vid {
        margin-bottom: 8rem;
    }

    .see-text-container p {
        position: relative;
        width: 45%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .get-btn {
        padding: 3rem 0 3rem 0;
    }

    .cta-img-container {
        top: -6.5rem;
    }

    .card-img {
        height: 300px;
    }
}

@media (min-width: 2200px) {
    .header-container {
        height: 77vh;
    }

    .get-btn {
        padding: 3rem 0 3rem 0;
    }

    .card-img {
        height: 400px;
    }

    .see-text-container h1 {
        margin-top: 5rem;
    }

    .cta-img-container {
        top: -7rem;
    }

    .card-img {
        height: 350px;
    }

}