@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root {
    --violet: #ff8503;
    --smokeWhite: #b2bac2;
    --white: #fff;
    --black: #111;
    --darkblue: #0d0733;
    --darkblue2: #19173e;
    --darkblue3: #211f46;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--darkblue);
    font-family: "DM Sans", sans-serif;
    color: var(--smokeWhite);
    font-weight: 400;
    font-size: 15px;
}

body.rtl {
    direction: rtl;
    overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--smokeWhite);
    -webkit-box-shadow: 0 0 0px 1000px var(--darkblue) inset;
    box-shadow: 0 0 0px 1000px var(--darkblue) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    color: var(--white);
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 32px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--black);
    box-shadow: 0 0 0 0rem var(--black);
}

button {
    background: none;
    border: none;
    padding: 0;
}

i {
    font-size: 18px;
}

.rtl .form-select {
    background-position-x: 10px !important;
}

.btn-smm {
    background: var(--violet);
    color: var(--white);
    width: 160px;
    height: 50px;
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-smm:hover {
    background: var(--white);
    color: var(--violet);
}

a.btn-smm {
    display: inline-block;
    text-align: center;
    margin: 0;
    color: var(--white);
    padding: 12px;
}

.header-text {
    margin-bottom: 50px;
}

.header-text h5 {
    color: var(--violet);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.header-text h3 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.header-text p {
    margin-bottom: 0;
    max-width: 450px;
    margin-top: 15px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.navbar.active {
    background: var(--darkblue);
}

.navbar .navbar-brand {
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--violet);
}

.navbar .navbar-toggler {
    background: var(--violet);
    height: 38px;
    width: 38px;
    border-radius: 100px;
}

.navbar .navbar-toggler i {
    color: var(--white);
    font-size: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-toggler i:hover {
    color: var(--white);
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

.navbar .nav-item {
    margin: 0 15px;
}

.navbar .nav-item .nav-link {
    color: var(--smokeWhite);
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .nav-item .nav-link.active, .navbar .nav-item .nav-link:hover {
    color: var(--violet);
}

.navbar .navbar-text .btn-smm {
    width: 120px;
    height: 40px;
}


.home-section {
    height: 100vh;
    background: url(../img/hero.svg);
    background-size: cover;
    background-position: right;
}

.home-section .text-box h5 {
    color: var(--violet);
    background: var(--darkblue2);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: capitalize;
}

.home-section .text-box h2 {
    text-transform: capitalize;
    color: var(--white);
    margin: 15px 0 15px 0;
}

.home-section .text-box h2 span {
    color: var(--violet);
}

.home-section .text-box .btn-smm {
    margin-top: 15px;
}

.home-section .img-box {
    text-align: right;
}

.home-section .img-box img {
    width: 450px;
}

.rtl .home-section .img-box {
    text-align: left;
}

.feature-section {
    padding: 100px 0;
}

.feature-section .feature-box {
    text-align: center;
    padding: 50px 30px;
    border-radius: 10px;
}

.feature-section .feature-box .icon-box {
    background: var(--darkblue2) !important;
    background: url(../img/wave-haikei.svg);
    background-size: cover;
    background-position: bottom left;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    padding-top: 26px;
    margin: auto;
    margin-bottom: 30px;
}

.feature-section .feature-box .icon-box img {
    width: 28px;
}

.feature-section .feature-box h4 {
    color: var(--white);
    margin-bottom: 15px;
}

.feature-section .feature-box p {
    margin-bottom: 0;
}

.about-section {
    padding: 100px 0;
    overflow-x: hidden;
}

.about-section .img-box img {
    width: 450px;
}

.about-section .text-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.about-section .text-box .info-box .icon-box {
    background: var(--darkblue2);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    padding-top: 18px;
}

.about-section .text-box .info-box .icon-box img {
    width: 24px;
}

.about-section .text-box .info-box .text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.rtl .about-section .text-box .info-box .text {
    padding-left: 0;
    padding-right: 15px;
}

.achievement-section {
    text-align: center;
    margin-top: 50px;
}

.achievement-section .container {
    background: url(../img/map2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    padding-bottom: 100px;
}

.achievement-section h3 {
    margin-bottom: 100px;
    text-transform: capitalize;
}

.achievement-section .counter-box {
    text-align: center;
}

.achievement-section .counter-box .icon-box {
    margin-bottom: 20px;
}

.achievement-section .counter-box .icon-box img {
    width: 50px;
}

.achievement-section .counter-box h4 {
    color: var(--white);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.achievement-section .counter-box p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.service-section {
    padding: 100px 0;
}

.service-section .header-text p {
    margin: auto;
    margin-top: 10px;
}

.service-section .service-box {
    padding: 30px;
    background: var(--darkblue2);
    border-radius: 10px;
    height: 100%;
}

.service-section .service-box .icon-box {
    border-radius: 100px;
    margin: auto;
    margin-bottom: 30px;
}

.service-section .service-box .icon-box img {
    width: 48px;
}

.service-section .service-box h4 {
    color: var(--white);
    margin-bottom: 15px;
}

.service-section .service-box .read-more {
    color: var(--violet);
    font-weight: 500;
    font-size: 18px;
}

.how-it-works {
    padding: 100px 0;
}

.how-it-works .work-box-wrapper {
    position: relative;
}

.how-it-works .work-box-wrapper .shape {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid var(--violet);
    border-radius: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: rotateCircle infinite linear 8s;
    animation: rotateCircle infinite linear 8s;
    z-index: -1;
}

.how-it-works .work-box-wrapper .shape::after, .how-it-works .work-box-wrapper .shape::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: var(--violet);
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.how-it-works .work-box-wrapper .shape::after {
    top: auto;
    bottom: -8px;
}

@-webkit-keyframes rotateCircle {
    from {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    to {
        -webkit-transform: rotate(390deg);
        transform: rotate(390deg);
    }
}

@keyframes rotateCircle {
    from {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    to {
        -webkit-transform: rotate(390deg);
        transform: rotate(390deg);
    }
}

.how-it-works .work-box {
    text-align: center;
    padding: 30px 15px;
    background: var(--darkblue2);
    border-radius: 10px;
}

.how-it-works .work-box .icon-box {
    border-radius: 100px;
    margin: auto;
    margin-bottom: 30px;
}

.how-it-works .work-box .icon-box img {
    width: 28px;
}

.how-it-works .work-box .icon-box i {
    color: var(--violet);
    font-size: 28px;
}

.how-it-works .work-box h5 {
    color: var(--white);
    margin-bottom: 15px;
}

.how-it-works .work-box p {
    margin-bottom: 0;
}

.how-it-works .work-box.box-2 {
    margin-top: -20px;
}

.testimonial-section {
    padding: 100px 0;
}

.testimonial-section .header-text p {
    margin: auto;
    margin-top: 10px;
}

.testimonial-section .review-box {
    background: var(--darkblue2);
    padding: 30px;
    border-radius: 10px;
}

.testimonial-section .review-box .rating {
    margin-bottom: 30px;
}

.testimonial-section .review-box .rating i {
    color: var(--violet);
    font-size: 16px;
}

.testimonial-section .review-box p {
    margin-bottom: 30px;
}

.testimonial-section .review-box .title {
    color: var(--violet);
}

.testimonial-section .review-box img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.testimonial-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.testimonial-section .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background: var(--violet);
    margin: 0 2px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-section .owl-dots .owl-dot.active {
    width: 21px;
}


.rtl .testimonial-section {
    direction: ltr;
}

.rtl .testimonial-section .review-box {
    direction: rtl;
}

.learn-more {
    padding: 100px 0;
}

.api-docs {
    padding: 100px 0;
}

.api-docs .api-code {
    background: url(../img/dots.png) no-repeat 30px 30px var(--darkblue2);
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 60px 30px 30px;
    margin-top: 30px;
}

.api-docs .api-code pre {
    font-size: 15px;
}

.api-docs .card-header {
    background-color: var(--darkblue2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #6a6464;
    padding-top: 10px;
    padding-bottom: 13px;
}

.api-docs .card-body {
    background-color: var(--darkblue2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.api-docs .card-body h6 {
    font-weight: bolder;
    color: var(--violet);
}

.api-docs .card-title {
    margin-bottom: 0;
    margin-top: 10px;
}

.api-docs .card {
    border: none;
    border-radius: 12px;
}


.blog-section {
    padding: 100px 0;
}

.blog-section .blog-box {
    border-radius: 10px;
    background: var(--darkblue2);
    height: 100%;
}
.blog-details .blog-box{
    height: auto;
}

.blog-section .blog-box .img-box img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 250px;
}

.blog-section .blog-box .text-box {
    padding: 30px;
}

.blog-section .blog-box .text-box h4 {
    margin-bottom: 15px;
}

.blog-section .blog-box .text-box .read-more {
    color: var(--violet);
    font-weight: 500;
    font-size: 18px;
}

.blog-section .blog-box .text-box .date-author {
    margin-bottom: 15px;
}

.blog-section .blog-box .text-box .date-author span {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--violet);
    margin-right: 30px;
    position: relative;
}

.blog-section .blog-box .text-box .date-author span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 9px;
    background: var(--violet);
    right: -18px;
    bottom: 4px;
}

.blog-section .blog-box .text-box .date-author span:last-child::after {
    width: 0;
}

.blog-section .blog-box.details {
    background: none;
}

.blog-section .blog-box.details .img-box {
    margin-bottom: 15px;
}

.blog-section .blog-box.details .img-box img {
    border-radius: 10px;
    width: 100%;
}

.blog-section .blog-box.details .text-box {
    padding: 0;
    margin-bottom: 30px;
}

.blog-section .recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-section .recent-post .img-box {
    width: 40%;
    margin-right: auto;
}

.blog-section .recent-post .img-box img {
    border-radius: 0;
    height: 100%;
}

.blog-section .recent-post .text-box {
    padding: 15px;
    width: calc(100% - 40%);
}

.blog-section .recent-post .text-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.blog-section .recent-post .text-box .date-author {
    margin-bottom: 10px;
}

.blog-section .recent-post .text-box .read-more {
    font-size: 16px;
    font-weight: 500;
}

.rtl .blog-section .blog-box .text-box .date-author span.author {
    margin-right: 0;
}


.payment-gateway {
    padding: 100px 0;
}

.payment-gateway img {
    border-radius: 5px;
}

.footer-section {
    padding-top: 200px;
    background-color: rgba(33, 31, 70, 0.5);
    background: url(../img/footer.svg);
    background-size: cover;
    background-position: center top;
}

.footer-section .box .navbar-brand {
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--violet);
    display: inline-block;
    margin-bottom: 30px;
    padding: 0;
}

.footer-section .box .social-links {
    margin-top: 20px;
}

.footer-section .box .social-links a {
    color: var(--violet);
    background: var(--darkblue2);
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    border-radius: 100px;
    padding-top: 13px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .box .social-links a i {
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .box .social-links a:hover {
    background: var(--violet);
}

.footer-section .box .social-links a:hover i {
    color: var(--white);
}

.footer-section .box h5 {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-section .box p {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-section .box .links {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.footer-section .box .links li {
    margin-bottom: 10px;
}

.footer-section .box .links li a {
    text-transform: capitalize;
    color: var(--smokeWhite);
    font-size: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .box .links li a:hover {
    color: var(--violet);
}

.footer-section .box .input-group {
    margin-bottom: 0px;
}

.footer-section .box .input-group .form-control {
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    border: none;
    background: var(--darkblue);
    background: var(--darkblue2);
    color: var(--white);
    border-radius: 100px !important;
    border: 2px solid transparent;
    margin-right: 5px;
    caret-color: var(--violet);
    padding-left: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .box .input-group .form-control:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    border: 2px solid var(--violet);
}

.footer-section .box .input-group .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
    color: var(--smokeWhite);
}

.footer-section .box .input-group .form-control:-ms-input-placeholder {
    text-transform: capitalize;
    color: var(--smokeWhite);
}

.footer-section .box .input-group .form-control::-ms-input-placeholder {
    text-transform: capitalize;
    color: var(--smokeWhite);
}

.footer-section .box .input-group .form-control::placeholder {
    text-transform: capitalize;
    color: var(--smokeWhite);
}

.footer-section .box .input-group button {
    width: 50px;
    border: none;
    background: var(--violet);
    border-radius: 100px !important;
}

.footer-section .box .input-group button i {
    color: var(--white);
    font-size: 16px;
}

.footer-section .box1 {
    margin-top: -25px;
}

.footer-section .copyright {
    margin-top: 100px;
    padding-bottom: 30px;
}

.footer-section .copyright span {
    font-size: 14px;
}

.footer-section .copyright a {
    color: var(--smokeWhite);
    margin: 0 7.5px;
    font-size: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .copyright a:hover {
    color: var(--violet);
}

.banner-section {
    padding: 174px 0 100px 0;
    background: url(../img/hero.svg);
    background-size: cover;
    background-position: bottom;
}

.contact-section {
    padding: 100px 0;
}

.contact-section .header-text {
    margin-bottom: 30px;
}

.contact-section .header-text p {
    max-width: 450px;
}

.contact-section .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.contact-section .info-box .icon-box {
    background: var(--darkblue2);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    padding-top: 18px;
}

.contact-section .info-box .icon-box img {
    width: 24px;
}

.contact-section .info-box .text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.contact-section .info-box .text p {
    margin-bottom: 0;
}

.contact-section form {
    background: var(--darkblue2);
    padding: 30px;
    border-radius: 10px;
}

.contact-section form h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact-section form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-section form .input-box .form-select,
.contact-section form .input-box .form-control {
    height: 50px;
    border-radius: 50px;
    background-color: var(--darkblue);
    border: 2px solid var(--darkblue);
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    caret-color: var(--violet);
    color: var(--smokeWhite);
}

.contact-section form .input-box .form-select:focus,
.contact-section form .input-box .form-control:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--violet);
}

.contact-section form .input-box .form-select::-webkit-input-placeholder,
.contact-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--smokeWhite);
}

.contact-section form .input-box .form-select:-ms-input-placeholder,
.contact-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--smokeWhite);
}

.contact-section form .input-box .form-select::-ms-input-placeholder,
.contact-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--smokeWhite);
}

.contact-section form .input-box .form-select::placeholder,
.contact-section form .input-box .form-control::placeholder {
    color: var(--smokeWhite);
}

.contact-section form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 2px solid transparent;
}

.contact-section form .input-box .form-select option {
    background: var(--darkblue);
    color: var(--smokeWhite);
}

.contact-section form .input-box option {
    color: var(--black);
    background: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-section form .input-box option:hover {
    background: var(--violet);
    color: var(--white);
}

.contact-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

.login-section {
    padding: 100px 0;
}

.login-section .text-box {
    background: var(--darkblue2);
    border-radius: 10px;
    padding: 50px 30px;
    max-width: 400px;
    height: 100%;
}

.login-section .text-box h4 {
    margin-bottom: 30px;
}

.login-section .text-box ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.login-section .text-box ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-section .text-box ul li:last-child {
    margin-bottom: 0;
}

.login-section .text-box ul li i {
    background: var(--violet);
    color: var(--white);
    font-size: 14px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    text-align: center;
    padding-top: 6px;
}

.login-section .text-box ul li span {
    display: block;
    width: calc(100% - 24px);
}

.login-section form {
    background: var(--darkblue2);
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

.login-section form h4 {
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0;
}

.login-section form h4::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 65%;
    border-radius: 10px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--violet);
}

.login-section form .input-box label {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.login-section form .input-box .form-select,
.login-section form .input-box .form-control {
    height: 50px;
    border-radius: 100px;
    background-color: var(--darkblue);
    border: 2px solid var(--darkblue);
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    caret-color: var(--violet);
    color: var(--smokeWhite);
}

.login-section form .input-box .input-group .phoneField {
    border-radius: 100px !important;
    padding: 10px !important;
    padding-left: 20px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
}

.login-section form .input-box .form-select:focus,
.login-section form .input-box .form-control:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--violet);
}

.login-section form .input-box .form-select::-webkit-input-placeholder,
.login-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--smokeWhite);
}

.login-section form .input-box .form-select:-ms-input-placeholder,
.login-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--smokeWhite);
}

