*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: jetBrains;
  src: url(../fonts/JetBrainsMono-VariableFont_wght.ttf);
}

html {
  font-size: 62.5%;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
  background-color: #111316 !important;
}

.p-10 {
  padding: 0  !important;
}

.h-100vh {
  height: 100vh !important;
}

h3 {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 2px;
}

a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

a:hover, a:focus {
  color: #f2a900;
  text-decoration: none;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: jetBrains;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-color: #111316 !important;
  /* background-color: #111316 !important; */
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.h-100 {
  height: 100% !important;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

.shifty {
  margin-top: 90px;
  margin-left: 20px;
}

.particles-js-canvas-el {
  position: absolute !important;
  top: 0 !important;
  z-index: 1 !important;
  height: 572px !important;
}

.row-spacing {
  margin: 90px auto;
}

.btn-outline-tejon {
  border: 1px solid #f2a900;
  background: transparent;
  color: #f2a900;
  font-size: 16px;
}

.btn-outline-tejon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #f2a900 !important;
}

.mt-120 {
  margin-top: 120px;
}

@media (max-width: 992px) {
  .mt-120 {
    margin-top: 10px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .mb-90 {
    margin-bottom: 90px;
  }
}

.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subTitle {
  font-size: 15px !important;
  text-align: center !important;
}

.vtitle {
  color: #f2a900 !important;
}

.root #preloader-active .preloader {
  background-color: #111316;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.root #preloader-active .preloader .position-relative {
  position: relative !important;
}

.root #preloader-active .preloader .preloader-circle {
  width: 150px;
  height: 150px;
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-top-color: #f2a900;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 #23b50c;
  box-shadow: 0 1px 5px 0 #23b50c;
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.root #preloader-active .preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.root #header {
  z-index: 900 !important;
}

.root #header .navbar {
  width: 100%;
  height: 90px;
  background: transparent;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.root #header .navbar .logo-txt {
  display: block;
  font-size: 20px;
  color: #f2a900;
  margin-right: 1rem;
  line-height: 1 !important;
}

.root #header .navbar .logo-txt strong {
  font-family: jetBrains;
  font-weight: 900;
  font-size: 22px;
}

.root #header .header-section {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.root #header .header-section .header-hero {
  width: 100%;
  height: auto;
  padding: 25px 15px;
}

.root #header .header-section .header-hero .hero-title {
  text-transform: capitalize !important;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #f2a900;
}

.root #header .header-section .header-hero .hero-subtitle {
  color: #fff;
  font-size: 3rem;
  font-size: 14px;
  text-align: justify;
}

.root #header .header-section .header-hero-img {
  width: 100%;
  height: auto;
  margin-top: -70px;
  max-height: 600px;
  padding: 0px 10px;
}

@media (max-width: 992px) {
  .root #header .header-section .header-hero-img {
    margin-top: 0px;
  }
}

.root #header .header-section .header-hero-img img {
  width: 100%;
  height: 100%;
}

.root #header .header-section .floating-icons {
  position: absolute;
  top: 90px;
  width: 100%;
  height: 150vh;
  left: 0;
  right: 0;
  padding: 20px 20px;
}

@media (max-width: 992px) {
  .root #header .header-section .floating-icons {
    height: 143vh;
  }
}

.root #header .header-section .floating-icons .hero-img {
  width: 80px;
  height: 80px;
}

@media (max-width: 992px) {
  .root #header .header-section .floating-icons .hero-img {
    width: 40px;
    height: 40px;
  }
}

.root #header .header-section .floating-icons .float-1 {
  position: inherit;
  top: 40px;
  left: 70px;
  width: 80px;
  height: 90px;
  color: #f2a900;
}

@media (max-width: 992px) {
  .root #header .header-section .floating-icons .float-1 {
    top: 0;
  }
}

.root #header .header-section .floating-icons .float-2 {
  position: inherit;
  top: 60px;
  left: 47%;
  width: 80px;
  height: 90px;
  color: #f2a900;
}

@media (max-width: 992px) {
  .root #header .header-section .floating-icons .float-2 {
    top: 30px;
  }
}

