/*
    Theame Name  : Menu Explore
    Theame Coder : MM
    PSD Designer : Mohamed Magdy
*/
/*Start Start Global Rules*/
:root {
    --main-color: #ef4040;
    --main-color-alt: #00517b;
    --main-transition: 0.5s;
    --padding-section: 40px 0;
    --border-radius: 6px;
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    font-family: 'cairo', sans-serif;

}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    /* color: var(--main-color)!important; */
}

/*  Multi Class   */
.opacity-1 {
    opacity: .1 !important;
    margin: 10px !important;
}

/*  Main Title   */
.main-title-menus {

    margin-bottom: 10px;
}


*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}

/********************* Header *****************/
.navbrand{
    background-color:var(--main-color)!important;
    z-index: 9;
}
.navbrand .navbar-collapse{
    flex-direction: row-reverse;
}
.title-menu{
    padding: 0 0.8vw;
}
.title-menu a{
    color: white;
    font-size: 18px;
    font-weight: 700;
}
.title-menu a.active{
    color: #ffb65c!important;
}
.navbar-collapse .title-menu a.active::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 25px;
    height: 3px;
    width: 20px!important;
    opacity: 1!important;
    background-color: #ffb65c;
    transition: all 0.3s;
}
.navbar-collapse .title-menu .nav-link::before{
content: '';
display: inline-block;
position: absolute;
bottom: 25px;
height: 3px;
width: 0px;
opacity: 0;
background-color: #ffffff;
transition: all 0.3s;}
.navbar-collapse .title-menu .nav-link:hover::before{
    opacity: 1;
    width: 30px;
    height: 3px;
}
.title-menu a:hover{
    color: #e5e7eb;
}
/* End Top Menu Header */


.line-section{
    top: 72px;
    position: absolute;
    width: 100%;
}
.line-section img{
    width: 100%;
    height: 10px;
}


/*  Start Header Content   */
.header-content {
    padding-top: 50px;
    /* height: calc(70vh); */
    display: flex;
    align-items: center;
}
.header-content .headlatter{
    padding-top: 95px;
}
.header-content .headlatter h1 {
    font-size: 70px;
    font-weight: 700;
}

.header-content .headlatter h3 {
    font-family: "Alexandria", sans-serif;
    font-weight: 700;
    color: var(--main-color);
    font-size: 41px;
    line-height: 1.5;
}

.header-content .headlatter p {
    font-size: 20px;
    font-weight: 700;
}
.header-content .device-img{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
}
.header-content .device-img img{
        width: 350px;
        height: auto;
}

