@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}
html {
    scroll-behavior: smooth;
   
  }
  /* html , body {
    overflow-x: hidden;
  } */
.header nav a {
    padding: 10px 24px !important;
    margin: 0px 15px;
    color: white;
}
.header nav {
    padding: 20px 0px;
}
.header {
    background: linear-gradient(296deg, rgb(6, 0, 151) 0%, rgb(130, 4, 255) 73%, rgb(193, 15, 255) 100%);
}
.btn-cta {
    background: #FFCD57;
    color: #000!important;!i;!;
    width: auto;
    display: inline;
    font-weight: 600;
    transition: 0.5s;
    padding: 14px 24px;
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 20px
}
.btn-cta:hover {
    background: #000000;
    color: white !important;!i;!;
}
.hero-section {
    padding: 150px 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
    font-family: "Poppins", serif;
}
body {
    font-family: "Montserrat", serif;
    background: #0600970d;
}
.hero-section h1 {
    font-size: 52px;
    color: white;
}
.hero-section p {
    font-size: 18px;
    color: white;
}
.text-box-hero {
    gap: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.counter-fun {
    margin-top: -110px;
    padding: 30px 0px;
}
.counter-fun .container {
    background-color: white;
    padding: 44px 24px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 20px 0px;
}
.counter-fun .container h2 {font-size: 48px !important;!i;!;background: linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 64%,rgb(193,15,255) 98%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 600;}
.counter-fun .container p {
    font-size: 16px;
    color: #666;
}
.process-section {
    margin-top: 80px;
    margin-bottom: 80px;
}
.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.text-box h2 {font-size: 52px;font-weight: 600;}
.text-box p {
    font-size: 16px;
}
.flip-box-content {
    margin-top: 38px;
    margin-bottom: 38px;
}
.flexbox-cards {
    height: 100%;
    padding: 24px 24px;
    background: white;
    border-radius: 18px;
    position: relative;
}
.flexbox-cards h6 {
    position: absolute;
    right: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0000002e;
    font-size: 14px;
    letter-spacing: 6px;
}
.testimonial {
    margin-bottom: 80px;
    margin-top: 80px;
}
.footer-up {
    background: linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 64%,rgb(193,15,255) 98%);
    padding: 80px 0px;
}
.footer-up h3 {
    color: white;
    font-size: 46px;
}
.footer-up p {
    color: white;
}
footer {
    background: #EEEEEE;
    padding: 24px 0px;
}
footer p {
    margin-bottom: 8px;
}
footer a {
    color: #212529 !important;
}
.swiper-slide {
    background: white;
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 20px 0px;
    border-radius: 12px;
    padding: 24px;
}
.flexbox-txt {
    height: 100%;
}
.flexbox-txt img { 
    width: 50px;
    border-radius: 999px;
}
.flexbox-txt h6 {
    margin-top: 16px;
    font-size: 22px;
}
.flexbox-txt p {
    color: #666;
}
.about-section {
    margin: 80px 0px;
}
.about-section p {
    color: #666;
    line-height: 36px;
}
.swiper-pagination {
    display: none;
}
.flexbox-cards i {
    background: linear-gradient(296deg, rgb(6, 0, 151) 0%, rgb(130, 4, 255) 73%, rgb(193, 15, 255) 100%);
    padding: 24px;
    border-radius: 999px;
    font-size: 36px;
    color: white;
}
.flexbox-cards h4 {
    margin-top: 28px;
}
.flexbox-cards p {
    color: #666;
}
section {
    /* overflow: hidden; */
}
body {
    overflow-x: hidden;
}
@media screen and (min-width: 100px) and (max-width: 767px) {
    .hero-section {
        padding: 50px 0px;
    }
    .hero-section h1 {
        font-size: 28px;
    }
    .hero-section p {
        font-size: 16px;
    }
    .counter-fun {
        margin-top: 0px;
        padding: 0px;
    }
    .counter-fun .container {
        border-radius: 0px !important;
        box-shadow: none !important;
    }
    .counter-fun .container p {
        font-size: 12px;
    }
    .counter-fun .container h2 {
        font-size: 42px !important;
    }
    .process-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .text-box h2 {
        font-size: 38px;
    }
    .flexbox-cards i {
        padding: 14px;
        font-size: 22px;
    }
    .flexbox-cards h4 {
        margin-top: 16px;
        font-size: 22px;
    }
    .flexbox-cards p {
        font-size: 14px;
    }
    .flexbox-txt p {
        font-size: 14px;
    }
    .about-section p {
        font-size: 14px;
        line-height: 28px;
    }
    .about-section h1 {
        font-size: 38px;
    }
    .footer-up h3 {
        font-size: 38px;
    }
    .mobile-btn {
        background-color: transparent;
        margin: 0px 15px !important;!i;!;
        color: white !important;!i;!;
        text-align: left;
        font-weight: 400;
        margin-left: 0px !important;!i;!;
    }
    .mob-cont {
        padding: 0px;
    }
    .header nav a {
        text-align: left;
        padding-left: 0px !important;!i;!;
        margin-left: 0px;
    }
    .btn-cta {
        font-size: 14px;
    }
    .about-section {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .flip-box-content {
        margin-top : 0px;
        margin-bottom : 0px;
    }
}