Sindbad~EG File Manager

Current Path : /home/julesbu/www/dup-installer/wp-content/themes/Jules_Belamy/styles/global/
Upload File :
Current File : /home/julesbu/www/dup-installer/wp-content/themes/Jules_Belamy/styles/global/main.scss

@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&family=Red+Hat+Text&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;600;700&display=swap");

:root {
  --purple100: #ded0f8;
  --purple200: #c6adf3;
  --purple300: #f7f3fd;
  --purple500: #7209b5;
  --purple600: #560bab;

  --purple800: #180835;
  --white: #ffffff;
  --neutre50: #fafafb;
  --black: #000000;
  --neutre100: #ecebed;
  --neutre300: #cfced3;
  --neutre600: #76737f;
  --neutre800: #0d0c0e;
  --fontKanit: "Kanit", sans-serif;
  --fontRedHat: "Red Hat Text", serif;
  --paddingHeader: 160px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  span {
    color: var(--purple600);
  }
}

p {
  span {
    font-weight: 600;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-extrabold {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.text-purple100 {
  color: var(--purple100);
}

.text-purple200 {
  color: var(--purple200);
}
.text-purple300 {
  color: var(--purple300);
}

.text-purple500 {
  color: var(--purple500);
}

.text-purple600 {
  color: var(--purple600);
}

.text-purple800 {
  color: var(--purple800);
}

.text-white {
  color: var(--white);
}

.font-neutre50 {
  color: var(--neutre50);
}

.font-black {
  color: var(--black);
}

.font-neutre100 {
  color: var(--neutre100);
}

.font-neutre600 {
  color: var(--neutre600);
}

.font-neutre800 {
  color: var(--neutre800);
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.items-baseline {
  align-items: baseline;
}

.display-1 {
  font-size: 95px;
  line-height: 100%;
  letter-spacing: -1.9px;
  font-family: var(--fontKanit);

  @media (max-width: 768px) {
    font-size: 60px;
  }
}

.display-2 {
  font-size: 76px;
  line-height: 100% !important;
  letter-spacing: -1.52px;
  font-family: var(--fontKanit);
  font-weight: 700 !important;

  @media (max-width: 768px) {
    font-size: 48px;
  }
}

.heading-1 {
  font-size: 61px;
  line-height: 1.2;
  letter-spacing: -1.22px;
  font-family: var(--fontKanit);

  @media (max-width: 768px) {
    font-size: 42px;
  }
}

.heading-1s {
  font-size: 49px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.98px;

  @media (max-width: 768px) {
    font-size: 39px;
  }
}

.heading-2 {
  font-size: 49px;
  font-family: var(--fontKanit);
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: -0.98px;

  @media (max-width: 768px) {
    font-size: 39px;
  }
}

.heading-2s {
  font-size: 39px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.78px;

  @media (max-width: 768px) {
    font-size: 31px;
  }
}

.heading-3 {
  font-size: 39px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.78px;

  @media (max-width: 768px) {
    font-size: 31px;
  }
}

.heading-3s {
  font-size: 31px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.62px;

  @media (max-width: 768px) {
    font-size: 25px;
  }
}

.heading-4 {
  font-size: 31px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.62px;

  @media (max-width: 768px) {
    font-size: 25px;
  }
}

.heading-4s {
  font-size: 25px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.5px;

  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.heading-5 {
  font-size: 25px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.5px;

  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.heading-5s {
  font-size: 20px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.4px;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.heading-6 {
  font-size: 20px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.4px;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.heading-6s {
  font-size: 16px;
  font-family: var(--fontKanit);
  line-height: 1.2;
  letter-spacing: -0.32px;
}

.body-1 {
  font-size: 14px;
  font-family: var(--fontRedHat);
  line-height: 1.2;
}

.body-2 {
  font-size: 16px;
  font-family: var(--fontRedHat);
  line-height: 1.2;
}

.body-3 {
  font-size: 18px;
  font-family: var(--fontRedHat);
  line-height: 1.2;
}

.caption {
  font-size: 13px;
  font-family: var(--fontRedHat);
  line-height: 1.2;
}

.footer-font {
  font-size: 10px;
  font-family: var(--fontRedHat);
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.subheading {
  font-size: 19px;
  font-family: var(--fontRedHat);
  line-height: 1.2;
}

.cta-button,
input[type="submit"] {
  padding: 14px 24px;
  cursor: pointer;
  font-size: 16px;
  background: linear-gradient(
    85.51deg,
    #3a0ca3 0%,
    #560bad 54.14%,
    #7209b7 100%
  );
  border-radius: 40px;
  font-family: var(--fontRedHat);
  font-weight: 600;
  color: var(--neutre50);
  display: block;
  width: fit-content;
  border: 1px solid var(--purple500);
  text-decoration: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

  &:hover {
    background: transparent;
    color: var(--purple500);
  }

  &.white {
    background: var(--purple300);
    color: var(--purple500);
    border: 1px solid var(--purple300);

    &:hover {
      background: var(--purple500);
      color: var(--neutre50);
    }
  }

  &.with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  @media (max-width: 768px) {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.cta {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--fontRedHat);
  font-weight: 600;
  color: var(--purple600);

  @media (max-width: 768px) {
    font-size: 14px;
  }

  &:hover {
    color: var(--purple600);
  }
}

.plain-title {
  padding: 8px 24px;
  background: var(--purple500);
  color: var(--neutre50);
  text-align: center;
  max-width: fit-content;
  border-radius: 8px;
}

@for $i from 0 through 100 {
  .mb-#{$i} {
    margin-bottom: #{$i}px;
  }
}

@for $i from 0 through 100 {
  .mt-#{$i} {
    margin-top: #{$i}px;
  }
}

@for $i from 0 through 100 {
  .pt-#{$i} {
    padding-top: #{$i}px;
  }
}

@for $i from 0 through 100 {
  .pb-#{$i} {
    padding-bottom: #{$i}px;
  }
}

@for $i from 0 through 100 {
  .gap-#{$i} {
    gap: #{$i}px;
  }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists