/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Remove default margin */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.company_container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.company_wrapper {
  max-width: 1000px;
}
.company_item.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 24px;
  border: 1px solid #eeeaea;
  opacity: 0.30000001192092896;
  filter: blur(0px);
  transform: scale(0.8) !important;
}
.company_item.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.company_item.swiper-slide-active {
  border-radius: 24px;
  border: 1px solid #eeeaea;
  opacity: 1;
  transform: scale(1) !important;
}
.company-swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.company-swiper-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.company_container .swiper-pagination {
  bottom: unset !important;
  margin-top: 24px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #974c92;
  transform: scale(1);
}
.swiper-pagination-bullet {
  transform: scale(0.6);
}
.company_container {
  margin: 0 20px;
}

@media screen and (max-width: 1200px) {
  .company_wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .company_wrapper {
    max-width: 70%;
  }
}
@media screen and (max-width: 360px) {
  [data-id="02a00f0"] span {
    font-size: 18px !important;
  }
}
.ast-container {
  padding: 0 !important;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.admin-bar #page {
  min-height: calc(100vh - 32px);
}
#page .site-content {
  flex-grow: 1;
}
.payment_overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3bc4f2; /* Black background with opacity */
  z-index: 21; /* Specify a stack order in case you're using a different order for other elements */
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment_modal {
  width: auto;
  background-color: #fff;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .payment_modal {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .payment_modal {
    min-height: 500px;
    min-width: 500px;
  }
}
.back {
  align-self: start;
  margin: 50px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.join,
.join:hover {
  all: unset;
}
.join a {
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-width: 200px;
  border: 1.5px solid transparent;
}

.join a:hover {
  transition: all 0.3s;
  background-color: #994c9c;
  color: #fff;
}
.join a span {
  font-family: "FFShamelUnique", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 250%;
}
.join.secondary a {
  color: #994c9c;
  border-color: #994c9c;
}
.join.secondary a:hover {
  color: #fff;
}
.site-content:has(div.payment_success),
.site-content:has(div.payment_failure) {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page:has(div.payment_success),
#page:has(div.payment_failure) {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
}
#page .site-content:has(div.payment_failure),
#page .site-content:has(div.payment_success) {
  flex-grow: 1 !important;
}

.payment_success,
.payment_failure {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  margin: 80px 0;
}
.payment_success img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.payment_success span {
  color: #3b3b3a;
  font-family: "FFShamelUnique", Sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.285rem;
}
.payment_success a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 12px;
  background: #7bc374;
  padding: 13px 18px;
  font-family: "FFShamelUnique", Sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.payment_failure img {
  width: 103px;
  height: 103px;
  object-fit: contain;
}
.payment_failure span {
  color: #f00;
  font-family: "FFShamelUnique", Sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.285rem;
}
.payment_failure span {
  color: #f00;
  font-family: "FFShamelUnique", Sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.285rem;
}
.payment_failure #info {
  display: block;
  color: #994c9c;
  font-family: "FFShamelUnique", Sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6425rem;
}
.digits-auto-theme {
  background-color: rgba(0, 0, 0, 0); /* Black background with opacity */
}
.digits {
  padding: 28px;
  max-width: 500px;
  width: 100%;
  border-radius: 28px;
}
.dig_input_wrapper {
  text-align: right;
}
.digits-form_heading,
.digits_show_on_index {
  text-align: center;
}

.digits-form_submit-btn {
  background-color: #994c9c !important;
}
@media screen and (max-width: 768px) {
  .digits-auto-theme {
    background-color: #fff;
  }
  .digits {
    border-radius: 0;
  }
}
.top_bar {
  padding: 18px;
  background-color: #994c9c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_bar span,
.top_bar a {
  color: #fff;
}
#intro
  > div
  > div.elementor-element.elementor-element-3bf6690.vid_main.e-con-full.e-flex.e-con.e-child
  > div.elementor-element.elementor-element-606b321.elementor-widget.elementor-widget-image {
  width: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 300px !important;
}
.digits_back_icon {
  left: 0 !important;
}
