@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy");
:root {
  --gray-900: #0f2141;
  --gray-800: #0f2141;
  --gray-700: #e1e1e1;
  --gray-600: #211d2e;
  --gray-10: #fff;
  --primary-600: #724fe5;
  --primary-500: #2c04fe;
  --success-500: #32e7b1;
  --warning-600: #eee6d0;
  --warning-500: #ffc947;
  --warning-400: #f0e9e1;
  --warning-300: #fffdf5;
  --warning-200: #f6f2e8;
  --warning-100: #fffcf2;
  --danger-500: #ff6b55;
  --fs-xl-20: 20px;
  --fs-xl-lineheight: 32px;
  --fs-lg-18: 18px;
  --fs-lg-lineheight: 28px;
  --fs-md-16: 16px;
  --fs-md-lineheight: 24px;
  --fs-xs-14: 14px;
  --fs-xs-lineheight: 22px;
  --fs-xss-12: 12px;
  --fs-xss-lineheight: 20px;
}

*,
::after,
::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  top: 0 !important;
  height: 100%;
  color: rgba(19, 17, 26, 0.8);
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  counter-reset: my-sec-counter;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body.styleguide {
  background-color: #dcdfe8;
}
body::-webkit-scrollbar-track {
  background-color: #13111a;
  border-radius: 2px;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #13111a;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(255 229 166)),
    color-stop(0.72, rgb(255 201 71)),
    color-stop(0.86, rgb(255 180 0))
  );
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7e8;
  padding: 0;
  margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

::-moz-selection {
  background-color: #989ffd;
  color: #fff;
}

::selection {
  background-color: #989ffd;
  color: #fff;
}

[type="button"]:active,
[type="button"]:focus,
[type="button"]:hover,
[type="color"]:active,
[type="color"]:focus,
[type="color"]:hover,
[type="color"]:invalid,
[type="date"]:active,
[type="date"]:focus,
[type="date"]:hover,
[type="date"]:invalid,
[type="datetime-local"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:hover,
[type="datetime-local"]:invalid,
[type="datetime"]:active,
[type="datetime"]:focus,
[type="datetime"]:hover,
[type="datetime"]:invalid,
[type="email"]:active,
[type="email"]:focus,
[type="email"]:hover,
[type="email"]:invalid,
[type="month"]:active,
[type="month"]:focus,
[type="month"]:hover,
[type="month"]:invalid,
[type="number"]:active,
[type="number"]:focus,
[type="number"]:hover,
[type="number"]:invalid,
[type="password"]:active,
[type="password"]:focus,
[type="password"]:hover,
[type="password"]:invalid,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
[type="search"]:active,
[type="search"]:focus,
[type="search"]:hover,
[type="search"]:invalid,
[type="submit"]:active,
[type="submit"]:focus,
[type="submit"]:hover,
[type="tel"]:active,
[type="tel"]:focus,
[type="tel"]:hover,
[type="tel"]:invalid,
[type="text"]:active,
[type="text"]:focus,
[type="text"]:hover,
[type="text"]:invalid,
[type="time"]:active,
[type="time"]:focus,
[type="time"]:hover,
[type="time"]:invalid,
[type="url"]:active,
[type="url"]:focus,
[type="url"]:hover,
[type="url"]:invalid,
[type="week"]:active,
[type="week"]:focus,
[type="week"]:hover,
[type="week"]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
  outline: 0;
  box-shadow: none;
}

[type="button"]:active,
[type="button"]:focus,
[type="button"]:hover,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
[type="submit"]:active,
[type="submit"]:focus,
[type="submit"]:hover,
button:active,
button:focus,
button:hover {
  cursor: pointer;
}

@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  outline: 0;
  border: none;
  display: inline-block;
  background-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", "Public Sans", sans-serif;
  color: var(--gray-800);
  font-weight: 700;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 88px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

@media (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 64px;
    line-height: 80px;
  }
}

@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
}

@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

