@import url("../css/theme-fonts.css");
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;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

[class^=ri-] {
  font-weight: 400;
}

.dropdown-toggle::after {
  border: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --instagram: #E1306C;
  --twitter: #1DA1F2;
  --tiktok: #0E121E;
  --youtube: #F70E36;
  --facebook: #3374E3;
  --spotify: #65D36E;
  --telegram: #0089C6;
  --twitch: #8653F6;
  --discord: #5865F2;
  --threads: #101626;
  --snapchat: #D3D112;
  --linkedin: #4285F4;
}

body {
  font-family: "Euclid Circular B";
  outline: 0 !important;
  overflow-x: hidden;
  background: #E3F3FB;
  line-height: 1;
  z-index: 1;
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E0EFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: -1;
}

.section--head {
  padding-top: 30px;
  margin-bottom: 25px;
}
.section--head .section--wrapper .section--area .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section--head .section--wrapper .section--area .content .content--action a {
  color: #7844E4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 100px;
  background: rgba(120, 68, 228, 0.1019607843);
  display: block;
}

.section--hero {
  position: relative;
}
.section--hero .section--wrapper .section--area .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section--hero .section--wrapper .section--area .content .content--head {
  margin-bottom: -90px;
}
.section--hero .section--wrapper .section--area .content .content--info {
  position: relative;
  z-index: 1;
  margin-bottom: 53px;
}
.section--hero .section--wrapper .section--area .content .content--info h1 {
  color: #3F3F50;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 7px;
  text-align: center;
}
.section--hero .section--wrapper .section--area .content .content--info p {
  color: #7C8499;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.section--item {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.section--item .section--wrapper .section--area .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.section--item .section--wrapper .section--area .content .item {
  padding: 25px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.section--item .section--wrapper .section--area .content .item:hover {
  transform: scale(1.02);
}
.section--item .section--wrapper .section--area .content .item .icon {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.section--item .section--wrapper .section--area .content .item .text {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section--item .section--wrapper .section--area .content .item .text span {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
.section--item .section--wrapper .section--area .content .item.instagram {
  background: var(--instagram);
}
.section--item .section--wrapper .section--area .content .item.twitter {
  background: var(--twitter);
}
.section--item .section--wrapper .section--area .content .item.tiktok {
  background: var(--tiktok);
}
.section--item .section--wrapper .section--area .content .item.youtube {
  background: var(--youtube);
}
.section--item .section--wrapper .section--area .content .item.facebook {
  background: var(--facebook);
}
.section--item .section--wrapper .section--area .content .item.spotify {
  background: var(--spotify);
}
.section--item .section--wrapper .section--area .content .item.telegram {
  background: var(--telegram);
}
.section--item .section--wrapper .section--area .content .item.twitch {
  background: var(--twitch);
}
.section--item .section--wrapper .section--area .content .item.discord {
  background: var(--discord);
}
.section--item .section--wrapper .section--area .content .item.threads {
  background: var(--threads);
}
.section--item .section--wrapper .section--area .content .item.snapchat {
  background: var(--snapchat);
}
.section--item .section--wrapper .section--area .content .item.linkedin {
  background: var(--linkedin);
}

.footer {
  background: #FFFFFF;
  padding: 25px 0;
}
.footer .footer--wrapper .footer--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer--wrapper .footer--content .footer--text {
  color: #3F3F50;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.footer .footer--wrapper .footer--content .footer--social {
  display: flex;
  align-items: center;
}
.footer .footer--wrapper .footer--content .footer--social a {
  font-size: 20px;
  color: #3F3F50;
}
.footer .footer--wrapper .footer--content .footer--social a:not(:last-child) {
  margin-right: 10px;
}

/* Responsive */
@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .section--item .section--wrapper .section--area .content {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .footer .footer--wrapper .footer--content {
    flex-direction: column;
  }
  .footer .footer--wrapper .footer--content .footer--text {
    margin: 15px 0;
  }
}
@media (max-width: 540px) {
  .section--head .section--wrapper .section--area .content .content--action a {
    font-size: 14px;
    padding: 15px;
  }
  .section--hero .section--wrapper .section--area .content .content--info h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .section--item .section--wrapper .section--area .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .section--item .section--wrapper .section--area .content .item {
    padding: 19px;
  }
}/*# sourceMappingURL=style.css.map */