@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Lato/v30/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Lato/v30/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Lato/v30/u-4n0qyriQwlOrhSvowK_l52_wFpXw.ttf) format('truetype');
}
h1 {
  font-family: "Lato" !important;
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #ffffff !important;
  margin-bottom: 16px !important;
}

hr { 

background:black;

}
p {
  font-family: "Lato" !important;
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  text-align: justify !important;
  color: #ffffff !important;
}
@media (max-width: 990px) {
  h1 {
    text-align: center !important;
    padding: 5px !important;
    font-size: 28px !important;
    line-height: 20px !important;
  }
  p {
    text-align: center !important;
    padding: 5px !important;
    font-size: 16px !important;
  }
}
nav.navbar {
  z-index: 2;
  width: 100%;
  padding: 0px 100px 0px 100px;
  background: #000000;
}

nav.navbar img {
  margin: 15px !important;
  vertical-align: middle;
  border-style: none;
  width: 175px !important;
}

@media (max-width: 990px) {
  nav.navbar {
    padding: 10px;
  }
}
@media (max-width: 990px) {
  #logopic {
    width:150px;
  }
}
@media (max-width: 990px) {
  #footer_desktop {
    display:none;
  }
    #footer_mobile {
    display:block;
  }
}
@media (min-width: 991px) {
  #footer_desktop {
    display:block;
  }
    #footer_mobile {
    display:none;
  }
}


@media (max-width: 990px) {
  nav.navbar a {
    width: 100%;
    max-width: 164px;
  }
}
nav.navbar a img {
  height: auto;
  max-height: 114px;
}
@media (max-width: 990px) {
  nav.navbar a img {
    width: 100%;
    height: 100%;
  }
}
nav.navbar .navbar-brand {
  margin: unset;
  padding: unset;
}
@media (max-width: 990px) {
  nav.navbar .navbar-toggler {
    width: calc(100% - 220px) !important;
  }
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1 )' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  float: right;
}
nav.navbar .navbar-collapse {
  justify-content: end;
}
@media (min-width: 476px) and (max-width: 990px) {
  nav.navbar .navbar-collapse {
    background: #000000;
  }
}
nav.navbar .navbar-collapse ul li.sell-bk a {
  background: #d8ad56;
  color: #1d2023 !important;
}
nav.navbar .navbar-collapse ul li.sell-bk a:hover,
nav.navbar .navbar-collapse ul li.sell-bk a.active {
  color: #fff !important;
}

nav.navbar .navbar-collapse ul li a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 15px;
  color: #D8AD56 !important;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}
nav.navbar .navbar-collapse ul li a:hover {
  color: gold !important;
}

/* navbar update */
.nav-item.active .nav-link {
  background-color: #d4d4d4;
  color: black !important;
}

@media (max-width: 990px) {
  .nav-item.active .nav-link {
    background-color: transparent;
    color: #d4d4d4 !important;
  }
}

