.navbar {
  margin-bottom: 0px !important;
}

.navbar-brand {
  color: #6D4B11 !important;
}

.navbar-nav {
        float: right !important;
        margin-right: 50px;
        font-size: medium;
    }

.btn-primary {
  background-color: #6D4B11 !important;
  border-color: #6D4B11 !important;
}

body {
  font-family: 'Poppins', sans-serif !important;
}

.swiper {
  width: 100%;
  height: fit-content;
}

.logo {
  margin-right: 4px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 740px;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6d4b11;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #6d4b11;
}

.style .card-img-top:hover {
  opacity: 0.5;
}


#col-2 {
    background-image: url(img/FRAGRANCE.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-top: 180px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 25px;
}

#scopri {
    color: #fff;
    text-shadow: -6px 5px 12px black;
}


.space {
  height: 70px;
  max-width: fit-content;
  margin: 0 auto;
}

.space2 {
  height: 30px;
  max-width: fit-content;
  margin: 0 auto;
}

.titolo {
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

#aboutus {
  font-family: 'Poppins', sans-serif;
}

.h1, h1 {
    font-size: 36px !important;
}

.hr {
  color: #6D4B11 !important;
}

h3 {
  color: #6D4B11 !important;
}

h2 {
  text-align: center;
  color: #6D4B11 !important;
}

.info {
  background-color: #6D4B11;
  color: white;
  padding: 10px 20px;
  text-align: center;
  vertical-align: center;
  font-family: 'Poppins', sans-serif;
}


#iconimagesbot {
  font-size: 25px !important;
  vertical-align: bottom;
  margin: 0 10px;
}

#iconimagesbot2 {
  font-size: 27px !important;
  vertical-align: bottom;
  margin: 0 10px;
}

#iconimagesbot3 {
  font-size: 27px !important;
  vertical-align: bottom;
  margin: 0 10px;
}

.infotext {
  vertical-align: center;
  display: inline;
  font-family: 'Poppins', 'Poppins Light', sans-serif;
}

.footer {
  background-color: #6D4B11 !important;
  font-family: 'Poppins', sans-serif;
}


.contatti {
  display: flex;
  flex-direction: column;

  margin: 50px 30px;
}

.contatti .form {
  /* width: 80%; */
}

.contatti .indirizzo {
  text-align: center;
}

.contatti .indirizzo img {
  height: 2em;
  padding-right: 10px;
}

.contatti .indirizzo a {
  text-decoration: none;
  color: #6D4B11;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Gotham", Helvetica, Arial, sans-serif;
}

#contact {
  background: #ffffff;
}

#contact h3 {
  color: #6D4B11;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #6D4B11;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #6D4B11;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #C6932C;
}

::-webkit-input-placeholder {
  color: #8E7B54;
}

:-moz-placeholder {
  color: #8E7B54;
}

::-moz-placeholder {
  color: #8E7B54;
}

:-ms-input-placeholder {
  color: #8E7B54;
}

.img-chi {
  width: 100%;
}

@media (max-width: 768px) {
  .contatti {
    flex-direction: column;

    margin: 0 20px;
  }

  #contact {
    width: 100%;
  }

  .contatti .form {
    width: 100%;
    margin: 0;
  }

  .contatti .indirizzo {
    margin: 20px 0;
    order: 2;

  }

::-webkit-input-placeholder {
  color: #99814B;
}

:-moz-placeholder {
  color: #99814B;
}

::-moz-placeholder {
  color: #99814B;
}

:-ms-input-placeholder {
  color: #99814B;
}

.img-chi {
  width: 100%;
}

@media (max-width: 768px) {
  .contatti {
    flex-direction: column;

    margin: 0 20px;
  }

  #contact {
    width: 100%;
  }

  .contatti .form {
    width: 100%;
    margin: 0;
  }

  .contatti .indirizzo {
    margin: 20px 0;
    order: 2;

  }

}