.login-section form .input-box .form-select::-ms-input-placeholder,
.login-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--smokeWhite);
}

.login-section form .input-box .form-select::placeholder,
.login-section form .input-box .form-control::placeholder {
    color: var(--smokeWhite);
}

.login-section form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 2px solid transparent;
}

.login-section form .input-box .form-select option {
    background: var(--darkblue);
    color: var(--smokeWhite);
}

.login-section form .input-box option {
    color: var(--black);
    background: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.login-section form .input-box option:hover {
    background: var(--violet);
    color: var(--white);
}

.login-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

.login-section form .btn-smm {
    width: 100%;
}

.login-section form .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.login-section form .links .form-check label {
    cursor: pointer;
}

.login-section form .links .form-check .form-check-input {
    border-radius: 13px;
    border: 2px solid var(--violet);
    cursor: pointer;
    background-color: transparent;
}

.login-section form .links .form-check .form-check-input:checked {
    background-color: var(--violet);
    border-color: var(--violet);
}

.login-section form .links .form-check .form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--black);
    box-shadow: 0 0 0 0rem var(--black);
}

.login-section form .links a {
    color: var(--violet);
}

.login-section form .links a:hover {
    color: var(--violet);
}

.login-section form .bottom {
    margin-top: 15px;
    text-align: center;
}

