* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "ArmenianDecorativeU";
  background-color: #01133a;
  color: white;
}

img {
  user-select: none;
}

.container {
  max-width: 87.25rem;
  margin: 6.25rem auto 12.5rem auto;
}

.mainTitle {
  font-style: italic;
  font-size: 3.75rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 2.25rem;
}

/* Section1 start */
.section1 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .section1__image {
  width: 67.5rem;
  height: auto;
  max-height: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: center;
  z-index: 0;
}

.section1 .section1__title {
  font-size: 8rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 10;
}

.section1 .section1__title span {
  display: block;
}

.type-target--hidden {
  visibility: hidden;
}
/* Section1 end */

/* Section2 start */
.section2__countDown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section2__countDown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section2__countDown-number,
.section2__countDown-colon {
  font-size: 4rem;
}
/* Section2 end */

/* Section3 start */
.section3__text {
  font-family: "ArTarumianBarakU";
  font-size: 2.25rem;
  text-align: center;
}
/* Section3 end */

/* Section4 start */
.section4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}

.section4__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.section4__item__infoTitle {
  font-family: "ArTarumianBarakU";
  font-size: 2rem;
}

.section4__item__infoText {
  font-size: 3.125rem;
  text-transform: uppercase;
  color: white;
}
.section4__item__infoText a {
  color: white;
  text-decoration: none;
}
/* Section4 end */

/* Section5 start */
.section5 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem;
}

.section5__personImageBlock {
  width: 100%;
  height: 32.25rem;
}

.section5__personImageBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Section5 end */

/* Section6 start */
.section6 {
  margin: 6.25rem auto;
}

.section6__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
}

.section6__text img {
  width: 7.5rem;
  height: 1.75rem;
  object-fit: contain;
}
/* Section6 end */

/*footer*/

.footer {
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

.footer .footer-title {
  font-family: "Arm Hmk's Bebas Neue";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: capitalize;
  margin-bottom: 1.6em;
  letter-spacing: 0.15em;
}

.footer .img-part {
  width: 2.5em;
}

.footer .grid-gap-part {
  grid-gap: 0 1em;
}

.footer .link-to-website {
  /* font-family: Bainsley; */
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #f4f4f4;
  text-decoration: underline;
}

.logo-div img {
  max-width: 6rem;
}
.social-links {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
 height: fit-content;
  line-height: 1.5;
  margin-bottom: 0.9em;
}
.social-links .social-links__image {
  width: auto;
   height: 1.5em;
   transform: translateY(25%);
  object-fit: contain;
}

.social-links a {
  color: white;
  text-decoration: none;
}
.credits-part {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.7rem;
}

/*footer*/
