@font-face {
  font-family: iransans;
  src: url("asset/font/fontsfree-net-ir_sans.ttf");
}

:root {
  --color-primary: #eb008b;
  --color-primary-lower: #eb0089a2;
}

p,
h1,
h2,
h3,
ul,
li {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
  /* height: 100vh; */
  overflow-y: hidden;
}

.scrollProgress {
  background-color: white;
  position: fixed;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.digitalCatalog {
   background-color: #EA4C89;
   border-radius: 8px;
   border-style: none;
   box-sizing: border-box;
   color: #FFFFFF;
   cursor: pointer;
   display: inline-block;
   font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 2rem;
   font-weight: 500;
   height: 40px;
   line-height: 20px;
   list-style: none;
   margin: 2rem;
   outline: none;
   padding: 10px 16px;
   position: relative;
   text-align: center;
   text-decoration: none;
   transition: color 100ms;
   vertical-align: baseline;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
 }

.digitalCatalog:hover,
.digitalCatalog:focus {
  background-color: #F082AC;
}

.scrollProgress__compelete {
  height: 100%;
  bottom: 0;
  left: 0;
  right: 85%;
  position: absolute;
  background-color: #eb008b;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a:active {
  outline: none;
}

a:focus {
  outline: none;
}

body {
  font-family: iransans, sans-serif;
  box-sizing: border-box;
  margin: 0;
}

::selection {
  background-color: #eb008b;
  color: white;
}

/* ######## anime ######## */
.fade-anime,
.fade-anime-2,
.fade-anime-3 {
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
}

.fade-anime.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s linear;
  transition-delay: 0s;
}

.fade-anime.active.delay-1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s linear;
  transition-delay: 0.2s;
}

.fade-anime.active.delay-2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s linear;
  transition-delay: 0.6s;
}

.fade-anime.active.delay-3 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s linear;
  transition-delay: 0.8s;
}

.fade-anime.active.delay-4 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s linear;
  transition-delay: 1s;
}

.fade-anime.active.delay-5 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s linear;
  transition-delay: 1s;
}

/* .fade-anime-2.active {
    transition-delay: 0.1s;
}

.fade-anime-3.active {
    transition-delay: 0.2s;
} */

/* ########### Menu Content ########### */

.nav-menu--small {
  /* height: 100%; */
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 80px;
}

.nav-menu--big {
  /* height: 100%; */
  display: flex;
  position: fixed;
  top: 0;
  left: 90px;
  bottom: 0;
  z-index: 10;
}

.nav-menu--small {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 90px;
}

.nav-menu--small img {
  /* transform: rotate(-90deg); */
  width: 70px;
  padding: 1.2vh;
  transition: scale 0.5s ease-in;
}

@media only screen and (max-width: 800px) {
  .nav-menu--small {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 80px;
  }
  .nav-menu--small img {
    width: 60px;
    image-rendering: pixelated;
  }
}

.nav-menu--small img:hover {
  scale: 1.2;
}

.flex-container:hover .hover-scale {
  scale: 1.3;
  transition: all 0.2s ease;
}

/* .nav-menu--small--text {
    transform: rotate(-90deg);
    top: ;
} */

.nav-menu--small > .hamburger {
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hamburger-box {
  margin: 0px auto;
}

.hamburger-inner {
  margin: 0px auto;
  transform: rotate(90deg);
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  position: relative;
  text-align: center;
  transition: all 0.2s linear;
}

.hamburger-inner::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  position: absolute;
  top: -10px;
  transition: all 0.2s linear;
}

.hamburger-inner::before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  transition: all 0.2s linear;
}

.hamburger-inner.is-active {
  width: 0;
}

.hamburger-inner.is-active::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
  top: 0px;
}

.hamburger-inner.is-active::before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
  bottom: 0px;
}

.nav-menu--big {
  width: 400px;
  display: flex;
  padding: 1vh 1vh;
  flex-direction: column;
  justify-content: space-between;
}

