html, body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    font-family: "Tajawal", sans-serif;
    background-color: var(--background-color);
}
:root{
    --primary--color: #4d3e82;
    --background-color: #0a101e;
    --box-bg: #101624;
    --linear-gradient: linear-gradient(#e94800, #ff773b);
    --third-color: #FFF;
}
a:hover{
    color: white;
}
.brand{
    color: var(--primary--color);
}
::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--primary--color);
    border-radius: 12px
}
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    animation: 1.5s ease-out infinite animate-pulse;
}
.whatsapp::before{
    position: absolute;
    content: "1";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #E82C0C;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7px;
    right: -2px;
    color: white;

}
.special-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.special-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 5px;
    background-color: #181e2e;
}
.special-heading::after {
    content: "";
    background-color: var(--primary--color);
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 5px;
}
.primary-btn{
    color: white;
    background-color: var(--primary--color);
    font-size: 24px;
    font-weight: 600;
    transition: .3s ease-in-out;
    animation: 1.5s ease-out infinite bouncing2;
}

.phone-btn, .whatsapp-btn {
    width: 200px;
    padding: 15px 30px;
    border-radius: 10px;
    animation: 1.5s ease-out infinite bouncing2;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}
.actions p {
    color: #fff;
    font-size: 35px;
}
.whatsapp-btn {
    color: #fff;
    background: #2aa81a;
}
.phone-btn, .phone-btn:hover {
    color: var(--bg-color);
}
.phone-btn {
    background: #fff;
}
@media(max-width:500px) {
    .actions p {
    color: #fff;
    font-size: 20px;
}
.phone-btn, .whatsapp-btn {
    width: 140px;
    padding: 10px 5px;
}
}
.head h3, .head h4{
    font-size: 18px;
}
nav .navbar-toggler svg{
    color: white;
    font-size: 35px;
}
nav .navbar-toggler:focus{
    box-shadow: var(--primary--color);
}
nav .offcanvas-body ul li a{
    color: #000;
    font-weight: 600;
}
nav .offcanvas-body ul li a:hover{
    color: var(--primary--color);
}
/* start landing  */
.landing{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 66px);
    padding-block: 30px;
}
.landing .box h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.landing h1{
    color: white;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
}
.landing .box p{
    color: white;
    font-size: 18px;
    text-align: right;
}
.order-1{
    order: -100;
}
.order-2{
    order: -50;
}

/* start services  */

.services{
    overflow: hidden;
}
.services a{
    text-decoration: none;
    color: white;
}
.services a:hover{
    color: white;
}
.services .box a{
    color: var(--primary--color);
}
.services .box{
    background-image: linear-gradient(90deg, #1a222c 17.33%, rgba(35, 44, 54, 0) 100%);
    overflow: hidden;
    position: relative;
    padding: 30px 10px;
    border: 2px solid rgba(255, 255, 255, .0784313725);
    border-radius: 16px;
    transition: .1s ease-in-out;
    margin-bottom: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.services .box:before {
    left: -140%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .183) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .183) 100%);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: .6s ease-in-out;
}
.services .box .image {
    margin: auto;
    transition: .4s ease-in-out;
}
.services .box .title {
    padding-top: 40px;
    font-size: 18px;
    text-align: center;
    color: var(--third-color);
    height: 100px;
}
@media(max-width:992px){
    .services .box .title{
        font-size: 15px;
    }
}
.services .box:hover .image {
    transform: translateY(-5px);
}
.services .box:hover .image img {
    animation: .5s .3s bouncing;
}
.services .box:hover::before, .services .box:hover::before {
    left: 180%}
.our-results .box .image {
    margin: auto;
    transition: .4s ease-in-out;
}

/* end services  */

/*Flip box
  /* Basic styles for the flip card */
  .flip-card {
    background-color: transparent;
    perspective: 1000px; /* Adding perspective for 3D effect */background-image: linear-gradient(90deg, #1a222c 17.33%, rgba(35, 44, 54, 0) 100%);
    overflow: hidden;
    position: relative;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, .0784313725);
    border-radius: 16px;
    transition: .1s ease-in-out;
    margin-bottom: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    height: 430px;
  }
