body {
  font-family: "Michroma", system-ui, sans-serif;
  background: #F3F7FA;
  font-size: 15px;
  color: #222;
}

#menu1 {
  background: #084c61;
  text-align: left;
  margin: 0 auto;
  padding: 18px 0 10px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 12px rgba(26, 34, 56, 0.08);
}

.Arctivy-logo {
  float: left;
  width: auto;
  font-size: 2rem;
  font-family: "Michroma", system-ui, sans-serif;
  /* changed font family */
  color: #e0e0e0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.Arctivy-logo a {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-family: "Michroma", system-ui, sans-serif;
  /* changed font family */
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.Arctivy-trnading-area .item p {
  color: #1A2238;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  text-align: left;
  min-height: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.Arctivy-trnading-area .item h3 {
  color: #DB504A;
  letter-spacing: 1.2px;
  font-weight: 800;
  font-size: 22px;
  font-family: "Tagesschrift", system-ui;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.Arctivy-trnading-area .item span {
  color: #1A2238;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.Arctivy-trnading-area .item {
  text-align: left;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26, 34, 56, 0.06);
  padding: 18px 12px;
}

.Arctivy-trnading-area .owl-carousel .owl-item img {
  object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  border: 2px solid #9A348E;
}

.Arctivy-product-section-area {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 32px 18px;
  box-shadow: 0 2px 10px rgba(26, 34, 56, 0.10);
  border-radius: 16px;
  border-left: 5px solid #DB504A;
}

/****menu****/

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: #e0e0e0;
  border-radius: 0 0 12px 12px;
}

.dgnav {
  padding: 0;
  margin: 0;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.menu * {
  margin: 0;
  padding: 0
}

ul.menu a {
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #eeeeee;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 0;
  margin: 0 18px;
  display: block;
  transition: all 0.3s;
  position: relative;
  border-bottom: 2px solid transparent;
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 4px solid #ffffff;
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: #1A2238;
  display: block;
  line-height: normal;
  font-weight: 500;
}

ul.menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none;
  width: 180px;
  background: #9A348E;
  border-radius: 0 0 8px 8px;
}

ul.menu ul li {
  font-family: "Manrope", sans-serif;
  position: relative;
  margin: 0;
  float: none;
  font-size: 15px;
  padding: 0;
  text-align: left;
  font-weight: 400;
}

ul.menu li:last-child a {
  margin-right: 0;
}

ul.menu ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff !important;
  border: none;
  border-radius: 0;
  transition: background 0.3s, color 0.3s;
}

ul.menu ul li a:hover {
  background: #1A2238;
  color: #fff;
}

ul.menu ul ul {
  top: 0;
  left: 100%;
}

ul.menu .menulink {}

ul.menu .menulink:hover,
ul.menu .menuhover {
  color: #9A348E;
  text-decoration: none;
}

.fixed ul.menu a {
  color: #fff;
}

.fixed ul.menu a:hover {
  color: #9A348E;
}

.Arctivy-menu-area {
  width: auto;
  float: right;
  margin: 0 auto;
  display: inline-block;
}



.copyright-area img {
  float: right;
}


.copy-text {
  padding: 0;
  float: left;
  width: 100%;
}

.author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.free-text a {
  color: #fff;
  text-decoration: none;
}

.free-text a:hover {
  text-decoration: none;
  color: #fff;
}

.Arctivy-innerpage-banner {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 87px;
}

.Arctivy-innerpage-banner img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.Arctivy-innerpage-text h2 {
  width: 70%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  font-family: "Manrope", sans-serif;
  margin-top: 0;
}

.Arctivy-innerpage-text {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}

.Arctivy-innerpage-contant {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
}

.Arctivy-innerpage-contant p {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #0a879a;
  ;
  line-height: 26px;
}

.Arctivy-innerpage-contant h2 {
  font-size: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #0a879a;
  ;
  padding-bottom: 10px;
}

.Arctivy-innerpage-contant h3 {
  font-size: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #0a879a;
  ;
  padding-bottom: 10px;
}


.free-text a {
  color: #fff;
  text-decoration: none;
}

.free-text a:hover {
  text-decoration: none;
  color: #fff;
}

.input-text {
  border-radius: 0;
  resize: none;
  background: transparent;
}

.get-in-touch {
  padding-top: 74px;
}

.get-in-touch label {
  color: #010938;
}


.Arctivy-testimonial-page-img img {
  width: 100%;
}

.Arctivy-testimonial-page-text h3 {
  margin-top: 0;
  font-size: 24px;
  padding-bottom: 0px;
}

