@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@500&display=swap');
@import url('../node_modules/bootstrap/dist/css/bootstrap.min.css');
@import url('../node_modules/jquery-toast-plugin/dist/jquery.toast.min.css');
@import url('./media.css');
@import url('./animate.css');

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0 transparent;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #1D1D20;
    color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

h1 {
    font-size: 3.595rem;
    line-height: 4.2rem;
}

h2 {
    font-size: 2.395rem;
}

h3 {
    font-size: 2.095rem;
}

h4 {
    font-size: 1.895rem;
}

h5 {
    font-size: 1.495rem;
}

h6 {
    font-size: 1.195rem;
}

.dashed {
    border: 1px dashed #D1D0D6;
    border-radius: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    transition: all 500ms;
}

.btn {
    border-radius: 16px;
    padding: 8px 20px;
}

.btn-default {
    background: #3772FF;
    color: #fff !important;
}

.btn-default:hover {
    color: #3772FF;
    background: #2d61da;
}

.btn-sm{
    font-size: 0.75rem!important;
    padding: 5px 15px;
}
.btn-outline-default {
    background: transparent;
    color: #3772FF !important;
    border-color: #3772FF;
}

.btn-outline-default:hover {
    color: #fff !important;
    background: #3772FF !important;
}
.btn-outline-silver {
    background: transparent;
    color: #6c757d !important;
    border-color: #6c757d;
}

.btn-outline-silver:hover {
    color: #000 !important;
    background: #6c757d !important;
}

.mobile-navigation {
    display: none;
}

.bars-icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 8V6H21V8H3ZM3 13H21V11H3V13ZM3 18H21V16H3V18Z' fill='white'/%3E%3C/svg%3E%0A");
}

.bars-icon.bars-close {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='16.447' y1='1.41421' x2='2.41422' y2='15.447' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='16.3579' y1='15.7725' x2='2.32508' y2='1.73966' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.mobile-navigation nav {
    display: block !important;
    position: absolute;
    padding: 1.3rem;
    background: #151414;
    border-radius: 0;
    left: 0;
    min-height: 100vh;
    right: 0;
    top: -100vh;
    z-index: 120;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.1);
    transition: top 400ms ease-out;
    padding-top: 80px;
}

.mobile-navigation nav a {
    display: block;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 12px 0;
}

.mobile-navigation nav nav {
    display: none !important;
    position: relative;
    padding: 5px 25px !important;
    min-height: auto;
!important;
    right: 0 !important;
    top: 0 !important;
    z-index: 120 !important;
    box-shadow: inherit !important;;
    transition: none !important;
}

.mobile-navigation nav a.active + nav {
    display: block !important;
}

.section-wrapper {
    padding: 2.8rem 0px;
}

.h-container {
    display: flex;
    align-items: center;
}


.hero {
    width: 100%;
    min-height: 30vh;
    overflow: hidden;
    padding: 0 2%;
    align-items: center;
}

.home-hero {
    display: block;
    border-radius: 19px;
}

.page-hero {
    min-height: inherit !important;
}

.header-fluid .header-left-nav {
    position: relative;
    z-index: 9999999;
    padding-left: 1.3rem;
}

.header-fluid {
    display: grid !important;
    grid-template-columns: auto 0.8fr 1fr 1fr;
    justify-content: flex-start !important;
    text-align: inherit !important;
    padding: 20px 25px !important;
    background-color: #fff;
    align-items: center;
}

.header-logo .logo {
    position: relative;
    width: 130px;
    z-index: 1000;
}
.footer-logo .logo {
    width: 140px;
}
.footer-description {
    font-size: 0.75rem;
    font-style: italic;
    color: #6c757d!important;
    margin-top: 0.1rem;
}

.header-logo {
    border-right: 2px solid #353945;
    padding-right: 1rem;
}

