/*===========================
    01. Common CSS
===========================*/
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");
body {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  cursor: pointer;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.logo:hover,
.logo:hover span {
  color: #fff;
  text-decoration: none;
}

.logo img {
  width: 40px;
  height: auto;
}

.logo span {
  display: inline-block;
  margin-left: -5px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .odd-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.slick-slide:focus {
  outline: 0;
}

.common-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.common-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common-btn:hover::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.countdown {
  padding-top: 0;
  padding-bottom: 40px;
}

.countdown .single-count-content {
  position: relative;
  padding: 0 40px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown .single-count-content {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 20px;
  }
}

.countdown .single-count-content::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -5px;
  }
}

.countdown .single-count-content:first-child {
  padding-left: 0px;
}

.countdown .single-count-content:last-child {
  padding-right: 0px;
}

.countdown .single-count-content:last-child::after {
  display: none;
}

.countdown .single-count-content .count {
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 45px;
  }
}

.countdown .single-count-content .text {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .countdown .single-count-content .text {
    font-size: 15px;
  }
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}

main.main-06 {
  background: #0A0A0A;
  overflow: hidden;
}

main .header.header-06 {
  position: unset;
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  main .header.header-06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  main .header.header-06 .header-right {
    gap: 10px;
  }
  
  main .header.header-06 .header-right a {
    font-size: 16px;
    padding: 8px 15px;
  }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
}

.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu {
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 20px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}

