@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
.btn-1,
.btn-2 {
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
}
.btn-1,
.btn-1:hover,
.btn-2,
.btn-2:hover,
.menu-nav-tab .nav-link.active {
    transition-delay: 1s;
    color: #1a1a1a;
}
.header-title h2,
.list-grp li,
h3,
h4,
p {
    -webkit-text-fill-color: transparent;
}
.btn-1,
.btn-2,
.nav-tab-btn .nav-pills .nav-link,
.nav-tab-btn .nav-pills .nav-link:hover {
    font-size: 20px;
    font-weight: 700;
}
.list-grp svg,
.menu-tab-content li a img,
.nav-social-grp li {
    margin-right: 15px;
}
.menu-text-shadow:after,
.menu-text-shadow:before {
    height: 0;
    width: 0;
    top: -4px;
    z-index: 9;
    position: absolute;
}
.banner-left h1,
.header-counter p {
    font-style: normal;
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Inter, sans-serif;
    font-display: swap;
}
body {
    background-color: #1a1a1a;
}
a {
    text-decoration: none;
}
h3,
h4 {
    background: linear-gradient(
        175deg,
        #fff 15.94%,
        rgba(255, 255, 255, 0) 136.2%
    );
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
}
.contact-list span,
.menu-tab-content li a:hover,
.popup-box .hire-us-popup-head span,
.services-list li a p:hover,
.text-gradient-gold,
h5 {
    background: linear-gradient(90deg, #f1f1f1 -1.5%, #d7ac5c 123.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-1 {
    background: linear-gradient(
        90deg,
        #d9d9d9 -3.85%,
        rgba(217, 217, 217, 0) 125.38%
    );
}
.btn-1:hover,
.btn-2,
.menu-nav-tab .nav-link.active,
.menu-nav-tab .nav-link:hover,
.nav-tab-btn .nav-pills .nav-link.active,
.technology-grp .nav-link.active,
.video-play-button:hover:after,
.video-play-button:hover:before {
    background: linear-gradient(180deg, #b59351 0, #e1d083 100%);
}
.btn-1 svg {
    fill: #222;
    margin-top: -5px;
}
.btn-2:hover {
    background: linear-gradient(
        90deg,
        #d9d9d9 -3.85%,
        rgba(217, 217, 217, 0) 125.38%
    );
}
.section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-padding1 {
    padding-top: 35px;
    /* padding-bottom: 45px;       //for one seperate section// */
}

.header-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.header-title span {
    color: rgba(255, 255, 255, 0.072);
    font-size: 80px;
    font-weight: 600;
    line-height: 49px;
    user-select: none;
}
.header-title h2 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    background: linear-gradient(90deg, #f1f1f1 -1.5%, #d7ac5c 123.35%);
    background-clip: text;
    -webkit-background-clip: text;
}
.header-title-arrow {
    position: absolute;
    top: -70px;
    right: 500px;
}
p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    background: linear-gradient(
        180deg,
        #919191 0.13%,
        rgba(255, 255, 255, 0) 505.08%
    );
    background-clip: text;
    -webkit-background-clip: text;
    word-break: break-word;
}
.list-grp li {
    background: linear-gradient(
        180deg,
        #fff 0.13%,
        rgba(255, 255, 255, 0) 505.08%
    );
    background-clip: text;
    -webkit-background-clip: text;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: start;
}
.list-grp svg {
    fill: #b59351;
    min-width: 16px;
}
.navbar-dark {
    background: linear-gradient(180deg, #1a1a1a 0, #3d3d3b 100%) !important;
    margin-top: -25px;
}
.navbar {
    padding: 0;
}
.nav-link {
    color: #fff;
    border: 1px solid #fff;
}
.nav-tab-btn .nav-pills .nav-link.active {
    color: #1a1a1a;
    transition-delay: 1s;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #e1d083;
}
.menu-nav-tab .nav-link,
.nav-tab-btn .nav-pills .nav-link:hover {
    background: linear-gradient(
        90deg,
        #d9d9d9 -3.85%,
        rgba(217, 217, 217, 0) 125.38%
    );
    transition-delay: 1s;
}
.nav-tab-btn .nav-pills .nav-link:hover {
    color: #1a1a1a !important;
    border: 1px solid #d9d9d9;
}
.nav-tab-btn .nav-pills .nav-link {
    border: 1px solid #fff;
    color: #fff;
}
.bg-color-1 {
    background: #1a1a1a;
    box-shadow: 7px 6px 31px 0 #303030;
    border-radius: 10px;
    padding: 20px;
}
.left-side-bar-btn {
    left: 0;
    position: fixed;
    z-index: 999;
    top: 46%;
}
.left-side-bar-btn img {
    width: 32px;
    margin-bottom: 15px;
    transition: 0.3s ease-out;
}
.left-side-bar-btn img:hover {
    transform: translateX(10px);
}
.side-bar-btn {
    transform: rotate(90deg);
    position: fixed;
    z-index: 999;
    top: 50%;
    right: -50px;
}
.left-side-bar-btn a,
.side-bar-btn a {
    padding: 3px 12px;
    font-size: 12px;
}
.banner-left h1 span,
.text-gradien-gold {
    background: linear-gradient(180deg, #b89855 0, #dcc97d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#Tech-stackContent h6,
.banner-left h1,
.menu-tab-content li a,
h1 {
    background: linear-gradient(
        175deg,
        #fff 15.94%,
        rgba(255, 255, 255, 0) 136.2%
    );
    -webkit-text-fill-color: transparent;
}
.menu-btn .btn-1,
.menu-btn .btn-2 {
    font-size: 16px !important;
    padding: 10px;
    line-height: 21px;
}
.menu-nav-tab .nav-link {
    color: #1a1a1a;
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}
.menu-tab-content li a {
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 22px;
}
.menu-left-bor {
    border-left: 0.1px solid rgba(255, 255, 255, 0.2);
    margin-left: 30px;
    padding-left: 30px;
    height: 85vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}
.menu-text-shadow {
    position: relative;
    padding: 10px 45px 10px 15px !important;
}
@keyframes cursor {
    0%,
    100% {
        border-color: #212121;
    }
}
@keyframes text {
    0% {
        width: 0;
    }
    100% {
        width: 21.5ch;
    }
}
.menu-text-shadow:hover:before {
    border-bottom: 6px solid #d9d9d9;
}
.menu-text-shadow:hover:after {
    border-left: 16px solid #d9d9d9;
    border-right: 15px solid #d9d9d9;
    border-top: 7px solid #d9d9d9;
}
.menu-text-shadow:before {
    border-bottom: 6px solid #c1a45f;
    border-right: 6px solid transparent;
    right: 0;
    content: "";
}
.menu-text-shadow:after {
    border-left: 16px solid #c1a45f;
    border-right: 15px solid #c1a45f;
    border-bottom: 30px solid transparent;
    content: "";
    border-top: 7px solid #c1a45f;
    right: 6px;
}
.video-play-button:after,
.video-play-button:before {
    left: 49%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: linear-gradient(
        90deg,
        #d9d9d9 -3.85%,
        rgba(217, 217, 217, 0) 125.38%
    );
    content: "";
}
.feature-sec img,
.menu-tab-content li {
    margin-bottom: 20px;
}
.logo-grp img {
    width: 250px;
}
.nav-social-grp li a img {
    width: 30px !important;
}
.offcanvas-bg {
    background-color: #141414;
    width: 100% !important;
}
.navbar-dark .navbar-toggler {
    margin-right: 10px;
}
.nav-ellipse {
    position: absolute;
    border-radius: 488px;
    background: rgba(217, 217, 217, 0.4);
    filter: blur(200px);
    left: -200px;
    width: 476px;
    height: 488px;
    flex-shrink: 0;
    bottom: -100px;
    z-index: -1;
}
.video-play-button,
.video-play-button:after,
.video-play-button:before {
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    display: block;
    position: absolute;
}
.video-play-button {
    z-index: 10;
    box-sizing: content-box;
    width: 32px;
    height: 44px;
    padding: 18px 20px 18px 28px;
    margin-top: 20px;
    right: -35px;
}
.video-play-button:before {
    z-index: 0;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border;
}
.video-play-button:after {
    z-index: 1;
    transition: 0.2s;
}
.banner-right-counter div,
.services-bg {
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    top: 9px;
    left: 4px;
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.cursor-pointer {
    cursor: pointer !important;
}
.phone svg {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.phone svg path {
    fill: #333;
}
.phone svg path:nth-child(2) {
    -webkit-animation: 1s cubic-bezier(0.1, 0.57, 0.5, 1) infinite header-phone;
    animation: 1s cubic-bezier(0.1, 0.57, 0.5, 1) infinite header-phone;
}
.phone svg path:nth-child(3) {
    -webkit-animation: 1s cubic-bezier(0.1, 0.57, 0.5, 1) infinite header-phone2;
    animation: 1s cubic-bezier(0.1, 0.57, 0.5, 1) infinite header-phone2;
}
@-webkit-keyframes header-phone {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes header-phone {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }
    70%,
    90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }
    70%,
    90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
    }
}
.banner-left {
    background-color: #0d0d0d;
    height: calc(100vh - 80px);
}
.div__content-width {
    margin: auto;
    height: 100%;
    padding: 0 0 0 60px;
    display: grid;
    place-content: center;
}
.banner-left h1 {
    font-size: 50px;
    line-height: 63px;
    line-height: normal;
}
.banner-left h1,
h1 {
    background-clip: text;
    -webkit-background-clip: text;
}
.header-polygon-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.header-para {
    width: 75%;
}
.header-banner-1 img {
    width: 20%;
    margin-top: 0;
}
.header-banner-1 {
    position: relative;
    z-index: 99;
}
.header-counter {
    position: absolute;
    bottom: 200px;
    right: 80px;
}
.banner-right-counter div {
    background: rgba(50, 49, 49, 0.5) !important;
    padding: 10px;
    border-radius: 10px;
}
.banner-right-counter .counter,
.header-counter .counter {
    font-size: 50px;
    background: linear-gradient(90deg, #f1f1f1 -1.5%, #d7ac5c 123.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.banner-right-counter span:nth-child(2),
.header-counter span:nth-child(2) {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
}
.header-counter p {
    width: 500px;
    font-family: Inter;
    font-size: 20px;
    line-height: 38px;
    background: linear-gradient(
        175deg,
        #fff 3.97%,
        rgba(255, 255, 255, 0) 163.95%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-right {
    padding: 80px;
}
.marquee-grp marquee {
    margin-top: 80px !important;
    background-color: #e1dfdf;
}
.marquee-grp marquee ul li {
    border-radius: 10px;
    padding: 8px;
    margin-right: 30px;
}
.marquee-grp marquee img {
    width: 250px;
}
.services-bg {
    background: rgba(50, 49, 49, 0.5);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.ellipse-grp {
    position: absolute;
    bottom: -150px;
    left: -150px;
}
.services-bg:hover .ellipse-grp {
    position: absolute;
    bottom: -150px;
    right: -350px;
    z-index: -1;
}
.bg-img {
    background-image: url(https://firebee.sgp1.digitaloceanspaces.com/coinsqueens_laraval_10/new-pages/landing-pages/bg-1.webp);
}
.Remitano-features .col-lg-4:first-child .feature-card,
.col-lg-4:nth-child(3) .feature-card,
.col-lg-4:nth-child(5) .feature-card,
.dark-services-bg {
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    background: rgba(50, 49, 49, 0.5) !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.process-bg {
    background-color: #161616;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.process-number {
    font-size: 100px;
    position: absolute;
    font-weight: 900;
    color: #283a5e;
    right: 30px;
    top: 30px;
}
.process-bg:hover .process-number img {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    --animate-repeat: infinite;
}
.technology-grp {
    z-index: 999;
    position: relative;
}
.technology-grp .nav-link.active {
    color: #1a1a1a;
    transition-delay: 1s;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
}
.technology-grp .nav-tabs .nav-link {
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
#Tech-stackContent img {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
.single-footer-widget h3 {
    background: linear-gradient(180deg, #b89855 0, #dcc97d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-top: 10px;
}
.contact-social-bg h5 {
    font-size: 22px;
    line-height: 30px;
    color: #d5d1d1;
}
.form-group input,
select,
select option {
    color: #fff !important;
}
.calendly iframe {
    height: 65vh;
}
select {
    background-color: #1a1a1a !important;
}
::selection {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}
#Tech-stackContent h6 {
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 22px;
    margin-top: 10px;
}
.why-choose-list {
    display: block;
}
.why-choose-list li {
    display: inline-block;
    padding: 10px;
    background-color: #303030;
    border-radius: 10px;
    margin-bottom: 5px;
}
.faq .accordion .accordion-item {
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    background: rgba(50, 49, 49, 0.5) !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px;
}
.faq .accordion .accordion-item a {
    color: #b89855;
    font-size: 22px;
}
.faq .accordion .accordion-item p {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.faq .accordion .accordion-item a:before {
    color: #7a7676;
}
.faq .accordion .accordion-item b {
    color: #fff !important;
    margin-top: 10px;
}
.faq .accordion-item .accordion-button {
    background-color: transparent;
    color: #b89855;
    font-size: 22px;
}
.faq .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq .accordion-content span:before {
    display: inline-block;
    content: "";
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 10px;
    width: 10px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: #bdbdbd;
}
.faq .accordion-button:not(.collapsed),
select:focus {
    box-shadow: none !important;
}
.form-control {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 0.5px solid #6e6e6e;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1a1a1a;
    color: #fff;
}
select option .disabled {
    color: #6d6d6d !important;
}
textarea.form-control {
    height: 150px !important;
}
.modal-body .form-control::placeholder {
    color: #6e6e6e;
}
.modal-body .form-control:focus {
    background-color: transparent;
    color: #fff !important;
    box-shadow: 0;
    border: 0.5px solid #6e6e6e;
}
.contact-list p,
.services-list a p {
    font-size: 18px !important;
    margin-bottom: 8px;
}
.footer-list-bor {
    border-top: 0.5px solid #6e6e6e;
    padding-top: 30px;
    margin-top: 30px;
}
.copyright-area li a {
    width: 40px !important;
    margin-right: 15px;
}
.copyright-area li:last-child a {
    margin-right: 0;
}
.copyright-area {
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        #d9d9d9 -3.85%,
        rgba(217, 217, 217, 0) 125.38%
    );
    padding: 15px;
    margin-top: 30px;
}
.copyright-area h6 {
    color: #141414;
}
.copyright-area h6 span {
    background: linear-gradient(180deg, #b89855 0, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}
.social-links li a:hover {
    transform: scale(1.3);
}
.social-links li a {
    transition: transform 0.2s;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    color: #999 !important;
}
.form-group input:focus,
.form-group textarea:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #999;
}
.copyright-area li a img {
    width: 48px;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    color: #fff;
    font-size: 20px;
}
.faq .accordion-button::after {
    background-image: none;
    content: "+";
    color: #fff;
    font-size: 20px;
}
.popup-box .modal-dialog {
    max-width: 80%;
}
.popup-box .modal-body {
    background-color: #141414;
}
.popup-box .modal-body .first-half-bg {
    background: linear-gradient(180deg, #060606 0, #3d3d3b 100%);
}
.popup-box .modal-body .first-half-bg h3 {
    color: #999;
}
.popup-box .popup-content {
    -webkit-text-fill-color: unset;
    color: #dfdddd !important;
    background: inherit;
}
.popup-box .contact-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.popup-box .close {
    text-align: right;
    float: right;
    margin-top: -40px;
    background: linear-gradient(180deg, #b59351 0, #e1d083 100%);
    color: #1a1a1a;
    border-radius: 50px;
    width: 30px;
    position: relative;
    height: 30px;
}
.popup-box .close:hover {
    background: linear-gradient(180deg, #fff 0, #3d3d3b 100%);
}
.popup-box .close span {
    position: absolute;
    inset: 50% 0 0 50%;
    font-size: 25px;
    line-height: 13px;
    transform: translate(-50%, -50%);
}
.bep-benefits .list-grp li,
.user-admin-sec ul li {
    line-height: 34px;
    font-weight: 500;
    background: linear-gradient(
        180deg,
        #919191 0.13%,
        rgba(255, 255, 255, 0) 505.08%
    );
    -webkit-text-fill-color: transparent;
    word-break: break-all;
}
.meeting-bg ul li:hover a,
.popup-box select {
    color: #fff;
}
.error {
    color: #f44336 !important;
}
.contact-us-element img {
    height: 500px;
}
.contact-grp {
    padding: 200px 150px 50px;
}
.meeting-bg {
    border-radius: 15px;
    background: linear-gradient(180deg, #d7ac5c 0, rgba(217, 217, 217, 0) 100%);
}
.cols:nth-child(3),
.cols:nth-child(6),
.cols:nth-child(8),
.grid-container1 .cols:first-child,
.single-about-box {
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    background: rgba(50, 49, 49, 0.5) !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
}
.meeting-bg ul li a {
    color: #1a1a1a;
    font-size: 18px;
}
.meeting-bg ul li,
.right-side-bar-btn img {
    margin-bottom: 15px;
}
.meeting-bg ul li svg {
    width: 26px;
    height: 26px;
    fill: #1a1a1a !important;
    margin-right: 15px;
}
.single-about-box {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    align-items: center;
}
.single-about-box h3 {
    font-size: 20px;
    margin-left: 10px;
    color: #fff;
    margin-bottom: 0;
    background: linear-gradient(
        180deg,
        #919191 0.13%,
        rgba(255, 255, 255, 0) 505.08%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grid-container1 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cols:nth-child(3),
.cols:nth-child(6),
.cols:nth-child(8),
.grid-container1 .cols:first-child {
    text-align: center;
    color: #c8c6c6;
}
.cols:nth-child(4),
.cols:nth-child(5),
.cols:nth-child(7),
.grid-container1 .cols:nth-child(2) {
    padding: 15px;
    text-align: center;
    color: #c8c6c6;
}
.feature-sec h5 {
    font-size: 22px;
}
.feature-sec .header-title {
    max-width: 800px;
    margin: 0 auto;
}
.heading1 {
    font-size: 50px;
    margin-bottom: 20px;
}
.user-admin-sec h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.user-admin-sec ul li {
    background-clip: text;
    -webkit-background-clip: text;
    list-style: none;
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-size: 17px;
}
.user-admin-sec ul {
    padding-left: 0;
}
.bg-light-theme1 {
    background-color: #2a2a29;
    padding: 70px 50px;
}
.bg-light-theme2 {
    background-color: #1c1c1c;
    padding: 70px 50px;
}
.user-admin-sec ul li p::before {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}
.grid-container1.grid-card {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.Remitano-features .feature-card {
    padding: 40px;
    height: 100%;
}
.Remitano-features .col-lg-4:nth-child(2) .feature-card,
.col-lg-4:nth-child(4) .feature-card,
.col-lg-4:nth-child(6) .feature-card {
    border: none;
    background: 0 0 !important;
    box-shadow: none;
}
.bep-benefits .list-grp li {
    font-size: 22px;
    background-clip: text;
    -webkit-background-clip: text;
}
.development-sec .col-lg-4 {
    padding: 1.5rem 1rem;
}
.development-sec .col-lg-4:hover {
    border: 0.1px solid rgba(255, 255, 255, 0.2);
    background: rgba(50, 49, 49, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 1.5rem 1rem;
}
.thanks-banner {
    z-index: 1;
    background-image: url(../../assets/img/thanks/bg.jpg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.thanks-banner h1 {
    color: #fff;
    font-weight: 800;
    font-size: 70px;
    line-height: 78px;
}
.bg-yellow {
    background-color: #e1d083;
    color: #000;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #d6d6d6 !important;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
    margin: 0 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b59351 !important;
}
.right-side-bar-btn {
    position: fixed;
    top: 30%;
    z-index: 999;
    right: 0;
}
@media (max-width: 767px) {
    .grid-container {
        display: grid;
        grid-template-columns: 100% 100%;
        align-items: center;
    }
    .grid-container1 {
        display: grid;
        grid-template-columns: 100%;
    }
    .grid-container1 .cols:nth-child(odd) {
        border: 0.1px solid rgba(255, 255, 255, 0.2);
        background: rgba(50, 49, 49, 0.5) !important;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 15px;
        text-align: center;
    }
    .grid-container1 .cols:nth-child(2n) {
        padding: 15px;
        text-align: center;
        border: none;
        background: 0 0 !important;
    }
    .kadena-banner,
    .smartcontract-banner,
    .solana-hire {
        max-width: 100%;
    }
}
@media (min-width: 1440px) {
    .app-dev-img {
        height: 500px;
    }
    .smartcontract-banner,
    .solana-hire,
    .web3-subbanner {
        max-width: 500px;
    }
    .kadena-banner,
    .web3-banner {
        max-width: 450px;
    }
}
.mar_nav {
    top: 79px;
}
.form-phone-number {
    display: table;
    width: 100%;
}
.form-phone-number .dropdown button {
    height: 38px;
    border: unset;
    padding: 10px 20px;
}
.form-phone-number .dropdown span {
    font-size: 12px;
    position: relative;
    top: -5px;
    color: #fff;
}
.form-phone-number .dropdown {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.form-phone-number .dropdown-toggle::after {
    top: 37%;
    position: inherit;
    color: #fff;
    padding-bottom: 3px;
}
.form-phone-number .dropdown-item {
    color: #000;
    white-space: normal !important;
}
.form-phone-number .dropdown-menu {
    height: 110px;
    overflow: hidden auto;
    will-change: transform;
    top: 0;
    left: 0;
    transform: translate3d(0, 38px, 0);
    background-color: #041124;
    width: 250px;
}
.form-phone-number .dropdown-item:hover {
    color: #1e2125;
    background-color: #009efc;
}
.form-phone-number .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.form-phone-number .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.form-phone-number .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}
#typePhoneContactUs:focus {
    outline: none;
}
.scroll-bar {
    height: 200px;
    overflow: scroll;
}
input.phone-input::placeholder {
    color: #6e6e6e !important;
}
.bg-color:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #999;
}
.fournotfour-banner {
    background-image: url("../img/404.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 10vh);
    position: relative;
}

#resultsScrollArea {
    max-height: 300px;
    overflow-y: auto;
}
.mic-live {
    display: none;
}
.mic-idle {
    display: inline;
}
#micBtn.recording .mic-idle {
    display: none;
}
#micBtn.recording .mic-live {
    display: inline;
}
#micBtn.recording svg {
    color: #d32f2f;
    animation: pulse 1s infinite;
}
@keyframes pulse {
    to {
        transform: scale(1.15);
    }
}
.modal-header {
    border-bottom: none;
}
.cust-modal-content {
    height: auto;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: none;
}
.modal-body {
    text-align: center;
}
.cus-modal-body form {
    margin: 0 auto;
    float: none;
    width: 300px;
}
.cus-modal-content .close {
    opacity: 1;
    font-size: 30px;
}
#search-model .modal-dialog {
    max-width: 50%;
}
#search-model .modal-dialog .cus-modal-body .form-search {
    border-radius: 50px;
    background: var(--white);
}
#search-model .modal-dialog .modal-body .form-search .button-primary {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
#search-model .modal-dialog .cus-modal-body .form-search .inp-select select {
    border: 0;
    background: transparent url(../img/down-arrow.webp) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 26px;
    cursor: pointer;
}
#search-model .modal-dialog .modal-body .form-search .inp-selectselect:focus {
    outline: none;
}
#search-model
    .modal-dialog
    .modal-body
    .form-search
    .inp-select
    select:focus-visible {
    outline: none;
}
#search-model .modal-dialog .modal-header .btn-close::before {
    content: none;
}
#search-model .modal-dialog .modal-header .btn-close {
    opacity: 1;
}
#search-model .modal-dialog .form-search .inp-form input:focus {
    background: transparent !important;
    box-shadow: unset;
}
#google_translate_element select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../img/down-arrow.webp) no-repeat right 20px center;
    padding: 6px 25px;
    margin: 0;
    border-radius: 25px;
    background-size: 20px;
    cursor: pointer;
}
#google_translate_element select:focus {
    outline: none;
}
.lang-drp #google_translate_element {
    height: unset !important;
}
.lang-drp #google_translate_element {
    display: none;
}
.lang-drp.open #google_translate_element {
    display: block;
}
#search-model .modal-dialog .form-search .inp-form input {
    border-radius: 50px 0 0 50px;
}
#search-model .modal-dialog .form-search .search-container table tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}
.form-controls {
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.form-controls:focus {
    background: rgba(255, 255, 255, 0.06) !important;
    color: white !important;
    box-shadow: none !important;
    outline: none;
}
.form-controls::placeholder {
    color: white;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.form-controls:focus::placeholder {
    color: white;
}
.form-controls:disabled {
    background: rgba(255, 255, 255, 0.06) !important;
}
.custom-search-bar {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    gap: 10px;
}
.search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    padding: 4px;
}
.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.Ai-Assitant-btn {
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
#ai-toggle:checked + .Ai-Assitant-btn {
    background-color: #d6c076;
}
#aiIframeContainer {
    transition: opacity 0.3s ease;
}
#aiIframeContainer.d-none {
    display: none;
    opacity: 0;
}
#aiIframeContainer:not(.d-none) {
    display: block !important;
    opacity: 1;
}
#aiIframeContainer iframe {
    display: block !important;
}
.modal-backdrop {
    z-index: 0 !important;
}
.internal-search-bar {
    background: linear-gradient(180deg, #b59351 0, #e1d083 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
}
.internal-search-bar:hover {
    background: linear-gradient(
        90deg,
        #d9d9d9 -3.85%,
        rgba(217, 217, 217, 0) 125.38%
    );
}
.popup-mt {
    margin-top: 120px !important;
}
#resultsBody a {
    color: black !important;
}
.hallowen-cross-button {
    position: absolute;
    right: -14px;
    bottom: 3%;
    border-radius: 5px;
}
.flag-icon-an {
    background-image: url("/assets/img/flag-icon-an.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.333em;
    height: 1em;
    display: inline-block;
}

/* Disable WOW animations on mobile */
@media (max-width: 768px) {
    .wow,
    .animate__animated {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        visibility: visible !important;
    }
}
/* .carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:space-around;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}; */

.carousel-control-prev {
    display: flex !important;
    justify-content: start !important;
    padding-left: 10px;
}
.carousel-control-next {
    display: flex !important;
    justify-content: end !important;
    padding-right: 10px;
}
/* .award-sec img:hover {scale: 1.4;transition: 1s all !important;} */
.text {
    color: white !important;
}

/* p .link{
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    background: linear-gradient(
        180deg,
        #ff0000 0.13%,
        rgba(255, 255, 255, 0) 505.08%
    );
    background-clip: text;
    -webkit-background-clip: text;
    word-break: break-word;
} */
