@import url("https://fonts.cdnfonts.com/css/akrobat");
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Monument";
  src: url("assets/fonts/monument.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("assets/fonts/gilroy-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("assets/fonts/gilroy-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("assets/fonts/gilroy-extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("assets/fonts/gilroy-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("assets/fonts/sfproregular.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  user-select: none;
  width: 100%;
  height: 110vh;
  background: url(assets/site_bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.cont_aleama {
  display: flex;
  width: 613px;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  margin-top: 50px;
}

.cont_aleama .header_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}

.cont_aleama .header_text h1 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cont_aleama .header_text p {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cont_aleama .butoane_cont {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 53px;
}
.cont_btn {
  width: 613px;
  margin-bottom: 50px;
}
button {
  width: 543.89px;
  height: 86.42px;
  flex-shrink: 0;
  border: 5px solid #92e6ff;
  background: linear-gradient(90deg, #00c3ff 0%, #007274 50%, #00ffd2 100%);
  box-shadow: 0px 0px 0px 8px rgba(40, 132, 216, 0.07);
  transform: skew(-10deg);
  transition: 0.8s;
}

button h1 {
  color: #fff;
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: skew(10deg);
}

button:hover {
  transform: translateX(5%) scale(1.05) skew(-10deg) perspective(1000px)
    rotateX(30deg);
}

.cont_aleama .logouri_cont {
  display: flex;
  align-items: center;
  gap: 35px;
}

.cont_aleama .logouri_cont img:nth-child(1) {
  width: 168.86px;
}
.cont_aleama .logouri_cont img:nth-child(2) {
  width: 227px;
}
.cont_aleama .logouri_cont img:nth-child(3) {
  width: 190px;
}

@media screen and (max-width: 883px) {
  .cont_aleama {
    width: 400px;
    gap: 80px;
  }
  .cont_aleama .header_text h1 {
    font-size: 30px;
  }
  .cont_aleama .header_text p {
    font-size: 20px;
  }

  .cont_aleama .butoane_cont {
    gap: 40px;
  }

  .cont_btn {
    width: 400px;
  }

  button {
    width: 100%;
    height: 56.42px;
  }

  button h1 {
    font-size: 17px;
  }
  .cont_aleama .logouri_cont {
    gap: 25px;
  }

  .cont_aleama .logouri_cont img:nth-child(1) {
    width: 128.86px;
  }
  .cont_aleama .logouri_cont img:nth-child(2) {
    width: 187px;
  }
  .cont_aleama .logouri_cont img:nth-child(3) {
    width: 120px;
  }
}

@media screen and (max-width: 450px) {
  .cont_aleama {
    width: 300px;
    gap: 80px;
  }
  .cont_btn {
    width: 200px;
  }
  .cont_aleama .header_text h1 {
    font-size: 30px;
  }
  .cont_aleama .header_text p {
    font-size: 20px;
  }

  .cont_aleama .butoane_cont {
    gap: 40px;
  }

  button {
    width: 100%;
    height: 46.42px;
  }

  button h1 {
    font-size: 17px;
  }
  .cont_aleama .logouri_cont {
    gap: 25px;
  }

  .cont_aleama .logouri_cont img:nth-child(1) {
    width: 80.86px;
  }
  .cont_aleama .logouri_cont img:nth-child(2) {
    width: 110px;
  }
  .cont_aleama .logouri_cont img:nth-child(3) {
    width: 110px;
  }
}

.read_page {
  margin-top: 50px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  height: 100vh;
}

.read_page .box_readaleama {
  width: 90%;
  height: 693px;
  flex-shrink: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(25px);
  overflow-y: scroll;
  padding-left: 39px;
  padding-right: 39px;
  padding-bottom: 20px;
}

.read_page .box_readaleama h1 {
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  margin-top: 20px;
}

.read_page .box_readaleama p {
  margin-top: 10px;
  color: #b0adad;
  font-family: "Gilroy-Medium";
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 1.4px;
}

::-webkit-scrollbar {
  display: none;
}

.header_section {
  display: flex;
  width: 613px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.header_section h1 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_section p {
  width: 100%;
  color: #fff;
  font-family: "Gilroy-Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 1235px) {
  .header_section {
    width: 70% !important;
    gap: 5px !important;
  }
  .header_section h1 {
    font-size: 30px !important;
  }
  .header_section p {
    text-align: center;
    width: 100%;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 997px) {
  .read_page .box_readaleama {
    width: 80%;
    height: 693px;
    border-radius: 12px;
  }

  .read_page .box_readaleama h1 {
    font-size: 20px;
  }

  .read_page .box_readaleama p {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .read_page .box_readaleama {
    width: 80%;
    height: 693px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .read_page .box_readaleama h1 {
    font-size: 18px;
  }

  .read_page .box_readaleama p {
    font-size: 10px;
  }
}