.services .flip-card::before{
  left: -140%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .183) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .183) 100%);
  -moz-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: .6s ease-in-out;
}
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
    transform-style: preserve-3d; /* Ensure proper 3D transformation */
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateX(180deg); /* Flip the card on hover */
  }
  .flip-card:hover {
    background: var(--primary--color);
  }
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hide the back of the card initially */
  }

  .flip-card-front {
    color: white;
  }

  .flip-card-back {
    color: white;
    transform: rotateX(180deg); /* Initially hide the back face */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .flip-card-back p{
    font-size: 12px;
  }
  .flip-card-back ul li{
    font-size: 14px;
  }
  .services .flip-card .image {
margin: auto;
transition: .4s ease-in-out;
}
.services .flip-card .title {
padding-top: 40px;
font-size: 18px;
text-align: center;
color: var(--third-color);
height: 100px;
}
@media(max-width:992px){
.services .flip-card .title{
    font-size: 15px;
}

}
@media(max-width:767px){
.services .flip-card {
  height: 280px;
}

}
.services .flip-card:hover .image {
transform: translateY(-5px);
display: none;

}
.services .flip-card:hover .image img {
animation: .5s .3s bouncing;
mix-blend-mode: multiply;
}
.services .flip-card:hover::before, .services .flip-card:hover::before {
left: 180%;

}


/* start featurs */

.features{
    padding-block: 30px;
}
.features .box .list li{
    color: var(--third-color);
    margin-bottom: 20px;
    font-size: 16px;
}
.features .box .list li img {
    border-radius: 50%;
    animation: 1.5s ease-out infinite animate-pulse;
}

/* end features  */

/* pricing  */

.our-plans .plan h5::after, .our-services .description .title h4:after, .special-heading::after {
    background-color: var(--primary--color);
    content: ""}
.special-heading::after {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 5px;
}
.our-plans .plan, .our-results .box {
    background-image: linear-gradient(90deg, #1a222c 17.33%, rgba(35, 44, 54, 0) 100%);
    overflow: hidden;
    position: relative;
}
.our-plans, .our-results, .our-services {
    padding: 80px 0;
    background-color: var(--background-color);
    overflow: hidden;
}
.our-plans h2, .our-results h2 {
    margin-bottom: 100px;
}
.our-plans .plan:hover::before, .our-results .box:hover::before {
    left: 180%}
.our-results .box .image {
    margin: auto;
    transition: .4s ease-in-out;
}
.our-plans .actions .whatsapp-btn .icon img, .our-results .actions .whatsapp-btn .icon img, .our-services .actions .whatsapp-btn .icon img {
    width: 24px;
}
.our-plans .plan {
    padding: 30px 20px;
    border-radius: 16px;
    transition: .3s ease-in-out;
    height: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 5);

}
.our-plans .container .row>div:nth-of-type(2) .plan{
    background: #fec544;
}

.our-plans .container .row>div:nth-of-type(2) .plan, /*.plan:hover,*/ .our-plans .container .row>div:nth-of-type(5) .plan{
    background: #fec544;
    /* transform: translateY(-65px); */
}
.our-plans .plan:before {
    left: -180%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .183) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .183) 100%);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: .4s ease-in-out;
}
.our-plans .plan h5 {
    margin-bottom: 40px;
    position: relative;
}
.our-plans .plan h5::after {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 100px;
    height: 5px;
    border-radius: 20px;
}
.our-plans .container .row>div:nth-of-type(2) .plan h5::after {
    background-color: #000;
}
.our-plans .container .row>div:not(:nth-of-type(2)) .plan .plan-period, footer .follow-us ul li a, footer .heading:after {
    background-color: var(--primary--color);
}

.our-plans .plan .plan-period {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: center;
    min-width: 100px;
    padding: 6px;
    background-color: #000;
    border-radius: 12px 0 0;
}
.our-plans .plan .plan-period span {
    
    color: #fff;
}
.our-plans .plan .plan-price span {
    font-size: 30px;
    font-weight: 700;    
    display: block;
    text-align: center;
}
.our-plans .plan .plan-price .old-price {
    text-decoration: line-through;
    font-size: 50px;
    font-weight: 700;
    color: #4e4e4e;
}
.our-plans .plan p {
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 19px;
}
.our-plans .plan .plan-price .number {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary--color);
}
.our-plans .plan .plan-features {
    margin-top: 50px;
}
.our-plans .plan .plan-features * {
    font-weight: 700;
    
}
.our-plans .plan .plan-features h5 {
    font-size: 20px;
}
.bounce-btn:hover, .our-plans .container .row>div:not(:nth-of-type(2)) .plan .plan-features *, .whatsapp-btn:hover {
    color: #fff;
}
/* .our-plans .container .row>div:not(:nth-of-type(2)):hover .plan .plan-features *, .our-plans .container .row>div:not(:nth-of-type(5)):hover .plan .plan-features *  {
    color: black;
} */

@media (min-width: 992px) {
    .our-plans .container .row>div:nth-of-type(2) .plan, .our-plans .container .row>div:nth-of-type(5) .plan {
        background: #fec544;
        transform: translateY(-65px);
    }
}
.our-plans .container .row>div:nth-of-type(3) .plan, .our-plans .container .row>div:nth-of-type(6) .plan{
    /* background-image: linear-gradient(0deg, #1a222c 5.33%, rgba(192, 192, 192, 4.5) 100%); */
    background-image: linear-gradient(0deg, #1a222c -82.67%, rgba(192, 192, 192, .6) 66%);
}
.our-plans .container .row>div:nth-of-type(3) .plan, .our-plans .container .row>div:nth-of-type(6) .plan{
    /* background-image: linear-gradient(0deg, #1a222c 5.33%, rgba(192, 192, 192, 4.5) 100%); */
    background-image: linear-gradient(0deg, #1a222c -82.67%, rgba(192, 192, 192, 3.5) 66%);
}

.our-plans .plan {
    padding: 0 0 30px 0 ;
    border-radius: 16px;
    transition: .3s ease-in-out;
    height: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 5);

}
.our-plans .plan .plan-price span {
    font-size: 30px;
    font-weight: 700;    
    display: block;
    text-align: center;
    margin-top: 20px;
}
.our-plans .plan .plan-features {
    margin-top: 50px;
    padding: 0 30px;
}
.our-plans .plan .img-box{
  max-width: 200px;
  text-align: center;
  margin: auto;
}
/* start notes  */
.notes{
    padding-block: 35px;
}
.notes .box{
    flex-direction: column;
    justify-content: center;
}
.notes h1{
    font-size: 50px;
}
.notes .box p{
    color: white;
    /* background-color: var(--primary--color); */
    margin: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    font-size: 20px;
}
.notes .important-notes .box{
    background-color: #101624;
    padding: 10px 20px;
    border-radius: 12px;
}
.notes .important-notes .box p{
    font-weight: 600;
}
/* start payment */
.payment .payment-box {
    background-color: #101624;
    width: 100%;
    padding: 30px 25px;
}
.payment .payment-box img{
    aspect-ratio: 4/2;
    width: 100px;
    margin-bottom: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
  }
  .vendors .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 4/2;
    
  }
  .swiper-pagination-bullet-active {
    background: var(--primary--color) !important;  
  }
  .swiper svg{
    color: var(--primary--color);
    fill: var(--primary--color);
    /* backdrop-filter: blur(2px); */
    animation: 1.5s ease-out infinite pulse;
    scale: 1.1;
    overflow: hidden;
  }
  .swiper-button-next, .swiper-button-prev {
    width: auto;
    height: auto;
  }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }
/* start footer  */

/* start tesimonial  */
.testimonial{
    background-color: #101624;
}
.testimonial .swiper-slide img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #edeede;
    margin: auto;
}
.testimonial .box h5{
    color: white;
}
.testimonial .box p{
    color: #edeede;
}

.contact .container{
    background-color: #181e2e;
    padding: 40px 10px;
    border-radius: 15px;
}
.contact h1{
    color: white;
}

footer{
    background-color: var(--background-color);
    color: white;
    padding-block: 30px;
}
footer .box{
    text-align: center;
}
footer p{
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}
footer h4{
    font-weight: 700;
}
footer ul li {
    margin-top: 20px;
}
footer ul li a{
    color: white;
}
footer ul li a svg{
    margin-left: 10px;
    font-size: 20px;
    text-align: center;
    color: white;
}
footer .social-media{
    display: flex;
    justify-content: center;
    gap: 10px;
}
footer .social-media svg{
    font-size: 25px;
}
@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(119 ,140,204,.4)
    }

    5% {
        transform: scale(1.01)
    }

    15% {
        transform: scale(1)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(119 ,140,204,0)
    }

    100% {
        box-shadow: 0 0 0 40px rgba(119 ,140,204,0)
    }
}



@keyframes bouncing2 {
    50%,from,to {
        transform: translateY(-5px) scale(1,1)
    }

    25% {
        transform: translateY(5px) scale(.9,1.01)
    }

    75% {
        transform: translateY(0) scale(.95,1.01)
    }
}
@keyframes bouncing {
    from, to {
    transform: scale(1, 1);
}
25% {
    transform: scale(.9, 1.01);
}
50% {
    transform: scale(1, .9);
}
75% {
    transform: scale(.95, 1.01);
}
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.faq-section {
    display: flex;
    flex-wrap: wrap;
}
.faq-column {
    padding: 20px;
}
.accordion .card-header {
    cursor: pointer;
    position: relative;
}
.faq-section .card{
    background-color: transparent;
}
.faq-section .card-body{
    color: white;
    font-size: 16px;
}
.faq-section button{
    font-size: 18px;
    color: white;
    text-decoration: none;
}
.faq-section button:focus{
    box-shadow: none;
}
 .card-header .btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: right;
   
}
.card-header .btn-link .icon {
    position: absolute;
    right: 0px;
    padding: 5px;
    background-color: var(--primary--color);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-header .btn-link .icon svg{
    font-size: 15px;
}