.login-section form .bottom a {
    color: var(--violet);
}

.login-section form .bottom a:hover {
    color: var(--violet);
}

.rtl .login-section form h4 {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .login-section form h4::before {
    left: auto;
    right: 0;
}

.rtl .login-section form .links .form-check .form-check-input {
    float: right;
}

.rtl .login-section form .links .form-check label {
    margin-right: 20px;
}

.faq-section {
    padding: 100px 0;
}

.faq-section .accordion-item {
    background: var(--darkblue2);
    background: none;
    border-radius: 33px;
    border: none;
    margin-bottom: 25px;
}

.faq-section .accordion-button {
    background: none;
    border-radius: 20px !important;
    padding-left: 70px;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: var(--white);
}

.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.faq-section .accordion-button::after {
    background-color: var(--violet);
    border-radius: 100px;
    background-image: url(../img/plus.png);
    position: absolute;
    left: 0px;
    height: 50px;
    width: 50px;
    background-position: center;
}

.faq-section .accordion-body {
    padding: 20px 15px 15px 5px;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--violet);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.png);
}

.rtl .faq-section .accordion-body {
    padding: 20px 5px 15px 15px;
}

.rtl .faq-section .accordion-button {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .faq-section .accordion-button::after {
    right: 0;
}

.service-page {
    padding: 100px 0;
}

.service-page .search-area {
    background: var(--darkblue3);
    border-radius: 5px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.service-page .search-area form .input-box .form-select,
.service-page .search-area form .input-box .form-control {
    height: 50px;
    border-radius: 150px;
    background-color: var(--darkblue);
    border: 2px solid var(--darkblue);
    padding: 10px;
    padding-left: 20px;
    font-weight: normal;
    caret-color: var(--violet);
    color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select:focus,
.service-page .search-area form .input-box .form-control:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--violet);
}

.service-page .search-area form .input-box .form-select::-webkit-input-placeholder,
.service-page .search-area form .input-box .form-control::-webkit-input-placeholder {
    color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select:-ms-input-placeholder,
.service-page .search-area form .input-box .form-control:-ms-input-placeholder {
    color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select::-ms-input-placeholder,
.service-page .search-area form .input-box .form-control::-ms-input-placeholder {
    color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select::placeholder,
.service-page .search-area form .input-box .form-control::placeholder {
    color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 2px solid transparent;
}

.service-page .search-area form .input-box .form-select option {
    background: var(--darkblue);
    color: var(--smokeWhite);
}

.service-page .search-area form .input-box option {
    color: var(--black);
    background: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-page .search-area form .input-box option:hover {
    background: var(--violet);
    color: var(--white);
}

.service-page .search-area form .input-box textarea.form-control {
    height: 150px;
    border-radius: 15px;
}

.service-page .accordion-item {
    background: var(--darkblue3);
    background: none;
    border-radius: 33px;
    border: none;
    margin-bottom: 15px;
}

.service-page .accordion-button {
    background: var(--darkblue3);
    border-radius: 5px !important;
    padding-left: 15px;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: var(--white);
}

.service-page .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.service-page .accordion-button::after {
    background-color: none;
    border-radius: 100px;
    background-image: url(../img/plus.png);
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    background-position: center;
}

.service-page .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.service-page .accordion-button:not(.collapsed) {
    color: var(--white);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-page .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.png);
}

.service-page .table {
    color: var(--smokeWhite);
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.service-page .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--darkblue2);
    color: var(--smokeWhite);
}

.service-page .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--darkblue3);
    color: var(--smokeWhite);
}

.service-page .table thead {
    background: var(--violet);
    color: var(--white);
    text-transform: capitalize;
}

.service-page .table tbody {
    border: none;
}

.service-page .table tr {
    border: none;
}

.service-page .table tr th {
    font-weight: 500;
    border: none !important;
    padding: 15px 20px;
}

.service-page .table tr td {
    padding: 20px;
    color: var(--smokeWhite);
    border: none !important;
    text-transform: capitalize;
    margin: 5px !important;
    padding: 15px 20px;
}

.service-page .table tr td span.currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-page .table tr td span.currency img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.service-page .table tr td.action button {
    width: 35px;
    border-radius: 35px;
    margin-right: 3px;
    text-align: left;
    color: var(--violet);
}

.service-page .table tr td.action button i {
    color: var(--violet);
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.rtl .service-page .accordion-button {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .service-page .accordion-button::after {
    right: auto;
    left: 0;
}

.not-found {
    height: 100vh;
}

.not-found .text-box img {
    width: 300px;
}

.not-found .text-box a {
    color: var(--violet);
    text-transform: capitalize;
}

.scroll-up {
    position: fixed;
    bottom: 80px;
    right: 30px;
}

.scroll-up i {
    color: var(--white);
    height: 45px;
    width: 45px;
    background: var(--violet);
    border-radius: 100px;
    text-align: center;
    padding-top: 14px;
}

.modal .modal-content {
    background: var(--darkblue2);
}

.modal .modal-content .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modal .modal-content .modal-header .close-btn i {
    color: var(--smokeWhite);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.modal .modal-content .modal-header .close-btn i:hover {
    color: var(--violet);
}

.modal .modal-content .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.modal .btn-smm {
    width: auto;
    padding: 0 20px;
    height: 40px;
}

.modal .btn-smm:hover {
    background: var(--white);
    color: var(--violet);
}

.modal a.btn-smm {
    display: inline-block;
    text-align: center;
    margin: 0;
    color: var(--white);
    padding: 8px 12px;
}


.modal form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.modal form .input-box .form-select,
.modal form .input-box .form-control {
    height: 50px;
    border-radius: 150px;
    background-color: var(--darkblue);
    border: 2px solid var(--darkblue);
    padding: 10px;
    padding-left: 20px;
    font-weight: normal;
    caret-color: var(--violet);
    color: var(--smokeWhite);
}

.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--violet);
}

.modal form .input-box .form-select::-webkit-input-placeholder,
.modal form .input-box .form-control::-webkit-input-placeholder {
    color: var(--smokeWhite);
}

.modal form .input-box .form-select:-ms-input-placeholder,
.modal form .input-box .form-control:-ms-input-placeholder {
    color: var(--smokeWhite);
}

.modal form .input-box .form-select::-ms-input-placeholder,
.modal form .input-box .form-control::-ms-input-placeholder {
    color: var(--smokeWhite);
}

.modal form .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
    color: var(--smokeWhite);
}

.modal form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 2px solid transparent;
}

