/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 
Author E-mail: 

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.


@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
04/ button
05/ clients logo
06/ features
07/ price
08/ testimonial
09/ video
10/ subscribe
11/ team
12/ accordion 
13/ integration-single 
14/ job
15/ blog
16/ contact
17/ footer


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
:root {
  --ex-white: #fff;
  --ex-pink: #eb5c56;
  --ex-Poppins: "Poppins", serif;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
body {
  font-family: var(--ex-Poppins);
  background: #090422;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ex-Poppins);
  font-weight: 600;
  color: var(--ex-white);
}

p {
  font-family: var(--ex-Poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #d1d5db;
}

/** === Predefined Global Classes === **/
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.body_wrapper {
  overflow: hidden;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1340px;
  }
}
/**===== section padding scss =====**/
.sec_padding {
  padding: 120px 0px;
}

.sec_padding_two {
  padding: 100px 0px;
}

/** ===== section title scss ====== **/
.crypto_title {
  font-size: 52px;
  line-height: 62px;
}

.crypto_title.mb_6 {
  margin-bottom: 65px;
}

.title_discription {
  font-size: 18px;
  line-height: 28.8px;
}

/* End Title Area css
============================================================================================ */
/*---------------------------------------------------- */
.navbar {
  border: 0px;
  padding: 0px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar .navbar-brand {
  margin-right: 15px;
}

.menu > .nav-item {
  margin-left: 42px;
  position: relative;
  padding-bottom: 45px;
  padding-top: 45px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .menu > .nav-item {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 25px;
  }
}
.menu > .nav-item:first-child {
  margin-left: 0;
}
.menu > .nav-item > .nav-link {
  font-family: var(--ex-Poppins);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item > .nav-link:hover,
.menu > .nav-item > .nav-link.active {
  color: var(--ex-pink);
}
@media (min-width: 992px) {
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: -1;
    color: #fff;
  }
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 8px;
  left: -30px;
  min-width: 200px;
  padding: 15px 0px;
  background: #fff;
  top: 100%;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: 0px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
  margin-top: 14px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
    right: 10px;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -15px;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.nav_right {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .nav_right {
    margin-left: 15px;
  }
}
.nav_right .theme_btn {
  font-size: 16px;
  line-height: 25px;
  padding: 17px 33px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
}
.nav_right .theme_btn:hover {
  background: var(--ex-pink);
}
@media (max-width: 1199px) {
  .nav_right .theme_btn {
    padding: 11px 25px;
  }
}
.nav_right .theme_btn.menu_btn_white {
  border-color: #fff;
}
.nav_right .theme_btn.menu_btn_white:after {
  background: #fff;
}
.nav_right .theme_btn.menu_btn_white:hover {
  color: #fff;
}
.nav_right .theme_btn.menu_btn_white:hover svg path {
  fill: #fff;
}

.navbar-toggler {
  border-radius: 50%;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  box-shadow: none;
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler .menu_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30px;
  cursor: pointer;
  margin: 0 auto;
}
.navbar-toggler .menu_toggle span {
  background: #fff;
  border-radius: 10px;
  height: 3px;
  margin: 3px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}
.navbar-toggler .menu_toggle span:nth-child(1) {
  width: 50%;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(3px, 0px);
  transform: rotatez(45deg) translate(3px, 0px);
}
.navbar-toggler .menu_toggle span:nth-child(2) {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotatez(-45deg);
  transform: rotatez(-45deg);
}
.navbar-toggler .menu_toggle span:nth-child(3) {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 50%;
  -webkit-transform: translate(14px, -4px) rotatez(45deg);
  transform: translate(14px, -4px) rotatez(45deg);
}
.navbar-toggler.collapsed .menu_toggle span {
  -webkit-transform: translate(0px, 0px) rotatez(0deg);
  transform: translate(0px, 0px) rotatez(0deg);
}
.navbar-toggler.collapsed .menu_toggle span:nth-child(3) {
  width: 75%;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    background: #18142f;
    -webkit-box-shadow: 4px 6px 10px rgba(12, 0, 46, 0.05);
    box-shadow: 4px 6px 10px rgba(12, 0, 46, 0.05);
    z-index: 8;
    width: 100%;
  }
  .menu,
  .nav_right {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 710px;
  }
  .menu > .nav-item {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .nav_right {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .nav_right .theme_btn {
    display: inline-block;
  }
}
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #18142f;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: menuAnimation 0.6s ease-in-out;
  animation: menuAnimation 0.6s ease-in-out;
  z-index: 999;
}
.sticky .menu > .nav-item {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .sticky .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sticky .navbar-toggler {
  border-color: #fff;
}
.sticky .navbar-toggler .menu_toggle span {
  background: #fff;
}

/*----------------------------------------------------*/
.crypto_banner_area {
  padding: 120px 0px 0px;
  position: relative;
}
.crypto_banner_area::before {
  content: "";
  background: url("../img/b_bg.png") no-repeat scroll center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 1945px;
}

.crypto_banner_text h1 {
  font-size: 66px;
  line-height: 72.6px;
  margin-bottom: 25px;
}
.crypto_banner_text h1 span {
  color: var(--ex-pink);
}
.crypto_banner_text p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}

.referal_code {
  margin-left: 30px;
}
.referal_code h6 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 5px;
}
.referal_code h3 {
  color: #fde047;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.theme_btn {
  padding: 16px 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: var(--ex-pink);
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme_btn svg {
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme_btn:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(235, 92, 86, 0.4);
  box-shadow: 0px 5px 20px 0px rgba(235, 92, 86, 0.4);
}
.theme_btn:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crypto_app_img {
  position: relative;
  z-index: 1;
  margin-right: -80px;
  text-align: right;
}
.crypto_app_img:before {
  content: "";
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: linear-gradient(
    330.6deg,
    rgba(255, 255, 255, 0) -9.03%,
    rgba(255, 255, 255, 0.3) 105.62%
  );
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.crypto_app_img:after {
  content: "";
  width: 724px;
  height: 724px;
  border-radius: 50%;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  position: absolute;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.crypto_service_area {
  padding-top: 50px;
}
.crypto_service_area .col-lg-3 {
  margin-top: 30px;
}

.crypto_service_area .col-lg-4.col-sm-6 {
  margin-bottom: 24px;
}

.crypto_service_item {
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.crypto_service_item:before {
  content: "";
  position: absolute;
  width: 375px;
  height: 375px;
  border: 110px solid rgba(255, 255, 255, 0.2);
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  top: 113px;
  right: -142px;
}
.crypto_service_item .icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crypto_service_item h5 {
  font-size: 24px;
  line-height: 32px;
  padding-right: 70px;
  margin-bottom: 15px;
}
.crypto_service_item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}
.crypto_service_item.active,
.crypto_service_item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(239, 95, 89, 0.3);
}
.crypto_service_item.active .icon,
.crypto_service_item:hover .icon {
  background: linear-gradient(274.99deg, #ef5f59 0%, #ad403d 98.52%);
}

.crypto_features_area {
  padding: 150px 0px 120px;
}
.crypto_features_area .tab-content .tab-pane {
  text-align: right;
}

.crypto_nav_tab {
  padding-right: 20px;
}
.crypto_nav_tab .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  cursor: pointer;
}
.crypto_nav_tab .nav-link .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.crypto_nav_tab .nav-link .tab_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.crypto_nav_tab .nav-link .tab_text h5 {
  font-size: 24px;
  color: #f3f4f6;
  margin-bottom: 13px;
}
.crypto_nav_tab .nav-link .tab_text p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  color: #d1d5db;
}
.crypto_nav_tab .nav-link.active,
.crypto_nav_tab .nav-link:hover {
  background: linear-gradient(274.99deg, #ef5f59 0%, #ad403d 98.52%);
  border: 1px solid rgba(255, 255, 255, 0);
}
.crypto_nav_tab .nav-link.active .icon,
.crypto_nav_tab .nav-link:hover .icon {
  background: #fccecc;
}
.crypto_nav_tab .nav-link.active .icon svg path,
.crypto_nav_tab .nav-link:hover .icon svg path {
  stroke: #ef5f59;
}

.crypto_work_area {
  padding-bottom: 80px;
}
.crypto_work_area .col-lg-3 {
  margin-bottom: 30px;
}

.crypto_work_item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 40px;
  border-radius: 12px;
  position: relative;
  height: 100%;
}
.crypto_work_item .number {
  background: var(--ex-pink);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  left: 13px;
  top: 13px;
}
.crypto_work_item img {
  margin-bottom: 45px;
}
.crypto_work_item h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

.crypto_faq_area {
  position: relative;
  padding: 150px 0px;
}
.crypto_faq_area .d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shap {
  position: absolute;
  bottom: -80%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.crypto_faq_inner {
  padding-left: 30px;
}
.crypto_faq_inner .accordion-item {
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
}
.crypto_faq_inner .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 20px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.crypto_faq_inner .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.crypto_faq_inner .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.crypto_faq_inner .accordion-item .accordion-header .accordion-button .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crypto_faq_inner
  .accordion-item
  .accordion-header
  .accordion-button
  .icon
  svg
  path {
  stroke: #ef5f59;
}
.crypto_faq_inner
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.crypto_faq_inner
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  .icon
  svg
  path {
  stroke: #fff;
}
.crypto_faq_inner .accordion-item .accordion-collapse {
  padding: 0px 20px;
}
.crypto_faq_inner .accordion-item .accordion-body {
  color: #d1d5db;
  font-size: 18px;
  padding: 20px 0px;
  position: relative;
}
.crypto_faq_inner .accordion-item .accordion-body:before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(38, 38, 38)),
    color-stop(41%, rgb(83, 83, 84)),
    color-stop(69%, rgb(37, 37, 37)),
    to(rgb(50, 50, 50))
  );
  background: linear-gradient(
    90deg,
    rgb(38, 38, 38) 0%,
    rgb(83, 83, 84) 41%,
    rgb(37, 37, 37) 69%,
    rgb(50, 50, 50) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.crypto_action_inner {
  background: url(../img/bg_shap_action.png) no-repeat scroll center
    center/cover;
  border-radius: 32px;
  padding: 50px 80px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.crypto_action_inner .action_content {
  padding-right: 120px;
}
.crypto_action_inner .action_content p {
  margin-bottom: 30px;
}
.crypto_action_inner h2 {
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 20px;
}

.theme_btn_2 {
  font-size: 16px;
  line-height: 25px;
  padding: 17px 33px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  color: #fff;
}
.theme_btn_2 svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme_btn_2:hover {
  background: var(--ex-pink);
}
.theme_btn_2:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crypto_testimonial_area {
  background: url(../img/testimonial_bg.png) no-repeat scroll center
    center/cover;
}

.custom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom_nav .slick-arrow {
  width: 72px;
  height: 56px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ef5f59;
  margin-left: 12px;
  cursor: pointer;
}
.custom_nav .slick-arrow:hover {
  background: var(--ex-pink);
  color: #f3f4f6;
}

.crypto_testimonial_slider {
  margin-top: 40px;
}
.crypto_testimonial_slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crypto_testimonial_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crypto_testimonial_slider .item {
  margin: 0px 15px;
  height: 100%;
}
.crypto_testimonial_slider .crypto_testimonial_item {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  position: relative;
  height: 100%;
}
.crypto_testimonial_slider .crypto_testimonial_item p {
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.crypto_testimonial_slider .crypto_testimonial_item .testimonial_author_info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.crypto_testimonial_slider
  .crypto_testimonial_item
  .testimonial_author_info
  .testimonial_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.crypto_testimonial_slider
  .crypto_testimonial_item
  .testimonial_author_info
  .testimonial_author
  img {
  border-radius: 50%;
  margin-right: 15px;
  max-width: 60px;
}
.crypto_testimonial_slider
  .crypto_testimonial_item
  .testimonial_author_info
  .testimonial_author
  h5 {
  font-size: 24px;
}
.crypto_testimonial_slider
  .crypto_testimonial_item
  .testimonial_author_info
  .testimonial_author
  h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #d1d5db;
}
.crypto_testimonial_slider
  .crypto_testimonial_item
  .testimonial_author_info
  .ratting {
  position: absolute;
  right: 20px;
  top: 22px;
}
.crypto_testimonial_slider
  .crypto_testimonial_item
  .testimonial_author_info
  .ratting
  i {
  color: #ffb800;
  font-size: 15px;
}
.crypto_testimonial_slider .crypto_testimonial_item .quote {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.ratting i {
  color: #ffb800;
  font-size: 15px;
}

.google_review_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.google_review_inner .google_review_text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.google_review_inner .google_review_text h2 span {
  color: #ef5f59;
}
.google_review_inner .google_review_text p {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0;
}
.google_review_inner .referal_code {
  margin-left: 0;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.footer_area {
  padding-top: 120px;
  position: relative;
}
.footer_area:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/f_bg.png") no-repeat center bottom/cover;
  height: 1200px;
  z-index: -1;
}
.footer_area .f_logo {
  margin-bottom: 40px;
  display: inline-block;
}
.footer_area .f_list {
  margin-bottom: 25px;
}
.footer_area .f_list li {
  display: inline-block;
}
.footer_area .f_list li + li {
  margin-left: 20px;
}
.footer_area .f_list li a {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer_area .f_list li a:hover {
  opacity: 1;
}
.footer_area .mail {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px;
  display: inline-block;
}
.footer_area .br_top {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.05)),
    color-stop(41%, rgba(255, 255, 255, 0.2)),
    color-stop(69%, rgba(255, 255, 255, 0.2)),
    to(rgba(255, 255, 255, 0.05))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.2) 41%,
    rgba(255, 255, 255, 0.2) 69%,
    rgba(255, 255, 255, 0.05) 100%
  );
}
.footer_area p {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
.referal_code p {
  font-size: 12px;
  line-height: 1.8;
  border: 1px solid #ffffff29;
  background-color: #ffffff0d;
  padding: 10px;
  border-radius: 8px;
}
/*---------------------------------------------------- */
