/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helveticaneue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'HelveticaNeue', sans-serif;
  overflow-x: hidden !important;
}

body::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #D19F5A;

}

main {
  overflow-x: hidden !important;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaNeue', sans-serif;
}

/*--------------------------------------------------------------
# Custom css
--------------------------------------------------------------*/
.logo-bg {
  background-color: #5AC1C1;
  padding: 50px 0 35px 0;
  border-bottom: 2px solid #5D4821;
}

.navbar {
  border-top: 3px solid #5D4821;
}

/* index page code start here */

#video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* Set the z-index to be behind other content */
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure the video covers the entire container */
}

.btn_redirect {
    position: absolute;
    bottom: 5em;
    right: 1em;
    color: transparent !important;
    background: transparent;
    padding: 35px 11em;
    text-decoration: none;
}

.btn_redirect:hover {
  color: transparent !important;
}

/* index page code end here */


.logo-bg {
  z-index: 999;
}

.box-with-curved-side-borders {
  position: relative;
  height: 1200px;
  overflow: hidden;
}

/* Left border */
.box-with-curved-side-borders::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #E3C597;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Right border */
.box-with-curved-side-borders::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #D19F5A;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tree_root_1 {
  padding-right: 14rem !important;
  padding-bottom: 0px !important;
}

.about_heading {
  background-color: #AB7C50;
}

.about_heading a {
  text-underline-offset: 6.5px !important;
}

.about_heading h1 {
  color: white !important;
  font-weight: 500;
}

.img_card .card {
  width: 18rem;
  border-radius: 0px !important;
}

.me_text {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.side_bar li a {
  color: #CE8129;
  font-size: 16px;
}

.menu {
  display: none;
}

.side_bar li a:hover {
  color: #000000;
  text-decoration: underline !important;
}

.root_image_two {
  top: 19.5%;
  right: -125px;
  z-index: 1;
  max-width: 130% !important;
}

.root_image_2 {
  top: 25%;
}

.root_image_three {
  left: -17px;
  top: 54.5%;
  max-width: 132% !important;
}

.tree_root_1 {
  transform: translateY(13px);
  z-index: -1;
}
.root_image_3{
  top: 62%;
}
.krystan{
  color: #594A3D !important;
}
footer {
  background-color: #D19F5A;
}

.me_text {
  font-size: 1.1rem;
}

@media(max-width: 856px) {

  .root_image_two,
  .root_image_three {
    max-width: 100% !important;
  }

  .root_image_two {
    top: 23.6%;
    right: -93px;
    z-index: 1;
  }

  .root_image_three {
    left: -4px;
    top: 43%;
  }

  .box-with-curved-side-borders::before {
    content: '';
    width: 18px;
  }

  .box-with-curved-side-borders::after {
    content: '';
    width: 18px;
  }

  .tree_root_1 {
    padding-right: 5rem !important;
    padding-bottom: 0px !important;
  }

  .me_text {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important;
  }

  .side_bar li a {
    font-size: 15px;
  }

}

@media(max-width: 770px) {
  .root_image_two {
    top: 15.6%;
    right: -61px;
    z-index: 1;
  }
}

@media(max-width: 576px) {

  .root_image_two,
  .root_image_three {
    display: none;
  }

  .box-with-curved-side-borders {
    display: none;
  }

  .rw {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  #menu {
    right: 26px !important;
    top: 32%;
  }

  #cross {
    right: 26px !important;
    top: 31%;
    display: none;
  }

  .side_bar {
    position: fixed;
    background: #ffffff;
    top: 0;
    z-index: 999;
    left: -100%;
    height: 100%;
    padding-top: 55px !important;
    transition: all .3s ease;

  }

  .me_text {
    font-size: 1.1rem;
  }

  .rw img {
    width: 194px !important;
  }

  .footer_icons {
    padding: 0 !important;
  }

  body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 73%;
    background-color: #D19F5A;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .logo-bg {
    padding: 35px 0 25px 0;
  }

  /* ===============   Text size =============== */
  .book-text-block div p {
    font-size: 1.1rem !important;
  }

  .k-sticker div p {
    font-size: 1.1rem !important;
  }

  .boop-text-block div p {
    font-size: 1.1rem !important;

  }

  .banana-cream-text-block div p {
    font-size: 1.1rem !important;
  }

  .transport-logo--text-block div p {
    font-size: 1.1rem !important;

  }

  .azn-text-block div p {
    font-size: 1.1rem !important;
  }

  .brochures div>p {
    font-size: 1.1rem !important;

  }


  .bags-collection div p {
    font-size: 1.1rem !important;
  }

  .chocolate-block div p,
  .sneaker-block div p {
    font-size: 1.1rem !important;

  }

  .social-accounts div p {
    font-size: 1.1rem !important;

  }

  .learning-text-block div p {
    font-size: 1.1rem !important;

  }

  .contact-page .me_text p {
    font-size: 1.1rem !important;

  }

  .menu {
    display: block;
  }


}