.modal form .input-box .form-select option {
    background: var(--darkblue);
    color: var(--smokeWhite);
}

.modal form .input-box option {
    color: var(--black);
    background: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal form .input-box option:hover {
    background: var(--violet);
    color: var(--white);
}

.modal form .input-box textarea.form-control {
    height: 150px;
    border-radius: 15px;
}

.cookie-modal .modal-content .modal-header {
    border-bottom: none;
}

.cookie-modal .modal-content .modal-body {
    text-align: center;
    padding-bottom: 0;
}

.cookie-modal .modal-content .modal-body img {
    margin-bottom: 15px;
}

.cookie-modal .modal-content .modal-body p {
    margin-bottom: 0;
}

.cookie-modal .modal-content .modal-footer {
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*--------------------------- Extra CSS added by me -------------------------*/
.navbar-brand img {
    max-height: 50px !important;
}

/*------------ Start Toast Notification CSS ---------------*/
#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning,
#Notiflix-Icon-Info {
    fill: #fff !important;
}

#NotiflixNotifyWrap .the-message {
    color: #fff !important;
}

[v-cloak] {
    display: none;
}

/*------------ End Toast Notification css ---------------*/

.achievement-section .w-64 {
    width: 64%;
    text-align: center;
}


.navbar .navbar-text .btn-smm.icon-width {
    width: 40px !important;
    height: 40px !important;
}


