@font-face 
{
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face 
{
  font-family: Roboto-Italic;
  src: url("../fonts/Roboto-Italic.ttf");
}
.piece-open-space #emma {
    background-image: url('img/bg-img/bg-5.png');
    width: 244px;
    height: 299px;
    position: absolute;
    display: block;
    width: 244px;
    background-image: none;
    position: absolute;
    left: 2149px;
    bottom: 63px;
    -webkit-animation: MoveUpDown 50s linear infinite;
}

@-webkit-keyframes MoveUpDown {
    from {
        bottom: 63px;
    }
    to { 
        bottom: 400px;
    }
}
.banner-img img{
    margin-bottom: -34% !important;
}
img.vert-move {
    -webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}
/*****************************BUSINESS PLAN**********************************/
.business-banner h1 {
    text-align: center;
    padding-top: 12%;
    font-size: 80px;
    font-weight: 800;
    color: #eb3fff;
    box-shadow: 0px 0px 4px 0px;
}
.plan-pkg-text h1{
    font-family: Roboto-Bold;
    color: #000;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 2%;
}
.buss-container{
    width:80.978723%;
    margin:0 auto;
}
.buss-plan-box{
    background: linear-gradient(80deg, rgb(31 8 148) 0%, rgb(8 3 84) 100%);
    padding: 20px;
    border-radius: 10px;
    box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
    border-bottom: 10px solid #ff31eb;
    -webkit-transition:  all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:  all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}