.home {
 /* background: url("../images/header-home.gif");*/
 background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 450px) {
  .home {
  /*  background: url("../images/header-home-mobile.gif");*/
  background-color: black;
    background-position: 10%;
  }
}
@media (max-width: 450px) {
  .home__content {
    text-align: center;
    margin-top: 20px;
  }
}
.home__logo {
  text-align: right;
}
@media (max-width: 450px) {
  .home__logo {
    text-align: center;
  }
}
.home::before {
  background-color: rgba(0, 0, 0, 0.44);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.home > .container {
  display: flex;
  padding: 306px 0 146px 0;
  margin-top: -206px;
}
@media (max-width: 450px) {
  .home > .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.home > .container img {
  width: 100%;
  height: 100%;
  max-width: 408px;
  max-height: 271px;
}
@media (max-width: 990px) {
  .home > .container img {
    max-width: 204px;
    max-height: 200px;
  }
}
.container-fluid.media {
  display: flex;
  justify-content: center;
  background: #0f0f0f;
  color: #D8AD56;
  padding: 20px 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 989px) {
  .container-fluid.media {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
.container-fluid.header-about {
  font-size: 0;
  line-height: 0;
  margin-top: -206px;
}
@media (max-width: 990px) {
  .container-fluid.header-about {
    margin-top: 0px;
  }
}
.container-fluid.header-about img {
  width: 100%;
  height: 100%;
  max-height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-fluid.header-about img.d-bg-mobile-none {
  display: block;
}
@media (max-width: 990px) {
  .container-fluid.header-about img.d-bg-mobile-none {
    display: none;
  }
}
.container-fluid.header-about img.d-bg-normal-none {
  display: block;
}
@media (min-width: 990px) {
  .container-fluid.header-about img.d-bg-normal-none {
    display: none;
  }
  
  #navbarList {
	  
	  left:-170px;
	  
	  
  }
  
  
  
}

@media (max-width: 990px) {
	  #navbarList {
	  
	  left:0px;
	  
	  
  }
	
	
}
.container-fluid.about {
  background: #0f0f0f;
  padding: 38px 100px 52px 100px;
}
@media (max-width: 475px) {
  .container-fluid.about {
    padding: 10px;
  }
}
.container-fluid.about > .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .container-fluid.about > .container {
    flex-wrap: wrap;
  }
}
.container-fluid.about > .container .section-about {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container-fluid.about > .container .section-about img {
  height: auto;
  width: 120px;
  margin: 20px 0;
}
@media (min-width: 356px) and (max-width: 990px) {
  .container-fluid.about > .container .section-about .d-none-mobile {
    display: none;
  }
}
@media (min-width: 356px) and (max-width: 990px) {
  .container-fluid.about > .container .section-about p {
    padding: 20px;
  }
}
.container-fluid.header-sell-bk {
  font-size: 0;
  line-height: 0;
}
.container-fluid.header-sell-bk img {
  width: 100%;
  height: 100%;
  max-height: 860px;
  object-fit: cover;
  background-repeat: no-repeat;
}
.container-fluid.container-sell-bk {
  padding: 150px 0;
  background: #0f0f0f;
}
.container-fluid.container-sell-bk .container-description {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
@media (min-width: 476px) and (max-width: 990px) {
  .container-fluid.container-sell-bk .container-description {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.container-fluid.container-sell-bk .container-description__description {
  text-align: left;
  max-width: 435px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 3.1875rem;
  line-height: 64px;
  color: #ffffff;
}
@media (max-width: 475px) {
  .container-fluid.container-sell-bk .container-description__description {
    font-size: 2rem !important;
    line-height: 42px !important;
  }
}
@media (min-width: 476px) and (max-width: 990px) {
  .container-fluid.container-sell-bk .container-description__description {
    text-align: center;
  }
}
.container-fluid.container-sell-bk .container-description__logo {
  text-align: right;
}
@media (min-width: 476px) and (max-width: 990px) {
  .container-fluid.container-sell-bk .container-description__logo {
    text-align: center;
    margin-bottom: 20px !important;
  }
}
.container-fluid.container-sell-bk .container-description__logo img {
  width: 100%;
  height: 100%;
  max-width: 348px;
  max-height: 231px;
}
.container-fluid.container-sell-bk .container-content p {
  text-align: justify;
}
.container-fluid.header-contact {
  margin: -206px 0 0 0;
  padding: 356px 0 100px 0;
  background: #0f0f0f;
}
@media (max-width: 475px) {
  .container-fluid.header-contact {
    margin: 0px;
    padding: 100px 0;
  }
}
.container-form {
  background: #d8ad56;
  padding: 60px 0;
  margin: 40px 0;
}
.container-form__row form {
  display: flex;
  flex-wrap: wrap;
}
.container-form__row form .form-group {
  width: 50%;
}
@media (max-width: 475px) {
  .container-form__row form .form-group {
    width: 100%;
  }
  .container-form__row form .form-group:nth-child(odd) {
    padding-right: unset !important;
  }
}
.container-form__row form .form-group:nth-child(odd) {
  padding-right: 30px;
}
.container-form__row form .form-group label {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.container-form__row form .form-group input {
  background: #d9d9d9;
}
.container-form__row form button {
  margin: auto 0 auto auto;
  padding: 9px 36px;
  border: unset;
  width: 100%;
  max-height: 38px;
  max-width: 119px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  line-height: 20px;
  color: #d8ad56 !important;
  background: #0f0f0f;
}
.container-form__row form button:hover {
  color: #0f0f0f !important;
  background: #fff;
}
@media (max-width: 475px) {
  .container-form__row form button {
    width: 100%;
    max-width: 100%;
  }
}
hr {
  height: 9px;
  background: black;
  border: unset;
  margin: unset;
}
footer {
  width: 100%;
  background: #000000;
}
footer .container.container-footer {
  padding: 10px 0;
}
@media (max-width: 475px) {
  footer .container.container-footer > * {
    padding: 5px 0 !important;
  }
  footer .container.container-footer > * > * {
    padding: inherit !important;
  }
}
footer .container.container-footer .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px !important;
}
@media (min-width: 476px) and (max-width: 990px) {
  footer .container.container-footer .footer-info {
    flex-wrap: wrap;
  }
}
@media (min-width: 476px) and (max-width: 990px) {
  footer .container.container-footer .footer-info__logo {
    text-align: center;
  }
}
footer .container.container-footer .footer-info ul li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: right;
  color: #ffffff;
  padding: 5px 0;
}
@media (min-width: 476px) and (max-width: 990px) {
  footer .container.container-footer .footer-info ul li {
    display: flex;
    justify-content: center;
    font-size: 1.125rem;
  }
}
footer .container.container-footer .footer-info ul li i {
  padding: 0 5px 0 0;
}
footer .container.container-footer .footer-info ul li a {
  color: inherit;
}
footer .container.container-footer .footer-info ul li a:hover {
  color: inherit;
}
footer .container.container-footer .footer-copyright {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 990px) {
  footer .container.container-footer .footer-copyright {
    margin: unset;
  }
}
@media (max-width: 990px) {
  footer .container.container-footer .footer-copyright {
    text-align: center;
  }
  footer .container.container-footer .footer-copyright div {
    margin: 5px 0;
  }
}
footer .container.container-footer .footer-copyright ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font: inherit;
}

@media (max-width: 767px) {
  footer .container.container-footer .footer-copyright ul {
    justify-content: center;
  }
}
footer .container.container-footer .footer-copyright ul li i {
  padding: 12px 14px;
  border: 2.25px solid #ffffff;
  border-radius: 50px;
}
footer .container.container-footer .footer-copyright ul a {
  color: inherit;
}
footer .container.container-footer .footer-copyright ul a:hover {
  color: inherit;
}
.cards-medias {
  display: flex;
  flex-wrap: wrap;
}
.cards-medias__container:hover a .cards-medias__container__content {
  opacity: 1;
}
.cards-medias__container__image {
  width: 100%;
  height: 100%;
}
.cards-medias__container__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(216, 173, 86, 0.52);
}
.cards-medias__container__content h4 {
  color: #d8ad56;
  font-size: 2.25rem;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 25px;
}
.cards-medias__container__content p {
  text-align: justify !important;
  margin-left: 100px;
  margin-right: 100px;
}
.cards-medias__container__content span {
  margin-top: 40px;
  padding: 0 30px;
  background: #0f0f0f;
  color: #d8ad56;
  font-size: 1.3125rem;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
#blog .tittle-blog {
  text-align: center;
  background: #0f0f0f;
  color: #d8ad56;
  padding: 100px 0 60px 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 50px;
}
#blog .content-blog img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
#blog .text-blog {
  font-family: "Lato";
  background: #0f0f0f;
  text-align: center;
  padding: 80px 0;
}
@media (min-width: 476px) and (max-width: 990px) {
  #blog .text-blog {
    padding: 60px 20px;
  }
}
@media (max-width: 475px) {
  #blog .text-blog {
    padding: 40px;
  }
}
#blog .text-blog .content__text-blog {
  font-size: 0.9375rem;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
}
#blog .text-blog .tittle__text-blog {
  margin: 80px auto 0 auto;
  font-size: 2.5rem;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  color: #d8ad56;
}
#blog .bg-page-interna {
  padding: 125px 0;
}
@media (min-width: 476px) and (max-width: 990px) {
  #blog .bg-page-interna {
    padding: 100px 0;
  }
}
@media (max-width: 475px) {
  #blog .bg-page-interna {
    padding: 60px 0;
  }
}
.container-media__bg__tittle {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  font-family: "Lato" !important;
  font-size: 4.75rem !important;
  line-height: 96px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: #fff !important;
}
@media (max-width: 475px) {
  .container-media__bg__tittle {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    font-size: 3rem !important;
    line-height: 54px !important;
  }
}
@media (min-width: 476px) and (max-width: 990px) {
  .container-media__bg__tittle {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    font-size: 3.75rem !important;
    line-height: 72px !important;
  }
}
.container-media__content {
  padding-top: 80px !important;
  padding-bottom: 40px !important;
  background-color: #6d6d6d;
}
@media (min-width: 476px) and (max-width: 990px) {
  .container-media__content {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 475px) {
  .container-media__content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.container-media__content__tittle h2 {
  font-family: "Lato" !important;
  font-size: 4.75rem !important;
  line-height: 96px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: #d8ad56 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 475px) {
  .container-media__content__tittle h2 {
    font-size: 3rem !important;
    line-height: 54px !important;
  }
}
@media (min-width: 476px) and (max-width: 756px) {
  .container-media__content__tittle h2 {
    font-size: 3.75rem !important;
    line-height: 72px !important;
  }
}

/* Desktop header */
.desktop-header {
  display: flex;
  width: 100%;
  background-color:#000000;
  justify-content: center;
}

@media (max-width: 428px) {
  nav.navbar .navbar-collapse ul li a {
    font-size: 1rem !important;
    padding: 0.1rem !important;
  }
}

@media (min-width: 428px) and (max-width: 756px) {

  nav.navbar .navbar-collapse ul li a {
    font-size: 1rem !important;
    padding: 0.1rem !important;
  }
  #navbarList {
    left: 25%;
    right: 0px;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 756px) and (max-width: 989px) {
  .navbar {
    width: 989px !important;
    padding: 10px 0px !important;
  }
  #navbarList {
    left: 24%;
    right: 0px;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  nav.navbar .navbar-collapse ul li a {
    font-size: 1.15rem !important;
    padding: 0.2rem !important;
  }
}

@media (min-width: 989px) and (max-width: 1024px) {
  .navbar {
    width: 989px !important;
    padding: 10px 0px !important;
  }
  #navbarList {
    left: 0px;
    right: 0px;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 800px;
  }

  nav.navbar .navbar-collapse ul li a {
    font-size: 1.1rem !important;
    padding: 0.2rem 0.8rem !important
  }
}

@media (min-width: 1024px) and (max-width: 1800px) {
  .navbar {
    width: 1024px !important;
    padding: 10px 0px !important;
  }
  #navbarList {
    left: 0px;
    right: 0px;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 800px;
  }

  nav.navbar .navbar-collapse ul li a {
    font-size: 1.15rem !important;
    padding: 0.2rem 0.9rem !important
  }
}

