html {
    scroll-behavior: smooth;
}

/*scroll width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(126, 124, 124, 0.774);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(87, 85, 92);
    border-radius: 30px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
}
.contact-alert {
    display: flex;
    padding-top: 6px;
    height: 50px;
    background: #1b1725;
}
.contact-alert p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
nav .g-play-icon {
    visibility: hidden;
}
.contact-alert a {
    color: #226ce0;
    font-weight: 500;
}
.contact-alert a:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
}
h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 42px;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

img.icon:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: all 0.5s ease-in-out;
}
.text-clay {
    color: #a499b3;
}
.btn {
    padding: 12px 45px;
    background: #226ce0;
    border-radius: 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-sm {
    padding: 6px 12px !important;
}
.btn-danger {
    background-color: rgb(237, 48, 48);
}
.btn-success {
    background-color: #1aa104 !important;
}
.text-bg-success {
    background-color: #1aa104 !important;
    font-weight: 400;
}
.bg-deep {
    background-color: #14101f;
}

.btn:hover {
    background: #fff;
    color: #1b1725;
    font-weight: 500;
    transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}

a {
    text-decoration: none !important;
}
/* navbar */
nav .navbar-light {
    color: #1b1725;
    background-color: #fff !important;
    box-shadow: 1px 2px 2px #635683;
    margin: 0;
}

.navbar-light .btn {
    border-radius: 0px;
    padding: 10px 42px !important;
    background: #226ce0;
    border-radius: 10px;
    color: #fff;
}

.navbar-light .btn:hover {
    background: #1b1725;
    color: #fff;
    transition: ease-out all 0.3s;
}

.navbar-nav li a {
    font-weight: 500;
    font-size: 15px;
    color: #1b1725;
}

.navbar-nav li a:hover {
    color: #226ce0 !important;
}

.navbar-nav li a:focus {
    color: #226ce0 !important;
}
.navbar-nav li a:active {
    color: #226ce0 !important;
}
.navbar-nav .active {
    color: #226ce0 !important;
}

nav .navbar-toggler {
    background-color: #226ce0;
    border: #1b1725;
}
.navbar-toggler-icon {
    color: #226ce0;
}

nav .navbar-toggler svg {
    color: #fff;
    border: none;
}

nav .navbar-toggler svg:hover {
    border: none;
    color: #1b1725;
}

nav .navbar-toggler svg:active {
    border: none;
}

nav .navbar-toggler svg:focus {
    border: none;
}
.offcanvas .offcanvas-body .navbar-nav li a:active {
    color: #226ce0 !important;
}

.offcanvas {
    background: #fff;
}

nav .dropdown {
    background: transparent !important;
    border: none !important;
}
nav .dropdown-center img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

nav .dropdown-menu {
    background: #fff;
    color: #1b1725 !important;
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 12px;
    padding-right: 0 !important;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

nav .dropdown-menu.show {
    background: #fff;
    color: #1b1725 !important;
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 12px;
    padding-right: 0 !important;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

nav .dropdown-item {
    background: #fff;
    color: #1b1725 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
nav .dropdown-item:hover {
    background: #226ce0 !important;
    color: #1b1725 !important;
}

#section-dark {
    padding-top: 50px;
    background-color: #1b1725 !important;
}

#section-light {
    margin-top: 20px;
    padding-top: 50px;
    color: #1b1725 !important;
    background-color: #fff !important;
}
#section-light .btn:hover {
    background: #1b1725;
    color: #fff;
    font-weight: 500;
    transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}

/* Hero-section */
.hero-section {
    width: 100%;
    height: 100%;
    /* clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 86%, 0 0); */
    background: #f2f2f2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.hero-section .card-payment .btn:hover {
    background: #382e51 !important;
    color: #fff !important;
    font-weight: 500;
    transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}
.hero-section .card-text {
    font-size: 14px;
    line-height: 20px;
}

