.maketing-page .marketing-cover {
    position: relative;
    height: 580px;
    background: url(../img/cover-team.svg) top center no-repeat;
    background-size: contain
}


.maketing-page #canvasXo {
    z-index: 0;
}

@media (max-width:1300px) {
    .maketing-page .marketing-cover {
        background-size: cover
    }
}

@media (max-width:768px) {
    .maketing-page .marketing-cover {
        height: 580px
    }
}

@media (max-width:480px) {
    .maketing-page.marketing-cover {
        height: 630px
    }
}

.maketing-page .marketing-cover .titleWizSloganContainer {
    z-index: 3
}

.maketing-page .marketing-cover img {
    width: 387px;
    z-index: 2;
    margin: auto;
    margin-top: 115px;
    text-align: center;
    display: block;
    /* transform: scaleX(-1); */
}

@media (max-width:533px) {
    .maketing-page .marketing-cover img {
        width: 100%;
        margin-top: 20px
    }
}

@media (min-width:1450px) {
    .maketing-page .marketing-cover img {
        margin-top: 205px
    }
}


@media (max-width:1300px) {
    .maketing-page .marketing-cover {
        background-size: cover
    }
}

@media (max-width:768px) {
    .maketing-page .marketing-cover {
        height: 580px
    }
}

@media (max-width:480px) {
    .maketing-page .marketing-cover {
        height: 630px
    }
}

.maketing-page .marketing-cover .titleWizSloganContainer {
    z-index: 3
}

.maketing-page .marketing-cover img {
    width: 387px;
    z-index: 2;
    margin: auto;
    margin-top: 115px;
    text-align: center;
    display: block
}

@media (max-width:533px) {
    .maketing-page .marketing-cover img {
        width: 100%;
        margin-top: 20px
    }
}

@media (min-width:1450px) {
    .maketing-page .marketing-cover img {
        margin-top: 205px
    }
}


.maketing-page .marketing-cover a {
    background-color: #FFF;
    min-width: 120px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 18px;
    text-transform: capitalize !important;
    font-weight: bold;
    color: #8b5acd;
    margin-right: 10px;
}


/* Start Flip Cards */
.maketing-page .flip-card {
    position: relative;
    /* margin: 30px; */
    width: 100%;
    /* height: 200px; */
    height: 210px;
    z-index: 1;
    float: left;
    perspective: 1000px;
}

.maketing-page .flip-card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.8s linear;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
}

