@font-face {
  font-family: "RadikalMedium";
  src: url("fonts/Radikal-RadikalMedium.ttf");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "RadikalBold", sans-serif;
  src: url("fonts/Radikal-RadikalBold.ttf");
  font-weight: 600;
  font-style: normal
}

.letter-spacing {
  letter-spacing: 5px;
}

.border-radius-bottom-left {
  border-bottom-left-radius: 50px;
}

body {
  font-size: 1rem;
  font-family: "RadikalMedium";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000861;
}

.section_secondary {
  display: none;
}

.section_secondary.open {
  display: block;
}

.modal-content .close {
  z-index: 10;
  opacity: 1;
  text-shadow: none;
  font-size: 1.4rem;
  position: absolute;
  right: 24px;
  top: 24px;
}

.modal-content .close span {
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.1rem;
}

.modal-content {
  background-color: #e8eaff;
  border-radius: 20px;
  border: 1px solid #e8eaff;
}

.modal-content i {
  font-size: 1.1rem;
  vertical-align: middle;
  font-weight: 600;
  background-color: #fa4881;
  height: 37px;
  width: 37px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.modal-content i {
  font-weight: 500;
}

.modal-backdrop.show {
  opacity: .6;
  background-color: white;
}

a.section-link:hover::before, a.section-link.active::before {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}

a.section-link.tta:hover::before, a.section-link.tta.active::before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 19px solid #ee1d52;
}

a.section-link.make-believe:hover::before, a.section-link.make-believe.active::before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 19px solid #d0764a;
}

a.section-link.veg-to-choc-drops:hover::before, a.section-link.veg-to-choc-drops.active::before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 19px solid #27aa49;
}

a.section-link.virtual-zoo:hover::before, a.section-link.virtual-zoo.active::before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 19px solid #132530;
}

a.section-link.borrow-my-bear:hover::before, a.section-link.borrow-my-bear.active::before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 19px solid #38928a;
}

.border-bottom {
  border-bottom: 5px solid #fa4881 !important;
}

.bg-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.text-box {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

.section-link:hover .bg-box, .section-link.active .bg-box {
  display: block;
}

.text-blue {
  color: #4050fb;
}

.text-red {
  color: #ee1d52;
}

.bg-gray {
  background-color: #e8eaff;
}

.text-dark {
  color: #000000 !important;
}

.btn-secondary {
  color: #fff;
  background-color: #4050fb;
  border-color: #4050fb;
  border-radius: 20px;
  padding: .375rem 1.95rem;
}
.btn-secondary:hover {
  background-color: #2335b0;
  border-color: #2335b0;
}
.line-height-1 {
  line-height: 1;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.rounded {
  border-radius: 25px !important;
}

.bg-blue {
  background-color: #4050fb;
}


.bg-gray-dark {
  background-color: #2e2e3b;
}

.text-gray-dark {
  color: #2e2e3b;
}


.header .rounded {
  border-radius: 40px !important;
}

.footer a {
  color: #29abe2;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

.footer-logo {
  max-width: 135px;
  min-width: 120px;
}

a {
  text-decoration: underline;
  color: #fa4881;
}

a:hover {
  text-decoration: none;
  color: #fa4881;
}


.h4, h4 {
  font-size: 1.2rem;
}


/* typography */

.display-1 {
  font-size: 3rem;
  line-height: 0.8;
}

.display-2 {
  font-size: 3rem;
  line-height: 1;
}


/***** Header ******/

.header {
  background: #e8eaff;
  overflow: hidden;
}


.header::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url(images/Header-image-kid.svg) no-repeat right;
  width: 231px;
  height: 171px;
  background-size: contain;
  z-index: 1;
}

.img-square {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 76%;
  background-position: center;
}

.img-square-big {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 96%;
}


.letter-spacing {
  letter-spacing: 1px;
}


.tooltip.show {
  opacity: 1;
}

.h2, h2 {
  font-size: 1.3rem;
}

.h3, h3 {
  font-size: 1.45rem;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 1rem;
  font-weight: 400;
}


.display-4 {
  font-size: 1.3rem;
}


@media (min-width: 576px) {


  .display-4 {
    font-size: 1.4rem;
  }

  .h3, h3 {
    font-size: 1.30rem;
  }


  .display-1 {
    font-size: 3.6rem;
  }


  .display-2 {
    font-size: 3.6rem;
    line-height: 0.8;
  }

  .display-1 {
    font-size: 4.5rem;
    line-height: 0.8;
  }

  .display-4 {
    font-size: 1.8rem;
  }


}

@media (min-width: 768px) {
  .w-100 {
    width: 49% !important;
  }

  .h2, h2 {
    font-size: 1.5rem;
  }

  .display-4 {
    font-size: 1.8rem;
  }

  .display-2 {
    font-size: 4.2rem;
    line-height: 1;
  }

  .display-1 {
    font-size: 5.5rem;
    line-height: 0.8;
  }

  .header::before {
    width: 516px;
    height: 281px;
    background-size: contain;
    z-index: 1;
  }

  .border-radius-bottom-left {
    border-bottom-left-radius: 150px;
  }
}


@media (min-width: 992px) {
  .modal-dialog {
    max-width: 743px;
  }


  .h4, h4 {
    font-size: 1.5rem;
  }

  .h2, h2 {
    font-size: 2.3rem;
  }


  .display-4 {
    font-size: 2.4rem;
  }

  .lead {
    font-size: 1.2rem;
  }

  .display-2 {
    font-size: 5.1rem;
    line-height: 1;
  }

  .display-1 {
    font-size: 7rem;
    line-height: 0.8;
  }

  .display-4 {
    font-size: 1.7rem;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .divider {
    margin-left: 0;
  }

  .border-radius-bottom-left {
    border-bottom-left-radius: 250px;
  }

  .header::before {
    width: 482px;
    height: 494px;
    background-size: contain;
    z-index: 1;
  }

  .border-radius-bottom-left {
    border-bottom-left-radius: 250px;
  }
}

@media (min-width: 1200px) {
  .header::before {
    width: 597px;
    height: 582px;
    background-size: contain;
    z-index: 1;
  }

  .header .px-lg-0 {
    padding-left: .5rem!important;
  }

  .h4, h4 {
    font-size: 1.9rem;
    padding: 0 2.5rem 0 1rem;
  }

  .lead {
    font-size: 1.4rem;
  }

  .h3, h3 {
    font-size: 1.65rem;
  }

  .display-2 {
    font-size: 6.2rem;
    padding: 0 0rem 0 1rem;
  }


  .container {
    max-width: 1418px;
  }


}

@media (min-width: 1500px) {
  .h4, h4, .display-2 {
    padding: 0;
  }
  .header .px-lg-0 {
    padding-left: 0 !important;
  }
  .display-2 {
    font-size: 7.9rem;
    line-height: 1;
  }

}