/* Hide the text initially */
#typing-text {
    overflow: hidden;
    border-right: 1px solid #1b1725;
    /*Createablinkingcursoreffect*/
    white-space: wrap;
    /*Preventtextfromwrapping*/
    margin: 0;
    /*Optional,toremoveanydefaultmargins*/
    animation: typing 4s steps(50, end), blink-caret 0.75s step-end infinite;
    -webkit-animation: typing 4s steps(50, end),
        blink-caret 0.75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #1b1725;
    }
}

.rate p {
    font-weight: bold;
}
.card-payment {
    z-index: 10 !important;
    /* position: absolute; */
}
.card-payment input {
    /* width: 100%; */
    background: transparent;
    border: none;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}
.card-payment .form-floating label {
    font-size: 16px !important;
}
.flag-image {
    width: 25px; /* Adjust the width as needed */
    height: auto; /* Adjust the height as needed */
    margin-right: 3px; /* Adjust the spacing as needed */
}
.card-payment .form-select {
    background: transparent !important;
    font-weight: bolder;
    font-size: 20px !important;
    color: #a499b3;
    border: none;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2489_12254" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="12" height="9"><path d="M9.88672 2.9375L6.13672 6.6875L2.38672 2.9375H9.88672Z" fill="white" stroke="white" stroke-width="4.16667" stroke-linejoin="round"/></mask><g mask="url(%23mask0_2489_12254)"><path d="M-1.36328 -3H13.6367V12H-1.36328V-3Z" fill="%23D0BCD5"/></g></svg>');
}

.card-payment .select2-container--default .select2-selection--single {
    background: transparent !important;
    font-weight: bolder;
    font-size: 20px !important;
    color: #a499b3 !important;
    border: none;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2489_12254" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="12" height="9"><path d="M9.88672 2.9375L6.13672 6.6875L2.38672 2.9375H9.88672Z" fill="white" stroke="white" stroke-width="4.16667" stroke-linejoin="round"/></mask><g mask="url(%23mask0_2489_12254)"><path d="M-1.36328 -3H13.6367V12H-1.36328V-3Z" fill="%23D0BCD5"/></g></svg>');
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #a499b3 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 66px;
    position: absolute;
    top: 10px;
    right: 20px !important;
    width: 30px;
}

.card-payment {
    color: #fff;
}
.hero-section .card p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.hero-section .card .btn:hover {
    background: #000;
    color: #fff;
    font-weight: 500;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
}
/* slider */

.clientz {
    background-color: #1b1725;
    color: #fff;
}
#partner-slider2 {
    /* margin: 30px 0; */
    background-color: #1b1725;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.clientz #partner-slider h5,
#partner-slider2 h5 {
    font-weight: 500;
    font-size: 1.2em;
}
.clientz #partner-slider img,
#partner-slider2 img {
    width: 50px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#partner-slider2 .owl-item.center {
    background-color: #1b1725;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
#testimonial-slider .item .card .card-body {
    padding: 40px 12px !important;
}
#testimonial-slider .item .card img {
    width: 90px;
    height: 90px;
    padding-bottom: 10px;
}

.testimonial-section .card {
    margin-bottom: 12px;
    border-radius: 20px;
    background-color: #1b1725;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.testimonial-section .card img {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
}

.testimonial-section .card h5 {
    font-size: 16px;
    font-weight: 500;
}
.testimonial-section .card p {
    font-size: 14px;
    line-height: 20px;
}

.processing .service p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.processing .mobile-img img {
    width: 100%;
    object-fit: contain;
    height: 700px !important;
}
.processing .mobile-img1 img {
    object-fit: contain;
    height: 600px !important;
}
.transfer img {
    width: 100%;
    /* aspect-ratio: 1/1; */
    /* object-fit: contain; */
    height: 550px;
}
.card-section {
    color: #fff;
}
.card-section input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.card-section input:focus {
    background: transparent;
    color: #fff;
}
.iti {
    display: flex;
}
.iti__country-list {
    background: #1b1725;
}
.contact-section form {
    padding-top: 50px;
}
.contact-section h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 49px;
}
.contact-section .link a {
    display: block !important;
}
.contact-section .link a:hover {
    color: #226ce0 !important;
}

