:root {
  --cool-gray: #9F9EAD;
  --dim-gray: #6F676B;
  --rose-quartz: #AFA4A5;
  --eerie-black: #1C1C1C;
  --white: #F3F3F3;
  --default-padding: 4rem;
}

body, html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

body.loaded,
.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

.row a,
a {
  text-decoration: none;
}

.box-1 {
  align-items: center;
}

.cen {
  display: flex;
  width: 100%;
  height: auto;
  position: fixed;
  top: 2em;
  z-index: 1000;
  justify-content: flex-start;
  left: 2em;
}

.scroller__inner,
.tag-list {
  display: flex;
  gap: 1rem;
  z-index: 2000;
}

.carousel-container,
.carousel-slide,
.filter {
  background-size: cover;
  left: 0;
  position: absolute;
}

.background-clip,
.carousel-container,
.carousel-slide {
  width: 100%;
  height: 100%;
  top: 0;
}

.carousel-container {
  padding: 0;
  margin: 0;
  z-index: -1;
  overflow: hidden;
}

.carousel-slide {
  opacity: 0;
  z-index: -2;
  transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
  z-index: -1;
}

.background-clip {
  right: 0;
  position: absolute;
  object-fit: cover;
  align-items: center;
}
#white_text p {
    color: var(--white);
    padding-top: 0;
}

@media (min-aspect-ratio: 16/9) {
  .background-clip {
    width: 100%;
    height: auto;
  }
}

.filter {
  top: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f36f;
  z-index: -1;
}

.video-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

.content,
.news-container {
  display: flex;
  flex-direction: column;
}

.content {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.logo_big {
  margin: 0 auto;
  width: 19em;
  min-width: 10em;
  top: 50%;
  padding: 10vh 10vh 5vh;
}



.category-text {
  padding: 2rem;
  cursor: pointer;
  font-size: 2.3em;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
  letter-spacing: 2px;
}

.separator--line {
  border: 0;
  border-bottom: 2px solid var(--rose-quartz);
  width: 0;
  animation: separator-width 2s ease-out forwards;
}

@keyframes separator-width {
  0% { width: 0; }
  100% { width: 100%; }
}

@media (max-width: 750px) {
  @keyframes separator-width {
    0% { width: 0; }
    100% { width: 50%; }
  }
}

.about_us {
  padding: 8% 5% 0;
  flex-direction: column;
}

h1.heading-contai {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
    max-width: 100vw;
}

.heropanel__content {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  padding: 5% 0 2.5%;
  text-align: center;
}

.heropanel__content::after {
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #817c76;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.heropanel__content.animate::after {
  animation: border-expand 3s forwards;
}

.heropanel__content h1 {
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

.heropanel__content h1 a {
  color: var(--dim-gray);
  text-decoration: none;
}

.heropanel__content p {
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

@keyframes border-expand {
  0% { width: 0; opacity: 0; }
  50% { opacity: 1; }
  100% { width: 100%; opacity: 1; }
}

.box-1 {
  margin: 2em;
}

.flex_container {
  justify-content: space-between;
  padding: 5%;
  position: relative;
  max-width: 1000px;
}

.text-left,
.text-right {
  flex: 1;
  font-size: 1.3rem;
   margin-top: 3%;
  padding: 0 5%;
  justify-content: center;
  text-align: justify;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.9s ease-out;
}

.text-left {
  margin-right: 7%;
}

.text-right {
  margin-left: 7%;
  color: var(--white);
  border-radius: 8px;
}

.b_color {
  background-color: var(--dim-gray);
}

.carousel.animate,
.row a.animate,
.subscribe.animate,
.text-left.animate,
.text-right.animate {
  opacity: 1;
  transform: translateY(0);
}



#wrapper1,
#wrapper2,
#wrapper3 {
  position: relative;
  height: 100%;
}

#wrapper1,
#wrapper3 {
  justify-content: flex-end;
}

#wrapper2 {
  justify-content: flex-start;
}

#content-wrapper {
  margin-right: 2rem;
}

#content-wrapper2 {
  margin-left: 2rem;
}

.icon {
  width: 5rem;
  height: auto;
  margin-right: 3%;
}

.counter {
  font-size: 4rem;
  height: 4rem;
  margin: 0;
}

