body{
  font-family: 'Peyda', sans-serif;
  background: url(../img/line_bg.png) , #343434;
  background-size: 100%;
}

.btn {
  display: block;
  background: #788D57;
  border-radius: 10px;
  font-weight: bold;
  color: #272727;
  font-size: 14px
}

header {
  background-image: url(../img/header_bg.png);
  background-position: top left;
  background-size: 50%;
  background-repeat: no-repeat;
  height: 100vh;
}

.line {
  width: 125px;
  height: 1px;
  background-color: #ABABAB;
}
.header_sign {
  position: absolute;
  top: 46vh;
  right: -35vh;
  transform: rotate(-90deg);
  width: 90vh;
}

header .f1_image {
  width: 383px;
  height: 500px;
  position: relative;
}
header .f1_image img {
  position: absolute;
  width: 500px;
  right: 0;
}
header .header_text .title {
  padding: 35px;
  background: #788D57;
  border-bottom-left-radius: 50px;
  align-items: center;
}
header .header_text .title span {
  font-size: 16px;
  color: #272727;
  font-weight: bold;
}

/* ________________________ */

section.about {
  height: 100vh;
  background: url(../img/Sansevieria.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 80% 40%;
}


/* ___________________________ */
.points .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.points .title .text {
  color: #fff;
  background: #343434;
  z-index: 1;
  padding: 0 70px;
}

.points .title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #686868;
}

.points .item {
  padding: 30px;
  border: 0.5px solid rgba(233, 241, 221, 0.5);
  border-radius: 25px;
}


/* _________ footer ________ */

footer {
  background: url(../img/sign_footer_bg.png),#222222;
  background-repeat: no-repeat;
  background-position: 90% center;
}
footer .right {
  flex-basis: 40%;
}
footer .title {
  width: 100%;
  position: relative;
  text-align: right;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .title::after {
  content: '';
  position: absolute;
  width: calc(100% - 100px);
  left: 0;
  height: 1px;
  background: #788D57;
}

footer .left {
  flex-basis: 59%;
  position: relative;
}
footer .left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #222222, #788D57, #222222);
}

footer .mapboxgl-control-container {
  display: none !important;
}