.contact-section input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.contact-section .form-check .form-check-input {
    /* background: transparent; */
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 5px;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact-section .form-select {
    padding: 18px;
    background: transparent;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 32px 8px, 5px 5px;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 6.75L0.75 0.5H13.25L7 6.75Z" fill="white"/></svg>');
}
.contact-section .nav-pills li button {
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 15px;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
}

.contact-section .nav-pills li .active {
    background: #d0bcd5;
    border-radius: 15px;
    color: #000;
}
.contact-section .form-select option {
    background: #1b1725;
}
.payment a img {
    padding: 0;
    margin: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.payment a img:hover {
    padding: 0;
    margin: 0;
    border: 6px solid #226ce0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.card-payment input:focus,
.contact-section input:focus {
    background: transparent;
    color: #fff;
}
.iti {
    display: flex;
}
.iti__country-list {
    background: #1b1725;
}

/* Accordion */
ul.socialsLight li,
ul.socialsDark li {
    list-style-type: none;
}
ul.socialsLight li a img {
    width: 22px;
    height: auto;
    /* aspect-ratio: 1/2; */
    padding-bottom: 16px;
}
ul.socialsDark li {
    display: inline-block;
}
ul.socialsLight li a img.icon:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    transition: all 0.5s ease-in-out;
}

.accordion-item {
    margin-bottom: 12px;
    border: none;
}
.accordion-header {
    color: #1b1725;
    border: none;
    line-height: normal;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4585 15.7085H11.5418V11.5418H15.7085V9.4585H11.5418V5.29183H9.4585V9.4585H5.29183V11.5418H9.4585V15.7085ZM10.5002 20.9168C9.05919 20.9168 7.70502 20.6432 6.43766 20.096C5.1703 19.5495 4.06787 18.8075 3.13037 17.87C2.19287 16.9325 1.45086 15.83 0.90433 14.5627C0.357107 13.2953 0.0834961 11.9411 0.0834961 10.5002C0.0834961 9.05919 0.357107 7.70502 0.90433 6.43766C1.45086 5.1703 2.19287 4.06787 3.13037 3.13037C4.06787 2.19287 5.1703 1.45051 6.43766 0.903288C7.70502 0.35676 9.05919 0.0834961 10.5002 0.0834961C11.9411 0.0834961 13.2953 0.35676 14.5627 0.903288C15.83 1.45051 16.9325 2.19287 17.87 3.13037C18.8075 4.06787 19.5495 5.1703 20.096 6.43766C20.6432 7.70502 20.9168 9.05919 20.9168 10.5002C20.9168 11.9411 20.6432 13.2953 20.096 14.5627C19.5495 15.83 18.8075 16.9325 17.87 17.87C16.9325 18.8075 15.83 19.5495 14.5627 20.096C13.2953 20.6432 11.9411 20.9168 10.5002 20.9168Z' fill='%231B1725'/%3E%3C/svg%3E");
    color: #1b1725;
    transform: scale(0.7) !important;
    border: none;
}
.accordion-button.collapsed {
    color: #2d204c;
    font-weight: bold;
    width: 100%;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #1b1725;
    font-weight: bold;
    background: transparent;
    border: none;
}
.accordion-button {
    border: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7085 11.5418H5.29183V9.4585H15.7085M10.5002 0.0834961C9.13223 0.0834961 7.77769 0.352931 6.51388 0.876418C5.25007 1.3999 4.10174 2.16719 3.13447 3.13447C1.18096 5.08797 0.0834961 7.73749 0.0834961 10.5002C0.0834961 13.2628 1.18096 15.9124 3.13447 17.8659C4.10174 18.8331 5.25007 19.6004 6.51388 20.1239C7.77769 20.6474 9.13223 20.9168 10.5002 20.9168C13.2628 20.9168 15.9124 19.8194 17.8659 17.8659C19.8194 15.9124 20.9168 13.2628 20.9168 10.5002C20.9168 9.13223 20.6474 7.77769 20.1239 6.51388C19.6004 5.25007 18.8331 4.10174 17.8659 3.13447C16.8986 2.16719 15.7503 1.3999 14.4865 0.876418C13.2226 0.352931 11.8681 0.0834961 10.5002 0.0834961Z' fill='%231B1725'/%3E%3C/svg%3E");
}

/* Footer */
footer {
    background: #1b1725;
    padding: 100px 0 20px 0;
    color: #fff;
}
footer h3 {
    font-weight: 500;
}
footer form input {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 15px !important;
    padding: 20px !important;
    color: #fff !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}
footer ::placeholder {
    color: #fff;
}
footer form input:focus {
    background: transparent !important;
    color: #fff !important;
}
footer ul li {
    list-style-type: none;
    padding-bottom: 18px;
    font-size: 20px;
    color: #fff;
}
footer ul li a {
    color: #fff;
}

footer .secure li {
    font-size: 20px;
    color: #fff;
}

footer .icon-img {
    width: 50px;
    height: 40px;
}
@media screen and (min-width: 3840px) {
    h1 {
        font-size: 120px !important;
        line-height: 150px;
    }
    h2,
    h3,
    h4 {
        font-size: 70px !important;
        line-height: 80px;
    }
}
@media screen and (min-width: 1920px) {
    h1 {
        font-size: 120px !important;
        line-height: 150px;
    }
    h2,
    h3,
    h4 {
        font-size: 50px !important;
        line-height: 60px;
    }
}
@media screen and (min-width: 1420px) {
    h1 {
        font-size: 120px !important;
        line-height: 150px;
    }
    h2,
    h3,
    h4 {
        font-size: 50px !important;
        line-height: 60px;
    }
}
@media (max-width: 992px) {
    html,
    body {
        width: auto !important;
        overflow-x: hidden !important;
    }
    .contact-alert {
        margin: 0 0;
        height: auto;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .contact-alert p {
        font-size: 12px;
    }
    .contact-alert .g-play-icon{
        visibility: hidden;
        display: none;
        margin: 0;
        padding: 0;
    }
    nav .g-play-icon{
        visibility: visible;
    }
    .hero-img img,
    .mobile-img img,
    .mobile-img1 img,
    .savings img,
    .mobile-app img {
        display: none;
        visibility: hidden;
        padding: 0;
        margin: 0;
    }
    .transfer img {
        width: 100%;
        height: auto;
    }
    .mobile-icon img {
        width: 150px;
        height: auto;
    }
    .card-payment {
        margin-top: 0px !important;
        position: relative;
    }
    #section-dark {
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    #section-light {
        margin: 0;
        border-radius: 0;
        padding: 20px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .navbar-light.scrolled {
        border-radius: 0;
        margin: 0 !important;
        color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    nav {
        background-color: #1b1725;
        margin: 40px !important;
    }
    .navbar .navbar-brand img {
        width: 60px !important;
        height: auto !important;
    }
    .navbar-nav li a {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        padding: 10px 0;
    }
    .navbar .offcanvas-body button {
        width: 100%;
    }
    h1 {
        font-size: 30px !important;
        line-height: 50px;
    }
    h2,
    h3 {
        font-size: 32px !important;
        line-height: 40px;
    }
    h4 {
        font-size: 20px !important;
        line-height: 30px;
    }
    p {
        font-size: 12px !important;
    }
    .card-payment input {
        padding: 10px;
        font-size: 25px;
    }
    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        right: 0 !important;
        width: 30px;
    }

    .contact-section form {
        padding-top: 0px;
    }

    .socialsLight {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    ul.socialsLight li {
        display: inline-block;
        text-align: center;
        padding: 0 12px;
    }
}