.Arctivy-testimonial-margin {
  margin: 20px 0 10px;
  background: rgba(213, 213, 213, 0.8);
  padding: 17px 0 10px;
}

.Arctivy-testimonial-page-text .author-text h4 {
  margin-top: 15px;
  color: #f9495f;
  font-size: 14px;
}

.Arctivy-testimonial-page-text .author-text p {
  font-size: 12px;
}

.Arctivy-trnading-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
}

.Arctivy-trnading-area h2 {
  color: #010938;
  font-weight: 700;
  font-size: 40px;
  font-family: "Tagesschrift", system-ui;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
}

.Arctivy-trnading-area h2 span {
  color: #C41F33;
}


::-webkit-scrollbar-thumb {
  background: #9A348E;
}

::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.Arctivy-inner-page-header .container {
  text-align: center;
  top: 70%;
}

.Arctivy-welcome-area-reverce-p {
  color: #000000;
}

.Arctivy-inner-page-header h2 {
  text-align: left;
  max-width: 100%;
}

.Arctivy-inner-page-main-text {
  padding: 50px 0;
}

.Arctivy-inner-page-main-text h2 {
  margin-top: 0;
}

.Arctivy-inner-page-main-text h3 {
  font-size: 24px;
  padding-top: 3px;
  font-family: "Tagesschrift", system-ui;
  font-weight: 700;
  margin: 24px 0;
}

.Arctivy-inner-page-header {
  width: 100%;
  display: inline-block;
  background: #010938;
  position: relative;
}

.Arctivy-inner-page-header img {
  width: 100%;
}

.Arctivy-inner-page-header h2 {
  font-family: "Tagesschrift", system-ui;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
}

.Arctivy-banner-text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}

.Arctivy-banner-text a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border: 1px solid #010938;
  background: #010938;
  padding: 10px 25px;
  margin: 25px 0 0;
  display: inline-block;
  float: left;
  text-decoration: none;
}

.Arctivy-banner-text a:hover,
.Arctivy-banner-text a:focus {
  background: #fff;
  text-decoration: none;
  color: #010938;
  border: 1px solid #fff;
}

.Arctivy-about-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: #fff;
}

.Arctivy-about-area img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 10px;
}

.Arctivy-about-area p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #010938;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}

.Arctivy-about-area h2 {
  font-size: 36px;
  padding-top: 0;
  font-family: "Tagesschrift", system-ui;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 503px;
  line-height: 50px;
  color: #010938;
  margin-top: -11px;
}

.Arctivy-about-area.inner-page-main-text h2 {
  margin-bottom: 20px;
}

.Arctivy-about-area.inner-page-main-text {
  padding: 80px 0;
}

.Arctivy-about-area.inner-page-main-text h2 {
  margin-bottom: 20px;
  max-width: 100%;
}

.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}




.Arctivy-welcome-area img {
  width: 100%;
  border: none;
  padding: 0;
  object-position: center;
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}

.Arctivy-welcome-area h2 {
  max-width: 100%;
  color: #010938;
}

.Arctivy-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
}

.Arctivy-welcome-area .row {
  display: flex;
  align-items: center;
}

.Arctivy-welcome-text h2 {
  color: #010938;
  font-weight: 700;
  font-size: 30px;
  font-family: "Tagesschrift", system-ui;
  margin-bottom: 30px;
  line-height: 40px;
  margin-top: 10px;
}

.Arctivy-welcome-text h2 span {
  font-size: 36px;
  display: block;
}

.Arctivy-welcome-text p {
  color: #ececec;
  font-weight: 400;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.Arctivy-welcome-text a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border: 1px solid #f3c20e;
  background: #f3c20e;
  padding: 10px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
}

.Arctivy-welcome-text a:hover {
  background: #bfa004;
  border: 1px solid #bfa004;
}

.Arctivy-welcome-text h3 {
  color: #010938;
  font-weight: 700;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
}

.Arctivy-welcome-text ol {
  padding: 0 0 0 20px;
  margin: 0;
}

.Arctivy-welcome-text li {
  color: #010938;
  font-weight: 400;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  list-style: disc;
}

.Arctivy-welcome-text img {
  width: auto;
  margin-right: 15px;
}


.Arctivy-logo a {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-family: "Michroma", system-ui, sans-serif;
  /* changed font family */
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.Arctivy-logo a:hover,
.Arctivy-logo a:focus {
  text-decoration: underline;

}

.Arctivy-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}


.Arctivy-faq-area {
  width: 100%;
  display: flex;
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.07);
}

.Arctivy-faq-area h2 {
  font-family: "Tagesschrift", system-ui;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #010938;
}

.Arctivy-conract-faq-section .colleps-text {
  padding-bottom: 30px;
  padding-left: 0;
}