.nav-menu--big {
  transform: translateX(-800px);
  /* animation with translate x */
  background: #fff;
  box-shadow: 5px 0px 50px 1px #000;
  /* z-index: 1; */
}

@media only screen and (max-width: 800px) {
  .nav-menu--big {
    box-shadow: 0px 0px 0px 0px #000;
  }
}

.nav-menu--big ul {
  list-style: none;
  margin: 0px;
}

.nav-menu--big ul:nth-child(1) {
  /* padding: 0; */
  font-size: 2rem;
}

.nav-menu--big ul:nth-child(2) {
  /* padding:0; */
  font-size: 1rem;
  /* flex: 1; */
}

.nav-menu--big ul:nth-child(1) li {
  margin: 10px;
}

.nav-menu--big ul:nth-child(1) li.mobile {
  margin: 10px;
}

@media (min-width: 800px) {
  .nav-menu--big ul:nth-child(1) li {
    display: block;
  }
  .nav-menu--big ul:nth-child(1) li.mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  .nav-menu--big ul:nth-child(1) li {
    display: none;
  }
  .nav-menu--big ul:nth-child(1) li.mobile {
    display: block;
  }
}

.nav-menu--big ul:nth-child(2) li {
  margin: 5px;
}

.nav-menu--big address {
  /* margin-bottom: 3vh; */
  /* justify-self: end; */
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  padding: 0px 10px;
  font-size: 0.8rem;
  margin-bottom: 4vh;
}

.nav-menu--big address > * {
  margin-bottom: 2vh;
}

.nav-menu--big__website-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .nav-menu--big {
    width: 100vw;
  }

  /* .nav-menu--big ul:nth-child(2)  {
        flex: 0;
    }
     */
}

@media only screen and (max-width: 650px) {
  .nav-menu--big address {
    flex-direction: column;
  }
}

@media only screen and (max-width: 800px) {
  .nav-menu--big__website-menu {
    padding: 0px;
  }
}

.nav-menu--big__website-menu li {
  text-transform: uppercase;
  cursor: pointer;
}

.nav-menu--big__website-menu .company-name {
  margin: 300px 0 !important;
}

.nav-menu--big__website-menu a {
  display: inline-block;
  position: relative;
}

.nav-menu--big__website-menu a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #eb008b;
  bottom: 0px;
  left: 0;
  transition: width 0.2s linear;
}

.nav-menu--big__website-menu a:hover::after {
  width: 100%;
  bottom: 0px;
}

.nav-menu--big__social-menu a {
  text-transform: uppercase;
  cursor: pointer;
}

.nav-menu--big__social-menu a {
  position: relative;
}

.nav-menu--big__social-menu a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  bottom: -2px;
  left: 0;
  transition: width 0.2s linear;
}

.nav-menu--big__social-menu a:hover::after {
  width: 100%;
}
/* ########### Main Content ########### */

main {
  display: flex;
  height: 100vh;
}

@media (pointer: coarse) {
  main {
    overflow-y: hidden;
  }
}

main > * {
  flex: 0 0;
}

.section {
  position: relative;
  flex-basis: 60vw;
}

.section-medium {
  position: relative;
  flex-basis: 50vw;
}

.section-small {
  position: relative;
  flex-basis: 30vw;
}

.section-image {
  border-radius: 50px;
  overflow: hidden;
}

.section-image img,
.section-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-video {
  cursor: url("asset/image/play-cursor.png"), auto;
  flex-basis: 80vw;
  position: relative;
  z-index: 0;
}

.section-video .header {
  color: #fff;
  position: absolute;
  top: 10vh;
  left: 10vh;
  z-index: 1;
}

.section-video .background-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: background-color 0.2s linear;
}

.section-video:hover .background-hover {
  background-color: #0008;
}

.section-video .header-2 {
  color: #fff;
  font-size: 4rem;

  position: absolute;
  bottom: 30vh;
  left: 10vh;
  z-index: 3;
}

.section-video .header-2 span {
  cursor: pointer;
}

