/* not-dublicate = ND */
.about-us .l-section {
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}
.about-us .l-btn.a {
  padding: 0;
}
.about-us .l-btn.a a {
  color: #fff;
  padding: 12px 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

#about-us-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/* Header section  */
.l-section.l-section--about-us:after {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 80px;
  height: calc(100% - 80px);
  background: #fff;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.l-section.l-section--about-us {
  /* ND */
  background-image: url("./images/about-us-bg.jpg");
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* Header section end */

/* Section about-forum */

.l-section--about-forum {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.l-section--about-forum .triangle {
  position: relative;
  flex-shrink: 0;
  width: 800px;
  height: 800px;
  background-image: url("../img/about-us/about-forum/triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
}

@-webkit-keyframes triangle-figure-1 {
  0% {
    transform: translate3d(-25px, 80px, 0px);
  }
  50% {
    transform: translate3d(-25px, 100px, 0px);
  }
  100% {
    transform: translate3d(-25px, 80px, 0px);
  }
}
@-moz-keyframes triangle-figure-1 {
  0% {
    transform: translate3d(-25px, 80px, 0px);
  }
  50% {
    transform: translate3d(-25px, 100px, 0px);
  }
  100% {
    transform: translate3d(-25px, 80px, 0px);
  }
}
@-o-keyframes triangle-figure-1 {
  0% {
    transform: translate3d(-25px, 80px, 0px);
  }
  50% {
    transform: translate3d(-25px, 100px, 0px);
  }
  100% {
    transform: translate3d(-25px, 80px, 0px);
  }
}
@keyframes triangle-figure-1 {
  0% {
    transform: translate3d(-25px, 80px, 0px);
  }
  50% {
    transform: translate3d(-25px, 100px, 0px);
  }
  100% {
    transform: translate3d(-25px, 80px, 0px);
  }
}

@-webkit-keyframes triangle-figure-2 {
  0% {
    transform: translate3d(25px, 80px, 0px);
  }
  50% {
    transform: translate3d(25px, 100px, 0px);
  }
  100% {
    transform: translate3d(25px, 80px, 0px);
  }
}
@-moz-keyframes triangle-figure-2 {
  0% {
    transform: translate3d(25px, 80px, 0px);
  }
  50% {
    transform: translate3d(25px, 100px, 0px);
  }
  100% {
    transform: translate3d(25px, 80px, 0px);
  }
}
@-o-keyframes triangle-figure-2 {
  0% {
    transform: translate3d(25px, 80px, 0px);
  }
  50% {
    transform: translate3d(25px, 100px, 0px);
  }
  100% {
    transform: translate3d(25px, 80px, 0px);
  }
}
@keyframes triangle-figure-2 {
  0% {
    transform: translate3d(25px, 80px, 0px);
  }
  50% {
    transform: translate3d(25px, 100px, 0px);
  }
  100% {
    transform: translate3d(25px, 80px, 0px);
  }
}

@-webkit-keyframes triangle-figure-3 {
  0% {
    transform: translate3d(0px, 125px, 0px);
  }
  50% {
    transform: translate3d(0px, 145px, 0px);
  }
  100% {
    transform: translate3d(0px, 125px, 0px);
  }
}
@-moz-keyframes triangle-figure-3 {
  0% {
    transform: translate3d(0px, 125px, 0px);
  }
  50% {
    transform: translate3d(0px, 145px, 0px);
  }
  100% {
    transform: translate3d(0px, 125px, 0px);
  }
}
@-o-keyframes triangle-figure-3 {
  0% {
    transform: translate3d(0px, 125px, 0px);
  }
  50% {
    transform: translate3d(0px, 145px, 0px);
  }
  100% {
    transform: translate3d(0px, 125px, 0px);
  }
}
@keyframes triangle-figure-3 {
  0% {
    transform: translate3d(0px, 125px, 0px);
  }
  50% {
    transform: translate3d(0px, 145px, 0px);
  }
  100% {
    transform: translate3d(0px, 125px, 0px);
  }
}

.l-section--about-forum .triangle .figure-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 800px;
  height: 800px;
  background-image: url("../img/about-us/about-forum/figure-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: triangle-figure-1 2000ms infinite; /* Safari 4+ */
  -moz-animation: triangle-figure-1 2000ms infinite; /* Fx 5+ */
  -o-animation: triangle-figure-1 2000ms infinite; /* Opera 12+ */
  animation: triangle-figure-1 2000ms infinite; /* IE 10+, Fx 29+ */
}

.l-section--about-forum .triangle .figure-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 800px;
  height: 800px;
  background-image: url("../img/about-us/about-forum/figure-2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: triangle-figure-2 2000ms infinite; /* Safari 4+ */
  -moz-animation: triangle-figure-2 2000ms infinite; /* Fx 5+ */
  -o-animation: triangle-figure-2 2000ms infinite; /* Opera 12+ */
  animation: triangle-figure-2 2000ms infinite; /* IE 10+, Fx 29+ */
}

.l-section--about-forum .triangle .figure-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 800px;
  height: 800px;
  background-image: url("../img/about-us/about-forum/figure-3.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: triangle-figure-3 2000ms infinite; /* Safari 4+ */
  -moz-animation: triangle-figure-3 2000ms infinite; /* Fx 5+ */
  -o-animation: triangle-figure-3 2000ms infinite; /* Opera 12+ */
  animation: triangle-figure-3 2000ms infinite; /* IE 10+, Fx 29+ */
}

.l-title-section__text-conteiner .l-btn {
  margin-top: 48px;
  max-width: 200px;
  width: 100%;
}

.l-title-section__opacity-text {
  /* NB */
  opacity: 0.2;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #013274;
  margin-top: 80px;
}
.l-title-section__content-text {
  min-width: 710px;
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
  margin-top: 40px;
}

.l-btn {
  padding: 12px 20px;
  background: #013274;
  color: #fff;
  font-weight: bold;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.l-btn:hover {
  transition: 0.4s;
  background: #98acc7;
}
/* Section about-forum end */

/* Section our mission */
.l-section--our-mission {
  background: #4b4b55;
  display: flex;
  /* justify-content: space-between; */
  overflow: hidden;
  align-items: center;
}
.l-section--our-mission .l-title-section__text-conteiner {
  margin-right: 100px;
}

.l-our-mission-wrap-text {
  z-index: 1;
  width: 100%;
  max-width: 563px;
  margin-top: 160px;
}
.l-our-mission-text-title .whiteText {
  position: relative;
  z-index: 1;
}
.l-our-mission-text-title {
  font-family: Arimo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.l-our-mission-text-title-opacity {
  position: absolute;
  opacity: 0.2;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 64px;
  line-height: 1.13;
  text-align: center;
  left: 10%;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
  color: #013274;
}
.l-our-mission-text-destinations {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}
.l-our-mission-wrap-images {
  position: relative;
  height: 664px;
  max-width: 652px;
  width: 100%;
}
.l-our-mission-wrap-images .triangle {
  max-width: 652px;
  left: -170px;
  top: -60px;
  width: 100%;
  position: absolute;
}

.l-our-mission-wrap-images .triangle-video {
  max-width: 652px;
  width: 100%;
  position: absolute;
}

/* end */

/* Section our values */
.l-section--our-values {
  overflow: hidden;
  padding-top: 160px;
}

.l-section--our-values .l-title-section__text-conteiner {
  margin-top: 140px;
}
.l-wrap-our-values-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-wrap-our-values {
  margin-top: 140px;
  position: relative;
  display: grid;
  left: -72px;
  grid-template-columns: 710px 710px;
  grid-gap: 24px;
  /* padding-left: 60px; */
}
.our-value-triangle {
  max-width: 803px;
  width: 100%;
  max-height: 818px;
  height: 100%;
  position: absolute;
  top: 64px;
  left: 145px;
}
.our-value-triangle-opacity {
  max-width: 416px;
  width: 100%;
  max-height: 424px;
  height: 100%;
  position: absolute;
  object-fit: contain;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  bottom: 204px;
  right: 141px;
}
.l-wrap-our-value {
  width: 100%;
  /* min-height: 200px; */
  min-height: 100px;
  background-color: rgba(240, 240, 240, 0.8);
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-wrap-our-value:nth-child(2) {
  position: relative;
  top: -400px;
}
.l-wrap-our-value:nth-child(4) {
  position: relative;
  top: -400px;
}
.l-wrap-our-value-title {
  flex-flow: row wrap;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #232323;
  display: flex;
  align-items: center;
}
.l-wrap-our-value-title img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.l-wrap-our-value-description {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #232323;
  margin-top: 29px;
  width: 100%;
}

/* Section our values end */

/* Section reviews */
.l-section--reviews {
  overflow: hidden;
}
.l-section--reviews .l-title-section__text-conteiner {
  top: 100px;
  position: relative;
}
/* .l-wrap-review {
  max-width: 648px;
  width: 100%;
} */
.l-review {
  max-width: 648px;
  width: 100%;
}

.l-review-header {
  display: flex;
}
.l-review-hader-images {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 16px;
}
.l-review-hader-text {
  height: 64px;
  display: flex;
  flex-direction: column;
}

.l-review-hader-title {
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #232323;
}
.l-review-hader-description {
  height: 32px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.29;
  color: #232323;
  margin-top: 8px;
  text-transform: uppercase;
}

.l-review-body {
  margin-top: 24px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #000000;
}

/* slider  */
#reviews-slider {
  margin-top: 150px;
}
#reviews-slider .slick-track::before {
  display: none;
}
#reviews-slider .slick-track {
  display: flex;
  justify-content: space-between;
}
.slick-initialized .slick-slide {
  outline: none;
  padding: 0 10px;
  margin: 0 auto;
}
.slick-dots {
  /* background-color: #000; */
  display: flex;
  bottom: -80px;
  justify-content: center;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 0;
  height: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
.slick-dots li button {
  width: 90px;
  padding: 0;
  height: 2px;
  background-color: #dbdbdb;
}
#reviews-slider .slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  object-fit: contain;
}
.slick-arrow:before {
  display: none;
}
.slick-dots li button:before {
  display: none;
}
.slick-next {
  background-image: url("./images/arrow-right.svg");
}
.slick-prev.slick-arrow {
  background-image: url("./images/arrow-left.svg");
}

#reviews .l-title-section__img {
  width: 416px;
  height: 100%;
  object-fit: contain;
  padding-left: 0;
  box-sizing: border-box;
}
#reviews .l-title-section__text-conteiner {
  padding-left: 0;
}
#reviews .l-title-section__container {
  position: absolute;
  top: 40%;
  left: 150px;
  transform: translateY(-50%);
}
#reviews.l-section--reviews .l-title-section__text-conteiner {
  top: 0 !important;
}

