* {
  box-sizing: border-box;
}

html {
  color: #000000;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  background: #201433;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

figure {
  margin: 0;
}

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

::-moz-selection {
  background: #ddd;
  text-shadow: none;
}

::selection {
  background: #ddd;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.button-main {
  max-width: 263px;
  width: 100%;
  height: 68px;
  border-radius: 34px;
  background: linear-gradient(90deg, #DE16FF 0%, #7101FF 100%);
  border: none;
  padding: 7px 8px;
  transition: background-color 1000ms linear;
  cursor: pointer;
}
.button-main div {
  border-radius: 34px;
  border: 3px solid #7DE1F8;
  background: rgba(222, 22, 255, 0);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-main div span {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
.button-main div span.not-hover {
  display: block;
}
.button-main div span.hover {
  display: none;
}
.button-main:hover {
  background: linear-gradient(90deg, #36A5E3 0%, #DE16FF 99.5%);
}
.button-main:hover .not-hover {
  display: none;
}
.button-main:hover .hover {
  display: block;
}

.container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.gradiant-text {
  background: linear-gradient(90deg, #C9AFFF 0%, #9747FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* nav */
.nav {
  position: absolute;
  width: 100%;
  padding: 50px 100px 20px;
  display: block;
  align-items: center;
  justify-content: space-between;
  display: flex;
  
}
@media (max-width: 1200px) {
  .nav {
    background: #fff;
    padding: 15px 20px;
    position: relative;
  }
}
.nav .content button {
  border-radius: 12px;
  border: 2px solid #E476FF;
  background: #423984;
  width: 113px;
  height: 35.066px;
  color: #fff;
  font-size: 12px;
  margin-left: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .nav .content button {
    max-width: 209px;
    width: 100%;
  }
}
.nav .content a {
  margin: 0 30px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.nav .content a:hover {
  color: #E476FF;
}
@media (max-width: 900px) {
  .nav .content {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .nav .content a {
    display: none;
  }
}
.nav .nav-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid #242424;
  border-left: 1px solid #464343;
  position: relative;
  border: none;
}
@media (max-width: 1200px) {
  .nav .nav-list-item {
    display: none;
  }
}
.nav .nav-list-item:hover {
  cursor: pointer;
}
.nav .nav-list-item small {
  font-size: 12px;
  color: #b9b9b9;
  text-transform: uppercase;
  margin-left: 10px;
}
.nav .nav-list-item .btn-lang {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 12px;
  min-width: 113px;
  height: 35.435px;
  text-align: center;
  padding: 12px;
  background: #010012;
  color: #fff;
}
.nav .nav-list-item .btn-lang small {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
.nav .nav-list-item .btn-lang .flag {
  margin: 0 10px 0 0;
}
.nav .nav-list-item .btn-lang img {
  margin-left: 10px;
}
.nav .nav-list-item .lang-list {
  position: absolute;
  background: #010012;
  width: 150px;
  z-index: 100;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
  top: 40px;
  right: 7px;
}
@media (max-width: 900px) {
  .nav .nav-list-item .lang-list {
    right: 0;
  }
}
.nav .nav-list-item .lang-list.active {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.nav .nav-list-item .lang-list li {
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex: 0 0 33%;
  cursor: pointer;
  justify-content: center;
}
.nav .nav-list-item .lang-list li a {
  display: flex;
  color: #fff;
}
.nav .nav-list-item .lang-list li span {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
}
.nav .nav-list-item .lang-list li.active {
  background: rgb(170, 73, 198) !important;
  background: linear-gradient(180deg, rgb(170, 73, 198) 0%, rgb(94, 18, 112) 100%) !important;
}

.bottom-nav {
  display: none;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .bottom-nav {
    display: flex;
  }
}
.bottom-nav a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 400px) {
  .bottom-nav a {
    font-size: 13px;
  }
}
.bottom-nav .nav-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  list-style: none;
  padding: 0;
  border-right: 1px solid #242424;
  border-left: 1px solid #464343;
  position: relative;
  border: none;
}
.bottom-nav .nav-list-item:hover {
  cursor: pointer;
}
.bottom-nav .nav-list-item small {
  font-size: 12px;
  color: #b9b9b9;
  text-transform: uppercase;
  margin-left: 10px;
}
.bottom-nav .nav-list-item .btn-lang {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 12px;
  min-width: 113px;
  height: 35.435px;
  text-align: center;
  padding: 12px;
  background: #010012;
  color: #fff;
}
.bottom-nav .nav-list-item .btn-lang small {
  margin-right: 5px !important;
}
.bottom-nav .nav-list-item .btn-lang .flag {
  margin: 0 10px 0 0;
}
.bottom-nav .nav-list-item .btn-lang img {
  margin-left: 10px;
}
.bottom-nav .nav-list-item .lang-list {
  position: absolute;
  background: #010012;
  width: 150px;
  z-index: 100;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
  top: 40px;
  right: 7px;
}
.bottom-nav .nav-list-item .lang-list.active {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.bottom-nav .nav-list-item .lang-list li {
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex: 0 0 33%;
  cursor: pointer;
  justify-content: center;
}
.bottom-nav .nav-list-item .lang-list li a {
  display: flex;
}
.bottom-nav .nav-list-item .lang-list li span {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
}
.bottom-nav .nav-list-item .lang-list li.active {
  background: rgb(170, 73, 198) !important;
  background: linear-gradient(180deg, rgb(170, 73, 198) 0%, rgb(94, 18, 112) 100%) !important;
}

.oncasi-footer {
  padding: 0 0 0;
}
.oncasi-footer > p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 30px 0;
}
.oncasi-footer .logos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .oncasi-footer .logos {
    padding: 0 15px 30px;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .oncasi-footer .logos {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
  }
}
.oncasi-footer .logos img {
  margin: 0 auto;
  max-width: 100px;
  width: 100%;
}
.oncasi-footer .logos img:last-child {
  max-width: 77px;
}
.oncasi-footer .footer-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0;
  background: #080808;
}
@media (max-width: 768px) {
  .oncasi-footer .footer-about {
    flex-direction: column;
    padding: 15px 15px 36px;
  }
}
.oncasi-footer .footer-about article {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .oncasi-footer .footer-about article {
    padding-left: 0;
  }
}
.oncasi-footer .footer-about article img {
  margin-right: 19px;
}
.oncasi-footer .footer-about article .crypto {
  width: 31px;
}
.oncasi-footer .footer-about article p {
  font-size: 12px;
  color: #888;
}
.oncasi-footer .footer-about article:nth-child(1) {
  width: 17%;
}
@media (max-width: 768px) {
  .oncasi-footer .footer-about article:nth-child(1) {
    order: 2;
    width: 100%;
  }
}
.oncasi-footer .footer-about article:nth-child(2) {
  width: 68%;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .oncasi-footer .footer-about article:nth-child(2) {
    order: 1;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.oncasi-footer .footer-about article:nth-child(3) {
  width: 15%;
}
@media (max-width: 768px) {
  .oncasi-footer .footer-about article:nth-child(3) {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}

/* register */
.register-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(6, 6, 6, 0.51);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  color: #fff;
  overflow-y: auto;
  display: none;
}
.register-container.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.register-container .register {
  max-width: 420px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  max-height: calc(100% - 40px); /* Adjust as needed */
  overflow-y: auto; /* or overflow-y: scroll; */
}
@media (max-width: 1000px) {
  .register-container .register {
    width: 100%;
    padding: 50px 0 10px;
  }
}
.register-container .register .register-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.register-container .register.active {
  opacity: 1;
  visibility: visible;
}
.register-container .register .register-form {
  background: #03001D;
  padding: 50px 35px 30px;
  border-radius: 22px;
  margin-bottom: 20px;
  position: relative;
}
.register-container .register .register-form h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.register-container .register .register-form > p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.register-container .register > button {
  border-radius: 20px;
  border: 4px solid #03001D;
  height: 63px;
  background: #03001D;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 30px 20px;
  margin-bottom: 10px;
}
.register-container .register > button:hover {
  background: #7E4AEC;
  border: 4px solid #000;
}
.register-container .register form {
  border-bottom: #25204C solid 1px;
  padding-bottom: 30px;
}
.register-container .register form .input-container {
  max-width: 354px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  background: #25214D;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.register-container .register form .input-container label {
  font-size: 12px;
  color: #909090;
  width: 60%;
}
@media (max-width: 390px) {
  .register-container .register form .input-container label {
    font-size: 10px;
  }
}
.register-container .register form .input-container img {
  margin-left: 15px;
}
@media (max-width: 345px) {
  .register-container .register form .input-container img {
    margin-left: -10px;
  }
}
.register-container .register form .input-container input {
  background: none;
  border: none;
  font-size: 12px;
  color: #fff;
  text-align: right;
  max-width: 170px;
}
@media (max-width: 390px) {
  .register-container .register form .input-container input:nth-child(2) {
    max-width: 110px;
  }
}
.register-container .register form p {
  font-size: 10px;
  margin: 20px 0;
}
.register-container .register form button {
  border-radius: 10px;
  background: #7E4AEC;
  max-width: 354px;
  width: 100%;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.register-container .register h6 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #707070;
  text-align: center;
  margin-top: 20px;
}
.register-container .register .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.register-container .register .socials a {
  margin: 0 5px;
}
.register-container .register h5 {
  margin: 60px auto 0;
  text-align: center;
  cursor: pointer;
}

.home {
  padding-bottom: 150px;
}
.home header {
  background: url(../../img/en/home/bg-header.png) top no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .home header {
    background: url(../../img/en/home/header-bg-mobile.png) top no-repeat;
    background-size: 100%;
    padding-top: 70%;
  }
}
.home .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home .header-content .para {
  width: 45%;
}
@media (max-width: 769px) {
  .home .header-content .para {
    width: 100%;
  }
}
.home .header-content .para > img {
  max-width: 456px;
  width: 100%;
}
@media (max-width: 768px) {
  .home .header-content .para > img {
    margin: 0 auto;
    display: block;
  }
}
.home .header-content .para h1 {
  color: #131313;
  font-size: 82px;
  font-weight: 700;
  line-height: 65px;
}
@media (max-width: 1300px) {
  .home .header-content .para h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .home .header-content .para h1 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    line-height: 68px;
  }
}
.home .header-content .para p {
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 54px;
}
@media (max-width: 1300px) {
  .home .header-content .para p {
    font-size: 14px;
    line-height: 16px;

  }
}
@media (max-width: 768px) {
  .home .header-content .para p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.home .header-content .para .socials {
  margin-bottom: 33px;
}
.home .header-content .para .socials img:first-child {
  margin-right: 23px;
}
@media (max-width: 768px) {
  .home .header-content .para .socials {
    margin-bottom: 0;
    display: none;
  }
}
.home .header-content .para .socials-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .home .header-content .para .socials-mobile {
    display: block;
    margin: 0 auto 25px;
  }
}
.home .header-content .para .socials-mobile img {
  max-width: 306px;
  width: 100%;
}
.home .header-content .para button {
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .home .header-content .para button {
    margin: 30px auto;
    display: block;
  }
}
.home .header-content .header-img {
  width: 55%;
}
.home .header-content .header-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .home .header-content .header-img {
    display: none;
  }
}
.home .header-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .home .header-footer {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.home .header-footer div img {
  max-width: 440px;
  width: 100%;
  cursor: pointer;
}
.home .header-footer div img:first-child {
  display: block;
}
.home .header-footer div img:last-of-type {
  display: none;
}
.home .header-footer div:hover img:first-child {
  display: none;
}
.home .header-footer div:hover img:last-of-type {
  display: block;
}
.home .header-footer div:hover h4 {
  color: #E476FF;
  font-size: 40px; /* Font size on hover */
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .home .header-footer div:hover h4 {
    font-size: 20px;
  }
}
@media (max-width: 336px) {
  .home .header-footer div:hover h4 {
    font-size: 16px;
  }
}
.home .header-footer div h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  height: 50px;
  transition: font-size 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .home .header-footer div h4 {
    font-size: 18px;
  }
}
@media (max-width: 336px) {
  .home .header-footer div h4 {
    font-size: 14px;
  }
}
.home .home-second-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 39px;
       column-gap: 39px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .home .home-second-content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.home .home-second-content > div {
  display: flex;
}
@media (max-width: 400px) {
  .home .home-second-content > div {
    align-items: flex-start;
  }
}
.home .home-second-content > div img {
  width: 149px;
  height: 154px;
  margin-right: 40px;
}
@media (max-width: 769px) {
  .home .home-second-content > div img {
    max-width: 98px;
    width: 100%;
    height: auto;
    margin-right: 20px;
  }
}
.home .home-second-content > div h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, #C9AFFF 0%, #9747FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 769px) {
  .home .home-second-content > div h3 {
    font-size: 18px;
  }
}
.home .home-second-content > div p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 769px) {
  .home .home-second-content > div p {
    font-size: 12px;
  }
}
.home .home-third-content div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 768px) {
  .home .home-third-content div {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.home .home-third-content div aside {
  padding: 15px;
}
@media (max-width: 768px) {
  .home .home-third-content div aside:nth-child(2) {
    margin-top: -100px;
  }
}
.home .home-third-content div aside img {
  width: 100%;
  cursor: pointer;
}
.home .home-third-content div aside img:first-child {
  display: block;
}
.home .home-third-content div aside img:last-of-type {
  display: none;
}
.home .home-third-content div aside:hover img:first-child {
  display: none;
}
.home .home-third-content div aside:hover img:last-of-type {
  display: block;
}
.home .home-third-content div > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .home .home-third-content div > img {
    display: none;
  }
}
.home .home-fourth-content > div {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div {
    padding: 25px 0;
  }
}
.home .home-fourth-content > div:nth-child(1) aside {
  width: 45%;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(1) aside {
    width: 100%;
    text-align: center;
  }
}
.home .home-fourth-content > div:nth-child(1) aside h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(1) aside h3 {
    font-size: 25px;
    line-height: 22px;
  }
}
.home .home-fourth-content > div:nth-child(1) aside p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(1) aside p {
    font-size: 12px;
  }
}
.home .home-fourth-content > div:nth-child(1) aside p span {
  color: #9747FF;
}
.home .home-fourth-content > div:nth-child(1) img {
  width: 55%;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(1) img {
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(1) {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(2) {
    flex-direction: column;
    width: 100%;
  }
}
.home .home-fourth-content > div:nth-child(2) aside {
  width: 50%;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(2) aside {
    width: 100%;
    text-align: center;
  }
}
.home .home-fourth-content > div:nth-child(2) aside h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(2) aside h3 {
    font-size: 25px;
    line-height: 22px;
  }
}
.home .home-fourth-content > div:nth-child(2) aside p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(2) aside p {
    font-size: 12px;
  }
}
.home .home-fourth-content > div:nth-child(2) aside p span {
  color: #9747FF;
}
.home .home-fourth-content > div:nth-child(2) img {
  width: 40%;
  margin-right: 80px;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(2) img {
    
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.home .home-fourth-content > div:nth-child(3) aside {
  width: 45%;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(3) aside {
    width: 100%;
    text-align: center;
  }
}
.home .home-fourth-content > div:nth-child(3) aside h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(3) aside h3 {
    font-size: 25px;
    line-height: 22px;
  }
}
.home .home-fourth-content > div:nth-child(3) aside p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(3) aside p {
    font-size: 12px;
  }
}
.home .home-fourth-content > div:nth-child(3) aside p span {
  color: #9747FF;
}
.home .home-fourth-content > div:nth-child(3) img {
  width: 55%;
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(3) img {
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home .home-fourth-content > div:nth-child(3) {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.home .home-fourth-content > div aside {
  width: 44%;
}
.home .home-fourth-content > div aside h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
.home .home-fourth-content > div aside p {
  font-size: 18px;
  color: #fff;
}
.home .home-fourth-content > div aside p span {
  color: #9747FF;
}
.home .home-fourth-content > div img {
  width: 56%;
}
.home .home-fourth-content > div button {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .home .home-fourth-content .hide-on-mobile {
    display: none;
  }
}
.home .home-fourth-content .hide-on-desktop {
  display: none;
}
@media (max-width: 768px) {
  .home .home-fourth-content .hide-on-desktop {
    display: flex;
  }

}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: transparent;
    padding: 10px 0;
    
    
}
.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 10s linear infinite;
}
.marquee-content img {
  margin: 0 20px;
  max-width: 100px;
  width: 100%;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}



@keyframes blink {
  0% { color: #1152cb; }
  50% { color: #ab40fc; }
  100% { color: #0ce6f5; }
}

.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.banner {
  border: 3px solid #6a11cb; /* Purple outline */
  padding: 20px;
  border-radius: 12px;
  max-width: 100%;
  width: 90%; /* Adjusts to fit inside ONCASI layout */
  text-align: center;
  box-sizing: border-box;
}
.banner h2 {
  font-size: 24px;
  margin-bottom: 10px;
  animation: blink 1.5s infinite alternate; /* Blinking animation */
}
.banner p {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}

@media (max-width: 768px) {
  .banner {
      width: 100%;
      padding: 15px;
  }
  .banner h2 {
      font-size: 20px;
  }
  .btn {
      font-size: 16px;
      padding: 10px 20px;
  }
}


/*# sourceMappingURL=main.css.map */