﻿/**
* Template Name: Appland - v4.7.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Tajawal', sans-serif;
}
    a {
  color: #5777ba;
  text-decoration: none;
}
a:hover 
{
  color: #7b94c9;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.hero-section-container.svelte-1cnfxvj.svelte-1cnfxvj
{
    position:absolute;
    right:25px;
    top:0;
    display:flex;
   justify-items:flex-start;
   align-items:flex-start;
   z-index:100;
   max-width:400px;
}
.promo-container.svelte-1cnfxvj.svelte-1cnfxvj {
    margin-top: 9em;
 
}
.hero-promotion-container.svelte-1cnfxvj .hero-promotion-box
{
    margin-top:1em;
}
.hero-promotion-img.svelte-1qqsbtn.svelte-1qqsbtn
{
    max-height:100%;
    width:100%;
}
.price-wrapper.svelte-1hwmy5z
{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
}
.hero-promotion-box.svelte-1qqsbtn.svelte-1qqsbtn {
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    width: 100%;
   
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.svelte-1qqsbtn hero-promotion-product-tagline
{
    text-align:center;
}
.alternative.svelte-1fcqxzp.svelte-1fcqxzp {
    background-color: #fff;
}
.hero-promo.cta-btn.svelte-1fcqxzp.svelte-1fcqxzp {
    display: flex;
    text-align: center;
    width: 285px;
    height: 49px;
    font-size: 24px;
    font-family: normal;
    color: #00578a;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left:38px;
    text-align:center;
}
.pre-decimal-col.svelte-1hwmy5z {
    font-size: 110px;
    line-height: 90px;
    font-weight: 800;
}
.pre-decimal-col.svelte-1hwmy5z, .decimal-col.svelte-1hwmy5z {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.decimal.svelte-1hwmy5z
{
    line-height:48px;
    font-size:46px;
    font-weight:800;
}
.monthly.svelte-1hwmy5z
{
    font-size:12px;
    font-weight:500;
    line-height:14px;
    padding-left:4px;
}
.hero-promotion-featured-text.svelte-1qqsbtn.svelte-1qqsbtn {
    color: #2c599d;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 8px 12px;
}
.hero-promotion-title.svelte-1qqsbtn.svelte-1qqsbtn
{
    display:flex;
    font-size:x-large;
    width:100%;
    flex-direction:row;
    justify-content:center;
    font-weight:700;
    padding-top:.5em;
}
.hero-promotion-product.svelte-1qqsbtn.svelte-1qqsbtn
{
    width:100%;
    padding-bottom:5%;
    display:grid;
    justify-content:center;
    align-content:space-around;
    align-items:end;
    grid-gap:1em;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5777ba;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #748ec6;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
  margin-top:55px;
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}
#header .logo img {
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {

  display: flex;
  list-style: none;
  align-items: center;
  margin-left:89px;
}
.navbar li {
  position: relative;
}
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: 'Readex Pro', sans-serif;
        font-size: 15px;
        color: #47536e;
        white-space: nowrap;
        transition: 0.3s;
    }
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #00578a;
        }
    .navbar .getstarted, .navbar .getstarted:focus {
        background: #5777ba;
        color: #fff;
        padding: 12px 25px;
        margin-left: 30px;
        color: #fff;
        line-height: 1;
        border-radius: 50px;
        font-family: 'Readex Pro', sans-serif;
    }
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #748ec6;
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        background-color: #ec7927;
        color:white;
    }
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #47536e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5777ba;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5777ba;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
  margin-top:-30px;
}
.anim_line {

   
}
/* بطاقة التسعير ثلاثية الأبعاد */
.pricing-card {
  
    background: #0a78c3;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* التأثير عند التمرير */
    .pricing-card:hover {
        transform: translateY(0);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }



/* تحسين العناوين */
.title {
    font-size: 22px;
    font-weight: bold;
    color: #0a78c3;
}

.subtitle {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

/* تحسين السعر */
.price-container {
    font-size: 32px;
    font-weight: bold;
    color: #0a78c3;
    margin: 15px 0;
}

.currency {
    font-size: 18px;
    vertical-align: top;
}

.per-month {
    font-size: 14px;
    color: gray;
}

/* الوصف */
.description {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

/* تحسين زر الاشتراك */
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #0a78c3, #085a90);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
}

    .cta-button:hover {
        background: linear-gradient(135deg, #085a90, #063e65);
        transform: scale(1.05);
    }

/* الصورة */
.promo-img {
    width: 100%;
    max-width: 200px;
    margin: 15px 0;
}
/* صندوق السعر */
.price-box {
    background: radial-gradient(circle, #d67f3d, #005888); /* تدرج لوني جذاب */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* ظل لتعطي إحساسًا بالعمق */
    text-align: center;
    display: inline-block;
    color: #fff; /* لون النص أبيض */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* تأثيرات حركية */
    border: 2px solid rgba(255, 255, 255, 0.1); /* إطار خفيف */
}

.price-box:hover {
    transform: translateY(-10px); /* تحريك الصندوق لأعلى عند التمرير */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); /* زيادة الظل عند التمرير */
}

.price-content {
    display: flex;
    align-items: baseline; /* محاذاة العناصر مع الخط الأساسي */
    justify-content: center;
    gap: 5px; /* مسافة بين العناصر */
}

.currency {
    font-size: 28px;
    font-weight: bold;
    color: #ffdd57; /* لون مميز للعملة */
}

.amount-wrapper {
    display: flex;
    align-items: baseline; /* محاذاة الأرقام مع الخط الأساسي */
}

.amount {
    font-size: 64px; /* حجم كبير للرقم 4 */
    font-weight: 700;
    color: #fff; /* لون أبيض */
}

.sup-amount {
    font-size: 24px; /* حجم أصغر للرقم 99 */
    font-weight: 600;
    color: #ffdd57; /* لون مميز للرقم 99 */
    align-self: flex-start; /* محاذاة الرقم 99 لأعلى */
    margin-left: 5px; /* مسافة صغيرة بين الرقم 4 و 99 */
}

.per {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8); /* لون شبه شفاف للنص */
    margin-left: 10px; /* مسافة بين السعر والنص */
}
/* رمز العملة */
.currency {
    font-size: 22px;
    color: #ff9800; /* لون مميز */
    font-weight: bold;
    margin-right: 5px;
}

/* الجزء الرئيسي من السعر */
.amount {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

    /* الأرقام العشرية */
    .amount sup {
        font-size: 20px;
        vertical-align: top;
        color: #ffeb3b; /* لون مميز للعشرية */
    }

/* النص "شهر" */
.per {
    font-size: 18px;
    color: #ddd;
    margin-left: 5px;
    font-weight: normal;
}

/* السعر */
.price {
    font-size: 32px;
    font-weight: bold;
    color: #0a78c3;
}

.currency {
    font-size: 18px;
    vertical-align: top;
}

.decimal {
    font-size: 16px;
}

.per-month {
    font-size: 14px;
    color: gray;
}

/* الشعار */
.tagline {
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

/* الصورة */
.promo-img {
    width: 100%;
    max-width: 180px;
    margin: 15px 0;
}

/* زر الاشتراك */
.cta-button {
    display: inline-block;
    background: #265f7b;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
}

    .cta-button:hover {
        background: #085a90;
    }

/* تأثير Fade-in عند تحميل الصفحة */
[data-aos="fade-in"] {
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

    [data-aos="fade-in"].aos-animate {
        opacity: 1;
        transform: translateY(0);
    }

    .anim_line span {
        position: absolute;
        z-index: 99999;
        top: -275px;
        animation: star_down_one 6s infinite linear;
        opacity: 0;
    }

    .anim_line.dark_bg {
        max-width: 1170px;
    }

        .anim_line.dark_bg span {
            transform: rotate(-180deg);
        }

    .anim_line span:first-child {
        right: -17%;
        animation-delay: 3s;
    }

    .anim_line span:nth-child(2) {
        right: 0%;
        animation-delay: 5s;
    }

    .anim_line span:nth-child(3) {
        right: 17%;
        animation-delay: 1s;
    }

    .anim_line span:nth-child(4) {
        right: 34%;
        animation-delay: 4s;
    }

    .anim_line span:nth-child(5) {
        right: 51%;
        animation-delay: 7s;
    }

    .anim_line span:nth-child(6) {
        right: 68%;
    }

    .anim_line span:nth-child(7) {
        right: 85%;
        animation-delay: 3s;
    }

    .anim_line span:nth-child(8) {
        right: 99%;
        animation-delay: 2s;
    }

    .anim_line span:nth-child(9) {
        right: 100%;
        animation-delay: 5s;
    }

    .anim_line span:nth-child(10) {
        right: 117%;
        animation-delay: 6s;
    }

    .anim_line span:nth-child(11) {
        right: 119%;
        animation-delay: 7s;
    }

@keyframes star_down_one {
    0% {
        opacity: 0;
        top: -250px;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

#hero h1 {
    margin: 0 0 30px 0;

    font-weight: 500;
    line-height: 56px;
    color: #000;
    font-family: 'Readex Pro', sans-serif;
    font-weight:bold;
}
#hero h2 {
    color: #515f7d;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 2em;
    font-family: 'Readex Pro', sans-serif;
}
    #hero .download-btn {
      
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        padding: 8px 24px 10px 46px;
        border-radius: 3px;
        transition: 0.5s;
        color: #fff;
        background: #47536e;
        position: relative;
    }
#hero .download-btn:hover {
  background: #5777ba;
}
#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}
#hero .download-btn + .download-btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}
@media (max-width: 575px) {
    .p-prodecut {
        line-height:34px;
    }
}
.products {
    padding: 50px 0;
    text-align: center;
    min-height: 1000px;
    background-color: #f7fbfe;
}

    .products h2 {
        font-weight: bold;
        color: #2c599d;
        font-size: 32px;
        width: 48%;
        margin: 23px auto;
        line-height: 45px;
    }

    .products .box-products {
        min-height: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        border-radius: 8px;
        background-color: #FFFFFF;
        padding: 35px;
        box-shadow: 0 0 60px rgb(234,244,252);
        filter: grayscale(0);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .products .box-products:hover {
            transform: translateY(-8px);
            filter: grayscale(0);
        }

        .products .box-products h5 {
            margin-bottom: 20px;
            color: #2c599d;
            margin-left: 5px;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            margin-top: 30px;
        }

        .products .box-products h6 {
            margin: 9px 8px;
            color: #f98124;
            margin-top: 30px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 16px;
        }

        .products .box-products ul li {
            font-size: 14px;
            color: #2c599d;
            line-height: 35px;
            margin-left: -31px;
            text-align: right;
            margin-right: -60px;
        }

        .products .box-products .icon {
            padding: 22px;
            background-color: #fdf2e9;
            border-radius: 20px;
            width: 100px;
            height: 100px;
            font-size: 42px;
            color: #f07626;
            margin: 0 auto;
        }

            .products .box-products .icon .las {
                font-size: 48px;
                color: #f98124;
                padding: 4px;
            }

        .products .box-products ul {
            list-style: none;
        }

            .products .box-products ul li::before {
                content: "\2022";
                color: #f98124;
                font-weight: bold;
                display: inline-block;
                width: 2em;
                margin-left: -1em;
                font-size: 16px;
            }

        .products .box-products p {
            font-size: 16px;
            line-height: 25px;
            text-align: center;
            margin-top: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
            margin-bottom: 20px;
            color: #2c599d;
        }

        .products .box-products a {
            color: #2c599d;
        }

            .products .box-products a:hover {
                color: #2c599d;
                text-decoration: none;
            }


        .products .box-products .h-line {
            height: 2px;
            background-color: #f98124;
            width: 50%;
            margin: 0 auto
        }

        .products .box-products .btn-primary {
            color: #fff;
            background-color: #f98124;
            border-color: #f98124;
            border-radius: 50px;
            padding: 8px 25px;
            font-size: 14px;
            margin-top: 25px;
            width: 50%;
            position: absolute;
            margin: auto;
            left: 0;
            bottom: -17px;
            right: 0;
        }

            .products .box-products .btn-primary:hover,
            .products .box-products .btn-primary:active {
                color: #fff;
                background-color: #2c599d;
                border-color: #2c599d;
            }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.div-form {
    display: flex;
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
    .section-title h2 {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #00578a;
        font-family: 'Readex Pro', sans-serif;
    }
    .section-title p {
        margin-bottom: 0;
        font-family: 'Readex Pro', sans-serif;
    }
.features_section .feature_detail {
    background-color: var(--bg-white);
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

    /* features section image */
    .features_section .feature_detail .feature_img {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: -75px;
    }

        .features_section .feature_detail .feature_img img {
            max-width: 70%;
            margin-top:67px;
            margin-left:100px;
        }

    /* features section box */

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}
.features .content .icon-box {
  margin-top: 25px;
}
    .features .content .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Readex Pro', sans-serif;
    }
    .features .content .icon-box .whats {
        font-size: 48px;
        float: right;
        color: #146e05;
        margin-top: -21px;
        margin-left: 17px;
    }
    .features .content .icon-box .telegram {
        font-size: 48px;
        float: right;
        color: #00578a;
        margin-top: -21px;
        margin-left: 17px;
    }
    .features .content .icon-box .api {
        font-size: 48px;
        float: right;
        color: #00578a;
        margin-top: -21px;
        margin-left: 17px;
    }
    .features .content .icon-box .sms{
        font-size: 48px;
        float: right;
        color: #eb7925;
        margin-top: -21px;
        margin-left:17px;
    }
    .features .content .icon-box p {
        font-size: 15px;
        color: #979aa1;
        margin-right: 77px;
        
    }
.info-sms {
    color: #fff;
    margin-right: 10px;
}

    .info-sms h1 {
        margin-top: 49px;
        text-align: center;
    }

    .info-sms p {
        margin-top: 38px;
        text-align: center;
        font-size: 17px;
        margin-right:45px;
    }
.btn-binner1 {
    background-color: #eb7925;
    width: 297px;
    height: 55px;
    margin-right: 174px;
    border-radius: 10px;
    margin-top: 130px;
}
.btn-binner2 {
    background-color: #eb7925;
    width: 297px;
    height: 55px;
    margin-right: -4px;
    border-radius: 10px;
    margin-top: 43px;
}
.btn-binner2 a {
    color: #fff;
    font-size: 26px;
    margin-right: 20px;
    text-decoration: none;
}
    .btn-binner1 a {
        color: #fff;
        font-size: 27px;
        margin-right: 20px;
        text-decoration: none;
    }
@media (min-width: 200px) and (max-width: 991px) {
    .btn-binner1 a {
        font-size: 22px;
    }
}
@media (min-width: 200px) and (max-width: 991px) {
    .btn-binner1 {
        margin-top: 31px;
        margin-right: 60px;
        width: 20%;
    }
}
@media (min-width: 200px) and (max-width: 991px) {
    .btn-binner2 a {
        font-size: 24px;
    }
}

@media (min-width: 200px) and (max-width: 991px) {
    .btn-binner2 {
        margin-top: 31px;
        margin-right: -10px;
        width: 103%;
    }
}
.img-whats {
    width: 181%;
    margin-right: -186px;
}
.img-sms {
    width: 150%;
    margin-right: -99px;
    margin-top:119px;
}
.banner__layer {
    background-color: #00578a;
    background-size: cover;
    background-image: url('../img/pattern2.webp');
    background-repeat: no-repeat;
    background-position: 314px -419px;
    width: 1243px;
    margin-right: -35px;
    height: 216px;
    margin-top: 64px;
    margin-bottom: 124px;
    border-radius: 20px;
}
@media (min-width: 200px) and (max-width: 991px) {
    .banner__layer {
        height: 371px;
    }
}
@media (min-width: 200px) and (max-width: 991px) {
    .info-sms h1 {
     
        margin-right: 27px;
        text-align: inherit;
    }
}

@media (min-width: 200px) and (max-width: 991px) {
    .info-sms p {
        font-size: 14px;
        width: 200px;
        margin-right: 33px;
        text-align: inherit;
    }
}
@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}
@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
    height:100%;
  }
}
@media (max-width: 667px) {
    .img-whats {
       margin-right:-144px;
    }
}
@media (max-width: 667px) {
    .img-sms {
        margin-right: -10px;
        width:100%;

    }
}
@media (max-width: 667px) {
    .img-tele {
        margin-right: -33px;
    
    }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}
.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
  margin-top:68px;
  margin-bottom:133px;
}
    .details .content  .whats
    {
        color:#189410;
    }
.details .content .sms {
    color: #ec7927;
}
    .details .content ul {
        list-style: none;
        padding: 0;
    }
    .details .content ul li {
        padding-bottom: 10px;
        color: #979aa1;
    }
    .details .content ul i {
        font-size: 24px;
        padding-right: 2px;
        color: #eb7925;
        line-height: 0;
    }
.details .content p:last-child {
    margin-bottom: 0;
    color: #979aa1;
}
.details h2 {
    color: #00578a;
    text-align: center;
}
.details p
{
    margin-top:20px;
}
.details .content  .icon-box {
    color: #eb7925;
}
.sectionwhatsapp {
    margin-top: -212px;
}
.sectionsms {
    margin-top: -176px;
}
.sectiontele {
    margin-top: -175px;
}
.sectionapi {
    margin-top: -134px;
}
.img-tele
{
    width:131%;
    margin-right:-70px;

}

.img-services {
    width:100%;
    height:auto;
}
.img-api{
    width:100%;
}
@media (max-width: 667px) {
    .details .content h3 {
        font-size: 23px;
    }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

/*.img-fluid1
{
    width:106%;
    height:200px;
}*/
.gallery {
    overflow: hidden;
}
.gallery .swiper-slide {
  transition: 0.3s;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}
.gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 10px 30px 50px;
  min-height: 200px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .row {
  padding-top: 40px;

}
.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricing h4 {
    font-size: 46px;
    color: #5777ba;
    font-weight: 400;
  
    margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #5777ba;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .get-started-btn {
    background: #eb7925;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
  
    transition: 0.3s;
}
.btn-sms-app1 {
    width: 100px;
    color: #ec7927;
    margin-right: 216px;
}
@media (max-width: 992px) {
    .btn-sms-app1 {
        margin-right: 156px;
    }
}
.pricing .get-started-btn:hover {
    background: #5777ba;
}
.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricing .featured .get-started-btn {
  background: #5777ba;
}
.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pricing-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    }

