﻿header {
    z-index: 100;
}

.my-container {
    position: fixed;
    top: 75px;
    left: 0;
    display: flex;
    width: 100vw;
    transition: .5s ease;
}

    .my-container .img-section {
        width: 80%;
        height: 80%;
        object-fit: contain;
    }

        .my-container .img-section:nth-child(1) {
            width: 800px;
            margin-left: -100px;
        }

@media (max-width: 1680px) {
    .my-container .img-section:nth-child(1) {
        width: 700px;
        margin-left: -80px;
    }
}

@media (max-width: 1440px) {
    .my-container .img-section:nth-child(1) {
        width: 525px;
        margin-left: -25px;
    }
}

@media (max-width: 1400px) {
    .my-container .img-section:nth-child(1) {
        margin-left: 0px;
    }
}


@media (max-width: 1366px) {
    .my-container .img-section:nth-child(1) {
        width: 100%;
        height: 80%;
        margin-left: unset;
    }
}

@media (max-width: 1024px) {
    .my-container .img-section {
        width: 100%;
        height: 600px;
    }
}

@media (max-width: 500px) {
    .my-container .img-section {
        height: 300px;
    }
}

.my-container section {
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    z-index: 2;
    padding: 0 100px 100px;
    position: relative;
    right: 0
}



section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03a9f4;
    mix-blend-mode: overlay;
}

section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    opacity: 0.8;
}

section .video-wrapper {
    width: 850px;
    position: absolute;
    right: 5rem;
    top: 100px;
}

    section .video-wrapper .video {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        padding-top: 0px;
    }

        section .video-wrapper .video div:not(.btn-control) {
            border-radius: 8px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: hidden;
        }

        section .video-wrapper .video div:nth-child(2) {
            transform: translate(-20px, -20px);
            background-color: #5c257f;
            opacity: .2;
        }

        section .video-wrapper .video div:nth-child(3) {
            transform: translate(45px, -45px );
            background-color: #06704b;
            opacity: .2;
        }

        section .video-wrapper .video div:nth-child(4) {
            transform: translate(-45px, 45px );
            background-color: #097f98;
            opacity: .2;
        }

    section .video-wrapper .btn-control {
        width: 100px;
        height: 100px;
        background-color: #007F9C;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    section .video-wrapper .fa-play {
        transform: translateX(10%);
        color: #ffffff;
    }


@media (max-width: 1400px) {
    .my-container section {
        padding: 0 0 75px;
    }

    section .video-wrapper {
        width: 550px;
        position: absolute;
        right: 3rem;
        top: 60px;
    }

    section #my-text {
        font-size: 12px;
    }

    section .video-wrapper .btn-control {
        width: 64px;
        height: 64px;
    }

        section .video-wrapper .btn-control > svg {
            font-size: unset;
        }

    /*section .section-image img {
        transform: scale(.8);
    }*/
}

@media (max-width: 1024px) {
    #my-text {
        transform: none;
        position: static;
    }

        #my-text div {
            max-width: 300px !important;
            padding-top: 178px;
        }

    #my-video-landing {
        display: block;
    }
}

@media (max-width: 450px) {
    section .video-wrapper .video div:nth-child(2),
    section .video-wrapper .video div:nth-child(3),
    section .video-wrapper .video div:nth-child(4) {
        display: none;
    }

    section .video-wrapper {
        width: 100%;
        position: initial;
    }

    #my-text {
        margin-top: 16px;
        transform: unset !important;
    }

        #my-text div {
            padding-top: 10px;
        }

    .product-items .product-item {
        margin-bottom: 2rem;
    }
}

.text {
    position: relative;
    z-index: 10;
}

@media (max-width: 1367px) {
    .text {
        top: -15px;
        font-size: 12px;
    }

    #my-text div {
        font-size: 12px;
    }
}

.text h2 {
    font-size: 5em;
    font-weight: 800;
    color: #ffc107;
    line-height: 1em;
    text-transform: uppercase;
}

.text h3 {
    font-size: 4em;
    font-weight: 700;
    color: #007f9c;
    line-height: 1em;
    text-transform: uppercase;
}

.text p {
    font-size: 1.1em;
    color: #000;
    margin: 20px 0;
    font-weight: 400;
    max-width: 700px;
}

.text a {
    text-transform: uppercase;
    margin-top: 10px;
    min-width: 210px;
    letter-spacing: 2px;
    transition: 0.2s;
    background-color: #007F9C;
    border-radius: 10px;
    border-color: #007F9C;
    text-align: center;
    color: white;
}

/*.text a:hover {
        letter-spacing: 6px;
    }*/

/*Section*/
/*Section title*/
.product-overview {
    padding-top: 5rem;
}

    /* .product-overview > .title-control {
        min-height: 170px;
    }*/

    .product-overview > .title-control h2 {
        font-size: 56px;
        font-weight: bold;
        max-width: 500px;
    }

    .product-overview .title-control h3.sub-heading {
        font-size: 28px;
        font-weight: bold;
    }

    .product-overview > .title-control p {
        font-size: 18px;
        text-align: left;
    }

/*Section items*/
.product-items .h3 {
    text-decoration: none;
    font-size: 48px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .product-items .h3 {
        font: 24px/27px Calibri Bold;
    }
}

.product-items .sub-heading {
    font-size: 18px;
}

.product-items .product-item a.h4 {
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}

.product-items .product-item {
    text-align: left;
}

@media (max-width: 1885px) {
    .product-overview {
        padding-top: 1rem;
    }
}