.root #header .header-section .floating-icons .float-2 i {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.root #header .header-section .floating-icons .float-2 img {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.root #header .header-section .floating-icons .float-3 {
  position: inherit;
  top: 40px;
  right: 70px;
  width: 80px;
  height: 90px;
  color: #f2a900;
}

@media (max-width: 992px) {
  .root #header .header-section .floating-icons .float-3 {
    top: 0;
    right: 20px;
  }
}

.root #header .header-section .floating-icons .float-3 i {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.root #header .header-section .floating-icons .float-3 img {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.root #header .header-section .floating-icons .float-4 {
  position: inherit;
  top: 50%;
  left: 70px;
  width: 80px;
  height: 90px;
  color: #f2a900;
}

.root #header .header-section .floating-icons .float-5 {
  position: inherit;
  top: 38%;
  left: 47%;
  width: 80px;
  height: 90px;
  color: #f2a900;
}

.root #header .header-section .floating-icons .float-6 {
  position: inherit;
  top: 50%;
  right: 70px;
  width: 80px;
  height: 90px;
  color: #f2a900;
}

@media (max-width: 992px) {
  .root #header .header-section .floating-icons .float-6 {
    right: 20px;
  }
}

.root #header .header-section .floating-icons .float-6 i {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.root #header .header-section .floating-icons .float-6 img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.root #header .header-section .floating-icons i {
  color: #f2a900;
  font-size: 50px;
  opacity: 0.67;
  --animate-duration: 10s;
}

.root #header .header-section .floating-icons img {
  --animate-duration: 10s;
}

.root #aboutUs {
  padding: 30px;
}

.root #aboutUs .title-section {
  padding: 0;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: transparent;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
  height: auto;
  padding: 10rem 5rem 0rem 5rem;
  color: #f2a900;
  text-align: center;
}

.root #aboutUs .subtitle {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
}

.root #aboutUs .aboutus-card {
  color: #fff;
  width: 100%;
  opacity: 0.8;
  background-color: #20252c;
  padding: 41px 46px 36px 40px;
}

.root #aboutUs .aboutus-card .aboutus-card-icon {
  margin-top: -80px !important;
  width: 90px;
  height: 90px;
  margin-bottom: 27px;
  background-color: #2b313b;
  border-radius: 100%;
  color: #f2a900;
  padding: 5%;
}

.root #aboutUs .aboutus-card .aboutus-card-icon i {
  margin-left: 24% !important;
  margin-top: 23% !important;
  font-size: 40px;
}

.root #aboutUs .aboutus-card .aboutus-card-icon img {
  width: 60px;
  height: 60px;
}

.root #aboutUs .aboutus-card .aboutus-card-title {
  font-weight: bold;
  font-size: 24px;
}

.root #aboutUs .aboutus-card .aboutus-card-content {
  font-size: 16px;
  margin: 17px 0;
  color: #c3cdd3;
}

.root #aboutUs .aboutus-card .aboutus-card-link {
  font-size: 16px;
  color: #f2a900;
  text-decoration: none;
  font-weight: 500;
}

.root #aboutUs .aboutus-card:hover .aboutus-card-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.root #aboutUs .aboutus-desc-block-content .aboutus-desc-block-title {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .root #aboutUs .aboutus-desc-block-content .aboutus-desc-block-title {
    font-size: 17px;
  }
}

.root #aboutUs .aboutus-desc-block-content .aboutus-desc-block-text {
  font-size: 16px;
  line-height: 1.8;
  color: #a9b1b6;
}

.root #aboutUs .aboutus-desc-img {
  width: 100%;
  height: 400px;
}

.root #aboutUs .aboutus-desc-img img {
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.root #video-bg .videobg-spacing {
  height: 600px;
  position: relative;
  padding: 50px 0;
  z-index: 0;
  color: #fff;
  font-family: jetBrains;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .root #video-bg .videobg-spacing {
    min-height: 700px;
  }
}

