* {
  transition: all 0.5s ease-in-out;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
}

/* Fonts */
@font-face {
  src: url(../fonts/ITCAvantGardeStdBk.otf);
  font-family: "bk-fonts";
}

@font-face {
  src: url(../fonts/ITCAvantGardeStdDemi.otf);
  font-family: "demi-fonts";
}

.bk-fonts {
  font-family: "bk-fonts";
}

.demi-fonts {
  font-family: "demi-fonts";
}

strong {
  font-family: "demi-fonts" !important;
}

/* Navbar */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1rem;
}

.logo {
  width: 250px;
}

.menu-bar {
  font-size: 30px;
  cursor: pointer;
}

.navbar-link {
  margin: 0 2rem 0 0;
}

.cart-icon {
  width: 27px;
}

.cart-red-icon {
  width: 12px;
  height: 12px;
  background: #ff3131 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
}

.infermentum-world-btn {
  letter-spacing: 0.53px;
  color: #000000;
  position: relative;
}

.infermentum-world-btn::after {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.infermentum-world-btn:hover {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .logo {
    width: 200px;
  }
}

@keyframes open-animation {
  from {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }

  to {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
}

@keyframes close-animation {
  from {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    font-size: 100%;
  }

  to {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    font-size: 0%;
  }
}

.menu {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
}

.menu-close {
  font-size: 40px;
  cursor: pointer;
}

.menu.open {
  display: block;
  animation: open-animation 0.75s linear;
}

.menu.close {
  display: none;
  animation: close-animation 0.75s linear;
}

.menu-links {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.menu-main-link {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 3.75rem;
  line-height: 63px;
}

.menu-main-link:hover {
  color: #000000;
  text-decoration: none;
}

.menu-links .dot {
  color: #000000;
  font-size: 3.75rem;
  line-height: 63px;
  margin: 0 2rem;
}

.sub-menu-link {
  letter-spacing: 1.3px;
  color: #000000;
  font-size: 13px;
  line-height: 31px;
}

.sub-menu-link:hover {
  text-decoration: none;
  color: #000000;
}

.menu-links .dash {
  color: #000000;
  font-size: 1.5rem;
  margin: 0 1rem;
}

.menu .container-fluid {
  display: none;
}

@media (max-width: 1200px) {
  .menu-main-link {
    font-size: 2.75rem;
    line-height: 51px;
  }

  .menu-links .dot {
    font-size: 2.75rem;
    line-height: 51px;
  }
}

@media (max-width: 768px) {
  .menu-main-link {
    font-size: 2rem;
    line-height: 26px;
  }

  .menu-links .dot {
    font-size: 2rem;
    line-height: 36px;
    margin: 0 1rem;
  }

  .sub-menu-link {
    font-size: 11px;
    line-height: 24px;
  }

  .menu-links .dash {
    color: #000000;
    font-size: 1.3rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 576px) {
  .menu br {
    display: none;
  }

  .menu-main-link {
    display: block;
    margin-top: 1.5rem;
  }

  .menu-links .dot {
    display: none;
  }
}

nav.scrolled {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}

/* Header */
.home-page-header-desktop {
  height: 100vh;
}

.col-6-left,
.col-6-right {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
}

@media (max-width: 1440px) {
  .home-page-header-desktop {
    height: 800px;
  }

  .col-6-left,
  .col-6-right {
    height: 800px;
  }
}

@media (max-width: 1200px) {
  .home-page-header-desktop {
    height: 700px;
  }

  .col-6-left,
  .col-6-right {
    height: 700px;
  }
}

.col-6-left {
  background: url(../images/home-header-left-img.jpg) no-repeat top left;
  background-size: 200% 100%;
  left: 0;
}

.col-6-right {
  background: url(../images/home-header-right-img.jpg) no-repeat top right;
  background-size: 200% 100%;
  right: 0;
}

.col-6-left-hover,
.col-6-right-hover {
  width: 60%;
  z-index: 5;
}

.col-6-left-hover {
  background-size: 167% 100%;
}

.col-6-right-hover {
  background-size: 165% 100%;
}

.home-header-contents {
  width: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-header-contents.left {
  left: 150px;
}

.home-header-contents.right {
  right: 150px;
}

.home-header-contents .heading {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 60px;
  line-height: 63px;
}

.home-header-contents .text {
  letter-spacing: 0.37px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin-top: 2rem;
}

.home-header-contents .button {
  display: block;
  border: 1px solid #10171a;
  border-radius: 20px;
  width: 179px;
  height: 40px;
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
  font-size: 10px;
  line-height: 40px;
}

.home-header-contents .button:hover {
  text-decoration: none;
  transform: scale(0.95);
}

@media (max-width: 1600px) {
  .home-header-contents.left {
    left: 100px;
  }

  .home-header-contents.right {
    right: 100px;
  }
}

@media (max-width: 1400px) {
  .home-header-contents .heading {
    font-size: 40px;
    line-height: 43px;
  }

  .home-header-contents .text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 1rem;
  }

  .home-header-contents .button {
    margin-top: 1rem;
    width: 152px;
    height: 35px;
    line-height: 35px;
    font-size: 9px;
  }

  .home-header-contents {
    width: 230px;
  }
}

@media (max-width: 1025px) {
  .home-header-contents.left {
    left: 80px;
  }

  .home-header-contents.right {
    right: 80px;
  }
}

.home-page-social-icons {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 11;
}

.home-page-social-icons a {
  margin-right: 1rem;
}

.home-mobile-slider .swiper-slide {
  height: 100vh;
}

.home-mobile-slider .swiper-slide.left-side {
  background: url(../images/home-header-left-img-mobile.jpg) no-repeat;
  background-size: cover;
}

.home-mobile-slider .swiper-slide.right-side {
  background: url(../images/home-header-right-img-mobile.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .home-header-contents.left {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .home-header-contents.right {
    top: 30%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -30%);
  }
}

.home-mobile-slider .swiper-pagination {
  top: 60%;
}

.home-mobile-slider .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  border: 1px solid #000;
}

.home-mobile-slider .swiper-pagination-bullet-active {
  background: #000;
}

/* Informentum World Page Header */
.informentum-world-page-header {
  height: 100vh;
  position: relative;
}

.informentum-world-page-header .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.informentum-world-page-header .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.informentum-world-page-header .upper-small-text {
  font-size: 15px;
  letter-spacing: 0.58px;
  line-height: 10px;
}

.informentum-world-page-header .heading {
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -1.5px;
}

.informentum-world-page-header .text {
  font-size: 24px;
  letter-spacing: 0.58px;
}

.informentum-world-page-header .lower-small-text {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.58px;
  margin-top: 3rem;
}

.go-down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  width: 50px;
}

@media (max-width: 991.98px) {
  .informentum-world-page-header .heading {
    font-size: 45px;
    line-height: 48px;
  }

  .informentum-world-page-header .text {
    font-size: 19px;
  }

  .informentum-world-page-header .upper-small-text,
  .informentum-world-page-header .lower-small-text {
    font-size: 13px;
  }

  .go-down-arrow {
    bottom: 5%;
    width: 40px;
  }
}

/* Our Hstory */
.our-history {
  padding: 6rem 0;
}

.our-history .contents {
  max-width: 900px;
}

.our-history .small-text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.our-history .heading {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 60px;
  line-height: 63px;
}

.our-history .text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  max-width: 650px;
}

.video-slider .swiper-slide {
  width: 40%;
  margin: 0 3% 0 0;
}

.video-slider {
  padding-bottom: 4rem;
  position: relative;
}

.video-slider .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  display: inline-block;
  border-radius: 0%;
  background: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
}

.video-slider .swiper-pagination-bullet-active {
  background: #000000;
}

.v-s-next,
.v-s-prev {
  width: 20px;
  height: 60px;
  position: absolute;
  top: calc(50% - 4rem);
  transform: translateY(0%);
  z-index: 100;
  cursor: pointer;
}

.v-s-next {
  right: 29.5%;
  background: url(../images/arrow-left.svg) no-repeat center;
  background-size: 100%;
}

.v-s-prev {
  left: 26.5%;
  background: url(../images/arrow-right.svg) no-repeat center;
  background-size: 100%;
}

@media (max-width: 1200px) {
  .our-history .heading {
    font-size: 45px;
    line-height: 48px;
  }

  .v-s-next,
  .v-s-prev {
    width: 15px;
    height: 30px;
    transform: translateY(50%);
  }

  .video-slider .swiper-slide {
    margin: 0 30px 0 0;
  }
}

@media (max-width: 991.98px) {
  .our-history .heading {
    font-size: 35px;
    line-height: 38px;
  }

  .our-history .text {
    font-size: 13px;
  }

  .v-s-prev {
    left: 25.5%;
  }
}

@media (max-width: 767.98px) {
  .our-history .contents {
    padding: 0 1rem;
  }

  .our-history .heading {
    font-size: 28px;
    line-height: 33px;
  }

  .our-history .text {
    font-size: 12px;
  }

  .our-history .small-text {
    font-size: 12px;
  }

  .video-slider .swiper-slide {
    width: 300px;
    margin: 0 1rem;
  }

  .v-s-next,
  .v-s-prev {
    display: none;
  }

  .video-slider .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }

  .video-slider {
    padding-bottom: 2rem;
  }

  .our-history {
    padding: 4rem 0;
  }
}

