#global-nav{
    top: 10px;
}
#promotionProminent{
    display: block !important;
}
#promotionProminent p {
    top: 45px;
    font-size: 16px;
    color: #ffffff;
    z-index: 800;
    background-color: #414350;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    left: 0;
    display: block !important;
}
body{
    background-color: #1D1D1D;
    color: #272C38;
    font-weight: 400;
}
body:lang(ar){
    text-align: right;
}
#packages .box-offer.box-3:lang(ar){
    left: 0;
    right: unset;
}
#packages .box-1:lang(ar)::after{
    display: none;
}
#packages .box-offer .price:lang(ar) {
    font-size: 22px;
}
#packages .box-offer.box-3 .price:lang(ar)::after{
    display: none;
}
#packages .box-offer.box-3:lang(ar)::after{
    left: 0;
    right: unset;
}
img.vert-move {
    /* -webkit-animation: mover 1s infinite  alternate; */
    /* animation: mover 1s infinite  alternate; */
}
img.vert-move {
    /* -webkit-animation: mover 1s infinite  alternate; */
    /* animation: mover 1s infinite  alternate; */
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

.orange-cta{
    border: 2px solid #FF7A04;
    background-color: #FF7A04;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 15px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.orange-cta:hover{
    background-color: transparent;
    color: #FF7A04;
    text-decoration: none;
}

#hero{
    min-height: 850px;
    padding-top: 80px;
    position: relative;
    background-color: #1D1D1D;
    background-image: url("../assets/img/hero-top-right.svg");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#hero .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#hero:before{
    content: '';
    background-image: url("../assets/img/hero-top-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 600px;
}
#hero h1{
    color: #FF7A04;
    font-size: 35px;
}
#hero p{
    color: #ffffff;
    max-width: 420px;
    margin: 30px 0;
}

#offer-ends{
    padding-top: 60px;
    padding-bottom: 90px;
    text-align: center;
    background-color: #1D1D1D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 450px;
    position: relative;
}
#offer-ends h2{
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#offer-ends ul{
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
    padding: 15px 5px 28px;
    background-color: #ffffff;
    z-index: 10;
}
#offer-ends li {
    display: inline-block;
    list-style-type: none;
    text-transform: none;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    color: #D8D8D8;
}
#offer-ends li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #272C38;
    opacity: 1;
}
#offer-ends li.dots{
    font-size: 50px;
    left: 0;
    color: #D8D8D8;
    vertical-align: top;
}
#offer-ends a{
    background-color: #FF7A04;
    border-radius: 10px;
    border: 2px solid #FF7A04;
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    left: 50%;
    max-width: 240px;
    height: 40px;
    margin-left: -120px;
    bottom: -20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: 100%;
}
#offer-ends a:hover{
    background-color: #8f4803;
    text-decoration: none;
    color: #ffffff;
}
#offer-ends:before{
    content: '';
    background-image: url("../assets/img/hero-top-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 430px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
#offer-ends:after{
    content: '';
    background-image: url("../assets/img/hero-top-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 430px;
    z-index: 0;
}

#benefits{
    padding-top: 150px;
    padding-bottom: 150px;
}
#benefits .black-box{
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 8px rgba(255, 255, 255, 0.10), -5px -5px 20px -5px #000000;
    box-shadow: 5px 5px 8px rgba(255, 255, 255, 0.10), -5px -5px 20px -5px #000000;
    padding: 70px 90px 50px;
}
#benefits .black-box h2{
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 120px;
}
#benefits .black-box .left-side{

}
#benefits .black-box .right-side h3{
    color: #046EFF;
    font-size: 20px;
}
#benefits .black-box .right-side{
    padding-left: 30px;
    max-width: 380px;
    margin-bottom: 50px;
    color: #777777;
}
#benefits .black-box .bbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#packages{
    padding-top: 220px;
    padding-bottom: 175px;
}
#packages .double{
    -webkit-box-shadow: 0px 0px 15px #04040426;
    box-shadow: 0px 0px 15px #04040426;
    /* height: 100%; */
    background-color: #1D1D1D;
}
#packages .box-1{
    border-radius: 10px 0 0 10px;
    position: relative;
}
#packages .box-1:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    color: #ffffff;
    top: 0;
    right: 0;
    background-color: #EBEBEB;
}
#packages .box-offer{
    padding: 40px 60px;
    color: #6A6A6A;
    height: 500px;
}
#packages .box-offer .box-content{
    height: 380px;
}
#packages .box-offer.box-2{

}
#packages .box-offer.box-3{
    -webkit-box-shadow: 0px 0px 15px #04040426;
    box-shadow: 0px 0px 15px #04040426;
    border-radius: 10px;
    background-color: #191919;
    height: 580px;
    position: absolute;
    right: 0;
    top: -80px;
}
#packages .box-offer.box-3:after{
    content: 'FREE';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    font-weight: 600;
    font-size: 25px;
    top: -25px;
    right: -5px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #FF7A04;
    background-color: #FF7A04;
    color: #000000;
}
#packages .box-offer .title{
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}
#packages .box-offer .commissions{
    color: #6A6A6A;
    font-size: 16px;
}
#packages .box-offer .price{
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 3px;
    position: relative;
}
#packages .box-offer.box-3 .price:after{
    content: '';
    position: absolute;
    background-color: #FF7A04;
    width: 140px;
    height: 2px;
    left: 0;
    bottom: 25px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
