
body {
  margin:0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background: #F5F5F5;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 84px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 100px;
  margin-top: 0;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.section {
  margin-bottom: 160px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 75px;
}

header {
  padding: 120px 0 160px;
}

.logo {
  margin: 0 auto 24px;
  text-align: center;
}

.subheader {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

img {
  max-width: 100%;
}

.items__gallery {
  padding: 0 170px;
}

.img {
  position: relative;
}

.hover {
  position: absolute;
  backdrop-filter: blur(6px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;  
  color: #fff;
  gap: 2px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.hover-content {
  text-align: left;
}

.hover-content div:nth-of-type(1), .hover-content div:nth-of-type(2) {
  padding-left: 10px;
}

.glightbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.item:hover .hover {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.article {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D9D9D9;
}

.splide__arrow {
  background: none;
  width: 115px;
  height: 25px;
}

.splide__arrow:before {
  position: absolute;
  content: '';
  width: 115px;
  height: 25px;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--prev:before {
  background: url(../images/arrow.svg) no-repeat center;
}

.splide__arrow--next:before {
  background: url(../images/arrow.svg) no-repeat center;
  transform: rotate(180deg);
}

.social {
  margin: 100px auto 0;
  position: relative;
  max-width: fit-content;
  padding-left: 130px;
  font-size: 54px;
  color: #000;
  display: block;
  
}
.social:before {
  position: absolute;
  left: 0;
  top: calc(50% - 61.5px);
  width: 123px;
  height: 123px;
  content:'';
  background: url(../images/insta.png);
}

.faq {
  background: url(../images/bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 40px 0 120px;
  margin-bottom: 0;
}

.faq-quastion {
  position: relative;
  padding-left: 120px;
  font-size: 64px;
  margin-bottom: 60px;
  font-weight: 600;
}

.faq-quastion:before {
  position: absolute;
  left: 0;
  top: calc(50% - 45.5px);
  width: 91px;
  height: 91px;
  content:'';
  background: url(../images/quastion.png);
}

.faq-answer {
  font-size: 54px;
  font-weight: 300;
}

.faq-item {
  margin-bottom: 100px;
}

@media only screen and (max-width:1400px) {
	header {
		padding: 80px 0 100px;
	}
	h1 {
		font-size: 82px;
	}
	.subheader {
		font-size: 30px;
	}
  .social {
    padding-left: 90px;
    font-size: 42px;
    margin-top: 80px;
  }
  .social:before {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    background-size: 80px 80px;
  }
  .section {
    margin-bottom: 100px;
  }
  h2 {
    font-size: 52px;
    margin-bottom: 60px;
  }
  .faq-quastion {
    font-size: 36px;
    padding-left: 80px;
    margin-bottom: 40px;
  }
  .faq-quastion:before {
    width:60px;
    height: 60px;
    background-size: 60px 60px;
    top: calc(50% - 30px);
  }
  .faq-answer {
    font-size: 36px;
  }
  .faq-item {
    margin-bottom: 80px;
  }
  .faq {
    margin-bottom: 0;
  }
}


@media only screen and (max-width:1024px) {
  .container {
    padding: 0 40px;
  }
  header {
    padding: 40px 0 80px;
  }
  .splide__arrow {
    background: none;
    width: 59px;
    height: 13px;
  }
  .splide__arrow:before {
    width: 59px;
    height: 13px;
    background-size: 59px 13px;
  }
  .items__gallery {
    padding: 0 100px;
  }
  .social {
    padding-left: 70px;
    font-size: 36px;
    margin-top: 60px;
  }
  .social:before {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    background-size: 60px 60px;
  }
  .section {
    margin-bottom: 80px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .faq-quastion {
    font-size: 30px;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .faq-quastion:before {
    width:40px;
    height: 40px;
    background-size: 40px 40px;
    top: calc(50% - 20px);
  }
  .faq-answer {
    font-size: 30px;
  }
  .faq-item {
    margin-bottom: 60px;
  }
  .faq {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
	
}

@media only screen and (max-width:767px) {
  h1 {
    font-size: 52px;
  }
  .subheader {
    font-size: 24px;
  }
  .container {
    padding: 0 20px;
  }
  header {
    padding: 20px 0 60px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .faq-quastion {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .faq-quastion:before {
    width:30px;
    height: 30px;
    background-size: 30px 30px;
    top: calc(50% - 15px);
  }
  .faq-answer {
    font-size: 24px;
  }
  .faq-item {
    margin-bottom: 40px;
  }

}



@media only screen and (max-width:480px) {
	.splide__arrow {
    background: none;
    width: 45px;
    height: 10px;
  }
  .splide__arrow:before {
    width: 45px;
    height: 10px;
    background-size: 45px 10px;
  }
  .container {
    padding: 0 15px;
  }
  .items__gallery {
    padding: 0 76px;
  }
  .social {
    font-size: 32px;
  }
}