.header-container {
    display: grid;
    grid-template-columns: 2.8fr 2fr;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.header-container .header-right-nav {
    text-align: right;
}

.header-container .header-top-nav {
    display: flex;
    align-items: center;
    justify-content: start;
}

.home-hero .hero-container {
    background-image: url('../images/hero/home.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: right 30%;
    padding-top: 0;
    padding-bottom: 3rem;
    min-height: 80vh;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
}

.service-hero .hero-container {
    background-image: url('../images/hero/service.png');
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: right center;
    padding-top: 2rem;
    padding-bottom: 4rem;
    min-height: 60vh;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
}

.social-hero .hero-container {
    background-image: url('../images/hero/socialmedia.png');
    background-size: 450px;
}

.airdrop-hero .hero-container {
    background-image: url('../images/hero/bot.png');
    background-size: 450px;
}

.crypto-hero .hero-container {
    background-image: url('../images/hero/crypto-camp.png');
    background-size: 450px;
}

.influencer-hero .hero-container {
    background-image: url('../images/hero/influencers.png');
    background-size: 500px 400px;
}

.ppcads-hero .hero-container {
    background-image: url('../images/hero/ads.png');
    background-size: 450px;
}

.pr-hero .hero-container {
    background-image: url('../images/hero/pr.png');
    background-size: 450px;
}

.seo-hero .hero-container {
    background-image: url('../images/hero/content.png');
    background-size: 450px;
}

.telegram-hero .hero-container {
    background-image: url('../images/hero/telegram.png');
    background-size: 450px;
}

.uiux-hero .hero-container {
    background-image: url('../images/hero/uiux.png');
    background-size: 450px;
}

.header-container nav a {
    text-decoration: none;
    color: #64626A;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
}


.home-hero .hero-content {
    max-width: 50%;
}


.filter-tab {
    display: flex;
    gap: 10px;
    margin: 15px auto;
}

.filter-tab a {
    border: 0;
    border-radius: 21px;
    padding: 10px 15px;
    color: #777E90;
    font-size: 0.87rem;
    font-weight: bold;
}

.filter-tab a:hover {
    background: #353945;
    border-radius: 100px;
    border-color: transparent;
}

.filter-tab a.active {
    background: #353945;
    border-radius: 100px;
    border-color: transparent;
}

.card.custom-card {
    background: transparent;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: 0;
    overflow: hidden;
}

.card.custom-card .card-body {
    padding: 40px 35px;
}

.card.custom-card-bordered {
    background: #FFFFFF;
    border-radius: 25px !important;
    padding: 20px 20px;
    overflow: hidden;
    border: 1px solid #F1F1F1;
}

.sub-hero-card {
    margin: -70px -75px 0;
    background-color: rgba(255, 255, 255, .15) !important;
    backdrop-filter: blur(5px) !important;
}

.sub-home-hero {
    background-color: #23262F !important;
}

.v-small {
    font-size: 70%;
}

.card-gray {
    background-color: #353945 !important;
    box-shadow: 0 64px 64px -48px rgba(15, 15, 15, 0.1) !important;
    border-radius: 16px !important;
}

.last-section {
    padding-bottom: 5rem;
}

.footer-wrapper {
    border-top: 1px solid #353945;
    padding: 50px 0 15px;
    background-color: transparent;
}

.footer-wrapper .footer-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 1rem;
    line-height: 1.8rem;
}

.footer-wrapper .footer-body .footer-section {
    margin-bottom: 3rem;
}

.footer-wrapper .footer-body .footer-section h6 {
    font-size: 0.795rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #E6E8EC;
}

.footer-wrapper .footer-body .footer-section nav a {
    text-decoration: none;
    color: #777E90;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.footer-wrapper .footer-section nav.footer-social-nav {
    text-align: right !important;
}

.footer-wrapper .footer-section nav.footer-social-nav a {
    text-decoration: none;
    display: inline-block;
    margin: 0 6px 0 0;
}

.footer-wrapper .footer-section nav.footer-social-nav a img {
    width: 30px;
}

.footer-wrapper .footer-body .footer-section nav a:hover {
    color: #3772FF;
}

.footer-wrapper .footer-bottom-container {
    border-top: 1px solid #353945;
}

.footer-wrapper .footer-bottom {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding-top: 15px;
}

.footer-wrapper .footer-bottom .copyright {
    color: #64626A;
    font-size: 12px;
}

.footer-wrapper .footer-bottom nav {
    text-align: center;
}

.footer-wrapper .footer-bottom nav a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    color: #64626A;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-wrapper .footer-bottom nav a:hover {
    color: #EF504F;
}

.language-form {
    color: #64626A;
    font-size: 10px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.language-form .btn {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.8rem;
}

.client-logos {

    margin: 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 25px;
    justify-content: center;
}
.client-logos.client-logos-4 {
    margin: 0 0;
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
    grid-template-rows: 1fr;
    grid-gap: 25px;
    justify-content: center;
}
.client-logos img{
    max-width: 80%;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 15px;
}

.avatar img {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fcfcfc;
}

.card.card-horizontal .card-body {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px !important;
}

.card.card-horizontal .card-body {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px !important;
}

.col-image {
    position: relative;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.relative-tabs {
    position: relative;
    margin: 5rem 0;
}

.relative-tabs {
    position: relative;
}

.relative-tabs .tab-item {
    display: block;
    padding: 10px 20px 10px 60px;
    max-width: 30vw;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.relative-tabs .tab-item p {
    display: none;
}

.relative-tabs .tab-item.active {
    background: #353945;
    padding: 30px 20px 15px 60px;
}

.relative-tabs .tab-item.active p {
    display: block;
    margin-top: 10px;
}

.relative-tabs .tab-item:after {
    content: " ";
    width: 5px;
    background: #C4C4C4;
    border-radius: 20px;
    position: absolute;
    left: 25px;
    top: 10px;
    bottom: 10px;
}

.relative-tabs .tab-item.active:after {
    top: 20px;
    bottom: 20px;
}

.relative-tabs .tab-content {
    position: absolute;
    left: 32vw;
    top: 0;
    /*bottom: 0;*/
    display: none;
}

.relative-tabs .tab-item.active + .tab-content {
    display: block;
}

.relative-tabs .navigation {
    display: none;
    text-align: center;
    margin: 35px 0;
}

.relative-tabs .navigation .navigation-item {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #C4C4C4;
    border-radius: 50%;
}

.relative-tabs .navigation .navigation-item.active {
    width: 45px;
    height: 15px;
    border-radius: 25px;
}

.bar-line {
    position: absolute;
    width: 10vw !important;
    min-height: 25px;
    background-image: url("../images/line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    top: 18%;
    right: -4vw !important;
}

.bar-line:nth-child(2n) {
    right: -14vw;
}

.blur-card {
    background-color: rgba(0, 0, 0, .4) !important;
    backdrop-filter: blur(5px) !important;
}

.search-input-group {
    padding: 5px;
    align-items: center;
    background-color: transparent !important;
    border: 2px solid #23262F;
    border-radius: 90px !important;
    color: #fff !important;
}

.search-input-group .form-control {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 0.8rem;
    padding: 8px !important;
    color: #fff !important;
}

.search-input-group .btn {
    padding: 5px 10px !important;
}

.footer-search {
    display: none;
    padding: 0 25px !important;
}

.btn-rounded {
    border-radius: 50%;
}

.top-navigation {
    /*position: relative;*/
}

.top-navigation a {
    cursor: pointer;
}

.top-navigation a + nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #131315;
    box-shadow: 0 1rem 3rem rgba(73, 72, 72, 0.1);
    padding: 85px 12vw 50px;
    z-index: 11;
    top: -100%;
    transition: 1s all;
    border-radius: 0 0 40px 40px;
}

.top-navigation a + nav a {
    padding: 20px 25px 10px;
    border-radius: 10px;
}

/*.top-navigation a:hover+nav,.top-navigation a:hover+nav:hover,.top-navigation a+nav:hover{*/
.top-navigation a.nav-item.active + nav {
    display: grid;
    top: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    transition: 1s all;
}

.top-navigation a + nav .top-navigation-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.3rem;
    font-weight: bold;
    color: #faf7f7;
    font-size: 0.975rem;
}

.top-navigation a + nav a p {
    display: block;
    margin-top: 5px;
    font-size: 0.875rem;
}

.top-navigation a + nav a:hover {
    background-color: #262525;
}

.filter-content .filter-item {
    display: none;
}

.filter-content .filter-item.active {
    display: block;
}

.main-nav-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
}

.header-open .main-nav-overlay {
    opacity: 1;
    pointer-events: all;
}

.header-open .top-navigation a {
    position: relative;
    z-index: 12;
}

.header-open .header-right-nav a {
    position: relative;
    z-index: 12;
}

.header-open .header-fixed {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.carousel-control-prev, .carousel-control-next {
    border-radius: 50%;
    background: #23262F;
    height: 40px;
    top: 40%;
    width: 40px;
}

.carousel-control-prev {
    left: -45px !important;
}

.carousel-control-next {
    right: -45px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 25px !important;
    width: 25px !important;
}

.call-us-card {
    padding: 5px;
    align-items: center;
    background-color: #fff !important;
    border: 2px solid #23262F;
    border-radius: 20px !important;
    color: #23262F !important;
}

.call-us-card a {
    color: #23262F !important;
}

.mail-us-card {
    padding: 5px;
    align-items: center;
    background-color: transparent !important;
    border: 2px solid #23262F;
    border-radius: 20px !important;
    color: #fff !important;
}

.custom-form-group {
    padding: 5px;
    align-items: center;
    background-color: transparent !important;
    border: 2px solid #23262F;
    border-radius: 20px !important;
    color: #fff !important;
}

.custom-form-group .form-control {
    padding: 5px;
    align-items: center;
    background-color: transparent !important;
    border: 0;
    border-radius: 90px !important;
    color: #fff !important;
}

.alert {
    border-radius: 25px;
}

.half-max {
    max-width: 50%;
}

.learn-tab a {
    color: #fff;
}

.learn-tab a .card-body {
    transition: background-color 150ms ease-out;
}

.learn-tab a:hover .card-body {
    background-color: #353945 !important;
    box-shadow: 0 64px 64px -48px rgba(15, 15, 15, 0.1) !important;
    border-radius: 16px !important;
    transition: background-color 300ms ease-in;
}

.learn-tab a .img-fluid {
    max-width: 90% !important;
}

#why .img-fluid{
    max-width: 50%;
}


.section-sub-hero img{
    max-width: 50px;
}
.hot-badge {
    position: absolute;
    color: #1D1D20;
    font-size: 7px;
    border-radius: 5px;
    background: #fff;
    line-height: 0.8rem;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
}