#packages .box-offer .min-dep{
    margin-bottom: 50px;
}
#packages .box-offer .features{
    margin-bottom: 5px;
    font-size: 14px;
}
#packages .box-offer .cta{
    border-radius: 100px;
    background-color: #046EFF;
    border: 2px solid #046eff;
    color: #ffffff;
    padding: 10px 55px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#packages .box-offer .cta:hover{
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
#packages .box-offer.box-3 .cta{
    border-radius: 100px;
    background-color: #FF7A04;
    border: 2px solid #FF7A04;
    color: #ffffff;
    padding: 10px 55px;
    position: absolute;
    bottom: 42px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#packages .box-offer.box-3 .cta:hover {
    background-color: transparent;
    text-decoration: none;
}

#steps{
    padding-top: 90px;
    padding-bottom: 180px;
}
#steps h2{
    color: #FF7A04;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}
#steps .numera{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    text-align: center;
}
#steps .numera p{
    color: #F0F0F0;
    height: 95px;
    margin-top: 40px;
}
#steps .numera .num-width{
    width: 20%;
}
#steps .numera .numero img{
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 5px 5px 8px rgba(255, 255, 255, 0.10), -5px -5px 20px -5px #000000;
    box-shadow: 5px 5px 8px rgba(255, 255, 255, 0.10), -5px -5px 20px -5px #000000;
    border-radius: 100px;
    margin-top: 70px;
}

#reduce{
    color: #046EFF;
    padding-top: 100px;
    padding-bottom: 120px;
    border-top: 1px solid #FF7A04;
}
#reduce .image{
    height: 80px;
}
#reduce img{
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 60px;
    height: 60px;
}
#reduce h2{
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}
#reduce h3{
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}
#reduce p{
    color: #777777;
    text-align: center;
    max-width: 300px;
    margin: 5px auto 40px;
}

#terms-conditions{
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #FF7A04;
    border-bottom: 1px solid #FF7A04;
}
#terms-conditions p{
    text-align: center;
    color: #ffffff;
    margin: auto;
}
#pre-footer-space{
    height: 180px;
}

/*ACCORDION*/
#accordion .card{
    background-color: #1F1F1F;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
#accordion .card-body{
    background-color: #4D4D4D;
    padding-top: 35px;
    padding-bottom: 35px;
}
#accordion .mb-0 > a {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}
#accordion .mb-0 > a:after {
    content: "\f054"; /* fa-chevron-right */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
