:root{
    --brand-color: #ff6218;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #111;
}
::-webkit-scrollbar-thumb {
    width: 12px; background-color: var(--brand-color);
}
::-webkit-scrollbar-thumb:hover{
    width: 12px; background-color: var(--brand-color);
}

body{
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Ruberoid', sans-serif;
}

header.extended button.mobile-menu{
    display: none;
}

header.extended{
    position: absolute;
    top: 25px; left: 0;
    z-index: 1;
    height: 76px;
    width: 100%;
}
header.extended nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.extended nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.extended nav ul.items{
    width: 850px;
}
header.extended nav li{
}

header.extended nav li a{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header.extended nav li a:hover{
    opacity: .50;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-carusel{
    position: relative;
}

section.component-carusel .contact-interface{
    position: absolute;
    width: 100%;
    bottom: 70px;
    color: #fff;
    z-index: 2;
}

section.component-carusel .contact-interface .phone{
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

section.component-carusel .contact-interface .phone::before{
    display: inline-block;
    content: '\f095';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 20px;
    color: var(--brand-color);
    width: 25px;
}

section.component-carusel .contact-interface .local{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 35px;
}

section.component-carusel .contact-interface .local::before{
    display: block;
    float: left;
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 20px;
    color: var(--brand-color);
    width: 25px;
    height: 50px;
}

section.component-carusel .contact-interface button.button-booking{
    display: block;
    width: 240px;
    height: 46px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    background: inherit;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-carusel .contact-interface button.button-booking:hover{
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
}


section.component-information{
    margin-top: -15px;
    padding-top: 110px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
}

section.component-information h1{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px;
}

section.component-information h1 span{
    color: var(--brand-color);
}

section.component-information h1.heading{
    font-size: 52px;
    font-weight: 500;
}

section.component-information p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
    padding-right: 30px;
}

section.component-information a.button-galery{
    display: block;
    margin-bottom: 20px;
}

section.component-information a.button-galery img{
    border-radius: 3px;
}

section.component-information button.button-booking{
    display: block;
    width: 240px;
    height: 46px;
    margin-top: 50px;
    text-align: center;
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-information button.button-booking:hover{
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #fff;
    background: #fff;
    color: #111;
}

section.component-plus{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

section.component-plus h2{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}

section.component-plus img{

}

section.component-plus p{
    font-weight: 500;
    font-size: 17px;
}

section.component-location{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #f3f3f3;
}

section.component-location h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}

section.component-location .phone{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

section.component-location .phone::before{
    display: inline-block;
    content: '\f095';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 18px;
    color: var(--brand-color);
    width: 40px;
}

section.component-location .local{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px;
    text-align: left;
}

section.component-location .local::before{
    display: block;
    float: left;
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 20px;
    color: var(--brand-color);
    width: 25px;
    height: 50px;
}

section.component-location .timework{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
}

section.component-location .timework::before{
    display: inline-block;
    content: '';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 16px;
    color: var(--brand-color);
    width: 25px;
}

section.component-callback{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #3e582e;
}

section.component-callback h4{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

section.component-callback p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 25px;
}

section.component-callback span{
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

section.component-callback form{
    display: flex;
    justify-content: center;
}

section.component-callback form input{
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    height: 50px;
    min-width: 260px;
    background-color: #324725;
    margin-right: 15px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    outline: none;
}

section.component-callback form input::placeholder{
    color: #fff;
}

section.component-callback form button.button-submit{
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    border: 1px solid var(--brand-color);
    border-radius: 3px;
    background: var(--brand-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-callback form button.button-submit:hover{
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #324725;
    background: #324725;
}

section.component-produce{
    padding-bottom: 100px;
}

section.component-produce .produce-layout{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-produce .produce-layout a{
    display: block;
    text-decoration: none;
}

section.component-produce .produce-layout:hover{
   opacity: .50;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}

section.component-produce .produce-layout img{
    display: inline-block;
}

section.component-produce .produce-layout a span.produce{
    color: #111;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 60px;
    text-transform: uppercase;
}

section.component-produce .produce-layout a.button-more{
    display: block;
    width: 210px;
    margin: 0 auto;
    margin-top: 25px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #3e582e;
    background: #fff;
    color: #3e582e;
    font-size: 14px;
    font-weight: 500;
}
section.component-gallery {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f3f3f3;
}
section.component-gallery h3{
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
section.component-information .price-animal{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #ff6218;
}
.price-items{
    max-width: 360px;
}
.price-items ul li{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
    border-top: 1px solid #ddd;
}
.price-items ul li  span{
    display: block;
}


footer{
    padding-top: 45px;
    padding-bottom: 45px;
    background: #1f1f1f;
}

footer nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer nav li:nth-child(1){
    width: 420px;
}

footer nav li a{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer nav li a:hover{
    opacity: .50;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer .copyright{
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #333;
    color: #818181;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright a{
    color: #818181;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 1px;
}

footer .copyright a span{
    color: var(--brand-color);
}

.content-left{
    text-align: left;
}

.content-center{
    text-align: center;
}

.content-right{
    text-align: right;
}

section.cookie-notification{
  position: fixed;
  z-index: 8888;
  bottom: 25px;
  left: 15px;
  min-height: 70px;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  color: #000;
  width: 360px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
section.cookie-notification div{
  width: 100%;
}
section.cookie-notification a{
  color: #000;
}
section.cookie-notification button.cookie-accept{
  height: 44px;
  width: 100%;
  margin-top: 5px;
  background: var(--brand-color);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
section.cookie-notification button.cookie-accept:hover{
  cursor: pointer;
  color: #111;
  background: #f5f5f5;
}

@media (max-width: 575.98px){
  section.cookie-notification{
    width: 92%;
    bottom: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  section.cookie-notification div{
    width: 100%;
  }
  section.cookie-notification button.cookie-accept{
    margin-top: 20px;
    width: 100%;
  }
}