@media (max-width: 991px) {
    .home-section {
        height: 100%;
    }

    .home-section .text-box {
        margin-top: 100px;
    }

    .home-section .img-box {
        text-align: left;
    }

    .navbar {
        background: var(--darkblue);
    }

    .navbar .container {
        position: relative;
    }

    .navbar .container .navbar-text {
        position: absolute;
        right: 60px;
        top: 2px;
    }

    .rtl .navbar .container .navbar-text {
        right: auto;
        left: 35px;
    }

    .login-section .text-box {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .how-it-works .work-box-wrapper .shape {
        display: none;
    }

    .how-it-works .work-box.box-2 {
        margin-top: 0;
    }

    .contact-section form {
        padding: 15px;
    }

    .footer-section .box h5 {
        margin-bottom: 15px;
    }

    .achievement-section .w-64 {
        width: 100%;
    }

    .about-section .img-box {
        text-align: center;
    }

    .how-it-works .text-box .header-text {
        text-align: center;
    }

    .how-it-works .text-box .header-text p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 110px 0 50px 0;
    }

    .service-page {
        padding: 40px 0;
    }

    .home-section .text-box h2 {
        font-size: 35px;
    }
}

@media (max-width: 450px) {
    .feature-section .feature-box {
        padding: 20px 20px;
    }

    .navbar-brand img {
        max-height: 50px !important;
        max-width: 160px;
    }

    .banner-section {
        padding: 120px 0 30px 0;
    }
}

