/* LANDING PAGE */
.product-container {
    background-image: url('../images/products/NexPOS/NEXPOS\ BG.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
}

.w-5 {
    width: 6rem;
    object-fit: contain;
}

.product-text {
    width: 50%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.product-container .content-div {
    padding: 5rem 0rem 0rem 0rem;

}

.mockup-img {
    transition: transform 1s;
}

/* MAIN CONTENT */
.font-heading-bold {
    font-size: 35px;
}

.brandizer-row {
    padding: 5rem 0rem !important;
    height: 100vh;
}

.brandizer h2,
.brandizer p {
    width: 55%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.Web,
.Mob {
    transition: transform 1s ease-out;
    z-index: 2;
}

.Web {
    position: relative;
    width: 60%;
    min-width: 60%;
    top: 12rem;
    object-fit: contain;
    aspect-ratio: auto;
    transform: translateX(-50%);
}

.Mob {
    position: relative;
    width: 45%;
    min-width: 45%;
    top: 7rem;
    object-fit: contain;
    aspect-ratio: auto;
    transform: translateX(50%);
}

.nexblast-row {
    height: 95vh;
    background-image: url('../images/products/NexPOS/Background\ Middle\ 1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.get-img-container {
    position: relative;
    max-width: 140%;
    margin: auto;
    object-fit: contain;
}

.get-container p {
    position: relative;
    width: 90%;
    margin: auto 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.feautres-container {
    max-height: 100%;
    background-image: url('../images/products/NexPOS/Background\ Middle\ 2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.features-vid-container {
    width: 80%;
    object-fit: contain;
}

.nexpos-row {
    position: relative;
    height: 100%;
    background-color: #D5ECFC;
    z-index: 1;
}

.nexpos-content img {
    position: relative;
    left: 10rem;
}

.nexpos-content p {
    padding: 0rem 20rem 0rem 5rem;
}

.empowered h2,
.empowered p {
    width: 40%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.avail {
    position: relative;
    padding-top: 26%;
    z-index: 2;
    margin-bottom: 5rem;
}

.Abottom {
    position: absolute;
    max-width: 70%;
    top: 150px;
    transform: translateY(-50%);
    animation: zoomBottom 8s infinite;
    z-index: 1 !important;
}

.Bleft {
    position: absolute;
    max-width: 70%;
    top: 150px;
    transform: translateY(-50%);
    animation: moveLeftBottom 8s infinite;
    z-index: 1 !important;
}

.Cright {
    position: absolute;
    max-width: 70%;
    top: 150px;
    transform: translateY(-50%);
    animation: moveRightTop 8s infinite;
}

@keyframes moveLeftBottom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: translateY(22%) scale(1.5) translateX(-15%);
    }
}



@keyframes moveRightTop {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: translateY(-10%) scale(1.5) translateX(15%);
    }
}

@keyframes zoomBottom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5) translateY(17%);
    }
}

.features-row {
    background-color: white;
    z-index: 1 !important;
}

.feaures-text-container h2,
.feaures-text-container p {
    max-width: 58%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.btns {
    position: relative;
    margin-top: 8rem !important;
    margin-left: 5rem !important;
    z-index: 2;
}

.btn {
    height: 50px !important;
    width: 50px !important;
    background-color: transparent !important;
}

.experiences-content {
    margin-bottom: 5rem;
}

.experience-text-container {
    padding: 3rem 5rem;
}

.contact {
    margin: 6rem 0rem 8rem 3rem;
    display: flex;
    object-fit: contain;
}

.contact-button {
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 50px;
    z-index: 3;
}

.themeA,
.themeB {
    position: absolute;
    transition: opacity 1s ease-in-out;
    max-width: 160%;
    height: auto;
    top: -23rem;
    left: -21rem;
}


@media (min-width: 360px) and (max-width: 576px) {

    /* LANDING PAGE */
    .w-5 {
        width: 4.5rem !important;
    }

    .product-container {
        height: 100%;
        background-image: url('../images/products/NexPOS/NEXPOS\ BG\ MOB.png') !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .product-container h1 {
        font-size: 3rem !important;
        letter-spacing: 0px !important;
        font-weight: bold !important;
    }

    .product-container span {
        font-size: 3rem !important;
        letter-spacing: 0px !important;
        font-weight: bold !important;
        left: 1rem !important;
    }

    .product-text {
        width: 50%;
        margin: 1.5rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

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

    .product-text {
        width: 70%;
    }

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

    .product-img-container img {
        width: 150%;
    }

    /* MAIN CONTENT */
    /* BRANDIZER */
    .brandizer-row {
        padding: 3rem 0rem !important;
        height: 60vh;
        z-index: 1;
    }

    .brandizer h2 {
        width: 100%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .textB {
        color: blue;
    }

    .brandizer p {
        width: 90%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .Web,
    .Mob {
        transition: transform 0s ease;
        z-index: 2;
    }

    .Web {
        position: relative;
        top: 8rem;
    }

    .nexblast-row {
        height: 75vh;
        background-image: url('../images/products/NexPOS/Background Middle 1 Mob.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .get-container p {
        position: relative;
        width: 110%;
        margin: 2rem 0;
    }

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

    .pt-5 {
        padding-top: 0rem !important;
    }

    .nexpos-img-content {
        max-width: 30rem;
        margin: auto;
    }

    .feaures-text-container h1,
    .feaures-text-container p {
        max-width: 90% !important;
        margin: auto;
    }

    .feautres-container {
        background: none;
    }

    .be-img-container {
        position: absolute;
        top: 7rem !important;
        object-fit: contain;
    }

    .empowered h2,
    .empowered p {
        width: 78%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .avail {
        position: relative;
        padding-top: 40% !important;
        z-index: 2;
        margin-bottom: 3rem !important;
    }

    .default-button-lg {
        font-size: 10px !important;
        border: 2px solid #828282;
        border-radius: 30px !important;
        padding: 10px 30px !important;
        text-decoration: none;
    }

    .textB {
        color: #0071BC !important;
    }

    .textG {
        color: #8CC63F !important;
    }

    .feaures-text-container h2 {
        max-width: 100%;
        margin: 0rem auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .feaures-text-container p {
        max-width: 100%;
        margin: 2rem auto 1rem auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .experiences-content {
        padding: 0 0 5rem 0;
    }

    .experience-text-container {
        padding: 0;
    }

    .experience-text-container h2 {
        padding: 1rem 2rem !important;
        font-size: 35px !important;
    }

    .experience-text-container p {
        padding: 0 2rem !important;
    }

    .btns {
        margin-top: 5rem !important;
        left: -3rem;
        z-index: 2;
        justify-content: center;
        display: flex;
    }

    .btn {
        height: 35px !important;
        width: 35px !important;
        background-color: transparent !important;
    }

    .contact {
        margin: 13rem 0rem 3rem 0rem !important;
        display: flex;
        justify-content: center;
        object-fit: contain;

    }

    .contact-button {
        padding: 13px 45px;
        font-size: 15px;
        border-radius: 50px;
        z-index: 3;
    }

    /* BUTTON THEME */
    .themeA,
    .themeB {
        width: 100%;
        top: 0rem;
        left: -1rem !important;
    }
}

@media (min-width: 375px) and (max-width: 409px) {
    .feaures-text-container {
        padding: 3rem 0 0 0 !important;
    }

    .pt-5 {
        padding-top: 0rem !important;
    }

    .empowered h2,
    .empowered p {
        width: 75%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .nexblast-row {
        height: 85vh;
    }

    .brandizer-row {
        padding: 4rem 0rem !important;
        height: 70vh;
        z-index: 1;
    }

}

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

    .be-img-container {
        position: absolute;
        top: 7rem !important;
        object-fit: contain;
    }

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

    .empowered h2,
    .empowered p {
        width: 78%;
        margin: 1rem auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        padding: 4rem 0rem !important;
        height: 60vh;
    }

    .nexblast-row {
        height: 70vh;
    }

    .contact {
        margin: 14rem 0rem 3rem 0rem !important;
        display: flex;
        justify-content: center;
        object-fit: contain;

    }

    .experience-text-container h2 {
        padding: 1rem 2rem !important;
        font-size: 40px !important;
    }
}

@media (min-width: 410px) and (max-width: 576px) {
    .brandizer-row {
        padding: 4rem 0rem !important;
        height: 60vh;
    }

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

@media (max-width: 994px) and (min-width: 600px) {
    .w-5 {
        width: 2.5rem;
        object-fit: contain;
    }

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

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

    .product-container .content-div {
        padding: 3rem 0rem 0rem 0rem;
    }

    .product-text {
        width: 65%;
        margin: 1.5rem 1.5rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        height: 53vh;
    }

    .brandizer h2 {
        width: 60%;
    }

    .brandizer p {
        width: 70%;
    }

    .Web {
        position: relative;
        min-width: 55%;
        top: 12rem;
        object-fit: contain;
        aspect-ratio: auto;
        transform: translateX(-50%);
    }

    .Mob {
        position: relative;
        min-width: 40%;
        top: 10rem;
        object-fit: contain;
        aspect-ratio: auto;
        transform: translateX(50%);
    }

    .get-container p {
        width: 100%;
    }

    .nexblast-row {
        height: 45vh;
    }

    .feaures-text-container h2,
    .feaures-text-container p {
        width: 75%;
        margin: 1rem auto !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .btn {
        height: 30px !important;
        width: 30px !important;
        background-color: transparent !important;
    }

    .avail {
        position: relative;
        padding-top: 18%;
        margin-bottom: 3rem;
    }

    .empowered h2,
    .empowered p {
        width: 50%;
        margin: 1.5rem auto !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .be-img-container {
        position: absolute;
        top: -3rem !important;
        object-fit: contain;
    }

    .btns {
        position: relative;
        margin-top: 5rem !important;
        margin-left: 3rem !important;
        z-index: 2;
    }

    .contact {
        margin: 4rem 0rem 4rem 3rem;
    }

    .contact-button {
        font-weight: bold;
        padding: 10px 30px;
        font-size: 10px !important;
        border-radius: 50px;
        z-index: 3;
    }

    .experience-text-container {
        padding: 1rem 4rem;
    }

    .themeA,
    .themeB {
        top: -13rem;
        left: -13rem !important;
        z-index: 1;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .font-subheading {
        font-size: 10px !important;
    }

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

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

    .w-5 {
        width: 2.3rem;
        object-fit: contain;
    }

    .product-container .content-div {
        padding: 2rem 0rem 0rem 0rem;
    }

    .product-text {
        width: 70%;
        margin: 1rem 1rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        padding: 3rem 0rem !important;
        height: 40vh;
    }

    .pt-5 {
        padding-top: 1.5rem !important;
    }

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

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

    .btns {
        position: relative;
        margin-top: 5rem !important;
        margin-left: 1.5rem !important;
        z-index: 2;
    }

    .contact-button {
        font-weight: bold;
        padding: 6px 20px;
        font-size: 10px !important;
        border-radius: 50px;
        z-index: 3;
    }

    .contact {
        margin: 3rem 0rem 4rem 2rem;
    }

    .nexblast-row {
        height: 35vh;
    }

    .empowered h2,
    .empowered p {
        width: 50%;
        margin: .5rem auto !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .themeA,
    .themeB {
        top: -11rem;
        left: -10rem !important;
        z-index: 1;
    }
}

@media (max-width: 960px) and (min-width: 800px) {
    .brandizer-row {
        padding: 3rem 0rem !important;
        height: 40vh;
    }

    .nexblast-row {
        height: 40vh;
    }

    .btns {
        position: relative;
        margin-top: 7rem !important;
        margin-left: 3rem !important;
        z-index: 2;
    }

    .pt-5 {
        padding-top: 2rem !important;
    }

    .empowered h2,
    .empowered p {
        width: 45%;
    }

    .themeA,
    .themeB {
        top: -15rem;
        left: -13rem !important;
        z-index: 1;
    }
}

@media (max-width: 960px) and (min-width: 820px) {
    .brandizer-row {
        padding: 3rem 0rem !important;
        height: 45vh;
    }

    .nexblast-row {
        height: 45vh;
    }

    .get-container p {
        width: 85%;
    }

    .empowered h2,
    .empowered p {
        width: 40%;
    }

    .avail {
        padding-top: 20%;
    }

    .themeA,
    .themeB {
        top: -16rem;
        left: -15rem !important;
        z-index: 1;
    }
}

@media (max-width: 1023px) and (min-width: 961px) {
    .product-text {
        width: 60%;
    }

    .brandizer-row {
        padding: 3rem 0rem !important;
        height: 85vh;
    }

    .brandizer h2 {
        width: 50%;
    }

    .brandizer p {
        width: 65%;
    }

    .get-container p {
        width: 90%;
    }

    .empowered h2,
    .empowered p {
        width: 45%;
    }


    .Web {
        position: relative;
        top: 8rem;
    }

    .Mob {
        position: relative;
        top: 5rem;
    }

    .nexblast-row {
        height: 85vh;
    }

    .btns {
        position: relative;
        margin-top: 7rem !important;
        margin-left: 3rem !important;
        z-index: 2;
    }

    .pt-5 {
        padding-top: 2rem !important;
    }

    .themeA,
    .themeB {
        top: -17rem;
        left: -16rem !important;
        z-index: 1;
    }
}

@media (min-width: 992px) {

    .product-img-container img {
        max-width: 50%;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .w-5 {
        width: 4rem;
        object-fit: contain;
    }

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

    .product-container .content-div {
        padding: 4rem 0rem 0rem 0rem;
    }

    .product-text {
        width: 55%;
        margin: 1.5rem 1.5rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        height: 80vh;
    }

    .brandizer h2 {
        width: 50%;
    }

    .brandizer p {
        width: 65%;
    }

    .Mob {
        top: 9rem;
    }

    .nexblast-row {
        height: 80vh;
    }

    .get-container p {
        width: 85%;
    }

    .feaures-text-container h2,
    .feaures-text-container p {
        max-width: 62%;
        margin: 1.3rem auto !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .btn {
        height: 35px !important;
        width: 35px !important;
        background-color: transparent !important;
    }

    .contact-button {
        font-weight: bold;
        padding: 15px 35px;
        font-size: 10px !important;
        border-radius: 50px;
        z-index: 3;
    }

    .avail {
        position: relative;
        padding-top: 23%;
        margin-bottom: 4rem;
    }

    .empowered h2,
    .empowered p {
        width: 45%;
        margin: 1.5rem auto !important;
    }

    .be-img-container {
        position: absolute;
        top: -2rem !important;
        object-fit: contain;
    }

    .btns {
        position: relative;
        margin-top: 8rem !important;
        margin-left: 4rem !important;
        z-index: 2;
    }

    .contact {
        margin: 5rem 0rem 5rem 4rem;
    }

    .themeA,
    .themeB {
        top: -18rem;
        left: -18rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .product-container {
        height: 90vh;
    }

    .brandizer-row {
        height: 95vh;
    }

    .nexblast-row {
        height: 95vh;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .w-5 {
        width: 5rem;
        object-fit: contain;
    }

    .product-text {
        width: 50%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .w-50 {
        width: 45% !important;
    }

    .brandizer-row {
        padding: 5rem 0rem !important;
        height: 105vh;
    }

    .brandizer h2 {
        width: 50%;
    }

    .brandizer p {
        width: 60%;
    }

    .nexblast-row {
        height: 95vh;
    }

    .get-container p {
        width: 90%;
    }

    .empowered h2,
    .empowered p {
        max-width: 42%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .be-img-container {
        position: absolute;
        top: 0rem !important;
        object-fit: contain;
    }

    .feaures-text-container h2,
    .feaures-text-container p {
        max-width: 58%;
        margin: 1rem auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .btns {
        position: relative;
        margin-left: 4rem !important;
        z-index: 2;
    }

    .btn {
        height: 40px !important;
        width: 40px !important;
        background-color: transparent !important;
    }

    .contact {
        margin: 6rem 0rem 5rem 3rem !important;

    }

    .contact-button {
        font-size: 14px;
    }

    .get-container p {
        width: 90%;
    }

    .avail {
        position: relative;
        padding-top: 25%;
        z-index: 2;
        margin-bottom: 5rem;
    }

    .themeA,
    .themeB {
        top: -20rem !important;
        left: -18rem !important;
    }

}

@media (min-width: 1366px) and (max-width: 1439px) {
    .w-5 {
        width: 4.5rem;
        object-fit: contain;
    }

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

    .product-text {
        width: 45%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        height: 110vh !important;
    }

    .brandizer h2 {
        max-width: 50%;
    }

    .brandizer h2,
    .brandizer p {
        width: 60%;
    }

    .be-img-container {
        position: absolute;
        top: 0rem !important;
        object-fit: contain;
    }

    .get-container p {
        width: 80%;
    }

    .feaures-text-container h2,
    .feaures-text-container p {
        max-width: 50%;
    }

    .empowered h2,
    .empowered p {
        width: 38%;
    }

    .btns {
        position: relative;
        margin-left: 4rem !important;
        z-index: 2;
    }

    .btn {
        height: 40px !important;
        width: 40px !important;
        background-color: transparent !important;
    }

    .contact {
        margin: 7rem 0rem 6rem 3rem !important;

    }

    .contact-button {
        padding: 15px 40px;
        font-size: 16px;
        border-radius: 50px;
        z-index: 3;
    }

    .themeA,
    .themeB {
        top: -21rem !important;
        left: -20rem !important;
    }

}

@media (min-width: 1440px) and (max-width: 1500px) {
    .font-subheading {
        font-size: 17px !important;
    }

    .product-text {
        width: 55%;
    }

    .brandizer-row {
        height: 95vh;
    }

    .brandizer h2,
    .brandizer p {
        width: 60%;
    }

    .get-container p {
        width: 85%;
    }

    .be-img-container {
        position: absolute;
        top: 3rem;
        object-fit: contain;
    }

    .btn {
        height: 50px !important;
        width: 50px !important;
        background-color: transparent !important;
    }

    .contact {
        margin: 8rem 0rem 6rem 3rem;

    }

    .themeA,
    .themeB {
        top: -21rem;
        left: -20rem;
    }

}

@media (min-width: 1920px) {
    .product-container .content-div {
        padding: 6rem 0rem 0rem 0rem;
    }

    .w-5 {
        width: 7rem;
        object-fit: contain;
    }

    .w-50 {
        width: 55% !important;
    }

    .product-text {
        width: 55%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        padding: 5rem 0rem !important;
        height: 100vh;
    }

    .brandizer h2,
    .brandizer p {
        width: 60%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .get-container p {
        width: 90%;
        margin: auto 1rem;
    }

    .nexblast-row {
        height: 100vh;
    }

    .empowered h2,
    .empowered p {
        max-width: 55%;
    }

    .btns {
        position: relative;
        margin-top: 13rem !important;
        margin-left: 6rem !important;
        z-index: 2;
    }

    .btn {
        height: 60px !important;
        width: 60px !important;
        background-color: transparent !important;
    }

    .contact {
        margin: 10rem 0rem 10rem 3rem;
        display: flex;
        object-fit: contain;
    }

    .contact-button {
        font-weight: bold;
        padding: 18px 45px;
        font-size: 26px !important;
        border-radius: 50px;
        z-index: 3;
    }

    .be-img-container {
        position: absolute;
        top: -3rem !important;
    }

    .themeA,
    .themeB {
        position: absolute;
        margin-top: -5rem !important;
        margin-left: -5rem !important;
    }
}

@media (min-width: 2200px) {

    .experience-text-container {
        padding: 3rem 8rem;
    }

    .w-5 {
        width: 9rem;
        object-fit: contain;
    }

    .product-container .content-div {
        padding: 8rem 0rem 0rem 0rem;
    }

    .w-50 {
        width: 55% !important;
    }

    .product-text {
        width: 55%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .brandizer-row {
        padding: 5rem 0rem !important;
        height: 75vh;
    }

    .get-container p {
        width: 90%;
    }

    .nexblast-row {
        height: 90vh;
    }

    .empowered h2,
    .empowered p {
        max-width: 55%;
        margin: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .btns {
        position: relative;
        margin-top: 15rem !important;
        margin-left: 8rem !important;
        z-index: 2;
    }

    .btn {
        height: 70px !important;
        width: 70px !important;
        background-color: transparent !important;
    }

    .contact {
        margin: 10rem 0rem 10rem 5rem;
        display: flex;
        object-fit: contain;
    }

    .contact-button {
        font-weight: bold;
        padding: 20px 60px;
        font-size: 30px !important;
        border-radius: 50px;
        z-index: 3;
    }

    .be-img-container {
        position: absolute;
        top: -3rem !important;
    }

    .themeA,
    .themeB {
        position: absolute;
        margin-top: -10rem !important;
        margin-left: -10rem !important;
    }
}