@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Black-TRIAL.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Bold-TRIAL.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Heavy-TRIAL.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Light-TRIAL.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Medium-TRIAL.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Regular-TRIAL.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Narkis";
  src: url("./assets/fonts/narkis/NarkissTam-Semibold-TRIAL.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "EditorSans";
  src: url("./assets/fonts/editorSans/editor-sans-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "EditorSans";
  src: url("./assets/fonts/editorSans/editor-sans-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "EditorSans";
  src: url("./assets/fonts/editorSans/editor-sans-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "EditorSans";
  src: url("./assets/fonts/editorSans/editor-sans-regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Narkis", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%; /* Now 10px = 1rem! */
}

p {
  margin: 0;
  text-align: right;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  background-color: #f0c590;
  font-weight: 300;
  text-align: right;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

.main-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (min-width: 768px) {
  .main-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto 1fr;
    gap: 0;
  }
  .main-container .section:nth-child(2) {
    grid-column: 1 / span 3;
    border-width: 4px 2px 4px 4px;
    border-style: solid;
    border-color: #f0c590;
  }
  .main-container .section:nth-child(4) {
    grid-column: 4 / span 3;
    border-width: 4px 4px 4px 2px;
    border-style: solid;
    border-color: #f0c590;
  }
  .main-container .desktop-chulk-text-section {
    grid-column: 1/7;
    grid-row: 3/4;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 7rem;
    padding-bottom: 1rem !important;
  }
  .main-container .desktop-chulk-text-section .text-container {
    padding-top: 2rem;
  }
  .main-container .desktop-chulk-text-section .text-container .chulk-text {
    width: 100%;
  }
  .main-container .desktop-chulk-text-section .chulk-text {
    position: relative;
    place-self: center;
    color: #753200;
    width: 70%;
    direction: rtl;
    text-align: right;
  }
  .main-container .desktop-chulk-text-section .chulk {
    display: flex;
    position: absolute;
    top: 0;
    left: 32%;
    width: 100%;
    object-fit: contain; /* Keep the image contained within the section */
    overflow: hidden; /* Ensure no overflow from the image itself */
    z-index: -1;
  }
  .main-container .desktop-chulk-text-section .icons-container {
    display: flex;
    justify-content: end;
  }
  .main-container .desktop-chulk-text-section .top-left-chulk {
    position: absolute;
  }
}
.main-container .lower-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-container .lower-section .chulk-text-container {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-container .lower-section .chulk-text-container .lower-chulk {
  position: relative;
  width: 100%;
}
.main-container .lower-section .credits-container {
  display: flex;
  flex-direction: column;
  width: 93%;
  gap: 11px;
  flex: 1;
}
.main-container .lower-section .credits-container .icons-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-container .lower-section .credits-container .icons-container .ba-icon {
  height: 56px;
  width: 95px;
}
.main-container
  .lower-section
  .credits-container
  .icons-container
  .signature-icon {
  height: 76px;
  width: 130px;
}
.main-container .section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.main-container .section h1,
.main-container .section h2 {
  margin: 0;
  color: #08774b;
  white-space: nowrap;
  overflow: hidden;
}
.main-container .section h1 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-container .section h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .main-container .section h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1350px) {
  .main-container .section h1 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 370px) {
  .main-container .section h1 {
    font-size: 3rem;
  }
}
.main-container .section h2 {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: EditorSans;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .main-container .section h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .main-container .section h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1350px) {
  .main-container .section h2 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 370px) {
  .main-container .section h2 {
    font-size: 2.6rem;
  }
}
.main-container .section .brushes-container {
  position: absolute;
  bottom: 6rem;
}
.main-container .section .brush-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-container .section .brush-item:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .main-container .section .brush-item {
    position: absolute;
    bottom: 15%;
    left: 5rem;
  }
}
.main-container .section .brush-item p {
  z-index: 2;
  color: white;
  position: absolute;
  top: 45%;
  font-family: EditorSans;
  font-weight: 300;
  direction: rtl;
  text-align: right;
}
@media screen and (min-width: 450px) {
  .main-container .section .brush-item p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .main-container .section .brush-item p {
    font-size: 2.6rem;
    top: 2.75rem;
  }
}
@media screen and (min-width: 500px) {
  .main-container .section .brush-item p {
    font-size: 2.2rem;
  }
}
.main-container .section .brush-item .brush-gif {
  position: relative;
  left: 0;
  z-index: 1; /* Place the gif behind the paragraph */
  width: 88%;
}
@media screen and (min-width: 768px) {
  .main-container .section .brush-item .brush-gif {
    width: 400px;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 390px) {
  .main-container .section .brush-item.mobile-top {
    top: 3rem;
  }
}
.main-container .section .chulk-text {
  color: #753200;
  width: 70%;
  position: absolute;
  top: 7rem;
  direction: rtl;
}
@media screen and (min-width: 350px) {
  .main-container .section .chulk-text {
    top: 8.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 450px) {
  .main-container .section .chulk-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 500px) {
  .main-container .section .chulk-text {
    top: 10rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 550px) {
  .main-container .section .chulk-text {
    top: 12rem;
    font-size: 2.4rem;
  }
}
.main-container .section img {
  object-fit: contain;
  z-index: -1;
}
.main-container .section .chulk {
  position: relative;
  width: 100%;
  object-fit: cover;
}
.main-container .section .top-chulk {
  position: absolute;
  left: 5vw; /* Keeps a gap relative to the viewport width */
  width: auto;
}
@media screen and (min-width: 768px) {
  .main-container .section .top-chulk {
    bottom: -7px;
    left: 40%;
  }
}
.main-container .section .top-chulk .chulk {
  bottom: 0;
  left: 40%;
}
.main-container .left-img {
  position: relative;
}
.main-container .left-img .left-back-img {
  opacity: 1;
  position: absolute;
  object-position: right;
  z-index: 0;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.main-container .left-img .left-front-img {
  opacity: 1; /* Initially visible */
  object-position: right;
  right: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-container .left-img:hover ~ .right-img .right-front-img {
    opacity: 0;
  }
}
.main-container .right-img {
  position: relative;
}
.main-container .right-img .right-front-img {
  z-index: 1;
  object-position: left;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.main-container .right-img .right-back-img {
  position: absolute;
  z-index: 0;
  object-position: left;
  height: 100%;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.main-container .right-img .brush-item.desktop-show {
  left: auto;
  right: 5rem;
}
.main-container .img-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-container .animated-bg {
  overflow: hidden;
  padding-block: 45px;
  height: auto;
  background-image: url("./assets/images/bg.png");
  position: relative;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .main-container .animated-bg {
    padding-inline: 32px;
  }
}
.main-container .animated-bg .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.main-container .header-section {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .main-container .header-section {
    grid-column: 1 / span 6;
    grid-row: 1/2;
    height: 105px;
  }
}
@media screen and (min-width: 768px) {
  .main-container .header-section .top-chulk {
    left: 22%;
    width: 100%;
  }
  .main-container .header-section .top-chulk img {
    width: 100%;
  }
}
.main-container .header-section .header-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-container .header-section .header-text {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 66%;
    position: relative;
    left: 17%;
  }
}
.main-container .header-section .ba-icon {
  position: absolute;
  left: 3rem;
}
.main-container .credits {
  color: white;
  font-size: 1.4rem;
}
.main-container .brush-item.desktop-show .brush-static {
  height: 40px;
  border-radius: 44px;
  background-color: #3aaf5c;
  bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .main-container .brush-item.desktop-show .brush-static {
    width: 330px;
  }
}
.main-container .brush-item.desktop-show p {
  top: -1.7rem;
}
.main-container .brush-item.desktop-show .brush-animated {
  display: none;
}
.main-container .brush-item.desktop-show:hover .brush-static {
  display: none;
}
.main-container .brush-item.desktop-show:hover .brush-animated {
  display: block;
}
.main-container .brush-item.desktop-show:hover p {
  top: 4.7rem;
}

@media screen and (max-width: 767px) {
  .desktop-show {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .main-container:has(.right-img:hover) .left-img .left-front-img {
    opacity: 0;
  }
}

.main-container:has(.left-img .brush-item.desktop-show:hover)
  .left-img
  .left-front-img {
  filter: blur(15px);
}
.main-container:has(.left-img .brush-item.desktop-show:hover)
  .left-img
  .left-back-img {
  opacity: 0;
}
.main-container:has(.left-img .brush-item.desktop-show:hover)
  .right-img
  .right-front-img {
  opacity: 0;
}
.main-container:has(.left-img .brush-item.desktop-show:hover)
  .right-img
  .right-back-img {
  filter: blur(15px);
}

.main-container:has(.right-img .brush-item.desktop-show:hover)
  .left-img
  .left-front-img {
  opacity: 0;
}
.main-container:has(.right-img .brush-item.desktop-show:hover)
  .left-img
  .left-back-img {
  filter: blur(15px);
}
.main-container:has(.right-img .brush-item.desktop-show:hover)
  .right-img
  .right-front-img {
  filter: blur(15px);
}
.main-container:has(.right-img .brush-item.desktop-show:hover)
  .right-img
  .right-back-img {
  opacity: 0;
}

/*# sourceMappingURL=styles.css.map */