.section-video .header-2 span::after {
  display: block;
  content: "";
  background-color: #fff;

  height: 2px;
  width: 0;
  bottom: -1rem;

  transition: width 0.2s linear;
}

.section-video .header-2 span:hover::after {
  width: 100%;
}

.section-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

@media (max-width: 400px) {
  .section-medium {
    flex-basis: 400px;
  }
  .section-small {
    flex-basis: 300px;
  }
}

@media (max-width: 800px) {
  .section-video {
    flex-basis: 70vw;
  }
  .section-medium {
    flex-basis: 70vw;
  }
  .section-small {
    flex-basis: 50vw;
  }
}

.section-introduce {
  position: relative;
  flex-basis: 60vw;
}

.section-introduce .text {
  padding: 10vh 110px;
}

.section-introduce h1 {
  text-transform: capitalize;
  margin: 10px 0px;
}

.section-introduce div {
  text-transform: capitalize;
  text-align: justify;
  text-justify: inter-word;
}

.section-introduce .text-float {
  direction: rtl;
  text-transform: uppercase;
  display: inline-block;
  font-size: 5rem;
  line-height: 4.5rem;
  position: absolute;
  right: -30px;
  top: 30vh;
  z-index: 1;
}

@media only screen and (max-width: 650px) {
  .section-introduce {
    flex-basis: 110vw;
  }
}
@media only screen and (max-width: 800px) {
  .section-introduce .text {
    padding: 10vh 80px;
    padding-right: 50px;
    position: relative;
    right: 0;
  }

  .section-introduce .text-float {
    top: unset;
    bottom: 0;
  }
}

.section-text {
  padding: 7vh 10vw 3rem;
  display: flex;
  flex-direction: column;
}

.section-text .header {
  text-transform: capitalize;
  flex: 1;
}

.section-text .header2 h3 {
  margin: 10px 0px;
  text-transform: uppercase;
}

.section-text .text {
  display: flex;
}

.section-text .text > *:nth-child(2) {
  margin: 0px 10px;
}