.root #video-bg .videobg-spacing .vidvid {
  position: absolute;
  top: 100px;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.root #video-bg .videobg-spacing .vidvid #videobcg {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.root #video-bg .videobg-spacing .container {
  height: 600px !important;
  color: #fff;
}

.root #video-bg .videobg-spacing .container .btn-outline-play {
  width: 180px;
  height: 180px;
  margin-top: 170px;
  font-size: 100px;
  color: #fff;
  z-index: 5;
  text-align: center;
  background: transparent;
  border: 7px solid #fff;
}

.root #video-bg .imgbg .imgimgid {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

@media (max-width: 992px) {
  .root #video-bg .imgbg .imgimgid {
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.root #video-bg .imgbg .imgimgid img {
  width: 100% !important;
  height: 600px !important;
}

.root #btc-counter {
  width: 100%;
  height: auto;
  padding: 10%;
}

.root #btc-counter .btc-counter-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f2a900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0.8;
  background-color: #20252c;
  padding: 10px 20px;
}

.btnChartActive {
  background-color: #363636  !important;
  /* border-color: #f2a900 !important; */
  box-shadow:  0px 0px 10px #888888 !important;
  border-radius: 25px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 1s ease-in-out;
}
.btn-primary:hover{
  color: yellow !important;
}
.btnChartDeactive {
  background-color: #363636 !important;
  /* border-color: #d1aa50 !important; */

    border-radius: 25px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 1s ease-in-out;
}

.root #btc-counter .btc-counter-section .col h4 {
  text-align: center;
  margin-top: 20%;
  margin-bottom: 20%;
  font-size: 18px;
  font-weight: 600;
}

.root #btc-counter .btc-counter-section .col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.root #btc-counter .btc-counter-section .col-img img {
  margin-top: 10%;
  margin-bottom: 10%;
}

.root #btc-calc .well {
  opacity: 0.8;
  background-color: #20252c !important;
}

.root #btc-calc h2 {
  color: #fff !important;
}

.root #btc-calc label {
  color: #fff !important;
}

.root #btc-calc input {
  border: 1px solid #fb9200;
  background-color: #20252c !important;
}

.root #newsletter {
  background-color: #20252c;
}

.root #newsletter .newsletter-section {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10em 0;
}

.root #newsletter .newsletter-section .newsletter-header h2 {
  font-size: 3.4em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #f2a900;
  text-align: center;
  text-transform: capitalize;
}

.root #newsletter .newsletter-section .newsletter-header p {
  color: #c3cdd3;
  font-size: 1.14em;
  width: 30%;
  text-align: center;
  max-width: 410px;
  letter-spacing: 1.1px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992px) {
  .root #newsletter .newsletter-section .newsletter-header p {
    width: 90%;
  }
}

.root #newsletter .newsletter-section .newsletter-body .form-group {
  display: block;
  padding: 0 20%;
}

@media (max-width: 992px) {
  .root #newsletter .newsletter-section .newsletter-body .form-group {
    padding: 0;
  }
}

.root #newsletter .newsletter-section .newsletter-body .form-group label {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

.root #newsletter .newsletter-section .newsletter-body .form-group .input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .root #newsletter .newsletter-section .newsletter-body .form-group .input-group {
    display: block;
  }
}

.root #newsletter .newsletter-section .newsletter-body .form-group .input-group input {
  width: 40%;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #171a1f;
  padding: 1em 2em;
  height: 45px;
  display: block;
  border: 1px solid #545d63;
  padding-left: 2rem;
  color: #a9b1b6;
  font-size: 1.4rem;
  font-family: jetBrains;
}

@media (max-width: 992px) {
  .root #newsletter .newsletter-section .newsletter-body .form-group .input-group input {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    width: 100%;
  }
}

.root #newsletter .newsletter-section .newsletter-body .form-group .input-group input:focus {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}

.root #newsletter .newsletter-section .newsletter-body .form-group .input-group button {
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none;
  color: #fff;
  height: 45px;
  padding: 0px 25px;
  cursor: pointer;
  text-decoration: none;
  min-width: 200px;
  background-size: 230% 100%;
  background-color: transparent;
  background-image: linear-gradient(70deg, #fcb102, #b8891c, #b68512, #fcb000);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .root #newsletter .newsletter-section .newsletter-body .form-group .input-group button {
    width: 100%;
  }
}