.h2,
h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.h3,
h3 {
  font-size: 2rem;
  line-height: 42px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.h4,
h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.f-size-10 {
  font-size: 10px !important;
}

.f-size-11 {
  font-size: 11px !important;
}

.f-size-12 {
  font-size: 12px !important;
}

.f-size-13 {
  font-size: 13px !important;
}

.f-size-14 {
  font-size: 14px !important;
}

.f-size-15 {
  font-size: 15px !important;
}

.f-size-16 {
  font-size: 16px !important;
}

.f-size-17 {
  font-size: 17px !important;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-19 {
  font-size: 19px !important;
}

.f-size-20 {
  font-size: 20px !important;
}

.f-size-21 {
  font-size: 21px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.f-size-23 {
  font-size: 23px !important;
}

.f-size-24 {
  font-size: 24px !important;
}

.f-size-25 {
  font-size: 25px !important;
}

.f-size-26 {
  font-size: 26px !important;
}

.f-size-27 {
  font-size: 27px !important;
}

.f-size-28 {
  font-size: 28px !important;
}

.f-size-29 {
  font-size: 29px !important;
}

.f-size-30 {
  font-size: 30px !important;
}

.f-size-31 {
  font-size: 31px !important;
}

.f-size-32 {
  font-size: 32px !important;
}

.f-size-33 {
  font-size: 33px !important;
}

.f-size-34 {
  font-size: 34px !important;
}

.f-size-35 {
  font-size: 35px !important;
}

.f-size-36 {
  font-size: 36px !important;
}

.f-size-37 {
  font-size: 37px !important;
}

.f-size-38 {
  font-size: 38px !important;
}

.f-size-39 {
  font-size: 39px !important;
}

.f-size-40 {
  font-size: 40px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-21 {
  line-height: 21px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-23 {
  line-height: 23px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-31 {
  line-height: 31px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-33 {
  line-height: 33px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-37 {
  line-height: 37px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.font-bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: all 0.24s ease-in-out;
}

img {
  max-width: 100%;
}

.rt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mouse-cursor,
.pointer {
  cursor: pointer;
}

blockquote {
  font-weight: 400;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  border-radius: 12px;
  padding: 40px 45px;
}

.border-transparent {
  border-color: transparent !important;
}

.bg-transsparent {
  background-color: transparent !important;
}

.hover\:bg-transsparenthover {
  background-color: transparent !important;
}

.hover-shadow\:none {
  box-shadow: none !important;
}

.bgprefix-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bgprefix-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bgprefix-full {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.position-parent {
  position: relative;
  z-index: 1;
}

.position-relative {
  position: relative;
}

.body-no-scrolling {
  overflow: hidden;
}

.img-fit {
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  right: 0;
  top: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.rt-mb-15 {
  margin-bottom: 15px;
}

.rt-mb-8 {
  margin-bottom: 8px;
}

.rt-mb-2 {
  margin-bottom: 2px;
}

.rt-mb-4 {
  margin-bottom: 4px;
}

.rt-pt-15 {
  padding-top: 15px;
}

.rt-mb-12 {
  margin-bottom: 12px;
}

.rt-spacer-15 {
  height: 15px;
}

.rt-mb-16 {
  margin-bottom: 16px;
}

.rt-mb-25 {
  margin-bottom: 25px;
}

.rt-mb-24 {
  margin-bottom: 24px;
}

.rt-mb-28 {
  margin-bottom: 28px;
}

.rt-mb-48 {
  margin-bottom: 48px;
}

.rt-mb-32 {
  margin-bottom: 32px;
}

.hr-0 {
  margin: 0;
  padding: 0;
}

.text-gray {
  color: #7b878c;
}

.text-gray-900 {
  color: #26242c !important;
}

.bg-gray-900 {
  background-color: #26242c !important;
}

.border-gray-900 {
  border-color: #26242c !important;
}

.hoverbg-gray-900:hover {
  background-color: #26242c !important;
}

.hover\:bg-gray-900:hover {
  background-color: #26242c !important;
}

.hover\:text-gray-900:hover {
  color: #26242c !important;
}

.hover\:border-gray-900:hover {
  border-color: #26242c !important;
}

.text-gray-800 {
  color: #13111a !important;
}

.bg-gray-800 {
  background-color: #13111a !important;
}

.border-gray-800 {
  border-color: #13111a !important;
}

.hoverbg-gray-800:hover {
  background-color: #13111a !important;
}

.hover\:bg-gray-800:hover {
  background-color: #13111a !important;
}

.hover\:text-gray-800:hover {
  color: #13111a !important;
}

.hover\:border-gray-800:hover {
  border-color: #13111a !important;
}

.text-gray-700 {
  color: #e1e1e1 !important;
}

.bg-gray-700 {
  background-color: #e1e1e1 !important;
}

.border-gray-700 {
  border-color: #e1e1e1 !important;
}

.hoverbg-gray-700:hover {
  background-color: #e1e1e1 !important;
}

.hover\:bg-gray-700:hover {
  background-color: #e1e1e1 !important;
}

.hover\:text-gray-700:hover {
  color: #e1e1e1 !important;
}

.hover\:border-gray-700:hover {
  border-color: #e1e1e1 !important;
}

.text-gray-600 {
  color: #211d2e !important;
}

.bg-gray-600 {
  background-color: #211d2e !important;
}

.border-gray-600 {
  border-color: #211d2e !important;
}

.hoverbg-gray-600:hover {
  background-color: #211d2e !important;
}

.hover\:bg-gray-600:hover {
  background-color: #211d2e !important;
}

.hover\:text-gray-600:hover {
  color: #211d2e !important;
}

.hover\:border-gray-600:hover {
  border-color: #211d2e !important;
}

.text-gray-10 {
  color: #fff !important;
}

.bg-gray-10 {
  background-color: #fff !important;
}

.border-gray-10 {
  border-color: #fff !important;
}

.hoverbg-gray-10:hover {
  background-color: #fff !important;
}

.hover\:bg-gray-10:hover {
  background-color: #fff !important;
}

.hover\:text-gray-10:hover {
  color: #fff !important;
}

.hover\:border-gray-10:hover {
  border-color: #fff !important;
}

.text-primary-600 {
  color: #724fe5 !important;
}

.bg-primary-600 {
  background-color: #724fe5 !important;
}

.border-primary-600 {
  border-color: #724fe5 !important;
}

.hoverbg-primary-600:hover {
  background-color: #724fe5 !important;
}

.hover\:bg-primary-600:hover {
  background-color: #724fe5 !important;
}

.hover\:text-primary-600:hover {
  color: #724fe5 !important;
}

.hover\:border-primary-600:hover {
  border-color: #724fe5 !important;
}

.text-primary-500 {
  color: #2c04fe !important;
}

.bg-primary-500 {
  background-color: #2c04fe !important;
}

.border-primary-500 {
  border-color: #2c04fe !important;
}

.hoverbg-primary-500:hover {
  background-color: #2c04fe !important;
}

.hover\:bg-primary-500:hover {
  background-color: #2c04fe !important;
}

.hover\:text-primary-500:hover {
  color: #2c04fe !important;
}

.hover\:border-primary-500:hover {
  border-color: #2c04fe !important;
}

.text-success-500 {
  color: #32e7b1 !important;
}

.bg-success-500 {
  background-color: #32e7b1 !important;
}

.border-success-500 {
  border-color: #32e7b1 !important;
}

.hoverbg-success-500:hover {
  background-color: #32e7b1 !important;
}

.hover\:bg-success-500:hover {
  background-color: #32e7b1 !important;
}

.hover\:text-success-500:hover {
  color: #32e7b1 !important;
}

.hover\:border-success-500:hover {
  border-color: #32e7b1 !important;
}

.text-warning-600 {
  color: #eee6d0 !important;
}

.bg-warning-600 {
  background-color: #eee6d0 !important;
}

.border-warning-600 {
  border-color: #eee6d0 !important;
}

.hoverbg-warning-600:hover {
  background-color: #eee6d0 !important;
}

.hover\:bg-warning-600:hover {
  background-color: #eee6d0 !important;
}

.hover\:text-warning-600:hover {
  color: #eee6d0 !important;
}

.hover\:border-warning-600:hover {
  border-color: #eee6d0 !important;
}

.text-warning-500 {
  color: #ffc947 !important;
}

.bg-warning-500 {
  background-color: #ffc947 !important;
}

.border-warning-500 {
  border-color: #ffc947 !important;
}

.hoverbg-warning-500:hover {
  background-color: #ffc947 !important;
}

.hover\:bg-warning-500:hover {
  background-color: #ffc947 !important;
}

.hover\:text-warning-500:hover {
  color: #ffc947 !important;
}

.hover\:border-warning-500:hover {
  border-color: #ffc947 !important;
}

.text-warning-400 {
  color: #f0e9e1 !important;
}

.bg-warning-400 {
  background-color: #f0e9e1 !important;
}

.border-warning-400 {
  border-color: #f0e9e1 !important;
}

.hoverbg-warning-400:hover {
  background-color: #f0e9e1 !important;
}

.hover\:bg-warning-400:hover {
  background-color: #f0e9e1 !important;
}

.hover\:text-warning-400:hover {
  color: #f0e9e1 !important;
}

.hover\:border-warning-400:hover {
  border-color: #f0e9e1 !important;
}

.text-warning-300 {
  color: #fffdf5 !important;
}

.bg-warning-300 {
  background-color: #fffdf5 !important;
}

.border-warning-300 {
  border-color: #fffdf5 !important;
}

.hoverbg-warning-300:hover {
  background-color: #fffdf5 !important;
}

.hover\:bg-warning-300:hover {
  background-color: #fffdf5 !important;
}

.hover\:text-warning-300:hover {
  color: #fffdf5 !important;
}

.hover\:border-warning-300:hover {
  border-color: #fffdf5 !important;
}

.text-warning-200 {
  color: #f6f2e8 !important;
}

.bg-warning-200 {
  background-color: #f6f2e8 !important;
}

.border-warning-200 {
  border-color: #f6f2e8 !important;
}

.hoverbg-warning-200:hover {
  background-color: #f6f2e8 !important;
}

.hover\:bg-warning-200:hover {
  background-color: #f6f2e8 !important;
}

.hover\:text-warning-200:hover {
  color: #f6f2e8 !important;
}

.hover\:border-warning-200:hover {
  border-color: #f6f2e8 !important;
}

.text-warning-100 {
  color: #fffcf2 !important;
}

.bg-warning-100 {
  background-color: #fffcf2 !important;
}

.border-warning-100 {
  border-color: #fffcf2 !important;
}

.hoverbg-warning-100:hover {
  background-color: #fffcf2 !important;
}

.hover\:bg-warning-100:hover {
  background-color: #fffcf2 !important;
}

.hover\:text-warning-100:hover {
  color: #fffcf2 !important;
}

.hover\:border-warning-100:hover {
  border-color: #fffcf2 !important;
}

.text-danger-500 {
  color: #ff6b55 !important;
}

.bg-danger-500 {
  background-color: #ff6b55 !important;
}

.border-danger-500 {
  border-color: #ff6b55 !important;
}

.hoverbg-danger-500:hover {
  background-color: #ff6b55 !important;
}

.hover\:bg-danger-500:hover {
  background-color: #ff6b55 !important;
}

.hover\:text-danger-500:hover {
  color: #ff6b55 !important;
}

.hover\:border-danger-500:hover {
  border-color: #ff6b55 !important;
}

.hover\:border-transparent {
  border-color: transparent !important;
}

.rt-mr-0 {
  margin-right: 0 !important;
}

.rt-ml-0 {
  margin-left: 0 !important;
}

.rt-rounded-0 {
  border-radius: 0 !important;
}

.rt-mr-1 {
  margin-right: 1px !important;
}

.rt-ml-1 {
  margin-left: 1px !important;
}

.rt-rounded-1 {
  border-radius: 1px !important;
}

.rt-mr-2 {
  margin-right: 2px !important;
}

.rt-ml-2 {
  margin-left: 2px !important;
}

.rt-rounded-2 {
  border-radius: 2px !important;
}

.rt-mr-3 {
  margin-right: 3px !important;
}

.rt-ml-3 {
  margin-left: 3px !important;
}

.rt-rounded-3 {
  border-radius: 3px !important;
}

.rt-mr-4 {
  margin-right: 4px !important;
}

.rt-ml-4 {
  margin-left: 4px !important;
}

.rt-rounded-4 {
  border-radius: 4px !important;
}

.rt-mr-5 {
  margin-right: 5px !important;
}

.rt-ml-5 {
  margin-left: 5px !important;
}

.rt-rounded-5 {
  border-radius: 5px !important;
}

.rt-mr-6 {
  margin-right: 6px !important;
}

.rt-ml-6 {
  margin-left: 6px !important;
}

.rt-rounded-6 {
  border-radius: 6px !important;
}

.rt-mr-7 {
  margin-right: 7px !important;
}

.rt-ml-7 {
  margin-left: 7px !important;
}

.rt-rounded-7 {
  border-radius: 7px !important;
}

.rt-mr-8 {
  margin-right: 8px !important;
}

.rt-ml-8 {
  margin-left: 8px !important;
}

.rt-rounded-8 {
  border-radius: 8px !important;
}

.rt-mr-9 {
  margin-right: 9px !important;
}

.rt-ml-9 {
  margin-left: 9px !important;
}

.rt-rounded-9 {
  border-radius: 9px !important;
}

.rt-mr-10 {
  margin-right: 10px !important;
}

.rt-ml-10 {
  margin-left: 10px !important;
}

.rt-rounded-10 {
  border-radius: 10px !important;
}

.rt-mr-11 {
  margin-right: 11px !important;
}

.rt-ml-11 {
  margin-left: 11px !important;
}

.rt-rounded-11 {
  border-radius: 11px !important;
}

.rt-mr-12 {
  margin-right: 12px !important;
}

.rt-ml-12 {
  margin-left: 12px !important;
}

.rt-rounded-12 {
  border-radius: 12px !important;
}

.rt-mr-13 {
  margin-right: 13px !important;
}

.rt-ml-13 {
  margin-left: 13px !important;
}

.rt-rounded-13 {
  border-radius: 13px !important;
}

.rt-mr-14 {
  margin-right: 14px !important;
}

.rt-ml-14 {
  margin-left: 14px !important;
}

.rt-rounded-14 {
  border-radius: 14px !important;
}

.rt-mr-15 {
  margin-right: 15px !important;
}

.rt-ml-15 {
  margin-left: 15px !important;
}

.rt-rounded-15 {
  border-radius: 15px !important;
}

.rt-mr-16 {
  margin-right: 16px !important;
}

.rt-ml-16 {
  margin-left: 16px !important;
}

.rt-rounded-16 {
  border-radius: 16px !important;
}

.rt-mr-17 {
  margin-right: 17px !important;
}

.rt-ml-17 {
  margin-left: 17px !important;
}

.rt-rounded-17 {
  border-radius: 17px !important;
}

.rt-mr-18 {
  margin-right: 18px !important;
}

.rt-ml-18 {
  margin-left: 18px !important;
}

.rt-rounded-18 {
  border-radius: 18px !important;
}

.rt-mr-19 {
  margin-right: 19px !important;
}

.rt-ml-19 {
  margin-left: 19px !important;
}

.rt-rounded-19 {
  border-radius: 19px !important;
}

.rt-mr-20 {
  margin-right: 20px !important;
}

.rt-ml-20 {
  margin-left: 20px !important;
}

.rt-rounded-20 {
  border-radius: 20px !important;
}

.rt-mr-21 {
  margin-right: 21px !important;
}

.rt-ml-21 {
  margin-left: 21px !important;
}

.rt-rounded-21 {
  border-radius: 21px !important;
}

.rt-mr-22 {
  margin-right: 22px !important;
}

.rt-ml-22 {
  margin-left: 22px !important;
}

.rt-rounded-22 {
  border-radius: 22px !important;
}

.rt-mr-23 {
  margin-right: 23px !important;
}

.rt-ml-23 {
  margin-left: 23px !important;
}

.rt-rounded-23 {
  border-radius: 23px !important;
}

.rt-mr-24 {
  margin-right: 24px !important;
}

.rt-ml-24 {
  margin-left: 24px !important;
}

.rt-rounded-24 {
  border-radius: 24px !important;
}

.rt-mr-25 {
  margin-right: 25px !important;
}

.rt-ml-25 {
  margin-left: 25px !important;
}

.rt-rounded-25 {
  border-radius: 25px !important;
}

.rt-mr-26 {
  margin-right: 26px !important;
}

.rt-ml-26 {
  margin-left: 26px !important;
}

.rt-rounded-26 {
  border-radius: 26px !important;
}

.rt-mr-27 {
  margin-right: 27px !important;
}

.rt-ml-27 {
  margin-left: 27px !important;
}

.rt-rounded-27 {
  border-radius: 27px !important;
}

.rt-mr-28 {
  margin-right: 28px !important;
}

.rt-ml-28 {
  margin-left: 28px !important;
}

.rt-rounded-28 {
  border-radius: 28px !important;
}

.rt-mr-29 {
  margin-right: 29px !important;
}

.rt-ml-29 {
  margin-left: 29px !important;
}

.rt-rounded-29 {
  border-radius: 29px !important;
}

.rt-mr-30 {
  margin-right: 30px !important;
}

.rt-ml-30 {
  margin-left: 30px !important;
}

.rt-rounded-30 {
  border-radius: 30px !important;
}

.rt-mb-0 {
  margin-bottom: 0;
}

.rt-pt-0 {
  padding-top: 0;
}

.rt-spacer-0 {
  height: 0;
}

.rt-mb-10 {
  margin-bottom: 10px;
}

.rt-pt-10 {
  padding-top: 10px;
}

.rt-spacer-10 {
  height: 10px;
}

.rt-mb-20 {
  margin-bottom: 20px;
}

.rt-pt-20 {
  padding-top: 20px;
}

.rt-spacer-20 {
  height: 20px;
}

.rt-mb-30 {
  margin-bottom: 30px;
}

.rt-pt-30 {
  padding-top: 30px;
}

.rt-spacer-30 {
  height: 30px;
}

.rt-mb-40 {
  margin-bottom: 40px;
}

.rt-pt-40 {
  padding-top: 40px;
}

.rt-spacer-40 {
  height: 40px;
}

.rt-mb-50 {
  margin-bottom: 50px;
}

.rt-pt-50 {
  padding-top: 50px;
}

.rt-spacer-50 {
  height: 50px;
}

.rt-mb-60 {
  margin-bottom: 60px;
}

.rt-pt-60 {
  padding-top: 60px;
}

.rt-spacer-60 {
  height: 60px;
}

.rt-mb-70 {
  margin-bottom: 70px;
}

.rt-pt-70 {
  padding-top: 70px;
}

.rt-spacer-70 {
  height: 70px;
}

.rt-mb-80 {
  margin-bottom: 80px;
}

.rt-pt-80 {
  padding-top: 80px;
}

.rt-spacer-80 {
  height: 80px;
}

.rt-mb-90 {
  margin-bottom: 90px;
}

.rt-pt-90 {
  padding-top: 90px;
}

.rt-spacer-90 {
  height: 90px;
}

.rt-mb-100 {
  margin-bottom: 100px;
}

.rt-pt-100 {
  padding-top: 100px;
}

.rt-spacer-100 {
  height: 100px;
}

@media (max-width: 1199.98px) {
  .rt-mb-lg-0 {
    margin-bottom: 0;
  }

  .rt-pt-lg-0 {
    padding-top: 0;
  }

  .rt-spacer-lg-0 {
    height: 0;
  }

  .rt-mb-lg-10 {
    margin-bottom: 10px;
  }

  .rt-pt-lg-10 {
    padding-top: 10px;
  }

  .rt-spacer-lg-10 {
    height: 10px;
  }

  .rt-mb-lg-20 {
    margin-bottom: 20px;
  }

  .rt-pt-lg-20 {
    padding-top: 20px;
  }

  .rt-spacer-lg-20 {
    height: 20px;
  }

  .rt-mb-lg-30 {
    margin-bottom: 30px;
  }

  .rt-pt-lg-30 {
    padding-top: 30px;
  }

  .rt-spacer-lg-30 {
    height: 30px;
  }

  .rt-mb-lg-40 {
    margin-bottom: 40px;
  }

  .rt-pt-lg-40 {
    padding-top: 40px;
  }

  .rt-spacer-lg-40 {
    height: 40px;
  }

  .rt-mb-lg-50 {
    margin-bottom: 50px;
  }

  .rt-pt-lg-50 {
    padding-top: 50px;
  }

  .rt-spacer-lg-50 {
    height: 50px;
  }

  .rt-mb-lg-60 {
    margin-bottom: 60px;
  }

  .rt-pt-lg-60 {
    padding-top: 60px;
  }

  .rt-spacer-lg-60 {
    height: 60px;
  }

  .rt-mb-lg-70 {
    margin-bottom: 70px;
  }

  .rt-pt-lg-70 {
    padding-top: 70px;
  }

  .rt-spacer-lg-70 {
    height: 70px;
  }

  .rt-mb-lg-80 {
    margin-bottom: 80px;
  }

  .rt-pt-lg-80 {
    padding-top: 80px;
  }

  .rt-spacer-lg-80 {
    height: 80px;
  }

  .rt-mb-lg-90 {
    margin-bottom: 90px;
  }

  .rt-pt-lg-90 {
    padding-top: 90px;
  }

  .rt-spacer-lg-90 {
    height: 90px;
  }

  .rt-mb-lg-100 {
    margin-bottom: 100px;
  }

  .rt-pt-lg-100 {
    padding-top: 100px;
  }

  .rt-spacer-lg-100 {
    height: 100px;
  }
}

@media (max-width: 991.98px) {
  .rt-mb-md-0 {
    margin-bottom: 0;
  }

  .rt-pt-md-0 {
    padding-top: 0;
  }

  .rt-spacer-md-0 {
    height: 0;
  }

  .rt-mb-md-10 {
    margin-bottom: 10px;
  }

  .rt-pt-md-10 {
    padding-top: 10px;
  }

  .rt-spacer-md-10 {
    height: 10px;
  }

  .rt-mb-md-20 {
    margin-bottom: 20px;
  }

  .rt-pt-md-20 {
    padding-top: 20px;
  }

  .rt-spacer-md-20 {
    height: 20px;
  }

  .rt-mb-md-30 {
    margin-bottom: 30px;
  }

  .rt-pt-md-30 {
    padding-top: 30px;
  }

  .rt-spacer-md-30 {
    height: 30px;
  }

  .rt-mb-md-40 {
    margin-bottom: 40px;
  }

  .rt-pt-md-40 {
    padding-top: 40px;
  }

  .rt-spacer-md-40 {
    height: 40px;
  }

  .rt-mb-md-50 {
    margin-bottom: 50px;
  }

  .rt-pt-md-50 {
    padding-top: 50px;
  }

  .rt-spacer-md-50 {
    height: 50px;
  }

  .rt-mb-md-60 {
    margin-bottom: 60px;
  }

  .rt-pt-md-60 {
    padding-top: 60px;
  }

  .rt-spacer-md-60 {
    height: 60px;
  }

  .rt-mb-md-70 {
    margin-bottom: 70px;
  }

  .rt-pt-md-70 {
    padding-top: 70px;
  }

  .rt-spacer-md-70 {
    height: 70px;
  }

  .rt-mb-md-80 {
    margin-bottom: 80px;
  }

  .rt-pt-md-80 {
    padding-top: 80px;
  }

  .rt-spacer-md-80 {
    height: 80px;
  }

  .rt-mb-md-90 {
    margin-bottom: 90px;
  }

  .rt-pt-md-90 {
    padding-top: 90px;
  }

  .rt-spacer-md-90 {
    height: 90px;
  }

  .rt-mb-md-100 {
    margin-bottom: 100px;
  }

  .rt-pt-md-100 {
    padding-top: 100px;
  }

  .rt-spacer-md-100 {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .rt-mb-xs-0 {
    margin-bottom: 0;
  }

  .rt-pt-xs-0 {
    padding-top: 0;
  }

  .rt-spacer-xs-0 {
    height: 0;
  }

  .rt-mb-xs-10 {
    margin-bottom: 10px;
  }

  .rt-pt-xs-10 {
    padding-top: 10px;
  }

  .rt-spacer-xs-10 {
    height: 10px;
  }

  .rt-mb-xs-20 {
    margin-bottom: 20px;
  }

  .rt-pt-xs-20 {
    padding-top: 20px;
  }

  .rt-spacer-xs-20 {
    height: 20px;
  }

  .rt-mb-xs-30 {
    margin-bottom: 30px;
  }

  .rt-pt-xs-30 {
    padding-top: 30px;
  }

  .rt-spacer-xs-30 {
    height: 30px;
  }

  .rt-mb-xs-40 {
    margin-bottom: 40px;
  }

  .rt-pt-xs-40 {
    padding-top: 40px;
  }

  .rt-spacer-xs-40 {
    height: 40px;
  }

  .rt-mb-xs-50 {
    margin-bottom: 50px;
  }

  .rt-pt-xs-50 {
    padding-top: 50px;
  }

  .rt-spacer-xs-50 {
    height: 50px;
  }

  .rt-mb-xs-60 {
    margin-bottom: 60px;
  }

  .rt-pt-xs-60 {
    padding-top: 60px;
  }

  .rt-spacer-xs-60 {
    height: 60px;
  }

  .rt-mb-xs-70 {
    margin-bottom: 70px;
  }

  .rt-pt-xs-70 {
    padding-top: 70px;
  }

  .rt-spacer-xs-70 {
    height: 70px;
  }

  .rt-mb-xs-80 {
    margin-bottom: 80px;
  }

  .rt-pt-xs-80 {
    padding-top: 80px;
  }

  .rt-spacer-xs-80 {
    height: 80px;
  }

  .rt-mb-xs-90 {
    margin-bottom: 90px;
  }

  .rt-pt-xs-90 {
    padding-top: 90px;
  }

  .rt-spacer-xs-90 {
    height: 90px;
  }

  .rt-mb-xs-100 {
    margin-bottom: 100px;
  }

  .rt-pt-xs-100 {
    padding-top: 100px;
  }

  .rt-spacer-xs-100 {
    height: 100px;
  }
}

.pointer {
  cursor: pointer;
}

.text-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slick-bullet .slick-dots li button:before {
  display: none !important;
}

.slick-bullet .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-bullet .slick-dots li {
  position: relative;
  z-index: 1;
  width: 10px;
  display: inline-block;
  height: 10px;
}

.slick-bullet .slick-dots li button {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-bullet.deafult_style_dot .slick-dots li button {
  overflow: hidden;
  transition: background 0.3s ease;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
  width: 24px;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
  border-radius: 32px;
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.3s ease;
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 50%;
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
  height: 100%;
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
  transform: scale(1.2);
  background-color: #fff;
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
  transition:
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.3s ease;
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 8px #fff;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
  transform: scale(0.4);
  background-color: #fff;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
  transform: scale(1);
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
  background-color: #fff;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
  box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
  transform: scale(0.4);
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 55px;
  text-align: center;
}

.modal-header {
  padding: 20px 24px 20px 24px;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0;
}

.modal-content {
  border-radius: 16px;
}

.modal-body {
  padding: 24px;
}

.bg-warning-400 {
  background-color: var(--warning-400);
}

.bg-warning-300 {
  background-color: var(--warning-300);
}

.bg-warning-200 {
  background-color: var(--warning-200);
}

.bg-warning-100 {
  background-color: var(--warning-100);
}

.bg-gray-800 {
  background-color: var(--gray-800);
}

.z-index {
  z-index: 3;
  position: relative;
}

.max-w-full {
  max-width: 100% !important;
}

header.btp-header-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 13px 0;
  transition: all 0.4s;
}

header.btp-header-section.sticky-menu {
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 770px) {
  header.btp-header-section.sticky-menu {
    backdrop-filter: none;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #ccc;
  }
}

.site-menu-main .nav-link-item {
  color: var(--gray-800);
}

.nexto-header-two .site-menu-main .nav-link-item {
  color: var(--gray-800);
}

.nexto-header-two.site-header .mobile-menu-trigger span {
  background-color: var(--gray-800);
}

.nexto-header-two.site-header .mobile-menu-trigger span:after,
.nexto-header-two.site-header .mobile-menu-trigger span:before {
  background-color: var(--gray-800);
}

header.nexto-header-section.nexto-header-two.sticky-menu {
  background-color: var(--gray-10);
  box-shadow: 0 8px 80px rgba(19, 17, 26, 0.06);
}

header.btp--header-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 13px 0;
  transition: all 0.4s;
}

header.btp--header-section.btp--header-three {
  background-color: var(--gray-800);
}

header.btp--header-section.btp--header-three .site-menu-main .nav-link-item {
  color: var(--gray-10);
}

header.btp--header-section.sticky-menu {
  padding: 10px 0;
  background-color: var(--gray-800);
}

.btp--header-two .site-menu-main .nav-link-item {
  color: var(--gray-800);
}

.btp--header-two.site-header .mobile-menu-trigger span {
  background-color: var(--gray-800);
}

.btp--header-two.site-header .mobile-menu-trigger span:after,
.btp--header-two.site-header .mobile-menu-trigger span:before {
  background-color: var(--gray-800);
}

header.btp--header-section.btp--header-two.sticky-menu {
  background-color: var(--gray-10);
  box-shadow: 0 8px 80px rgba(19, 17, 26, 0.06);
}

.btp--header-three .site-navbar .menu-block-wrapper {
  justify-content: center;
}

.btp--header-two .site-navbar .menu-block-wrapper {
  justify-content: center;
}

.btp--header-three.site-header .mobile-menu-trigger span {
  background-color: #fff;
}

.btp--header-three.site-header .mobile-menu-trigger span:after,
.btp--header-three.site-header .mobile-menu-trigger span:before {
  background-color: #fff;
}

.btp-responsive-btn {
  display: none;
  margin-top: 40px;
  padding: 0 15px;
}

.btp-responsive-btn .btp-btn.btp-header-btn {
  margin: 25px 0 0;
  padding: 0 33px;
}

@media (max-width: 991px) {
  .btp-responsive-btn {
    display: block;
  }
}

footer.btp-footer-section {
  background-color: #121212;
  padding: 150px 0 40px;
}

@media (max-width: 991px) {
  footer.btp-footer-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  footer.btp-footer-section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .btp-textarea {
    margin-bottom: 50px;
    max-width: 500px;
  }
}

.btp-textarea .btp-footer-logo {
  margin-bottom: 30px;
}

.btp-textarea p {
  color: #fff;
  opacity: 0.6;
}

.btp-textarea .btp-copywright {
  font-size: 16px;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .btp-textarea .btp-copywright {
    margin-top: 25px;
  }
}

.btp-footer-menu.btp-custom-margin {
  margin-left: 55px;
}

@media (max-width: 991px) {
  .btp-footer-menu.btp-custom-margin {
    margin: 0 0 40px;
  }
}

@media (max-width: 575px) {
  .btp-footer-menu {
    margin-bottom: 40px;
  }
}
.btp-footer-menu a img {
  margin-bottom: 10px;
}
.btp-footer-menu span {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}
.btp-footer-menu p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 575px) {
  .btp-footer-menu span {
    margin-bottom: 20px;
  }
}

.btp-footer-menu ul li {
  margin-bottom: 10px;
}

.btp-footer-menu ul li:last-child {
  margin-bottom: 0;
}

.btp-footer-menu ul li a {
  font-size: 16px;
  color: var(--gray-10);
  transition: all 0.4s;
  opacity: 0.6;
}

.btp-footer-menu ul li a:hover {
  opacity: 1;
  padding-left: 10px;
  color: var(--warning-500);
}

footer.btp-foote2-section {
  background-color: var(--gray-800);
}

footer.btp-foote2-section .btp-footer-top {
  padding: 110px 0;
  border: none;
}

@media (max-width: 991px) {
  footer.btp-foote2-section .btp-footer-top {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  footer.btp-foote2-section .btp-footer-top {
    padding: 70px 0;
  }
}

footer.btp-foote2-section .btp-default-content {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

footer.btp-foote2-section .btp-default-content h2,
footer.btp-foote2-section .btp-default-content p {
  color: var(--gray-10);
}

footer.btp-foote2-section .btp-default-content p {
  opacity: 0.8;
  padding: 0 30px;
}

footer.btp-foote2-section .btp-default-content .btp-app-btn-wrap {
  margin: 55px 0 0;
}

@media (max-width: 991px) {
  footer.btp-foote2-section .btp-default-content .btp-app-btn-wrap {
    margin-top: 30px 0 0;
  }
}

.btp-footer-middle {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .btp-footer-middle .btp-footer-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}

.btp-footer-middle .btp-social-icon2 {
  text-align: right;
}

@media (max-width: 991px) {
  .btp-footer-middle .btp-social-icon2 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .btp-footer-menu2 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.btp-footer-menu2 ul li {
  margin: 0 15px 10px;
  display: inline-block;
}

.btp-footer-menu2 ul li:first-child {
  margin-left: 0;
}

.btp-footer-menu2 ul li:last-child {
  margin-right: 0;
}

.btp-footer-menu2 ul li a {
  font-weight: 600;
  color: var(--gray-10);
  transition: all 0.4s;
}

.btp-footer-menu2 ul li a:hover {
  color: var(--success-500);
}

.btp-email {
  font-weight: 600;
  color: var(--gray-10);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btp-email img {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .btp-email {
    justify-content: center;
  }
}

.btp-footer-bottom {
  padding: 35px 0;
}

@media (max-width: 767px) {
  .btp-footer-bottom {
    text-align: center;
  }
}

.btp-footer-bottom p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 0;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .btp-footer-bottom p {
    margin: 0 0 20px;
  }
}

.btp-footer-bottom .btp-footer-menu {
  text-align: right;
}

@media (max-width: 767px) {
  .btp-footer-bottom .btp-footer-menu {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .btp-footer-bottom .btp-footer-menu {
    margin-bottom: 0;
  }
}

.btp-footer-bottom .btp-footer-menu ul li {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  opacity: 0.6;
  margin: 0;
}

.btp-footer-bottom .btp-footer-menu ul li::after {
  content: " ";
  top: 14px;
  right: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  opacity: 0.8;
}

.btp-footer-bottom .btp-footer-menu ul li:last-child {
  padding-right: 0;
}

.btp-footer-bottom .btp-footer-menu ul li:last-child:after {
  content: none;
}

.btp-footer-bottom .btp-footer-menu ul li a {
  font-size: 16px;
}

.btp-footer-bottom .btp-footer-menu ul li a:hover {
  padding: 0;
}

footer.btp--footer-section {
  background-color: var(--gray-800);
}

.btp--footer-top {
  padding: 120px 0 60px;
  border-bottom: 1px solid var(--gray-900);
}

@media (max-width: 991px) {
  .btp--footer-top {
    padding: 100px 0 30px;
  }
}

@media (max-width: 767px) {
  .btp--footer-top {
    padding: 80px 0 15px;
  }
}

@media (max-width: 575px) {
  .btp--footer-top {
    padding: 80px 0 0;
  }
}

@media (max-width: 991px) {
  .btp--textarea {
    margin-bottom: 30px;
    max-width: 500px;
  }
}

.btp--textarea .btp--footer-logo {
  margin-bottom: 30px;
}

.btp--textarea p {
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 575px) {
  .btp--footer-menu {
    margin-bottom: 40px;
  }
}

.btp--footer-menu span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

@media (max-width: 575px) {
  .btp--footer-menu span {
    margin-bottom: 20px;
  }
}

.btp--footer-menu ul li {
  margin-bottom: 6px;
}

.btp--footer-menu ul li:last-child {
  margin-bottom: 0;
}

.btp--footer-menu ul li a {
  font-size: 18px;
  opacity: 0.6;
  color: var(--gray-10);
  transition: all 0.4s;
}

.btp--footer-menu ul li a:hover {
  opacity: 1;
  padding-left: 10px;
}

.btp--footer-bottom {
  display: flex;
  justify-content: center;
  padding: 35px 0;
}

@media (max-width: 767px) {
  .btp--footer-bottom {
    display: block;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .btp--footer-bottom {
    display: block;
    text-align: center;
    padding: 10px 0 35px;
  }
}

.btp--footer-bottom p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 0;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .btp--footer-bottom p {
    margin: 0 0 20px;
  }
}

@media (max-width: 575px) {
  .btp--footer-bottom .btp--footer-menu {
    margin-bottom: 0;
  }
}

.btp--footer-bottom .btp--footer-menu ul li {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.btp--footer-bottom .btp--footer-menu ul li::after {
  content: " ";
  top: 14px;
  right: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  opacity: 0.8;
}

.btp--footer-bottom .btp--footer-menu ul li:last-child:after {
  content: none;
}

.btp--footer-bottom .btp--footer-menu ul li a {
  font-size: 16px;
}

.btp--footer-bottom .btp--footer-menu ul li a:hover {
  padding: 0;
}

.btp--foote2-section {
  background-size: cover;
  background-position: center;
}

.btp--foote2-section .btp--footer-top {
  padding: 120px 0;
  border: none;
}

@media (max-width: 991px) {
  .btp--foote2-section .btp--footer-top {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .btp--foote2-section .btp--footer-top {
    padding: 50px 0;
  }
}

.btp--foote2-section .btp--default-content {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.btp--star {
  position: absolute;
  top: -12px;
  right: -40px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .btp--star {
    display: none;
  }
}

.btp--footer-middle {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--gray-800);
}

@media (max-width: 991px) {
  .btp--footer-middle .btp--footer-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}

.btp--footer-middle .btp--social-icon2 {
  text-align: right;
}

@media (max-width: 991px) {
  .btp--footer-middle .btp--social-icon2 {
    text-align: center;
  }
}

.btp--footer-menu2 {
  text-align: center;
}

.btp--footer-menu2 ul li {
  margin: 0 15px;
  display: inline-block;
}

.btp--footer-menu2 ul li:first-child {
  margin-left: 0;
}

.btp--footer-menu2 ul li:last-child {
  margin-right: 0;
}

.btp--footer-menu2 ul li a {
  font-weight: 600;
  color: var(--gray-800);
  transition: all 0.4s;
}

.btp--footer-menu2 ul li a:hover {
  color: var(--danger-500);
}

.btp--footer-bottom.btp--footer-bottom2 {
  display: block;
}

@media (max-width: 991px) {
  .btp--footer-bottom.btp--footer-bottom2 {
    text-align: center;
  }
}

.btp--footer-bottom.btp--footer-bottom2 p {
  color: var(--gray-800);
  margin: 0;
}

.btp--footer-bottom.btp--footer-bottom2 .btp--footer-menu {
  text-align: right;
}

@media (max-width: 991px) {
  .btp--footer-bottom.btp--footer-bottom2 .btp--footer-menu {
    text-align: center;
    margin-top: 15px;
  }
}

.btp--footer-bottom.btp--footer-bottom2 .btp--footer-menu ul li a {
  color: var(--gray-800);
}

.btp--footer-bottom.btp--footer-bottom2 .btp--footer-menu ul li::after {
  opacity: 0.6;
  background-color: var(--gray-800);
}

.btp--footer-bottom3 {
  display: block;
}

.btp--footer-bottom3 p {
  margin: 0;
}

@media (max-width: 991px) {
  .btp--footer-bottom3 p {
    text-align: center;
  }
}

.btp--footer-bottom3 .btp--footer-menu {
  text-align: right;
}

@media (max-width: 991px) {
  .btp--footer-bottom3 .btp--footer-menu {
    text-align: center;
    margin-top: 15px;
  }
}

.btp--info ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 18px;
}

.btp--info ul li:last-child {
  margin-bottom: 0;
}

.btp--info ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.btp--info ul li a img {
  left: 0;
  top: 6px;
  position: absolute;
}

footer.fugo--footer-section.white-version {
  background-color: #fff;
}

footer.fugo--footer-section.white-version .fugo--textarea p {
  color: #13111a;
}

footer.fugo--footer-section.white-version .fugo--footer-menu span {
  color: #13111a;
}

footer.fugo--footer-section.white-version .fugo--footer-menu ul li a {
  color: #13111a;
}

footer.fugo--footer-section.white-version .fugo--footer-bottom p {
  color: #13111a;
}

.btp-btn {
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  padding: 20px 40px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  color: var(--gray-800);
  background-color: #00b37e;
}

.btp-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

.btp-btn.btp-header-btn {
  padding: 6px 12px;
  margin-left: 10px;
  background-color: transparent;
  border: 1px solid var(--gray-800);
}

.btp-btn.btp-header-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

.btp-btn.btp-header-btn.btp-header-btn2 {
  border-radius: 100px;
  border: 2px solid var(--success-500);
  background-color: var(--success-500);
}

.btp-btn.btp-header-btn.btp-header-btn2:hover {
  border: 2px solid var(--gray-800);
  background-color: var(--gray-800);
}

.btp-btn.btp-round-btn {
  width: 200px;
  padding: 18px;
  border-radius: 100px;
  background-color: transparent;
  border: 2px solid var(--gray-800);
}

.btp-btn.btp-round-btn:hover {
  background-color: var(--gray-800);
}

.btp-btn.btp-round-btn.active {
  border: 2px solid var(--success-500);
  background-color: var(--success-500);
}

.btp-btn.btp-round-btn.active:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
  border: 2px solid var(--gray-800);
}

.btp-btn.small-btn {
  border-radius: 10px;
  padding: 15.5px 41px;
}

.btp-btn.disabled,
.btp-btn:disabled {
  opacity: 1;
}

.btp-btn.d-block {
  width: 100%;
}

.btp-btn.pill {
  border-radius: 999px;
}

.btp-btn.btn-icon {
  padding: 9px 24px;
}

.btp-btn:focus {
  box-shadow: none;
}

.btp--outline-btn {
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
  color: var(--gray-10);
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}

.btp--outline-btn span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15.5px 38px;
  border-radius: 10px;
  background-color: var(--gray-800);
  transition: all 0.4s;
}

.btp--outline-btn:hover span {
  background-color: transparent;
}

.btp--outline-btn:hover {
  color: var(--gray-10);
}

.btp--btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
  padding: 15.5px 36px;
}

.btp--btn.active:before {
  opacity: 1;
}

.btp--btn.active:hover:before {
  width: 200%;
}

.btp--btn.btp--menu-btn1 {
  color: #fff;
  padding: 10.5px 31px;
  background-size: 200% auto !important;
  background: linear-gradient(
    to right,
    #ff00d4 0,
    #7d41ea 30.35%,
    #0080ff 100%
  );
}

.btp--btn.btp--menu-btn1:hover {
  background-position: right center;
}

.btp--btn.btp--menu-btn2,
.btp--btn.btp--menu-btn3 {
  padding: 10.5px 30px;
  border-radius: 3px;
  font-weight: 700;
  z-index: 0;
  color: var(--gray-800);
  background-color: var(--danger-500);
}

.btp--btn.btp--menu-btn2:before,
.btp--btn.btp--menu-btn3:before {
  content: none;
}

.btp--btn.btp--menu-btn2:hover,
.btp--btn.btp--menu-btn3:hover {
  color: var(--gray-10);
  box-shadow: 5px 5px 0 0 var(--gray-800);
}

.btp--btn.btp--menu-btn3 {
  border-radius: 0;
  color: var(--gray-10);
  background-color: var(--primary-500);
}

.btp--btn.btp--menu-btn3:hover {
  color: var(--gray-10);
  box-shadow: 5px 5px 0 0 var(--gray-10);
}

.btp--btn.bg-gray {
  color: var(--gray-10);
  background-color: var(--gray-900);
}

.btp--btn.bg-white {
  color: var(--gray-800);
  background-color: var(--gray-10);
}

.btp--btn.bg-orange {
  border-radius: 3px;
  color: var(--gray-800);
  background-color: var(--danger-500);
}

.btp--btn.bg-orange:hover {
  color: var(--gray-10);
  box-shadow: 5px 5px 0 0 var(--gray-800);
}

.btp--btn.bg-orange:before {
  content: none;
}

.btp--btn.bg-blue {
  color: var(--gray-10);
  border-radius: 3px;
  background-color: var(--primary-500);
}

.btp--btn.bg-blue:before {
  content: none;
}

.btp--btn.bg-blue:hover {
  box-shadow: 5px 5px 0 0 var(--gray-10);
}

.btp--btn.bg-gradient {
  color: var(--gray-10);
}

.btp--btn.bg-gradient:before {
  opacity: 1;
}

.btp--btn.bg-gradient:hover:before {
  width: 200%;
}

.btp--btn.disabled,
.btp--btn:disabled {
  opacity: 1;
}

.btp--btn.btn-sm {
  font-size: 14px;
  padding: 8px 23px;
}

.btp--btn.d-block {
  width: 100%;
}

.btp--btn.pill {
  border-radius: 999px;
}

.btp--btn.btn-icon {
  padding: 9px 24px;
}

.btp--btn:focus {
  box-shadow: none;
}

.btp--btn.no-padding {
  padding: 0 5px;
}

.btp--btn .button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}

.btp--btn .button-content-wrapper .button-icon {
  order: 5;
  flex-grow: 0;
  font-size: 20px;
  margin-right: 8px;
}

.btp--btn .button-content-wrapper .button-icon.align-icon-right {
  order: 15;
  margin-left: 8px;
  margin-right: 0;
}

.btp--btn .button-content-wrapper .button-text {
  order: 10;
}

.btp--btn.d-block .button-content-wrapper .button-icon,
.btp--btn.d-block .button-content-wrapper .button-text {
  flex-grow: 0 !important;
}

.btp--btn:before {
  content: " ";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 10px;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--btn:hover:before {
  opacity: 1;
}

.btp--btn:hover {
  color: #fff;
}
.dropdown button {
  color: rgba(255, 255, 255, 0.6);
}
.dropdown button:hover {
  color: #fff;
}
.dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  vertical-align: middle;
  margin-left: 15px;
}

.fromGroup .btn-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-500) !important;
}

.dropdown-menu {
  padding: 7px 0;
  color: var(--gray-700);
  border: none;
  border: 1px solid var(--gray-100);
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(25, 27, 28, 0.16);
  border-radius: 4px;
  min-width: 160px;
}

.dropdown-item {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 15px !important;
}

.dropdown-item:hover {
  background-color: transparent;
  color: var(--danger-500);
}

.dropdown-item svg {
  margin-right: 4px;
}

.dropdown-item path {
  transition: all 0.4s;
  stroke: var(--gray-600);
}

.dropdown-item:hover path {
  stroke: var(--danger-500);
}

input,
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
  margin: 0;
  width: 100%;
  height: 60px;
  color: var(--gray-800);
  border-radius: 10px;
  background-color: transparent;
  padding: 15px 30px !important;
  border: none !important;
  transition: all 0.4s;
  border: 1px solid var(--gray-700) !important;
}

input:focus,
textarea:focus {
  border: 1px solid var(--warning-500) !important;
}

textarea {
  height: 150px;
  resize: none;
}

@media (max-width: 767px) {
  textarea {
    height: 100px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

input::placeholder,
textarea::placeholder {
  color: var(--gray-800);
  opacity: 0.6;
}

.btp-newsletter {
  max-width: 555px;
  position: relative;
  margin: 0 auto;
}

.btp-newsletter input {
  padding: 15px 185px 15px 30px !important;
}

@media (max-width: 575px) {
  .btp-newsletter input {
    padding: 15px 30px !important;
  }
}

.btp-newsletter p {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(19, 17, 26, 0.5);
}

#fugu-submit-btn {
  font-weight: 700;
  width: 175px;
  height: 50px;
  right: 5px;
  top: 5px;
  font-size: 16px;
  transition: all 0.4s;
  border-radius: 10px;
  position: absolute;
  color: var(--gray-800);
  background-color: var(--warning-500);
}

#fugu-submit-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

@media (max-width: 575px) {
  #fugu-submit-btn {
    position: inherit;
    width: 100% !important;
    margin-top: 10px;
    right: 0;
    top: 0;
  }
}

.btp--newsletter {
  /*max-width: 430px;*/
  position: relative;
  margin: 0 auto;
}

.btp--newsletter input {
  color: #13111a;
  height: 55px;
  padding: 10px 150px 10px 25px !important;
  background-color: var(--gray-10);
}

.btp--newsletter.btp--search input {
  height: 55px;
  padding: 10px 150px 10px 50px !important;
}

button#fugu--search-btn {
  position: absolute;
  top: 11px;
  z-index: 9;
  left: 20px;
  opacity: 0.5;
}

#fugu--submit-btn {
  font-weight: 700;
  width: 130px;
  height: 45px;
  color: #fff;
  right: 5px;
  top: 5px;
  transition: all 0.4s;
  border-radius: 10px;
  position: absolute;
  background-size: 200% auto !important;
  background: linear-gradient(
    to right,
    #ffd56f 0,
    #ffb400 30.35%,
    #ffca4a 100%
  );
}

#fugu--submit-btn:hover {
  background-position: right center;
}

@media (max-width: 575px) {
  #fugu--submit-btn {
    position: inherit;
    width: 100% !important;
    margin-top: 10px;
    right: 0;
    top: 0;
  }
}

.btp--newsletter.btp--newsletter2 {
  max-width: 466px;
  margin: 45px 0 0;
}

.btp--newsletter.btp--newsletter2 input {
  padding: 10px 160px 10px 25px !important;
}

@media (max-width: 991px) {
  .btp--newsletter.btp--newsletter2 {
    max-width: 100%;
  }
}

.btp--newsletter.btp--newsletter2 input {
  border-radius: 3px;
}

.btp--newsletter.btp--newsletter2 #fugu--submit-btn {
  border-radius: 3px;
  right: 0;
  top: 0;
  height: 55px;
  width: 150px;
  border-radius: 0 3px 3px 0;
  background: var(--gray-800);
}

.btp--newsletter input::-webkit-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.btp--newsletter input:-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.btp--newsletter input::-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.btp--newsletter input:-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.btp--newsletter input::-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.btp--newsletter input::placeholder {
  color: #13111a;
  opacity: 0.5;
}

#fugu--form-submit-btn {
  width: 180px;
  height: 55px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: all 0.4s;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
  border-radius: 10px;
}

.btp-breadcrumb-section {
  padding: 5px 0 50px;
  position: relative;
  background-color: var(--warning-400);
}

@media (max-width: 991px) {
  .btp-breadcrumb-section {
    padding: 50px 0 50px;
  }
}

@media (max-width: 767px) {
  .btp-breadcrumb-section {
    padding: 50px 0 50px;
  }
}

@media (max-width: 479px) {
  .btp-breadcrumb-section {
    padding: 50px 0 50px;
  }
}

.breadcrumbs {
  text-align: center;
}

@media (max-width: 575px) {
  .breadcrumbs h1 {
    margin-bottom: 10px;
    line-height: 20px;
  }
}

.breadcrumb {
  margin: 45px 0 0;
  justify-content: center;
}

@media (max-width: 991px) {
  .breadcrumb {
    margin: 25px 0 0;
  }
}

.breadcrumb .breadcrumb-item {
  color: var(--gray-800);
}

.breadcrumb .breadcrumb-item a {
  color: var(--gray-800);
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.btp-shape8 {
  position: absolute;
  top: 32%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .btp-shape8 {
    display: none;
  }
}

.btp-shape9 {
  position: absolute;
  right: 4%;
  bottom: 14%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .btp-shape9 {
    display: none;
  }
}

.btp--breadcrumb-thumb {
  overflow: hidden;
  border-radius: 100%;
  animation: zoom-in-zoom-out2 3s ease-out infinite;
}

.btp--breadcrumb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btp--breadcrumb-thumb-bottom,
.btp--breadcrumb-thumb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .btp--breadcrumb-thumb-bottom,
  .btp--breadcrumb-thumb-top {
    display: none;
  }
}

.btp--breadcrumb-thumb-top {
  max-width: 873px;
  margin: 0 auto 80px;
}

.btp--breadcrumb-thumb.thumb1 {
  width: 80px;
  height: 80px;
}

.btp--breadcrumb-thumb.thumb2 {
  width: 48px;
  height: 45px;
}

.btp--breadcrumb-thumb.thumb3 {
  width: 60px;
  height: 60px;
}

.btp--breadcrumb-thumb.thumb4 {
  width: 86px;
  height: 80px;
}

@keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.btp--breadcrumbs-section {
  padding: 210px 0 120px;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .btp--breadcrumbs-section {
    padding: 140px 0 50px;
  }
}

@media (max-width: 479px) {
  .btp--breadcrumbs-section {
    padding: 110px 0 50px;
  }
}

.btp--breadcrumbs-data {
  max-width: 760px;
}

.btp--breadcrumbs-data h1 {
  letter-spacing: -1px;
  font-family: "Space Grotesk", sans-serif;
}

.btp--breadcrumbs-data p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
}