@media (max-width: 414px) {

}

@media (max-width: 350px) {
    .login-section .text-box {
        padding: 25px 14px;
    }
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 767px) {
    .service-page .accordion-button {
        font-size: 15px;
    }
}


.deep-blue-header .navbar-nav {
    margin: 0 !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.deep-blue-header .nav-link {
    text-transform: capitalize !important;;
}

.social-btn {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: var(--darkblue);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: var(--transition);
    font-weight: 500;
    text-transform: capitalize;
    color: var(--heading-color);
}

.social-btn:hover {
    border: 1px solid var(--violet);
    color: var(--white);
}

.activeSocialMedia {
    border: 1px solid var(--violet);
}

.social-media-img {
    width: 15px !important;
}

.error-image {
    width: 400px;
}

[v-cloak] {
    display: none;
}

.share {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 50px 0 20px;
}

.share-media .btn {
    margin-right: 7px;
    line-height: normal;
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.login-section .input-group-merge {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--darkblue);
    border-radius: 2rem;
}

.login-section .input-group,
.hero-section-inner .input-group {
    box-shadow: none;
}

.login-section .input-group-merge .input-group-append, .input-group-merge .input-group-prepend {
    position: absolute;
    top: 1px;
    bottom: 1px;
    z-index: 6;
    right: 0;
    background: transparent !important;
    border: none;
}

.login-section .input-group-merge .input-group-append, .input-group-merge .input-group-prepend i {
    color: var(--primary-color);
}

.cookies-alert {
    display: none;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    padding: 2rem;
    max-width: 360px;
    background: var(--darkblue2);
    border-radius: 24px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    z-index: 10;
}

.cookies-alert .cookie-close-btn {
    background: darkred;
    border-radius: 5px !important;
    color: var(--white);
    padding: 10px 16px !important;
}

.cookies-alert .cookie-accept-btn {
    background: var(--violet);
    border-radius: 5px !important;
    color: var(--white);
    padding: 10px 16px !important;
}


.currency {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.currency li {
    list-style-type: none;
}

.language-box .form-select {
    border-radius: 30px;
}

.page-link {
    background-color: var(--darkblue2);
    border: 1px solid var(--violet);
    font-weight: 500;;
    color: var(--white);
}

.page-link:hover {
    z-index: 2;
    color: var(--violet);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.disabled .page-link {
    border-color: var(--violet);
    font-weight: 500;;
}

.page-item.disabled .page-link {
    background-color: var(--darkblue2);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--violet);
    border: 1px solid var(--violet);
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.language-box .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--smokeWhite);
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: none !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


/* ---------------------------------
responsive
---------------------------------- */
/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {

}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-section .text-box {
        margin-top: 120px;
    }

    .home-section .img-box {
        padding: 0;
    }

    .language-box i {
        display: none;
    }

    .language-box .form-select {
        display: block;
        width: 100%;
        padding: .375rem 2rem .375rem .75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--smokeWhite);
        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: none !important;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    .currency {
        justify-content: center;
    }

    .currency .nav-item {
        margin-left: 0;
    }

    .feature-section {
        padding: 50px 0 0;
    }

    .feature-section .feature-box {
        padding: 0;
    }

    .about-section .img-box {
        text-align: center;
    }

    .learn-more .img-box.text-center {
        text-align: center !important;
    }

    .footer-section {
        padding-top: 100px;
    }

    .footer-section .col-lg-3:nth-child(3) .footer-widgate {
        margin-left: 20px;
    }

    .footer-section .col-lg-3:nth-child(2) .footer-widgate {
        margin-left: 60px;
    }

    .banner-section {
        padding: 130px 0 70px 0;
    }

    .service-page .table {
        width: 1065px;
    }

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .home-section .text-box h2 {
        font-size: 28px;
    }

    .home-section .text-box {
        margin-top: 120px;
    }

    .home-section .img-box {
        padding: 0;
    }

    .language-box i {
        display: none;
    }

    .language-box .form-select {
        display: block;
        width: 100%;
        padding: .375rem 2rem .375rem .75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--smokeWhite);
        background-color: var(--violet);
        background-size: 16px 12px;
        border-radius: 30px;
        margin-left: 15px;
    }

    .currency {
        justify-content: center;
    }

    .currency .nav-item {
        margin-left: 0;
    }

    .achievement-section h3 {
        font-size: 24px;
    }

    .achievement-section {
        margin-top: 0;
    }

    .achievement-section .container {
        padding-top: 42px;
        padding-bottom: 40px;
    }

    .learn-more h3 {
        font-size: 24px;
    }

    .testimonial-section {
        padding: 20px 0;
    }

    .blog-section h3 {
        font-size: 24px;
    }

    .blog-section .blog-box .text-box {
        padding: 30px 15px;
    }

    .payment-gateway {
        padding: 20px 0;
    }

    .feature-section {
        padding: 80px 0 0;
    }

    .feature-section .feature-box {
        padding: 0;
    }

    .footer-section {
        padding-top: 100px;
    }

    .footer-section .col-lg-3:nth-child(2) .footer-widgate {
        margin-left: 0;
    }

    .footer-section .col-lg-3:nth-child(3) .footer-widgate {
        margin-left: 0;
    }

    .footer-section .copyright {
        flex-direction: column-reverse;
        gap: 10px;
        text-align: center;
    }

    .scroll-up {
        bottom: 25px;
        right: 15px;
    }

    .header-text h3 {
        font-size: 26px;
    }

    .service-page .table {
        width: 1065px;
    }

    .service-page .accordion-button {
        font-size: 16px;
    }

    .contact-section {
        padding: 50px 0;
    }
}