.additional-text {
  font-size: 1rem;
  text-align: start;
  padding-left: 0.5rem;
  max-width: 100px;
}

.additional-text p {
  margin: 0;
  height: 4rem;
}

.vertical-separator,
.vertical-separator2 {
  border: 0;
  border-left: 3px solid #817c76;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: height 2s ease-out;
}

.vertical-separator {
  right: 0;
}

.vertical-separator2 {
  left: 0;
}

.vertical-line-container.animate .vertical-line,
.vertical-separator.animate,
.vertical-separator2.animate {
  height: 100%;
}

.animated-line,
.btn-one,
.circle,
.customers,
.news-carousel,
.section-header,
.subscribe {
  position: relative;
}

.news-carousel,
.service {
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}

.customers {
  margin: 3rem;
}

.customers h2,
.heading h2 {
  font-size: 2rem;
  position: relative;
  color: var(--dim-gray);
  z-index: 1;
  padding: 0 10px;
}

.btn-one:hover span,
.category-text,
.heading-contai,
.service h3,
.signup-form label {
  letter-spacing: 2px;
}


.btn,
.container_services .heading,
.customers,
.heading,
.img__description,
.project,
.project_wrapper .arrow,
.section-header h2,
.section-header p,
.service,
h2 {
  text-align: center;
}

#content-wrapper,
#content-wrapper2,
#wrapper1,
#wrapper2,
#wrapper3,
.caption-info,
.img__description,
.container_services,
.flex_container,
#content-wrapper,
#content-wrapper2,
.service,
.video-container,
.box-1,
.circle,
.news,
.animated-line-container4,
.content-right,
.line,
.line4,
.project-overlay,
.img__description,
.port ,
.animated-line-container,
.counter,
.flex,
.about_us,
#wrapper1,
#wrapper2,
#wrapper3,
.customers,
.port {
  display: flex;
  align-items: center;
}

.slider,
.slider section {
  transition: transform 0.5s ease-in-out;
}












.circle img,
.controls {
  position: absolute;
  top: 50%;
}

#front_page,
.row a {
  color: #000;
}

.customers.animate .c_line1,
.customers.animate .c_line2,
.heading.animate .c_line1,
.heading.animate .c_line2,
.project.animate .c_line3,
.project.animate .c_line4 {
  opacity: 1;
  width: calc(40% - 40px);
}

@media (min-width: 1200px) {
  .project.animate .c_line3,
  .project.animate .c_line4 {
    opacity: 1;
    width: calc(26% - 40px);
  }
}

.circle {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}

.circle img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroller {
  width: 100%;
  padding: 5rem;
  padding-bottom: 7rem;
}

.scroller__inner {
  padding-block: 1rem;
  flex-wrap: wrap;
}

.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, #F3F3F3 20%, #F3F3F3 80%, transparent);
}

.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 10s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 30s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.news {
  background: url("../assets/news/news_back.jpg") center center/cover no-repeat fixed #2826264c;
  padding: 2rem;
  margin: 0;
  max-height: 150vh;
  justify-content: center;
}

.content-text {
  padding-bottom: 1rem;
}

.news-container {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.content-left .content-text,
.news-carousel {
  flex-direction: column;
  display: flex;
}

.news-carousel {
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 6px;
  align-items: center;
  overflow: hidden;
}

.controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1000;
}

.animated-line-container4 {
  justify-content: center;
  width: 100%;
  position: relative;
  padding-top: 1%;
}

.animated-line4 {
  width: 0;
  height: 3px;
  background-color: var(--dim-gray);
  opacity: 0;
  transition: width 2s ease-out, opacity 0.5s ease-out;
  position: relative;
}

.news-section,
.slider,
.slider section {
  height: 100%;
  display: flex;
}

.heading-container .animated-line-container4.animate .animated-line4 {
  width: 20%;
  opacity: 1;
}

.next,
.prev {
  background: var(--rose-quartz);
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 1001;
}

.slider {
  width: 100%;
  position: relative;
}

.slider section {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-section {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
}

.content-left {
  flex: 1;
  margin: 1rem;
  padding: 1rem;
  text-align: justify;
}

.content-left p {
  font-size: 1.2em;
}

.content-right {
  flex: 1;
  justify-content: center;
  padding: 1rem;
}

.content-left .content-text .center {
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  font-weight: 200;
  margin-top: 0;
}

.vertical-line-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2rem;
  padding-right: 2em;
  color: var(--white);
  position: relative;
}

