@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
  font-family: "Source Sans Pro", sans-serif;
}
h1,
h2 {
  font-weight: 900;
  text-transform: uppercase;
}
.site-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.site-link {
  color: #f89a1c;
}
.site-link:hover,
.site-link:focus {
  color: #f89a1c;
  text-decoration: underline;
}
.pre-navbar {
  padding: 20px 0;
}
.covid-info {
  background-color: #ebebeb;
  padding: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
}
.covid-info i,
.covid-info b {
  color: #2a5fa3;
}
.navbar {
  background-color: #f89a1c;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0 !important;
}
.navbar-nav {
  width: 100%;
  justify-content: space-between;
}
.navbar-nav .nav-item {
  padding: 0.5em 0;
}
.navbar-nav .nav-item:last-child {
  background-color: #418f09;
}
.navbar-nav .nav-item:last-child .nav-link {
  color: rgba(255, 255, 255, 1) !important;
}
.image-section {
  background-image: url("../img/bgimg.jpg");
  background-size: cover;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
}
.image-section h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 1.7em;
  width: 50%;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px#333;
}
.image-section p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  text-shadow: 1px 1px 2px#333;
}
.btn-primary {
  background-color: #418f09;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-color: #418f09;
  border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #418f09;
  border-color: #f89a1c;
}
.image-section_features {
  background-color: #f89a1c;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  margin-bottom: 150px;
}
.image-section_features div {
  text-align: center;
}
.image-section_features i {
  font-size: 2em;
}
.prod-image {
  width: 100%;
}
.prod-image-wrapper {
  position: relative;
}
.prod-image-wrapper img {
  position: relative;
  max-width: 100%;
}
.benefits {
  background-color: #ebebeb;
  padding: 40px;
}
.testimonials {
  background-color: #de5b27;
  padding: 20px;
}
.testimonial {
  margin-bottom: 20px;
  clear: both;
}
.testimonial div.testimonials-details {
  width: 79%;
  text-align: left;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.testimonial div.testimonials-details > p {
  margin-bottom: 0;
}
.testimonial div.testimonials-details > img {
  margin: 0 !important;
  width: 20% !important;
}
.testimonial img {
  width: 10%;
  margin: 5%;
  margin-right: 4.8%;
  margin-left: 4.5%;
  display: inline-block;
  vertical-align: top;
}
/* section six */
section.six {
  background: #ebebeb;
  text-align: center;
  padding: 40px 0;
}
section.six .content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.six .profesional-card {
  background-color: #fff;
  padding: 20px;
}
section.six div.content div.profesional-card div.body h4 {
  margin: 10%;
}
section.six div.content div.profesional-card img {
  width: 80%;
  padding: 10%;
  border-bottom: 1px solid #000;
}

section.seven {
  margin: 0 auto;
  text-align: center;
}
section.seven h1 {
  display: block;
  font-weight: bold;
  width: 100%;
  clear: both;
  margin: 7% auto;
}
section.seven .our-offer {
  display: block;
  background: #418f09;
  position: absolute;
  top: -20px;
  left: 20px;
  right: 20px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  padding: 5px;
}
section.seven .card {
  background-color: #ebebeb;
  position: relative;
}
section.seven .card-header {
  padding: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.seven .card-header img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
section.seven .card-body {
  background-color: #f89a1c;
  color: #fff;
}
section.seven .card-text {
  border-top: 1px solid #de5b27;
  border-bottom: 1px solid #de5b27;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* section FAQ */
.main-heading{
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 6%;
  text-transform: uppercase;
}

.accordion-right-col p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.accordion-right-col .card-body{
  background-color: #fff;
  color: #000 !important;
  padding: 0.6rem;
}

.card-header{
  padding: .25rem 0.75rem !important;
}

.card{
  margin-bottom: 5px !important;
}

.accordion-right-col .card-header[aria-expanded="true"]{
  background-color: #f89a1c;
  color: #fff;
}

/* section nine */

.znak-box {
  justify-content: center;
}

.znak {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .znak {
    max-width: 34%;
  }
}

/* section ten */

section.ten{
  margin-bottom: 40px;
  background-color: #ebebeb;
  position: relative;
}

section.ten div.image-holder,
section.ten div.form-wrapper,
section.ten div.first-div-absolute{
  z-index: 999;
}

section.ten div.image-holder p{
  position: absolute;
  color: #000;
  right: 20px;
  bottom: 60px;
  font-size: 80px;
  font-weight: bold;
}
section.ten img.banner-image-absolute{
  position: absolute;
  bottom: 15px;
  width: 104%;
  left: -2%;
  z-index: 1;
}

section.ten .last-head{
  font-weight: bold;
  margin-top: 5%;
  margin-bottom: 5%;
  text-transform: uppercase;
}

section.ten div.first-div-absolute p.white{
  font-size: 29px;
  font-family: 'Lobster', cursive;
  color: #000;
  margin-top: 120px;
  font-weight: bold;
}

.banner-space{
  padding: 2rem 1rem;
}

.single-paragraf{
  margin-bottom: 0.5rem !important;
}

.form-banner{
  position: relative;
  bottom: -10px;
  border: 1px solid #fdcb08;
  border-radius: .25rem;
  background-color: #fdcb08;
  padding: 1rem;
}

.form-banner  h1{
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #fff;
}

.form-banner h3{
  font-weight: bold;
  text-decoration: line-through;
}

.shipping-text{
  text-align: right;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.btnFormLast{
  width: 100%;
  margin-top: 5%;
  border-radius: 20px;
  font-size: 1.7rem;
  font-weight: bold;
}

.banner-image-right {
  position: relative;
  margin-top: 40px;
}

@media screen and (min-width: 996px) {
  .image-auto {
    width: auto;
  }
  .image-section_features {
    flex-direction: row;
  }
  .prod-image {
    width: 50%;
  }
  .prod-image-wrapper img {
    position: absolute;
    left: 0;
    top: -50px;
    width: 140%;
  }
  section h1 {
    width: 100%;
    margin: 0 auto;
  }
  section.six .content {
    flex-direction: row;
  }
  section.six .profesional-card {
    width: 30%;
  }

  /* section ten */
  section.ten div.row div{
    text-align: left;
  }
  .image-holder{
    position: relative;
  }
  .banner-image-right{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  section.ten div.first-div-absolute p.white, section.ten div.image-holder p {
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .prod-image-wrapper img {
    position: absolute;
    left: 0;
    top: -90px;
    width: 130%;
  }
}

.composition-img {
  max-width: 861px;
  position: relative;
}

.composition-1,
.composition-2,
.composition-3,
.composition-4,
.composition-5 {
  color: #212529;
  font-weight: bold;
  position: absolute;
  font-size: 10px;
}

.composition-1 {
  top: 0;
  left: 70%;
}
.composition-2 {
  top: 45%;
  left: 90%;
}
.composition-3 {
  top: 89%;
  left: 77%;
}
.composition-4 {
  top: 79%;
  left: -7%;
  max-width: 95px;
}
.composition-5 {
  top: 14%;
  left: -10%;
  max-width: 86px;
}

@media screen and (min-width: 360px) {
  .composition-4 {
    top: 79%;
    left: -2%;
  }
  .composition-5 {
    top: 15%;
    left: -5%;
  }
}

@media screen and (min-width: 480px) {
  .composition-5 {
    top: 20%;
    left: 1%;
    max-width: 86px;
  }
  .composition-4 {
    top: 80%;
    left: 0%;
    max-width: 116px;
  }
}
@media screen and (min-width: 768px) {
  .composition-1,
  .composition-2,
  .composition-3,
  .composition-4,
  .composition-5 {
    font-size: 17px;
  }
  .composition-4 {
    top: 80%;
    left: 0;
    max-width: 150px;
  }
  .composition-5 {
    top: 20%;
    left: 1%;
    max-width: 110px;
  }
}

@media screen and (min-width: 996px) {

  .composition-1,
  .composition-2,
  .composition-3,
  .composition-4,
  .composition-5 {
    font-size: 24px;
  }
  .composition-4 {
    top: 79%;
    left: 0;
    max-width: 215px;
  }
  .composition-5 {
    top: 20%;
    left: 2%;
    max-width: 151px;
  }
}

.h1, h1 {
  font-size: 1.8rem;
}

.b-padding-bottom {
  padding-bottom: 10px;
}



@media screen and (max-width: 992px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    margin: 0;
    max-width: 100%;
  }
  .navbar-nav .nav-item{
    padding-left: 10%;
    padding-right: 10%;
  }
  .navbar-toggler {
    margin-left: 10%;
  }
}
@media screen and (max-width: 577px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    margin: 0;
    max-width: 100%;
  }
  .navbar-nav .nav-item{
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-toggler {
    margin-left: 20px;
  }
}

.fa {
  display: inline-block;
}
.fa-check-circle {
  width: 33px;
  height: 33px;
  background: url(../img/check-circle.png) no-repeat center center;
  background-size: contain;
}
.fa-star {
  width: 15px;
  height: 16px;
  background: url(../img/star.png) no-repeat center center;
  background-size: contain;
}
.fa-star-o {
  width: 15px;
  height: 16px;
  background: url(../img/star-2.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.ten div.first-div-absolute p.white {
      font-size: 26px;
      margin-top: 68px;
      margin-bottom: 0;
      color: #fff;
  }
}