@media (min-width: 1800px) and (max-width: 2672px) {
  .navbar {
    width: 1440px !important;
    padding: 10px 0px !important;
  }
  #navbarList {
    left: 0px;
    right: 0px;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 1250px;
  }
  nav.navbar .navbar-collapse ul li a {
    font-size: 1.45rem !important;
  }
}

@media (min-width: 2672px) and (max-width: 4000px) {
  .navbar {
    width: 1800px !important;
    padding: 10px 0px !important;
  }
  #navbarList {
    left: 0px;
    right: 0px;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 1600px;
  }

  nav.navbar .navbar-collapse ul li a {
    font-size: 1.75rem !important;
  }
}

/* Age Verification Modal */
#ageVerificationModal {
  background-color: rgba(0, 0, 0, 1); /* Dark overlay */
  z-index: 1000000;
  padding-right: 0px !important;
}

#ageVerificationModal .modal-content {
    max-width: 620px;
    padding: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #888;
    background-color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    border-radius: 8px;
    animation: fadeIn 0.5s ease-in-out;
}

#ageVerificationModal .modal-body {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ageVerificationModal .modal-body .age-note p {
  margin-left: -30px;
  margin-right: -30px;

  color: #ffffff !important;
  font-size: 1.10rem !important;
  text-align: center !important;
}

