/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Forum:wght@400;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-style: "Poppins"; */
}

body {
    user-select: none;
}

ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}


.abt-page-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #793385, #4b2157);
}

header {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 100;
}

header .left {
    width: 30%;
}

header .right {
    width: 60%;
}

header .right ul {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffffffb8;
}

#about-us-head {
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 10px #fff;
}

header .right ul li:hover {
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 10px #fff;
    transition: 0.5s all;
}

li.sub-menu-pricing{
    position: relative;
  }
  li.sub-menu-pricing:hover ul{
    display: flex;
  }
  li.sub-menu-pricing ul{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.5s all;
  
    width: fit-content;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    /* margin-top: 5px; */
  }
  li.sub-menu-pricing li{
    color:#4b2157;
    white-space: nowrap;
    padding:15px 10px;
    /* margin-left:80px; */
    width: fit-content;
    font-family: "Poppins";
    font-weight: 400 !important;
    
    border-bottom: 2px solid transparent !important;
  }
  li.sub-menu-pricing li:hover{
    background-color: rgb(223, 219, 219);
    width: 100%;
  }
  li.sub-menu-pricing li:hover{
    color: #4b2157 !important;
      cursor: pointer;
      text-shadow: 1px 1px 10px #4b2157 !important;
      transition: 0.5s all;
  }
  .sub-menu-pricing-mobile li a{
    color: #c820ba;
    text-align: left;
      font-size: 12px;
      margin-left: 40px;
  }
  ul.sub-menu-pricing-mobile li{
      text-align: left;
  }
  
.header-mob {
    display: none;
}

/* FIRST CONTAINER */
.abt-f-c {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    position: relative;
}

.abt-f-c img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.a-f-c-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-family: "Forum";
    font-size: x-large;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-f-c-overlay div {
    text-align: center;
}

.a-f-c-overlay h1 {
    font-weight: 100;
}

.a-f-c-overlay h3 {
    font-weight: 100;
}