@media (max-width: 900px) {
  .section-text .text {
    flex-direction: column;
  }
  .section-text .text > * {
    margin: 10px 0px;
  }
  .section-text .text > *:nth-child(2) {
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 400px) {
  .section-text {
    flex-basis: 80vw;
  }
}

.section-header {
  border-radius: 50px;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  padding-top: calc(2vh + 10px);
}

.section-research_development--video {
  background-image: url(asset/image/Angus-Carers-Anns-Story.jpg);
  background-position: center;
}

.contact-us {
  flex-basis: calc(90vw - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  padding: 0vh 1vw;
  margin-left: 60px;
}

.describ {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.describ__text {
  font-size: 1rem;
  margin: 10px 0px;
  flex-basis: 70%;
}

.describ__header {
  font-size: 1.5rem;
  margin: 1vh 1vw;
  text-transform: uppercase;
}

.last-form__label {
  user-select: none;
  font-size: 1rem;
  padding: 0.25rem;
  text-transform: none;
  color: var(--color-primary);
}

.last-form__input::placeholder {
  color: var(--color-primary);
  font-size: 1rem;
}

.last-form__label::after {
  display: block;
  height: 2px;
  margin-top: -1px;
  content: "";
  transition: transform 0.2s ease;
  background-color: var(--c-primary);
}

.last-form__input:focus .last-form__label {
  border-bottom-color: var(--color-primary);
}

.last-form__input {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  width: 100%;
  border-bottom: 2px solid var(--color-primary-lower);
}

.last-form__input:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid var(--color-primary);
}

.input-submit {
  color: white;
  inset: none;
  width: 30%;
  margin: 1vh 0px;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
  background-color: var(--color-primary);
  border-radius: 40px;
}

.input-submit {
  inset: none;
  outline: none;
}

.contact-us .nav-social {
  /* display: flex; */
  justify-content: center;
  margin: 2vh;
}

.contact-us .nav-social {
  font-size: 2rem;
  color: grey;
  text-transform: uppercase;
}

.contact-us address {
  flex-direction: column;
  margin-bottom: 10vh;
  font-weight: bold;
}

.contact-us address .content {
  text-transform: capitalize;
  font-size: 1rem;
  color: rgb(46, 45, 45);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-us address .content div:nth-child(1) {
  direction: ltr;
}

.contact-us address .content div:nth-child(2) {
  text-align: center;
}

.contact-us address .content div:nth-child(3) {
  direction: rtl;
}

.contact-us__header {
  width: 30vw;
}

@media (max-width: 800px) {
  .contact-us {
    flex-basis: calc(calc(180vw - 180px));
    padding: 0;
    margin: 0;
    margin-left: 60px;
  }
  .contact-us .describ {
    display: flex;
    flex-direction: column;
  }

  .describ > *:nth-child(1) {
    margin-right: 10px;
  }
  .describ-form {
    width: auto;
    flex-basis: 50%;
  }

  .describ__text {
    flex-basis: 50%;
  }
  .contact-us .nav-social {
    font-size: 1rem;
  }

  .contact-us address .content {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact-us address .content div:nth-child(n) {
    font-size: 0.9rem;
    direction: ltr;
    text-align: left;
    margin: 0.5vh;
  }
}
.describ__form {
  margin-bottom: 10vh;
}

.section-header,
.section-product--commerce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-header,
.section-product--commerce {
  list-style: none;
}

.section-header aside {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.section-header aside li {
  position: relative;
  height: 14vh;
  margin: 2vh 1vw;
  border-radius: 20px;
  overflow: hidden;
}

.section-header aside li img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
}

.category-icon-link__text {
  text-transform: capitalize;
  opacity: 0;
  font-size: 1.1rem;
  text-align: left;
  color: white;
  text-transform: capitalize;
  pointer-events: none;
  position: absolute;
  left: 1vw;
  bottom: 1vh;
  z-index: 4;
  transition: opacity 0.2s ease;
}

.icon-link:hover .category-icon-link__text {
  opacity: 1;
}

.category-icon-link__background {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(235, 0, 139, 1);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 40%,
    rgba(235, 0, 139, 1) 100%
  );
  background-size: 100% 180%;
  background-position: 0% -0.1%;
  bottom: 0;
  z-index: 3;
  transition: background-position 0.3s ease;
}

.icon-link:hover .category-icon-link__background {
  background-position: 0% 80%;
}

.category-icon-link__background--black {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.4);
  z-index: 2;
  transition: background 0.2s ease;
}

.icon-link:hover .category-icon-link__background--black {
  background: rgb(0, 0, 0, 0);
}

.describ__form {
  width: 30%;
  align-self: center;
  flex-basis: 1;
}

@media (max-width: 800px) {
  .section-product--header aside {
    width: 90%;
  }

  .describ__form {
    width: 40%;
    align-self: start;
  }
}

.fluid-canvas {
  background-image: url("asset/image/Albyn-School-Your-Destination.jpg");
}

.liqu {
  position: relative;
  padding: 20px 50px;
  /* display: block; */
  /* text-decoration: none; */
  /* text-transform: uppercase; */
  /* width: 200px; */
  overflow: hidden;
  border-radius: 40px;
}

.liqu .liquid {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  /* transition: .5s; */
  z-index: -1;
}

.liqu .liquid::after,
.liqu .liquid::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: 0; */
  /* left: 50%; */
  /* transform: translate(-50%, -75%); */
  background: #ff498f8f;
}

.liqu .liquid::before {
  border-radius: 45%;
  background: #d5b5927a;
  animation: animate 5s linear infinite;
}

.liqu .liquid::after {
  border-radius: 40%;
  background: #ff498f8f;
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.nav-menu--big__website-menu a {
  display: inline-block;
}

.content > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tell {
  display: inline-block;
  text-align: left;
}

.tel-svg {
  display: inline-block;
  width: 27px;
  text-align: left;
  margin-right: 5px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 30px;
}

.section-product--video-1 {
  position: relative;
  flex-basis: 1500px;
}

.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #eb008b;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