#ageVerificationModal .modal-body .dob-inputs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

#ageVerificationModal .modal-body .dob-inputs .form-control {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 60px;
  text-align: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* #ageVerificationModal .modal-body .dob-inputs input {
  width: 80px;
  text-align: center;
} */

#ageVerificationModal .modal-body #birthYear,
#ageVerificationModal .modal-body #birthMonth,
#ageVerificationModal .modal-body #birthDay {
  width: 80px;
  margin-bottom: 2rem;
}

#ageVerificationModal .modal-body .form-check {
  margin-bottom: 1rem;
}

#ageVerificationModal .modal-body .form-check-label {
  padding-top: 3.8px;
  font-family: 'Lato' !important;
}

#ageVerificationModal .modal-body .language-selection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


#ageVerificationModal .modal-body .language-selection .lg-part-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: 'Lato' !important;
}

#ageVerificationModal .modal-body .language-selection .lg-part-1 label {
  font-family: 'Lato' !important;
  margin-top: 9px;
}

#ageVerificationModal .modal-body .language-selection #confirmBtn {
  /* padding: 6px 14px;
  border-radius: 4px; */
  color: #fff;
  border-color: #fff;
  cursor: not-allowed;
  font-family: 'Lato' !important;
}

#ageVerificationModal .modal-body .language-selection #confirmBtn:enabled {
  cursor: pointer;
  background-color: #000;
  font-family: 'Lato' !important;
}

