.appearFromTop {
  animation: appearFromTop 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.appearFromBottom {
  animation: appearFromBottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes appearFromTop {
  0% {
    transform: translateX(-50%) translateY(-150%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearFromBottom {
  0% {
    transform: translateX(-50%) translateY(150%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom2 {
  animation: fade-in-bottom2 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom2 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translate(-40%, -60%);
    opacity: 1;
  }
}
.ergo {
  padding-bottom: 100px;
  padding-top: 80px;
}
.ergo h3 {
  margin-bottom: 1rem;
}
.ergo p {
  max-width: 495px;
}
.ergo .erga-imgs {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.ergo .erga-imgs a:first-of-type, .ergo .erga-imgs a:nth-of-type(4), .ergo .erga-imgs a:nth-of-type(5) {
  width: 135px;
  position: absolute;
}
.ergo .erga-imgs a:nth-of-type(1) {
  animation-delay: 0.2s;
}
.ergo .erga-imgs a:nth-of-type(2) {
  animation-delay: 0.4s;
}
.ergo .erga-imgs a:nth-of-type(3) {
  animation-delay: 0.6s;
}
.ergo .erga-imgs a:nth-of-type(4) {
  animation-delay: 1.2s;
}
.ergo .erga-imgs a:nth-of-type(5) {
  animation-delay: 1.5s;
}
.ergo .erga-imgs a:nth-of-type(6) {
  animation-delay: 1.8s;
}
.ergo .erga-imgs a:first-of-type {
  top: -65px;
}
.ergo .erga-imgs a:nth-of-type(2) {
  margin-top: 3rem;
  width: 80%;
  align-self: center;
}
.ergo .erga-imgs a:nth-of-type(3) {
  width: 100px;
  position: absolute;
  top: -5px;
  right: 0;
}
.ergo .erga-imgs a:nth-of-type(4) {
  top: -155px;
  right: 0;
}
.ergo .erga-imgs a:nth-of-type(5) {
  top: 102px;
  right: 0;
}
.ergo .erga-imgs a:nth-of-type(6) {
  width: 145px;
  position: absolute;
  top: 220px;
  left: 0;
}

.wrap {
  display: flex;
}
.wrap .current-page {
  font-weight: 700;
  color: #ead244;
  font-size: 20px;
  margin-right: 1rem;
}

.ergo-gallery {
  padding: 30px 0 50px;
}
.ergo-gallery h3 {
  margin-top: 12px;
  margin-bottom: 1rem;
}
.ergo-gallery span {
  font-size: 14px;
}
.ergo-gallery .video-container iframe {
  width: 100%;
}
.ergo-gallery p {
  padding-bottom: 1rem;
}
.ergo-gallery .swiper-gallery,
.ergo-gallery .swiper-gallery2 {
  position: relative;
}
.ergo-gallery .swiper-gallery img,
.ergo-gallery .swiper-gallery2 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.ergo-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  max-height: 250px;
  overflow: hidden;
  height: 100%;
}
.ergo-gallery .swiper-button-next,
.ergo-gallery .swiper-button-prev {
  display: none;
}
.ergo-gallery .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ece3ae;
  opacity: 1;
}
.ergo-gallery .swiper-pagination-bullet-active {
  background: black;
}
.ergo-gallery .swiper-pagination {
  bottom: -50px;
}
.ergo-gallery .cards-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  padding-top: 4rem;
}
.ergo-gallery .cards-container .card {
  min-height: 180px;
  border-radius: 0;
  border: none;
  flex: 1 1 auto;
  background: transparent;
  text-decoration: none;
}
.ergo-gallery .cards-container .card:focus .card-body, .ergo-gallery .cards-container .card:hover .card-body, .ergo-gallery .cards-container .card:active .card-body {
  background: #7b8181;
}
.ergo-gallery .cards-container .card:focus .card-btn, .ergo-gallery .cards-container .card:hover .card-btn, .ergo-gallery .cards-container .card:active .card-btn {
  color: white;
}
.ergo-gallery .cards-container .card:focus .card-btn::after, .ergo-gallery .cards-container .card:hover .card-btn::after, .ergo-gallery .cards-container .card:active .card-btn::after {
  background-image: url("../images/white-arrow-right.svg");
}
.ergo-gallery .cards-container .card:focus h4, .ergo-gallery .cards-container .card:hover h4, .ergo-gallery .cards-container .card:active h4 {
  color: white;
}
.ergo-gallery .cards-container .card h4 {
  font-size: 16px;
}
.ergo-gallery .cards-container .card .card-btn {
  position: relative;
  border: none;
  background: transparent;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 600;
  padding-right: 3rem;
  color: transparent;
}
.ergo-gallery .cards-container .card .card-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  background-image: url("../images/black-arrow-right.svg");
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.ergo-gallery .cards-container .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transition: background-color 0.5s ease;
}
.ergo-gallery .img-container {
  margin-top: 2rem;
}
.ergo-gallery .links {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ergo-gallery .links a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.ergo-page .ergo-gallery h3 {
  font-size: 16px;
  margin-top: 25px;
}
.ergo-page .ergo-gallery h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 18px;
}
.ergo-page .ergo-gallery span a {
  color: black;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.ergo-page .ergo-gallery span a::after {
  content: "";
  background-color: black;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.ergo-page .ergo-gallery p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ergo-gallery .cards-container .card {
    position: relative;
    width: 100%;
  }
  .ergo-gallery .cards-container .card .card-body {
    position: absolute;
    height: 100%;
    width: calc(100% + 40px);
    left: -20px;
  }
  .ergo-gallery .video-container iframe {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .ergo {
    padding: 200px 0;
  }
  .ergo .erga-imgs {
    margin-top: 2rem;
  }
  .ergo .erga-imgs a:first-of-type, .ergo .erga-imgs a:nth-of-type(4), .ergo .erga-imgs a:nth-of-type(5), .ergo .erga-imgs a:nth-of-type(6) {
    width: 180px;
  }
  .ergo .erga-imgs a:first-of-type {
    bottom: -85px;
    top: unset;
    left: -352px;
  }
  .ergo .erga-imgs a:nth-of-type(2) {
    margin-top: 0;
  }
  .ergo .erga-imgs a:nth-of-type(6) {
    top: 220px;
    right: -20px;
    left: unset;
  }
  .ergo .erga-imgs a:nth-of-type(4) {
    left: -140px;
    right: unset;
  }
  .ergo .erga-imgs a:nth-of-type(5) {
    top: 21px;
    left: 20px;
  }
  .ergo-gallery .cards-container .card {
    min-height: 240px;
    max-width: 300px;
  }
  .ergo-gallery .swiper-slide {
    max-height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .ergo {
    padding: 400px 0;
  }
  .ergo .erga-imgs a {
    opacity: 0;
  }
  .ergo .erga-imgs a:first-of-type, .ergo .erga-imgs a:nth-of-type(4), .ergo .erga-imgs a:nth-of-type(5), .ergo .erga-imgs a:nth-of-type(6) {
    width: 200px;
  }
  .ergo .erga-imgs a:first-of-type {
    bottom: -24%;
    left: -106%;
  }
  .ergo .erga-imgs a:nth-of-type(4) {
    right: unset;
    left: -55%;
    top: -45%;
  }
  .ergo .erga-imgs a:nth-of-type(2) {
    width: 65%;
    align-self: center;
  }
  .ergo .erga-imgs a:nth-of-type(3) {
    width: 120px;
    top: -65px;
  }
  .ergo .erga-imgs a:nth-of-type(5) {
    top: 10%;
    left: 5%;
  }
  .ergo .erga-imgs a:nth-of-type(6) {
    top: 65%;
    right: -5%;
  }
  .ergo-gallery {
    padding: 50px 0 80px;
  }
  .ergo-gallery .swiper-slide {
    max-height: 300px;
    height: auto;
  }
  .ergo-gallery span {
    font-size: 16px;
    font-weight: 300;
  }
  .ergo-gallery h3 {
    font-size: 32px;
  }
  .ergo-gallery p {
    font-size: 18px;
  }
  .ergo-gallery .video-container iframe {
    height: 620px;
  }
  .ergo-gallery .img-container2 img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ergo-gallery .swiper-gallery2 img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ergo-gallery .swiper-pagination-bullet {
    display: none;
  }
  .ergo-gallery .swiper-wrapper {
    overflow-x: unset;
  }
  .ergo-gallery .swiper-button-next,
  .ergo-gallery .swiper-button-prev {
    display: block;
    top: unset;
    bottom: -45px;
    width: 15px;
    height: 15px;
    color: black;
  }
  .ergo-gallery .swiper-button-next::after,
  .ergo-gallery .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
  }
  .ergo-gallery .swiper-button-prev {
    left: 0;
  }
  .ergo-gallery .swiper-button-next {
    right: unset;
    left: 60px;
  }
  .ergo-gallery .cards-container {
    background-image: url("../images/ergo-gallery-bg.svg");
    background-repeat: no-repeat;
    background-position-x: right;
  }
  .ergo-gallery .cards-container .card {
    max-width: 400px;
  }
  .ergo-gallery .cards-container .card h4 {
    font-size: 18px;
  }
  .ergo-gallery .img-container {
    margin-top: 1rem;
  }
  .ergo-gallery .img-container img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ergo-gallery .links {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 6rem;
  }
  .ergo-page .ergo-gallery h3 {
    font-size: 18px;
  }
  .ergo-page .ergo-gallery h2 {
    font-size: 32px;
  }
  .ergo-page .ergo-gallery span a {
    font-weight: 500;
  }
  .ergo-page .ergo-gallery .swiper-slide {
    max-height: 650px;
  }
}
@media screen and (max-width: 1300px) {
  .ergo-gallery .cards-container {
    background-size: 55% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .ergo .erga-imgs a:first-of-type, .ergo .erga-imgs a:nth-of-type(4), .ergo .erga-imgs a:nth-of-type(5), .ergo .erga-imgs a:nth-of-type(6) {
    width: 260px;
  }
  .ergo .erga-imgs a:first-of-type {
    bottom: -20%;
  }
  .ergo .erga-imgs a:nth-of-type(3) {
    width: 155px;
    top: -85px;
  }
  .ergo .erga-imgs a:nth-of-type(4) {
    top: -57%;
  }
  .ergo-gallery .img-container2 img,
  .ergo-gallery .swiper-gallery2 img {
    max-height: 650px;
  }
  .ergo-gallery .swiper-slide {
    max-height: 350px;
  }
  .ergo-page .ergo-gallery .swiper-slide {
    max-height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .ergo .erga-imgs a:first-of-type {
    bottom: -3%;
  }
  .ergo .erga-imgs a:nth-of-type(4) {
    top: -48%;
  }
  .ergo-gallery .video-container iframe {
    height: 725px;
  }
  .ergo-gallery .img-container2 img {
    max-height: 700px;
  }
  .ergo-gallery .img-container img {
    max-height: 600px;
  }
  .ergo-gallery .swiper-slide {
    max-height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .ergo-gallery .swiper-slide {
    max-height: 450px;
  }
}
.modal-content {
  background: #a6aaaa;
  height: 100%;
  border-radius: 0;
}

.modal-header {
  border: none;
  padding-top: 2rem;
}
.modal-header .logo {
  width: 80px;
}

.modal-dialog {
  height: 100vh;
  margin: 0;
}
.modal-dialog .nav-link:focus span, .modal-dialog .nav-link:hover span {
  font-weight: 700;
  color: #ead244;
}
.modal-dialog .nav-link span {
  font-weight: 400;
  font-size: 18px;
  color: white;
}
.modal-dialog .btn-close {
  background-image: url("../images//close-icon.svg");
  background-size: contain;
  opacity: 1;
  width: 15px;
  margin-right: 2px;
}

.modal-body {
  padding-top: 4rem;
}
.modal-body .nav {
  align-items: center;
}

.news h4 {
  font-size: 16px;
  font-weight: 600;
}
.news .date {
  margin: 2rem 0 1rem;
  font-weight: 600;
  font-size: 16px;
}
.news span {
  font-weight: 500;
}
.news span a {
  color: black;
  text-decoration: none;
}
.news .img-container {
  margin: 2rem 0;
}
.news .more-news {
  text-align: end;
}
.news .more-news a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.news-section h2 {
  margin-bottom: 3rem !important;
}
.news-section .cards-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.news-section .card {
  border: none;
}
.news-section .card img {
  border-radius: 0;
}
.news-section .card-body {
  padding-left: 0;
  padding-top: 25px;
}
.news-section .card-body .date {
  font-weight: 500;
}
.news-section h4 {
  margin-top: 18px;
  margin-bottom: 35px;
}
.news-section .card-link {
  margin-top: 2rem;
  padding-top: 2rem;
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.pagination {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 3rem;
}
.pagination .page-link {
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 18px;
  font-weight: 500;
}
.pagination .page-item:first-child .page-link {
  border-radius: 50%;
}
.pagination .page-item.active {
  background: black;
  color: white;
  border-radius: 50%;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: black;
  color: white !important;
}

.news-article h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 25px 0;
}
.news-article span a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.news-article span a::after {
  content: "";
  background-color: black;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.news-article .img-wrap {
  margin-top: 1.5rem;
}
.news-article .date {
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .news .row {
    justify-content: space-between;
  }
  .news h4 {
    margin-bottom: 20px;
  }
  .news p {
    margin-bottom: 5rem;
  }
  .news-section .cards-container {
    justify-content: space-between;
  }
  .news-section h3 {
    font-size: 46px;
  }
  .news-section .card {
    max-width: 440px;
  }
  .news-section .card img {
    max-height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pagination {
    margin: 6rem 0 5rem;
  }
  .news-article h2 {
    font-size: 32px;
  }
  .news-article .img-wrap {
    margin-top: 2rem;
  }
  .news-article .img-wrap img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-article .date {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .news-section .card {
    max-width: 535px;
  }
  .news-article .img-wrap img {
    max-height: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .news-section .card {
    max-width: 620px;
  }
}
.contact-section {
  padding: 50px 0;
}
.contact-section.top-border .container:first-of-type > .row:first-of-type::before {
  top: -40px;
}
.contact-section h2 {
  margin-bottom: 1.5rem;
}
.contact-section form {
  margin-top: 1rem;
}
.contact-section .col-lg-6 {
  padding: 0;
  margin-bottom: 10px;
}
.contact-section .col-12 {
  padding: 0;
}
.contact-section input {
  min-height: 55px;
  border-radius: 0;
  border: 2px solid #b8b8b8;
}
.contact-section input::-moz-placeholder {
  color: #9c9c9b;
  font-weight: normal;
}
.contact-section input::placeholder {
  color: #9c9c9b;
  font-weight: normal;
}
.contact-section .btn-row .col-12 {
  display: flex;
  justify-content: flex-end;
}
.contact-section button, .contact-section input[type=submit] {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 10px;
  border: none;
  background-color: black;
  color: white;
}

@media screen and (min-width: 992px) {
  .contact-section {
    padding: 100px 0;
  }
  .contact-section p {
    max-width: 500px;
    margin-top: 20px;
  }
  .contact-section.top-border .container:first-of-type > .row:first-of-type::before {
    top: -65px;
  }
  .contact-section .col-lg-6 {
    margin-bottom: 20px;
  }
  .contact-section button, .contact-section input[type=submit] {
    margin-top: 25px;
  }
  .contact-section form .col-lg-6:first-of-type {
    padding-left: 0;
    padding-right: 15px;
  }
  .contact-section form .col-lg-6:last-of-type {
    padding-right: 0;
    padding-left: 15px;
  }
  .contact-section form .col-12 {
    padding: 0;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.ytp-chrome-controls,
.video-container .ytp-pause-overlay {
  display: none !important;
  opacity: 0 !important;
}

body {
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.home {
  background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 80%, #a6aaaa 100%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  padding: 0 20px;
}

section {
  padding: 30px 0;
}

.text-img {
  padding: 50px 0 30px;
}

p {
  font-weight: 300;
}

img {
  width: 100%;
}

h1 {
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 46px;
  margin: 2rem 0;
}

h2 {
  font-weight: 600;
  font-size: 18px;
}

h3 {
  font-weight: 400;
  font-size: 24px;
}

.top-border .container:first-of-type > .row:first-of-type {
  position: relative;
}
.top-border .container:first-of-type > .row:first-of-type::before {
  content: "";
  background: black;
  width: calc(100% - 24px);
  left: 12px;
  height: 1px;
  position: absolute;
  top: -25px;
}

header .nav.d-lg-flex {
  justify-content: space-between;
  position: relative;
}
header .nav.d-lg-flex::before, header .nav.d-lg-flex::after {
  content: "";
  position: absolute;
  left: -100px;
  width: calc(100% + 280px);
  background-color: black;
  height: 1px;
}
header .nav.d-lg-flex::before {
  top: -8px;
}
header .nav.d-lg-flex::after {
  bottom: -9px;
}
header .nav.d-lg-flex a {
  font-weight: 700;
  color: black;
  font-size: 15px;
}
header .nav.d-lg-flex a:hover {
  color: #ead244;
}
header .mobile {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 3rem;
}
header .mobile img {
  width: 55px;
}
header .mobile .logo-wrap img {
  width: 80px;
}
header .mobile-menu-wrap {
  border: none;
  background: none;
}
header .nav-link.active {
  color: #ead244 !important;
}

.home h1 {
  color: white;
}
.home header .nav.d-lg-flex::before, .home header .nav.d-lg-flex::after {
  background-color: white;
}
.home header .nav.d-lg-flex a {
  color: white;
}
.home header .nav.d-lg-flex a:hover {
  color: #ead244;
}

footer {
  padding: 80px 0 20px;
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 3rem;
}
footer .footer-logo img {
  width: 40%;
}
footer p {
  text-align: center;
  font-weight: 600;
}

.imgs-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.imgs-wrap img {
  width: 85%;
}
.imgs-wrap .img3 {
  position: absolute;
  top: -22px;
  left: 2px;
}

.txt-wrap {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.txt-wrap img {
  width: 30px;
  height: 60px;
  position: absolute;
  right: 55px;
  bottom: -100px;
}
.txt-wrap h2 {
  color: white;
}
.txt-wrap p {
  font-size: 18px;
}

.simpleParallax {
  overflow: visible !important;
}

.ergo h2,
.about h2,
.news h2,
.contact-section h2,
.news-section h2 {
  font-weight: 500;
  font-size: 32px;
  color: #ead244;
}

.about {
  padding-bottom: 180px;
}
.about .logo img {
  width: 94px;
  margin-bottom: 1.5rem;
}
.about .imgs-wrap2 {
  position: relative;
}
.about .imgs-wrap2 img {
  width: 245px;
  position: absolute;
  transform: translate(19%, -46%);
}
.about p {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .text-img .row {
    justify-content: space-between;
  }
  .about .imgs-wrap2 img {
    transform: translate(80%, -35%);
  }
}
@media screen and (min-width: 992px) {
  .text-img {
    padding: 150px 0;
  }
  .home header {
    padding-bottom: 7rem;
  }
  footer .footer-logo img {
    width: 15%;
  }
  .home {
    background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 75%, #a6aaaa 100%);
  }
  h2 {
    font-size: 46px;
  }
  .txt-wrap {
    text-align: left;
  }
  .txt-wrap p {
    font-size: 20px;
  }
  .imgs-wrap img {
    width: 85%;
  }
  .imgs-wrap .img1 {
    position: absolute;
    z-index: -1;
    right: 8px;
    top: -118px;
    width: 60%;
  }
  .imgs-wrap .img2 {
    width: 85%;
    position: absolute;
    left: 25px;
  }
  .imgs-wrap .img3 {
    top: -45px;
    left: -35px;
  }
  .ergo h2,
  .about h2,
  .news h2,
  .contact-section h2,
  .news-section h2 {
    font-size: 46px;
    margin-bottom: 1rem;
  }
  .about {
    padding: 250px 0 400px;
  }
  .about .row {
    justify-content: flex-start;
  }
  .about p {
    font-size: 18px;
    position: relative;
    z-index: 10;
  }
  .about .logo img {
    width: 110px;
  }
  .about .imgs-wrap2 img {
    position: absolute;
    left: 50%;
    opacity: 0;
  }
  .about .imgs-wrap2 img:first-of-type {
    animation-delay: 0.4s;
    z-index: 1;
    transform: translate(-70%, -90%);
  }
  .about .imgs-wrap2 img:nth-of-type(2) {
    transform: translate(-60%, -80%);
    animation-delay: 0.6s;
    z-index: 2;
  }
  .about .imgs-wrap2 img:nth-of-type(3) {
    transform: translate(-47%, -66%);
    animation-delay: 0.8s;
    z-index: 3;
  }
  .about .imgs-wrap2 img:nth-of-type(4) {
    transform: translate(-33%, -48%) !important;
    z-index: 4;
  }
  .about .imgs-wrap2 img:nth-of-type(5) {
    animation-delay: 0.4s;
    transform: translate(-21%, -29%);
    z-index: 5;
    width: 260px;
  }
  .about .imgs-wrap2 img:nth-of-type(6) {
    animation-delay: 0.6s;
    transform: translate(0%, -13%);
    z-index: 6;
    width: 252px;
  }
  .about .imgs-wrap2 img:nth-of-type(7) {
    z-index: 7;
    transform: translate(35%, 8%);
    animation-delay: 0.8s;
    width: 222px;
  }
}
@media screen and (min-width: 1200px) {
  .text-img .txt-wrap img {
    bottom: -165px;
    height: 85px;
  }
  header .nav.d-lg-flex::before, header .nav.d-lg-flex::after {
    left: -500px;
    width: calc(100% + 585px);
  }
  .imgs-wrap .img2 {
    width: 85%;
  }
  .about .imgs-wrap2 img {
    width: 360px;
  }
  .about .imgs-wrap2 img:first-of-type {
    transform: translate(-79%, -86%);
    width: 340px;
  }
  .about .imgs-wrap2 img:nth-of-type(2) {
    transform: translate(-65%, -67%);
    width: 340px;
  }
  .about .imgs-wrap2 img:nth-of-type(3) {
    transform: translate(-50%, -50%);
    width: 340px;
  }
  .about .imgs-wrap2 img:nth-of-type(4) {
    transform: translate(-34%, -33%) !important;
    width: 340px;
  }
  .about .imgs-wrap2 img:nth-of-type(5) {
    width: 320px;
    transform: translate(-15%, -14%);
  }
  .about .imgs-wrap2 img:nth-of-type(6) {
    width: 310px;
    transform: translate(6%, 9%);
  }
  .about .imgs-wrap2 img:nth-of-type(7) {
    width: 300px;
    transform: translate(30%, 35%);
    height: 320px;
  }
}
@media screen and (min-width: 1400px) {
  header .nav.d-lg-flex::before, header .nav.d-lg-flex::after {
    width: calc(100% + 565px);
  }
  .imgs-wrap img {
    width: 75%;
  }
  .imgs-wrap .img1 {
    right: 77px;
    width: 55%;
  }
  .imgs-wrap .img2 {
    width: 75%;
  }
  .about {
    padding: 350px 0 400px;
  }
}
@media screen and (min-width: 1600px) {
  header .nav.d-lg-flex::before, header .nav.d-lg-flex::after {
    width: calc(100% + 655px);
  }
}
@media screen and (min-width: 1800px) {
  header .nav.d-lg-flex::before, header .nav.d-lg-flex::after {
    width: calc(100% + 850px);
  }
}