.btp--breadcrumbs-data p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .btp--breadcrumbs-data p {
    font-size: 18px;
  }
}

.btp--breadcrumbs-data.dark-content h1,
.btp--breadcrumbs-data.dark-content p {
  color: var(--gray-800);
}

.btp--breadcrumbs-data.center-content {
  margin: 0 auto;
  text-align: center;
}

.btp--breadcrumbs-data.center-content .btp--newsletter {
  margin-top: 40px;
}

.dark-version .btp--breadcrumbs-data h1,
.dark-version .btp--breadcrumbs-data p {
  color: var(--gray-10);
}

.btp--blog-shape1 {
  top: 0;
  z-index: -1;
  position: absolute;
}

.pagination {
  justify-content: center;
}

.page-item .page-link {
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: rgba(19, 17, 26, 0.4);
  text-align: center;
  border: 1px solid var(--gray-700);
}

.page-item .page-link:focus {
  box-shadow: none;
  outline: 0;
}

.page-item .page-link:hover {
  color: var(--gray-800);
  background-color: var(--warning-500);
}

.page-item .page-link.active {
  color: var(--gray-800);
  background-color: var(--warning-500);
}

.page-item:first-child .page-link {
  border-radius: 5px 0 0 5px;
}

.page-item:last-child .page-link {
  border-radius: 0 5px 5px 0;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  color: #0080ff;
}

.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg {
  position: absolute;
  right: -22px;
}

.page-item:first-child .page-link svg path,
.page-item:last-child .page-link svg path {
  stroke: var(--gray-10);
  transition: all 0.4s;
}

.page-item:first-child .page-link:hover path,
.page-item:last-child .page-link:hover path {
  stroke: #0080ff;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: transparent !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--gray-900);
}

.btp-pagination {
  text-align: center;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .btp-pagination {
    margin-top: 35px;
  }
}

.fugo--pagination .page-item {
  margin-right: 13px;
}

.fugo--pagination .page-item:last-child {
  margin-right: 0;
}

.fugo--pagination .page-item .page-link {
  height: 55px;
  width: 60px;
  background-color: transparent;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-10);
  text-align: center;
}

@media (max-width: 479px) {
  .fugo--pagination .page-item .page-link {
    width: 50px;
    height: 50px;
  }
}

.fugo--pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: 0;
}

.fugo--pagination .page-item .page-link:hover {
  background-color: var(--gray-900);
}

.fugo--pagination .page-item:first-child .page-link {
  border-radius: 10px;
}

.fugo--pagination .page-item:first-child .page-link svg {
  left: -22px;
  transform: rotate(180deg);
}

.fugo--pagination .page-item:first-child .page-link:hover,
.fugo--pagination .page-item:last-child .page-link:hover {
  color: #0080ff;
}

.fugo--pagination .page-item:first-child .page-link svg,
.fugo--pagination .page-item:last-child .page-link svg {
  position: absolute;
  right: -22px;
}

.fugo--pagination .page-item:first-child .page-link svg path,
.fugo--pagination .page-item:last-child .page-link svg path {
  stroke: var(--gray-10);
  transition: all 0.4s;
}

.fugo--pagination .page-item:first-child .page-link:hover path,
.fugo--pagination .page-item:last-child .page-link:hover path {
  stroke: #0080ff;
}

.fugo--pagination .page-item:first-child .page-link:hover,
.fugo--pagination .page-item:last-child .page-link:hover {
  background-color: transparent !important;
}

.fugo--pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--gray-900);
}

.fugo--pagination {
  text-align: center;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .fugo--pagination {
    margin-top: 35px;
  }
}

.fugo--pagination.fugo--pagination2 .page-item .page-link {
  color: var(--gray-800);
}

.fugo--pagination.fugo--pagination2 .page-item .page-link svg {
  position: absolute;
  right: -22px;
}

.fugo--pagination.fugo--pagination2 .page-item .page-link svg path {
  stroke: var(--gray-800);
  transition: all 0.4s;
}

.fugo--pagination.fugo--pagination2 .page-item .page-link:hover {
  color: var(--gray-800);
}

.fugo--pagination.fugo--pagination2 .page-item .page-link:hover path {
  stroke: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item.active .page-link,
.fugo--pagination.fugo--pagination2 .page-item:hover .page-link {
  background-color: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item:first-child .page-link:hover,
.fugo--pagination.fugo--pagination2 .page-item:last-child .page-link:hover {
  color: var(--danger-500);
}

.fugo--pagination.fugo--pagination2
  .page-item:first-child
  .page-link:hover
  path,
.fugo--pagination.fugo--pagination2
  .page-item:last-child
  .page-link:hover
  path {
  stroke: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item:first-child .page-link:hover,
.fugo--pagination.fugo--pagination2 .page-item:last-child .page-link:hover {
  background-color: transparent !important;
}

.btp--card-wrap {
  border-radius: 10px;
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  background: #201c2c;
  box-shadow: 0 0 0 1px #fff;
}

.btp--card-wrap:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

.btp--card-wrap:hover:before {
  opacity: 1;
}

.btp--card-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  opacity: 0;
  transition: all 0.4s;
  border-radius: inherit;
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}

.btp--card-wrap:hover .btp--btn:before {
  color: var(--gray-10);
  opacity: 1;
}

.btp--card-wrap:hover .btp--btn {
  color: var(--gray-10);
}

.btp--card-wrap:hover .btp--card-thumb img {
  transform: scale(1.1) rotate(3deg);
}

.btp--card-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.btp--card-thumb img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.4s;
}

.btp--card-data {
  margin-top: 20px;
}

.btp--card-data h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--gray-10);
  margin: 0 0 10px;
  font-family: Inter, sans-serif;
}

.btp--card-data p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-10);
  opacity: 0.4;
  margin: 0;
}

.btp--card-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btp--card-footer-data span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-10);
}

.btp--card-footer-data h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--gray-10);
  margin: 0;
  font-family: Inter, sans-serif;
}

.btp--card-footer .btp--btn {
  min-width: inherit;
}

.btp--card-wrap.btp--card2 {
  background: var(--gray-10);
  border: 3px solid var(--gray-800);
  border-radius: 3px;
  padding: 18px;
}

.btp--card-wrap.btp--card2:before {
  content: none;
}

.btp--card-wrap.btp--card2 .btp--card-thumb img {
  border-radius: 3px;
}

.btp--card-wrap.btp--card2 .btp--card-data h3 {
  color: var(--gray-800);
}

.btp--card-wrap.btp--card2 .btp--card-data p {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  opacity: 1;
  color: var(--gray-800);
}

.btp--card-wrap.btp--card2 .btp--card-data p img {
  margin-right: 8px;
}

.btp--card-wrap.btp--card2 .btp--card-footer-data h4 {
  font-weight: 400;
  font-size: 18px;
  color: var(--gray-800);
  opacity: 0.8;
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(19, 17, 26, 0.4) !important;
  background-color: rgba(19, 17, 26, 0.1);
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn img {
  opacity: 0.3;
  margin-right: 7px;
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn:before {
  content: none;
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn .red-heart {
  display: none;
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn.dark-btn {
  color: var(--gray-10) !important;
  background-color: var(--gray-800);
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn.dark-btn img {
  opacity: 1;
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn.dark-btn .red-heart {
  display: block;
}

.btp--card-wrap.btp--card2 .btp--card-footer .btp--btn.dark-btn .black-heart {
  display: none;
}

.btp--slider-two .slick-slide {
  margin: 0 12px;
}

.btp--blog-wrap {
  overflow: hidden;
  border-radius: 10px;
  backdrop-filter: blur(400px);
  background: rgba(90, 75, 124, 0.2);
}

.btp--blog-wrap:hover .btp--blog-thumb img {
  transform: scale(1.07) rotate(2deg);
}

.btp--blog-thumb {
  height: 400px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .btp--blog-thumb {
    height: auto;
  }
}

.btp--blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.5s;
}

.btp--blog-thumb .btp--blog-badge {
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 40px;
  right: 40px;
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-800);
  padding: 10.5px 19.7px;
}

.btp--blog-content {
  padding: 40px;
}

@media (max-width: 767px) {
  .btp--blog-content {
    padding: 30px;
  }
}

.btp--blog-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
}

.btp--blog-date {
  margin-bottom: 30px;
}

.btp--blog-date ul {
  display: flex;
  align-items: center;
}

.btp--blog-date ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: 22px;
}

@media (max-width: 400px) {
  .btp--blog-date ul li {
    margin-right: 15px;
  }
}

.btp--blog-date ul li a {
  color: #fff;
  opacity: 0.4;
}

.btp--blog-date ul li:last-child {
  margin-right: 0;
}

.btp--blog-date ul li img {
  margin-right: 13px;
}

.btp--blog-title h3 {
  font-size: 32px;
  line-height: 38px;
  transition: all 0.4s;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .btp--blog-title h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

.btp--blog-user {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.btp--blog-user-thumb {
  width: 68px;
  height: 65px;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 15px;
  overflow: hidden;
}

.btp--blog-user-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btp--blog-user-data span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.btp--blog-user-data p {
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
  margin: 0;
}

.btp--blog-wrap2 {
  backdrop-filter: inherit;
  background: 0 0;
}

.btp--blog-wrap2 .btp--blog-thumb {
  height: 280px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .btp--blog-wrap2 .btp--blog-thumb {
    height: auto;
  }
}

.btp--blog-wrap2 .btp--blog-content {
  padding: 30px 0;
}

.btp--blog-wrap2 .btp--blog-date {
  margin-bottom: 15px;
}

.btp--blog-wrap2 .btp--blog-date ul li {
  font-size: 16px;
  position: relative;
  margin-right: 25px;
}

.btp--blog-wrap2 .btp--blog-date ul li:last-child {
  margin-right: 0;
}

.btp--blog-wrap2 .btp--blog-date ul li:before {
  content: "";
  right: -16px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.4;
  background-color: var(--gray-10);
}

.btp--blog-wrap2 .btp--blog-date ul li:last-child:before {
  content: none;
}

.btp--blog-wrap2 .btp--blog-title h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .btp--blog-wrap2 .btp--blog-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

a.btp--readmore-btn {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

a.btp--readmore-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 0;
  margin-left: 10px;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  position: relative;
  background-color: var(--gray-900);
}

a.btp--readmore-btn span:before {
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.4s;
  position: absolute;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--blog-wrap2:hover a.btp--readmore-btn span::before {
  opacity: 1;
}

.btp-hero-section {
  z-index: 0;
  overflow: hidden;
  position: relative;
  padding: 210px 0 130px;
  background-color: var(--warning-400);
}

@media (max-width: 991px) {
  .btp-hero-section {
    padding: 170px 0 169px;
  }
}

@media (max-width: 767px) {
  .btp-hero-section {
    padding: 120px 0 0;
  }
}

.btp-hero-content {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .btp-hero-content {
    margin: 0 50px 50px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .btp-hero-content {
    margin: 0 0 50px;
  }
}

@media (max-width: 991px) {
  .btp-hero-content h1 {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .btp-hero-content h1 {
    padding: 0;
  }
}

.btp-hero-content p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: var(--gray-800);
}

.btp-app-btn-wrap {
  margin: 40px 0 50px;
}

@media (max-width: 991px) {
  .btp-app-btn-wrap {
    margin: 40px 0 60px;
  }
}

@media (max-width: 575px) {
  .btp-app-btn-wrap {
    margin: 30px 0 40px;
  }
}

a.btp-app-btn {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
  a.btp-app-btn {
    width: 160px;
  }
}

@media (max-width: 575px) {
  a.btp-app-btn {
    margin: 10px;
  }
}

a.btp-app-btn:last-child {
  margin: 0;
}

.btp-hero-client-area {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .btp-hero-client-area {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .btp-hero-client-area {
    display: block;
    margin: 0;
  }
}

.btp-hero-client-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .btp-hero-client-wrap {
    display: block;
    margin-bottom: 15px;
  }
}

.btp-hero-client-thumb {
  flex-shrink: 0;
  margin-right: 12px;
}

@media (max-width: 575px) {
  .btp-hero-client-thumb {
    margin: 0 0 15px;
  }
}

/*Live Price Css Start*/
.coinmarketcap-currency-widget div {
  border: none !important;
  min-width: auto !important;
  padding: 0 !important;
  line-height: normal !important;
}

.coinmarketcap-currency-widget div div:nth-child(3n + 2),
.coinmarketcap-currency-widget div div:nth-child(3n + 3) {
  display: none;
}

.coinmarketcap-currency-widget div div div:first-child {
  display: none !important;
}

.coinmarketcap-currency-widget div div div:nth-child(2n + 2) {
  display: block;
  width: 100% !important;
}

.coinmarketcap-currency-widget span:first-child {
  display: none;
}

.coinmarketcap-currency-widget br {
  display: none;
}

.coinmarketcap-currency-widget span:last-child {
  display: flex;
  align-items: flex-end;
}

.coinmarketcap-currency-widget span span {
  display: block !important;
}

.coinmarketcap-currency-widget span span:nth-child(3n + 1) {
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1;
  margin-right: 4px;
  margin-bottom: -2px;
}

.coinmarketcap-currency-widget span span span:first-child {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 22px;
  margin-right: 0px;
  margin-bottom: 0;
}
/*Live Price Css End*/

.btp-hero-client-data h3 {
  line-height: 1;
  margin-bottom: 2px;
}

.btp-hero-client-data p {
  font-size: 16px;
  opacity: 0.6;
}

.btp-hero-client-rating {
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
}

@media (max-width: 575px) {
  .btp-hero-client-rating {
    margin: 0;
    padding: 0;
  }
}

.btp-hero-client-rating:before {
  content: "";
  left: 0;
  top: 0;
  height: 39px;
  width: 2px;
  position: absolute;
  background-color: rgba(19, 17, 26, 0.1);
}

@media (max-width: 575px) {
  .btp-hero-client-rating:before {
    content: none;
  }
}

.btp-hero-client-rating h3 {
  line-height: 1;
  margin-bottom: 2px;
}

.btp-hero-client-rating ul li {
  display: inline-block;
  font-size: 16px;
  opacity: 0.6;
  color: var(--gray-800);
}

.btp-hero-client-rating ul li:last-child {
  margin-left: 7px;
}

.btp-hero-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .btp-hero-thumb {
    right: -10%;
  }
}

@media (max-width: 1199px) {
  .btp-hero-thumb {
    right: -24%;
  }
}

@media (max-width: 1100px) {
  .btp-hero-thumb {
    right: -27%;
  }
}

@media (max-width: 991px) {
  .btp-hero-thumb {
    position: relative;
    right: 0 !important;
  }
}

.btp-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.btp-shape2 {
  position: absolute;
  top: -20%;
  left: -25%;
  z-index: -1;
}

.btp-hero-star {
  position: absolute;
  top: 0;
  right: 38%;
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Banner animation css*/

.promo_area {
  top: 20%;
  position: relative;
}
.promo_area .main-title img {
  animation: glow 1s infinite;
  transition: 0.5s;
  width: 30%;
}
/* .promo_area .main-title img {
        transform-origin: left 50%;
        transform: scale(1.25) translateZ(0);
    }*/
@keyframes glow {
  0% {
    transform: scale(1) translateZ(0);
    -webkit-filter: drop-shadow(4px 4px 2px #ffc947);
    filter: drop-shadow(4px 4px 2px #ffc947);
  }

  50% {
    transform: scale(0.8) translateZ(0);
    -webkit-filter: drop-shadow(2px 2px 1px #ffc947);
    filter: drop-shadow(2px 2px 1px #ffc947);
  }

  100% {
    transform: scale(1) translateZ(0);
    -webkit-filter: drop-shadow(4px 4px 2px #ffc947);
    filter: drop-shadow(4px 4px 2px #ffc947);
  }
}
.promo_area .round-planet {
  width: 431px;
  height: 431px;
  border: 2px solid rgb(159 113 55 / 25%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

.promo_area .round-planet.planet {
  top: 51%;
}

.promo_area .round-planet.planet2 {
  width: 375px;
  height: 375px;
}

.promo_area .round-planet.planet3 {
  width: 321px;
  height: 321px;
}

.promo_area .round-planet .star {
  border-radius: 50%;
  top: 42%;
  left: 42%;
  position: absolute;
}

.promo_area .round-planet .star.star1 {
  background: url("../images/icons/4.png");
  background-size: cover;
  margin-top: 15px;
  margin-left: 15px;
  width: 25px;
  height: 25px;
  -webkit-animation: spinnerRotate 20s linear infinite;
  animation: spinnerRotate 20s linear infinite;
}

.promo_area .round-planet .star.star2 {
  background: url("../images/icons/3.png");
  background-size: cover;
  -webkit-animation: spinnerRotateone 20s linear infinite;
  animation: spinnerRotateone 20s linear infinite;
  width: 20px;
  height: 20px;
  top: 48%;
  left: 48%;
}

.promo_area .round-planet .star.star3 {
  background: url("../images/icons/2.png");
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-top: 6%;
  margin-left: 6%;
  -webkit-animation: spinnerRotatetwo 20s linear infinite;
  animation: spinnerRotatetwo 20s linear infinite;
}

.promo_area .round-planet .star.star4 {
  background: url("../images/icons/1.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 6%;
  margin-left: 6%;
  -webkit-animation: spinnerRotatethree 20s linear infinite;
  animation: spinnerRotatethree 20s linear infinite;
}

.promo_area .round-planet .star.star5 {
  background: url("../images/icons/5.png");
  background-size: cover;
  margin-top: 15px;
  margin-left: 15px;
  width: 25px;
  height: 25px;
  -webkit-animation: spinnerRotatefour 25s linear infinite;
  animation: spinnerRotatefour 25s linear infinite;
}

.promo_area .round-planet .star.star6 {
  background: url("../images/icons/6.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 48%;
  left: 48%;
  -webkit-animation: spinnerRotatefive 25s linear infinite;
  animation: spinnerRotatefive 25s linear infinite;
}

.promo_area .round-planet .star.star7 {
  background: url("../images/icons/7.png");
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-top: 6%;
  margin-left: 6%;
  -webkit-animation: spinnerRotatesix 25s linear infinite;
  animation: spinnerRotatesix 25s linear infinite;
}

.promo_area .round-planet .star.star8 {
  background: url("../images/icons/8.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 6%;
  margin-left: 6%;
  -webkit-animation: spinnerRotateseven 25s linear infinite;
  animation: spinnerRotateseven 25s linear infinite;
}

/*spinner keyframe
=======================================================*/
@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(160px);
    transform: rotate(0deg) translateX(160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(160px);
    transform: rotate(360deg) translateX(160px);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(160px);
    transform: rotate(0deg) translateX(160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(160px);
    transform: rotate(360deg) translateX(160px);
  }
}

@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(160px);
    transform: rotate(0deg) translateY(160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(160px);
    transform: rotate(360deg) translateY(160px);
  }
}

@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(160px);
    transform: rotate(0deg) translateY(160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(160px);
    transform: rotate(360deg) translateY(160px);
  }
}

@-webkit-keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-160px);
    transform: rotate(0deg) translateY(-160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(-160px);
    transform: rotate(360deg) translateY(-160px);
  }
}

@keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-160px);
    transform: rotate(0deg) translateY(-160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(-160px);
    transform: rotate(360deg) translateY(-160px);
  }
}

@-webkit-keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-160px);
    transform: rotate(0deg) translateX(-160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(-160px);
    transform: rotate(360deg) translateX(-160px);
  }
}

@keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-160px);
    transform: rotate(0deg) translateX(-160px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(-160px);
    transform: rotate(360deg) translateX(-160px);
  }
}

@-webkit-keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(187px);
    transform: rotate(0deg) translateX(187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(187px);
    transform: rotate(360deg) translateX(187px);
  }
}

@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(187px);
    transform: rotate(0deg) translateX(187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(187px);
    transform: rotate(360deg) translateX(187px);
  }
}

@-webkit-keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(187px);
    transform: rotate(0deg) translateY(187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(187px);
    transform: rotate(360deg) translateY(187px);
  }
}

@keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(187px);
    transform: rotate(0deg) translateY(187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(187px);
    transform: rotate(360deg) translateY(187px);
  }
}

@-webkit-keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-187px);
    transform: rotate(0deg) translateY(-187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(-187px);
    transform: rotate(360deg) translateY(-187px);
  }
}

@keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-187px);
    transform: rotate(0deg) translateY(-187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(-187px);
    transform: rotate(360deg) translateY(-187px);
  }
}