/* ==================== Book  ====================== */
.book-text-block div p {
  font-size: 1.25rem;
  /* background-color: red; */
}

.proto-rounded-color>div {
  width: 75px;
  height: 75px;
}

.proto-rounded-color .proto-yellow {

  background-color: #FEEF78;
}

.proto-rounded-color .proto-green {
  background-color: #CFFF8F;
}

.proto-rounded-color .proto-pink {

  background-color: #F7DAFD;
}


/* =================== Brand Illustration ================================== */
.k-sticker div p {
  font-size: 1.25rem;
}

.boop-text-block div p {
  font-size: 1.25rem;

}

.page-subheading {
  color: #E2B51E;
}

.proto-solidyellow {
  background-color: #FFE126;
}

.proto-blue {
  background-color: #0D1139;
}

.proto-brown {
  background-color: #B57731;
}


/* ====================  Logo Page ==================================== */

.banana-cream-text-block div p {
  font-size: 1.25rem;
}

.transport-logo--text-block div p {
  font-size: 1.25rem;

}

.azn-text-block div p {
  font-size: 1.25rem;
}

.proto-logopink {

  background-color: #F2BAD6;
}

.proto-logolemon {
  background-color: #F1FEA7;

}

.proto-logogreen {
  background-color: #00A331;

}

.proto-logoyellow {
  background-color: #FFE126;

}

.proto-logored {
  background-color: #ED1C24;
}

.proto-logogrey {
  background-color: #BCBEC0;

}

.proto-logolightyellow {
  background-color: #FFE126;

}

.proto-logoorange {
  background-color: #FFBD20;

}

.proto-logomehroon {
  background-color: #BE0000;

}

.proto-logobrown {
  background-color: #3C2415;

}

/* ===================  Brochures ================================= */
.brochures {
  padding-top: 2px;
}

.brochures div>p {
  font-size: 1.20rem;
  /* padding-right: 30px; */

}

.proto-brochures-yellow {
  background-color: #FFE126;

}

.proto-brochures-blue {
  background-color: #0D1139;

}

.proto-brochures-brown {
  background-color: #B57731;

}


/* =================== Digital & Print Ads ======================= */
.bags-collection div p {
  font-size: 1.25rem;
}

.chocolate-block div p,
.sneaker-block div p {
  font-size: 1.25rem;

}

.printads-circle-1 {
  background-color: #EFB1BE;

}

.printads-circle-2 {
  background-color: #8DC642;

}

.printads-circle-3 {
  background-color: #FFFFFF;

}

.printads-circle-4 {
  background-color: #D62C75;

}

.printads-circle-5 {
  background-color: #069152;

}

.printads-circle-6 {
  background-color: #B7C833;

}

.printads-circle-7 {
  background-color: #AA4E8C;

}

.printads-circle-8 {
  background-color: #EC008C;

}

.printads-circle-9 {
  background-color: #D2616B;

}

.printads-circle-10 {
  background-color: #F9BE82;

}


/* ============================== Learning Material ================================ */
.bi-envelope {
  border: 2px solid red;
  border-radius: 50%;
}

.learning-text-block div p {
  font-size: 1.25rem;

}


/* ======== Contact ================= */
.social-accounts div p {
  font-size: 1.25rem;

}

.tiktok {
  display: inline;

}

.contact-page .me_text p {
  font-size: 1.25rem;

}