@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;700&family=Rubik+Mono+One&display=swap");
html, body {
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}

::focus {
  background: #8e774d;
}

::marker {
  color: #8e774d;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

/*type*/
html {
  font-size: 100%;
}

/*16px*/
body {
  background: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1,
.h1 {
  margin-top: 0;
  font-size: 2.488rem;
}

h2,
.h2 {
  font-size: 2.074rem;
}

h3,
.h3 {
  font-size: 1.728rem;
}

h4,
.h4 {
  font-size: 1.44rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

small,
.text_small {
  font-size: 0.833rem;
}

/*end*/
.btn {
  border-radius: 0;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 250ms linear;
}

.btn-primary {
  background: #8e774d;
}

.btn-primary:hover {
  background: #161617;
}

.btn-dark {
  background: #161617;
}

section {
  padding: 130px 15px;
}

@media (max-width: 992px) {
  section {
    overflow: hidden;
    padding: 110px 15px;
  }
}

p {
  margin-bottom: 10px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-4,
.display-5,
.display-3,
.display-2,
.display-1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.nav {
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

@media (max-width: 992px) {
  .nav {
    position: fixed;
  }
}

.nav__btn {
  background: #8e774d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 1.3rem;
  border: none;
}

.nav__btn:hover {
  filter: brightness(80%);
}

.nav__logo {
  font-family: "Rubik Mono One", sans-serif;
  color: #000;
  font-size: 1.5rem;
  transition: all 250ms linear;
}

.nav__logo span {
  color: #8e774d;
  margin-left: 10px;
}

.nav__logo__icon {
  padding: 5px 10px;
  color: #fff;
  display: inline-flex;
  background: #8e774d;
}

.nav__logo:hover {
  color: #161617;
  text-decoration: none;
  opacity: 0.9;
}

.nav__logo img {
  height: 40px;
}

.nav__menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .nav__menu {
    flex-direction: row;
  }
}

.nav__menu li {
  margin-right: 10px;
}

.nav__menu li a {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 250ms linear;
}

.nav__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  display: block;
  background: #8e774d;
  transition: all 250ms linear;
}

.nav__menu li a:hover {
  color: #8e774d;
  text-decoration: none;
}

.nav__menu li a:hover::after {
  width: 100%;
}

.nav__menu li a.active {
  color: #8e774d;
  text-decoration: none;
}

.nav__menu li a.active::after {
  width: 100%;
}

@media (max-width: 992px) {
  .nav__menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
  }
  .nav__menu li {
    margin: 10px 0;
    text-align: center;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 90vh;
  background: #000;
}

@media (max-width: 992px) {
  .slider {
    height: auto;
    height: 450px;
    margin-top: 80px;
  }
}

.slider__menu {
  display: none;
}

@media (max-width: 992px) {
  .slider__menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 88;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .slider__menu button {
    width: 50px;
    height: 6px;
    display: block;
    margin: 0 6px;
    background: #8e774d;
    border: none;
    transition: all 250ms linear;
  }
  .slider__menu li.active button {
    background: #fff;
  }
}

@media (max-width: 992px) {
  .slider .display-4 {
    font-size: 2rem;
  }
}

.slider__prev {
  left: 10px;
}

.slider__next {
  right: 10px;
}

.slider__prev, .slider__next {
  position: absolute;
  z-index: 80;
  top: 40%;
  background: #8e774d;
  font-size: 2rem;
  color: #fff;
  border: none;
  padding: 10px 10px;
  transition: all 250ms ease-in-out;
}

.slider__prev:hover, .slider__next:hover {
  filter: brightness(80%);
}

@media (max-width: 992px) {
  .slider__prev, .slider__next {
    display: none;
  }
}

.slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

.slider__item span {
  color: #8e774d;
}

.slider__item__active {
  z-index: 22;
}

.slider__item p {
  color: #fff;
}

.slider__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: brightness(50%);
}

.slider__item__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.slider__item__content__btn {
  padding: 10px 15px;
  opacity: 0;
}

.about__content p {
  color: rgba(0, 0, 0, 0.65);
}

.about__image {
  position: relative;
}

.about__image__img {
  position: relative;
  width: 90%;
  height: 500px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .about__image__img {
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
  }
}

.about__image__number {
  position: absolute;
  bottom: 50px;
  background: #8e774d;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.about__image__number__info {
  margin: 0;
  padding: 0;
  color: #fff;
}

.about__image__number__number {
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
}

@media (max-width: 992px) {
  .about__image__number__number {
    font-size: 3rem;
  }
}

.why {
  background: #161617;
  color: #fff;
}

.why span {
  color: #8e774d;
}

.why__item {
  background: #2a2a2a;
  padding: 0;
  transition: all 250ms linear;
  margin: 20px 0;
  border-bottom: solid 5px #8e774d;
}

.why__item__img {
  position: relative;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  margin-bottom: 30px;
  transition: all 250ms linear;
}

.why__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 250ms linear;
}

.why__item__content {
  padding: 20px;
  text-align: center;
}

.why__item__content h4 {
  color: #e1dedb;
}

.why__item__content h4::after {
  content: "";
  width: 120px;
  height: 2px;
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  background: #8e774d;
}

.why__item__content p {
  color: rgba(255, 255, 255, 0.65);
}

.why__item:hover {
  background: #8e774d;
}

.why__item:hover .why__item__img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.why__item:hover .why__item__img img {
  transform: scale(1.2) rotate(5deg);
  filter: brightness(70%);
}

.why__item:hover h4::after {
  background: #e1dedb;
}

.contactwithus {
  position: relative;
  padding: 60px 15px;
  background: #8e774d;
}

.contactwithus__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.12;
  filter: grayscale(100%);
}

