@font-face {
  font-family: "Apercu";
  src: url(fonts/apercu-regular-pro.woff2) format("woff2"),
    url(fonts/apercu-regular-pro.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url(fonts/louize-display-regular.woff2) format("woff2"),
    url(fonts/louize-display-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url(fonts/louize-regular.woff2) format("woff2"),
    url(fonts/louize-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: calc(100vw / 1920 * 10);
}
.brand-heading {
  font-family: "Louize Display";
  font-size: 30px;
  color: #ff4300;
  text-transform: uppercase;
  transition: all 1.7s ease-in-out;
}
body.animation--starts .brand-heading {
  color: rgb(254, 214, 44);
  transition: all 1.7s ease-in-out;
}
.two-logos-brand {
  display: flex;
  gap: 20px;
  margin: 15px 0 30px;
  /* transition: all 1.7s ease-in-out; */
}
.two-logos-brand .logo-images {
  position: relative;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 135px;
  background-color: #ff4300;
  transition: all 1.5s ease-in-out;
}
body.animation--starts .two-logos-brand .logo-images {
  background-color: #e63e06;
  transition: all 1.5s ease-in-out;
}
.two-logos-brand .logo-images img {
  max-width: 100px;
}
.content-left > .two-logos-brand {
  opacity: 0;
  transition: opacity 1.5s;
}
.content-left.visible > .two-logos-brand {
  opacity: 1;
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}
body {
  --bg-color: #fed62c;
  display: flex;
  height: 100%;
  justify-content: space-between;
  background-color: #fed62c;
  overflow: hidden;
}
body.switch {
  --bg-color: #ff4300;
}
@media (max-width: 768px) {
  body {
    flex-direction: column-reverse;
    height: auto;
    overflow: auto;
  }
}
body ::-moz-selection {
  background-color: #fff;
}
body ::selection {
  background-color: #fff;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.4rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 2rem;
  }
}
.brand {
  --fill-color: #ff4300;
}
.brand__logo {
  width: 16rem;
  margin-bottom: 4rem;
}
.brand__logo svg {
  fill: var(--fill-color);
}
@media (max-width: 768px) {
  .brand__logo {
    display: none;
  }
}
.brand__word {
  width: 72rem;
  margin-bottom: 2rem;
}
.brand__word path {
  fill: var(--fill-color);
}
@media (max-width: 768px) {
  .brand__word {
    display: none;
  }
}
.brand__logo-mobile {
  width: 30.5rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.brand__logo-mobile g {
  fill: var(--fill-color);
}
@media (min-width: 769px) {
  .brand__logo-mobile {
    display: none;
  }
}
.content {
  --color: #ff4300;
  color: var(--color);
  transition-property: color 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.content__description {
  width: 87.5rem;
  margin-bottom: 7rem;
  font-family: "Louize";
  font-size: 5.5rem;
  line-height: 6rem;
}
@media (max-width: 768px) {
  .content__description {
    width: 24rem;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .brand-heading {
    text-align: center;
  }
  .two-logos-brand {
    justify-content: center;
  }
}
.sign-up {
  display: flex;
  --color: #fed62c;
  --border-color: #ff4300;
}
@media (min-width: 769px) {
  .sign-up {
    justify-content: space-between;
    width: 80rem;
    /* margin-bottom: 4rem; */
    margin-bottom: 2rem;
    border: 1px solid var(--border-color);
    border-radius: 4rem;
  }
}
@media (max-width: 768px) {
  .sign-up {
    flex-direction: column;
    align-items: center;
  }
}
.sign-up__input {
  display: block;
  font-family: "Apercu";
  color: var(--border-color);
}
.sign-up__input::-moz-placeholder {
  color: currentColor;
}
.sign-up__input:-ms-input-placeholder {
  color: currentColor;
}
.sign-up__input::placeholder {
  color: currentColor;
}
@media (min-width: 769px) {
  .sign-up__input {
    width: 72%;
    padding: 1.5rem;
    padding-top: 1.85rem;
    padding-left: 3rem;
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 768px) {
  .sign-up__input {
    width: 18rem;
    margin-bottom: 2.5rem;
    padding: 1.25rem;
    border: 1px solid var(--border-color);
    border-radius: 4rem;
    font-size: 1.7rem;
    text-align: center;
  }
}
.sign-up__button {
  display: none;
  width: 28%;
  padding: 1.5rem 5rem;
  padding-top: 1.85rem;
  border-left: 1px solid var(--border-color);
  font-size: 3rem;
  font-family: "Apercu";
  letter-spacing: 0.1rem;
  transition-property: color,
    border-color 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: var(--border-color);
  cursor: pointer;
}
@media (min-width: 769px) {
  .sign-up__button {
    display: block;
  }
}
.sign-up__button-mobile {
  display: none;
  width: 18rem;
  margin-bottom: 2rem;
  padding: 1.25rem;
  background-color: var(--border-color);
  color: var(--color);
  border: 1px solid var(--border-color);
  border-radius: 4rem;
  font-family: "Apercu";
  font-size: 1.7rem;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sign-up__button-mobile {
    display: block;
  }
}
.contact-link {
  --color: #ff4300;
  color: var(--color);
  font-family: "Louize Display";
  font-size: 4rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
  transition-property: color 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (max-width: 768px) {
  .contact-link {
    margin-bottom: 2rem;
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(100rem at 100rem 50%);
  clip-path: circle(100rem at 100rem 50%);
}
@media (max-width: 768px) {
  .slider {
    width: 100%;
    height: 35rem;
    margin-bottom: 2rem;
    -webkit-clip-path: circle(62% at 50% 35%);
    clip-path: circle(62% at 50% 35%);
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .slider {
    -webkit-clip-path: circle(150rem at 150rem 50%);
    clip-path: circle(150rem at 150rem 50%);
  }
}
.slider__container {
  --hide: 0%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% var(--hide), 0 var(--hide));
  clip-path: polygon(0 0, 100% 0, 100% var(--hide), 0 var(--hide));
}
.slider__img {
  --clip: 0%;
  --hide: 0%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(
    0 var(--clip),
    100% var(--clip),
    100% 100%,
    0% 100%
  );
  clip-path: polygon(0 var(--clip), 100% var(--clip), 100% 100%, 0% 100%);
}
.curtain {
  --bg-color: #ff4300;
  --clip: 50%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% var(--clip), 0 var(--clip));
  clip-path: polygon(0 0, 100% 0%, 100% var(--clip), 0 var(--clip));
}
.switch .curtain {
  --bg-color: #fed62c;
}
.word {
  overflow: hidden;
}
.word div {
  transform-origin: top left;
}
.logo-animation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(
    0 var(--clip),
    100% var(--clip),
    100% 100%,
    0% 100%
  );
  clip-path: polygon(0 var(--clip), 100% var(--clip), 100% 100%, 0% 100%);
}
.logo-animation svg {
  will-change: transform;
}


/* 01/07/2025 */
@media(min-width : 768px){
    .content-left{
        overflow-y: scroll;
        padding-top: 10%;
        scrollbar-color: rgba(255, 0, 0, 0) rgba(255, 166, 0, 0);
        scrollbar-width: thin;    
    }
    .right-slider{
        width : 48%
    }
/* 02/07/2025 */
    .starting-screen-animation{
      height : 100vh !important;
    }
    .starting-screen-animation svg{
      height : 110vh !important;
      transform: translate3d(0px, -7.5vh, 0px) !important;
    }
}
.sign-up__input:focus-visible{
  outline: none;
}