/* ---------------------------------
responsive
---------------------------------- */


.api-code-box {
    position: relative;
    padding: 50px 20px 20px;
    border-radius: 10px;
    background-color: #293340;
    color: var(--white);
}
.api-code-box .editor-dots {
    position: absolute;
    top: 20px;
    height: 12px;
    margin-left: 20px;
    width: 12px;
    min-width: 12px;
    background-color: #f90;
    border-radius: 50%;
}
.api-code-box .editor-dots::before {
    position: absolute;
    content: "";
    left: 20px;
    background-color: #b71c1c;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
}
.api-code-box .editor-dots::after {
    position: absolute;
    content: "";
    left: -20px;
    background-color: #18c96e;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
}


.pwa-popup {
    width: 400px;
    background-color: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
}

/* Header PWA */
.pwa-popup .header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.pwa-popup .pwa-logo {
    max-width: 48px;
    max-height: 48px;
    border-radius: 6px;
}

.pwa-popup .header-text h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.pwa-popup .header-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.pwa-popup .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

/* Description */
.pwa-popup .description {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.pwa-popup .sub-description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

/* Carousel */
.pwa-popup .carousel-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;

}

.pwa-popup .carousel-container.active {
    opacity: 1;
}

.pwa-popup .carousel {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pwa-popup .carousel-content {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.pwa-popup .carousel-content img {
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
    max-height: min(45vh, 500px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px 0px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    position: relative;
    object-fit: contain;
}
.pwa-popup .carousel-btn {
    background-color: #a7c7fa;
    border: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.pwa-popup .carousel-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 123, 255, 0.5);
}

.pwa-popup .carousel-btn.left {
    left: 10px;
}

.pwa-popup .carousel-btn.right {
    right: 10px;
}

.pwa-popup .carousel-btn svg {
    width: 20px;
    height: 20px;
}

/* Actions */
.pwa-popup .actions {
    display: flex;
    justify-content: space-between;
}

.pwa-popup .action-btn {
    padding: 8px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #a7c7fa;
    transition: transform 0.2s ease;
}

.pwa-popup .action-btn.less {

    background-color: rgba(0, 0, 0, 0);
    color: #a7c7fa;
}
.pwa-popup .action-btn.less:hover{
    color: #a7c7fa;
    background-color: rgba(167,199,250, 0.1);
}

.pwa-popup .action-btn.less:hover {
    transform: translateY(-2px);
}

.pwa-popup .action-btn.install {
    background-color: #a7c7fa;
    color: #1B222C;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
}

.pwa-popup .action-btn.install:hover {
    transform: translateY(-2px);
    background-color: #a7c7fa;
}

#pwaInstallPopup {
    display: none;
    margin: auto;
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.8s;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top: 3%; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top: 3%; opacity:1}
}