/* Section reviews end*/

@media all and (max-width: 1800px) {
  .l-wrap-our-values {
    /* grid-template-columns: 600px 600px; */
    grid-template-columns: 1fr 1fr;
  }

  .l-our-mission-wrap-images {
    transform: scale(0.7);
  }
}
@media all and (max-width: 1350px) {
  .l-our-mission-wrap-images {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  #reviews-slider {
    margin-top: 100px;
  }
}
@media all and (max-width: 992px) {
  .l-title-section {
    height: 250px;
  }
  .about-us .l-section {
    padding: 80px 12px;
  }
  .slick-initialized .slick-slide {
    margin: 0 auto;
  }
  .l-title-section__content-text {
    min-width: auto;
  }
  .l-our-mission-wrap-text {
    margin-top: 80px;
  }
  .l-our-mission-text-title-opacity {
    font-size: 44px;
  }
  .l-section--our-values .l-title-section__text-conteiner {
    margin-top: 60px;
  }
  .l-section--about-forum .triangle {
    display: none;
  }

  .l-title-section__text-conteiner {
    padding-left: 0;
  }
  .about-us .l-title-section__title:after {
    right: 0;
  }
  .l-title-section__title {
    padding-left: 50px;
  }
  .l-wrap-our-value:nth-child(2),
  .l-wrap-our-value:nth-child(4) {
    top: 0;
  }
  .l-wrap-our-values {
    left: 0;
  }
  .l-wrap-our-value {
    padding: 20px;
  }
  .l-wrap-our-value-title {
    flex-direction: column;

    font-size: 18px;
  }
  .l-wrap-our-value-title img {
    width: 44px;
    margin-bottom: 15px;
    height: 44px;
    margin-right: 0;
  }

  .l-our-mission-wrap-images {
    margin-top: 50px;
    transform: scale(0.7);
    left: 70px;
    height: auto;
    min-height: 200px;
  }
  .l-title-section__opacity-text {
    font-size: 28px;
  }
  .l-title-section__title {
    font-size: 32px;
  }
  .l-header--container {
    width: auto;
  }
  .l-review-hader-description,
  .l-review-hader-text {
    height: auto;
  }
}

@media all and (max-width: 480px) {
  .l-wrap-our-values {
    grid-template-columns: 1fr;
  }
  .slick-dots li button {
    width: 50px;
  }
}
