html {
  font-family: 'Sarabun';
}

h1 {
  font-family: "Quicksand";
  font-weight: 600;
  font-size: clamp(30px, 5vw, 50px);
  text-transform: uppercase;
}

h1 span {
  color: #CFD1E3;
  font-weight: 500;
}

h2 {
  font-family: 'Quicksand';
  font-size: 50px;
  font-weight: 600;
  margin-top: 0px;
  color: #463d65;
}

p {
  font-family: 'Sarabun';
  font-size: 21px;
  color: #616161;
}

header svg {
  width: 45px;
  fill: #a0a2b2;
  transition: all ease 200ms;
}

header a {
  display: inline-flex;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  font-family: 'Open Sans';
  margin: 0px 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

header a:hover {
  opacity: 1;

}

header a:hover svg {
  fill: #8a59ff;
}

header a.trading-view svg {
  width: 50px
}

header a.youtube svg {
  width: 45px;
}

.content h2 {
  margin: 0px;
}

.content p {
  margin: 0px;
  padding: 0px;
  font-size: clamp(17px, 2vw, 21px);
}

img {
  width: 100%;
  height: auto;
}

.button {
  margin-top: 60px
}

.button a {
  font-family: 'Sarabun';
  display: block;
  font-size: 19px;
  width: 300px;
  text-align: center;
  background-color: #8a59ff;
  padding: 20px 0px;
  font-weight: 600;
  color: #ffffff;
}

.button a {
  background: linear-gradient(270deg, #8a59ff, #8a59ff);
  background-size: 200% 200%;
  transition: all 300ms ease;
  background-position: 80% 50%;
}

.button a:hover {
  background-position: 0% 50%;
}



header {
  background-color: hsl(217deg 26% 15% / 0%);
  color: white;
  /* padding: 5px 200px; */
  position: absolute;
  width: 100%;
  z-index: 1;
  /* background-color: #151530; */
}

header.alternate {
  position: relative;
  background-color: #152238;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

header img {
  width: 40px;
  width: clamp(30px, 5vw, 60px);
  margin: 10px 0px;
}

header .row {
  display: flex;
  align-items: center;
}

header .header-col {
  display: flex;
  align-items: center;
  width: 100%;
}

header ul {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

header ul li {
  cursor: pointer;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  list-style-type: none;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  margin-right: 0px;
  padding: 0px 15px;
}

header ul li a {
  color: #ffffff;
  opacity: .7;
}

header ul li:hover a,
header ul .current a {
  color: #8a59ff;
}

header ul li:last-child {
  margin-right: 0px;
}

header .logo-section {
  display: flex;
  align-items: center;
}

img.logo-icon {
  width: clamp(25px, 4.1vw, 60px);
}

img.logo-text {
  width: clamp(250px, 24vw, 350px);
}

.logo-section img {
  margin-right: 10px;
}

.jumbotron .content p {
  color: #cfd1e3;
}

.content-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*---------front page-----------*/
.jumbotron h2 {
  font-family: 'Quicksand';
  font-size: 60px;
  font-size: 3.65vw;
  font-size: clamp(40px, 3.65vw, 55px);
  margin-bottom: 40px;
  font-weight: 600;
  color: #ffffff;
}

.jumbotron {
  position: relative;
  display: flex;
  align-items: center;
  background: #130F23;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
}

.jumbotron img {
  width: 125px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-size: cover;
  filter: blur(3px);
}

.jumbotron .content {
  margin: 300px 0px;
  margin-bottom: 500px;
  position: relative;
  width: 100%;
  /* text-align: center; */
  justify-content: center;
  /* max-width: 800px; */
}

.jumbotron .content h1,
.jumbotron .content p,
.jumbotron .content img {
  position: relative;
}

.jumbotron .content::before {
  opacity: 0;
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(SVG/circle-glow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0px;
  transform: scale(3);
}

.background-chart-curve {
  position: absolute;
  width: 100%;
  min-width: 2000px;
  bottom: -4vw;
}

.background-chart-curve img {
  width: 100%;
  max-width: 100%;
}

/*-----call to action-----*/
.row.call-to-action {
  display: flex;
}

.call-to-action .background-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
}

.call-to-action .content-side {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.call-to-action .content-side .content {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.call-to-action .content span {
  display: block;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}

.form-row input {
  font-family: "Sarabun";
  color: #444444;
  font-size: 17px;
  padding: 15px;
  width: 280px;
  border-style: none;
  background-color: #e7e8ef;
  transition: all 300ms ease;
  border-radius: 10px;
}

.form-row input:hover {
  background-color: #ffffff;
}

.form-row button {
  width: 140px;
  background-color: #8a59ff;
  color: #ffffff;
  border-style: none;
  border-radius: 10px;
  font-family: "Sarabun";
  font-weight: 500;
  font-size: 15px;
}

.form-row button:disabled {
  opacity: .7;
}

p.sub-text {
  font-size: 16px;
  color: #a0a2b2;
}

/*--------------------------meet tonia banner--------------------------*/

.default-banner.meet-tonia-banner {
  padding: 300px 0px;
}

.meet-tonia-banner .content {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding-left: 30px;
}

.meet-tonia-banner h3 {
  margin: 0px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #a0a2b2;
}

.meet-tonia-banner .blurred-img {
  overflow: hidden;
  filter: drop-shadow(0px 4px 52px rgb(37 41 152 / 31%));
  border-radius: 18px;
}

.meet-tonia-banner .row {
  display: flex;
}

.social-icon-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}



.content-col {
  display: inline-block;
}

.content-col p {
  width: 0px;
  min-width: 100%;
}

.banner-default {
  background-color: rgb(244, 244, 244);
  position: relative;
  overflow: hidden;
}

.social-icon-row svg {
  width: 60px;
  fill: #a0a2b2
}

.social-icon-row a {
  display: inline-flex;
  color: #ffffff;
  opacity: .4;
  font-size: 16px;
  font-family: 'Open Sans';
  margin: 0px 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.social-icon-row a:hover {
  opacity: 1;
}

a.trading-view svg {
  width: 70px
}

a.youtube svg {
  width: 65px;
}

.row.call-to-action {
  position: relative;
  overflow: hidden;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 400px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 52px 1px rgba(84, 21, 219, .22);
}

.row.call-to-action>div {
  padding: 0px;
}

/*-------------------------------------*/

/*-----------------------modal content------------------------*/

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000000;
  visibility: hidden;
  transition: all 500ms ease;
  opacity: 0;
  cursor: pointer;
 
}

.modal.show-modal {
  visibility: visible;
  opacity: 1;
}

.modal .modal-content {
  color: #ffffff;
}

.modal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.modal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: relative;
  display: block;
  cursor: initial;
  max-width: 1700px;
  width: calc(100% - 100px);
}

.modal-content i.las.la-times {
  position: absolute;
  right: 0px;
  top: -50px;
  font-size: 50px;
  cursor: pointer;
  transition: all 300ms ease;
}

.modal-content i.las.la-times:hover {
  color: #6F94FF;
}

/*---------------------------------------forms custom select--------------------------------*/
.form-group {
  position: relative;
  padding: 10px;
}

.form-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: gray !important;
}

.form .dropdown {
  position: relative;
}

.form .dropdown-select {
  position: relative;
  font-family: "Sarabun";
  color: #444444;
  font-size: 17px;
  padding: 15px;
  border-style: none;
  background-color: #E5E5E5;
  transition: all 300ms ease;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-select {
  position: relative;
  width: 400px;
  max-width: 100%;
  font-size: 1.15rem;
  color: #444444;
  /* margin-top: 3rem; */
}

.select-button {
  width: 100%;
  background-color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: "Sarabun";
  color: #444444;
  font-size: 17px;
  padding: 15px;
  border-style: none;
  background-color: #e7e8ef;
  transition: all 300ms ease;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.custom-select.active .select-button {
  background-color: #ffffff;
  outline: none;
  outline: solid;
  outline-color: rgba(138, 89, 255, .43);
  outline-width: 4px;
  background-color: #ffffff;
}

.selected-value {
  text-align: left;
  color: #444444 !important;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #84858b;
  transition: transform ease-in-out 0.3s;
}
.input .custom-select label {
  color: gray;
  font-size: 14px;
}
.input .custom-select .select-dropdown label {
  color: #444444 ;
}
.input .custom-select .select-button span {
  color: #444444 ;
}

.select-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

.select-dropdown:focus-within {
  
  box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 15px;
}

.select-dropdown li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* interactivity */

.custom-select.active .arrow {
  transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}


/*---------------------------------------audio download modal-----------------------------*/

form label {
  display: block;
}

.audio-download-modal .row {
  display: flex;
  margin: 0px;
}

.audio-download-modal form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.audio-download-modal .logo-icon {
  width: 100px;
}

.audio-download-modal .row>div:first-child {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: #1d153b;
}

.audio-download-modal .section-heading {
  font-family: "Sarabun";
  font-size: 45px;
  font-size: clamp()
}

.audio-download-modal p {
  font-family: "Sarabun";
  color: #ffffff;
  max-width: 500px;
}

.audio-download-modal .row>div:nth-child(2) {
  background-color: #ffffff;
  padding: 180px 40px;
}

form .input {
  position: relative;
  width: calc(50% - 15px);
  /* z-index: 9999999; */
}

form .input.input-full {
  width: 100%;
}

input::before {}



.input select:focus {
  outline: none;
}

.input.check-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
 
.input label,
.input span {
  color: gray;
}

.input input,
.input .form-group {
  font-family: "Sarabun";
  color: #444444;
  font-size: 17px;
  padding: 15px;
  width: 100%;
  border-style: none;
  background-color: #e7e8ef;
  transition: all 300ms ease;
  border-radius: 10px;
}

.input .form-group select {
  background-color: transparent;
  border-style: none;
  width: 100%;
}

.input input[type=checkbox] {
  width: initial;
}

input:focus,
.form-group:focus-within,
input:hover {
  outline: none;
  outline: solid;
  outline-color: rgba(138, 89, 255, .43);
  outline-width: 4px;
  background-color: #ffffff;
}

.download-with-music {
  display: flex;
  width: 100%;
}

.download-with-music .input {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}

.download-with-music .input:first-child {
  border-right: solid;
  border-color: #cacaca;
  border-width: 1px;
}

.download-with-music .input:nth-child(2) {
  border-left: solid;
  border-color: #cacaca;
  border-width: 1px;
}

.download-with-music .input.submit {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: center;
}

.download-with-music .input label {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  font-size: 17px;
}

.download-with-music .input .radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-radius: 100%;
  border-color: #cacaca;
}

.download-with-music .input .radio:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 0;
  background-color: #8a59ff;
}

.download-with-music input:checked~label .radio {
  border-color: #8a59ff;
}

.download-with-music input:checked~label .radio:after {
  opacity: 1;
}


.download-with-music .input input[type=radio] {
  visibility: hidden;
  height: 0px;
}

.download-with-music label {
  cursor: pointer;
}

.download-with-music .input svg {
  width: 80px;
}

.download-with-music .input svg .cls-2 {
  fill: #d7d7d7;
}

.download-with-music input:checked~label svg .cls-2 {
  fill: #8a59ff;
}

.download-with-music i {
  font-size: 40px;
}

.submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 50px;
  background-color: #8a59ff;
  transition: all 300ms ease;
  border-style: none;
  border-radius: 10px;
  font-family: "Sarabun";
  font-weight: 500;
  font-size: 15px;
}

.submit button span {
  color: #ffffff;
  
}

.submit button .loader {
  display: none;
}

.submit button.loading span {
  display: none;
}
.submit button.loading .loader {
  display: inline-block;
}

.submit button:hover {
  background-color: #9e75ff;
}

.submit button:disabled {
  opacity: .7;
  background-color: #8a59ff;
}


/*-------------------------------------footer--------------------------------*/

footer {
  padding: 200px 0px;
  background-color: rgb(21 21 48);
}

footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer .logo-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .row>div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 20px;
}

.footer-logo-icon {
  max-width: 80px;
}

.footer-logo-text {
  opacity: .5;
  color: #ffffff;
  font-family: "Quicksand";
  font-weight: 600;
  font-size: clamp(30px, 5vw, 50px);
  text-transform: uppercase;
}

.footer-logo-text span {
  color: #CFD1E3;
  font-weight: 500;
}



@media(max-width: 1279px) {
  h2 {
    font-size: 40px;
  }

  /*-----------------------modal content------------------------*/

  .modal {
    display: flex;
    align-items: flex-start;
    padding: 100px 20px;
    overflow-y: scroll;
  }

  /*---------------------------------------audio download modal-----------------------------*/
  .audio-download-modal .row>div:first-child {
    padding: 100px 20px;
  }

  .audio-download-modal .row>div:last-child {
    padding: 100px 40px;
  }

  form label {
    display: block;
  }

  .audio-download-modal .row>div {
    width: 100%;
  }

  .audio-download-modal .row {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0px;
  }

  .modal-content {
    display: flex;
    width: 800px;
  }
}

@media(max-width: 1199px) {}

@media(max-width: 991px) {
  
  h2 {
    font-size: 35px;
  }

  header ul {
    display: none;
  }

  header .logo-section {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
  }

  img.logo-icon {
    width: 60px;
  }
  
  img.logo-text {
    width: 350px;
  }
  .call-to-action .photo-side {
    display: none;
  }

  .default-banner.meet-tonia-banner {
    padding: 200px 0px;
  }

  .meet-tonia-banner .row {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }

  .meet-tonia-banner .blurred-img {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media(max-width: 767px) {
  .jumbotron .content {
  margin: 200px 0px;
  margin-bottom: 300px;
  position: relative;
  width: 100%;
    text-align: center;
  
}

  .default-banner.meet-tonia-banner {
    padding: 100px 0px;
  }

  img.logo-icon {
    width: 51px;
  }

  img.logo-text {
    width: 300px;
  }

  /*---------------------------------------audio download modal-----------------------------*/
  form .input {
    width: 100%;
  }

  img.logo-icon {
    width: 51px;
  }

  img.logo-text {
    width: 300px;
  }
}

@media(max-width: 600px) {
  .form-row {
    display: flex;
    flex-flow: column;
  }

  .form-row input {
    width: 100%;
  }

  .form-row button {
    width: 100%;
    padding: 15px;
  }
}

@media(max-width: 500px) {
  .jumbotron .content {
    margin: 150px 0px;
    margin-bottom: 290px;
  }
}