.o-img-hcontent-one img {
    max-width: 100%;
}
.header-content .overlay-img .o-img-hcontent-one{
    position: absolute;
    pointer-events: none;
    top: 140px;
}
.header-content .overlay-img .o-img-hcontent-tow {
    left: 0px;
    top: 10%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.header-content .overlay-img .swiper-bg-text {
    z-index: -1;
    position: absolute;
    top: 70%;
    transform: translate(0, -50%);
    color: rgb(186 167 167 / 6%);
        font-weight: 900;
        font-size: 22vw;
        text-transform: uppercase;
        line-height: 0.7;
}
/*      About         */
.about{
    margin-bottom: 10px;
    margin-top: 10px;
    background-image: url(../images/interpreter-74.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 30px;
}
.about .side-img{
    text-align: center;
    margin-left: 50px;
}
.about .side-img img{
    width: 350px;
    height: auto;
}
.about .headlatter{
    padding-top: 130px;
}
.about .headlatter p{
        color: var(--main-color) !important;
        font-size: 20px;
        font-weight: 700;
       
}
.about .headlatter h2{font-size: 35px; font-family: "Alexandria", sans-serif;}
.menus-icon-list-items .menus-icon-list-item{
        margin-bottom: 2px;
}
.menus-icon-list-items .menus-icon-list-item .menus-icon-list-text{
        font-size: 16px;
        font-weight: 700;
}
.menus-icon-list-items svg{
        width: 4%;
        height: 4%;
        fill: var(--main-color) !important;
        margin-left: 14px;
}
/*
* Features
*/
.features {
    padding-top: 40px;
    /* height: calc(70vh); */
    margin-top: 20px;

}
.features .text-center{
    margin-bottom: 30px;
}
.features .text-center h2{
    font-size: 40px;
    font-weight: 700;
    font-family: "Alexandria", sans-serif;
}
.features .text-center h3 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
}
.post-classic-counter {
    counter-reset: post-classic;
}

@media (min-width: 1200px) {
    .post-classic-counter [class*='col-']:nth-child(3n + 2) .post-classic {
        margin-left: 0;
        margin-right: auto;
    }

    .post-classic-counter [class*='col-']:nth-child(3n + 0) .post-classic::after {
        content: '';
        display: block;
        position: absolute;
        top: 42%;
        left: -41%;
        background-image: url(../images/arrow-110x14.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 37%;
        height: 14px;
        transition: all 0.3s;
    }

    .post-classic-counter [class*='col-']:nth-child(3n + 2) .post-classic {
        margin-left: auto;
        margin-right: auto;
    }

    .post-classic-counter [class*='col-']:nth-child(1n + 2) .post-classic::after {
        content: '';
        display: block;
        position: absolute;
        top: 42%;
        right: -41%;
        transform: rotateX(180deg);
        background-image: url(../images/arrow-110x14.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 37%;
        height: 14px;
        rotate: 180deg;
    }

    .post-classic-counter [class*='col-']:nth-child(3n) .post-classic {
        margin-left: auto;
        margin-right: auto;
    }
}

.post-classic {
    width: 300px;
    max-width: 100%;
    padding: 37px 15px 15px 37px;
    position: relative;
    border-radius: 4px 4px 4px 60px;
    transition: all 0.3s;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .post-classic {
        padding: 51px 15px 26px 40px;
    }
}

.post-classic:hover {
    transform: translateY(-5px);
}

.post-classic::before {
    content: counter(post-classic, decimal-leading-zero);
    counter-increment: post-classic;
    position: absolute;
    top: -15px;
    left: -11px;
    color: #9D9898;
    font-size: 20px;
    font-weight: 600;
    background-color: #ffffff;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 10em;
    box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.25);
}

.post-classic-title {
    letter-spacing: -.02em;
    color: #000000;
}

.post-classic-text {
    margin-top: 10px;
}
/*
* Secondary Backgrounds
*/
.bg-secondary-1 {
    background-color: #FFF8BD;
}

.bg-secondary-2 {
    background-color: #ECFCF9;
}

.bg-secondary-3 {
    background-color: #DFF9D9;
}

/*
* Features
*/

/*
* C Features
*/
.c-features{
    padding-top: 60px;
    margin-top: 50px;
    background-color: var(--main-color);
    padding-bottom: 50px;
    position: relative;
}
.c-features .overlay-img .o-img-hcontent-one{
    position: absolute;
    pointer-events: none;
    top: 140px;
}
.c-features .swiper-bg-text{
    position: absolute;
}
.c-features .swiper-bg-text h2{
    font-size: 190px;
    font-family: system-ui;
    font-variant-caps: all-small-caps;
    font-weight: 600;
    position: absolute;
    color: white;
    line-height: 0.6;
    top: 118px;
    text-align: end;
    margin-left: 52px;
    color: #00000012;
    /* -webkit-text-fill-color: white; */
    -webkit-text-stroke: 2px white;
    z-index: 1;
    
}
@media (min-width: 600px) {
    .c-features .swiper-bg-text h2 {
            font-size: 100px;
            margin-left: 0px;
      
}
    .c-features .img-content .img-content img {
        width: 400px;
    }
}

@media (min-width: 393px) {
    .c-features .swiper-bg-text h2 {
            font-size: 100px;
            margin-left: 0px;
          

        }
    .c-features .img-content .img-content img {
        width: 400px;
    }
}
.c-features .img-content img{
    width: 100%;
}

.c-features .text-feature img{
    width: 38px;
}
.c-features .text-feature .info-feature{
    color: white;
    line-height: 0.4;
}
.c-features .text-feature .info-feature ul{
    display: flex;
    margin-bottom: 25px;
}
.c-features .text-feature .info-feature ul li p{
    line-height: 1.2;
    color: #ffd692;
    font-weight: 600;
}
.c-features .text-feature .info-feature ul li h3 {
    font-size: 26px;

}
.line-section-f{
    top: -10px;
    position: absolute;
    width: 100%;
}
.line-section-f img{
    width: 100%;
    height: 10px;
    transform: rotateX(180deg);
}
/*
* End C Features
*/
/*
* Packages
*/
.packages {
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.packages .text-center h2{
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 30px;
    font-size: 36px;
    font-family: "Alexandria", sans-serif;
}

.packages .package-content{
    /* display: flex; */
    text-align: center;
    width: 100%;
    /* position: relative; */
}
.packages .ts-product-single-item:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    content: "";
    background: url(../images/menu_pattern.png) no-repeat center center / contain;
}
.packages .ts-product-single-item{
    /* width: 32%; */
    position: relative;
    padding: 10px;
    margin: 10px;
}
.packages .ts-product-single-item .content-text{
    /* position: absolute; */
        text-align: center;
        margin-top: 30px;
}
.content-text .pr-feature{
    text-align: right;
    padding: 35px;
    line-height: 2;
    padding: 22px 35px 40px 0px;
}
.packages .ts-product-single-item .border-shap{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.packages .ts-product-single-item .shap-img{
    position: absolute;
        left: 0;
        top: -25px;
        right: 0;
        width: 100%;
        height: 30px;
        opacity: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all ease-in-out 500ms;
        -o-transition: all ease-in-out 500ms;
        transition: all ease-in-out 500ms;
}
.packages .ts-product-single-item .shap-img img{
    width: 100%;
}
.packages .ts-product-single-item .shap-tag {
    background-color: var(--main-color);
    width: 120px;
    border-radius: 2px;
    rotate: -45deg;
    color: white;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: -22px;
    top: 25px;
}


.packages .ts-product-single-item:hover {
    background: #e7272d;
    border-color: transparent;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    color: white;
    border-radius: 20px;
    -webkit-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}
.packages .ts-product-single-item:hover .shap-img {
    opacity: 1;
}
.packages .ts-product-single-item:hover i{
    color: white!important;
}
.packages .ts-product-single-item .content-text .product-price {
    font-size: 36px;
    font-weight: 700;
}
.packages .ts-product-single-item .content-text .product-price span{
    font-size: 14px;
    font-weight: 700;
}
.packages .ts-product-single-item .content-text .ts-title {
    font-family: "Alexandria", sans-serif;
    font-weight: 700;
}

/*
* End Packages
*/
/*
* Start Contact US
*/

.contactus{
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-image: url(../images/delivery_bg.png);
    padding-top: 60px;

}
.contact-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.contactus .contact-text p{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 500;
    margin: 0;
}
.contactus .contact-text h2 {
    font-size: 33px;
    font-weight: 700;
}
.contactus .contact-text h3 {
    font-size: 33px;
    font-weight: 800;
    color: var(--main-color);
}
textarea:focus,
input:focus {
    outline: none;
}
.contactus-form .text {
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactus-form form {
    padding: 30px 0 0 0;
}

.contactus-form form .form-row {
    display: flex;
    margin: 32px 0;
}

form .form-row .input-data {
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
    border-radius: 4px;
}

form .form-row .textarea {
    height: 70px;
}

.input-data input,
.textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    background-color: #ed143d00;
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
    transform: translateY(-20px);
    font-size: 14px;
    color: #3498db;
}

.textarea textarea {
    resize: none;
    padding-top: 10px;
}

.input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.textarea label {
    width: 100%;
    bottom: 40px;
    /* background: #fff; */
}

.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #3498db;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
    transform: scale(1);
}

.submit-btn .input-data {
    overflow: hidden;
    height: 45px !important;
    width: 25% !important;
}

.submit-btn .input-data .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #b73737, #ef4040, #b73737, #ef4040);
    transition: all 0.4s;
}

.submit-btn .input-data:hover .inner {
    left: 0;
}

.submit-btn .input-data input {
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width: 700px) {
    .container .text {
        font-size: 30px;
    }

    .container form {
        padding: 10px 0 0 0;
    }

    .container form .form-row {
        display: block;
    }

    form .form-row .input-data {
        margin: 35px 0 !important;
    }

    .submit-btn .input-data {
        width: 40% !important;
    }
}






/*
* End Contact US
*/

.contact-text .social .social-viewe {
    display: flex;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.contact-text .social .social-viewe li {
    background-color: var(--main-color);
    margin: 0px 4px;
    padding: 6px;
    border-radius: 7px;
    width: 40px;
    text-align: center;
    color: white;
}

.contact-text .social .social-viewe li i {
    font-size: 16px;
    transition: var(--main-transition);

}

.contact-text .social .social-viewe a:hover li {
    background-color: #ffe4e4;
    color: var(--main-color);
}




/* BTN */
.btn-checkout {
    width: 160%;
    margin-right: 8px;
    color:var(--main-color);
    background-color: #ffffff;
    border: 0;
    font-weight: 600;
    height: 50px;
}

.btn-checkout:hover {
    color: #FFF6F2;
    background-color: var(--main-color);
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.08);
}
.btn-buttonback {
    font-weight: 600;
    width: 35%;
    height: 50px;
    margin-right: 8px;
    color: #F27C4C;
    background-color: #ffe4e4;
}

.btn-buttonback:hover {
    color: #FFF6F2;
    background-color:var(--main-color);
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.08);
}


/***************  Copy Righr  *******************/
.copy-right {
    background-color: #f8f9fa;
    border-radius: 15px 15px 0px 0px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.all-copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right h5 {
    margin: 0;
    font-size: 16px;
    color: #777777;
    font-weight: 600;
}

.all-copy-right span {
    color: #ef4040;
    font-size: smaller;
}

.copy-right h5 span i {
    color: red;
    animation: hart 0.8s linear infinite;
}

.copy-right img {
    width: 55px;
    margin-top: 4px;
}

@media(max-width:768px) {
    .all-copy-right {
        flex-flow: column;
        padding: 0px 30px 0px 30px;
        text-align: center;
    }

    .copy-right {
        padding-top: 25px;
        flex-wrap: wrap;
        height: 230px;
        align-items: flex-start;
    }
}

/* Copy Right  */

/*   */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@keyframes hart {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }

}

@keyframes scale-x-frames {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 0%;
    }

}

@keyframes fade {
    0% {
        max-height: 0px;
    }

    50% {
        max-height: 125px;
    }

    100% {
        max-height: 250px;
    }
}

@keyframes fade-out {

    0%,
    50% {
        max-height: 250px;
    }

    100% {
        max-height: 0px;
    }
}