.buss-plan-box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: $box-shadow-bottom-heavy;
    opacity: 0;
    -webkit-transition:  all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:  all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.buss-plan-box:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.buss-plan-box:hover::after {
    opacity: 1;
}
/* .fat-arrow-rappa {
     display: inline-flex;
     justify-content: center;
     width: 100%;
     min-width: 800px;
}*/
.fat-arrow-rappa{
        margin-left: -19px;
        margin-top: -14px;
    }
 .fat-arrow {
     display: flex;
     align-items: center;
     width: 160px;
     height: 56px;
     position: relative;
     background: #b92a94;
     margin-right: 20px;
     color: white;
     text-align: left;
     line-height: 15px;
}
 .fat-arrow div.inner {
     width: 115px;
    margin-left: 45px;
    font-weight: 600;
    font-size: 22px;
}
 .fat-arrow:nth-child(5) {
     background: radial-gradient(circle, rgba(92, 53, 138, 1) 0%, rgba(70, 40, 105, 1) 100%);
}
 .fat-arrow:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 20px solid #080a2d;
     border-top: 28px solid transparent;
     border-bottom: 28px solid transparent;
}
 .fat-arrow:before {
     content: "";
     position: absolute;
     right: -20px;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 20px solid #b92a94;
     border-top: 28px solid transparent;
     border-bottom: 28px solid transparent;
}
 .flo-arrow {
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     justify-content: center;
     width: 30px;
     height: 20px;
     position: absolute;
     left: 3px;
     padding-left: 8px;
     background: #fff;
     color: #000;
     font-weight: bold;
     z-index: 2;
     box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
}
 .flo-arrow:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 7px solid #080a2d;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
}
 .flo-arrow:before {
     content: "";
     position: absolute;
     right: -7px;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 7px solid #fff;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
}
 .fat-arrow:nth-child(5)::before {
     border-left-color: #462869;
}
.buss-plan-box p{
    color: #fff;
    font-size: 20px;
}
.pkg h1{
    color: #f8ce29;
    font-weight: 600;
    font-size: 42px;
    padding-top: 16px;
    text-shadow: 2px 2px 4px #000000;
}
.l-income h1{
    font-size: 55px;
    color: #000;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 10%;
}
.tbl-bg{
    background-image: url('../img/tbl-bg.jpeg');
    background-attachment: fixed;
}
/****************************ROTATE*****************************/
.icon-d{
    color: #f8ce29;
    font-weight: 800;
    font-size: 46px;
    padding-top: 16px;
    text-shadow: 2px 2px 4px #000000;
    animation: rotateY-anim 2s linear infinite;
}
@keyframes rotateY-anim {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/*************************Copyrighte footer*************************************/

.lenexfooter-nav{
    margin-top: 4rem;
    display: flex;
    margin: 10px 0;
    align-items: center;
    flex-wrap: wrap;
}
.footer-nav-item {
    font-family: PTSerif, sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    /* margin: 0 1.5rem; */
    opacity: 0.5;
    margin-right: 1.5rem;
}
.lenexfooter-nav-item{

}
.package-bg
{
    width: 60%;
    text-align: center;
    /*background: radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 110px, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -130px -170px, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) 130px 370px, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 0, linear-gradient(45deg, #343702 0%, #184500 20%, #187546 30%, #006782 40%, #0b1284 50%, #760ea1 60%, #83096e 70%, #840b2a 80%, #b13e12 90%, #e27412 100%);
    background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;
    background-color: #840b2a;*/
   /* background:
radial-gradient(circle farthest-side at 0% 50%,#fb1 23.5%,rgba(240,166,17,0) 0)21px 30px,
radial-gradient(circle farthest-side at 0% 50%,#B71 24%,rgba(240,166,17,0) 0)19px 30px,
linear-gradient(#fb1 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#fb1 0)0 0,
linear-gradient(150deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0,
linear-gradient(30deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0,
linear-gradient(90deg,#B71 2%,#fb1 0,#fb1 98%,#B71 0%)0 0 #fb1;
background-size: 40px 60px;*/
/*background-color: #c99512;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;*/
background:
linear-gradient(135deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
linear-gradient(225deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
background-color:#708090;
background-size: 64px 128px;
    margin: 0px;
    padding: 5px;
    box-shadow: 0px 0px 27px #1a0f0f;
    /*border-radius: 56px 56px 10px 10px;*/
}
.packages 
{
    width: 100%;
    text-align: center;
    height: 350px;
    border: 1px solid #000;
    margin: 0px;
    background-color: #000000c9;
    /*border-radius: 56px 56px 10px 10px;*/
}
.packages .note p
{
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 7px;
    padding: 5px;
    background-color: black;
    box-shadow: 0px 0px 10px #fff;
    font-family: Roboto-Italic;
}
.package-head h2 
{
    font-family: Roboto-Bold;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-align: center;
}

.package-amount p  
{
    font-size: 50px;
    font-weight: bold;
    padding-top: 20px;
    color: #000;
    line-height: 55px;
    font-family: Roboto-Bold;
}
.first 
{
     float: right;
}
.rotate {
        -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotateY(0deg);
        }
        to {
                -webkit-transform: rotateY(359deg);
        }
}
.package-amount p 
{
    font-size: 24px;
    line-height: 33px;
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    color: #e35e1e;
    border-radius: 50%;
    position: absolute;
    top: 93px;
    left: 80px;
    right: 0px;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 10px 23px #070c62;
}

.package-amount {
    height: 90px;
}
.amt 
{
    color: #ffffff !important;
    font-family: Tajawal-Regular;
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    height: 130px;
    line-height: 40px;
}
.pro-img 
{
   position: absolute;
    width: 80px;
    top: -42px;
    right: -41px;
}
.dollar 
{
    font-size: 16px;
    margin-right: 8px;
    color: goldenrod;
    font-family: Roboto-Italic;
}
/*.package-amount 
{
    height: 240px;
}*/
/*
.packages 
{
    width: 60%;
    text-align: center;
    background-image: linear-gradient(178deg, #e8f4f7, #befff9);
    height: 350px;
    border: 1px solid #000;
    margin: 0px;
    position: relative;
}
.package-head h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #070c62;
    padding: 55px 0px 55px 0px;
    border-bottom: 12px solid #e35e1e;
}

.packages.note p 
{
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: #e35e1e;
    margin-bottom: 0px;
    padding-bottom: 7px;
    border: 1px solid #fff;
    padding: 5px;
}
.note p 
{
    color: #070c62;
    font-size: 18px;
    font-weight: bold;
}
*/
.doc-img 
{
    width: 95%;
    border: 2px solid #8a86af;
    padding: 6px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #6b5ef3;
    height: 600px;
}
.business-banner{
    background-image: url(../img/business.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .first 
    {
        float: none;
    }
    .package-bg 
    {
            width: 70%;
            margin: 20px auto;

    }
    .business-banner{
        height: 250px;
    background-size: 100%;
}
.plan-pkg-text h1{
font-size: 25px;
}
.l-income h1 {
    font-size: 25px;
}
    }
@media (max-width: 500px)
{
    .package-bg 
    {
            width: 100%;
            margin: 20px 0px;

    }
    .business-banner {
    height: 140px;
}
}
.bdm{
    font-size: 30px !important;
    text-align: center;
}
.team-img img{
    /*margin-top: 22%;*/
    border-radius: 40px;
}
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.popup-text {
     animation: neon 8s infinite;
     font-size: 8rem;
}
 @keyframes neon {
     0%, 39%, 41%, 59%, 61%, 100% {
         text-shadow: var(--white) 0 0 12px, var(--secondary) 0 0 24px, var(--secondary) 0 0 36px;
    }
     40%, 60% {
         text-shadow: none;
    }
}
.modal-body h1 {
    font-weight: 900;
    font-size: 3.3em !important;
    text-transform: uppercase;
    color: #dc3545;
}