.contactwithus__content {
  position: relative;
  color: #fff;
}

.contactwithus__content .h3 {
  margin: 0;
  padding: 0;
}

.contactwithus__content p {
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .contactwithus {
    text-align: center;
  }
  .contactwithus p {
    margin-bottom: 20px;
  }
}

.team__content__title {
  padding: 10px 15px;
  border-right: solid 2px #8e774d;
}

.team__content__title span {
  color: #8e774d;
}

@media (max-width: 992px) {
  .team__content__title {
    position: relative;
    border: none;
    text-align: center;
  }
  .team__content__title:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #8e774d;
    display: block;
    margin: 20px auto;
  }
}

.team__content__content {
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 992px) {
  .team__content__content {
    text-align: center;
  }
}

.team__item {
  overflow: hidden;
}

@media (max-width: 992px) {
  .team__item {
    margin-bottom: 30px;
  }
}

.team__item__foto {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: all 500ms ease-in-out;
}

@media (max-width: 992px) {
  .team__item__foto {
    height: 350px;
  }
}

.team__item__content {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  height: 70px;
  transition: all 250ms linear;
  border-top: solid #8e774d 3px;
}

.team__item__content h5 {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.team__item__content p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  text-transform: uppercase;
}

.team__item__content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 80%;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  border-top: solid 1px #ddd;
  animation: fadenow 250ms linear;
}

.team__item__content ul .uil {
  font-size: 1.5rem;
}

.team__item__content ul li {
  margin: 0 10px;
  color: #161617;
}

.team__item__content ul a {
  color: #161617;
  transition: all 250ms linear;
}

.team__item__content ul a:hover {
  color: #8e774d;
}

.team__item:hover .team__item__foto {
  filter: brightness(60%);
}

.team__item:hover .team__item__content {
  height: 120px;
}

.activies {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .activies {
    padding-top: 60px;
  }
}

.activies span {
  color: #8e774d;
}

.activies__item {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.activies__item__content {
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #8e774d;
  padding: 20px;
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 0);
}

.activies__item__content h4 {
  padding: 0;
  margin: 0;
  color: #fff;
}

.activies__item__content p {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}

.activies__item__bg {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center center;
  transition: all 500ms ease-in-out;
}

.activies__item__bg:hover {
  filter: brightness(60%);
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .activies__item__bg {
    height: 250px;
  }
}