@-webkit-keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-187px);
    transform: rotate(0deg) translateX(-187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(-187px);
    transform: rotate(360deg) translateX(-187px);
  }
}

@keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-187px);
    transform: rotate(0deg) translateX(-187px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(-187px);
    transform: rotate(360deg) translateX(-187px);
  }
}

@media (max-width: 500px) {
  .promo_area {
    display: none;
  }
}

.shadow-shape {
  position: absolute;
  top: -150%;
  right: -45%;
  z-index: -2;
}

/*banner animation end*/

.btp-hero-section2 {
  z-index: 0;
  overflow: hidden;
  padding: 188px 0 430px;
  position: relative;
  background-color: var(--warning-200);
}

@media (max-width: 991px) {
  .btp-hero-section2 {
    padding: 160px 0 405px;
  }
}

@media (max-width: 767px) {
  .btp-hero-section2 {
    padding: 150px 0 190px;
  }
}

@media (max-width: 479px) {
  .btp-hero-section2 {
    padding: 120px 0 190px;
  }
}

@media (max-width: 767px) {
  .btp-hero-section2:after {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    background-color: #000;
  }
}

.btp-hero-section2:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: linear-gradient(
    180deg,
    #724fe5 6.25%,
    #32e7b1 31.77%,
    rgba(255, 255, 255, 0) 55.21%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 50% 50% 0 0;
  width: 150vw;
  left: -25vw;
}

@media (max-width: 767px) {
  .btp-hero-section2:before {
    border-radius: 0;
  }
}

.btp-hero-content2 {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.btp-hero-content2 p {
  padding: 0 70px;
}

@media (max-width: 550px) {
  .btp-hero-content2 p {
    padding: 0;
  }
}

.btp-hero-btn-wrap {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .btp-hero-btn-wrap {
    margin-top: 40px;
  }
}

.btp-hero-btn-wrap .btp-btn {
  margin: 7px;
}

.btp-single-thumb {
  text-align: center;
  margin-top: -320px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .btp-single-thumb {
    margin-top: -120px;
  }
}

.btp-single-thumb-section {
  background-color: var(--warning-200);
}

.btp-shape4 {
  position: absolute;
  top: 15%;
  left: 3%;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .btp-shape4 {
    display: none;
  }
}

.btp-shape5 {
  position: absolute;
  right: 5%;
  bottom: 25%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .btp-shape5 {
    display: none;
  }
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0);
  }
}

@keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0);
  }
}

.btp--hero-section {
  z-index: 0;
  padding: 200px 0 120px;
  background-size: cover;
  position: relative;
  background-position: center bottom;
  background-color: var(--gray-800);
}

@media (max-width: 991px) {
  .btp--hero-section {
    padding: 175px 0 100px;
  }
}

@media (max-width: 767px) {
  .btp--hero-section {
    padding: 150px 0 80px;
  }
}

@media (max-width: 575px) {
  .btp--hero-section {
    padding: 130px 0 80px;
  }
}

.btp--hero-content {
  max-width: 636px;
}

.btp--hero-content h1 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

@media (max-width: 991px) {
  .btp--hero-content {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .btp--hero-content {
    max-width: 500px;
  }
}

.btp--hero-content p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-right: 80px;
  color: #fff;
}

@media (max-width: 991px) {
  .btp--hero-content p {
    margin-right: 0;
  }
}

.btp--hero-shape1 {
  position: absolute;
  bottom: -116px;
  right: 14%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .btp--hero-shape1 {
    right: 3%;
  }
}

@media (max-width: 1400px) {
  .btp--hero-shape1 {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .btp--hero-shape1 {
    bottom: 0;
    width: 70%;
  }
}

@media (max-width: 991px) {
  .btp--hero-shape1 {
    right: 110px;
    width: 100%;
  }
}

.btp--hero-shape2 {
  width: 18%;
  height: 37%;
  position: absolute;
  background: #2c04fe;
  opacity: 1;
  filter: blur(136.18px);
  border-radius: 100%;
  top: 15%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .btp--hero-shape2 {
    right: 0;
  }
}

.btp--btn-wrap.btp--hero-btn {
  margin: 55px 0 0;
}

@media (max-width: 991px) {
  .btp--btn-wrap.btp--hero-btn {
    margin: 35px 0 0;
  }
}

.btp--btn-wrap.btp--hero-btn .btp--btn {
  margin-right: 20px;
}

.btp--btn-wrap.btp--hero-btn .btp--btn:last-child {
  margin-right: 0;
}

@media (max-width: 410px) {
  .btp--btn-wrap.btp--hero-btn .btp--btn {
    margin: 0 10px 15px;
  }
}

.btp--btn-wrap {
  margin: 45px 0 0;
}

.btp--hero-right {
  width: 490px;
  float: right;
  z-index: 0;
  transform: rotate(3deg);
  position: relative;
}

@media (max-width: 1400px) {
  .btp--hero-right {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .btp--hero-right {
    float: none;
    transform: rotate(0) !important;
    margin: 0 auto;
    margin-top: 50px;
    width: 480px;
  }
}

@media (max-width: 767px) {
  .btp--hero-right {
    width: 100%;
  }
}

.btp--hero-right .btp--card-wrap {
  background: rgba(90, 75, 124, 0.5);
  backdrop-filter: blur(400px);
}

.btp--hero-right .btp--card-wrap:before {
  content: none;
}

.btp--hero-right .btp--card-wrap:hover {
  box-shadow: 0 0 0 1px #fff;
}

.btp--hero-right .btp--card-data {
  margin: 0;
  padding: 40px 10px 20px;
}

@media (max-width: 575px) {
  .btp--hero-right .btp--card-data {
    padding: 20px 5px 5px;
  }
}

.btp--hero-right .btp--card-data h3 {
  font-size: 30px;
}

@media (max-width: 575px) {
  .btp--hero-right .btp--card-data h3 {
    font-size: 24px;
  }
}

.btp--hero-right .btp--card-data .btp--card-footer-data span {
  display: block;
  margin-bottom: 10px;
}

.btp--hero-right .btp--card-data .btp--card-footer-data h4 {
  font-size: 30px;
}

@media (max-width: 575px) {
  .btp--hero-right .btp--card-data .btp--card-footer-data h4 {
    font-size: 24px;
  }
}

.btp--hero-section2 {
  z-index: 0;
  padding: 230px 0 235px;
  position: relative;
  background-color: var(--warning-600);
}

@media (max-width: 1199px) {
  .btp--hero-section2 {
    padding: 150px 0 120px;
  }
}

@media (max-width: 767px) {
  .btp--hero-section2 {
    padding: 150px 0 80px;
  }
}

@media (max-width: 479px) {
  .btp--hero-section2 {
    padding: 120px 0 80px;
  }
}

.btp--hero-content2 {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991px) {
  .btp--hero-content2 {
    max-width: 565px;
  }
}

@media (max-width: 767px) {
  .btp--hero-content2 {
    max-width: 445px;
  }
}

.btp--hero-content2 h1 {
  color: var(--gray-800);
  font-family: "Public Sans", sans-serif;
}

.btp--hero-content2 p {
  margin-right: 0;
  color: var(--gray-800);
  margin: 0 20px;
}

.btp--hero-content2 .btp--content-star {
  position: absolute;
  top: 115px;
  right: -15px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

.btp--hero-mocup {
  position: absolute;
  animation: zoom-in-zoom-out 5s ease-out infinite;
}

@media (max-width: 767px) {
  .btp--hero-mocup {
    display: none;
  }
}

.btp--hero-mocup.mocup1 {
  top: 15%;
  width: 22.5%;
  left: -35%;
}

@media (max-width: 1400px) {
  .btp--hero-mocup.mocup1 {
    top: 15%;
    width: 17.5%;
    left: -20%;
  }
}

@media (max-width: 1199px) {
  .btp--hero-mocup.mocup1 {
    top: 15%;
    width: 15%;
    left: -13%;
  }
}

.btp--hero-mocup.mocup2 {
  bottom: -30%;
  width: 26.4%;
  left: -12%;
  filter: blur(2px);
  transition: all 0.4s;
}

.btp--hero-mocup.mocup2:hover {
  filter: blur(0);
}

@media (max-width: 1400px) {
  .btp--hero-mocup.mocup2 {
    bottom: -15%;
    width: 20%;
    left: -10%;
  }
}

@media (max-width: 1199px) {
  .btp--hero-mocup.mocup2 {
    width: 15%;
  }
}

.btp--hero-mocup.mocup3 {
  top: -3%;
  width: 23.7%;
  right: -37%;
  filter: blur(2px);
  transition: all 0.4s;
}

.btp--hero-mocup.mocup3:hover {
  filter: blur(0);
}

@media (max-width: 1400px) {
  .btp--hero-mocup.mocup3 {
    top: 0;
    width: 17.7%;
    right: -24%;
  }
}

@media (max-width: 1199px) {
  .btp--hero-mocup.mocup3 {
    width: 15%;
    right: -13%;
  }
}

.btp--hero-mocup.mocup4 {
  bottom: -30%;
  width: 26.4%;
  right: -10%;
}

@media (max-width: 1400px) {
  .btp--hero-mocup.mocup4 {
    bottom: -15%;
    width: 20%;
    right: -10%;
  }
}

@media (max-width: 1199px) {
  .btp--hero-mocup.mocup4 {
    width: 15%;
    right: -5%;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.15, 1.15);
  }

  100% {
    transform: scale(1, 1);
  }
}

.btp--hero-section3 {
  z-index: 0;
  padding: 280px 0 120px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--gray-800);
}

@media (max-width: 991px) {
  .btp--hero-section3 {
    padding: 175px 0 100px;
  }
}

@media (max-width: 479px) {
  .btp--hero-section3 {
    padding: 130px 0 80px;
  }
}

.btp--hero-content3 p {
  margin-right: 0;
}

.btp--hero-content3 .btp--btn.bg-blue {
  background-color: var(--gray-900);
}

.btp--hero-content3 .btp--btn.bg-blue:hover {
  background-color: var(--primary-500);
}

.btp--hero-content3 .btp--btn.bg-blue.active {
  background-color: var(--primary-500);
  box-shadow: 5px 5px 0 0 var(--gray-10);
}

.btp--thumb-three {
  text-align: right;
}

@media (max-width: 991px) {
  .btp--thumb-three {
    text-align: center;
    margin-top: 150px;
  }
}

.btp--hero-thumb3 {
  transform: rotate(0);
  display: inline-block;
  position: relative;
}

.btp--hero-thumb3 .btp--bitcoin {
  position: absolute;
  transform: translatey(0);
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

.btp--hero-thumb3 .btp--bitcoin.bitcoin-one {
  top: -95px;
  right: 130px;
}

.btp--hero-thumb3 .btp--bitcoin.bitcoin-two {
  top: 20px;
  left: 25px;
  width: 29%;
}

.btp--hero-thumb3 .btp--bitcoin.bitcoin-three {
  top: 5px;
  right: 20px;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0);
  }
}

@keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0);
  }
}

.btp-counter-section {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .btp-counter-section .btp-default-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
}

.btp-counter-wrap {
  display: flex;
  text-align: center;
}

@media (max-width: 1199px) {
  .btp-counter-wrap {
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.btp-counter-data {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  position: relative;
}

@media (max-width: 1399px) {
  .btp-counter-data {
    padding: 25px;
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1199px) {
  .btp-counter-data {
    padding: 30px;
    width: 220px;
    height: 220px;
  }
}

.btp-counter-data:nth-child(2) {
  margin-left: -30px;
}

@media (max-width: 479px) {
  .btp-counter-data:nth-child(2) {
    margin-left: 0;
    margin-top: -30px;
  }
}

@media (max-width: 479px) {
  .btp-counter-data:nth-child(2) {
    margin-top: -30px;
  }
}

.btp-counter-data:nth-child(3) {
  margin-left: -30px;
}

@media (max-width: 767px) {
  .btp-counter-data:nth-child(3) {
    margin-left: 0;
    margin-top: -58px;
  }
}

@media (max-width: 479px) {
  .btp-counter-data:nth-child(3) {
    margin-top: -30px;
  }
}

.btp-counter-data h2 {
  color: #fff;
  margin-bottom: 10px;
}

.btp-counter-data p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.btp--counter-wrap {
  display: flex;
  max-width: 385px;
  justify-content: space-between;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .btp--counter-wrap {
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media (max-width: 410px) {
  .btp--counter-wrap {
    margin-top: 25px;
  }
}

.btp--counter-data h2 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.btp--counter-data h2 strong {
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btp--counter-data p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 991px) {
  .btp--counter-wrap2 {
    margin: 30px 0 0;
  }
}

.btp--counter-wrap2 .btp--counter-data h2 {
  margin: 0 0 10px;
}

.btp--counter-wrap2 .btp--counter-data h2 strong {
  background: 0 0;
  color: var(--gray-800);
  -webkit-text-fill-color: var(--gray-800);
}

.btp--counter-wrap2 .btp--counter-data p {
  font-weight: 600;
  opacity: 1 !important;
}

.btp--counter-wrap3 {
  max-width: 100%;
  margin: 0;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .btp--counter-wrap3 .btp--counter-data {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 40px;
  }

  .btp--counter-wrap3 .btp--counter-data:nth-child(3),
  .btp--counter-wrap3 .btp--counter-data:nth-child(4) {
    margin-bottom: 0;
  }
}

.btp--counter-wrap3 .btp--counter-data h2 {
  z-index: 0;
  margin: 0 0 20px;
  font-size: 60px;
  color: var(--gray-800);
  font-family: "Space Grotesk", sans-serif;
  position: relative;
}

@media (max-width: 1199px) {
  .btp--counter-wrap3 .btp--counter-data h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .btp--counter-wrap3 .btp--counter-data h2 {
    font-size: 36px;
  }
}

.btp--counter-wrap3 .btp--counter-data h2:before {
  content: " ";
  left: 0;
  top: -15px;
  z-index: -1;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  background-color: rgba(255, 107, 85, 0.2);
}

@media (max-width: 1199px) {
  .btp--counter-wrap3 .btp--counter-data h2:before {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 767px) {
  .btp--counter-wrap3 .btp--counter-data h2:before {
    width: 60px;
    height: 60px;
    left: 45%;
    transform: translateX(-50%);
  }
}

.btp--counter-wrap3 .btp--counter-data h2 strong {
  background: 0 0;
  color: var(--gray-800);
  -webkit-text-fill-color: var(--gray-800);
}

.btp--counter-wrap3 .btp--counter-data p {
  opacity: 1 !important;
  font-size: 30px;
  letter-spacing: -1px;
  color: #13111a;
}

@media (max-width: 1199px) {
  .btp--counter-wrap3 .btp--counter-data p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .btp--counter-wrap3 .btp--counter-data p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .btp--counter-wrap3 .btp--counter-data p {
    font-size: 18px;
  }
}

.btp-team-page {
  padding-top: 110px;
}

@media (max-width: 991px) {
  .btp-team-page {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .btp-team-page {
    padding-top: 80px;
  }
}

.btp-team-wrap {
  margin-bottom: 24px;
}

.btp-team-wrap.wrap2 {
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  height: calc(100% - 24px);
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.btp-team-wrap.wrap2 h4 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .btp-team-wrap.wrap2 {
    height: 100%;
  }
}

.btp-team-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.btp-team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.btp-team-thumb:hover img {
  transform: scale(1.07) rotate(2deg);
}

.btp-team-data {
  bottom: 20px;
  padding: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
}

.btp-team-data h5 {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

.btp-team-data h5 a {
  color: var(--gray-800);
  transition: all 0.4s;
}

.btp-team-data h5 a:hover {
  color: var(--warning-500);
}

.btp-team-data p {
  font-size: 14px;
  margin: 0;
}

.btp-team-data-wrap {
  display: flex;
  justify-content: space-between;
}

.btp-single-team-page {
  padding: 120px 0 100px;
}

@media (max-width: 991px) {
  .btp-single-team-page {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .btp-single-team-page {
    padding: 80px 0;
  }
}

.btp-team-single-wrap {
  padding: 60px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1199px) {
  .btp-team-single-wrap {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .btp-team-single-wrap {
    padding: 30px;
  }
}

.btp-team-single-thumb {
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .btp-team-single-thumb {
    margin-bottom: 30px;
  }
}

.btp-team-single-thumb img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .btp-team-single-data {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .btp-team-single-data {
    margin: 0;
  }
}

.btp-team-single-data h2 {
  margin-bottom: 10px;
}

.btp-team-single-data span {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--gray-800);
}

.btp-team-single-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

@media (max-width: 479px) {
  .btp-team-single-footer {
    display: block;
  }
}

.btp-team-single-footer .btp-social-icon {
  margin: 0;
}

@media (max-width: 479px) {
  .btp-team-single-footer .btp-social-icon {
    margin: 0 0 20px;
  }
}

.btp-team-single-footer .btp-social-icon ul li a {
  background-color: rgba(19, 17, 26, 0.05);
}

.btp-team-single-footer .btp-social-icon ul li a:hover {
  background-color: var(--gray-800);
}

.btp-team-single-footer .btp-social-icon ul li a path {
  fill: var(--gray-800);
}

.btp-team-single-footer .btp-social-icon ul li a:hover path {
  fill: var(--warning-500);
}

.btp-team-information {
  margin-bottom: 24px;
}

.btp-team-information-wrap {
  padding-bottom: 70px;
}

.btp-team-information ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.btp-team-information ul li:before {
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  background-color: var(--gray-800);
}

.btp-team-information ul li:last-child {
  margin-bottom: 0;
}

.btp-team-information ul li a {
  transition: all 0.4s;
  color: rgba(19, 17, 26, 0.8);
}

.btp-team-information ul li a:hover {
  color: var(--warning-500);
}

.btp--team-section {
  position: relative;
  z-index: 0;
  background-color: var(--gray-800);
  border-bottom: 1px solid #26242c;
}

.btp--team-wrap {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  justify-content: space-between;
  background-color: #201c2c;
  border: 1px solid #fff;
}

.btp--team-left {
  display: flex;
  align-items: center;
}

.btp--team-thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  background: #ffc107;
  text-align: center;
}

.btp--team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.btp--team-thumb i {
  color: #000;
  line-height: 80px;
  font-size: 44px;
}

.btp--team-data h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  color: var(--gray-10);
  font-family: Inter, sans-serif;
}

.btp--team-data p {
  opacity: 0.8;
  margin: 0;
  color: var(--gray-10);
}

.btp--team-three,
.btp--team-two {
  border: none;
  background: var(--gray-10);
}

.btp--team-three .btp--team-wrap,
.btp--team-two .btp--team-wrap {
  display: block;
  text-align: center;
  border: none;
  padding: 0;
  background-color: transparent;
}

.btp--team-three .btp--team-thumb,
.btp--team-two .btp--team-thumb {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 20px;
}

.btp--team-three .btp--team-data h4,
.btp--team-two .btp--team-data h4 {
  line-height: 1;
  margin-bottom: 7px;
  color: var(--gray-800);
}

.btp--team-three .btp--team-data p,
.btp--team-two .btp--team-data p {
  font-size: 18px;
  opacity: 0.8;
  color: var(--gray-800);
  margin: 0 0 20px;
}

.btp--team-two {
  padding: 0 0 120px;
}

@media (max-width: 991px) {
  .btp--team-two {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .btp--team-two {
    padding: 0 0 80px;
  }
}

.btp--team-two .btp--team-wrap {
  margin-bottom: 40px;
}

.version-04.btp--team-two {
  padding: 110px 0 80px;
}

@media (max-width: 991px) {
  .version-04.btp--team-two {
    padding: 100px 0 60px;
  }
}

@media (max-width: 767px) {
  .version-04.btp--team-two {
    padding: 80px 0 40px;
  }
}

.btp--team-section.btp--team-three {
  background-color: var(--gray-10);
  border: none;
}

.btp--team-three .btp--team-wrap {
  padding: 40px;
  border-radius: 3px;
  border: 1px solid var(--gray-800);
}

.btp--team-three .btp--team-thumb {
  width: 216px;
  height: 216px;
  border-radius: 100%;
  margin: 0 auto 20px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .btp--team-three .btp--team-thumb {
    width: 175px;
    height: 175px;
  }
}

.btp--inner-section.bg-white {
  background: var(--gray-10);
}

.btp--team-button {
  text-align: center;
  margin-top: 40px;
}

.team-page .btp--breadcrumbs-data {
  max-width: 880px;
}

.dark-version .btp--team-data h4,
.dark-version .btp--team-data p {
  color: #fff;
}

.btp-iconbox-wrap {
  border-radius: 3px;
  padding: 39px;
  display: flex;
  transition: all 0.4s;
  margin-bottom: 24px;
}
.stake .btp-iconbox-wrap {
  padding: 15px;
}
.stake .btp-iconbox-wrap ul {
  padding-left: 20px;
}
.stake .btp-iconbox-wrap li {
  list-style: disc;
}
.stake .btp-iconbox-wrap h4 {
  font-size: 22px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .btp-iconbox-wrap {
    padding: 30px;
    background-color: var(--warning-300);
  }
}

@media (max-width: 479px) {
  .btp-iconbox-wrap {
    display: block;
  }
}

.btp-iconbox-wrap:hover {
  background-color: var(--warning-300);
}

.btp-iconbox-wrap.btp-iconbox-wrap5 {
  border: 1px solid rgba(19, 17, 26, 0.1);
}

.btp-iconbox-wrap.btp-iconbox-wrap5:hover {
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

.btp-iconbox-icon {
  flex-shrink: 0;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .btp-iconbox-icon {
    margin-right: 30px;
  }
}

@media (max-width: 479px) {
  .btp-iconbox-icon {
    margin: 0 0 25px;
  }
}

.btp-icon-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-800);
}

.btp-icon-btn:hover {
  color: var(--gray-800);
}

.btp-icon-btn img {
  transition: all 0.4s;
  margin-left: 7px;
}

.btp-iconbox-wrap2 {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 24px;
  background-color: var(--warning-100);
}

.btp-iconbox-icon2 {
  margin-bottom: 25px;
}

.btp-iconbox-wrap3 {
  padding: 40px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 3px;
  margin-bottom: 24px;
}

.btp-iconbox-wrap3:hover {
  background-color: #0d0d0e;
}

@media (max-width: 991px) {
  .btp-iconbox-wrap3 {
    padding: 30px;
    background-color: #0d0d0e;
  }
}

.btp-iconbox-icon3 {
  margin-bottom: 30px;
}

.btp-iconbox-data3 h4,
.btp-iconbox-data3 p {
  color: var(--gray-10);
}

.btp-iconbox-data3 p {
  opacity: 0.8;
}

.btp-iconbox-wrap4 {
  padding: 29px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 10px;
  margin-bottom: 24px;
  border: 1px solid rgba(19, 17, 26, 0.1);
}

.btp-iconbox-icon4 {
  margin-bottom: 30px;
}

.btp-iconbox-wrap6 {
  text-align: center;
  padding: 0 22px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .btp-iconbox-wrap6 {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .btp-iconbox-wrap6 {
    padding: 0 20px;
  }
}

.btp-iconbox-icon6 {
  margin-bottom: 30px;
}

.btp-iconbox-border {
  position: relative;
}

.btp-iconbox-border:before {
  content: "";
  top: 30px;
  left: 50%;
  width: calc(100% - 30%);
  height: 1px;
  position: absolute;
  transform: translateX(-50%);
  border: 1px dashed rgba(19, 17, 26, 0.1);
}

@media (max-width: 991px) {
  .btp-iconbox-border:before {
    width: calc(100% - 50%);
  }
}

@media (max-width: 767px) {
  .btp-iconbox-border:before {
    content: none;
  }
}

.btp--iconbox-wrap {
  z-index: 0;
  padding: 0 15px;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .btp--iconbox-wrap {
    padding: 0;
  }
}

.btp--iconbox-wrap:before {
  content: " ";
  right: -68px;
  top: 106px;
  width: 108px;
  height: 2px;
  z-index: -1;
  position: absolute;
  background-image: url(../images/all-img/v3/line.png);
}

.btp--iconbox-thumb {
  margin-bottom: 30px;
}

.btp--iconbox-data h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background-color: var(--gray-800);
}

.btp--iconbox-data p {
  color: #fff;
  opacity: 0.8;
}

.btp--iconbox-data p:last-child {
  margin: 0;
}

.btp--roadmap-section
  .col-xl-3.col-md-6:nth-child(4)
  .btp--iconbox-wrap:before {
  content: none;
}

@media (max-width: 1199px) {
  .btp--roadmap-section
    .col-xl-3.col-md-6:nth-child(2)
    .btp--iconbox-wrap:before {
    content: none;
  }
}

@media (max-width: 767px) {
  .btp--roadmap-section .btp--iconbox-wrap:before {
    content: none;
  }
}

.btp--roadmap-v2 .btp--iconbox-wrap {
  text-align: left;
  padding: 0;
  padding-right: 30px;
}

.btp--roadmap-v2 .btp--iconbox-wrap:before {
  content: none;
}

.btp--roadmap-v2 .btp--iconbox-data h4 {
  padding: 0;
  margin-bottom: 20px;
  color: var(--gray-800);
  background-color: transparent;
}

.btp--roadmap-v2 .btp--iconbox-data span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: var(--gray-800);
}

.btp--roadmap-v2 .btp--iconbox-data p {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-800);
  opacity: 0.8;
}

.btp--iconbox-wrap3 {
  padding: 40px;
  border-radius: 3px;
  background: linear-gradient(118.28deg, #17181a -8.97%, #636675 141.84%);
}

@media (max-width: 991px) {
  .btp--iconbox-wrap3 {
    padding: 30px;
  }
}

.btp--iconbox-wrap3:before {
  content: none;
}

.btp--iconbox-wrap3:hover .btp--iconbox-thumb {
  background-color: var(--gray-10);
}

.btp--iconbox-wrap3:hover .btp--iconbox-thumb path {
  fill: var(--primary-500);
}

.btp--iconbox-wrap3 .btp--iconbox-thumb {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 30px;
  justify-content: center;
  transition: all 0.4s;
  background-color: var(--primary-500);
}

.btp--iconbox-wrap3 .btp--iconbox-thumb path {
  transition: all 0.4s;
}

.btp--iconbox-wrap3 .btp--iconbox-data h4 {
  padding: 0;
  background-color: transparent;
}

.btp--iconbox-wrap4 {
  border-radius: 10px;
  border: 1px solid var(--gray-10);
  background: rgba(90, 75, 124, 0.2);
}

.btp--iconbox-wrap4 .btp--iconbox-thumb {
  background: linear-gradient(0deg, #addcff 0, #eaf6ff 50.28%, #eaf6ff 100%);
}

.btp--iconbox-wrap5 {
  background: #211d2e;
  border-radius: 10px;
}

.btp--iconbox-wrap5 .btp--iconbox-thumb {
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--iconbox-wrap5 .btp--iconbox-data a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.btp--iconbox-wrap5 .btp--iconbox-data a img {
  margin-left: 10px;
}

.btp-accordion-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-800);
}

.btp-accordion-item h4 {
  font-weight: 700;
}

.btp-accordion-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.btp-accordion-wrap2 {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .btp-accordion-wrap2 {
    margin-top: 40px;
  }
}

.btp-accordion-wrap2 .btp-accordion-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}

.btp-accordion-wrap2 .btp-accordion-item:last-child {
  padding: 0;
  margin: 0;
}

.btp-accordion-wrap2 .btp-accordion-item h4 {
  margin: 0;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

@media (max-width: 1199px) {
  .btp-accordion-wrap2 .btp-accordion-item h4 {
    font-size: 20px;
  }
}

a.btp-faq-btn {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  color: var(--gray-800);
  transition: all 0.4s;
  text-decoration: underline;
}

a.btp-faq-btn:hover {
  color: var(--warning-500);
}

@media (max-width: 991px) {
  a.btp-faq-btn {
    position: inherit;
  }
}

@media (max-width: 991px) {
  .nexto-accordion-one.two {
    margin-top: 30px;
  }
}

.nexto-accordion-one .accordion-item {
  border: none;
  background-color: transparent;
  border: 1px solid rgba(19, 17, 26, 0.5);
  border-bottom: none;
}

.nexto-accordion-one .accordion-item:first-child {
  border-radius: 10px 10px 0 0;
}

.nexto-accordion-one .accordion-item:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid rgba(19, 17, 26, 0.5);
}

.nexto-accordion-one .accordion-button {
  padding: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  font-family: Inter, sans-serif;
  color: var(--gray-800);
  background-color: transparent;
}

@media (max-width: 767px) {
  .nexto-accordion-one .accordion-button {
    line-height: 28px;
    font-size: 18px;
    padding: 20px;
  }
}

.nexto-accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.nexto-accordion-one .accordion-button:after {
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0001 0.600098C9.66284 0.600098 10.2001 1.13736 10.2001 1.8001V7.8001H16.2001C16.8628 7.8001 17.4001 8.33736 17.4001 9.0001C17.4001 9.66284 16.8628 10.2001 16.2001 10.2001H10.2001V16.2001C10.2001 16.8628 9.66284 17.4001 9.0001 17.4001C8.33736 17.4001 7.8001 16.8628 7.8001 16.2001V10.2001H1.8001C1.13736 10.2001 0.600098 9.66284 0.600098 9.0001C0.600098 8.33735 1.13736 7.8001 1.8001 7.8001L7.8001 7.8001V1.8001C7.8001 1.13736 8.33736 0.600098 9.0001 0.600098Z' fill='%23111827'/%3E%3C/svg%3E%0A");
}

.nexto-accordion-one .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

.nexto-accordion-one .accordion-body {
  padding: 0 50px 25px 30px;
}

@media (max-width: 767px) {
  .nexto-accordion-one .accordion-body {
    padding: 0 20px 20px 20px;
  }
}

.btp-tab-menu {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .btp-tab-menu {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .btp-tab-menu {
    margin-bottom: 20px;
  }
}

.btp-tab-menu .nav {
  justify-content: center;
  max-width: 674px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btp-tab-menu .nav {
    justify-content: space-between;
  }
}

.btp-tab-menu .nav-tabs {
  border-bottom: 2px solid rgba(19, 17, 26, 0.1);
}

@media (max-width: 767px) {
  .btp-tab-menu .nav-tabs {
    border: none;
  }
}

.btp-tab-menu .nav-tabs .nav-link {
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  padding-bottom: 10px;
  margin-right: 45px;
  color: rgba(19, 17, 26, 0.8);
  position: relative;
}

@media (max-width: 767px) {
  .btp-tab-menu .nav-tabs .nav-link {
    margin: 10px;
  }
}

.btp-tab-menu .nav-tabs .nav-link:before {
  content: "";
  left: 0;
  opacity: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: var(--warning-500);
}

.btp-tab-menu .nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.btp-tab-menu .nav-tabs .nav-link.active {
  background-color: transparent;
  color: var(--warning-500);
}

.btp-tab-menu .nav-tabs .nav-link.active:before {
  width: 100%;
  opacity: 1;
}

.btp--faq-section {
  background-color: var(--warning-600);
}

.btp--faq-section .btp--default-content {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .btp--faq-section .btp--default-content {
    max-width: 500px;
  }
}

.btp--faq-section2 {
  z-index: 0;
  position: relative;
  background-color: var(--gray-800);
}

.btp--accordion-one .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--gray-800);
}

.btp--accordion-one .accordion-button {
  padding: 30px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  font-family: Inter, sans-serif;
  color: var(--gray-800);
  background-color: transparent;
}

@media (max-width: 767px) {
  .btp--accordion-one .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
}

.btp--accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.btp--accordion-one .accordion-button:after {
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0001 0.600098C9.66284 0.600098 10.2001 1.13736 10.2001 1.8001V7.8001H16.2001C16.8628 7.8001 17.4001 8.33736 17.4001 9.0001C17.4001 9.66284 16.8628 10.2001 16.2001 10.2001H10.2001V16.2001C10.2001 16.8628 9.66284 17.4001 9.0001 17.4001C8.33736 17.4001 7.8001 16.8628 7.8001 16.2001V10.2001H1.8001C1.13736 10.2001 0.600098 9.66284 0.600098 9.0001C0.600098 8.33735 1.13736 7.8001 1.8001 7.8001L7.8001 7.8001V1.8001C7.8001 1.13736 8.33736 0.600098 9.0001 0.600098Z' fill='%23111827'/%3E%3C/svg%3E%0A");
}

.btp--accordion-one .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

.btp--accordion-one .accordion-body {
  font-size: 16px;
  line-height: 30px;
  color: rgba(19, 17, 26, 0.8);
  padding: 0 40px 25px 0;
}

@media (max-width: 1199px) {
  .btp--accordion-one .accordion-body {
    padding: 0 0 25px;
  }
}

.btp--accordion-one.accordion-two .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.btp--accordion-one.accordion-two .accordion-button {
  color: #fff;
  font-size: 20px;
  padding: 20px 50px;
}

.btp--accordion-one.accordion-two .accordion-button:after {
  left: 0;
  top: 27px;
  background-size: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btp--accordion-one.accordion-two .accordion-button:not(.collapsed)::after {
  top: 17px;
  transform: rotate(-180deg);
}

.btp--accordion-one.accordion-two .accordion-body {
  padding: 0 130px 22px 52px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .btp--accordion-one.accordion-two .accordion-body {
    padding: 0 20px 20px 52px;
  }
}

.btp--accordion-one.accordion-three .accordion-item {
  border: 0.5px solid #fff;
  border-bottom: none;
}

.btp--accordion-one.accordion-three .accordion-item:last-child {
  border-bottom: 0.5px solid #fff;
}

.btp--accordion-one.accordion-three .accordion-button {
  font-size: 20px;
  line-height: 28px;
  padding: 30px;
  color: var(--gray-10);
}

.btp--accordion-one.accordion-three .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btp--accordion-one.accordion-three .accordion-body {
  color: var(--gray-10);
  opacity: 0.8;
  padding: 30px;
  padding-top: 0;
}

.btp--accordion-one.accordion-four .accordion-item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.btp--accordion-one.accordion-four .accordion-button {
  color: var(--gray-10);
}

.btp--accordion-one.accordion-four .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btp--accordion-one.accordion-four .accordion-body {
  color: var(--gray-10);
  opacity: 0.8;
  padding: 0 90px 30px 0;
}

@media (max-width: 991px) {
  .btp--accordion-one.accordion-four .accordion-body {
    padding: 0 0 30px 0;
  }
}

.btp-video-thumb {
  position: relative;
}

.btp-video-thumb img {
  width: 100%;
  height: 80%;
}

@media (max-width: 991px) {
  .btp-video-thumb {
    margin-bottom: 30px;
  }
}

.btp-play-btn,
a.btp-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.btp-popup img {
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}

a.btp-popup img:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@media (max-width: 991px) {
  a.btp-popup img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  a.btp-popup img {
    width: 75px;
  }
}

.btp-play-btn img {
  animation: none !important;
  width: auto !important;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.Defi-cntr h1 {
  cursor: default;
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: -83px;
  width: 100%;
  height: 100px;
  /* margin: auto; */
  display: block;
  text-align: center;
  font-family: "Luckiest Guy", cursive;
}

.Defi-cntr h1 span {
  position: relative;
  top: 20px;
  display: inline-block;
  -webkit-animation: bounce 0.6s ease infinite alternate;
  color: #000;
  text-shadow:
    0 1px 0 #ccc,
    0 2px 0 #ccc,
    0 3px 0 #ccc,
    0 4px 0 #ccc,
    0 5px 0 #ccc,
    0 6px 0 transparent,
    0 7px 0 transparent,
    0 8px 0 transparent,
    0 9px 0 transparent,
    0 10px 10px rgba(0, 0, 0, 0.4);
}

.Defi-cntr h1 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}

.Defi-cntr h1 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}

.Defi-cntr h1 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}

.Defi-cntr h1 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}

.Defi-cntr h1 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}

.Defi-cntr h1 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
}