.card-header {
    background-color: transparent;
    padding: 10px 0;
    text-align: center;
}

    .card-header h3 {
        font-size: 1.25rem;
        font-weight: bold;
        color: #0a78c3;
        margin-bottom: 8px;
    }

    .card-header .price {
        font-size: 1.8rem;
        font-weight: bold;
        color: #ec7927;
    }

    .card-header .badge {
        background: #ff9800;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 0.8rem;
        margin-bottom: 10px;
        display: inline-block;
    }

.features {
    list-style: none;
    padding: 0;
    margin: 20px 0;

}

    .features li {
        margin: 8px 0;
        font-size: 0.95rem;
        color: #444;
    }

.cta-btn {
    background: #0a78c3;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
    text-align: center;
    margin-top: auto;
}

    .cta-btn:hover {
        background: #085a90;
        transform: scale(1.05);
    }

/* ✅ الاستجابة للأجهزة */
@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}
.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}
.faq .accordion-list li + li {
  margin-top: 15px;
}
.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
    .faq .accordion-list a {
        display: block;
        position: relative;
      
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }
.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}
.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .accordion-list .icon-show {
  display: none;
}
.faq .accordion-list a.collapsed {
  color: #343a40;
}
.faq .accordion-list a.collapsed:hover {
  color: #5777ba;
}
.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}
.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}
    .contact .info h4 {
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
      
    }