.activies__item:hover .activies__item__content {
  transform: translate(0, 0);
}

.opinions {
  position: relative;
  padding: 150px 15px;
  background: #000;
  color: #fff;
}

@media (max-width: 992px) {
  .opinions {
    padding: 80px 15px;
  }
}

.opinions span {
  color: #8e774d;
}

.opinions__img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 992px) {
  .opinions__img {
    height: 250px;
    margin-bottom: 50px;
  }
}

.opinions__slider__item {
  /*background-image: url("../img/quote.png");*/
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: 95% 10%;
  background-blend-mode: overlay;
  margin-top: 60px;
  background-color: #8e774d;
  padding: 15px;
  display: none;
}

@media (max-width: 992px) {
  .opinions__slider__item {
    text-align: center;
  }
}

.opinions__slider__item__img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  border: solid 2px #fff;
}

.opinions__slider__item p {
  font-size: 15px;
}

.opinions__slider__item__active {
  display: block;
}

.opinions .container {
  position: relative;
  z-index: 2;
}

.opinions__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  object-position: center center;
  z-index: 1;
}

.opinions__menu {
  list-style-type: none;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.opinions__menu li {
  margin-right: 10px;
}

.opinions__menu button {
  width: 60px;
  height: 5px;
  border: none;
  background: #8e774d;
}

.opinions__menu__active button {
  background: #fff;
}

.contactform {
  position: relative;
}

.contactform .uil {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  color: #8e774d;
}

.contactform span {
  color: #8e774d;
}

.contactform form {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media (max-width: 992px) {
  .contactform form {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.contactform form input[type="text"] {
  grid-column: 1/3;
}

@media (max-width: 992px) {
  .contactform form input[type="text"] {
    grid-column: 1/2;
  }
}

.contactform form input[type="email"] {
  grid-column: 1/2;
}

@media (max-width: 992px) {
  .contactform form input[type="email"] {
    grid-column: 1/2;
  }
}

.contactform form input[type="tel"] {
  grid-column: 2/3;
}

@media (max-width: 992px) {
  .contactform form input[type="tel"] {
    grid-column: 1/2;
  }
}

.contactform form textarea {
  grid-column: 1/3;
  height: 200px;
}

@media (max-width: 992px) {
  .contactform form textarea {
    grid-column: 1/2;
  }
}

.contactform form .checkbox {
  grid-column: 1/3;
  display: flex;
  align-items: flex-start;
  font-size: 12px;
}

.contactform form .checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.contactform form input[type="submit"] {
  grid-column: 1/2;
}

.contactform form input,
.contactform form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

.contactform form input[type="checkbox"] {
  all: revert;
}

.contactform__bg {
  position: absolute;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.contactform .container {
  position: relative;
  z-index: 2;
}

.footer {
  padding: 100px 15px;
  background: #000;
  color: #fff;
}

@media (max-width: 992px) {
  .footer {
    padding: 80px 15px;
  }
}

.footer h4::after {
  content: "";
  width: 50px;
  height: 3px;
  margin-top: 10px;
  display: block;
  background: #8e774d;
}

@media (max-width: 992px) {
  .footer h4::after {
    margin: 10px auto;
  }
}

.footer__social {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .footer__social {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

.footer a {
  color: #fff;
  font-size: 2.2rem;
}

.footer a:hover {
  color: #8e774d;
}

.footer li {
  margin-left: 5px;
}

.subfooter {
  padding: 0;
  background: #111;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.subfooter a {
  color: #8e774d;
}

.subfooter p {
  margin: 0;
  padding: 0;
}
.hours-info {
  list-style: none;
}
.hours-info span {
  color: #8e774d;
}

a {
  color: #8e774d;
  text-decoration: none;
}

a:hover {
  color: #8e774d;
  text-decoration: underline;
}

textarea:focus, input:focus{
  outline-color: #8e774d;
}

textarea:focus-visible, input:focus-visible{
  outline-color: #8e774d;
}
.contactform form .checkbox input[type="checkbox"] {
  accent-color: #8e774d;
}