#ageVerificationModal .modal-body #not21Btn {
  background-color: transparent;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-family: 'Lato' !important;
}

#ageVerificationModal .modal-body .age-note-description p {
  color: #aaa !important;
  font-size: 0.75rem !important;
  text-align: center !important;
}

#ageVerificationModal .modal-body .age-note-description p a {
  color: #aaa !important;
}

.ml-2 {
  margin-left: 2px;
  text-align: left !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-30 {
  margin-top: 30px !important;
  margin-bottom: 0px !important;
}

.mt-pd-15 {
  margin-top: 15px !important;
  padding: 15px !important;
}

.pd-15 {
  padding: 15px !important;
}

.mb-30 {
  margin-bottom: 40px;
}

.hidden {
  display: none;
}

/* Gallery */
.cards-medias .row {
  flex: 1;
}

.cards-medias__container {
  margin-bottom: 0rem;
}
.cards-medias__container__image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cards-medias__container__image::before {
  content: "";
  display: block;
  padding-top: 75%; /* 4:3 aspect ratio (3 / 4 * 100) */
}
.cards-medias__container__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.cards-medias__container__image img:hover {
  transform: scale(1.1);
}


/* Gtransalte widget */
#gtranslate #gt_float_wrapper {
  position: relative;
  width: max-content;
  z-index: 1000000;
}
#gtranslate #gt_float_wrapper .gt_float_switcher {
  position: absolute;
  width: max-content;
}

#gtranslate #gt_float_wrapper .gt_float_switcher .gt_options {
  max-height: 220px;
}

#gtranslate #gt_float_wrapper .gt_float_switcher .gt_options a {
  padding: 6px 12px;
}

#gtranslate #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 6px 10px;
}
/* Hide the default Google Translate dropdown */
.goog-te-combo {
  display: none !important;
}


@media (max-width: 475px) {
  #ageVerificationModal .modal-body .language-selection {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  #ageVerificationModal .modal-body .language-selection .lg-part-1 {
    margin-left: -57%;
  }

  #ageVerificationModal .modal-body .language-selection #confirmBtn {
    margin-top: 30px;
  }

  .gt_float_switcher .gt_options {
    width: 230px;
  }
}

@media (max-width: 375px) {
  #ageVerificationModal .modal-body .language-selection .lg-part-1 {
    margin-left: -66%;
  }

  .gt_float_switcher img {
    width: 26px;
  }

  .gt_float_switcher .gt_options {
    width: 225px;
  }
}

@media (max-width: 320px) {
  #ageVerificationModal .modal-body .language-selection .lg-part-1 {
    margin-left: -70%;
  }

  .gt_float_switcher img {
    width: 20px;
  }

  .gt_float_switcher .gt_options {
    width: 218px;
  }
}