.contact .info p {
  font-size: 15px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
    .contact .php-email-form label {
      
        margin-bottom: 5px;
        color: #8a8c95;
    }
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5777ba;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #5777ba;
  padding: 10px 24px;
  color: #5777ba;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5777ba;
  color: #fff;
}
@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}
@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
  background: #eff2f8;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5777ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #415f9d;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}
    #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
      
        color: #8a8c95;
    }
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #47536e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}


.header-top {
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    background-color: #0a78c3;
    padding: 0 0;
}

.menu-top-right {
    display: block;
}

    .menu-top-right ul {
        display: flex;
    }

        .menu-top-right ul li {
            margin-bottom: 0;
            display: inline-block;
            margin: 0 0 0 18px;
        }

            .menu-top-right ul li a {
                color: #fff;
                direction: ltr;
            }

.menu-top ul {
    justify-content: flex-end;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5777ba;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #748ec6;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }






@media (max-width: 1366px) {
    .products .box-products .btn-primary {
        bottom: 19px;
    }
}

.div-form {
    display: flex;
}

@media (max-width: 768px) {
    .div-form {
        display: block;
    }
    /*.single-team-member1 {
    padding: 22px;
    border: 0px solid #DDD;
    margin-bottom: 15px;
    box-shadow: 10px 10px 10px #56565617;
    border-style: outset;
    background-color: #fff;
    border-radius: 7%;
    height: 232px;
}

    .single-team-member1:hover .team-img1 a:after {
        content: '';
        opacity: 1;
        background-color: #2b6bb5;
        left: 0;
        bottom: -42px;
        right: -2px;
        border-radius: 7%;
        top: -28px;
    }

    .single-team-member1:hover .team-social-icon1 {
        top: 45%;
        opacity: 1;
    }

.team-img1 {
    position: relative;
    width: 359px;
    height: 173px;
    margin-right: -21px;
}
.team-img1 .sms{
    color:#ec7927;
    background-color:azure;
}*/
    /*
    .team-img1 > a {
        display: block;
    }

  .team-img1 > a::after {
            content: '';
            background: #2b6bb5;
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            transition: all 0.3s ease-in-out 0s;
            width: 100%;
            opacity: 0;
            width: 260px;
            height: 241px;
        }*/
    section {
        padding: 60px 0;
        overflow: hidden;
    }

    .section-bg {
        background-color: #f2f5fa;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h2 {
            font-size: 32px;
            font-weight: 400;
            margin-bottom: 20px;
            padding-bottom: 0;
            color: #00578a;
            font-family: 'Readex Pro', sans-serif;
        }

        .section-title p {
            margin-bottom: 0;
            font-family: 'Readex Pro', sans-serif;
        }

    .features_section .feature_detail {
        background-color: var(--bg-white);
        border-radius: 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-top: 120px;
        padding-top: 60px;
        padding-bottom: 20px;
        box-shadow: 0px 4px 30px #EDE9FE;
    }

        /* features section image */
        .features_section .feature_detail .feature_img {
            position: absolute;
            right: 50%;
            transform: translateX(50%);
            top: -75px;
        }

            .features_section .feature_detail .feature_img img {
                max-width: 70%;
                margin-top: 67px;
                margin-left: 100px;
            }

    /* features section box */

    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
        padding: 15px 0;
        background-color: #f6f8fb;
        min-height: 40px;
    }

        .breadcrumbs h2 {
            font-size: 24px;
            font-weight: 300;
        }

        .breadcrumbs ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 14px;
        }

            .breadcrumbs ol li + li {
                padding-left: 10px;
            }

                .breadcrumbs ol li + li::before {
                    display: inline-block;
                    padding-right: 10px;
                    color: #6c757d;
                    content: "/";
                }

    @media (max-width: 768px) {
        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
    }

    /*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
    .features .content {
        padding: 30px 0;
    }

        .features .content .icon-box {
            margin-top: 25px;
        }

            .features .content .icon-box h4 {
                font-size: 20px;
                font-weight: 700;
                font-family: 'Readex Pro', sans-serif;
            }

            .features .content .icon-box .whats {
                font-size: 48px;
                float: right;
                color: #146e05;
                margin-top: -21px;
                margin-left: 17px;
            }

            .features .content .icon-box .telegram {
                font-size: 48px;
                float: right;
                color: #00578a;
                margin-top: -21px;
                margin-left: 17px;
            }

            .features .content .icon-box .api {
                font-size: 48px;
                float: right;
                color: #00578a;
                margin-top: -21px;
                margin-left: 17px;
            }

            .features .content .icon-box .sms {
                font-size: 48px;
                float: right;
                color: #eb7925;
                margin-top: -21px;
                margin-left: 17px;
            }

            .features .content .icon-box p {
                font-size: 15px;
                color: #979aa1;
                margin-right: 77px;
                font-family: 'Readex Pro', sans-serif;
            }

    .info-sms {
        color: #fff;
        margin-right: 10px;
    }

        .info-sms h1 {
            margin-top: 49px;
            text-align: center;
        }

        .info-sms p {
            margin-top: 38px;
            text-align: center;
            font-size: 17px;
            margin-right: 45px;
        }

    .btn-binner1 {
        background-color: #eb7925;
        width: 297px;
        height: 55px;
        margin-right: 174px;
        border-radius: 10px;
        margin-top: 130px;
    }

    .btn-binner2 {
        background-color: #eb7925;
        width: 297px;
        height: 55px;
        margin-right: -4px;
        border-radius: 10px;
        margin-top: 43px;
    }

        .btn-binner2 a {
            color: #fff;
            font-size: 26px;
            margin-right: 20px;
            text-decoration: none;
        }

    .btn-binner1 a {
        color: #fff;
        font-size: 27px;
        margin-right: 20px;
        text-decoration: none;
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .btn-binner1 a {
            font-size: 22px;
        }
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .btn-binner1 {
            margin-top: 31px;
            margin-right: 60px;
            width: 20%;
        }
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .btn-binner2 a {
            font-size: 24px;
        }
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .btn-binner2 {
            margin-top: 31px;
            margin-right: -10px;
            width: 103%;
        }
    }

    .img-whats {
        width: 181%;
        margin-right: -186px;
    }

    .img-sms {
        width: 150%;
        margin-right: -99px;
        margin-top: 119px;
    }

    .banner__layer {
        background-color: #00578a;
        background-size: cover;
        background-image: url('../img/pattern2.webp');
        background-repeat: no-repeat;
        background-position: 314px -419px;
        width: 1243px;
        margin-right: -35px;
        height: 216px;
        margin-top: 64px;
        margin-bottom: 124px;
        border-radius: 20px;
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .banner__layer {
            height: 371px;
        }
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .info-sms h1 {
            margin-right: 27px;
            text-align: inherit;
        }
    }

    @media (min-width: 200px) and (max-width: 991px) {
        .info-sms p {
            font-size: 14px;
            width: 200px;
            margin-right: 33px;
            text-align: inherit;
        }
    }

    @media (max-width: 991px) {
        .features .image {
            text-align: center;
        }

            .features .image img {
                max-width: 80%;
            }
    }

    @media (max-width: 667px) {
        .features .image img {
            max-width: 100%;
            height: 100%;
        }
    }

    @media (max-width: 667px) {
        .img-whats {
            margin-right: -144px;
        }
    }

    @media (max-width: 667px) {
        .img-sms {
            margin-right: -10px;
            width: 100%;
        }
    }

    @media (max-width: 667px) {
        .img-tele {
            margin-right: -33px;
        }
    }

    /*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
    .details .content + .content {
        margin-top: 100px;
    }

    .details .content h3 {
        font-weight: 700;
        font-size: 32px;
        color: #47536e;
        margin-top: 68px;
        margin-bottom: 133px;
    }

    .details .content .whats {
        color: #189410;
    }

    .details .content .sms {
        color: #ec7927;
    }

    .details .content ul {
        list-style: none;
        padding: 0;
    }

        .details .content ul li {
            padding-bottom: 10px;
            color: #979aa1;
        }

        .details .content ul i {
            font-size: 24px;
            padding-right: 2px;
            color: #eb7925;
            line-height: 0;
        }

    .details .content p:last-child {
        margin-bottom: 0;
        color: #979aa1;
    }

    .details h2 {
        color: #00578a;
        text-align: center;
    }

    .details p {
        margin-top: 20px;
    }

    .details .content .icon-box {
        color: #eb7925;
    }

    .sectionwhatsapp {
        margin-top: -212px;
    }

    .sectionsms {
        margin-top: -176px;
    }

    .sectiontele {
        margin-top: -175px;
    }

    .sectionapi {
        margin-top: -134px;
    }

    .img-tele {
        width: 131%;
        margin-right: -70px;
    }

    .img-services {
        width: 100%;
        height: auto;
    }

    .img-api {
        width: 100%;
    }

    @media (max-width: 667px) {
        .details .content h3 {
            font-size: 23px;
        }
    }
    /*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

    /*.img-fluid1
{
    width:106%;
    height:200px;
}*/
    .gallery {
        overflow: hidden;
    }

        .gallery .swiper-slide {
            transition: 0.3s;
        }

        .gallery .swiper-pagination {
            margin-top: 20px;
            position: relative;
        }

            .gallery .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background-color: #fff;
                opacity: 1;
                border: 1px solid #5777ba;
            }

            .gallery .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #5777ba;
            }

        .gallery .swiper-slide-active {
            text-align: center;
        }

    @media (min-width: 992px) {
        .gallery .swiper-wrapper {
            padding: 40px 0;
        }

        .gallery .swiper-slide-active {
            border: 6px solid #5777ba;
            padding: 4px;
            background: #fff;
            z-index: 1;
            transform: scale(1.2);
            margin-top: 10px;
            border-radius: 25px;
        }
    }

    /*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
    .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 30px 60px;
        margin: 30px 10px 30px 50px;
        min-height: 200px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
        position: relative;
        background: #fff;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 10px;
            border: 6px solid #fff;
            position: absolute;
            left: -45px;
        }

        .testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: #e8ecf5;
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 15px auto 15px auto;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #5777ba;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #5777ba;
        }

    /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
    .pricing .row {
        padding-top: 40px;
    }

    .pricing .box {
        padding: 40px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        background: #fff;
       
    }

    .pricing h3 {
        font-weight: 300;
        margin-bottom: 15px;
        font-size: 28px;
    }

    .pricing h4 {
        font-size: 46px;
        color: #5777ba;
        font-weight: 400;
        margin-bottom: 25px;
    }

        .pricing h4 span {
            color: #bababa;
            font-size: 18px;
            display: block;
        }

    .pricing ul {
        padding: 0;
        list-style: none;
        color: #999;
  
        line-height: 20px;
    }

        .pricing ul li {
            padding-bottom: 12px;
        }

        .pricing ul i {
            color: #5777ba;
            font-size: 18px;
            padding-right: 4px;
        }

        .pricing ul .na {
            color: #ccc;
        }

            .pricing ul .na i {
                color: #ccc;
            }

            .pricing ul .na span {
                text-decoration: line-through;
            }

    .pricing .get-started-btn {
        background: #eb7925;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 20px;
        color: #fff;
        transition: none;
        font-size: 14px;
        font-weight: 400;
        transition: 0.3s;
    }

    .btn-sms-app1 {
        width: 100px;
        color: #ec7927;
        margin-right: 216px;
    }

    @media (max-width: 992px) {
        .btn-sms-app1 {
            margin-right: 156px;
        }
    }

    .pricing .get-started-btn:hover {
        background: #5777ba;
    }

    .pricing .featured {
        z-index: 10;
        margin: -30px -5px 0 -5px;
    }

        .pricing .featured .get-started-btn {
            background: #5777ba;
        }

            .pricing .featured .get-started-btn:hover {
                background: #748ec6;
            }

    @media (max-width: 992px) {
        .pricing .box {
            max-width: 60%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 767px) {
        .pricing .box {
            max-width: 80%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 420px) {
        .pricing .box {
            max-width: 100%;
            margin: 0 auto 30px auto;
        }
    }

    /*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
    .faq .accordion-list {
        padding: 0 100px;
    }

        .faq .accordion-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .accordion-list li + li {
            margin-top: 15px;
        }

        .faq .accordion-list li {
            padding: 20px;
            background: #fff;
            border-radius: 4px;
            position: relative;
        }

        .faq .accordion-list a {
            display: block;
            position: relative;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
            cursor: pointer;
        }

        .faq .accordion-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #b1c0df;
        }

        .faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .accordion-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .accordion-list .icon-show {
            display: none;
        }

        .faq .accordion-list a.collapsed {
            color: #343a40;
        }

            .faq .accordion-list a.collapsed:hover {
                color: #5777ba;
            }

            .faq .accordion-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .accordion-list a.collapsed .icon-close {
                display: none;
            }

    @media (max-width: 1200px) {
        .faq .accordion-list {
            padding: 0;
        }
    }

    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact .info {
        padding: 20px 40px;
        background: #f1f3f6;
        color: #47536e;
        text-align: center;
        border: 1px solid #fff;
    }

        .contact .info i {
            font-size: 48px;
            color: #9fb2d8;
            margin-bottom: 15px;
        }

        .contact .info h4 {
            padding: 0;
            margin: 0 0 10px 0;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .contact .info p {
            font-size: 15px;
        }

    .contact .php-email-form {
        width: 100%;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form label {
            margin-bottom: 5px;
            color: #8a8c95;
        }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
                border-color: #5777ba;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type=submit] {
            background: #fff;
            border: 2px solid #5777ba;
            padding: 10px 24px;
            color: #5777ba;
            transition: 0.4s;
            border-radius: 50px;
            margin-top: 5px;
        }

            .contact .php-email-form button[type=submit]:hover {
                background: #5777ba;
                color: #fff;
            }

    @media (max-width: 1024px) {
        .contact .php-email-form {
            padding: 30px 15px 15px 15px;
        }
    }

    @media (max-width: 768px) {
        .contact .php-email-form {
            padding: 15px 0 0 0;
        }
    }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer {
        background: #fff;
        padding: 0 0 30px 0;
        color: #47536e;
        font-size: 14px;
        background: #eff2f8;
    }

        #footer .footer-newsletter {
            padding: 50px 0;
            background: #eff2f8;
            text-align: center;
            font-size: 15px;
        }

            #footer .footer-newsletter h4 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 0;
                line-height: 1;
                font-weight: 600;
                color: #47536e;
            }

            #footer .footer-newsletter form {
                margin-top: 30px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
                text-align: left;
            }

                #footer .footer-newsletter form input[type=email] {
                    border: 0;
                    padding: 4px 8px;
                    width: calc(100% - 100px);
                }

                #footer .footer-newsletter form input[type=submit] {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #5777ba;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 50px;
                    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
                }

                    #footer .footer-newsletter form input[type=submit]:hover {
                        background: #415f9d;
                    }

        #footer .footer-top {
            padding: 60px 0 30px 0;
            background: #fff;
        }

            #footer .footer-top .footer-contact {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-contact h4 {
                    font-size: 22px;
                    margin: 0 0 30px 0;
                    padding: 2px 0 2px 0;
                    line-height: 1;
                    font-weight: 700;
                    color: #47536e;
                }

                #footer .footer-top .footer-contact p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 0;
                    color: #8a8c95;
                }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: bold;
                color: #47536e;
                position: relative;
                padding-bottom: 12px;
            }

            #footer .footer-top .footer-links {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-links ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #footer .footer-top .footer-links ul i {
                        padding-right: 2px;
                        color: #9fb2d8;
                        font-size: 18px;
                        line-height: 1;
                    }

                    #footer .footer-top .footer-links ul li {
                        padding: 10px 0;
                        display: flex;
                        align-items: center;
                    }

                        #footer .footer-top .footer-links ul li:first-child {
                            padding-top: 0;
                        }

                    #footer .footer-top .footer-links ul a {
                        color: #8a8c95;
                        transition: 0.3s;
                        display: inline-block;
                        line-height: 1;
                    }

                        #footer .footer-top .footer-links ul a:hover {
                            text-decoration: none;
                            color: #5777ba;
                        }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #5777ba;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #27282c;
                    color: #fff;
                    text-decoration: none;
                }

        #footer .copyright {
            text-align: center;
            float: left;
            color: #47536e;
        }

        #footer .credits {
            float: right;
            text-align: center;
            font-size: 13px;
            color: #47536e;
        }
 .mg-my-float {
        margin-top: 16px;
        line-height: 60px;
 }
 .mg-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 60px;
        right: 30px;
        background-color: #25d366;
        border-radius: 50%;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        animation: 2s infinite bounceIn;
    }

    @keyframes bounceIn {
        0%, 20%, 40%, 60%, 80%, 100% {
  /*        -webkit-animation-timing-functio: cubic-bezier(.215,.61,.355,1);
*/ animation-timing-function: cubic-bezier(.215,.61,.355,1);
        }
    }
    @media (max-width: 768px) {
        #footer .copyright, #footer .credits {
            float: none;
            text-align: center;
            padding: 5px 0;
        }
    }
}
/*@media (max-width: 420px) {
    #header {
        margin-right: -62px;
    }
}*/
@media (max-width: 768px) {
    .logo img {
        max-width: 140px;
    }

    .navbar ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .promo-container.svelte-1cnfxvj.svelte-1cnfxvj {
        margin-right: 0;
    }
}
/*@media (max-width: 420px) {
    .header-title {
    margin-top: 442px;
    }
*/
#nprogress {
    pointer-events: none
}

    #nprogress .bar {
        background: #feb600;
        position: fixed;
        z-index: 1031;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px
    }

    #nprogress .peg {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #feb600, 0 0 5px #feb600;
        opacity: 1;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px)
    }

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

    .nprogress-custom-parent #nprogress .bar {
        position: absolute
    }