.vertical-line {
  position: absolute;
  border-left: 2px solid var(--rose-quartz);
  height: 0;
  left: -2%;
  transition: height 2s ease-out;
}

.c_line1,
.c_line2,
.c_line3,
.c_line4 {
  transition: width 2s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.carousel,
.row a {
  transition: opacity 0.6s ease-out, transform 0.9s ease-out;
}

.caption img.calendar {
  width: 20px;
  margin-right: 10px;
}

.big-image-wrapper img {
  width: 100%;
  height: auto;
  padding-top: 2rem;
}

.big-image-wrapper {
  max-width: 550px;
}

.container_services {
  width: 100%;
  min-height: 60vh;
  flex-direction: column;
  padding: 12% 2%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .container_services {
    padding: 18% 2%;
  }
  .port {
    padding: 3em;
  }
}

.container_services .heading {
  padding-bottom: 15px;
  font-size: 50px;
}

.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 20px;
  margin: 0 auto;
  width: 80%;
  max-width: 1050px;
  height: 100%;
  border-radius: 3px;
  border-color: #000;
  grid-auto-rows: 1fr;
}

.service {
  border-radius: 5px;
  height: 160px;
  padding: 50px 50px 4%;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #000;
  background: rgba(155, 151, 149, 0.05);
  transition: transform 0.3s ease;
}

.heading,
.line2,
.port,
.project {
  justify-content: center;
}

.heading,
.project {
  display: flex;
}

.service img {
  width: 90px;
}

.service h3 {
  font-size: 1.3em;
  padding: 1%;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .service h3 {
    font-size: 1em;
  }
}