.Defi-cntr h1 span:nth-child(8) {
  -webkit-animation-delay: 0.2s;
}

.Defi-cntr h1 span:nth-child(9) {
  -webkit-animation-delay: 0.3s;
}

.Defi-cntr h1 span:nth-child(10) {
  -webkit-animation-delay: 0.4s;
}

.Defi-cntr h1 span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
}

.Defi-cntr h1 span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
}

.Defi-cntr h1 span:nth-child(13) {
  -webkit-animation-delay: 0.7s;
}

.Defi-cntr h1 span:nth-child(14) {
  -webkit-animation-delay: 0.8s;
}

/* ANIMATION */
@-webkit-keyframes bounce {
  100% {
    top: -20px;
    text-shadow:
      0 1px 0 #ccc,
      0 2px 0 #ccc,
      0 3px 0 #ccc,
      0 4px 0 #ccc,
      0 5px 0 #ccc,
      0 6px 0 #ccc,
      0 7px 0 #ccc,
      0 8px 0 #ccc,
      0 9px 0 #ccc,
      0 50px 25px rgba(0, 0, 0, 0.2);
  }
}

.nexto-video-wrap .nexto-popup img {
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}

.btp-video-thumb2 {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.btp-video-thumb2:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, #e3a000 0, #ffc947 34.38%, #fff 100%);
  mix-blend-mode: multiply;
  border-radius: 10px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.btp-video-thumb3 {
  margin: 0;
}

.btp--video-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--gray-800);
}

.btp--video-section .btp--btn-wrap {
  margin: 45px 0 0;
}

.btp--video-section .btp--default-content {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1400px) {
  .btp--video-section .btp--default-content {
    padding: 0;
  }
}

.btp--video-thumb {
  z-index: 0;
  position: relative;
  margin-right: 50px;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .btp--video-thumb {
    margin: 0 0 30px;
  }
}

.btp--video-thumb img {
  border-radius: 3px;
  width: 100%;
}

.btp--video-thumb .btp--popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .btp--video-thumb .btp--popup {
    width: 60px;
    height: 60px;
  }
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  border-radius: 100%;
  left: -35px;
  top: -35px;
  z-index: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  z-index: -1;
}

@media (max-width: 767px) {
  .waves {
    width: 130px;
    height: 130px;
  }
}

.waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.btp--video-wrap {
  position: relative;
}

.btp--video-wrap .btp--popup {
  position: absolute;
  top: 48%;
  left: 58%;
  transform: translate(-50%, -50%);
}

.btp--video-wrap .btp--popup img {
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}

.btp--video-wrap .btp--popup img:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@media (max-width: 1199px) {
  .btp--video-wrap .btp--popup {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 991px) {
  .btp--video-wrap .btp--popup {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .btp--video-wrap .btp--popup {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 479px) {
  .btp--video-wrap .btp--popup {
    width: 55px;
    height: 55px;
  }
}

.btp--video-column {
  display: flex;
}

.btp--video-column .btp--video-thumb {
  margin-right: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .btp--video-column .btp--video-thumb {
    margin: 0;
    margin-right: 20px;
  }
}

.btp--video-column .btp--video-thumb:last-child {
  margin-right: 0;
  padding-top: 115px;
}

@media (max-width: 991px) {
  .btp--video-column .btp--video-thumb:last-child {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .btp--video-column .btp--video-thumb:last-child {
    padding-top: 0;
  }
}

.btp--play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btp--play-btn img {
  animation: none !important;
}

@media (max-width: 767px) {
  .btp--play-btn img {
    width: 15px;
  }
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btp-testimonial-section {
  background-color: var(--warning-400);
}

.btp-testimonial-section .btp-section-title {
  max-width: 720px;
}

.btp-testimonial-card {
  padding: 30px;
  border-radius: 3px;
  background-color: var(--warning-300);
}

.btp-testimonial-card h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
}

.btp-testimonial-card p {
  font-weight: 500;
  color: var(--gray-800);
}

.btp-testimonial-author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.btp-testimonial-author-thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.btp-testimonial-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btp-testimonial-author-data h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  font-family: Inter, sans-serif;
}

.btp-testimonial-author-data span {
  font-size: 14px;
  opacity: 0.7;
  color: var(--gray-800);
}

.btp-testimonial-slider .btp-testimonial-card {
  margin: 0 12px;
  padding: 29px;
}

@media (max-width: 767px) {
  .btp-testimonial-slider .btp-testimonial-card {
    margin: 0;
  }
}

.btp-testimonial-card2 {
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--warning-100);
}

.btp-testimonial-card2 ul {
  margin-bottom: 20px;
}

.btp-testimonial-card2 ul li {
  display: inline-block;
}

.btp-testimonial-card2 p {
  font-weight: 600;
  color: var(--gray-800);
}

.btp-testimonial-slider2 {
  max-width: 1150px;
  margin: 0 auto;
}

.btp-testimonial-slider2 .btp-testimonial-card2 {
  margin: 0 32px;
}

@media (max-width: 1399px) {
  .btp-testimonial-slider2 .btp-testimonial-card2 {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .btp-testimonial-slider2 .btp-testimonial-card2 {
    margin: 0;
  }
}

.btp-testimonial-btn {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 1199px) {
  .btp-testimonial-btn {
    margin-top: 50px;
  }
}

.btp-testimonial-btn .btp-btn.btp-header-btn {
  margin-left: 0;
}

.btp-testimonial-card3 {
  padding: 40px;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid rgba(2, 2, 30, 0.1);
}

@media (max-width: 1399px) {
  .btp-testimonial-card3 {
    padding: 29px;
  }
}

.btp-testimonial-card3 ul {
  margin-bottom: 30px;
}

.btp-testimonial-card3 ul li {
  display: inline-block;
}

.btp-testimonial-card3 p {
  color: var(--gray-800);
}

.btp-testimonial-card3 .btp-testimonial-author-wrap {
  margin: 0;
}

.btp-testimonial-author-data3 h5 {
  line-height: 1;
  margin: 0 0 7px;
}

.btp--testimonial-wrap {
  padding: 40px;
  border-radius: 3px;
  margin-bottom: 24px;
  background-color: var(--gray-900);
}

@media (max-width: 991px) {
  .btp--testimonial-wrap {
    padding: 30px;
  }
}

.btp--testimonial-rating {
  margin-bottom: 27px;
}

.btp--testimonial-rating ul li {
  display: inline-block;
}

.btp--testimonial-author {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.btp--testimonial-author-thumb {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

.btp--testimonial-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btp--testimonial-author-data span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #fff;
}

.btp--testimonial-author-data p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
  margin: 0;
}

.btp--testimonial-data p {
  color: #fff;
}

.btp--testimonial-button {
  margin-top: 56px;
  text-align: center;
}

@media (max-width: 991px) {
  .btp--testimonial-button {
    margin-top: 36px;
  }
}

.btp-cta-section {
  padding: 95px 0;
  background-color: var(--warning-400);
}

@media (max-width: 767px) {
  .btp-cta-section {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .btp-cta-section .btp-default-content.large-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}

.btp-cta-app-btn-wrap {
  width: 100%;
  text-align: right;
}

@media (max-width: 991px) {
  .btp-cta-app-btn-wrap {
    text-align: center;
  }
}

.btp--cta-section {
  z-index: 0;
  background-size: cover;
  position: relative;
  background-color: var(--gray-800);
}

.btp--cta-wrap {
  border-radius: 10px;
  padding: 80px 110px;
  background-color: var(--primary-500);
}

@media (max-width: 1400px) {
  .btp--cta-wrap {
    padding: 80px;
  }
}

@media (max-width: 991px) {
  .btp--cta-wrap {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .btp--cta-wrap {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .btp--cta-wrap {
    padding: 35px;
  }
}

.btp-social-icon {
  margin: 20px 0;
}

.btp-social-icon ul {
  display: flex;
}

.btp-social-icon ul li {
  margin: 0 7.5px;
  display: inline-block;
}

.btp-social-icon ul li:first-child {
  margin-left: 0;
}

.btp-social-icon ul li:last-child {
  margin-right: 0;
}

.btp-social-icon ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  z-index: 0;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  justify-content: center;
  background-color: var(--gray-900);
}

.btp-social-icon ul li a:hover {
  color: var(--gray-800);
  background-color: var(--warning-500);
}

.btp-social-icon ul li a path {
  fill: var(--gray-10);
  transition: all 0.4s;
}

.btp-social-icon ul li a:hover path {
  fill: var(--gray-800);
}

.btp-social-icon2 ul li {
  margin: 0 2px;
  display: inline-block;
}

.btp-social-icon2 ul li:first-child {
  margin-left: 0;
}

.btp-social-icon2 ul li:last-child {
  margin-right: 0;
}

.btp-social-icon2 ul li a path {
  fill: var(--gray-800);
  transition: all 0.4s;
}

.btp-social-icon2 ul li a:hover path {
  fill: var(--warning-500);
}

.btp-social-icon3 {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 767px) {
  .btp-social-icon3 {
    top: 50px;
  }
}

.btp-social-icon3 ul li {
  display: inline-block;
  margin-right: 10px;
}

.btp-social-icon3 ul li:last-child {
  margin-right: 0;
}

.btp-social-icon3 ul li a path {
  fill: var(--gray-800);
}

.btp--social-icon {
  margin-top: 30px;
}

.btp--social-icon ul li {
  margin: 0 7px;
  display: inline-block;
}

.btp--social-icon ul li:first-child {
  margin-left: 0;
}

.btp--social-icon ul li:last-child {
  margin-right: 0;
}

.btp--social-icon ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  z-index: 0;
  border-radius: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-color: var(--gray-900);
}

.btp--social-icon ul li a:before {
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--social-icon ul li a:hover::before {
  opacity: 1;
}

.btp--social-icon2 {
  margin: 0;
}

@media (max-width: 991px) {
  .btp--social-icon2 {
    text-align: center;
    margin-top: 15px;
  }
}

.btp--social-icon2 ul li a:hover {
  background: var(--danger-500);
}

.btp--social-icon2 ul li a:hover:before {
  content: none;
}

.btp--social-icon3 ul li a:hover {
  background: var(--primary-500);
}

.btp--social-icon3 ul li a:hover:before {
  content: none;
}

.btp--social-icon4 ul {
  display: flex;
  justify-content: center;
}

.btp--social-icon4 ul li a {
  width: 49px;
  height: 49px;
  background-color: transparent;
}

.btp--social-icon4 ul li a:hover {
  background: var(--danger-500);
}

.btp--social-icon4 ul li a svg {
  width: 22px;
  height: 22px;
}

.btp--social-icon4 ul li a svg path {
  transition: all 0.4s;
  fill: var(--gray-800);
}

.btp--social-icon4 ul li a:hover:before {
  content: none;
}

.btp--social-icon5 ul li a {
  background-color: #ececed;
}

.btp--social-icon5 ul li a path {
  fill: #13111a;
  transition: all 0.4s;
}

.btp--social-icon5 ul li a:hover path {
  fill: #fff;
}

.btp-client-section {
  padding: 75px 0 80px;
}

@media (max-width: 767px) {
  .btp-client-section {
    padding: 60px 0;
  }
}

.btp-client-title {
  margin-bottom: 50px;
  text-align: center;
}

.btp-client-title.text-white h5 {
  color: var(--gray-10);
}

.btp-client-title h5 {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: Inter, sans-serif;
}

.btp-brand-logo {
  margin: 10px 0;
}

.btp-brand-logo img {
  opacity: 0.7;
}

.btp-icon-list {
  /*margin-top: 55px*/
}

@media (max-width: 991px) {
  .btp-icon-list {
    /*margin-top: 30px*/
  }
}

.btp-icon-list ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--gray-800);
}

.btp-icon-list ul li:last-child {
  margin-bottom: 0;
}

.btp-icon-list ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}

.btp-icon-list2 {
  margin-top: 55px;
}

@media (max-width: 991px) {
  .btp-icon-list2 {
    margin-top: 30px;
  }
}

.btp-icon-list2 ul li {
  padding-left: 70px;
  position: relative;
  margin-bottom: 25px;
}

.btp-icon-list2 ul li:last-child {
  margin: 0;
}

.btp-icon-list2 ul li .fulo-list-icon {
  width: 50px;
  height: 50px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  background-color: var(--gray-800);
}

.btp-icon-list3 {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .btp-icon-list3 {
    margin-top: 30px;
  }
}

.btp-icon-list3 ul li {
  padding-left: 40px;
}

.btp-icon-list3 ul li img {
  top: -2px;
}

.pricing-btn {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .pricing-btn {
    margin-bottom: 30px;
  }
}

[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #ff5722;
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}

[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.pricing-btn .btn-toggle {
  position: relative;
  width: 65px !important;
  height: 30px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  background-color: var(--gray-800) !important;
  background-image: url(../images/all-img/service/circle-bg.png);
}

.pricing-btn .btn-toggle:focus {
  border: none !important;
  outline: 0;
  box-shadow: none;
  background-color: var(--gray-800) !important;
  background-image: url(../images/all-img/service/circle-bg.png);
}

.pricing-btn .btn-toggle:checked {
  border: none !important;
  background-color: var(--gray-800) !important;
  background-image: url(../images/all-img/service/circle-bg.png);
}

.pricing-btn label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 20px;
  color: var(--gray-800);
}

@media (max-width: 767px) {
  .pricing-btn label {
    margin: 0 15px;
  }
}

.btp-pricing-wrap {
  padding: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .btp-pricing-wrap {
    padding: 30px;
  }
}

.btp-pricing-wrap.active {
  background-color: var(--gray-800);
}

.btp-pricing-wrap.active .btp-pricing-header h5,
.btp-pricing-wrap.active .btp-pricing-header p {
  color: #fff;
}

.btp-pricing-wrap.active .btp-pricing-header p {
  opacity: 0.8;
}

.btp-pricing-wrap.active .btp-price,
.btp-pricing-wrap.active .btp-pricing-currency,
.btp-pricing-wrap.active p.bottom_text {
  color: #fff;
}

.btp-pricing-wrap.active .btp-pricing-body ul li {
  color: #fff;
  opacity: 0.8;
}

.btp-pricing-wrap.btp-pricing-wrap {
  margin-bottom: 24px;
}

.btp-pricing-wrap.btp-pricing-wrap3 {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(19, 17, 26, 0.1);
  border-radius: 10px;
  transition: all 0.4s;
}

.btp-pricing-wrap.btp-pricing-wrap3:hover {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

.btp-pricing-wrap.btp-pricing-wrap3:hover a.btp-pricing-btn {
  border: 2px solid var(--warning-500);
  background-color: var(--warning-500);
}

.btp-pricing-wrap.btp-pricing-wrap3 a.btp-pricing-btn {
  margin: 0;
  padding: 13.5px;
}

.btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-price {
  margin-bottom: 15px;
}

.btp-pricing-wrap.btp-pricing-wrap3 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.btp-pricing-wrap.btp-pricing-wrap3 p.bottom_text {
  margin: 0;
}

.btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body {
  border-top: 1px solid rgba(19, 17, 26, 0.1);
  padding: 25px 0 35px;
}

.btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body span {
  font-size: 16px;
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
}

.btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body ul li {
  font-weight: 400;
  color: var(--gray-800);
}

.btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body ul .disable {
  opacity: 0.4;
}

.btp-pricing-header {
  margin-bottom: 15px;
}

.btp-pricing-header p {
  font-size: 16px;
  line-height: 24px;
  margin-right: 90px;
}

.btp-pricing-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}

.btp-pricing-currency {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  bottom: 5px;
}

.btp-pricing-body ul li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  position: relative;
  padding-left: 30px;
}

.btp-pricing-body ul li img {
  left: 0;
  top: 7px;
  position: absolute;
}

.btp-pricing-body ul li:last-child {
  margin-bottom: 0;
}

.btp-price {
  line-height: 1;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  color: var(--gray-800);
}

p.bottom_text {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  bottom: 5px;
  color: var(--gray-800);
}

a.btp-pricing-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  color: var(--gray-800);
  border: 2px solid var(--gray-800);
  transition: all 0.4s;
  margin-bottom: 40px;
}

