.mainWrapper {
  width: 100%;
  height: 200vh;
  background: transparent;
}

/*slider*/

.intro {
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;

  position: relative;
}

.introWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
  padding: 30px;
}

.introWrapper .darkenLayout {
  height: 100vh;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: -1;

  background: rgba(0, 0, 0, 0.2);
}

.introWrapper h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  color: var(--whiteColor);
  z-index: 1;
  margin-left: 30px;

  margin: 0 auto;
  text-align: center;
}

.introWrapper p {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  color: var(--whiteColor);
  width: 50%;
  z-index: 1;
  margin-left: 30px;

  /* margin-top: 25px; */

  margin: 20px auto;
  text-align: center;
}

.introWrapper a {
  border: 1px solid rgba(130, 130, 130, 0.32);
  border-radius: 2px;

  text-decoration: none;

  font-size: 14px;
  color: var(--whiteColor);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: .35s ease-in-out;
  font-weight: 500;

  width: 200px;
  height: 45px;
  padding: 15px 25px;
  background: rgba(130, 130, 130, 0.1);
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(6.4px);


  margin: 0 auto;
  text-align: center;
}

.introWrapper img {
  height: 100%;
  width: 100%;

  object-fit: cover;

  filter: brightness(70%);

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.introWrapper a img {
  height: 15px;
  margin-left: 10px;
  position: relative;
  width: 15px;
}

.introWrapper a:hover {
  transform: scale(1.08);
}

/*information secion*/

.infoTextWrapper {
    text-align: center;
    padding: 25px 85px;
}

.infoTextWrapper p {
    color: var(--dark);
    text-align: center;
}

.infoTextWrapper ul li {
    color: var(--light);
    text-align: center;
    font-size: 20px;
}

.infoTextWrapper p {
    margin: 15px 0;
    font-size: 20px;
}

.infoTextWrapper ul li {
    list-style: none;
}

.infoTextWrapper ul {
    margin: 30px 0;
    padding: 0;
}

.linksWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.linksWrapper a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.linksWrapper a:nth-child(2) {
    margin-right: 0;
}

.linksWrapper a img {
    height: 32px;
    margin-left: 10px;
}

.infoTextWrapper p.link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoTextWrapper p a img {
    height: 32px;
    margin-left: 12px;
}

.ourProjectWrapperTitleBig.info {
    margin-bottom: 0 !important;
}

.ourProjectWrapperTitleSmall.info {
    width: 120px;
    margin: 0 auto;
}

/*gallery*/

.ourProjectWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  margin-top: 75px;
}

.ourProjectWrapperTitleSmall {
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--light);
  border-radius: 30px;
  background: #F9F9F9;
  text-align: center;
}

.ourProjectWrapperTitleSmall.contact {
  width: 100px;
  margin: 0 auto;
}

.ourProjectWrapperTitleBig {
  font-size: 38px;
  font-weight: 700;

  color: var(--dark);

  padding: 5px;
  margin-top: 15px;
  
  text-align: center;
}

.projectInnerWrapper {
  width: 100%;
}

.projectInnerWrapperInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projectBlock {
  width: 300px;
  height: 350px;
  position: relative;
  margin: 15px auto !important;
}

.projectBlock img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  border-radius: 2px;
}

.projectBlockInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 15px 25px; 

  background: rgba(130, 130, 130, 0.55);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(6.4px);
  border: 1px solid rgba(130, 130, 130, 0.32);
}

.projectBlockInfo h2 {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 10px;
}

.projectBlockInfo p {
  color: var(--white);
  font-size: 16px;

  display: flex;
  align-items: center;
}

.projectBlockInfo p img {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.projectsSlide {
  padding-bottom: 70px !important;
}

.gallerySlide .swiper-pagination-bullet {
  background: var(--light) !important;
  opacity: .5 !important;
}

.gallerySlide .swiper-pagination-bullet {
  margin: 0 8px !important;
  height: 10px !important;
  width: 10px !important;
}

.gallerySlide .swiper-pagination-bullet-active {
  background: var(--dark) !important;
  opacity: 1 !important;
}

.gallerySlide .swiper-button-next, .gallerySlide .swiper-button-prev {
  bottom: 0 !important;
  top: auto !important;
}

.gallerySlide .swiper-button-next,
.gallerySlide .swiper-button-prev {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
  background: var(--white);
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
  margin-bottom: 15px;
}

.gallerySlide .swiper-pagination {
  margin-bottom: 15px;
}

.gallerySlide .swiper-button-next::after, .gallerySlide .swiper-button-prev::after {
  display: none !important;
}

.gallerySlide .swiper-button-next img, .gallerySlide .swiper-button-prev img {
  width: 22px;
}

.gallerySlide .swiper-button-prev, .gallerySlide .swiper-rtl .swiper-button-next {
  left: 200px !important;

  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.gallerySlide .swiper-button-next, .gallerySlide .swiper-rtl .swiper-button-prev {
  right: 200px !important;

  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.servicesSlider {
  padding-bottom: 30px !important;
}

.gallerySlide .service-btn-prev, .gallerySlide .service-btn-next {
  top: 50% !important;
}

.gallerySlide .swiper-button-next-service,
.gallerySlide .swiper-button-prev-service {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
  background: var(--white);
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
}

.gallerySlide .swiper-button-next-service::after, .gallerySlide .swiper-button-prev-service::after {
  display: none !important;
}

.gallerySlide .swiper-button-next-service img, .gallerySlide .swiper-button-prev-service img {
  width: 22px;
}

.gallerySlide .swiper-button-prev-service, .gallerySlide .swiper-rtl .swiper-button-next-service {
  left: 80px !important;

  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.gallerySlide .swiper-button-next-service, .gallerySlide .swiper-rtl .swiper-button-prev-service {
  right: 80px !important;

  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

/*comments part*/

.commentsWrapperInner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

#commentsWrapper {
     padding: 0 30px;
}

.commentBlock {
    border: 1px solid var(--dark);
    border-radius: 2px;
    margin: 15px;
    width: 250px;
    height: 120px;
    border: 1px solid;
    padding: 10px;
    
    display: flex;
    flex-direction: column;
}

.commentBlockName {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--dark);
}

.commentBlockComment {
    margin: 0;
    font-size: 18px;
    color: var(--light); 
    overflow: auto;
}

.nextComments {
    margin-top: 25px;
    font-family: 'braind-yerevan', sans-serif;
    font-style: normal;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    resize: none;
    border-radius: 2px;
    font-size: 16px;
    color: var(--light);
    padding: 8px 10px;
    box-shadow: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    text-decoration: none;
}

.nextComments:hover {
    color: var(--dark);
}

.addCommentForm {
    margin: 0 auto;
    margin-top: 25px;
    width: 650px;
}

.addCommentForm input, .addCommentForm textarea {
    font-family: 'braind-yerevan', sans-serif;
    font-style: normal;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    resize: none;
    padding: 8px 10px;
    padding-left: 15px;
    border-radius: 2px;
    color: var(--dark);
    font-size: 16px;
    transition: .2s;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.addCommentForm textarea {
    height: 150px;
}

.addCommentForm input[type=submit] {
    color: var(--light);
    padding: 8px 10px;
    box-shadow: none;
    margin-top: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

form .inputBx input::placeholder, form .inputBx textarea::placeholder {
  color: var(--light) !important;
  opacity: .5;
}

.addCommentForm input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.15);
    color: var(--dark);
    border: 1px solid var(--dark);
}

.addCommentForm p {
    color: var(--light);
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    margin-bottom: 0;
    display: none;
}

.addCommentForm .inputBx {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}


/*media*/

@media (max-width: 900px) {

  .introWrapper {
    padding: 30px 10px;
  }

  .introWrapper p {
    font-size: 17px;
    width: auto;
  }
  
  .addCommentForm {
      width: 100%;
  }

}

@media (max-width: 768px) {

  .introWrapper h1 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
  }

  .introWrapper h2 {
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
  }

  .gallerySlide .swiper-button-prev, .gallerySlide .swiper-rtl .swiper-button-next {
    left: 50px !important;
  }

  .gallerySlide .swiper-button-next, .gallerySlide .swiper-rtl .swiper-button-prev {
    right: 50px !important;
  }
  
  .infoTextWrapper {
      padding: 25px 30px;
  }

}


@media (max-width: 450px) {

  .gallerySlide .swiper-button-prev, .gallerySlide .swiper-rtl .swiper-button-next {
    left: 20px !important;
  }

  .gallerySlide .swiper-button-next, .gallerySlide .swiper-rtl .swiper-button-prev {
    right: 20px !important;
  }
  
  .infoTextWrapper {
    padding: 25px 15px;
  }


}