.Arctivy-faq-area p,
.Arctivy-conract-faq-section p {
  color: #010938;
  font-size: 16px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.Arctivy-faq-area .collapse {
  padding: 0;
}

.Arctivy-faq-area .collapsing {
  padding: 0;
}

.Arctivy-colleps-text {
  padding: 20px;
}

.Arctivy-faq-area .btn {
  color: #010938;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  border: none;
  text-wrap: wrap;
  text-align: left;
  box-shadow: none !important;
  border: 0.5px solid #e92019;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.Arctivy-faq-area .btn,
.Arctivy-conract-faq-section .btn,
.Arctivy-details-tab-area1 .btn {
  background: url(../images/faq-down.svg);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}

.Arctivy-faq-area .btn[aria-expanded="false"] {
  background: url(../images/faq-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.Arctivy-faq-area .btn[aria-expanded="true"] {
  background: url(../images/faq-close.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.Arctivy-faq-area .collapse.show,
.Arctivy-faq-area .collapsing {
  border: 0.5px solid #db504a;
  border-radius: 0 0 10px 10px;
  border-top: none;
}

.Arctivy-faq-area .collapse h3,
.Arctivy-faq-area .collapsing h3 {
  color: #010938;
  font-size: 16px;
  line-height: 24px;
  font-family: "Tagesschrift", system-ui;
  font-weight: 700;
  margin: 10px 0;
}

.Arctivy-faq-area .collapse ol li,
.Arctivy-faq-area .collapsing ol li {
  color: #010938;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  font-family: "Tagesschrift", system-ui;
  font-weight: 700;
}

.Arctivy-logo-area {
  display: flex;
  align-items: center;
}

.Arctivy-colleps-text a {
  color: #010938;
  text-decoration: none;
}

.footer-menu {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #fff;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-menu ul li {
  padding: 6px 0;
  display: block;
}

.footer-menu ul li a {
  padding: 0 18px;
  display: block;
  font-family: "Manrope", sans-serif;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.2px;
  transition: color 0.3s;
}

.footer-menu ul li:last-child a {
  border-right: none;
}

.footer-menu ul li a:hover {
  color: #b9b9b9;
}

.copy-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  padding: 24px 0 0;
}

footer {
  background: #084c61;
  width: 100%;
  display: flex;
  padding: 50px 0 30px 0;
  flex-direction: column;
  border-top: 6px solid #F3F7FA;
}

.Arctivy-inner-page-header1 img {
  height: 496px;
  object-fit: cover;
  opacity: 0.7;
}

.Arctivy-inner-page-header1 h2 {
  margin-bottom: 0;
}

.Arctivy-inner-details-section {
  width: 100%;
  display: flex;
  padding: 100px 0;
}

.Arctivy-inner-details-section h2 {
  color: #010938;
  font-weight: 700;
  font-size: 40px;
  font-family: "Tagesschrift", system-ui;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}

.Arctivy-inner-details-section p {
  color: #010938;
  font-weight: 300;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.Arctivy-inner-details-section h3 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  font-family: "Tagesschrift", system-ui;
  margin-bottom: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: capitalize;
}




.Arctivy-send-text label {
  color: #010938;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Tagesschrift", system-ui;
}


.Arctivy-contact-contant {
  width: 100%;
  display: inline-block;
  padding: 50px 0 80px 0;
}

.Arctivy-contact-contant p {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #010938;
  line-height: 26px;
}

.Arctivy-contact-contant a {
  color: #010938;
  text-decoration: none;
}

.Arctivy-send-free {
  width: 100%;
  border: none;
  border-radius: 30px;
  font-family: "Tagesschrift", system-ui;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  color: #fff;
  background: #f3c20e;
  transition: 0.3s;
  text-align: center;
}

.Arctivy-send-free:hover {
  background: #c0a404;
  color: #fff;
}

.input-text,
.input-text:focus {
  border-radius: 30px;
  resize: none;
  border: 1px solid #010938 !important;
  background: transparent !important;
  height: 55px;
  padding: 10px 25px;
}

.input-text-msg:focus {
  height: 150px;
}

.input-text-msg {
  height: 150px;
}

.get-in-touch {
  padding-top: 74px;
}

.get-in-touch label {
  color: #010938;
}

.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

.form-group {
  margin-bottom: 15px;
}

.Arctivy-welcome-text span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000000;
}

.copy-text a {
  color: #fff;
}

.Arctivy-footer-logo {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 24px 0;
}

.Arctivy-footer-logo img {
  width: 90px;
  object-fit: contain;
  filter: grayscale(0.5);
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s;
}

.Arctivy-footer-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.Arctivy-inner-page-header1 h2 {
  text-align: center;
}

.Arctivy-inner-details-section ol {
  padding: 0 0 0 20px;
  margin: 0;
}

.Arctivy-inner-details-section li {
  color: #010938;
  font-weight: 300;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  list-style: disc;
  margin-bottom: 10px;
}

.Arctivy-send-text form {
  max-width: 100%;
  margin: 50px auto 0;
}

.Arctivy-send-text p {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.Arctivy-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid #010938;
}

.Arctivy-product-section-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Arctivy-trnading-area .owl-nav {
  display: none;
}

.Arctivy-disclaimer-area {
  width: 100%;
  display: flex;
  padding: 100px 0 80px;
  background: #db504a;
  text-align: center;
}

.Arctivy-disclaimer-area h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  font-family: "Tagesschrift", system-ui;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 20px;
}

.Arctivy-disclaimer-area p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.Arctivy-disclaimer-area img {
  width: 100%;
  margin: 20px 0;
}

.Arctivy-disclaimer-area a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border: 1px solid #d400ff;
  background: #d400ff;
  padding: 10px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
}

.Arctivy-disclaimer-area a:hover {
  background: #fff;
  color: #010938;
  border: 1px solid #010938;
}

.Arctivy-disclaimer-area span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #f7f7f7;
}

.Arctivy-welcome-area-black {
  background: #56A3A6;
}

.Arctivy-welcome-area-black h2,
.welcome-area-black p {
  color: #fff;
}

.Arctivy-inner-page-header-color h2 {
  color: #010938;
  margin-bottom: 0;
}

.Arctivy-inner-page-header-color {
  padding: 60px 0;
  background: transparent;
  width: 100%;
  display: flex;
}

.Arctivy-inner-page-header-color .banner-text {
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.Arctivy-inner-details-section-no-paddng {
  padding-top: 0;
}

.Arctivy-card-area {
  width: 100%;
  display: flex;
  padding-bottom: 80px;
  justify-content: center;
}

.Arctivy-top-sale-area .owl-dots {
  display: none;
}

.Arctivy-game-area {
  background: transparent;
  padding: 50px 0;
}

.Arctivy-game-area h2,
.Arctivy-game-area p {
  color: #010938;
}

.Arctivy-game-panel {
  padding: 50px 0;
}

.Arctivy-symbol-area {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 100px 0 80px;
  background: #010938;
  position: relative;
}

.Arctivy-symbol-area span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #d400ff;
}

.Arctivy-symbol-area h2 {
  font-family: "Tagesschrift", system-ui;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
}

.Arctivy-symbol-area p {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}

.Arctivy-symbol-area img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.Arctivy-footer-logo img {
  width: 100px;
  object-fit: contain;
}

.Arctivy-trnading-area .item p,
.Arctivy-trnading-area .item span,
ul.menu>li,
ul.menu ul li,
.footer-menu ul li a,
.copy-text,
.Arctivy-innerpage-text h2,
.Arctivy-innerpage-contant p,
.Arctivy-innerpage-contant h2,
.Arctivy-innerpage-contant h3,
.Arctivy-about-area p,
.Arctivy-about-area h2,
.Arctivy-welcome-text h2,
.Arctivy-welcome-text p,
.Arctivy-welcome-text a,
.Arctivy-welcome-text h3,
.Arctivy-welcome-text li,
.Arctivy-faq-area h2,
.Arctivy-faq-area p,
.Arctivy-faq-area .btn,
.Arctivy-faq-area .collapse h3,
.Arctivy-faq-area .collapse ol li,
.Arctivy-inner-details-section h2,
.Arctivy-inner-details-section p,
.Arctivy-inner-details-section h3,
.Arctivy-send-text label,
.Arctivy-send-free,
.input-text,
.input-text:focus,
.Arctivy-disclaimer-area h2,
.Arctivy-disclaimer-area p,
.Arctivy-disclaimer-area a,
.Arctivy-disclaimer-area span,
.Arctivy-symbol-area span,
.Arctivy-symbol-area h2,
.Arctivy-symbol-area p,
.Arctivy-inner-details-section li,
.Arctivy-send-text p,
.Arctivy-header-bottom-section,
.Arctivy-product-section-area,
.Arctivy-footer-logo img,
h2,
p {
  font-family: "Michroma", system-ui, sans-serif !important;
}

.Arctivy-inner-page-header:not(.Arctivy-inner-page-header-color)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 23, 23, 0.5);
  z-index: 1;
}

/* Make sure text appears above overlay */
.Arctivy-banner-text {
  z-index: 9;
}