a.btp-pricing-btn:hover {
  border: 2px solid var(--warning-500);
  background-color: var(--warning-500);
}

a.btp-pricing-btn.active {
  border: 2px solid var(--warning-500);
  background-color: var(--warning-500);
}

.btp-pricing-label {
  width: 178px;
  top: 27px;
  right: -42px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(44.51deg);
  position: absolute;
  background-color: var(--warning-500);
}

.btp-pricing-dark .pricing-btn label {
  color: var(--gray-10);
}

.btp-pricing-dark .pricing-btn .btn-toggle {
  background-color: #7d41ea !important;
  background-image: url(../images/all-img/service/circle-bg2.png);
}

.btp-pricing-dark .pricing-btn .btn-toggle:checked {
  background-color: #7d41ea !important;
  background-image: url(../images/all-img/service/circle-bg2.png);
}

.btp-pricing-dark .btp-pricing-header h5 {
  color: var(--gray-10);
}

.btp-pricing-dark .btp-pricing-header p {
  color: rgba(255, 255, 255, 0.8);
}

.btp-pricing-dark .btp-price,
.btp-pricing-dark .btp-pricing-currency,
.btp-pricing-dark p.bottom_text {
  color: var(--gray-10);
}

.btp-pricing-dark .btp--outline-btn {
  display: block;
  margin-bottom: 40px;
}

.btp-pricing-dark .btp--outline-btn span {
  padding: 12.5px 38px;
  background-color: var(--gray-600);
}

.btp-pricing-dark .btp--outline-btn span:hover {
  background-color: transparent;
}

.btp-pricing-dark .btp-pricing-body ul li {
  color: rgba(255, 255, 255, 0.8);
}

.btp-pricing-dark .btp-pricing-label {
  color: var(--gray-10);
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp-pricing-dark .btp-default-content h2 {
  color: var(--gray-10);
}

.btp-pricing-dark .btp-default-content p {
  color: rgba(255, 255, 255, 0.8);
}

.btp-pricing-dark .btp-accordion-item {
  border-bottom: 1px solid var(--gray-10);
}

.btp-pricing-dark .btp-accordion-item h4 {
  color: var(--gray-10);
}

.btp-pricing-dark .btp-accordion-item p {
  color: rgba(255, 255, 255, 0.8);
}

.btp-pricing-dark .btp-accordion-item:last-child {
  border: none;
}

.btp-pricing-dark a.btp-faq-btn {
  color: var(--gray-10);
}

.btp-pricing-dark a.btp-faq-btn:hover {
  color: var(--warning-500);
}

.btp-pricing-dark.btp-client-section {
  padding: 0;
}

.btp-pricing-dark .btp-client-title h5 {
  color: var(--gray-10);
}

.btp-pricing-dark .btp-pricing-wrap.btp-pricing-wrap3 {
  background-color: var(--gray-600);
}

.btp-pricing-dark .btp-pricing-wrap.btp-pricing-wrap3 p {
  color: rgba(255, 255, 255, 0.8);
}

.btp-pricing-dark .btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btp-pricing-dark .btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body span {
  color: rgba(255, 255, 255, 0.8);
}

.btp-pricing-dark .btp-pricing-wrap.btp-pricing-wrap3 .btp-pricing-body li {
  color: #fff;
}

.btp-privacy-policy-wrap p {
  color: var(--gray-800);
}

.btp-privacy-policy-wrap ul {
  margin-bottom: 40px;
}

.btp-privacy-policy-wrap ul li {
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  color: var(--gray-800);
}

.btp-privacy-policy-wrap ul li:before {
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--gray-800);
}

.btp-privacy-policy-wrap ul li:last-child {
  padding-bottom: 0;
}

.btp-privacy-policy-dark .btp-privacy-policy-wrap h2,
.btp-privacy-policy-dark .btp-privacy-policy-wrap h4,
.btp-privacy-policy-dark .btp-privacy-policy-wrap p {
  color: var(--gray-10);
}

.btp-privacy-policy-dark .btp-privacy-policy-wrap ul li {
  color: var(--gray-10);
}

.btp-privacy-policy-dark .btp-privacy-policy-wrap ul li:before {
  background-color: var(--gray-10);
}

.btp--circle-shape {
  z-index: 0;
  z-index: -1;
  position: absolute;
}

.btp--circle-shape .waves {
  background: rgba(44, 4, 254, 0.15);
}