@media (min-width: 576px) {
  .container {
      max-width: 767px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 989px;
  }
}

@media (min-width: 989px) and (max-width: 1024px) {
  .container-fluid {
    max-width: 989px;
  }

  .container {
    max-width: 989px;
  }
}

@media (min-width: 1024px) and (max-width: 1800px) {
  .container-fluid {
    max-width: 1024px;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1800px) and (max-width: 2672px) {
  .img-fluid {
    width: 220px;
    margin-bottom: 2rem !important;
  }
  .mb-30 {
    margin-bottom: 50px;
  }
  #ageVerificationModal .modal-body .age-note p {
    font-size: 1.2rem !important;
  }
  #ageVerificationModal .modal-body .age-note-description p {
    font-size: 0.9rem !important;
  }

  .container-fluid {
    max-width: 1440px;
  }

  .container {
    max-width: 1440px;
  }
}

@media (min-width: 2672px) and (max-width: 4000px) {
  .img-fluid {
    width: 220px;
    margin-bottom: 2rem !important;
  }
  .mb-30 {
    margin-bottom: 50px;
  }
  #ageVerificationModal .modal-body .age-note p {
    font-size: 1.2rem !important;
  }
  #ageVerificationModal .modal-body .age-note-description p {
    font-size: 0.9rem !important;
  }

  .container-fluid {
    max-width: 1800px;
  }

  .container {
    max-width: 1800px;
  }
}

/* recipe for carousel */

.recipe-drink {
  display: flex;
  padding: 40px;
  margin: 20px;

  /* border-bottom: 3px solid #6d6d6d; */
}

.recipe-drink img {
  /* height: 400px !important; */
  width: 30% !important;
  object-fit: contain;

  padding-right: 28px;
  border-right: 3px solid #6d6d6d;
}

.recipe-drink .drink-right {
  display: flex;
  flex-direction: column;
  margin: 10px 35px;
  width: 100%;

  justify-content: space-evenly;
}

.recipe-drink .drink-right p {
  font-family: 'Lato' !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  font-size: 18px !important;
}

.recipe-drink .drink-right .drink-title {
  font-size: 25pt !important;
  font-family: 'Lato' !important;
  color:#d4d4d4;

  border-bottom: 2px solid #d4d4d4;
}

.recipe-drink .drink-right .methods {
  padding: 25px;
  background-color: rgb(8 8 8 / 80%);
}

.recipe-drink .drink-right .ingredients {
  display: flex;
  flex-direction: row;
  margin: 15px 0px !important;
}

.recipe-drink .drink-right .ingredients .ingredients-item {
  background-color: #d4d4d4;
  color:#1d2023;

  padding: 5px 15px;
  margin-right: 35px;
}

.recipe-drink .drink-right .ingredients .ingredients-item p {
  font-family: 'Lato' !important;
  font-size: 16pt !important;
  color:#0f0f0f !important;
  font-weight: 500 !important;
}

.recipe-drink .drink-right .methods .methods-item {
  display: flex;
  flex-direction: row;
}