.mobile-menu-link {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-link:last-child {
  border-bottom: none;
}

.mobile-menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  
  .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  
  main .header.header-06 .header-right {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  
  .mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    padding: 0 !important;
    height: 0 !important;
  }
  
  .mobile-menu.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 300px !important;
    height: auto !important;
    margin-top: 20px !important;
  }
  
  .mobile-menu-link {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .mobile-menu.active .mobile-menu-link {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    padding: 15px 0 !important;
  }
  
  .logo {
    font-size: 20px;
  }
  
  .logo img {
    width: 36px;
  }
  
  main .header.header-06 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  main .header.header-06 .row {
    margin: 0;
  }
  
  main .header.header-06 .row > div {
    padding: 0 5px;
  }
  
  main .header.header-06 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

main .header.header-06 .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

main .header.header-06 .header-right a {
  color: #fff;
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  padding: 10px 18px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main .header.header-06 .header-right a:hover {
  background-color: #fff;
  color: #0A0A0A;
}

main .header.header-06 .header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

@media (max-width: 767px) {
  main .header.header-06 .header-center {
    display: none;
  }
}

main .header.header-06 .header-center .who-we-are-btn,
main .header.header-06 .header-center .faq-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  padding: 10px 18px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main .header.header-06 .header-center .who-we-are-btn:hover,
main .header.header-06 .header-center .faq-btn:hover {
  background-color: #fff;
  color: #0A0A0A;
}

main .main-wrapper.demo-06 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

main .main-wrapper.demo-06 .hero-area {
  margin-bottom: 100px;
}

main .main-wrapper.demo-06 .hero-area h1 {
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  
  main .main-wrapper.demo-06 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    position: relative;
  }
  
  main .main-wrapper.demo-06 .hero-area {
    margin-bottom: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: calc(100vh - 80px);
    position: relative;
    z-index: 1;
  }
  
  main .main-wrapper.demo-06 .team-area {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  
  main .main-wrapper.demo-06 .faq-area {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  
  main .main-wrapper.demo-06 .footer-area {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  
  main .main-wrapper.demo-06 .hero-area .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area .row {
    margin: 0;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area .row > div {
    padding: 0;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area .heading {
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 70px !important;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 br {
    display: block;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  
  main .main-wrapper.demo-06 .team-area {
    margin-top: 0;
    position: relative;
    z-index: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 70px !important;
  }
}

main .main-wrapper.demo-06 .hero-area p {
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
  position: relative;
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
  content: ':';
  position: absolute;
  right: -5px;
  bottom: 0;
  top: auto;
  font-size: 54px;
  color: #fff;
  line-height: 1;
  height: 60px;
  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-top: 0;
  margin-bottom: 0;
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content:last-child::after {
  display: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    line-height: 1;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    font-size: 48px;
    line-height: 50px;
    height: 50px;
    bottom: 0;
    top: auto;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    font-size: 45px !important;
    right: -5px;
    line-height: 55px;
    height: 55px;
  }
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
  font-family: "Satoshi", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 50px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area .countdown {
    padding: 20px 0;
    margin: 0;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 55px !important;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    font-size: 45px !important;
    right: -5px;
    line-height: 55px;
    height: 55px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .text {
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
    line-height: 1.2;
    width: 100%;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    text-align: left;
    width: 100%;
  }
}


main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .text {
  font-family: "Satoshi", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

main .main-wrapper.demo-06 .team-area {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area,
  main .main-wrapper.demo-06 .faq-area {
    margin-bottom: 50px;
    padding: 30px 0;
  }
  
  main .main-wrapper.demo-06 .team-area .container,
  main .main-wrapper.demo-06 .faq-area .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
  
  main .main-wrapper.demo-06 .team-area .row,
  main .main-wrapper.demo-06 .faq-area .row {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
  
  main .main-wrapper.demo-06 .team-area .row > div,
  main .main-wrapper.demo-06 .faq-area .row > div {
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title,
  main .main-wrapper.demo-06 .faq-area .section-title {
    text-align: left;
    margin-bottom: 30px;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h1,
  main .main-wrapper.demo-06 .faq-area .section-title h1 {
    text-align: left;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h1::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h2,
  main .main-wrapper.demo-06 .faq-area .section-title h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  
  .about-cards,
  .faq-items {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 20px;
  }
  
  .about-card,
  .faq-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 25px 20px;
    min-height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    color: #0A0A0A;
    border-radius: 16px;
    -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  }
  
  .about-card h3,
  .faq-item h3 {
    font-family: "Satoshi", sans-serif;
    font-size: 20px;
    font-weight: 700;
    min-height: auto;
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
    line-height: 1.3;
    color: #0A0A0A;
  }
  
  .about-card p,
  .faq-item p {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: rgba(10, 10, 10, 0.75);
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  main .header.header-06 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  main .header.header-06 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .logo {
    font-size: 18px;
  }
  
  .logo img {
    width: 32px;
  }
  
  main .main-wrapper.demo-06 .hero-area {
    margin-bottom: 50px;
    padding: 30px 0;
  }
  
  main .main-wrapper.demo-06 .hero-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  main .main-wrapper.demo-06 .hero-area .heading {
    margin-bottom: 25px;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown {
    padding: 15px 0;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 40px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
    padding: 0 8px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    font-size: 32px;
    right: -2px;
    line-height: 50px;
    height: 50px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .text {
    font-size: 12px;
  }
  
  main .main-wrapper.demo-06 .team-area,
  main .main-wrapper.demo-06 .faq-area {
    margin-bottom: 40px;
    padding: 25px 0;
  }
  
  main .main-wrapper.demo-06 .team-area .container,
  main .main-wrapper.demo-06 .faq-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h1,
  main .main-wrapper.demo-06 .faq-area .section-title h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h2,
  main .main-wrapper.demo-06 .faq-area .section-title h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  
  .about-cards,
  .faq-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .about-card,
  .faq-item {
    padding: 22px 18px;
    margin: 0;
  }
  
  .about-card h3,
  .faq-item h3 {
    font-family: "Satoshi", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 12px 0;
    padding: 0;
    color: #0A0A0A;
  }
  
  .about-card p,
  .faq-item p {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: rgba(10, 10, 10, 0.75);
    margin: 0;
    padding: 0;
  }
}

main .main-wrapper.demo-06 .team-area .section-title h1 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Satoshi", sans-serif;
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area .section-title h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area .section-title h1 {
    font-size: 22px;
  }
}

main .main-wrapper.demo-06 .team-area .section-title h1::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}

main .main-wrapper.demo-06 .team-area .section-title h2 {
  font-family: "Satoshi", sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 45px;
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

main .main-wrapper.demo-06 .team-area .team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item {
  width: calc(33.33% - 50px);
  margin: 0px 25px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .team-area .team-wrapper .team-item {
    width: calc(33.33% - 30px);
    margin: 0px 15px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  main .main-wrapper.demo-06 .team-area .team-wrapper .team-item {
    width: calc(50% - 30px);
    margin: 0px 15px 50px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .team-area .team-wrapper .team-item {
    width: calc(100% - 50px);
    margin: 0px 25px 50px;
  }
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img {
  position: relative;
  margin-bottom: 20px;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img img {
  width: 100%;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img .social-links {
  position: absolute;
  width: 185px;
  height: 0px;
  background: #fff;
  border-top-right-radius: 57px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img .social-links li {
  display: inline-block;
  margin: 0 8px;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img .social-links li a {
  font-size: 18px;
  color: #0A0A0A;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-img .social-links li a:hover {
  color: #D5081A;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item:hover .team-img .social-links {
  height: 57px;
  opacity: 1;
  visibility: visible;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Satoshi", sans-serif;
}

main .main-wrapper.demo-06 .team-area .team-wrapper .team-item .team-info p {
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* About cards (Who We Are section) */
.about-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.about-card {
  background: #ffffff;
  color: #0A0A0A;
  border-radius: 16px;
  padding: 30px 28px;
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
          box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  width: calc(33.33% - 30px);
  min-width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  margin: 0 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-card h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px 0;
  width: 100%;
  line-height: 1.3;
  min-height: 67px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-card > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.about-card p {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(10, 10, 10, 0.75);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-card {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .about-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
    min-height: auto;
  }
}

main .footer {
  width: 100%;
  margin-bottom: 50px;
}

main .footer p {
  font-family: "Satoshi", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  main .footer p {
    text-align: center;
  }
}

main .footer .credit {
  text-align: right;
}

@media (max-width: 767px) {
  main .footer .credit {
    text-align: center;
  }
}

main .main-wrapper.demo-06 .faq-area {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .faq-area {
    margin-bottom: 30px;
  }
}

main .main-wrapper.demo-06 .faq-area .section-title h1 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Satoshi", sans-serif;
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .faq-area .section-title h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .faq-area .section-title h1 {
    font-size: 22px;
  }
}

main .main-wrapper.demo-06 .faq-area .section-title h1::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}

main .main-wrapper.demo-06 .faq-area .section-title h2 {
  font-family: "Satoshi", sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 45px;
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .faq-area .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .faq-area .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #ffffff;
  color: #0A0A0A;
  border-radius: 16px;
  padding: 30px 28px;
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
          box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-item h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  line-height: 1.3;
  color: #0A0A0A;
}

.faq-item p {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(10, 10, 10, 0.75);
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-area {
  background: #0A0A0A;
  padding: 60px 0 30px;
  margin-top: 100px;
}

.footer-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-left {
  margin-bottom: 30px;
  padding-top: 0;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px 0;
  padding: 0;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-logo:hover,
.footer-logo:hover span {
  color: #fff;
  text-decoration: none;
}

.footer-logo img {
  width: 40px;
  height: auto;
}

.footer-logo span {
  display: inline-block;
  margin-left: -5px;
  position: relative;
  z-index: 1;
}

.footer-email {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 24px;
}

.footer-center {
  padding-top: 0;
}

.footer-center h4 {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 12px;
}

.footer-nav a {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  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: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.social-icon:visited,
.social-icon:active,
.social-icon:focus {
  color: #fff;
}

.social-icon i {
  font-size: 18px;
}

.social-icon svg {
  width: 18px;
  height: 18px;
}

.footer-right {
  margin-top: 0;
  padding-top: 0;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.footer-legal li {
  margin: 0;
}

.footer-legal a {
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-copyright {
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media (max-width: 991px) {
  .footer-area {
    padding: 50px 0 25px;
  }
  
  .footer-center {
    margin-top: 30px;
  }
  
  .footer-right {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer-area {
    padding: 40px 0 25px;
    margin-top: 40px;
  }
  
  .footer-area .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
  }
  
  .footer-area .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .footer-area .row > div {
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .footer-area .row > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    gap: 20px;
  }
  
  .footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  
  .footer-right {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    order: 3;
  }
  
  .footer-right .footer-legal {
    display: none;
  }
  
  .footer-center {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
    order: 2;
  }
  
  .footer-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .footer-logo img {
    width: 35px;
  }
  
  .footer-email {
    display: none;
  }
  
  .footer-center h4 {
    height: auto;
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
  
  .footer-nav {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer-nav li {
    margin-bottom: 12px;
  }
  
  .footer-nav li:last-child {
    margin-bottom: 0;
  }
  
  .footer-nav a {
    font-size: 14px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
  
  .footer-nav a:hover {
    color: #fff;
  }
  
  .footer-right h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
  }
  
  .footer-legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .footer-legal li {
    margin: 0;
  }
  
  .footer-legal a {
    font-size: 14px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    white-space: nowrap;
  }
  
  .footer-legal a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .footer-copyright {
    font-size: 13px;
    margin-bottom: 15px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.5);
    text-align: center !important;
  }
  
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .footer-right .footer-copyright {
    display: block;
    margin-bottom: 15px;
    text-align: center !important;
  }
  
  .footer-right .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .social-icon {
    width: 36px;
    height: 36px;
  }
  
  .social-icon svg,
  .social-icon i {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  
  .footer-copyright {
    text-align: center !important;
    margin-top: 15px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .logo {
    font-size: 18px;
  }
  
  .logo img {
    width: 30px;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 65px !important;
    line-height: 1.1;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 br {
    display: none;
  }
  
  .about-card {
    padding: 20px;
  }
  
  .about-card h3 {
    font-size: 18px;
    min-height: auto;
  }
  
  .about-card p {
    font-size: 14px;
    line-height: 22px;
  }
  
  .faq-item {
    padding: 20px;
  }
  
  .faq-item h3 {
    font-size: 18px;
  }
  
  .faq-item p {
    font-size: 14px;
    line-height: 22px;
  }
  
  .footer-logo {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .footer-logo img {
    width: 35px;
  }
  
  .footer-email {
    font-size: 14px;
  }
  
  .footer-center h4 {
    font-size: 16px;
  }
  
  .footer-nav a {
    font-size: 14px;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
  }
  
  .social-icon svg,
  .social-icon i {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  main .header.header-06 .header-right a {
    font-size: 17px;
    padding: 9px 16px;
  }
  
  .about-card {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 991px) {
  main .main-wrapper.demo-06 .hero-area {
    margin-bottom: 60px;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 {
    margin-bottom: 20px;
  }
  
  .about-cards {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .about-card {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
    min-height: auto;
  }
  
  .faq-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  main .header.header-06 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  main .header.header-06 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .logo {
    font-size: 17px;
  }
  
  .logo img {
    width: 30px;
  }
  
  .mobile-menu-toggle {
    width: 36px;
    height: 36px;
  }
  
  .mobile-menu-toggle span {
    width: 22px;
  }
  
  main .main-wrapper.demo-06 .hero-area {
    margin-bottom: 45px;
    padding: 25px 0;
  }
  
  main .main-wrapper.demo-06 .hero-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  main .main-wrapper.demo-06 .hero-area .heading {
    margin-bottom: 20px;
  }
  
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 60px !important;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown {
    padding: 15px 0;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
    padding: 0 6px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 50px !important;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    font-size: 40px !important;
    right: -4px;
    line-height: 50px;
    height: 50px;
  }
  
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .text {
    font-size: 15px !important;
  }
  
  main .main-wrapper.demo-06 .team-area,
  main .main-wrapper.demo-06 .faq-area {
    margin-bottom: 35px;
    padding: 20px 0;
  }
  
  main .main-wrapper.demo-06 .team-area .container,
  main .main-wrapper.demo-06 .faq-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h1,
  main .main-wrapper.demo-06 .faq-area .section-title h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  main .main-wrapper.demo-06 .team-area .section-title h2,
  main .main-wrapper.demo-06 .faq-area .section-title h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  
  .about-cards,
  .faq-items {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  
  .about-card,
  .faq-item {
    padding: 20px 16px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #ffffff;
    color: #0A0A0A;
    border-radius: 16px;
    -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .about-card h3,
  .faq-item h3 {
    font-family: "Satoshi", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    color: #0A0A0A;
    width: 100%;
    line-height: 1.3;
  }
  
  .about-card p,
  .faq-item p {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(10, 10, 10, 0.75);
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .footer-area {
    padding: 35px 0 20px;
    margin-top: 35px;
  }
  
  .footer-area .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
  }
  
  .footer-area .row {
    gap: 20px 10px;
  }
  
  .footer-left,
  .footer-center,
  .footer-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  
  .footer-logo {
    font-size: 19px;
    margin-bottom: 12px;
  }
  
  .footer-logo img {
    width: 32px;
  }
  
  .footer-email {
    font-size: 14px;
    word-wrap: break-word;
  }
  
  .footer-center h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .footer-nav a {
    font-size: 14px;
    word-wrap: break-word;
  }
  
  .footer-legal a {
    font-size: 13px;
    word-wrap: break-word;
  }
  
  .footer-copyright {
    font-size: 12px;
    word-wrap: break-word;
    text-align: center !important;
  }
  
  .social-icon {
    width: 34px;
    height: 34px;
  }
  
  .social-icon svg,
  .social-icon i {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */