:root {
  --blue: #276bfe;
  --white: #fff;
  --gray: #8392ad;
}

@font-face {
  font-family: NagelBold;
  src: url("./fonts/Nagel-Bold.ttf");
}
@font-face {
  font-family: NagelMedium;
  src: url("./fonts/Nagel-Medium.ttf");
}
@font-face {
  font-family: NagelRegular;
  src: url("./fonts/Nagel-Regular.ttf");
}
@font-face {
  font-family: NagelLight;
  src: url("./fonts/Nagel-Light.ttf");
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "NagelRegular", sans-serif;
  font-size: 18px;
  background: linear-gradient(180deg, #323948 28.38%, #232732 100%);
}
.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
}
.navbar .navbar-brand img {
  width: 260px;
  height: 36.09px;
}
.navbar.navbar-dark .nav-link {
  font-family: "NagelRegular", sans-serif;
  color: #e9eef1 !important;
  font-weight: 300 !important;
}
.heading-01 {
  font-family: "NagelBold", sans-serif;
  font-size: 58px !important;
  font-weight: 500 !important;
}
.heading-02 {
  font-family: "NagelMedium", sans-serif;
  font-size: 46px !important;
  font-weight: 500 !important;
}
.pointer {
  cursor: pointer !important;
}


.typeWritter {
  border-right: 5px solid;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 10px;
  width: 130%;
  animation: typing 2s steps(7) infinite, cursor .4s step-end infinite alternate;
}

/* cursor blinking */
@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

/* typing effect */
@keyframes typing {
  from {
    width: 0;
  }
}

.parallax-img
{
  animation: parallaxImage 5s infinite;
}

@keyframes parallaxImage {
  0% {
    transform: translate(0px, 0px);
  }
  50%
  {
    transform: translate(0px, 20px);
  }
  100% 
  {
    transform: translate(0px, 0px);
  }
}


/* body-wrapper */
.body-wrapper {
  background-image: url(../images/circle-bg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}
/* hero-section */
.hero-section {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
}
/* benefici-principali */
.benefici-principali .heading-02 {
  border-bottom: 2px solid #04cb66;
  display: flex;
  width: fit-content;
}
.lists .list-section-wrapper {
  margin-top: 28px;
}
.lists .list-section-wrapper .list-heading {
  color: #232732;
  font-size: 22.5px;
  font-weight: 500;
  font-family: "NagelMedium", sans-serif;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  display: inline;
  padding: 2px 18px;
}
.lists .list-section-wrapper p {
  font-family: "NagelLight", sans-serif;
  color: #8392ad;
  padding-left: 18px;
  padding-top: 10px;
  font-size: 16px;
}
/* come-funziona */
.come-funziona .heading-02 {
  border-bottom: 2px solid #276bfe;
  display: flex;
  width: fit-content;
}
.bg-body-wrapper {
  background-image: url("../images/body-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* partner */
.partner .heading-02 {
  border-bottom: 2px solid #f1b500;
  display: flex;
  width: fit-content;
  margin-bottom: 100px;
}

/* partner-list */
.partner-list .list-item {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}
.partner-list .list-item img {
  margin-right: 14px;
}
.partner-list .list-item p {
  color: #e4eaef;
  font-size: 15px;
  font-family: "NagelLight", sans-serif;
}
.partner .bottle-img {
  width: 380px;
}

/* reviews-section */
.reviews-section {
  background-color: #fff;
}
.reviews-section .heading-02 {
  color: #323948;
  border-bottom: 2px solid #323948;
  display: inline;
}

.reviews-section .review-text {
  font-family: "NagelLight", sans-serif;
  color: #232732;
  font-size: 14px;
}

/* footer */
.footer {
  background-color: #232732;
}
.footer .footer-links {
  padding: 0px !important;
  margin-bottom: 0;
}
.footer .footer-links li {
  list-style: none;
  font-family: "NagelRegular", sans-serif;
  color: #e9eef1;
  font-size: 16px;
}
.footer .footer-links li a {
  color: #e9eef1;
  text-decoration: none;
}
.footer .contact-number,
.footer .contact-email {
  color: #e9eef1;
  font-size: 16px;
  font-family: "NagelLight", sans-serif;
  line-height: 1.3;
}

.footer .social-links {
  display: flex;
  align-items: center;
}
.footer .address {
  color: #8392ad;
  font-size: 16px;
  font-family: "NagelLight", sans-serif;
  line-height: 1.3;
}

/* faq-body-wrapper */
.faq-body-wrapper .heading-02 {
  border-bottom: 2.5px solid #e4eaef;
  width: fit-content;
}

.faq-body-wrapper p span {
  font-family: "NagelMedium", sans-serif;
  color: #e4eaef;
  padding-right: 2px;
  font-weight: 600;
}

/* contact-body-wrapper */
.contact-body-wrapper h1.heading-02 {
  border-bottom: 2.5px solid #e4eaef;
  width: fit-content;
}
.contact-body-wrapper p {
  font-family: "NagelLight", sans-serif;
  color: #e4eaef;
}

.contact-body-wrapper .contact-wrapper {
  background-color: #323948;
  border-radius: 20px;
  padding: 40px 30px;
}
.contact-body-wrapper .contact-wrapper div.heading-02 {
  color: #e4eaef;
}
.contact-body-wrapper .contact-wrapper .input-group input,
.contact-body-wrapper .contact-wrapper .input-group textarea {
  background-color: #e4eaef;
  color: #7a8cb0;
  height: 64px;
  border-radius: 8px;
  font-size: 16px;
}

.contact-body-wrapper .contact-wrapper .submit-contact {
  background-color: #2366fa;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  border: none;
  border-radius: 8px;
  height: 64px;
}

/* Style for the placeholder text */
input[type="text"]::placeholder,
input[type="email"]::placeholder {
  font-family: "NagelLight", sans-serif;
  color: #7a8cb0; /* Set your desired placeholder color */
}
textarea::placeholder {
  font-family: "NagelLight", sans-serif;
  color: #7a8cb0; /* Set your desired placeholder color */
}