#accordion .mb-0 > a[aria-expanded="true"]:after {
    content: "\f078"; /* fa-chevron-down */

}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(220, 220, 220, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion .mb-0 > a:lang(ar):after {
    right: unset;
    left: 0;
}
#benefits .black-box .right-side:lang(ar){
    padding-right: 20px;
}
/*END ACCORDION*/

@media (max-width: 1200px){
    #hero h1{
        text-align: center;
        margin: auto;
        width: 100%;
        display: block;
    }
    #hero img{
        max-width: 600px;
        width: 100%;
        margin: 5px auto 20px;
        text-align: center;
        display: block;
    }
    #hero .content{
        text-align: center;
        margin: auto;
        display: block;
    }
    #hero .content p{
        margin: 30px auto 50px;
    }
    #packages .box-offer{
        padding: 30px 30px;
    }
    #packages .box-offer.box-3 .cta{
        bottom: 52px;
    }
}
@media (max-width: 991px) {
    #packages .box-offer.box-3 .cta:lang(ar) {
        margin-left: -67px;
    }
    #packages .box-offer.box-3 .cta:lang(it) {
        margin-left: -72px;
    }
    #hero h1 {
        -webkit-animation: moverH1 1s infinite  alternate;
        animation: moverH1 1s infinite  alternate;
    }
    #hero h1 {
        -webkit-animation: moverH1 1s infinite  alternate;
        animation: moverH1 1s infinite  alternate;
    }
    @-webkit-keyframes moverH1 {
        0% { transform: translateY(0); }
        100% { transform: translateY(-15px); }
    }
    @keyframes moverH1 {
        0% { transform: translateY(0); }
        100% { transform: translateY(-15px); }
    }
    #hero{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-top: 135px;
        min-height: 580px;
        background-image: none;
    }
    #hero img{
        width: 35px;
        height: 30px;
        display: inline-block;
        margin: 5px 10px 5px 0;
    }
    #hero h1{
        font-size: 30px;
    }
    #hero .content p{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #hero:before{
        display: none;
    }
    #steps .numera{
        display: block;
    }
    #offer-ends:after{
        display: none;
    }
    #offer-ends li span{
        font-size: 30px;
    }
    #offer-ends li.dots{
        margin: 0;
    }
    #offer-ends li{
        margin: 0;
    }
    #offer-ends{
        height: 350px;
    }
    #benefits{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 35px;
    }
    #benefits .black-box{
        padding: 30px 10px;
    }
    #benefits .black-box h2{
        font-size: 25px;
        margin-bottom: 60px;
    }
    #benefits .black-box .bbox{
        display: block;
        text-align: center;
    }
    #benefits .black-box .right-side{
        padding: 0;
        margin: 40px auto 80px;
    }
    #packages .box-offer.box-3{
        position: relative;
        top: 0;
    }
    #packages .box-offer{
        -webkit-box-shadow: 0px 0px 15px #040404;
        box-shadow: 0px 0px 15px #040404;
        margin-bottom: 35px;
    }
    #packages .box-1:after{
        display: none;
    }
    #packages .double {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    #packages{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #packages .box-offer{
        border-radius: 10px;
        text-align: center;
    }
    #packages .box-offer.box-3 .price:after{
        left: 50%;
        margin-left: -70px;
    }
    #packages .box-offer.box-3 .cta{
        left: 50%;
        margin-left: -100px;
    }
    #packages .box-offer.box-3 {
        -webkit-box-shadow: 0px 0px 15px #040404;
        box-shadow: 0px 0px 15px #040404;
    }
    #steps h2{
        margin-bottom: 60px;
    }
    #steps .numera .num-width{
        width: 100%;
    }
    #steps .numera p{
        height: 75px;
    }
    #steps{
        padding-bottom: 60px;
    }
    #reduce{
        padding-bottom: 200px;
    }
    #packages .box-offer.box-3:after{
        top: -45px;
    }
    #hero .mob-usp .listedd div{
        display: flex;
        max-width: 180px;
        margin: auto;
    }
}