/* Team */
.team-contents {
  background: #fff0e0;
}

@media (min-width: 1200px) {
  .team-contents .contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
  }
}

.team-contents .upper-text {
  letter-spacing: 0.37px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.team-contents .heading {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 60px;
  line-height: 63px;
}

.team-contents .text {
  letter-spacing: 0.37px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  column-count: 2;
  column-gap: 1rem;
}

@media (max-width: 1440px) {
  .team-contents .heading {
    font-size: 55px;
    line-height: 58px;
  }
}

@media (max-width: 991.98px) {
  .team-contents .heading {
    font-size: 35px;
    line-height: 38px;
  }
}

@media (max-width: 767.98px) {
  .team-contents .upper-text {
    font-size: 13px;
    line-height: 20px;
  }

  .team-contents .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .team-contents .text {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 576.98px) {
  .team-contents .upper-text {
    font-size: 12px;
    line-height: 20px;
  }

  .team-contents .text {
    font-size: 12px;
    line-height: 20px;
    columns: 1;
  }
}

/* Products Details */
.products-details {
  padding: 6rem 0;
}

.products-details .contents {
  max-width: 1366px;
}

@media (max-width: 1366px) {
  .products-details .contents {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.products-details .heading {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 60px;
  line-height: 63px;
  max-width: 860px;
}

.products-details .text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .products-details .heading {
    font-size: 35px;
    line-height: 38px;
  }
}

@media (max-width: 767.98px) {
  .products-details .text {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 576.98px) {
  .products-details .text {
    font-size: 12px;
    line-height: 20px;
  }
}

.details-heading {
  position: relative;
  letter-spacing: 2.2px;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  z-index: 2;
}

.details-heading span {
  background: #ffffff;
  padding: 0 2%;
}

.details-heading::before {
  content: "";
  width: 90%;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: -1;
}

.details .contents {
  max-width: 400px;
}

.details img {
  width: 174px;
  margin-bottom: 2rem;
}

.details .title {
  font-size: 30px;
  line-height: 34px;
  max-width: 270px;
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .details img {
    width: 130px;
    margin-bottom: 1rem;
  }

  .details .title {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (min-width: 768px) {
  .border-side {
    position: relative;
  }

  .border-side::after {
    content: "";
    width: 1px;
    height: 90%;
    background: #000000;
    position: absolute;
    top: 5%;
    right: 0;
  }
}

/* qui */
.qui {
  padding: 6rem 0;
}

.qui .heading {
  font-size: 60px;
  line-height: 63px;
  max-width: 950px;
  padding: 0 1rem;
}

.qui .text {
  letter-spacing: 0.58px;
  color: #000000;
  font-size: 24px;
  line-height: 36px;
}

.qui-img {
  width: 80%;
  margin-top: 4rem;
}

.qui-buttons {
  width: 445px;
  display: flex;
  align-items: center;
}

.qui-buttons .button {
  border: 1px solid #10171a;
  border-radius: 20px;
  width: 179px;
  height: 40px;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
  font-size: 10px;
  line-height: 40px;
}

.qui-buttons .button.black {
  color: #ffffff;
  background: #000000;
}

.qui-buttons .button:hover {
  text-decoration: none;
  transform: scale(0.95);
}

.qui-buttons .separator {
  width: 87px;
  height: 65px;
  position: relative;
}

.qui-buttons .separator::before {
  content: "";
  height: 100%;
  border-right: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .qui .heading {
    font-size: 45px;
    line-height: 48px;
  }

  .qui-img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .qui .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .qui .text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .qui-buttons {
    width: 100%;
    justify-content: center;
  }

  .qui-buttons .button {
    width: 150px;
    height: 35px;
    line-height: 35px;
  }

  .qui-buttons .separator {
    width: 40px;
    height: 50px;
  }
}

/* Two Images Section */
.two-images-section .contents {
  max-width: 438px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.two-images-section .heading {
  letter-spacing: -1.5px;
  color: #ffffff;
  text-shadow: 0px 4px 32px #000000;
  font-size: 60px;
  line-height: 63px;
}

.two-images-section .button {
  width: 179px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 10px;
  line-height: 40px;
}

.two-images-section .button:hover {
  text-decoration: none;
  transform: scale(0.95);
}

@media (max-width: 1440px) {
  .two-images-section .heading {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 991.98px) {
  .two-images-section .heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.dolci-icon {
  width: 73px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 5;
}

.page3-header .left {
  width: 100%;
  height: 100vh;
  background: #fe675d;
  position: relative;
}

@media (max-width: 1199.98px) {
  .page3-header .left {
    overflow-x: hidden;
  }
}

.kakorhe-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes shake {
  from,
  to {
    transform: translate(0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate(0, -5px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(5px, 0);
  }
}

@keyframes shakeY {
  from,
  to {
    transform: translate(0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate(0, -5px);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(0, 5px);
  }
}

@keyframes shakeX {
  from,
  to {
    transform: translate(0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate(5px, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(-5px, 0);
  }
}

.badam-01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: shake 5s linear 0s infinite;
}

.badam-02 {
  position: absolute;
  top: 10%;
  left: 75%;
  transform: translateX(-75%);
  transform: translateY(-10%);
  animation: shakeY 5s linear 1s infinite;
}

.badam-03 {
  position: absolute;
  top: 20%;
  right: -4rem;
  transform: translateY(-20%);
  animation: shakeX 5s linear 0s infinite;
}

.badam-04 {
  position: absolute;
  top: 30%;
  left: 0rem;
  transform: translateY(-30%);
  animation: shakeX 5s linear 1s infinite;
}

.badam-05 {
  position: absolute;
  bottom: 15%;
  left: 0rem;
  transform: translateY(-15%);
  animation: shakeY 5s linear 1s infinite;
}

.badam-06 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: shakeX 5s linear 1s infinite;
}

.badam-07 {
  position: absolute;
  bottom: 5%;
  right: 9%;
  transform: translate(-9%, -5%);
  animation: shakeY 5s linear 1s infinite;
}

.badam-08 {
  position: absolute;
  bottom: 15%;
  right: -3rem;
  transform: translateY(-15%);
  animation: shake 5s linear 1s infinite;
}

.page3-header .right .contents {
  padding: 0 15%;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .page3-header .right .contents {
    padding: 0 5% 0 10%;
  }
}

@media (max-width: 767.98px) {
  .page3-header .right .contents {
    padding: 0 2rem;
  }
}

.page3-header .contents .upper-text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 28px;
}

.page3-header .contents .heading {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 60px;
  line-height: 63px;
}

@media (max-width: 991.98px) {
  .page3-header .contents .heading {
    font-size: 35px;
    line-height: 38px;
  }
}

.page3-header .contents .text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.selling-product-wrap {
  position: relative;
}

.selling-product-wrap::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.selling-product-wrap .title {
  font-size: 15px;
  line-height: 18px;
}

.selling-quantity {
  display: flex;
  align-items: center;
}

.selling-quantity .fa-plus,
.selling-quantity .fa-minus {
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px 6px;
}

.selling-quantity .fa-plus:hover,
.selling-quantity .fa-minus:hover {
  background: #000000;
  color: #ffffff;
}

.selling-quantity span {
  text-align: center;
  letter-spacing: 3px;
  color: #000000;
  font-size: 30px;
  width: 80px;
}

.selling-product-wrap .button {
  border: 1px solid #10171a;
  border-radius: 20px;
  display: block;
  letter-spacing: 1px;
  color: #000000;
  font-size: 10px;
  cursor: pointer;
  background: transparent;
  width: 95%;
  height: 40px;
}

.selling-product-wrap .button:hover {
  text-decoration: none;
  transform: scale(0.95);
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .selling-product-wrap::before {
    bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .selling-product-wrap::before {
    border: none;
  }
}

/* Information */
.information {
  background: #fff0e0;
  padding: 6rem 0;
}

.information .contents {
  padding: 0 10%;
}

.information .heading {
  letter-spacing: -1.5px;
  color: #000000;
  font-size: 60px;
  line-height: 63px;
}

.information .text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin-top: 2.5rem;
}

.information ul {
  padding: 0;
  list-style-type: none;
  margin-top: -1rem;
}

.information ul li {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 7px 0;
}

.information ul li span {
  width: 50%;
  letter-spacing: 0.45px;
  color: #000000;
  font-size: 18px;
  line-height: 17px;
}

.measurments {
  display: flex;
}

.measurments div {
  width: 25%;
  letter-spacing: 0.38px;
  font-size: 15px;
  line-height: 24px;
}

.measurments div:nth-of-type(3) {
  width: 50%;
}

.download-pdf-btn {
  width: 179px;
  height: 40px;
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #10171a;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 10px;
  line-height: 40px;
}

.download-pdf-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(0.95);
}

@media (max-width: 991.98px) {
  .information .contents {
    padding: 0 2rem;
  }

  .information .heading {
    font-size: 35px;
    line-height: 38px;
  }
}

/* Biscotts */
.biscotts {
  padding: 6rem 0;
}

.biscotts .contents {
  max-width: 1050px;
  padding: 0 2rem;
}

.biscotts .heading {
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -1.5px;
  color: #000000;
}

.biscotts .text {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.biscott-name {
  letter-spacing: 0.37px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

@media (min-width: 1600px) {
  .wrapper-padding {
    padding: 0 5%;
  }
}

/* Footer */
footer {
  background: #000000;
  padding: 4rem 0;
}

.quick-links a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
}

.contact-info {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}

.contact-info a {
  color: #ffffff;
}

.signup-btn {
  width: 179px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 10px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 426px) {
  .signup-btn {
    width: 100%;
  }
}

.signup-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(0.95);
}

.footer-social-links img {
  width: 30px;
  margin-right: 0.6rem;
}

@media (max-width: 767.98px) {
  .quick-links {
    text-align: center;
    margin-top: 3rem;
  }

  .quick-links a {
    display: inline;
    margin: 0 5px;
  }
}

.section-pagination {
  position: fixed;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 9;
}

.section-pagination a {
  display: block;
  width: 6px;
  height: 37px;
  border: 1px solid #000000;
  margin-bottom: 1rem;
}

.section-pagination a.active {
  background: #000000;
}

.dolci-stamp {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-40%);
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #000;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
