
@import url('../../calibri/stylesheet.css');
:root {
	--tawk-header-background-color: #179df4 !important;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #26455d;
	font-family: 'calibriregular';
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #f7f0f0;
}
::-webkit-scrollbar-thumb {
    background-color: #26455d;
    border-radius: 4px;
}
:focus {
    outline: 0 !important;
}
a, a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
}
.header_outter {
	height: 70px;
}
.mob_menu_		 {
	border-radius: 0;
	border: 1px solid rgba(128,128,128,1);
}
.mob_menu_btn .navbar-toggler-icon {

}
.mob_menu_btn[aria-expanded="true"] .menu_img,
.mob_menu_btn[aria-expanded="false"] .menu_img_close {
	display: none;
}
.mob_menu_btn[aria-expanded="true"] .menu_img_close {
	display: block;
}
.tweetfull_navbar {
	/* background-color: #FFFFFF; */
}
.tweetfull_navbar_outter {
	padding-top: 15px;
	padding-bottom: 15px;
	/* box-shadow: 0px 3px 8px 0px #e0e0e0; */
	/* background-color: #FFFFFF; */
	position: relative;
	z-index: 9;
}
.sticky_header {
	position: fixed;
	width: 100%;
	z-index: 9;
}


.navbar-brand img {
    width: 160px;
}

.banner_section {
   background: url('../../../images/landing/bg.png');
	background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
   
}
.img-width {
	max-width: 100%;
}

.font_family {
	font-family: "Rethink Sans", sans-serif;
}

.font400 {
	font-weight: 400;
}

.font500 {
	font-weight: 500;
}

.font600 {
	font-weight: 600;
}

.real_engagement {
	line-height: 28px;
}

.text_black {
	color: #010101;
}

.default-animate-btn {
  padding: 12px;
  background-color: #004e95;
  color: white !important;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  animation: pulse 1.5s infinite;
}

.section-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 40px 0;
}

.star {
    color: #004e95;
    width: 50px;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: #004e95;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 78, 149, 0.6); /* #004e95 with 60% opacity */
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 15px 10px rgba(0, 78, 149, 0); /* fade out */
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 78, 149, 0);
  }
}


.font16 {
	font-size: 16px;
}

.text_para {
	padding-bottom: 0px;
}

.section_three {
    background: #f9f9f9;
}

.section_two {
    /* position: relative; */
	 /* background: url('../../../images/landing/704.png');
	background-repeat: no-repeat;
	background-position: left; 
	width: 100%;
	height: 633px; */
}

.strip_bg {
	padding: 25px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #f2f1f9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: #f2f1f9;
    border-radius: 15px;
    font-size: 16px;
    color: #343434;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    /* font-family: "Font Awesome 5 Free"; font-weight: 900; */
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #f2f1f9;
    position: absolute;
}
.testimonial .description:before{
    content: "*";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "*";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ECECEC;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight: bold;
    color: #343434;
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: #ECECEC;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #ECECEC;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #f2f1f9;
    border: 1px solid #ECECEC;
}

.bounse_img img {
    position: absolute;
    left: -161px;
    top: 0;
    z-index: -2;
    animation: bounce 1.5s infinite;
    max-width: 100%;
}

.animation_bounce_img {
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(-20px);
    animation-timing-function: ease-out;
  }
}

.section_dark {
    background: #004e95;
}

.text_white {
    color: #FFF
}

.dark_btn {
    color: #004e95;
    border-radius: 8px;
    background: #FFF;
    font-weight: 600
}
.font18 {
    font-size: 18px;
}

.width30 {
    width: 30%;
}


/* crypto */

.build_your_text {
    font-size: 52px;
}

.coin_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.problems {
    padding: 2rem 0;
    background: #0f172a;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.problem-card {
    text-align: center;
    padding: 2rem;
    transition: transform 0.3s ease;
}

.problem-icon {
    width: 64px;
    height: 64px;
    background: rgba(239, 68, 68, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: background 0.3s ease;
}
.problem-icon svg {
    width: 32px;
    height: 32px;
    color: #f87171;
}

.feature-card, .problem-card {
    text-align: center;
    padding: 2rem;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 1rem;
    border: 1px solid #334155;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.feature-card h3, .problem-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p, .problem-card p {
    color: #94a3b8;
    line-height: 1.6;
}
.feature-icon.blue {
    background: rgba(59, 130, 246, 0.2);
}

.feature-icon.green {
    background: rgba(16, 185, 129, 0.2);
}

.feature-icon.blue svg {
    color: #60a5fa;
}

.feature-icon.yellow svg {
    color: #fbbf24;
}
.feature-icon.green svg {
    color: #10b981;
}

.feature-icon svg {
    width: 32px;
    height: 32px;
}

.feature-icon.yellow {
    background: rgba(251, 191, 36, 0.2);
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: background 0.3s ease;
}

.social-proof {
    padding: 2rem 0;
    background: #1e293b;
    text-align: center;
}

.start_grow {
    background: #004e95 !important;
    color: #FFF !important;
}
@media only screen and (max-width: 479px){
    .width30 {
    width: 90%;
}
    .mar_20 {
        margin-top: 30px;
    }
    .img-width {
        margin-bottom: 10px;
    }
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}

@media (min-width: 992px) {
    .tweetfull_navbar_outter {
        padding-top: 10px;
        padding-bottom: 10px;
        /* box-shadow: 0px 3px 8px 0px #e0e0e0; */
    }
}

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

.panel {
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 12px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}
.faq_list a.panel_title {
    display: block;
    font-size: 18px;
     font-weight: 600;
	/* font-family: 'calibribold'; */
    color: #26455d;
    padding: 20px;
    background: url('../../img/arrow-down-s-line.png') no-repeat center right 20px;
    padding-right: 46px;
}
.panel-collapse {
	padding: 20px;
	padding-top: 0px;
	border-top: 1px solid rgb(234 234 234 / 75%);
}
.faq_list p {
    margin: 10px 0;
    color: #26455d;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    font-size: 16px;
}
.faq_list p a:hover,
.faq_list p a {
	color: #179df3;
	cursor: pointer;
	text-decoration: underline;
	/* font-weight: 600; */
	/* font-family: 'calibribold'; */
}