.svg-component:not(.keep-colors).white.svelte-41s8hi svg path:not([fill="none"]) {
    fill: white
}

.svg-component.svelte-41s8hi:not(.keep-colors) svg path:not([fill="none"]) {
    fill: black
}

.promotion-label.svelte-4vkrtg {
    text-decoration: none;
    background: var(--backgroundColor, var(--c-red));
    color: var(--textColor, var(--c-white));
    padding: 4px 6px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center
}

.black-friday .promotion-label.svelte-4vkrtg {
    background: var(--backgroundColor, var(--c-black));
    color: var(--textColor, var(--c-black-friday))
}

.promotion-label[theme="countdown"].svelte-4vkrtg {
    height: unset;
    padding: 0.25em;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1em
}

.promotion-label[theme="gold"].svelte-4vkrtg {
    background: var(--backgroundColor, #ffb400);
    color: var(--textColor, var(--c-gray));
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    width: 100%
}

.promotion-label.svelte-4vkrtg svg {
    height: 16px;
    width: 16px;
    margin: auto;
    display: block
}

.promotion-label.svelte-4vkrtg .svg-component svg path:not([fill="none"]) {
    fill: var(--svgColor, var(--textColor, var(--c-white)))
}

.promotion-svg.svelte-4vkrtg {
    margin-right: 2px
}

@media(max-width: 1000px) {
    .promotion-label[theme="countdown"].svelte-4vkrtg {
        font-size: 0.9rem
    }
}

@media(max-width: 768px) {
    .promotion-label[theme="countdown"].svelte-4vkrtg {
        padding: 0.5em;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

        .promotion-label[theme="countdown"].svelte-4vkrtg .countdown-container {
            margin-top: 0.5em
        }
}

.promotion-label.black-friday.svelte-4vkrtg {
    font-weight: bold;
    background: var(--backgroundColor, var(--c-black));
    color: var(--textColor, var(--c-black-friday))
}

.promotion-label[data-variant="right"] {
    margin-left: 2em;
    margin-right: -2em
}

.promotion-label[data-variant="blue"] {
    background: var(--c-primary);
    color: var(--c-white)
}

.promotion-label[theme="countdown"] {
    height: unset;
    padding: 0.5em;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1em
}

.lds-ring.svelte-1hiqsf3.svelte-1hiqsf3 {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px
}

.lds-ring.svelte-1hiqsf3 div.svelte-1hiqsf3 {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: svelte-1hiqsf3-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent
}

.lds-ring.dark.svelte-1hiqsf3 div.svelte-1hiqsf3 {
    border-color: var(--c-gray) transparent transparent transparent
}

.lds-ring.svelte-1hiqsf3 div.svelte-1hiqsf3:nth-child(1) {
    animation-delay: -0.45s
}

.lds-ring.svelte-1hiqsf3 div.svelte-1hiqsf3:nth-child(2) {
    animation-delay: -0.3s
}

.lds-ring.svelte-1hiqsf3 div.svelte-1hiqsf3:nth-child(3) {
    animation-delay: -0.15s
}

@keyframes svelte-1hiqsf3-lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

button.svelte-1esv228.svelte-1esv228, a.svelte-1esv228.svelte-1esv228 {
    padding: 1rem 2rem;
    box-shadow: 0px 2px 2px #323c4626;
    border-radius: 31px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center
}

.primary.svelte-1esv228.svelte-1esv228 {
    background: transparent linear-gradient(180deg, #009beb 0%, #0a78c3 100%) 0% 0% no-repeat padding-box;
    color: var(--c-white);
    border: none
}

    .primary.svelte-1esv228.svelte-1esv228:hover {
        box-shadow: none;
        background: transparent linear-gradient(180deg, #5ac8f5 0%, #009beb 100%)
    }

.flat.svelte-1esv228.svelte-1esv228 {
    background: var(--c-primary);
    color: var(--c-white);
    border: none
}

    .flat.svelte-1esv228.svelte-1esv228:hover {
        background: var(--c-old-primary)
    }

.outline.svelte-1esv228.svelte-1esv228 {
    background: var(--c-white) 0% 0% no-repeat padding-box;
    color: #009beb;
    border: 2px solid #009beb
}

.alternative.svelte-1esv228.svelte-1esv228 {
    background: var(--c-white) 0% 0% no-repeat padding-box;
    color: #009beb;
    border: none;
    margin: 2px
}

    .alternative.svelte-1esv228.svelte-1esv228:hover {
        box-shadow: 0px 5px 5px var(--c-black)
    }

.as-link.svelte-1esv228.svelte-1esv228 {
    background: transparent;
    color: var(--c-gray-body);
    border: none;
    padding: 0;
    text-align: center;
    box-shadow: none;
    font-weight: 500
}

.as-nav-item.svelte-1esv228.svelte-1esv228 {
    background: transparent;
    color: var(--c-gray-body);
    border: none;
    border-radius: 0;
    padding: 0.75em 10px;
    text-align: center;
    box-shadow: none;
    font-weight: 700;
    border-bottom: 3px solid transparent
}

    .as-nav-item.svelte-1esv228.svelte-1esv228:hover {
        border-bottom: 3px solid var(--c-primary)
    }

.black-friday .as-nav-item {
    color: var(--c-white)
}

    .black-friday .as-nav-item:hover {
        border-color: var(--c-black-friday)
    }

button.svelte-1esv228.svelte-1esv228:disabled, button.disabled.svelte-1esv228.svelte-1esv228, a.disabled.svelte-1esv228.svelte-1esv228 {
    opacity: 0.5;
    cursor: not-allowed
}

button.svelte-1esv228.svelte-1esv228:focus {
    outline: none
}

button.loading.svelte-1esv228.svelte-1esv228 {
    padding-left: 2em;
    padding-right: 2em
}

button.svelte-1esv228 .lds-ring {
    margin-right: 0.5em
}

.flat.black-friday.svelte-1esv228.svelte-1esv228 {
    background: var(--c-black-friday);
    color: var(--c-black);
    border: none;
    box-shadow: 0 4px 0 0 var(--c-black-friday-shadow)
}

.primary.black-friday.svelte-1esv228.svelte-1esv228 {
    background: transparent linear-gradient( 180deg, var(--c-black-friday) 0%, var(--c-black-friday) 100% ) 0% 0% no-repeat padding-box;
    color: #000;
    font-weight: 900
}

    .primary.black-friday.svelte-1esv228.svelte-1esv228:hover {
        filter: brightness(110%);
        box-shadow: 0 4px 0 0 var(--c-black-friday-shadow)
    }

.primary-flat.svelte-1esv228.svelte-1esv228, .primary-flat-sm.svelte-1esv228.svelte-1esv228 {
    background: var(--c-primary);
    color: var(--c-white);
    border: 1px solid var(--c-primary)
}

    .primary-flat.svelte-1esv228.svelte-1esv228:hover, .primary-flat-sm.svelte-1esv228.svelte-1esv228:hover {
        box-shadow: none;
        background: var(--c-old-primary);
        border: 1px solid var(--c-old-primary)
    }

.outline-flat.svelte-1esv228.svelte-1esv228, .outline-flat-sm.svelte-1esv228.svelte-1esv228 {
    background: var(--c-white);
    color: var(--c-gray-body);
    border: 1px solid var(--c-gray-body)
}

    .outline-flat.svelte-1esv228.svelte-1esv228:hover, .outline-flat-sm.svelte-1esv228.svelte-1esv228:hover {
        color: var(--c-gray);
        border: 1px solid var(--c-gray)
    }

.primary-flat-sm.svelte-1esv228.svelte-1esv228, .outline-flat-sm.svelte-1esv228.svelte-1esv228 {
    padding: 0.55em 1.45em
}

.hero-promo.cta-btn.svelte-1esv228.svelte-1esv228 {
    width: 285px;
    height: 49px;
    font-size: 24px;
    font-style: normal;
    font-weight: 800 !important;
    color: var(--c-primary) !important
}

    .hero-promo.cta-btn.svelte-1esv228.svelte-1esv228:hover {
        filter: brightness(110%)
    }

.hero-promo.black-friday.cta-btn.svelte-1esv228.svelte-1esv228:first-child {
    margin: 0 0 10px 5px
}

.hero-promo.black-friday.cta-btn.svelte-1esv228.svelte-1esv228 {
    width: calc(100% - 10px);
    height: auto;
    padding: 0.5rem 0;
    font-size: 40px;
    margin: 10px 0 10px 5px;
    outline: 5px solid var(--c-black-friday);
    border: 2px dashed var(--c-black);
    border-radius: 0;
    box-shadow: 2px 4px 4px 2px var(--c-gray-800);
    background: var(--c-black-friday);
    color: var(--c-black) !important
}













































section.svelte-1w2a18m {
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    align-items: center
}

h1.svelte-1w2a18m {
    color: var(--c-gray);
    font-weight: 900;
    font-size: 40px;
    line-height: 44px
}

h2.svelte-1w2a18m {
    color: var(--c-gray-body);
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin: 0
}

.section.svelte-1w2a18m .richText-block .rich-text-container {
    max-width: 55%;
    margin: 2em auto 4em
}

    .section.svelte-1w2a18m .richText-block .rich-text-container p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px
    }
.mg-my-float {
    margin-top: 0px;
    line-height: 60px;
    color: white;
    font-size: 47px;
}

.mg-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: 2s infinite bounceIn;
}
@media(max-width: 768px) {
    .richText.svelte-1w2a18m {
        max-width: 100%;
        margin-bottom: 2em
    }
}
@media(max-width: 768px) {
    .hero-section-container.svelte-1cnfxvj.svelte-1cnfxvj {
      right:0;
    }
}