@keyframes animatebottom {
    from {bottom:-300px; opacity:0}
    to {bottom: 1%; opacity:1}
}



@media (max-width: 575px) {
    #pwaInstallPopup {
        top: auto;
        bottom: 1% !important;
        width: 95%;
        z-index: 9999;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 0.4s;
        animation-name: animatebottom;
        animation-duration: 0.8s;
    }
}
@media (max-width: 360px) {
    .pwa-popup .action-btn{
        padding: 8px 35px;
    }
}


/* ------------------------------ new ------------------------------- */
#describeModal .modal .btn-smm {
    font-size: 15px;
    height: 38px;
 }
 #describeModal button.btn-smm.btn2{
    background: var(--white) ;
    color: var(--black);
    height: 39px;
 }
 #describeModal .modal-footer{
    gap: 10px;
 }
 .social-btn{
    border: 1px solid transparent;
 }
 .navbar .language-box .form-select:focus {
    box-shadow: none !important;
}
 
 /* ---------------------------------
 responsive
 ---------------------------------- */
 /* MackBook */
 @media only screen and (max-width: 1440px){
    .footer-section .col-lg-3:nth-child(2) {
       padding-left: 80px !important;
   }
    
 }
 
 /* Large screen  */
 @media only screen and (min-width: 1200px) and (max-width: 1319px){
    .testimonial-section .review-box {
       min-height: 255px;
   }
 }
 
 /* Medium screen  */
 @media only screen and (min-width: 992px) and (max-width: 1199px){
    .navbar .nav-item {
       margin: 0 10px;
   }
   .footer-section .copyright a {
    font-size: 15px;
 }
 .footer-section .box .social-links a {
    margin-right: 3px;
 }
 }
 
 /* Tablet Layout: 768px. */
 @media only screen and (min-width: 768px) and (max-width: 991px){
    .testimonial-section .review-box {
       min-height: 255px;
   }
 }
 
 /* Mobile Layout: 320px. */
 @media only screen and (max-width: 767px){
    .footer-section .col-lg-3:nth-child(2) {
       padding-left: 12px !important;
   }
   
   .language-box i {
        display: block;
    }
    
  .language-box .form-select {
    padding: 0px 29px 0px 7px;
 }
    .navbar .language-box .form-select {
        margin-left: -4px;
    }
    
    .how-it-works {
       padding: 0px 0 50px;
    }
    .service-section {
        padding: 0px 0 100px;
    }
    .service-page .accordion-button {
       padding: 15px 44px 15px 15px;
   }
    .testimonial-section .review-box {
       min-height: 255px;
   }
    .currency-item{
       order: 2;
    }
    .login-item{
       order: 1;
    }
    .input-group {
       flex-direction: column;
       gap: 15px;
   }
   .login-section {
    padding: 80px 0 60px;
 }
 .login-section form {
    padding: 30px 15px;
 }
   .input-group-prepend.w-50 {
    width: 100% !important;
 }
 input.form-control.ps-3.phoneField{
    width: 100% !important;
 }
 .dark-mode .footer-section .box .input-group .form-control{
    width: 100%;
 }
 .footer-section .input-group{
    position: relative;
 }
 .footer-section .box .input-group button {
    padding: 13px 0;
    position: absolute;
    top: 0;
    right: 2px;
 }
 .footer-section .box .input-group .form-control{
    width: 100%;
 }
    .scroll_up {
       bottom: 10px;
       right: 10px;
   }


   .service-page .container{
    display: flex;
    flex-direction: column;
   }
   .service-page .container .row:nth-child(2){
    order: 1;
   }
   .service-page .container .row:nth-child(1){
    order: 2;
   }
   .service-page .container .row:nth-child(3){
    order: 3;
   }
 }
 /* ---------------------------------
 responsive
 ---------------------------------- */
 