.mr-5 {
  margin-right: 15px !important;
}
@media (min-width: 2671px){
  .recipe-drink {
    padding: 35px;
    margin: 10px;
  }

  .recipe-drink img {
    /* height: 400px !important; */
    width: 25% !important;
  }

  .recipe-drink .drink-right {
    justify-content: center;
  }

  .recipe-drink .drink-right .ingredients {
    margin: 40px 0px !important;
  }
}
@media (min-width: 1800px) and (max-width: 2671px) {
  .recipe-drink {
    padding: 35px;
    margin: 10px;
  }
}
@media (min-width: 989px) and (max-width: 1800px) {
  .recipe-drink {
    padding: 20px;
    margin: 5px;
  }
  
  .recipe-drink img {
    height: 300px !important;
  }
  
  .recipe-drink .drink-right {
    margin: 5px 30px;
  }
  
  .recipe-drink .drink-right .methods {
    padding: 10px;
  }

  .recipe-drink .drink-right .drink-title {
    font-size: 20pt !important;
  }
  
  .recipe-drink .drink-right .ingredients {
    margin: 10px 0px !important;
  }

  .recipe-drink .drink-right .ingredients .ingredients-item {
    padding: 5px 10px;
  }

  .recipe-drink .drink-right .ingredients .ingredients-item p {
    font-size: 12pt !important;
    text-align: center !important;
  }

  .recipe-drink .drink-right p {
    line-height: 22px !important;
    font-size: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .recipe-drink {
    align-items: center;
    flex-direction: column;
    padding: 8px;
    margin: 10px;
  }
  
  .recipe-drink img {
    width: 460px !important;
    height: 650px !important;
    padding-right: 0;
    border-right: 0;
  }
  
  .recipe-drink .drink-right {
    align-items: center;
    margin: 25px 0px;
  }
  
  .recipe-drink .drink-right .drink-title {
    font-size: 35px !important;
  }
  
  .recipe-drink .drink-right .ingredients {
    margin: 15px 0px !important;
  }
  
  .recipe-drink .drink-right .ingredients .ingredients-item {
    padding: 0px 10px !important;
  }

  .recipe-drink .drink-right .ingredients .ingredients-item p {
    text-align: center !important;
  }

  .recipe-drink .drink-right p {
    line-height: 24px !important;
    font-size: 18px !important;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .recipe-drink {
    align-items: center;
    flex-direction: column;
    padding: 8px;
    margin: 10px;
  }
  
  .recipe-drink img {
    width: 350px !important;
    height: 490px !important;
    padding-right: 0;
    border-right: 0;
  }
  
  .recipe-drink .drink-right {
    align-items: center;
    margin: 25px 0px;
    width: 100% !important;
  }
  
  .recipe-drink .drink-right .methods {
    padding: 10px;
  }

  .recipe-drink .drink-right .drink-title {
    font-size: 30px !important;
  }
  
  .recipe-drink .drink-right .ingredients {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0px !important;
  }
  
  .recipe-drink .drink-right .ingredients .ingredients-item {
    padding: 0px 10px !important;
    margin: 5px !important;
  }

  .recipe-drink .drink-right .ingredients .ingredients-item p {
    text-align: center !important;
    font-size: 20px !important;
  }

  .recipe-drink .drink-right p {
    line-height: 23px !important;
    font-size: 18px !important;
  }
  .mr-5 {
    margin-right: 10px !important;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  .recipe-drink {
    align-items: center;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
  }
  
  .recipe-drink img {
    width: 310px !important;
    height: 425px !important;
    padding-right: 0;
    border-right: 0;
  }
  
  .recipe-drink .drink-right {
    align-items: center;
    margin: 25px 0px;
    width: 100% !important;
  }
  
  .recipe-drink .drink-right .drink-title {
    font-size: 28px !important;
  }
  
  .recipe-drink .drink-right .ingredients {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0px !important;
  }
  
  .recipe-drink .drink-right .ingredients .ingredients-item {
    padding: 0px 10px !important;
    margin: 5px !important;
  }

  .recipe-drink .drink-right .ingredients .ingredients-item p {
    text-align: center !important;
    font-size: 18px !important;
  }

  .recipe-drink .drink-right .methods {
    padding: 8px;
  }

  .recipe-drink .drink-right p {
    line-height: 20px !important;
    font-size: 18px !important;
  }
  .mr-5 {
    margin-right: 10px !important;
  }
}

@media (max-width: 375px) {
  .recipe-drink {
    align-items: center;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
  }
  
  .recipe-drink img {
    width: 279px !important;
    height: 400px !important;
    padding-right: 0;
    border-right: 0;
  }
  
  .recipe-drink .drink-right {
    align-items: center;
    margin: 25px 0px;
    width: 100% !important;
  }
  
  .recipe-drink .drink-right .drink-title {
    font-size: 25px !important;
  }
  
  .recipe-drink .drink-right .ingredients {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0px !important;
  }
  
  .recipe-drink .drink-right .ingredients .ingredients-item {
    padding: 0px 10px !important;
    margin: 5px !important;
  }

  .recipe-drink .drink-right .ingredients .ingredients-item p {
    text-align: center !important;
    font-size: 16px !important;
  }

  .recipe-drink .drink-right .methods {
    padding: 8px;
  }

  .recipe-drink .drink-right p {
    line-height: 20px !important;
    font-size: 16px !important;
  }
  .mr-5 {
    margin-right: 10px !important;
  }
}

/* gold-blod-text */
.gold-bold-text {
  color: #D8AD56 !important;
  font-weight: bold !important;
}

/* .bg-black {
  background-color: rgb(8 8 8 / 80%);
  padding: 15px;
} */

.container-fluid .container {
  background-color: rgb(8 8 8 / 80%);
  padding: 15px !important;
  margin: 35px 0px !important;
}

.row .container {
  padding: 0px !important;
  margin: auto !important;
}

#footer_desktop .container {
  background-color: transparent !important;
}

#constant-contact-signup-form {
  /* margin: 30px auto !important; */
  padding: 0px !important;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding: 15px !important;
}

#recipes {
  background-color: rgb(8 8 8 / 50%) !important;
}

