@font-face {
  font-family: Pinar;
  src: url("fonts/pinar-regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Pinar;
  src: url("fonts/pinar-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Pinar;
  src: url("fonts/pinar-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Pinar;
  src: url("fonts/pinar-bold.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}
html:{
    overflow-x:hidden;
}
body {
  font-family: Pinar;
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow-x:hidden;
  direction: rtl;
}
@media screen and (max-height: 900px) {
  .logo img {
    width: 180px;
 }
}
.logo img{
    width:180px;
}
.panel {
  height: 100dvh;
  min-height: 100vh;
  width: 100dvw;
  position: sticky;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.panel:nth-of-type(2) {
  z-index: 2;
}
.panel:nth-of-type(2) .panel__left {
  background: radial-gradient(108.53% 96.25% at 54.85% 62.41%, #ffc7bf 0%, #f8ab00 100%);
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
}
.panel:nth-of-type(4) {
  z-index: 4;
}
.panel:nth-of-type(4) .panel__left {
  background: radial-gradient(108.53% 96.25% at 54.85% 62.41%, #bfddff 0%, #3c7ffb 100%);
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
}
.panel:nth-of-type(3) {
  z-index: 3;
}
.panel:nth-of-type(3) .panel__left {
  background: radial-gradient(108.53% 96.25% at 54.85% 62.41%, #eaeaea 0%, #8dd839 100%);
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
}
.panel:nth-of-type(5) {
  z-index: 5;
}
.panel:nth-of-type(5) .panel__left {
  background: radial-gradient(108.53% 96.25% at 54.85% 62.41%, #ffc7bf 0%, #f8ab00 100%);
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
}
.panel:nth-of-type(6) {
  z-index: 6;
}
.panel:nth-of-type(6) .panel__left {
  background: radial-gradient(108.53% 96.25% at 54.85% 62.41%, #eaeaea 0%, #8dd839 100%);
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
}
.panel .panel__left {
  height: 100vh;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: radial-gradient(108.53% 96.25% at 54.85% 62.41%, #ffc7bf 0%, #e35d46 100%);
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
}
.panel:first-of-type .panel__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel .panel__right {
  padding-top: 180px;
  width: 60%;
  padding-left: 10rem;
  height: 100vh;
}
.panel .panel__right h1 {
  font-size: 3rem;
  line-height: 5rem;
  white-space: nowrap;
  margin: 0;
}
.panel .panel__right h1:nth-of-type(2) {
  padding-right: 120px;
}
.panel h4 {
  font-size: 1.5rem;
  color: #9d9d9d;
  line-height: 2.5rem;
  margin: 0;
}
.panel h4:nth-of-type(2) {
  padding-right: 60px;
}
.panel h2 {
  margin: 0;
  font-size: 2.5rem;
  margin-top: 1rem;
}
.panel p {
  margin: 0;
  font-size: 18px;
  color: #2a2a2a;
}
.socials {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding: 0 2rem;
}
.socials img {
  width: 36px;
}
.socials > a:first-of-type {
  margin-bottom: -0.5rem;
}
.socials > a:first-of-type img {
  width: 44px;
}
.socials a{
  transition: filter .2s ease-in-out;
}
.socials > a:hover{
  filter:brightness(.5);
}
@media screen and (max-width: 1024px) {
  .socials {
    left: 0;
    right: 0;
    bottom: 1rem;
    top: initial;
    width: fit-content;
    height: 75px;
    margin: auto;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem 2rem;
    padding-top: 30px;
    border-radius: 72px;
    background: rgba(255, 255, 255, .75);
 }
  .socials a:first-of-type {
    margin-bottom: 0;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
 }
  .socials a:first-of-type img {
    width: 48px !important;
 }
  .socials img {
    width: 32px !important;
    filter: brightness(0);
    opacity: 0.5;
 }
}
.features {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.feature img {
  width: 120px;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  height: 100px;
  padding: 1rem 0;
}
nav > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav a {
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  nav a {
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 28px;
 }
}
.container {
  width: 1280px;
  max-width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 2rem;
    width: 1000px;
 }
}
.panel > .container {
  display: flex;
}
.panel__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  right: -100%;
  width: fit-content;
}
.panel__item img {
  animation: itemImage 8s ease-in-out infinite alternate;
  transform-origin: center center;
  width: 13vw;
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .panel__item {
    left: 40%;
 }
}
.panel__image {
  width: 90%;
  position: absolute;
  aspect-ratio: 1;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  transform-origin: top right;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  --left: 50%;
  direction: ltr;
}
.panel__image__inner {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
}
.panel__image__inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__image .panel__image__fake, .panel__image .panel__image__original {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 100%;
}
.panel__image .panel__image__fake span, .panel__image .panel__image__original span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10vw;
  opacity: 0.25;
  font-weight: bold;
  display: block;
  z-index: 3;
  pointer-events: none;

  @media screen and (max-width: 1024px) {
    font-size:4rem;
  }
}
.panel__image > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.panel__image .panel__image__fake {
  clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
}
.panel__image .panel__image__original {
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}
.panel__scroll__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 30%;
  top: calc(50% + 15vw);
  align-items: center;
  background: #fff;
  z-index: 1;
}
.panel__scroll__icon img {
  width: 24px;
}
.panel__scroll__border {
  position: absolute;
  right: calc(30% + 24px);
  height: 30vw;
  top: 70%;
  z-index: -1;
}
.panel__scroll__border img {
  height: 100%;
}
#intro .panel__image__inner {
  aspect-ratio: 1;
}
#intro .panel__image__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 45%;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding-bottom: 1rem;
}
.panel__scroll__icon img {
  animation: scroll 1s infinite alternate;
  position: relative;
}
.panels {
  position: relative;
}
@keyframes scroll {
  0% {
    transform: translateY(-5px);
 }
  100% {
    transform: translateY(5px);
 }
}
@keyframes itemImage {
  0% {
    transform: translateY(-5%) rotate(-4deg);
 }
  100% {
    transform: translateY(5%) rotate(4deg);
 }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 12;
}
#loading img {
  animation: loadingLogo 1s ease-in-out infinite alternate;
}
@keyframes loadingLogo {
  0% {
    transform: translateY(20px);
    opacity: 1;
    filter: saturate(1);
 }
  100% {
    transform: translateY(0px);
    opacity: 0.7;
    filter: saturate(0.2);
 }
}
@media screen and (max-width: 1024px) {
  .panel > .container {
    flex-direction: column;
 }
  .panel .panel__left {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 90dvh;
    position: relative;
 }
  .panel .panel__right {
    width: 100%;
    height: auto;
    min-height: 50dvh;
    padding-top: 10dvh;
    padding-left: 0 !important;
 }
  .panel {
    height: auto;
    position: relative;
    padding-bottom: 10dvh;
 }
  .panel__scroll__icon, .panel__scroll__border {
    display: none !important;
 }
  .panel__scroll {
    right: initial;
    left: 0;
    text-align: left;
    padding-left: 3rem;
 }
  .panel__image {
    width: 80vw !important;
    height: 80vw !important;
    aspect-ratio: 1;
    left: 0;
    overflow: hidden;
    top: 70%;
    transform: translate(0, -50%);
 }
  #intro .panel__item {
    left: 50%;
    right: initial !important;
    margin: auto;
    top: 30%;
 }
  #intro .panel__item img {
    width: 40vw;
 }
  .panel__item:not(#intro .panel__item) {
    left: 50%;
    right: initial !important;
    margin: auto;
    top: 30%;
 }
  .panel__item:not(#intro .panel__item) img {
    width: 40vw;
    position: relative;
    left: 0;
 }
  .panel__right h1 {
    font-size: 2rem !important;
    text-align: center;
    line-height: initial !important;
 }
  .panel__right h1:nth-of-type(2) {
    padding-right: 0 !important;
 }
  .feature img {
    width: 60%;
 }
  .features {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
 }
  .panel h2 {
    font-size: 2rem;
 }
  .panel__image {
    transform-origin: center center;
 }
  nav {
    width: 100%;
 }
  nav a {
    border: none;
    background: none;
    padding-top: 2rem;
    position: relative;
    right: -2rem;
 }
  nav a img {
    width: 120px;
 }
  nav img, nav .container {
    height: 100%;
    position: relative;
 }
  nav .container > * {
    position: relative;
    z-index: 3;
 }
  nav .container::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -150%;
    right: 0;
    left: 0;
    height: 180px;
    width: 100%;
    backdrop-filter: blur(5px);
    mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 25%, #000 55%, rgba(0, 0, 0, 0) 60%);
 }
}


.back-to-top{
  transform:rotate(180deg);
}

.icv__circle{
    animation: glow 1s ease-in-out infinite alternate-reverse;
}

#loading img{
    width:200px !important;
}

@keyframes glow{
    0%{
        box-shadow:0px 0px 0px 0px rgba(255,255,255,0);
        transform:scale(1.0);
    }
    100%{
        box-shadow:0px 0px 30px 30px #FFF;
        transform:scale(1.1);
    }
}