body{
    font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.container{
    max-width: 1280px;
    padding:0px;
}

.head_text{
    color: #000000;
    font-size:56px;
    font-weight: bold;
    line-height: 68px;
    margin: .67em 0;
}

.head_text span.finFu{
    color: #1abc9c;
    display: block;
}

.paddTop80{
    padding-top:80px;
}

.paddBottom80{
    padding-bottom:80px;
}

.head_box{
    width:58%;
    margin: 0px auto;
}

.head_info{
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    padding: 20px 0;
    margin-bottom: 0;
    color: #000;
}

.head_btn{
    margin-top:40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

a.learn_more{
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    border-radius:4px 4px 4px 4px;
    padding:12px 24px 12px 24px;
    box-shadow:0 0 0 0 #fff0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
}

a.learn_more:hover{
    background-color: #1abc9ccc;
    border: 1px solid #1abc9ccc;
}

a.get_started{
    background-color: transparent;
    border: 1px solid #1abc9c;
    border-radius:4px 4px 4px 4px;
    padding:12px 24px 12px 24px;
    box-shadow:0 0 0 0 #fff0;
    color: #1abc9c;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
}

a.get_started:hover{
    background-color: #1abc9c;
    color: #fff;
}

.imgBox{
    margin-top:40px;
}

.imgBox img{
    max-width: 100%;
    filter: brightness(100%) contrast(100%) saturate(150%) blur(0) hue-rotate(0deg);
    border-radius: 4px;
}

.imgBox-2 img{
    max-width: 100%;
    border-radius: 4px;
}

.mv_head{
    font-size: 48px;
    color: #000;
    line-height: 56px;
    font-weight: bold;
    margin-bottom:10px;
    padding-bottom:20px;
}

.mv_text{
     font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    padding: 0px 0 30px 0;
    margin: 10px 0;
    color: #000;
}

.points{
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.points_text{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.bgBlack{
    background-color: #000;
    border-radius: 4px;
    padding:48px;
}

.unlock_box-1 h2{
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.unlock_box-1 p{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.unlock_box{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.unlock_box-1, .unlock_box-2{
    width: 50%;
}

.unlock_box-1 ul{
    list-style: none;
    padding:0px;
    margin:20px 0 0 0;
}

.unlock_box-1 ul li{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    margin-top: 4px;
    padding-bottom: 4px;
}

.unlock_box-1 ul li:before{
    content:'';
    background-image: url(../images/coins.png);
        height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    margin-right: 20px;
}

.unlock_box-1 ul li:first-child{
    margin-top:0px;
}

.unlock_box-1 ul li span{
        width: calc(100% - 40px);
    display: inline-block;
    vertical-align: middle;
}

.imgBox-3{
    padding-right:20px;
    margin:-48px -48px -90px 10px;
}

.imgBox-3 img{
    width: 100%;
    height: calc(100% + 96px);
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

.explore_head{
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    color: #000;
    margin-top: 0px;
    padding-bottom: 0px;
}

.explore_text{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    margin-top: 0px;
    padding-bottom: 0px;
}

.card_main{
    display: flex;
    gap: 20px;
}

.card_box .card-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #000;
    margin-bottom: 16px;
    padding-bottom: 0px;
}

.card_box .card-text{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.card_box .card{
    background-color: #1abc9c0D;
    border:1px solid #000;
    border-radius: 4px;
}

.card_box .card-body{
    padding:26px;
}

.card_design .card_box img{
    height:304px;
}

.marginTop20{
    margin-top:20px;
}

.bgSection{
    background-color: #f3f4f6ff;
}

.testimonial-container {
	background-color: rgba(245, 245, 245, 1);
	width: 100%;
}

.cd-testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 60%;
	margin: 0 auto;
	background-color: rgba(245, 245, 245, 1);
	padding: 0px 0px 0px;
	z-index: 1;
}

.cd-testimonials-wrapper h2 {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 60px;
	margin: 0 auto;
}


.testimonial-content {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto 32px auto;
}

.cd-testimonials {
	color: rgba(130, 132, 139, 1);
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cd-testimonials > li {
	position: absolute;
	opacity: 0;
}

.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}

.testimonial-content p {
    font-size: 20px;
    color: #000;
	line-height: 28px;
    font-weight: bold;
	margin-bottom: 32px;
}


.cd-author-info span p {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
}

.cd-author-info span p a {
	color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
	display: inline-block;
	vertical-align: top;
}

.cd-author-img img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.cd-author .cd-author-info {
	text-align: left;
	line-height: 1;
    padding-left: 17px;
}

.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	color: #6b6b70;
}

ul.cd-author-info {
	list-style: none;
}

ul.cd-author-info li h4{
    font-size: 16px;
	padding-left: 0px;
	line-height: 24px;
	font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

ul.cd-author-info li p {
	font-size: 16px;
	padding-left: 0px;
	line-height: 24px;
	font-weight: normal;
    color: #000;
    margin-bottom: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px 0 0;
	position: absolute;
	z-index: 9999;
	top: 50%;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.flex-direction-nav a:before {
	font-size: 40px;
	content: '\2039';
	position: absolute;
	display: block;
	top: 50%;
	padding: 14px 10px 14px 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 8px;
    margin-top: -3px;
	color:#ffffff;
}

.flex-direction-nav a.flex-next:before {
	content: '\203A';
	padding: 14px 20px 14px 10px;
	left: 10px;
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(2, 23, 31, 1);
	cursor: default;
}

.flex-control-nav {
	bottom: -20px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	padding: 0px 4px 0px 4px;
}


.testimonial-container .fa-star{
    color: #000;
    margin:0 4px;
    font-size: 20px;
    margin-bottom: 32px;
}

.line_sep{
    background-color: #000;
    height:50px;
    width:1px;
    display: block;
}

.testimonial-container .cd-author{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.faq_head{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    line-height: 56px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.faq_text{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.faq-section {
  padding: 20px 0 20px 0;
}

.faq-item {
  border-bottom: 1px solid #000;
  padding: 14px 0;
}

.faq-section .faq-item:first-child{
   border-top: 1px solid #000; 
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  line-height: 32px;
}

.faq-question::after {
  content: "\276E";
  position: absolute;
  right: 17px;
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #ff9966;
  font-weight: 600;
    transform: rotate(-90deg);
}

.faq-item.active .faq-question::after {
  content: "\276F";
  color: #000;
}

.faq-item.active .faq-question{
    color: #1abc9c;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;
}

.learn_head{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 48px;
    margin-bottom: 16px;
}

.learn_text{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px;
}

.marginTop60{
    margin-top:60px;
}

.testimonial-container .flex-direction-nav{
    margin-bottom:0px;
	list-style:none;
}

.footer_link_box{
    display: flex;
    gap: 20px;
}

.footer_link_box>div:nth-child(1), .footer_link_box>div:nth-child(3){
    width: 16%;
}

.footer_link{
    width: 68%;
}

.footer_link ul{
    list-style: none;
    padding:0px;
    margin:0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer_link ul li{
    display: block;
}

.footer_link ul li a{
    padding:0 18px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    transition: .4s;
    color: #000;
}

.footer_link ul li a:hover{
    text-decoration: none;
    color: #1abc9c;
}

.social_link ul{
    list-style: none;
    padding:0px;
    margin:0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.social_link ul li{
    display: block;
}

.social_link ul li a{
    font-size: 16px;
    font-weight: normal;
    transition: .4s;
    color: #000;
}

.social_link ul li a:hover{
    text-decoration: none;
    color: #1abc9c;
}

.footer_sep{
    margin:35px 0;
    padding:0;
    border-color: #000;
}

.header_top{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.logo_main{width: 20%;}
.header_btn{width:30%;display: flex;gap: 20px;justify-content: flex-end;}
.header_link{width:50%;}


.header_link ul{
    list-style: none;
    padding:0px;
    margin:0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header_link ul li{
    display: block;
}

.header_link ul li a{
    padding:13px 18px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    transition: .4s;
    color: #000;
    display: block;
}

.header_link ul li a:hover{
    text-decoration: none;
    color: #1abc9c;
}

.header_main{
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #7777774D;
    padding: 10px 10px 10px 24px;
    max-width: 1320px;
    margin: 24px auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 50%;
    top:0;
    transform: translateX(-50%);
}

.marginTop120{
    margin-top:120px;
}

.div_mobile{
	display:none;
}
.slide_mobile{
	display:none;
}

// Variables
// ---------
$animation-timing-function: cubic-bezier(.4,0,.2,1);
$animation-duration: 1s;

// Keyframes
// ---------
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%); 
  }
  100% {
    opacity: 1;
    transform: none; 
  } 
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%); 
  }
  100% {
    opacity: 1;
    transform: none; 
  } 
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%); 
  }
  100% {
    opacity: 1;
    transform: none; 
  } 
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%); 
  }
  100% {
    opacity: 1;
    transform: none; 
  } 
}

@keyframes fadeIn {
  0% {
    opacity: 0; 
  }
  100% {
    opacity: 1; 
  } 
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1; 
    transform: none;
  } 
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1; 
    transform: none;
  } 
}

@keyframes flipInY {
  0% {
    opacity: 0; 
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1; 
    transform: none;
  } 
}

@keyframes slideInUp {
	 0% {
		 opacity: 0;
		 transform: translateY(50%);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes slideInDown {
	 0% {
		 opacity: 0;
		 transform: translateY(-50%);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes slideInleft {
	 0% {
		 opacity: 0;
		 transform: translateX(50%);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes slideInRight {
	 0% {
		 opacity: 0;
		 transform: translateX(-50%);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes fadeIn {
	 0% {
		 opacity: 0;
	}
	 100% {
		 opacity: 1;
	}
}
 @keyframes zoomIn {
	 0% {
		 opacity: 0;
		 transform: scale(0.5);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes zoomReverseIn {
	 0% {
		 opacity: 0;
		 transform: scale(1.5);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 @keyframes flipInY {
	 0% {
		 opacity: 0;
		 transform: rotateY(90deg);
	}
	 100% {
		 opacity: 1;
		 transform: none;
	}
}
 [data-animation] {
	 opacity: 0;
	 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	 animation-fill-mode: both;
	 animation-duration: 1s;
}
 .animations-disabled, .animations-disabled [data-animation] {
	 animation: none !important;
	 opacity: 1 !important;
}
 .slideInUp {
	 animation-name: slideInUp;
}
 .slideInDown {
	 animation-name: slideInDown;
}
 .slideInLeft {
	 animation-name: slideInleft;
}
 .slideInRight {
	 animation-name: slideInRight;
}
 .fadeIn {
	 animation-name: fadeIn;
}
 .fadeOut {
	 animation-name: fadeIn;
	 animation-direction: reverse;
}
 .zoomIn {
	 animation-name: zoomIn;
}
 .zoomOut {
	 animation-name: zoomIn;
	 animation-direction: reverse;
}
 .zoomReverseIn {
	 animation-name: zoomReverseIn;
}
 .zoomReverseOut {
	 animation-name: zoomReverseIn;
	 animation-direction: reverse;
}
 .flipInY {
	 animation-name: flipInY;
}
 .flipOutY {
	 animation-name: flipInY;
	 animation-direction: reverse;
}
 

@media (min-width: 320px) and (max-width: 991px) {
	.header_top{gap:0px;}
            .header_main{
				    transform: none;
					width: auto;
					padding:10px 24px;
					margin-left:15px;
					margin-right:15px;
					right:0;
					left:0;					
			}
			.header_link, .header_btn{
				display:none;
				width:100%;
			}
			
			.slide_mobile .header_link{
				display:block;
			}
			
			.div_mobile{
				display:block;
			}
			
			.div_mobile i{
				font-size:22px;
			}
			.logo_main{
				margin-right:auto;
			}
			
			.card_main{
				display:block;
			}
			.container{
				padding:0 15px;
			}
			.paddBottom80{padding-bottom:40px;}
			.paddTop80{padding-top:40px;}
			.head_text{margin-top:0px;}
			.head_box{width:100%;}
			.marginTop20-m{margin-top:20px;}
			.bgBlack{padding:20px;}
			.unlock_box{display:block;}
			.unlock_box-1, .unlock_box-2{width:100%;}
			.imgBox-3{margin: 50px 0 0 0;padding: 0;}
			.card_design .card_main .card_box{margin-bottom:20px;}
			.bgSection .card_main .card_box{margin-bottom:20px;}
			.footer_link_box{display: block;}
			.footer_link{width: 100%;}
			.social_link{width:100%;}
			.social_link ul{justify-content: center; margin-top: 20px;}
			.footer_link_box{display: block;}
			.footer_link{width: 100%;}
			.footer_link_box>div:nth-child(1), .footer_link_box>div:nth-child(3){width:100%;}
			.mb-20.footer_link ul li:first-child {margin-bottom:20px;}
			.cd-testimonials-wrapper{max-width:100%;}
			.cd-author .cd-author-info{padding-left:0;text-align:center;}
			ul.cd-author-info li h4{font-size: 14px;}
			ul.cd-author-info li p{font-size: 14px;}
				.slice_div{position: absolute;
    /* width: 100%; */
    left: 0px;
    background: #fff;
    border: 1px solid #7777774D;
    right: 0px;
    top: 76px;
    z-index: 9;
	border-radius:6px;
	}
	.header_link ul{display:block;}
	.header_link ul li{border-top:1px solid #7777774D;}
        }