.btp--circle-shape .waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.btp--circle-shape.circle-one {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.btp--circle-shape.circle-two {
  left: 45px;
  bottom: 30%;
}

.btp--circle-shape.circle-three {
  top: -23%;
  right: 0;
}

.btp--circle-shape.circle-four {
  bottom: 25%;
  left: 70px;
}

.btp--circle-shape.circle-five {
  left: 10%;
  top: 34%;
}

.btp--circle-shape.circle-six {
  left: 35%;
  top: -70px;
}

.btp--circle-shape.circle-seven {
  right: 20%;
  bottom: 10%;
}

.btp--circle-shape.circle-eight {
  top: 20%;
  left: 5%;
}

.btp--circle-shape.circle-nine {
  bottom: 18%;
  right: 3%;
}

.btp--shape1 {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}

.btp--shape2 {
  position: absolute;
  top: 50px;
  z-index: -1;
}

.btp--shape3 {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.btp--shape4 {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.btp--hero-shpae1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 30%;
}

.btp--hero-shpae1 img {
  width: 100%;
}

.btp--hero-shpae2 {
  top: 14%;
  z-index: -1;
  left: 7%;
  width: 28%;
  position: absolute;
}

.btp--hero-shpae2 img {
  width: 100%;
}

.btp--shape-art {
  position: absolute;
  top: -44%;
  z-index: -1;
  right: -42%;
  width: 100%;
}

.btp--shape-art img {
  width: 100%;
}

@media (max-width: 1199px) {
  .btp--shape-art {
    top: -35%;
    right: -35%;
  }
}

.btp--shape-art.btp--shape-art2 {
  top: -35%;
  right: -5%;
}

.btp--video-shape1,
.btp--video-shape2 {
  width: 71.4%;
  height: 71.4%;
  z-index: -1;
  top: -95px;
  right: -80px;
  position: absolute;
}

@media (max-width: 1199px) {
  .btp--video-shape1,
  .btp--video-shape2 {
    right: 0;
  }
}

@media (max-width: 700px) {
  .btp--video-shape1,
  .btp--video-shape2 {
    display: none;
  }
}

.btp--video-shape2 {
  width: 86.4%;
  height: 100%;
  top: auto;
  right: auto;
  bottom: -46px;
  left: -26%;
}

.btp--content-shape {
  z-index: -1;
  position: absolute;
  bottom: -60%;
  width: 161%;
  height: 161%;
  left: -35%;
}

@media (max-width: 1199px) {
  .btp--content-shape {
    bottom: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 700px) {
  .btp--content-shape {
    display: none;
  }
}

.btp--content-shape img {
  width: 100%;
}

.btp--circle-shape {
  z-index: 0;
  z-index: -1;
  position: absolute;
}

.btp--circle-shape .waves {
  background: rgba(44, 4, 254, 0.15);
}

.btp--circle-shape .waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.btp--circle-shape.circle-one {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.btp--circle-shape.circle-two {
  left: 45px;
  bottom: 30%;
}

.btp--circle-shape.circle-three {
  top: -23%;
  right: 0;
}

.btp--circle-shape.circle-four {
  bottom: 25%;
  left: 70px;
}

.btp--circle-shape.circle-five {
  left: 10%;
  top: 34%;
}

.btp--circle-shape.circle-seven {
  right: 20%;
  bottom: 10%;
}

.btp--circle-shape.circle-eight {
  top: 20%;
  left: 5%;
}

.btp--circle-shape.circle-nine {
  bottom: 18%;
  right: 3%;
}

.btp--shape1 {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}

.btp--shape2 {
  position: absolute;
  top: 50px;
  z-index: -1;
}

.btp--shape3 {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.btp--shape4 {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.btp--hero-shpae1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 30%;
}

.btp--hero-shpae1 img {
  width: 100%;
}

.btp--hero-shpae2 {
  top: 14%;
  z-index: -1;
  left: 7%;
  width: 28%;
  position: absolute;
}

.btp--hero-shpae2 img {
  width: 100%;
}

.btp--shape-art {
  position: absolute;
  top: -44%;
  z-index: -1;
  right: -42%;
  width: 100%;
}

.btp--shape-art img {
  width: 100%;
}

@media (max-width: 1199px) {
  .btp--shape-art {
    top: -35%;
    right: -35%;
  }
}

.btp--shape-art.btp--shape-art2 {
  top: -35%;
  right: -5%;
}

.btp--video-shape1,
.btp--video-shape2 {
  width: 71.4%;
  height: 71.4%;
  z-index: -1;
  top: -95px;
  right: -80px;
  position: absolute;
}

@media (max-width: 1199px) {
  .btp--video-shape1,
  .btp--video-shape2 {
    right: 0;
  }
}

@media (max-width: 700px) {
  .btp--video-shape1,
  .btp--video-shape2 {
    display: none;
  }
}

.btp--video-shape2 {
  width: 86.4%;
  height: 100%;
  top: auto;
  right: auto;
  bottom: -46px;
  left: -26%;
}

.btp--content-shape {
  z-index: -1;
  position: absolute;
  bottom: -60%;
  width: 161%;
  height: 161%;
  left: -35%;
}

@media (max-width: 1199px) {
  .btp--content-shape {
    bottom: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 700px) {
  .btp--content-shape {
    display: none;
  }
}

.btp--content-shape img {
  width: 100%;
}

.btp-section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .btp-section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .btp-section-padding {
    padding: 80px 0;
  }
}

.btp-section-padding2 {
  padding: 110px 0 120px;
}

@media (max-width: 991px) {
  .btp-section-padding2 {
    padding: 90px 0 100px;
  }
}

@media (max-width: 767px) {
  .btp-section-padding2 {
    padding: 70px 0 80px;
  }
}

.btp-section-padding3 {
  padding: 110px 0 96px;
}

@media (max-width: 991px) {
  .btp-section-padding3 {
    padding: 90px 0 76px;
  }
}

@media (max-width: 767px) {
  .btp-section-padding3 {
    padding: 70px 0 56px;
  }
}

.btp-section-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 75px;
}

@media (max-width: 991px) {
  .btp-section-title {
    margin: 0 auto 45px;
    max-width: 590px;
  }
}

.btp-section-title h2 {
  margin: 0;
}

.btp-section-title.title-large h2 {
  font-size: 68px;
  line-height: 75px;
}

@media (max-width: 991px) {
  .btp-section-title.title-large h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .btp-section-title.title-large h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 479px) {
  .btp-section-title.title-large h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

.btp-section-title2 {
  margin: 0 auto 75px;
}

@media (max-width: 991px) {
  .btp-section-title2 {
    margin: 0 auto 45px;
    max-width: 590px;
    text-align: center;
  }
}

.btp-section-title2 h2 {
  margin: 0;
  margin-right: 31px;
}

@media (max-width: 991px) {
  .btp-section-title2 h2 {
    margin: 0 auto 15px;
  }
}

.btp-section-title.title-white h2 {
  color: #fff;
}

.btp-default-content.large-content h2 {
  font-size: 68px;
  line-height: 75px;
}

@media (max-width: 1399px) {
  .btp-default-content.large-content h2 {
    font-size: 62px;
    line-height: 70px;
  }
}

@media (max-width: 1199px) {
  .btp-default-content.large-content h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .btp-default-content.large-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 479px) {
  .btp-default-content.large-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

.btp-default-content.content-white h2 {
  color: #fff;
}

.btp--section-padding {
  padding: 112px 0 120px;
}

@media (max-width: 991px) {
  .btp--section-padding {
    padding: 90px 0 100px;
  }
}

@media (max-width: 767px) {
  .btp--section-padding {
    padding: 70px 0 80px;
  }
}

.btp--section-padding2 {
  padding: 110px 0 95px;
}

@media (max-width: 991px) {
  .btp--section-padding2 {
    padding: 90px 0 75px;
  }
}

@media (max-width: 767px) {
  .btp--section-padding2 {
    padding: 70px 0 55px;
  }
}

.btp--section-padding-bottom {
  padding: 0 0 120px;
}

@media (max-width: 991px) {
  .btp--section-padding-bottom {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .btp--section-padding-bottom {
    padding: 0 0 80px;
  }
}

.btp--section-title {
  max-width: 708px;
  text-align: center;
  margin: 0 auto 75px;
}

@media (max-width: 991px) {
  .btp--section-title {
    margin: 0 auto 50px;
  }
}

.btp--section-title h2 {
  font-family: "Space Grotesk", sans-serif;
}

.btp--section-title .btp--default-content p {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .btp--section-title .btp--default-content p {
    padding: 0;
  }
}

.btp--section-title-wrap {
  display: flex;
  margin-bottom: 80px;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .btp--section-title-wrap {
    margin-bottom: 60px;
    display: block;
    margin: 0 auto 60px;
  }
}

.btp--section-title-wrap .btp--section-title {
  text-align: left;
  margin: 0;
  max-width: 510px;
}

@media (max-width: 991px) {
  .btp--section-title-wrap .btp--section-title {
    margin: 0 auto;
    text-align: center;
  }
}

.btp--section-title-wrap .btp--section-title p {
  margin: 0;
  padding: 0;
}

.btp--default-content h2 {
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
}

.btp--default-content.content-sm h2 {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

@media (max-width: 991px) {
  .btp--default-content.content-sm h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .btp--default-content.content-sm h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.btp--default-content p {
  color: #fff;
}

@media (max-width: 767px) {
  .btp--default-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.btp--default-content.content-black h2 {
  color: var(--gray-800);
  font-family: "Public Sans", sans-serif;
}

.btp--default-content.content-black p {
  opacity: 0.8;
  color: var(--gray-800);
}

.btp--section-title2 {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .btp--section-title2 {
    margin-bottom: 45px;
    text-align: center;
  }
}

.btp-apps-thumb {
  position: relative;
  transform: rotate(-5deg);
  margin-left: 60px;
}

@media (max-width: 1200px) {
  .btp-apps-thumb {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .btp-apps-thumb {
    margin: 0 0 50px;
    text-align: center;
    transform: none !important;
  }
}
.btp-apps-thumb.btp-apps-thumb2 {
  transform: rotate(-5deg);
}

.btp-shape3 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 6%;
}

@media (max-width: 1650px) {
  .btp-shape3 {
    left: -5%;
  }
}

@media (max-width: 1199px) {
  .btp-shape3 {
    left: -12%;
  }
}

@media (max-width: 991px) {
  .btp-shape3 {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .btp-shape3 {
    display: none;
  }
}

.btp-error-content {
  padding: 190px 0 110px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .btp-error-content {
    padding: 150px 0 90px;
  }
}

@media (max-width: 767px) {
  .btp-error-content {
    padding: 130px 0 70px;
  }
}

.btp-error-content h1 {
  font-size: 150px;
  line-height: 176px;
}

@media (max-width: 991px) {
  .btp-error-content h1 {
    font-size: 120px;
    line-height: 140px;
  }
}

@media (max-width: 767px) {
  .btp-error-content h1 {
    font-size: 100px;
    line-height: 120px;
  }
}

.btp-error-content p {
  margin-bottom: 55px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .btp-error-content p {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .btp-error-content p {
    padding: 0;
  }
}

.coming-soon-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-column {
  text-align: center;
  margin: 0 auto;
}

.coming-soon-logo {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .coming-soon-logo {
    margin-bottom: 50px;
  }
}

.coming-soon-content {
  max-width: 505px;
  margin: 0 auto 80px;
}

@media (max-width: 991px) {
  .coming-soon-content {
    margin: 0 auto 40px;
  }
}

.btp-countdown-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .btp-countdown-wrap {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .btp-countdown-wrap {
    flex-wrap: wrap;
  }
}

.btp-countdown-item {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-800);
}

@media (max-width: 767px) {
  .btp-countdown-item {
    width: 150px;
    height: 150px;
  }
}

.btp-countdown-item:nth-child(2),
.btp-countdown-item:nth-child(3),
.btp-countdown-item:nth-child(4) {
  margin-left: -30px;
}

@media (max-width: 767px) {
  .btp-countdown-item:nth-child(2),
  .btp-countdown-item:nth-child(3),
  .btp-countdown-item:nth-child(4) {
    margin-left: -15px;
  }
}

.btp-countdown-item .number {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  color: var(--gray-800);
}

@media (max-width: 991px) {
  .btp-countdown-item .number {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .btp-countdown-item .number {
    font-size: 36px;
  }
}

.btp-countdown-item p {
  font-size: 16px;
}

.btp-go-top {
  position: fixed;
  bottom: 20%;
  right: 3%;
  z-index: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.btp-go-top:before {
  content: "";
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: absolute;
  background-color: #82d5bc;
  transform: translate(-50%, -50%);
}

.btp-go-top img {
  transform: rotate(-90deg);
}

.btp-btn-wrap {
  margin-top: 55px;
}

@media (max-width: 991px) {
  .btp-btn-wrap {
    margin-top: 40px;
  }
}

.btp--slider-section {
  background-color: var(--gray-800);
  position: relative;
  z-index: 0;
}

.btp--slider-one .slick-slide {
  margin: 2px 12px;
}

.btp--slider-one .btp--arrow,
.btp--slider-one .prev-arrow {
  left: -30px;
  top: 50%;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: #201c2c;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gray-10);
  border: 5px solid #13111a;
  transition: all 0.4s;
  background-image: url(../images/svg2/arrow-left.svg);
}

.btp--slider-one .btp--arrow {
  left: auto;
  right: -30px;
  background-image: url(../images/svg2/arrow-right.svg);
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.btp--slider-one .slick-slide.slick-current.slick-active .btp--btn:before {
  opacity: 1;
}

.btp--slider-one .slick-slide.slick-current.slick-active .btp--btn {
  color: var(--gray-10);
}

.btp--slider-one .slick-slide.slick-current.slick-active .btp--card-wrap {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

.btp--slider-one
  .slick-slide.slick-current.slick-active
  .btp--card-wrap:before {
  opacity: 1;
}

.btp--portfolio-section {
  position: relative;
  z-index: 0;
}

.btp--portfolio-section .btp--section-title {
  margin: 0 auto 55px;
}

.btp--portfolio-menu {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .btp--portfolio-menu {
    margin-bottom: 35px;
  }
}

.btp--portfolio-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .btp--portfolio-menu ul {
    justify-content: space-between;
  }
}

.btp--portfolio-menu ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  padding: 2px;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}

.btp--portfolio-menu ul li.active {
  transition: all 0.4s;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--portfolio-menu ul li.active span {
  transition: all 0.4s;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

@media (max-width: 1199px) {
  .btp--portfolio-menu ul li {
    margin: 0 0 15px;
    flex: 0 0 32.2%;
  }
}

@media (max-width: 767px) {
  .btp--portfolio-menu ul li {
    flex: 0 0 48.5%;
  }
}

@media (max-width: 420px) {
  .btp--portfolio-menu ul li {
    flex: 0 0 100%;
  }
}

.btp--portfolio-menu ul li img {
  margin-right: 10px;
}

.btp--portfolio-menu ul li span {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 10px 20.5px;
  border-radius: 10px;
  width: 100%;
  justify-content: center;
  background-color: var(--gray-800);
}

.btp--portfolio-section {
  background-color: var(--gray-800);
}

.btp--portfolio-section .btp--card-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}

.btp--portfolio-wrap {
  margin-left: -24px;
}

.btp--portfolio-btn {
  text-align: center;
  margin-top: 56px;
}

@media (max-width: 991px) {
  .btp--portfolio-btn {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .btp--section-button {
    margin-top: 35px;
    text-align: center;
  }
}

.btp--text-slider-section {
  padding: 22px 0;
  overflow: hidden;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .btp--text-slider-data {
    text-align: center;
    display: block !important;
  }
}

.btp--text-slider-data h3 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  line-height: 36px;
}

@media (max-width: 991px) {
  .btp--text-slider-data h3 {
    font-size: 24px;
  }
}

.btp--text-slider-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

@media (max-width: 600px) {
  .btp--text-slider-icon {
    margin-bottom: 10px;
  }
}

.btp--roadmap-section {
  padding: 115px 0 80px;
  background-color: var(--gray-800);
}

@media (max-width: 991px) {
  .btp--roadmap-section {
    padding: 100px 0 60px;
  }
}

@media (max-width: 767px) {
  .btp--roadmap-section {
    padding: 80px 0 40px;
  }
}

.btp--roadmap-section .btp--iconbox-wrap {
  margin-bottom: 40px;
}

.btp--newslatter-section {
  z-index: 0;
  position: relative;
  background-color: var(--gray-800);
}

.btp--newslatter-wrap {
  border-radius: 10px;
  padding: 100px;
  text-align: center;
  position: relative;
  background: #201c2c;
}

@media (max-width: 991px) {
  .btp--newslatter-wrap {
    padding: 70px;
  }
}

@media (max-width: 767px) {
  .btp--newslatter-wrap {
    padding: 50px;
  }
}

@media (max-width: 400px) {
  .btp--newslatter-wrap {
    padding: 30px;
  }
}

.btp--newslatter-wrap .btp--section-title {
  max-width: 585px;
  margin: 0 auto 40px;
}

.btp--newslatter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  transition: all 0.4s;
  border-radius: inherit;
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}

.btp-text-slider-section {
  padding: 40px 0;
  background-color: var(--warning-200);
}

@media (max-width: 1280px) {
  .btp-text-slider-section {
    padding: 0;
  }
}

.btp-text-slider-area1 {
  padding: 21px 0;
  background-color: #00b37e;
  transform: rotate(-2.5deg);
}

@media (max-width: 1669px) {
  .btp-text-slider-area1 {
    padding: 13px 0;
  }
}

@media (max-width: 1280px) {
  .btp-text-slider-area1 {
    margin: 0;
    transform: rotate(0);
  }
}

.btp-text-slider-area2 {
  padding: 21px 0;
  background-color: #82d5bc;
  transform: rotate(3deg);
  margin-top: -84px;
}

@media (max-width: 1669px) {
  .btp-text-slider-area2 {
    padding: 13px 0;
    margin-top: -65px;
  }
}

@media (max-width: 1280px) {
  .btp-text-slider-area2 {
    margin: 0;
    transform: rotate(0);
  }
}

.btp-text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .btp-text-slider-data {
    text-align: center;
    display: block !important;
  }
}

.btp-text-slider-data h3 {
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  margin: 0 15px;
  line-height: 36px;
  letter-spacing: 1px;
  color: var(--gray-800);
}

@media (max-width: 1669px) {
  .btp-text-slider-data h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .btp-text-slider-data h3 {
    font-size: 18px;
  }
}

.btp-text-slider-icon {
  flex-shrink: 0;
}

.btp-text-slider-icon img {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .btp-text-slider-icon {
    margin-bottom: 10px;
  }
}

.btp-trading-card-thumb {
  position: relative;
  padding-left: 140px;
  z-index: 2;
}

@media (max-width: 766px) {
  .btp-trading-card-thumb {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .btp-trading-card-thumb img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .btp-trading-card-thumb {
    margin-bottom: 40px;
  }
}

.btp-trading-card-thumb2 {
  top: 50%;
  left: 0;
  z-index: 1;
  width: 33.5%;
  position: absolute;
  transform: translateY(-50%);
}

.btp-trading-card-thumb2 img {
  width: 100%;
}

.btp-trading-card2 {
  text-align: right;
}

.btp-trading-card2 .btp-trading-card-thumb {
  padding-left: 0;
}

@media (max-width: 991px) {
  .btp-trading-card2 .btp-trading-card-thumb {
    padding-left: 160px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .btp-trading-card2 .btp-trading-card-thumb {
    padding-left: 80px;
  }
}

@media (max-width: 575px) {
  .btp-trading-card2 .btp-trading-card-thumb {
    margin-bottom: 50px;
  }
}

.btp-trading-card2 .btp-trading-card-thumb2 {
  top: auto;
  left: 16%;
  transform: none;
  bottom: -8%;
  width: 39%;
}

@media (max-width: 1399px) {
  .btp-trading-card2 .btp-trading-card-thumb2 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .btp-trading-card2 .btp-trading-card-thumb2 {
    left: 0;
  }
}

.btp-trading-card2 .btp-shape7 {
  top: -29%;
  z-index: -1;
  right: -27%;
}

.btp-trading-card2 .btp-shape6 {
  top: 22%;
  left: -3%;
}

.btp-shape6 {
  position: absolute;
  top: -10%;
  left: -23%;
  z-index: 0;
}

@media (max-width: 766px) {
  .btp-shape6 {
    left: -40%;
  }
}

@media (max-width: 575px) {
  .btp-shape6 {
    display: none;
  }
}

.btp-shape7 {
  position: absolute;
  top: -35%;
  z-index: -1;
  right: -13%;
}

@media (max-width: 575px) {
  .btp-shape7 {
    display: none;
  }
}

.btp-trading-section2 {
  padding: 120px 0 150px;
  overflow: hidden;
  background-color: var(--warning-100);
}

@media (max-width: 1399px) {
  .btp-trading-section2 {
    padding: 120px 0;
  }
}

@media (max-width: 991px) {
  .btp-trading-section2 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .btp-trading-section2 {
    padding: 80px 0;
  }
}

.btp--text-slider-section2 {
  background: var(--gray-800);
}

.btp--about-section {
  overflow: hidden;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .btp--about-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .btp--about-section {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .btp--about-section .btp--default-content {
    max-width: 500px;
  }
}

.btp--swiper-slider-wrap {
  position: relative;
}

@media (max-width: 991px) {
  .btp--swiper-slider-wrap {
    margin-bottom: 40px;
  }
}

.btp--double-star {
  position: absolute;
  left: -90px;
  bottom: 15%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

.btp--artwork-section {
  z-index: 0;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -51.59%,
    #eee6d0 119.2%
  );
}

@media (max-width: 991px) {
  .btp--artwork-section {
    padding: 100px 0 0;
  }
}

@media (max-width: 767px) {
  .btp--artwork-section {
    padding: 80px 0 0;
  }
}

@media (max-width: 991px) {
  .btp--artwork-section .btp--default-content {
    max-width: 500px;
  }
}

.btp--artwork-right {
  text-align: right;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .btp--artwork-right {
    text-align: center;
  }
}

.btp--artwork-right.left {
  text-align: left;
}

@media (max-width: 991px) {
  .btp--artwork-right.left {
    text-align: center;
  }
}

.btp--artwork-thumb {
  display: inline-block;
  position: relative;
  transform: rotate(3deg);
}

@media (max-width: 991px) {
  .btp--artwork-thumb {
    transform: rotate(0) !important;
    margin-bottom: 40px;
  }
}

.btp--artwork-data {
  position: absolute;
  left: -105px;
  bottom: 50px;
  background-size: cover;
  background-position: center;
  padding-top: 14px;
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .btp--artwork-data {
    width: 150px;
    height: 150px;
    left: 0;
    bottom: 0;
  }
}

.btp--artwork-data p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #13111a;
  transform: rotate(-10deg);
}

@media (max-width: 575px) {
  .btp--artwork-data p {
    font-size: 14px;
    line-height: 20px;
  }
}

.btp--collection-section {
  background-color: var(--warning-600);
}

.btp--roadmap-v2 {
  background: linear-gradient(
    180deg,
    #eee6d0 -29.02%,
    rgba(255, 255, 255, 0) 160.21%
  );
}

.btp--roadmap-v2 .btp--section-title {
  max-width: 485px;
  text-align: left;
  margin: 0 0 75px;
}

@media (max-width: 991px) {
  .btp--roadmap-v2 .btp--section-title {
    margin: 0 0 50px;
  }
}

.btp--roadmap-v2 .btp--section-title p {
  padding: 0;
}

.btp--client-section {
  padding: 0 0 120px;
  background-color: var(--gray-800);
}

@media (max-width: 1199px) {
  .btp--client-section {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .btp--client-section {
    padding: 0 0 80px;
  }
}

.btp--client-title {
  margin-bottom: 60px;
  text-align: center;
}

.btp--client-title p {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  color: #fff;
}

.btp--feature-section {
  background-color: var(--gray-800);
}

.btp--content-section {
  z-index: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--gray-800);
}

.btp--content-top {
  padding: 0 0 120px;
}

@media (max-width: 991px) {
  .btp--content-top {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .btp--content-top {
    padding: 0 0 80px;
  }
}

.btp--content-top .btp--default-content {
  margin-right: 51px;
}

@media (max-width: 991px) {
  .btp--content-top .btp--default-content {
    max-width: 550px;
  }
}

@media (max-width: 575px) {
  .btp--content-top .btp--default-content {
    margin-right: 0;
  }
}

.btp--content-top .btp--content-thumb {
  z-index: 0;
  text-align: right;
  position: relative;
}

@media (max-width: 1199px) {
  .btp--content-top .btp--content-thumb {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.btp--content-bottom .btp--content-thumb {
  z-index: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .btp--content-bottom .btp--content-thumb {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.btp--content-bottom .btp--content-thumb .btp--bitcoin {
  position: absolute;
  bottom: 10px;
  right: -90px;
  width: 87%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  .btp--content-bottom .btp--content-thumb .btp--bitcoin {
    right: -40px;
  }
}

@media (max-width: 479px) {
  .btp--content-bottom .btp--content-thumb .btp--bitcoin {
    right: 0;
  }
}

.btp--content-bottom .btp--default-content {
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .btp--content-bottom .btp--default-content {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .btp--content-bottom .btp--default-content {
    max-width: 550px;
  }
}

.btp--meta {
  margin-top: 35px;
}

.btp--meta ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 33px;
  margin-bottom: 15px;
  color: #fff;
}

.btp--meta ul li:last-child {
  margin-bottom: 0;
}

.btp--meta ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.btp--testimonial-section {
  background-color: var(--gray-800);
}

.btp--faq-section2.btp--section-padding {
  background-size: cover;
}

.btp-innovative-services-section {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .btp-innovative-services-section {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .btp-innovative-services-section {
    padding-top: 80px;
  }
}

@media (max-width: 1199px) {
  .btp-innovative-services-section .btp-default-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .btp-innovative-services-section .btp-default-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .btp-innovative-services-thumb img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .btp-innovative-services-thumb {
    padding-bottom: 30px;
  }
}

.btp-chart-thumb {
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 18px;
}

@media (max-width: 991px) {
  .btp-chart-thumb {
    margin-bottom: 30px;
  }
}

.btp-about-section {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .btp-about-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .btp-about-section {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  .btp-about-section .btp-default-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .btp-about-section .btp-default-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.btp-about-thumb {
  position: relative;
  display: inline-block;
}

.btp-about-thumb img {
  width: 100%;
}

@media (max-width: 1199px) {
  .btp-about-thumb {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .btp-about-thumb {
    display: block;
    margin: 0 0 50px;
    padding-right: 100px;
  }
}

@media (max-width: 479px) {
  .btp-about-thumb {
    padding-right: 50px;
  }
}

.btp-about-thumb2 {
  bottom: -20px;
  right: -22%;
  position: absolute;
  width: 57.87%;
  border-radius: 10px;
  transform: rotate(5deg);
  filter: drop-shadow(10px 14px 50px rgba(0, 0, 0, 0.15));
}

@media (max-width: 1199px) {
  .btp-about-thumb2 {
    right: -10%;
    position: absolute;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .btp-about-thumb2 {
    right: 12px;
    width: 40%;
  }
}

.btp-counter-rating {
  margin-top: 30px;
}

.btp-counter-rating ul {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .btp-counter-rating ul {
    justify-content: center;
  }
}

.btp-counter-rating ul li {
  margin: 0 2px;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.btp-counter-rating ul li:first-child {
  margin-right: 20px;
}

.btp-counter-rating ul li:last-child {
  margin-left: 10px;
}

.btp--about-hero-section.dark-version {
  background-size: cover;
  padding: 200px 0 120px;
  background-color: var(--gray-800);
}

@media (max-width: 767px) {
  .btp--about-hero-section.dark-version {
    padding: 60px 0;
  }
}

.btp--about-section2 {
  z-index: 0;
  position: relative;
  background-color: var(--gray-800);
}

.btp--about-section2 .btp--hero-content {
  max-width: 100%;
}

.btp--about-section2 .btp--section-title {
  max-width: 855px;
}

.btp--about-section2 .btp--section-title p {
  margin-right: 0;
}

.btp--thumb-thumb2 {
  border-radius: 12px;
  overflow: hidden;
}

.btp--shpae5 {
  position: absolute;
  top: -20%;
  right: 0;
  z-index: -1;
}

.exeter-signal-loaded.exeter-signal {
  margin-top: 0;
}

.exeter-signal {
  margin-top: -200px;
  transition: all 0.4s;
}

.btp--vision-section {
  padding: 5px 0;
  overflow: hidden;
  background-color: var(--gray-800);
}

@media (max-width: 991px) {
  .btp--vision-section {
    padding: 5px 0 0;
  }
}

.swiper-cards .swiper-slide {
  overflow: inherit;
}

.btp--video-section2 {
  background-color: var(--gray-800);
}

.btp--video-section2 .btp--default-content.content-sm h2 {
  padding: 0 30px;
}

@media (max-width: 540px) {
  .btp--video-section2 .btp--default-content.content-sm h2 {
    padding: 0;
  }
}

.btp--video-section2 .btp--video-thumb {
  margin: 0;
}

.btp--faq-section.dark-version {
  background-color: var(--gray-800);
}

.btp--faq-section.dark-version .btp--section-title {
  margin: 0 auto 45px;
}

@media (max-width: 991px) {
  .btp--faq-section.dark-version .btp--section-title {
    margin: 0 auto 25px;
  }
}

@media (max-width: 991px) {
  .btp--faq-section.dark-version .btp--default-content {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
  }
}

.btp--feature2-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -51.59%,
    #eee6d0 119.2%
  );
}

.btp--feature-wrap {
  padding: 0 45px;
  padding-bottom: 90px;
  margin-bottom: 24px;
  border-left: 1px solid rgba(19, 17, 26, 0.2);
}

@media (max-width: 1400px) {
  .btp--feature-wrap {
    padding: 0 30px;
    padding-right: 0;
    padding-bottom: 90px;
  }
}

@media (max-width: 1199px) {
  .btp--feature-wrap {
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .btp--feature-wrap {
    padding: 0 25px;
    padding-right: 0;
  }
}

.btp--feature-data h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
  color: #ff6b55;
  font-family: "Space Grotesk", sans-serif;
}

.btp--feature-data span {
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
  color: var(--gray-800);
}
.btp--feature-data p {
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .btp--feature-data span {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.btp--feature-data p {
  color: #13111a;
  opacity: 0.8;
}

.btp--feature-data p:last-child {
  margin: 0;
}

.col-xl-4.col-md-6:nth-child(2) .btp--feature-wrap {
  padding-top: 90px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .col-xl-4.col-md-6:nth-child(2) .btp--feature-wrap {
    padding-top: 0;
  }
}

.btp-blog-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-700);
  transition: all 0.4s;
  margin-bottom: 24px;
  border-radius: 10px;
}

.btp-blog-card:hover img {
  transform: scale(1.07) rotate(2deg);
}

.btp-blog-card:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

.btp-blog-thumb {
  overflow: hidden;
  height: 263px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.btp-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .btp-blog-thumb {
    height: auto;
  }
}

.btp-blog-meta {
  margin-bottom: 18px;
}

.btp-blog-meta ul li {
  font-size: 16px;
  padding-right: 25px;
  position: relative;
  display: inline-block;
}

.btp-blog-meta ul li:before {
  content: "";
  right: 5px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(19, 17, 26, 0.8);
}

.btp-blog-meta ul li:last-child:before {
  content: none;
}

.btp-blog-meta ul li a {
  color: rgba(19, 17, 26, 0.8);
}

.btp-blog-meta ul li a:hover {
  color: var(--warning-500);
}

.btp-blog-content h5 {
  margin-bottom: 7px;
}

.btp-blog-content h5 a {
  color: var(--gray-800);
}

.btp-blog-content h5 a:hover {
  color: var(--warning-500);
}

.btp-blog-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btp-blog-sidebar {
  border: 1px solid var(--gray-700);
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 991px) {
  .btp-blog-sidebar {
    margin-top: 40px;
  }
}

.btp-product-search {
  position: relative;
}

#fugu-search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btp-product-search input {
  padding: 10px 35px 10px 20px !important;
  border-radius: 4px;
}

.btp-sidebar-item {
  margin-bottom: 35px;
}

.btp-sidebar-item:last-child {
  margin-bottom: 0;
}

.btp-sidebar-item-title {
  margin-bottom: 25px;
}

.btp-sidebar-item-title h5 {
  margin: 0;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  display: inline-block;
  font-family: Inter, sans-serif;
  border-bottom: 2px solid var(--gray-800);
}

.btp-categories ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

.btp-categories ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.btp-categories ul li a {
  display: block;
  color: var(--gray-800);
  transition: all 0.4;
}

.btp-categories ul li a:hover {
  color: var(--warning-500);
}

.btp-recent-post-item {
  margin-bottom: 30px;
}

.btp-recent-post-item:last-child {
  margin-bottom: 0;
}

.btp-recent-post-item a {
  display: block;
}

.btp-recent-post-item a img {
  margin-bottom: 13px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.btp-recent-post-item .btp-blog-meta {
  margin-bottom: 10px;
}

.btp-recent-post-item h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: Inter, sans-serif;
}

.btp-recent-post-item h6 a {
  color: var(--gray-800);
}

.btp-tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btp-tags ul li {
  flex: 0 0 48%;
  margin-bottom: 15px;
}

.btp-tags ul li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 13px 10px;
  line-height: 24px;
  color: var(--gray-800);
  border-radius: 3px;
  transition: all 0.4s;
  background-color: rgba(2, 2, 30, 0.03);
}

.btp-tags ul li a:hover {
  background-color: var(--warning-500);
}

.btp-blog-single-wrap {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .btp-blog-single-wrap {
    margin: 0;
  }
}

.btp-blog-single-wrap a {
  display: block;
}

.btp-blog-single-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btp-blog-single-wrap .btp-blog-meta {
  margin-bottom: 35px;
}

.btp-blog-single-wrap ul li span {
  margin-right: 7px;
}

.btp-user-wrap {
  margin: 40px 0;
  padding: 29px;
  display: flex;
  border-radius: 10px;
  position: relative;
  background-color: var(--warning-300);
}

@media (max-width: 767px) {
  .btp-user-wrap {
    display: block;
  }
}

.btp-user-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .btp-user-thumb {
    margin: 0 0 15px;
  }
}

.btp-user-thumb img {
  object-fit: cover;
}

.btp-user-data ul {
  margin-bottom: 15px;
}

.btp-user-data ul li {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}

.btp-user-data ul li:last-child {
  padding-right: 0;
}

.btp-user-data ul li:before {
  content: "";
  right: 4px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  background-color: rgba(19, 17, 26, 0.8);
}

.btp-user-data ul li:last-child:before {
  content: none;
}

.btp-user-data ul li span {
  font-weight: 400;
  font-size: 14px;
}

.btp-user-data p {
  font-size: 16px;
  line-height: 24px;
}

.btp-blog-post-wrap {
  padding: 40px 0 35px;
  border-top: 1px solid rgba(19, 17, 26, 0.1);
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .btp-blog-post-wrap {
    display: block;
  }
}

.btp-blog-post-column {
  flex: 0 0 37%;
}

.btp-blog-post-column h6 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.btp-blog-post-column.post-column-right {
  text-align: right;
}

@media (max-width: 767px) {
  .btp-blog-post-column.post-column-right {
    margin-top: 30px;
  }
}

.btp-blog-post-column.post-column-right .btp-blog-post-arrow {
  justify-content: flex-end;
}

.btp-blog-post-column.post-column-right .btp-blog-post-arrow-icon {
  margin-right: 0;
  margin-left: 15px;
}

.btp-blog-post-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.btp-blog-post-arrow:hover .btp-blog-post-arrow-icon {
  background-color: var(--warning-500);
  border: 1px solid var(--warning-500);
}

.btp-blog-post-arrow:hover .btp-blog-post-arrow-data p {
  color: var(--gray-800);
}

.btp-blog-post-arrow-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 15px;
  transition: all 0.4s;
  border: 1px solid rgba(19, 17, 26, 0.1);
}

.btp-blog-post-arrow-icon img {
  margin: 0;
  width: 18px;
  height: auto;
}

.btp-blog-post-arrow-data p {
  font-weight: 600;
  color: rgba(19, 17, 26, 0.8);
}

.btp-comment-section h5 {
  margin-bottom: 40px;
}

.btp-comment-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

.btp-comment-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.btp-comment-item:nth-child(2) {
  padding-left: 90px;
}

@media (max-width: 767px) {
  .btp-comment-item:nth-child(2) {
    padding-left: 0;
  }
}

.btp-comment-author {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

.btp-comment-author.author2 {
  width: 50px;
  height: 50px;
}

.btp-comment-author img {
  object-fit: cover;
}

.btp-comment-author-data {
  margin-right: 90px;
}

@media (max-width: 767px) {
  .btp-comment-author-data {
    margin-right: 0;
  }
}

.btp-comment-author-data h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  margin-bottom: 5px;
}

.btp-comment-author-data span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

a.comment-reply {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gray-800);
  transition: all 0.4s;
}

a.comment-reply:hover {
  color: var(--warning-500);
}

.btp-input-field {
  margin-bottom: 20px;
}

.btp-input-field-section {
  background: #fff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px;
  margin-top: 40px;
}

.btp-input-field-section h5 {
  margin-bottom: 30px;
}

.btp-input-field-section .btp-input-field textarea {
  height: 250px;
}

@media (max-width: 991px) {
  .btp-input-field-section .btp-input-field textarea {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .btp-input-field-section .btp-input-field textarea {
    height: 100px;
  }
}

.btp-input-field-section button#fugu-input-submit {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .btp-input-field-section button#fugu-input-submit {
    margin-top: 0;
  }
}

button#fugu-input-submit {
  width: 196px;
  height: 55px;
  left: 182px;
  top: 4119px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s;
  background-color: var(--warning-500);
}

button#fugu-input-submit:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

.btp--blog-top-wrap {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .btp--blog-top-wrap {
    padding-bottom: 80px;
  }
}

.btp--blog-top-wrap .btp--blog-wrap {
  position: relative;
  background: 0 0;
  backdrop-filter: inherit;
}

.btp--blog-top-wrap .btp--blog-wrap:hover .btp--blog-thumb img {
  transform: scale(1) rotate(0);
}

.btp--blog-top-wrap .btp--blog-thumb {
  height: 550px;
  overflow: inherit;
  position: relative;
  margin-left: 34%;
}

@media (max-width: 991px) {
  .btp--blog-top-wrap .btp--blog-thumb {
    margin: 0;
    height: auto;
  }
}

.btp--blog-top-wrap .btp--blog-content {
  position: absolute;
  z-index: 9;
  top: 50%;
  background: rgba(90, 75, 124, 0.2);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  transform: translateY(-50%);
  border: 1px solid #fff;
  width: 642px;
}

@media (max-width: 991px) {
  .btp--blog-top-wrap .btp--blog-content {
    position: inherit;
    transform: inherit;
    width: 100%;
    border: none;
    border-radius: 0;
  }
}

.btp--blog-shape3 {
  position: absolute;
  top: 4%;
  right: 0;
  z-index: -1;
}

.btp--inner-section {
  z-index: 0;
  position: relative;
}

.dark-version {
  background-color: var(--gray-800);
}

.btp--blog-sidebar-section.light-version {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .btp--blog-sidebar-section.light-version {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .btp--blog-sidebar-section.light-version {
    padding-bottom: 80px;
  }
}

.btp--blog-filtering.dark-version {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .btp--blog-filtering.dark-version {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .btp--blog-filtering.dark-version {
    padding-top: 75px;
  }
}

.btp--blog-filtering .btp--blog-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}

.btp--blog-filtering .btp--portfolio-wrap {
  margin-left: -24px;
}

.btp--blog-filtering .btp--portfolio-menu {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .btp--blog-filtering .btp--portfolio-menu {
    margin-top: 30px;
  }

  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 19%;
  }
}

@media (max-width: 991px) {
  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 23%;
  }
}

@media (max-width: 767px) {
  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 48.5%;
  }
}

@media (max-width: 420px) {
  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 100%;
  }
}

.btp--blog-filtering .btp--section-title-wrap {
  align-items: center;
}

@media (max-width: 1199px) {
  .btp--blog-filtering .btp--section-title-wrap {
    display: block;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .btp--blog-filtering .btp--section-title-wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.btp--blog-filtering .btp--default-content.content-sm h2 {
  margin: 0;
}

.btp--blog-filtering .btp--card-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .btp--blog-sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .btp--blog-sidebar .btp--newsletter {
    max-width: 100%;
  }
}

.btp--blog-sidebar-item {
  background: rgba(90, 75, 124, 0.2);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 24px;
}

.btp--blog-sidebar-item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  color: var(--gray-10);
}

.btp--blog-sidebar-item:last-child {
  margin-bottom: 0;
}

.btp--category ul li {
  margin-bottom: 15px;
}

.btp--category ul li:last-child {
  margin-bottom: 0;
}

.btp--category ul li a {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  color: var(--gray-10);
  transition: all 0.4s;
}

.btp--category ul li a:hover {
  color: #0080ff;
}

.btp--blog-post-wrap {
  margin-bottom: 20px;
}

.btp--blog-post-wrap:last-child {
  margin-bottom: 0;
}

.btp--blog-post-thumb {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .btp--blog-post-thumb {
    height: auto;
  }
}

.btp--blog-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btp--blog-post-data p {
  color: #fff;
  opacity: 0.4;
  margin-bottom: 10px;
}

.btp--blog-post-data h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: Inter, sans-serif;
  margin: 0;
  color: #fff;
}

.btp--tags ul {
  display: flex;
  flex-wrap: wrap;
}

.btp--tags ul li a {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  margin: 6px;
  padding: 14px 31px;
  display: block;
  border-radius: 10px;
  transition: all 0.4s;
  background-color: var(--gray-900);
}

.btp--tags ul li a:hover {
  background-color: #0080ff;
}

.btp--blog-top-wrap {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .btp--blog-top-wrap {
    padding-bottom: 80px;
  }
}

.btp--blog-top-wrap .btp--blog-wrap {
  position: relative;
  background: 0 0;
  backdrop-filter: inherit;
}

.btp--blog-top-wrap .btp--blog-wrap:hover .btp--blog-thumb img {
  transform: scale(1) rotate(0);
}

.btp--blog-top-wrap .btp--blog-thumb {
  height: 550px;
  overflow: inherit;
  position: relative;
  margin-left: 34%;
}

@media (max-width: 991px) {
  .btp--blog-top-wrap .btp--blog-thumb {
    margin: 0;
    height: auto;
  }
}

.btp--blog-top-wrap .btp--blog-content {
  position: absolute;
  z-index: 9;
  top: 50%;
  background: rgba(90, 75, 124, 0.2);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  transform: translateY(-50%);
  border: 1px solid #fff;
  width: 642px;
}

@media (max-width: 991px) {
  .btp--blog-top-wrap .btp--blog-content {
    position: inherit;
    transform: inherit;
    width: 100%;
    border: none;
    border-radius: 0;
  }
}

.btp--blog-shape3 {
  position: absolute;
  top: 4%;
  right: 0;
  z-index: -1;
}

.btp--inner-section {
  z-index: 0;
  position: relative;
}

.dark-version {
  background-color: var(--gray-800);
}

.btp--blog-sidebar-section.light-version {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .btp--blog-sidebar-section.light-version {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .btp--blog-sidebar-section.light-version {
    padding-bottom: 80px;
  }
}

.btp--blog-filtering.dark-version {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .btp--blog-filtering.dark-version {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .btp--blog-filtering.dark-version {
    padding-top: 75px;
  }
}

.btp--blog-filtering .btp--blog-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}

.btp--blog-filtering .btp--portfolio-wrap {
  margin-left: -24px;
}

.btp--blog-filtering .btp--portfolio-menu {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .btp--blog-filtering .btp--portfolio-menu {
    margin-top: 30px;
  }

  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 19%;
  }
}

@media (max-width: 991px) {
  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 23%;
  }
}

@media (max-width: 767px) {
  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 48.5%;
  }
}

@media (max-width: 420px) {
  .btp--blog-filtering .btp--portfolio-menu ul li {
    flex: 0 0 100%;
  }
}

.btp--blog-filtering .btp--section-title-wrap {
  align-items: center;
}

@media (max-width: 1199px) {
  .btp--blog-filtering .btp--section-title-wrap {
    display: block;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .btp--blog-filtering .btp--section-title-wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.btp--blog-filtering .btp--default-content.content-sm h2 {
  margin: 0;
}

.btp--blog-filtering .btp--card-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .btp--blog-sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .btp--blog-sidebar .btp--newsletter {
    max-width: 100%;
  }
}

.btp--blog-sidebar-item {
  background: rgba(90, 75, 124, 0.2);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 24px;
}

.btp--blog-sidebar-item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
}

.btp--blog-sidebar-item:last-child {
  margin-bottom: 0;
}

.btp--category ul li {
  margin-bottom: 15px;
}

.btp--category ul li:last-child {
  margin-bottom: 0;
}

.btp--category ul li a {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  color: var(--gray-10);
  transition: all 0.4s;
}

.btp--category ul li a:hover {
  color: #0080ff;
}

.btp--blog-post-wrap {
  margin-bottom: 20px;
}

.btp--blog-post-wrap:last-child {
  margin-bottom: 0;
}

.btp--blog-post-thumb {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .btp--blog-post-thumb {
    height: auto;
  }
}

.btp--blog-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.btp--blog-post-data p {
  color: #fff;
  opacity: 0.4;
  margin-bottom: 10px;
}

.btp--blog-post-data h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: Inter, sans-serif;
  margin: 0;
}

.btp--tags ul {
  display: flex;
  flex-wrap: wrap;
}

.btp--tags ul li a {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  margin: 6px;
  padding: 14px 31px;
  display: block;
  border-radius: 10px;
  transition: all 0.4s;
  background-color: var(--gray-900);
}

.btp--tags ul li a:hover {
  background-color: #0080ff;
}

.light-version {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -51.59%,
    #eee6d0 119.2%
  );
}

.light-version .btp--breadcrumbs-data h1,
.light-version .btp--breadcrumbs-data p {
  color: var(--gray-800);
}

.light-version .btp--breadcrumbs-data h1 {
  font-family: "Space Grotesk", sans-serif;
}

.light-version .btp--newsletter.btp--search input {
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
}

.light-version .btp--newsletter.btp--search input:focus {
  border: 1px solid var(--danger-500) !important;
}

.light-version #fugu--submit-btn {
  border-radius: 3px;
  color: var(--gray-800);
  background: var(--danger-500);
}

.light-version .btp--blog-top-wrap {
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

.light-version .btp--blog-top-wrap .btp--blog-content h3 {
  font-size: 42px;
  line-height: 53px;
}

@media (max-width: 991px) {
  .light-version .btp--blog-top-wrap .btp--blog-content h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .light-version .btp--blog-top-wrap .btp--blog-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

.light-version .btp--blog-content {
  backdrop-filter: inherit;
  background: #fff;
  border: none;
  box-shadow: 0 8px 80px rgba(19, 17, 26, 0.06);
  border-radius: 3px;
}

.light-version .btp--blog-content p {
  color: var(--gray-800);
  opacity: 0.8;
}

.light-version .btp--blog-date ul li a {
  color: var(--gray-800);
}

.light-version .btp--blog-title h3 {
  color: var(--gray-800);
  font-family: "Space Grotesk", sans-serif;
  transition: all 0.4s;
}

.light-version .btp--blog-title h3:hover {
  color: var(--danger-500);
}

.light-version .btp--blog-user-data span {
  color: var(--gray-800);
}

.light-version .btp--default-content h2 {
  color: var(--gray-800);
  font-family: "Space Grotesk", sans-serif;
}

.light-version .btp--portfolio-menu ul li {
  background: 0 0;
}

.light-version .btp--portfolio-menu ul li.active span {
  color: var(--gray-800);
  background-color: var(--danger-500);
  border: 1px solid var(--danger-500);
}

.light-version .btp--portfolio-menu ul li span {
  color: var(--gray-800);
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.light-version .btp--blog-wrap2 .btp--blog-content {
  background-color: transparent !important;
}

.light-version .btp--blog-sidebar-item {
  backdrop-filter: inherit;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.light-version .btp--blog-sidebar-item h4 {
  color: var(--gray-800);
}

.light-version .btp--category ul li a {
  color: rgba(19, 17, 26, 0.8);
}

.light-version .btp--category ul li a:hover {
  color: var(--danger-500);
  opacity: 1;
}

.light-version .btp--blog-post-data h5,
.light-version .btp--blog-post-data p {
  color: var(--gray-800);
}

.light-version .btp--tags ul li a {
  background: rgba(38, 36, 44, 0.1);
  border-radius: 3px;
  color: rgba(19, 17, 26, 0.8);
}

.light-version .btp--tags ul li a:hover {
  opacity: 1;
  color: var(--gray-800);
  background-color: var(--danger-500);
}

.light-version .btp--blog-wrap.btp--blog-wrap2 a.btp--readmore-btn {
  color: var(--gray-800);
}

.light-version .btp--blog-wrap.btp--blog-wrap2 a.btp--readmore-btn span {
  transition: all 0.4s;
  background-color: rgba(19, 17, 26, 0.2);
}

.light-version .btp--blog-wrap.btp--blog-wrap2 a.btp--readmore-btn span:before {
  content: none;
}

.light-version .btp--blog-wrap.btp--blog-wrap2:hover a.btp--readmore-btn span {
  background-color: var(--danger-500);
}

.btp--single-blog .btp--breadcrumbs-data {
  max-width: 100%;
}

.btp--single-blog .btp--breadcrumbs-data p {
  margin-right: 120px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .btp--single-blog .btp--breadcrumbs-data p {
    margin-right: 40px;
  }
}

@media (max-width: 479px) {
  .btp--single-blog .btp--breadcrumbs-data p {
    margin: 0 0 20px;
  }
}

.btp--blog-meta ul li {
  margin-right: 20px;
  display: inline-block;
}

.btp--blog-meta ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
  display: flex;
}

.btp--blog-meta ul li a img {
  margin-right: 10px;
}

.btp--single-thumb {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .btp--single-thumb {
    margin-bottom: 40px;
  }
}

.btp--blockquote {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .btp--blockquote {
    margin: 30px 0;
  }
}

.btp--blockquote blockquote {
  background: rgba(90, 75, 124, 0.2);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  border: 1px solid #fff;
  font-weight: 400;
  letter-spacing: -0.5px;
  padding: 40px;
  position: relative;
  color: #fff;
  padding: 40px 40px 40px 130px;
}

@media (max-width: 767px) {
  .btp--blockquote blockquote {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .btp--blockquote blockquote {
    padding: 30px;
  }
}

.btp--blockquote-user {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.btp--blockquote-user-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}

.btp--blockquote-user-thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}

.btp--blockquote-user-data h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  font-family: Inter, sans-serif;
}

.btp--blockquote-user-data p {
  opacity: 0.4;
}

.btp--blockquote-icon {
  top: 45px;
  left: 40px;
  position: absolute;
}

@media (max-width: 575px) {
  .btp--blockquote-icon {
    top: 0;
    left: 0;
    margin-bottom: 20px;
    position: inherit;
  }
}

.btp--blockquote-icon img {
  margin: 0;
}

.btp--tags.btp--tags2 {
  margin-bottom: 74px;
}

@media (max-width: 767px) {
  .btp--tags.btp--tags2 {
    margin-bottom: 34px;
  }
}

.btp--tags.btp--tags2 h4 {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
}

.btp--post-navigation {
  flex: 0 0 50%;
  display: flex;
}

.btp--post-navigation-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .btp--post-navigation-wrap {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .btp--post-navigation-wrap {
    display: block;
  }
}

.btp--post-navigation:hover .btp--post-navigation-icon:before {
  opacity: 1;
}

.btp--post-navigation-icon {
  width: 60px;
  height: 55px;
  background: #26242c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  z-index: 0;
  position: relative;
}

.btp--post-navigation-icon img {
  margin: 0;
}

.btp--post-navigation-icon:before {
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  position: absolute;
  transition: all 0.4s;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--post-navigation-data p {
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 15px;
}

.btp--post-navigation-data span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 1199px) {
  .btp--post-navigation-data span {
    font-size: 20px;
    line-height: 24px;
  }
}

.btp--post-navigation.nav-previous {
  padding-right: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .btp--post-navigation.nav-previous {
    border: none;
    margin-bottom: 20px;
    padding: 0;
  }
}

.btp--post-navigation.nav-next {
  text-align: right;
  padding-left: 20px;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .btp--post-navigation.nav-next {
    padding: 0;
  }
}

.btp--post-navigation.nav-next .btp--post-navigation-icon {
  margin-left: 20px;
  margin-right: 0;
}

.btp--comment-wrap {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .btp--comment-wrap {
    margin-bottom: 40px;
  }
}

.btp--comment-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
}

.btp--comment-list {
  background: rgba(90, 75, 124, 0.2);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  padding: 30px;
}

.btp--comment-list li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.btp--comment-list li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.btp--comment-list li.children {
  padding-left: 100px;
}

@media (max-width: 991px) {
  .btp--comment-list li.children {
    padding-left: 0;
  }
}

.btp--comment-list li.children .btp--comment-author {
  width: 50px;
  height: 50px;
}

.btp--comment-body {
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .btp--comment-body {
    display: block;
  }
}

.btp--comment-body a.btp--comment-reply {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s;
}

.btp--comment-body a.btp--comment-reply:hover {
  color: #7d41ea;
}

.btp--comment-author {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 30px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .btp--comment-author {
    margin-bottom: 20px;
  }
}

.btp--comment-author img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}

.btp--comment-meta h5 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.btp--comment-meta span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}

.btp--comment-meta p {
  color: #fff;
  opacity: 0.8;
}

.btp--comment-respond-area h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
}

.btp--comment-respond-area p {
  color: #fff;
  opacity: 0.8;
}

.btp--comment-field {
  margin-bottom: 24px;
}

.dark-version .btp--blog-title h3 {
  color: #fff;
}

.dark-version .btp--single-blog-section h3,
.dark-version .btp--single-blog-section p {
  color: #fff;
}

.btp-contact-info {
  margin-top: 55px;
}

@media (max-width: 991px) {
  .btp-contact-info {
    margin-top: 30px;
  }
}

.btp-contact-info ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}

.btp-contact-info ul li:last-child {
  margin-bottom: 0;
}

.btp-contact-info ul li a {
  color: rgba(2, 2, 30, 0.8);
}

.btp-contact-info ul li a h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.btp-contact-info ul li a .btp-contact-info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: var(--warning-500);
}

.btp-contact-wrap {
  background: #fff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px;
}

@media (max-width: 991px) {
  .btp-contact-wrap {
    padding: 30px;
    margin-top: 30px;
  }
}

.btp-input-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--gray-800);
}

#map {
  width: 100%;
  height: 550px;
}