/* SECOND CONTAINER */
.abt-s-c {
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.abt-s-c-top {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.abt-s-c-top h1 {
    font-family: "Forum";
    font-weight: 100 !important;
    letter-spacing: 3px;
}

.abt-s-c-bottom {
    width: 90%;
    margin: auto;
    display: flex;
    padding-bottom: 30px;
}

.abt-s-c-t-left {
    width: 50%;
    opacity: 0;
  transform: translateX(-30%);
  transition: 1s all;
    /* height: 400px; */
}
.abt-s-c-t-left.slide-in-common {
    opacity: 1;
    transform: translateX(0);
  }

.abt-s-c-t-left div {
    width: 400px;
    margin: auto;
    /* height: 350px; */
    overflow: hidden;
    border-radius: 30px;
}

.abt-s-c-t-left div img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.abt-s-c-t-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    transform: translateX(30%);
    transition: 1s all;
    /* align-items: stretch; */
    /* align-items: center; */
}
.abt-s-c-t-right.slide-in-common {
    opacity: 1;
    transform: translateX(0);
  }
.abt-s-c-t-right p {
    width: 100%;
    text-align: right;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    /* font-size: 1.1vmax;
    line-height: 1.5vmax; */
}

/* THIRD CONTAINER */
.abt-t-c {
    width: 100%;
    background-color: #fff;
}

.abt-t-c-top {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.abt-t-c-top h1 {
    font-family: "Forum";
    color: #793385;
    font-weight: 100 !important;
    letter-spacing: 1px;
    text-align: center;
}

.abt-t-c-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.abt-t-c-bottom img {
    width: 90%;
    /* margin:auto; */
    height: auto;
    object-fit: contain;
}

/* FOURTH CONTAINER */
.abt-fo-c {
    width: 100%;
    overflow: hidden;
}

.abt-fo-c-top {
    width: 100%;
}

.abt-fo-c-top h1 {
    text-align: center;
    font-size: 40px;
    padding: 40px 0px;
    font-family: "Forum";
    font-weight: 100 !important;
    color: #fff;
}

.abt-fo-c-bottom .abt-fo-c-bottom-fh {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.abt-fo-c-bottom-fh img {
    max-width: 30%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    height: auto;
    opacity: 0;
    transition: 1s all;
    transform:translateY(50%)
}
.abt-fo-c-bottom-fh img.abt-fo-c-bottom-fh-img.slide-up-common{
    opacity: 1;
    transform:translateY(0%)
}
.abt-fo-c-bottom-fh img:hover{
    transition: 1s all;
    transform: scale(1.1);
}

.abt-fo-c-bottom .abt-fo-c-bottom-btns {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.abt-fo-c-bottom-btns {
    width: 100%;
    margin-bottom: 40px;
}

.abt-fo-c-bottom-btns button {
    cursor: pointer;
    border: none;
    padding: 10px 18px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 5px;
}

.abt-fo-c-bottom-btns button.abt-fo-c-bottom-btn-1 {
    font-weight: 600;
    color: #7e4798;
    background-color: #fff;
    margin-right: 20px;
    transition: 0.5s all;
}

.abt-fo-c-bottom-btns button.abt-fo-c-bottom-btn-1:hover {
    box-shadow: 0px 0px 10px #fff;
}

.abt-fo-c-bottom-btns button.abt-fo-c-bottom-btn-2 {
    color: #fff;
    background-color: transparent;
    /* background-color: #7E4798; */
    transition: 0.5s all;
    border: 1px solid #fff;
}

.abt-fo-c-bottom-btns button.abt-fo-c-bottom-btn-2:hover {
    box-shadow: 0px 0px 10px #fff;
}


.abt-fi-c {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.abt-fi-c-head {
    width: 100%;
    text-align: center;
}

.abt-fi-c-head h1 {
    font-size: 34px;
    font-family: "Forum";
    font-weight: 100;
    color: #7E4798;
    padding: 30px 0px 60px 0px;
}

.abt-fi-c-body {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.abt-fi-c-main {
    width: 6px;
    height: 1200px;
    background-color: #7E4798;
    position: relative;
}

.abt-fi-c-main .abt-dot {
    position: absolute;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #7E4798;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 3px;
}

.abt-dot:nth-child(1) {
    top: 0px;
}

.abt-dot:nth-child(2) {
    top: 150px;
}

.abt-dot:nth-child(3) {
    top: 300px;
}

.abt-dot:nth-child(4) {
    top: 450px;
}

.abt-dot:nth-child(5) {
    top: 600px;
}

.abt-dot:nth-child(6) {
    top: 750px;
}

.abt-dot:nth-child(7) {
    top: 900px;
}

.abt-dot:nth-child(8) {
    top: 1050px;
}

.abt-dot:nth-child(9) {
    top: 1200px;
}

.abt-dot-content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
}

.abt-dot-content img {
    width: 60px;
    height: 60px;
}

.abt-dot-content h1 {
    font-size: 20px;
    width: 250px;
    font-family: "Poppins";
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    color: #7E4798;
}

.abt-dot:nth-child(1) .abt-dot-content,
.abt-dot:nth-child(3) .abt-dot-content,
.abt-dot:nth-child(5) .abt-dot-content,
.abt-dot:nth-child(7) .abt-dot-content,
.abt-dot:nth-child(9) .abt-dot-content {
    left: 40px;
    opacity: 0;
    transform: translateX(50%);
}

.abt-dot:nth-child(1) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(3) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(5) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(7) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(9) .abt-dot-content.slide-in-common {
    animation: leftSlideAwards 1s ease-out forwards;
}

.abt-dot:nth-child(2) .abt-dot-content,
.abt-dot:nth-child(4) .abt-dot-content,
.abt-dot:nth-child(6) .abt-dot-content,
.abt-dot:nth-child(8) .abt-dot-content {
    right: 40px;
    flex-direction: row-reverse;
    text-align: right;
    opacity: 0;
    transform: translateX(-50%);
}

.abt-dot:nth-child(2) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(4) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(6) .abt-dot-content.slide-in-common,
.abt-dot:nth-child(8) .abt-dot-content.slide-in-common {
    animation: rightSlideAwards 1s ease-out forwards;
}

@keyframes leftSlideAwards {
    from {
        opacity: 0;
        transform: translateX(50%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rightSlideAwards {
    from {
        opacity: 0;
        transform: translateX(-50%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.abt-si-c{
    width: 100%;
}
.abt-si-c-top{
    width: 100%;
}
.abt-si-c-top h1{
    text-align: center;
    font-size: 34px;
    font-family: "Forum";
    font-weight: 100;
    color: #fff;
    padding: 30px 0px 60px 0px;
}
.abt-si-c-bottom{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
    opacity: 0;
    transition: 1s all;
    transform: translateY(50%);
    /* padding: 0px 20px; */
}
.abt-si-c-bottom.slide-up-common {
    opacity: 1;
    transform: translateY(0);
  }

.abt-si-c-bottom .abt-si-c-bottom-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.abt-si-c-bottom .abt-si-c-bottom-box img{
    margin-bottom: 20px;
}
.abt-si-c-bottom .abt-si-c-bottom-box h3{
    width: 100%;
    text-align: center;
    font-family: "Poppins";
    font-weight: 300;
    color:#fff;
}

.abt-sev-c{
    width: 100%;
    background-color: #fff;
}
.abt-sev-c-top{
    width: 100%;
}
.abt-sev-c-top h1{
    text-align: center;
    font-size: 34px;
    font-family: "Forum";
    font-weight: 100;
    color: #7E4798;
    padding: 30px 0px 60px 0px;
}
.abt-sev-c-bottom{
    width:100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}
.abt-sev-c-bottom-box{
    width: 25%;
    display:flex ;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(to bottom right, #793385, #562665);
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    transform: translateY(50%);
    opacity: 0;
    transition: 1s all;
    height: 400px;
}
.abt-sev-c-bottom-box.slide-up-common {
    opacity: 1;
    transform: translateY(0);
  }
.abt-sev-c-bottom-box h1{
    font-family: "Forum";
    font-weight: 400;
    margin-bottom: 40px;
}
.abt-sev-c-bottom-box p{
    opacity: 0.8;
    font-family: "Forum";
    font-weight: 100;
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-bottom: 30px;
}
.eighth-container-mobile{
    display: none;
}

/* [START] */
footer {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    /* background-color: #fff; */
  }
  .footer-wrapper {
    width: 90%;
    display: flex;
    margin-left: 30px;
  }
  .foot {
    width: 25%;
    color: #fff;
    /* color: #7E4798; */
    font-family: "Open Sans";
    font-size: 12px;
  }
  .foot div {
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .foot-4 {
    padding-left: 20px;
  }
  /* [END] */
  









@media (min-width: 600px) and (max-width: 900px) {
    /* .abt-si-c-bottom-box img{
        width: 80%;
        height: auto;
        object-fit: fill;
    } */
  }





@media (max-width: 600px) {
    header {
        display: none;
    }

    .header-mob {
        display: block;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        background-color: transparent;
        color: #fff;
    }

    .menu-container {
        position: relative;
        width: 100%;
        display: flex;
    }

    .menu-container div {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .menu-toggle {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }

    .side-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #562665;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        z-index: 1000;
    }

    .side-menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .side-menu li {
        margin: 20px 0;
    }

    .side-menu a {
        color: #562665;
        text-decoration: none;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
    }

    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        color: #562665;
        font-size: 36px;
        cursor: pointer;
    }

    .side-menu.menu-open {
        transform: translateX(100%);
    }

    .a-f-c-overlay {
        font-size: small;
        text-transform: uppercase;
    }

    .abt-s-c-top {
        padding: 20px 0;
    }

    .abt-s-c-top h1 {
        letter-spacing: 2px;
        font-size: 22px;
    }

    .abt-s-c-bottom {
        flex-direction: column;
    }

    .abt-s-c-t-left {
        width: 100%;
    }

    .abt-s-c-t-left div {
        width: 130px;
    }

    .abt-s-c-t-right {
        width: 100%;
        padding-top: 10px
    }

    .abt-s-c-t-right p {
        width: 100%;
        text-align: center;
        font-family: "Poppins";
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 1px;
        font-weight: 300 !important;
    }

    .abt-t-c-top h1 {
        font-weight: 100 !important;
        letter-spacing: 0px;
        text-align: center;
        font-size: 24px;
    }

    .abt-fo-c-top h1 {
        font-size: 24px;
        padding: 25px 0px;
    }

    .abt-fo-c-bottom .abt-fo-c-bottom-fh {
        margin-bottom: 10px;
    }
    .abt-fo-c-bottom-fh img:hover{
        transition: 1s all;
        transform: scale(1.2);
    }

    .abt-fo-c-bottom-fh img {
        max-width: 40%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .abt-fo-c-bottom-btns {
        margin-bottom: 20px;
    }

    .abt-fo-c-bottom-btns button {
        padding: 5px 10px;
        font-size: 12px;
    }

    .abt-fi-c-main {
        width: 6px;
        height: 800px;
    }

    .abt-dot-content img {
        width: 40px;
        height: 40px;
    }

    .abt-dot-content h1 {
        font-size: 11px;
        width: 80px;
        margin-left:10px;
        margin-right:10px;
    }

    .abt-dot:nth-child(1) {
        top: 0px;
    }

    .abt-dot:nth-child(2) {
        top: 100px;
    }

    .abt-dot:nth-child(3) {
        top: 200px;
    }

    .abt-dot:nth-child(4) {
        top: 300px;
    }

    .abt-dot:nth-child(5) {
        top: 400px;
    }

    .abt-dot:nth-child(6) {
        top: 500px;
    }

    .abt-dot:nth-child(7) {
        top: 600px;
    }

    .abt-dot:nth-child(8) {
        top: 700px;
    }

    .abt-dot:nth-child(9) {
        top: 800px;
    }

    .abt-dot:nth-child(1) .abt-dot-content,
    .abt-dot:nth-child(3) .abt-dot-content,
    .abt-dot:nth-child(5) .abt-dot-content,
    .abt-dot:nth-child(7) .abt-dot-content,
    .abt-dot:nth-child(9) .abt-dot-content {
        left: 30px;
    }

    .abt-dot:nth-child(2) .abt-dot-content,
    .abt-dot:nth-child(4) .abt-dot-content,
    .abt-dot:nth-child(6) .abt-dot-content,
    .abt-dot:nth-child(8) .abt-dot-content {
        right: 30px;
    }
    .abt-fi-c-head h1{
        padding: 20px 0px 50px 0px;
        font-size: 24px;
    }
    .abt-si-c-top h1{
        padding: 20px 0px 40px 0px;
        font-size: 24px;
    }
    .abt-si-c-bottom .abt-si-c-bottom-box {
        width: 30%;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .abt-sev-c{
        display: none;
    }
    .eighth-container-mobile {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        display: block;
        position: relative;
        height: 550px;
      }
      .ei-c-m-top {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 34px;
        color: #7e4798;
        font-family: "Forum";
        padding: 20px;
        font-size: 26px;
      }
      .ei-c-m-bottom {
        width: 100%;
        /* margin: auto; */
        /* width: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin: 20px auto;
        /* transform: translateY(30%); */
        /* opacity: 0; */
        transition: 1s all;
        opacity: 1;
            transform: translateY(0%);
            /* height: 100%; */
            height: 400px;
        /* padding-top: 10px;
            padding-bottom: 30px; */
      }
      .ei-c-m-bottom.slide-in-common {
        opacity: 1;
        transform: translateY(0%);
      }
      .ei-c-m-cards {
        display: flex;
        /* overflow: hidden; */
        transition: transform 0.3s ease-in-out;
        position: relative;
        width: 100%;
        height: 100%;
      }
      .ei-c-m-bottom .ei-c-m-card {
        position: absolute;
        /* background: white; */
        background: linear-gradient(to bottom, #793385, #562665);
        color: #fff;
        border-radius: 20px;
        /* border-radius: 8px; */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 250px;
        /* min-width: 100%; */
        height: 300px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        /* transform: translateY(70%); */
        /* opacity: 0; */
        /* transition: 1s all; */
        padding: 10px;
        top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity: 1;
    animation: ownerSlideOne 20s linear infinite forwards;

      }
      .ei-c-m-card {
        opacity: 1;
        transform: translateY(0);
      }
      .ei-c-m-card-top,
      .ei-c-m-card-bottom {
        /* padding: 20px; */
        /* text-align: center; */
        flex: 1;
      }
      .ei-c-m-card-top {
        width: 100%;
        height: 175px;
      }
      .ei-c-m-card-top img {
        width: 100%;
        height: 100%;
        object-fit: fill;
      }
      .ei-c-m-card-bottom {
        width: 100%;
        /* height: 175px; */
        padding: 10px;
        display:flex ;
    flex-direction: column;
    text-align: center;
    /* background: linear-gradient(to bottom right, #793385, #562665); */
    color: #fff;
      }
      .ei-c-m-card-bottom h1{
        font-family: "Forum";
        font-weight: 400;
        margin-bottom: 40px;
    }
    .ei-c-m-card-bottom p{
        opacity: 0.8;
        font-family: "Forum";
        font-weight: 100;
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 10px;
        margin-bottom: 30px;
    }
      /* .ei-c-m-card-bottom div {
        font-family: "Poppins";
        font-size: 14px;
      }
      .ei-c-m-card-bottom p {
        font-family: "Poppins";
        font-size: 10px;
      } */
      .ei-c-m-arrow {
        font-size: 20px;
        background: rgba(0, 0, 0, 0);
        color: #4b2157;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }
    
      .ei-c-m-left-arrow {
        /* left: 0; */
        left: calc(50% - 170px);
        transform: translateY(-50%);
      }
    
      .ei-c-m-right-arrow {
        /* right: 0; */
        right: calc(50% - 170px);
        transform: translateY(-50%);
      }

      .ei-c-m-bottom .ei-c-m-card:nth-child(2){
        left:30%;
        opacity: 0.3;
        animation: ownerSlideTwo 20s linear infinite forwards;
      }
      .ei-c-m-bottom .ei-c-m-card:nth-child(3){
        left:50%;
        opacity: 0;
        animation: ownerSlideThree 20s linear infinite forwards;
      }
      .ei-c-m-bottom .ei-c-m-card:nth-child(4){
        left:70%;
        opacity: 0;
        animation: ownerSlideFour 20s linear infinite forwards;
      }
      @keyframes ownerSlideOne{
        0% { left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        25% { left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        26% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        50% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        51% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        75% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        76% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        99% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        100% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
      }
      @keyframes ownerSlideTwo{
        0% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        25% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        26% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        50% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        51% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        75% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        76% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        99% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        100% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
      }
      @keyframes ownerSlideThree{
        0% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        25% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        26% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        50% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        51% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        75% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        76% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        99% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        100% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
      }
      @keyframes ownerSlideFour{
        0% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        25% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        26% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        50% {left:50%;opacity:1;z-index: 300;transform: translate(-50%,-50%)scale(1.2);}
        51% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        75% {left:30%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
        76% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        99% {left:50%;opacity:0;transform: translate(-50%,-50%)scale(1);}
        100% {left:70%;opacity:0.3;z-index: 200;transform: translate(-50%,-50%)scale(1);}
      }
      
      .footer-wrapper {
        flex-wrap: wrap;
        margin: 0 30px;
      }
      .foot {
        width: 50%;
        margin-bottom: 30px;
      }

}