@media (max-width: 1367px) {
    .product-overview {
        padding-top: 0;
    }

        .product-overview > .title-control h2 {
            font-size: 42px;
        }

    .product-items a.h3 {
        font-size: 36px;
    }

    .product-items .product-item a.h4 {
        font-size: 28px;
    }


    div {
        font-size: 18px;
        font-family: 'Calibri Regular';
    }
}

@media (max-width: 1025px) {
    .my-container {
        display: flex;
        flex-direction: column;
        height: auto;
        transform: none !important;
        max-width: 100% !important;
        position: absolute;
        top: 54px;
    }

        .my-container section {
            min-height: 40vh;
            padding: 1rem;
            justify-content: center;
        }

            .my-container section:first-child {
                align-items: flex-end;
            }

                .my-container section:first-child .text {
                    font-size: 12px;
                    margin-bottom: 2rem;
                }

    .text p, .text a {
        font-size: 18px;
    }

    .button-group {
        display: none !important;
    }

    .product-overview > .title-control {
        min-height: unset;
        padding-bottom: 2rem;
    }

        .product-overview > .title-control h2 {
            font-size: 30px
        }

    .product-items a.h3 {
        font-size: 30px
    }

    .product-items .product-item a.h4 {
        font-size: 20px
    }

    .product-items .product-item {
        font-size: 18px;
    }
}



/*Restricted area*/
.button-group {
    display: flex;
    position: fixed;
    bottom: -25px;
    z-index: 1;
    left: 177px;
    height: 50px;
    width: 80vw;
}

    .button-group div {
        position: relative;
        display: flex;
        height: 100%;
        color: #FFF;
        width: calc(80vw / 8);
        max-width: 150px;
        padding-top: 5px;
        justify-content: center;
        font-size: 12px;
        cursor: pointer;
        text-transform: capitalize;
        transition: .5s;
    }

        .button-group div.active {
            transform: translateY(-25px);
        }

        .button-group div:nth-child(4n+1) {
            background-color: #007F9C;
        }

        .button-group div:nth-child(4n+2) {
            background-color: #096E4A;
        }

        .button-group div:nth-child(4n+3) {
            background-color: #5B2080;
        }

        .button-group div:nth-child(4n+4) {
            background-color: #429BB0;
        }

p {
    font: 18px/21px Calibri Regular;
}

/*image-animation*/
.image-animation .image {
    width: 250px;
    height: 250px;
    position: absolute;
}

@media (max-width: 1366px) {
    .image-animation .image {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 1024px) {
    .image-animation {
        display: none;
    }
}

.image-animation .image img {
    object-fit: fill;
}

.image-animation .image:nth-child(1) {
    top: 37px;
    left: 100px;
}

.image-animation .image:nth-child(2) {
    left: 50%;
    bottom: 20%;
}

.image-animation .image:nth-child(3) {
    top: 10%;
    right: 10%;
}





.image-animation .image:nth-child(1).animation {
    animation-name: animation-active-1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.image-animation .image:nth-child(2).animation {
    animation-name: animation-active-2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.image-animation .image:nth-child(3).animation {
    animation-name: animation-active-3;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.image-animation .image:nth-child(1).remove {
    animation-name: remove-1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.image-animation .image:nth-child(2).remove {
    animation-name: remove-2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.image-animation .image:nth-child(3).remove {
    animation-name: remove-3;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

/*image 1*/
@keyframes animation-active-1 {
    0% {
        transform: translate(10px, 0px);
    }

    100% {
        transform: translate(10px, 45px) rotateZ(-76.65deg);
    }
}

@keyframes remove-1 {
    0% {
        transform: translate(10px, 45px) rotateZ(-76.65deg);
    }

    100% {
        transform: translate(10px, 0px) rotateZ(0deg);
    }
}

/*image 2*/
@keyframes animation-active-2 {
    0% {
        transform: translate(10px, 5px);
    }

    100% {
        transform: translate(10px, 45px) rotateZ(20.65deg);
    }
}


@keyframes remove-2 {
    0% {
        transform: translate(10px, 45px) rotateZ(20.65deg);
    }

    100% {
        transform: translate(10px, 0px) rotateZ(0deg);
    }
}
/*image 3*/

@keyframes animation-active-3 {
    0% {
        transform: translate(10px, 0px);
    }

    100% {
        transform: translate(10px, 45px) rotateZ(31deg);
    }
}

@keyframes remove-3 {
    0% {
        transform: translate(10px, 45px) rotateZ(31deg);
    }

    100% {
        transform: translate(10px, 0px) rotateZ(0deg);
    }
}

.page-parent.ipImageSection2.btnIPPortfolios {
    position: static;
    height: 100%;
    width: 100%;
}

.page-parent.ipImageSection1 img {
    left: -15%;
}

@media (min-width:490px) and (max-width: 1024px) {
    #phoneImageWrap {
        height: 500px;
    }

        #phoneImageWrap #mainPhone {
            max-height: 500px;
        }
}

.product-overview > .title-control h2 p {
    all: inherit;
}

.button-group div {
    font: 10px/11px Calibri Light;
}

    .button-group div.active {
        transform: translateY(-25px);
        max-width: 150px;
        text-align: center;
        font: 12px/14px Calibri Bold;
        padding: 5px 20px 0;
    }

.servicesImage2Mobile1,
.servicesImage2MobileSub1,
.servicesImage1Mobile1,
.servicesImage4Mobile1
/*.servicesImage5Mobile1,
.servicesImage6Mobile1*/ {
    max-height: 200px !important;
}