.root #btc-countery {
  width: 100%;
  height: auto;
  padding: 2%;
}

.root #btc-countery .btc-counter-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f2a900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 20px;
}

.root #footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #111316;
  border-top: 1px solid #293139;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 100px 30px;
  width: 100%;
}

.root #footer a {
  cursor: pointer;
}

@media only screen and (max-width: 1090px) {
  .root #footer {
    padding-top: 0px;
    margin-top: 20px;
    padding-bottom: 50px;
    border-top: none;
  }
}

.root #footer .footer-section {
  width: 100% !important;
}

.root #footer .footer-logo {
  height: auto;
  max-height: 200px;
  /* padding: 10px 32%; */
  margin: 10px auto;
}

@media (max-width: 1030px) {
  .root #footer .footer-logo {
    padding: 10px 0% 10px 0%;
  }
}
.imgFooter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.root #footer .footer-logo img {
  width: 200px;
  height: 200px;
  max-height: 200px;
}

.root #footer .footer-title {
  width: 100%;
  margin: 10px auto;
  padding: 0 25%;
  text-align: center;
}

@media (max-width: 992px) {
  .root #footer .footer-title {
    padding: 10px 22%;
  }
}

.root #footer .footer-title .footer-logo-txt {
  font-size: 17px;
  color: #f2a900;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}

.root #footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.root #footer .social-icons .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.root #footer .social-icons .social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  margin-right: 10px;
}

.root #footer .social-icons .social-links a i {
  color: white;
  font-size: 15px;
}

.root #footer .social-icons .social-links a:hover i {
  color: #f2a900;
}

.root #footer .footer-terms-privacy {
  width: 100%;
  margin: 10px auto;
  padding: 0 25%;
  text-align: center;
}

@media (max-width: 992px) {
  .root #footer .footer-terms-privacy {
    padding: 10px 22%;
  }
}

.root #footer .footer-terms-privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 28px;
  margin-top: 70px;
}

.root #footer .footer-terms-privacy ul li:nth-child(1) a {
  border-right: 1px solid #a9b1b6;
  padding-right: 20px;
}

.root #footer .footer-terms-privacy ul li:nth-child(2) a {
  padding-left: 20px;
}

.root #footer .footer-copyright {
  margin-top: 20px;
  font-size: 14px;
  color: #a9b1b6;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

@media (max-width: 992px) {
  .root #footer .footer-copyright {
    padding: 10px 22%;
  }
}

.root #footer .footer-about .footer-subtitle,
.root #footer .footer-links .footer-subtitle {
  color: #a9b1b6;
  font-size: 15px;
}

.root #footer .footer-about .footer-subtitle a,
.root #footer .footer-links .footer-subtitle a {
  display: list-item !important;
  list-style-position: inside;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .root #footer .footer-about,
  .root #footer .footer-links {
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .root #footer .footer-links {
    margin-left: 90px;
  }
}

.root #footer a {
  color: #a9b1b6;
  font-size: 15px;
}

.root #footer a:hover {
  color: rgba(110, 111, 194, 0.973);
}

.root #back-to-top {
  background: #f2a900;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 10px 3px #6c6205;
          box-shadow: 0 0 10px 3px #6c6205;
}

.root #back-to-top .show:hover {
  color: #fff;
}

.root .new_header .shapes-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.root .new_header .shapes-wrapper .large-circle {
  position: absolute;
  left: 15%;
  top: 20px;
  opacity: 0.5;
}

.root .new_header .shapes-wrapper .small-triangle {
  position: absolute;
  left: 45%;
  top: 50px;
  opacity: 0.5;
}

.root .new_header .shapes-wrapper .large-circle-right {
  position: absolute;
  right: 15%;
  top: 20px;
  opacity: 0.9;
}
/*# sourceMappingURL=style.css.map */