.maketing-page .flip-card-inner:hover {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

/* .flip-card-inner:hover .flip-card-front img{
    opacity: 0;
} */

.maketing-page .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.maketing-page .flip-card-front img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.maketing-page .flip-card-back {
    transform: rotateX(-180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    opacity: 0.7;
    background: #F9F3E4;
}

.maketing-page .flip-card-front .content {
    position: relative;
    z-index: 999;
}


/*  */



.maketing-page #card-container {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
    z-index: 1;
    /* float: left; */
    perspective: 1000px;
}


/* .maketing-page #card2 {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.4s linear;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.maketing-page #card2:hover {
    transform: rotateY(-180deg);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

.maketing-page #card2 .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.maketing-page #card2 .front {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('../img/marketing/marketing-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.maketing-page #card2 .front h1 {
    background-color: #ffffffeb;
    max-width: 80%;
    min-height: 50px;
    border: 1px solid #AAA;
    padding: 20px 5px;
    font-weight: bold;
    color: #6448a1;
}

.maketing-page #card2 .back {
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    opacity: 0.7;
    background: #F9F3E4;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.maketing-page #card2 h1,
.maketing-page #card2 p {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.maketing-page #card2 h1 {
    font-size: 1em;
    line-height: 24px;
    padding-top: 15px;
    color: #DD899E;
}

.maketing-page #card2 p {
    font-size: 0.7em;
    text-align: left;
    font-weight: bold;
} */
.maketing-page .flip-card h1,
.maketing-page .flip-card p {
    text-transform: uppercase;
    /* letter-spacing: 2px; */
}

.maketing-page .flip-card p {
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('../img/marketing/marketing-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.flip-card-front h1 {
    font-size: 15px;
    /* line-height: 24px; */
    padding-top: 15px;
    color: #DD899E;

    background-color: #ffffffeb;
    max-width: 80%;
    min-height: 50px;
    border: 1px solid #AAA;
    padding: 20px 5px;
    font-weight: bold;
    color: #6448a1;
}

.flip-card-back {
    /* background-color: #2980b9; */
    color: #6448a1;
    transform: rotateY(180deg);

}



/* Rocket */
/*svg*/


.svg-rocket {
    height: 120px;
    display: block;
}

.rocket-inner {
    fill: #2c3e50;
    animation: 8s ease-in-out 0s infinite backwards rocket-final-takeoff;
}

.rocket-inner__rocket-and-lines {
    animation: 8s ease-in-out 0s infinite backwards rocket-inital-takeoff;
    transform-origin: bottom;
}

.rocket-lines__lines {
    transform-origin: bottom;
    animation: 8s ease-in-out 0s infinite forwards rocket-lines;
}

.rocket-clouds__bubble--1 {
    animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--1;
}

.rocket-clouds__bubble--2 {
    animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--2;
}

.rocket-clouds__bubble--3 {
    animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--3;
}

.rocket-clouds__bubble--4 {
    animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--4;
}

.rocket-clouds__bubble--5 {
    animation: 8s ease-in-out 0s infinite forwards cloud-bubbles--5;
}

.rocket-clouds__cloud {
    transform-origin: top;
    animation: 8s ease-in-out 0s infinite forwards cloud-fade-in;
}

@keyframes rocket-inital-takeoff {
    0% {
        transform: translate3d(0, 54%, 0) rotate(0deg);
    }

    80% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rocket-final-takeoff {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes rocket-lines {
    0% {
        transform: scaleY(0);
    }

    60% {
        transform: scaleY(1);
    }

    80% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1) translate3d(0, 0, 0);
    }
}

@keyframes cloud-fade-in {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scaley(1);
    }

    40% {
        opacity: 0;
        transform: translate3d(0, 39%, 0) scaley(1);
    }

    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scaley(1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cloud-bubbles--1 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    64% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cloud-bubbles--2 {
    0% {
        opacity: 0;
    }

    64% {
        opacity: 0;
    }

    68% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cloud-bubbles--3 {
    0% {
        opacity: 0;
    }

    68% {
        opacity: 0;
    }

    72% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cloud-bubbles--4 {
    0% {
        opacity: 0;
    }

    72% {
        opacity: 0;
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cloud-bubbles--5 {
    0% {
        opacity: 0;
    }

    76% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.maketing-page .img-media {
    overflow: hidden;
    position: relative;
    z-index: -111;
}

.maketing-page .img-media img {
    max-width: 80%;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;

}

.maketing-page .img-media svg {
    position: absolute;
    transform: rotate(-45deg);
    height: 200px;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (min-width:991px) {
    .maketing-page .marketing-info .row {
        /* display: flex; */
        /* align-items: center; */
    }
}


.maketing-page .full-w {
    max-width: 80%;
    width: 100%;
    display: block;
    margin: auto;
}

.maketing-page .marketing-info .custom-link {
    text-align: center;
    margin-top: 30px;
}

.maketing-page .marketing-info .custom-link a {
    background-color: #8b5acd;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    border-radius: 11px;
}

.maketing-page .d-flex {
    display: flex;
}

.maketing-page .clients-list {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.maketing-page .clients-list .item {
    /* flex: 0 0 25%;
    max-width: 25%; */
    max-height: 100px;
    min-height: 100px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maketing-page .clients-list .item span,
.maketing-page .clients-list .item a {
    display: block;
    height: 90px;
    overflow: hidden;
}

.maketing-page .clients-list .item span img,
.maketing-page .clients-list .item a img {
    width: 50%;
    margin: auto;
    display: block;
}

.maketing-page h2 {
    color: #6448a1;
    font-weight: bold;
    margin-bottom: 50px;
}

.maketing-page section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.maketing-page .take-it .owl-carousel .owl-item img {
    max-width: 70px;
    width: 100%;
    margin-bottom: 30px;
}

.maketing-page .take-it .owl-carousel .item {
    padding: 20px 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #7066c126;
}

.maketing-page .take-it .owl-carousel .item p {
    font-size: .8rem;
}

.maketing-page .take-it .owl-carousel .item .name {
    font-size: .78rem;
    font-weight: bold;
}

.maketing-page .take-it .owl-carousel .item .position {
    font-size: .78rem;
}

.maketing-page .take-it .owl-carousel {
    margin-bottom: 50px;
}

.who-we-are img {
    width: 100%;
}

.maketing-page .who-we-are {
    background-color: #8b5acd12;
}


.maketing-page .who-we-are .flip-card-front {
    background-image: none;
}

.maketing-page .who-we-are .flip-card-front h1 {
    border: 0px;
    padding: 0;
    min-height: auto;
}

.maketing-page .who-we-are {
    background-color: #8b5acd14;
}

.maketing-page .who-we-are .flip-card-front h1 {
    background-color: transparent;
}

.maketing-page .who-we-are .flip-card {
    height: 180px;
}

.values-cards {
    margin-top: 40px;
}

.values-cards h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.maketing-page .flip-card p {
    text-transform: capitalize;
    /* line-height: 24px; */
}


.maketing-page  input[type=date],
.maketing-page  input[type=datetime-local],
.maketing-page  input[type=email],
.maketing-page  input[type=number],
.maketing-page  input[type=password],
.maketing-page  input[type=search-md],
.maketing-page  input[type=tel],
.maketing-page  input[type=text],
.maketing-page  input[type=time],
.maketing-page  input[type=url],
.maketing-page  textarea {
    border:1px solid #ccc !important;
}

.maketing-page  textarea{
    display: block;
}

.maketing-page .btn-submit{
margin: 0 !important;
}
.maketing-page .LoginLogout,
.maketing-page .supportCenterDiv{
padding:0;
margin: 0;
}
.maketing-page .contact-us .contact-info p {
margin-bottom: 10px;
font-weight: bold;
}
.maketing-page .contact-us .socialLinks {
    display: flex;
}
.maketing-page .contact-us .socialLinks li a{
    height: 35px;
    width: 35px;
    display: flex;
    border: 1px solid;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin:0 5px;
    color: #6448a1;
}
.supportCenterDiv .LoginLogout button{
    max-width: 205px;
}
@media (min-width:991px) {
    .maketing-page .contact-us h2
    {
        max-width: 280px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
.supportCenterDiv .LoginLogout input{
    max-width: 85%;
}
.supportCenterDiv .LoginLogout textarea {
    max-width: 90%;

}
}