.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video {
  width: 100vw;
  /* Could also use width: 100%; */
  height: 100vh;
  object-fit: cover;
  position: absolute;
  /* Change position to absolute if you don't want it to take up the whole page */
  left: 0px;
  top: 0px;
  z-index: -1;
  filter: brightness(50%);
}

.main-text-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.main-text-title {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  margin: 16px 0px;
  width: 100%;
  overflow-wrap: anywhere;
  font-weight: 400;
}

.main-text-subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.main-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-text-wrap {
  margin-top: -150px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  max-width: 650px;
  text-align: left;
  margin-right: auto;
}


.container_main {
  max-width: 1259px;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: 70%;
}


.main-button img {
  width: 20px;
}

.main-swiper {
  position: relative;
}

.swiper-btn {
  width: 100% !important;
  max-width: 300px;
  cursor: pointer;
}

/* .main-swiper-button-next,
.main-swiper-button-prev {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 40px);
  z-index: 10;
} */

/* .main-swiper-button-next {
  right: 5px;
}

.main-swiper-button-prev {
  left: 5px;
} */

.main-swiper-button-next:after,
.main-swiper-button-prev:after {
  color: #fff !important;
}

.main-background-img-1{
  background-image: url("main_1_pc.png");
}

.main-background-img-2 {
  background-image: url("main-img-2.webp");
}

.main-background-img-3 {
  background-image: url("main_3_pc.png");
}

.main-background-img-4 {
  background-image: url("main_4_pc.png");
}

.main-background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  filter: brightness(50%);
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 0px 24px;
  gap: 10px;
}

.swiper-pagination-bullet-container {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet:only-child {
  display: flex !important;
}

.swiper-pagination-bullet {
  min-width: 42px;
  height: 4px !important;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 100%;

  max-width: 200px;
  background-color: #D9D9D9;
}

.swiper-pagination-bullet-container-text {
  display: none;
}

@media (min-width: 992px) {
  .main-text-title {
    font-size: 40px;
  }

  .swiper-pagination {
    gap: 20px;
    bottom: 40px !important;
  }

  .swiper-pagination-bullet {
    max-width: 300px;
    padding: 3px 0px;
    width: 100%;
  }

  .swiper-pagination-bullet-container {
    gap: 10px;
    width: 100%;
    max-width: 300px;
  }

  .swiper-pagination-bullet-container-text {
    color: #c0c0c0;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
  }

  /* .main-text-wrap {
    max-width: 1260px;
  } */
}

/*.main-video::-webkit-media-controls {*/
/*  display: none !important;*/
/*}*/


/* Dop */

.main-swiper-button-next {
  right: 151px;
}

.main-swiper-button-prev {
  left: 151px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.about-title {
  max-width: 600px;
}

.ceo_word {
  display: flex;
  flex-direction: column;
  gap: 20px;

}


.word-ceo {
  color: var(--3, #191717);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 600px;
  /* 36px */
}

.text_ceo_img h2 {
  color: var(--3, #191717);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.text_ceo_img h3 {
  margin-top: 10px;
  color: var(--3, #191717);
  font-family: "TT Ramillas Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
}

.text_ceo_img{
  text-align: center;
}

.main_container{
  max-width: 1250px;
  margin: 0 auto;
  /* padding: 0 30px; */
}

.dop{
  align-items:unset;
  padding:0 122px;
}