.row {
  background-color: rgb(8 8 8 / 80%);
  margin: 15px 0px 0px 0px !important;
}

.row .col-md-6 .container {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .row {
  /* margin: 100px 0px 0px 0px !important; */
  }

  #footer_mobile .row {
    margin: 0px !important;
  }

  .col-md-6 {
    padding: 0px !important;
  }
}

.container h1 {
  color: #D8AD56 !important;
}

.bg-form {
  background-color: rgb(143 115 45 / 50%) !important;
}

#constant-contact-signup-form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  color: white;
}

/* Owl-carousel */

.owl-theme .owl-dots, .owl-theme .owl-nav {
  margin-top: -25px;
}

.owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  
  position: absolute;
  top: 40%;
  left: -2%;

  width: 100%;
  margin-top: -10px;

  font-size: 55px;
  font-weight: 700;
  color: #D8AD56;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #D8AD56;
  text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-].active {
  border: none !important;
}

@media (max-width: 989px) {
  .owl-theme .owl-dots {
    position: absolute;
    top: 61%;
    left: 45%;
  }
}

@media (max-width: 767px) {
  .owl-theme .owl-nav {
    left: -4%;
    width: 106%;
  }

  .owl-theme .owl-dots {
    position: absolute;
    top: 56%;
    left: 45%;
  }
}

@media (max-width: 554px) {
  .owl-theme .owl-dots {
    position: absolute;
    top: 53%;
    left: 41%;
  }
}

@media (max-width: 480px) {
  .owl-theme .owl-dots {
    position: absolute;
    top: 51%;
    left: 41%;
  }
}

@media (max-width: 425px) {
  .owl-theme .owl-nav {
      left: -10%;
      width: 120%;
  }

  .owl-theme .owl-dots {
    position: absolute;
    top: 51%;
    left: 39%;
  }
}

@media (max-width: 390px) {
  .owl-theme .owl-nav {
      left: -10%;
      width: 120%;
  }

  .owl-theme .owl-dots {
    position: absolute;
    top: 47%;
    left: 38%;
  }
}

/** sell-bk media page */

.p-30 {
  padding: 30px !important;
}

.sell-bk-meida {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  border-radius: 5px !important;

  overflow: hidden;
}

.sell-bk-border {
  border-radius: 5px !important;
  width: 43%;
  overflow: hidden;
}

.sell-bk-meida img {
  width: 100%;
  object-fit: cover;

  transition: transform 0.3s ease-in-out;
  border-radius: 5px !important;
}
.sell-bk-meida img:hover {
  border-radius: 5px !important;
  transform: scale(1.1);
}

/*****************************/

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  color: #D8AD56 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  text-align: center;
}

@media (max-width: 990px) {
  .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    color: #D8AD56 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    text-align: center;
  }
}

#footer_mobile .container .row {
  background-color: transparent !important;
}

/* gold line */
.gold-line,
.mailing-list {
  /* width: 60%; */
  display: flex;
  justify-content: center;
}

.mailing-list{
  margin: 5px 0px 20px 0px !important;
}

.gold-line img {
  width: 60%;
  object-fit: cover;
}

.mailing-list img {
  width: 20%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gold-line img {
    width: 100%;
  }
  .p-30 {
    padding: 5px !important;
  }
  .mailing-list img {
    width: 30%;
  }
}