.service:hover {
  background: linear-gradient(var(--rose-quartz), #8e8686);
  border: 2px solid var(--dim-gray);
  transform: scale(1.02);
}

.row a {
  opacity: 0;
  transform: translateY(0);
  width: 100%;
}

.heading {
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
  width: 80%;
}

.c_line1,
.c_line2,
.line,
.line4 {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.line,
.line4 {
  width: 100%;
  justify-content: center;
}

.c_line1,
.c_line2 {
  background-color: #817c76;
  height: 3px;
}

.c_line1 {
  left: 60%;
  width: 0;
}

.c_line2 {
  right: 60%;
  width: 0;
}

.separator_background {
  width: 100%;
  height: 20vh;
  background: url("../assets/separator_high.png") center center/cover no-repeat fixed #dfdfdf9e;
}

.project-overlay {
  padding-top: 10%;
  min-height: 100vh;
  background: linear-gradient(180deg, var(--dim-gray), #383838, var(--eerie-black));
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.project {
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 20px;
}

.project h2 {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  color: #fff;
  font-size: 2rem;
}

.c_line3,
.c_line4,
.project_wrapper .arrow {
  position: absolute;
  transform: translateY(-50%);
}

.c_line3 {
  top: 0;
  left: 50%;
}

.btn-one::after,
.btn-one::before,
.img__description {
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c_line4 {
  bottom: 0;
  right: 50%;
}

.line2 {
  display: flex;
  justify-content: center;
}

.c_line3,
.c_line4 {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 0 5px;
}

@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    max-width: 70vw;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}

.port {
  padding: 4em;
  min-height: 50vh;
  max-height: 100vh;
  justify-content: center;
}

.project_wrapper {
  display: flex;
  max-width: 1200px;
  position: relative;
}

.project_wrapper .arrow {
  top: 50%;
  height: 40px;
  width: 40px;
  color: #343f4f;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  line-height: 44px;
  background: #43434379;
  border-radius: 50%;
  transition: transform 0.1s linear;
  z-index: 10;
}

.project_wrapper .arrow:active {
  transform: translateY(-50%) scale(0.9);
}

.project_wrapper .arrow:hover {
  background: #f2f2f25a;
}

.project_wrapper .arrow:first-child {
  left: -22px;
  display: none;
}

.project_wrapper .arrow:last-child {
  right: -22px;
}

.project_wrapper .carousel {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.arrow img {
  width: 15px;
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging a {
  pointer-events: none;
}

.carousel {
  opacity: 0;
  transform: translateY(0);
  will-change: opacity, transform;
}

.carousel a {
  margin-left: 14px;
  width: calc(100% / 3);
  max-width: 300px;
  display: inline-block;
  height: 550px;
  position: relative;
  vertical-align: top;
}

@media (max-width:1200px),(max-height:600px) {
  .carousel a {
    height: 450px;
  }
}



.carousel a:first-child {
  margin-left: 0;
}

.carousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
}

.img__wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

.img__description {
  position: absolute;
  top: 0;
  right: 0;
  background: #817c76ab;
  color: #fff;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.btn-one::after,
.btn-one::before {
  content: '';
  position: absolute;
  height: 100%;
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-header p {
  padding: 30px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.subscribe {
  padding: 25vh 0;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
  width: 60%;
  border-radius: 40px;
  transition: opacity .6s ease-in-out, transform .9s ease-in-out;
}

.subscribe .section-header h2,
.subscribe p {
  color: #f3f3f3;
}

.subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  min-width: 600px;
  outline: 0;
  margin: 0;
  padding: 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (max-width:1300px) {
  .subscribe input {
    min-width: 350px;
    padding: 15px 20px;
  }

  .subscribe {
    width: 70%;
  }
}

@media (max-width:850px) {
  .subscribe input {
    min-width: 250px;
    padding: 12px 20px;
  }

  .subscribe {
    width: 80%;
  }

  .port {
    padding: 3em;
  }
}

.col-auto,
.form-row {
  width: 100%;
  display: flex;
}

.form-row {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.col-auto {
  margin: 15px;
  justify-content: center;
}

.subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: linear-gradient(270deg,#555,#585252ea);
  color: #fff;
  transition: .3s;
  outline: 0;
  font-size: 14px;
  border-radius: 50px;
}

.subscribe button:hover {
  background: #f3f3f313;
}


@media screen and (max-width:1200px) {
  .carousel a {
    width: calc(100% / 2);
  }

  .port {
    padding: 3em;
  }
}

@media screen and (max-width:900px) {
  .carousel a {
    width: 100%;
  }
}

.btn {
  line-height: 50px;
  height: 50px;
  width: 250px;
  cursor: pointer;
}

.btn-one {
  color: #fff;
  transition: .3s;
}

.btn-one span {
  transition: .3s;
  font-size: 20px;
}

#front_page:before {
  border-top-color: #000;
  border-bottom-color: #000;
}

.btn-one::before {
  width: 100%;
  opacity: 0;
  transition: .3s;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.5);
  transform: scale(.1,1);
}

.btn-one:hover::before {
  opacity: 1;
  transform: scale(1,1);
}

.btn-one::after {
  width: 100%;
  transition: .3s;
  background-color: rgba(255,255,255,.126);
}

.btn-one:hover::after {
  opacity: 0;
  transform: scale(.1,1);
}

.animated-line-container {
  justify-content: center;
  width: 100%;
  position: relative;
  padding-top: 15%;
}

.animated-line {
  width: 0;
  height: 2px;
  background-color: #f3f3f3;
  opacity: 0;
  transition: width 2s ease-out, opacity .5s ease-out;
}

.animated-line-container.animate .animated-line {
  width: 60%;
  opacity: 1;
}

h2 {
  color: #fff;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 3px;
  width: 100%;
}

.background-clip {
  background-position: center;
  background-repeat: no-repeat;
}

@media(max-height:650px) and (min-width:850px) {
  .logo_big {
    width: 14vh;
    padding: 14vh 14vh 5vh;
  }

  .content h1 {
    font-size: 1.8em;
    margin-bottom: 4vh;
  }
}

.meet {
    text-decoration: none;
    color: #000; 
    width: 500px; 
    padding: 10px 15px 10px 10px;
    font-weight: bold; 
    font-style: italic; 
    text-align: left;
    box-sizing: border-box; 
}
.back{
    background: var(--white); 
    display: flex;
    flex-direction: column;  
}
    
.content-left{
    background: #6f676bd0;
    border-radius: 5px;
    padding-top: 40px;
    font-weight: 200;
}

.scroller{
    max-width: 1000px;
}
.flex{
    justify-content: center;
}
.text-right{
    background-color: var(--dim-gray);
}
.vertical-line-container p {
    margin-top: 0;
}

.counter {
    justify-content: center;
}

.meet img {
    width: 10px;
    margin-right: 5px;
}

.project-title.cust {
    color: #000;
}

.c_line3, .c_line4 {
    background-color: #AFA4A5;
}

.heading-container.second{
    margin: 1em;
    color: #f3f3f39a;
}
.heading-container.second p{
    color: #0000009a;
}

.sr-only{
    display: none;
}

.counter#counter1 {
    display: flex;
    justify-content: left;
    padding-left: 0.5rem;
}

.heading-container.news{
    color:#000;
    padding-top: 2em;
    margin-top: 2em;
    background: #f3f3f3;
}
.no-decor{
    text-decoration: none;
}

@media screen and (max-width:2000px) {
    .row{
        max-width: 900px;
    }
}

@media (max-width: 1600px) {
  .logo_big {
    width: 14em;
    padding: 14vh 14vh 5vh;
  }

  .flex_container{
    max-width: 850px;
  }

   h1.heading-contai {
    font-size: 1.8em;
  }

  .category-text {
    font-size: 1.2em;
    padding-bottom: 1rem;
  }
    .text-left,.text-right{
    font-size: 1.1em;
  }

  .row{
    max-width: 900px;
  }
}

@media only screen and (max-width:1150px), (max-height:650px) {
  .service img {
    width: 70px;
  }
h1.heading-contai {
    font-size: 1.1em;
  }
  .about_us {
    padding: 15% 5% 0;
    }


  .service{
    padding: 1em 3em 0.5em 3em;
    
  }
  .heading-container.second{
    padding-bottom: 0vh;
  }

  .flex_container {
    flex-direction: column;
    padding: 2%;
    max-width: 600px;
  }

  .vertical-separator,
  .vertical-separator2 {
    border-left: 1px solid #817c76;
  }

  .text-left,
  .text-right {
    margin: 0 0 2rem;
    padding: 3% 7%;
    font-size: 1.1em;
    max-width: 700px;
    z-index: 200;
  }

  .wrapper{
    max-height: 250px;
  }

  .text-right {
    order: -1;
  }

  .btn {
    height: 50px;
    width: 150px;
  }

  .btn-one span {
    font-size: 15px;
  }

  .box-1 {
    margin: .3em .6em .6em;
  }

  @media (max-width:600px) {
    .text-left,
    .text-right {
      margin: 13% 5%;
      font-size: 1em;
    }

    .heropanel__content h1,
    .project h2 {
      font-size: 1.3em;
    }

    .heropanel__content p {
      font-size: .7em;
    }
  }

  .b_color {
    margin: 2rem 0;
  }

  .vertical-separator,
  .vertical-separator2,
  .vertical-separator3 {
    position: absolute;
    width: 1px;
    background-color: #817c76;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .vertical-separator.animate,
  .vertical-separator2.animate {
    height: 50%;
  }

  .vertical-separator {
    right: 50%;
    bottom: 80%;
  }

  .vertical-separator2 {
    left: 50%;
    bottom: 80%;
  }

  #content-wrapper,
  #content-wrapper2 {
    justify-content: center;
    margin: 1rem 0;
    margin-top: 8rem;
  }

  .counter {
    margin: 1rem 0;
  }

  .content-left p {
    font-size: 1em;
  }
}


@media (max-width: 1000px) {
  .logo_espa {
    height: 2vh;
    z-index: 1000;
  }
}

@media (max-width:900px) {
  .news {
    height: auto;
    padding: 1rem;
  }

  .news-section {
    flex-direction: column;
  }

    .news-container {
        max-width: 500px;
    }

  .content-left .center {
    font-size: 1.4rem;
  }
}

@media (max-width: 800px) {
  .container_services {
    padding: 20% 2%;
  }
  .news {
    background-image: url("../assets/news/news_backround_low.jpg");
  }
  .row {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    max-width: 450px;
  }

  .separator_backround {
    background: url("../assets/separator.png") center center/cover no-repeat fixed #dfdfdf9e;
  }
}

@media (max-width: 500px) {
  .logo_espa {
    height: 1vh;
    z-index: 1000;
  }
}