@media (max-width: 991px) {
  #map {
    height: 450px;
  }
}

@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}

.btp-center-btn {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .btp-center-btn {
    margin-top: 40px;
  }
}

.btp-default-content.contact-page {
  margin-right: 50px;
}
.btp-default-content.contact-page h2 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .btp-default-content.contact-page {
    margin-right: 0;
  }
}

.btp--contact-info h4 {
  font-family: Inter, sans-serif;
  margin-bottom: 40px;
}

.btp--contact-info ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
  line-height: 32px;
}

.btp--contact-info ul li:last-child {
  margin-bottom: 0;
}

.btp--contact-info ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #fff;
}

.btp--contact-info ul li a span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.btp--contact-info.btp--contact-info2 {
  margin-top: 60px;
  margin-right: 150px;
}

@media (max-width: 1300px) {
  .btp--contact-info.btp--contact-info2 {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .btp--contact-info.btp--contact-info2 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .btp--contact-info.btp--contact-info2 {
    margin-right: 0;
  }
}

.btp--contact-info.btp--contact-info2 ul li a span {
  top: 0;
}

.btp--contact-form {
  background: #211d2e;
  border-radius: 10px;
  padding: 40px;
}

@media (max-width: 991px) {
  .btp--contact-form {
    padding: 30px;
    margin-top: 40px;
  }
}

.btp--inner-section.bg-white {
  background: var(--gray-10);
}

.white-version {
  background-color: #fff;
}

.white-version .btp--contact-info h4 {
  color: #13111a;
}

.white-version .btp--contact-info ul li a {
  color: rgba(19, 17, 26, 0.8);
}

.white-version .btp--contact-info ul li a span {
  background: #2c04fe;
}

.white-version .btp--contact-form {
  background-color: #f6f5f6;
}

.white-version .btp--contact-form h3 {
  color: #13111a;
}

.white-version .btp--contact-form p {
  color: rgba(19, 17, 26, 0.8);
}

.white-version .btp--comment-field input,
.white-version .btp--comment-field textarea {
  color: #13111a;
  background: #fff;
  border: 1px solid #c4c4c4 !important;
  border-radius: 10px;
}

.white-version .btp--comment-field input::-webkit-input-placeholder,
.white-version .btp--comment-field textarea::-webkit-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.white-version .btp--comment-field input:-moz-placeholder,
.white-version .btp--comment-field textarea:-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.white-version .btp--comment-field input::-moz-placeholder,
.white-version .btp--comment-field textarea::-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.white-version .btp--comment-field input:-ms-input-placeholder,
.white-version .btp--comment-field textarea:-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.white-version .btp--comment-field input::-ms-input-placeholder,
.white-version .btp--comment-field textarea::-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}

.white-version .btp--comment-field input::placeholder,
.white-version .btp--comment-field textarea::placeholder {
  color: #13111a;
  opacity: 0.5;
}

.dark-version .btp--contact-form h3,
.dark-version .btp--contact-form p {
  color: #fff;
}

.dark-version .btp--comment-field input,
.dark-version .btp--comment-field textarea {
  color: #fff;
  background: #13111a;
}

.dark-version .btp--comment-field input::-webkit-input-placeholder,
.dark-version .btp--comment-field textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .btp--comment-field input:-moz-placeholder,
.dark-version .btp--comment-field textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .btp--comment-field input::-moz-placeholder,
.dark-version .btp--comment-field textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .btp--comment-field input:-ms-input-placeholder,
.dark-version .btp--comment-field textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .btp--comment-field input::-ms-input-placeholder,
.dark-version .btp--comment-field textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.dark-version .btp--comment-field input::placeholder,
.dark-version .btp--comment-field textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}

.btp--contact-column {
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .btp--contact-column {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .btp--contact-column {
    padding-bottom: 80px;
  }
}

.white-version .btp--iconbox-wrap5 {
  background: #fcfcfc;
  border: 1px solid #d9d9d9;
}

.white-version .btp--iconbox-wrap5 .btp--iconbox-thumb {
  background: #2c04fe;
}

.white-version .btp--iconbox-wrap5 .btp--iconbox-data h4 {
  color: #13111a;
}

.white-version .btp--iconbox-wrap5 .btp--iconbox-data p {
  color: rgba(19, 17, 26, 0.8);
}

.white-version .btp--iconbox-wrap5 .btp--iconbox-data a {
  color: #13111a;
}

.btp--faq-section.white-version {
  background-color: #f6f5f6;
}

.white-version .btp--accordion-one .accordion-item {
  border-bottom: 2px solid rgba(19, 17, 26, 0.2);
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btp-title {
  display: flex;
  justify-content: center;
  color: #ffc947;
  user-select: none;
  font-size: 35px;
  font-weight: 700;
  margin-top: 30px;
  text-shadow: 3px 3px #000;
}

.btp-preloader {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: var(--gray-800);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btp-spinner {
  display: flex;
  justify-content: center;
}

.btp-spinner svg {
  width: 50%;
  max-width: 5rem;
  animation: rotate 3.6s linear infinite;
}

circle {
  fill: none;
  stroke: #00b37e;
  stroke-width: 8px;
  stroke-dasharray: 300;
  animation: outline 2s cubic-bezier(0.77, 0, 0.18, 1) infinite;
}

@keyframes outline {
  0% {
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dashoffset: 300;
  }

  100% {
    stroke-dashoffset: 600;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(-1turn);
  }
}

.btp-career-card {
  padding: 29px;
  border-radius: 10px;
  margin-bottom: 24px;
  transition: all 0.4s;
  border: 1px solid rgba(19, 17, 26, 0.1);
}

.btp-career-card:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

.btp-career-time {
  padding: 20px 0 35px;
}

.btp-career-time ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btp-career-time ul li {
  font-size: 16px;
  margin-right: 18px;
  display: inline-block;
  color: var(--gray-800);
}

.btp-career-time ul li:last-child {
  margin-right: 0;
}

.btp-career-time ul li img {
  margin-right: 7px;
}

.btp-single-career-item {
  margin-bottom: 55px;
}

.btp-single-career-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .btp-single-career-item {
    margin-bottom: 30px;
  }
}

.btp-career-sidebar {
  top: 100px;
  padding: 40px;
  border-radius: 10px;
  position: sticky;
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}

.btp-career-sidebar h4 {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .btp-career-sidebar {
    padding: 30px;
    margin-top: 40px;
    position: static;
  }
}

.btp-career-time2 {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .btp-career-time2 {
    margin-bottom: 30px;
  }
}

.btp-career-time2 ul li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.btp-career-time2 ul li:last-child {
  margin-bottom: 0;
}

.btp-career-time2 ul li span {
  font-weight: 700;
  display: block;
  line-height: 1;
  color: var(--gray-800);
}

.btp-career-time2 ul li img {
  left: 0;
  top: 2px;
  position: absolute;
}

.btp-gallery-menu {
  text-align: center;
  max-width: 832px;
  margin: 0 auto 80px;
  border-bottom: 2px solid rgba(19, 17, 26, 0.1);
}

@media (max-width: 991px) {
  .btp-gallery-menu {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .btp-gallery-menu {
    margin-bottom: 30px;
    border: none;
  }
}

.btp-gallery-menu ul li {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  transition: all 0.4s;
  color: rgba(19, 17, 26, 0.8);
}

@media (max-width: 991px) {
  .btp-gallery-menu ul li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .btp-gallery-menu ul li {
    margin-bottom: 10px;
  }
}

.btp-gallery-menu ul li.active {
  color: var(--warning-500);
}

.btp-gallery-menu ul li.active:before {
  content: "";
  left: 0;
  opacity: 1;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
  position: absolute;
  background-color: var(--warning-500);
}

.btp-gallery-menu ul li:last-child {
  margin-right: 0;
}

.btp-gallery-wrap {
  margin-left: -24px;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  background-color: transparent;
  border: solid 1px #ffc107;
  color: #e6007a;
  transition:
    all 0.2s ease,
    border 1ms ease;
  will-change: transform;
  transform: scale(0.999);
}
.badge-light,
.badge-light[href],
.badge-light {
  color: white;
  background-color: transparent;
}
.badge-light:hover,
.badge-light:focus,
.badge-light[href]:hover,
.badge-light[href]:focus,
.badge-light:hover,
.badge-light:focus {
  background: #ffc107;
  color: black;
}

.btp-gallery-item {
  overflow: hidden;
  position: relative;
}
.btp-gallery-item2 {
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: #000;
  z-index: 0;
}
.btp-gallery-item2 img {
  position: absolute;
  object-fit: cover;
  z-index: -1;
}
.btp-gallery-item2 h2 {
  font-size: 4.2rem;
  line-height: 4rem;
}
.btp-gallery-item2 h2,
.btp-gallery-item2 p {
  color: #fff;
}
.btp-gallery-item.item2 {
  margin-bottom: 55px;
}
.community-cntr {
  z-index: 1;
}
@media (max-width: 991px) {
  .btp-gallery-item.item2 {
    margin-bottom: 30px;
  }
}

.btp-gallery-item.item2:before {
  content: none;
}

.btp-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.5;
}

.btp-gallery-item:hover .btp-gallery-data {
  opacity: 1;
  visibility: visible;
  left: 30px;
}

.btp-gallery-data {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.btp-gallery-data h4,
.btp-gallery-data h5 {
  margin: 0 0 8px;
}

.btp-gallery-data h4 a,
.btp-gallery-data h5 a {
  color: #fff;
}

.btp-gallery-data h5 {
  margin: 0 0 5px;
}

.btp-gallery-data p {
  color: #fff;
  opacity: 0.8;
}

.btp-gallery-data2 {
  margin-top: 30px;
  position: relative;
}

.btp-gallery-data2 h4 {
  margin: 0 0 5px;
}

.btp-gallery-data2 h4 a {
  color: var(--gray-800);
}

.btp-gallery-data2 p {
  margin: 0;
}

.btp-gallery-data2 a.btp-icon-btn {
  position: absolute;
  right: 0;
  top: 20px;
}

.btp-gallery-data2 a.btp-icon-btn img {
  width: auto;
}

.btp-grid-item.btp-grid-item-w2 {
  max-width: 100%;
}

.btp-portfolio-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .btp-portfolio-btn {
    margin-top: 20px;
  }
}

.btp-gallery-wrap3 {
  max-width: 1075px;
  margin: 0 auto;
}

.btp-gallery-thumb {
  margin-bottom: 25px;
}

.btp-gallery-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.btp-gallery-data3 h4 {
  margin-bottom: 10px;
}

.btp-gallery-data3 p {
  margin-bottom: 20px;
}

.border_bottom {
  padding-bottom: 50px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}

@media (max-width: 991px) {
  .border_bottom {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.btp-gallery-data4 {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .btp-gallery-data4 {
    margin-bottom: 35px;
  }
}

.btp-gallery-data4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btp-gallery-data4 ul li {
  color: var(--gray-800);
}

.btp-gallery-data4 ul li span {
  display: block;
  font-weight: 600;
}

@media (max-width: 600px) {
  .btp-gallery-data4 ul li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
}

.btp-gallery-data4 .btp-team-information ul {
  display: block;
}

.btp-portfolio-ratated-project {
  padding-top: 55px;
  border-top: 1px solid rgba(19, 17, 26, 0.1);
}

@media (max-width: 991px) {
  .btp-portfolio-ratated-project {
    padding-top: 35px;
  }
}

.btp-portfolio-ratated-project p {
  margin-right: 220px;
}

@media (max-width: 991px) {
  .btp-portfolio-ratated-project p {
    margin-right: 0;
  }
}

.btp-portfolio-ratated-project .btp-gallery-item {
  margin-left: 0;
}

.btp-portfolio-ratated-project .btp-gallery-data p {
  font-size: 14px;
}

.heolnT {
  position: relative;
  color: rgb(0, 0, 0);
  background: rgb(20, 241, 149);
  border-radius: 1rem;
}

.iHKlGS {
  position: relative;
  color: rgb(0, 0, 0);
  background: rgb(171, 102, 255);
  border-radius: 1rem;
}

.dSlzIj.btn {
  font-family: DSemi, monospace;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.25rem;
  font-size: 0.95rem;
  width: fit-content;
  background-color: black;
  border-radius: 1.5rem;
  padding: 0.625rem 1.3125rem;
  color: white;
  border: 1px solid transparent;
}
.btp-com-card h2 {
  font-size: clamp(2.25rem, 8vw, 3.5rem);
}

.build-content h3 {
  font-size: 40px;
  line-height: 52px;
}
.build-content p {
  font-size: 16px;
  line-height: 24px;
}
.build-content ul {
  padding-left: 20px;
}
.build-content ul li {
  list-style: disc;
}

.timeline {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px;
  color: white;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #27293d;
}

.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}

.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #4f537b;
}

.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.timeline .timeline-container .timeline-body {
  background: #27293d;
  border-radius: 3px;
  padding: 20px 20px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}

.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}

.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}

.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: #1d8cf8 !important;
}

.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
  background: #11cdef !important;
}

.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}

.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}

.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: #fd5d93 !important;
}

/* .brand-logo a img.light-version-logo {
    width: 50%;
} */
