@font-face {
  font-family: "Gilroy_normal";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy"), url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy-Regular.ttf") format("ttf"),
    url("../fonts/Gilroy-Regular.eot") format("eot");
}

@font-face {
  font-family: "Chupada";
  font-style: normal;
  font-weight: normal;
  src: local("Chupada"), url("../fonts/ChupadaHair.woff2") format("woff2"),
    url("../fonts/ChupadaHair.woff") format("woff"),
    url("../fonts/ChupadaHair.ttf") format("ttf"),
    url("../fonts/ChupadaHair.eot") format("eot");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: medium;
  src: local("Gilroy"), url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy-Medium.ttf") format("ttf"),
    url("../fonts/Gilroy-Medium.eot") format("eot");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  src: local("Inter"), url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("ttf"),
    url("../fonts/Inter-SemiBold.eot") format("eot");
}

html {
  background-image: url(../images/Artboard\ 1@4x\ 1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container-fluid {
  display: flex;
  height: 100vh;
  width: 100vh;
}
body {
  position: relative;
}

.cards {
  width: 45px;
  height: 45px;
  display: flex;
}

.btn {
  width: 225px;
  height: 58px;
  background: #e8524a;
  color: #fff;
  border-radius: 5px;
}

.btn:hover {
  transition: 1299ms;
  /* padding: 10px 50px;
  transform: translateY(-0px); */
  background-color: #fff;
  color: #e8524a;
  border: solid 2px #fff;
}

.logo {
  height: 89px;
  width: 86px;
  margin: 0;
}

.second_btn {
  width: 239px;
  height: 58px;
  background: #ffffff;
  border-radius: 5px;
}

.second_btn:hover {
  transition: 1299ms;
  /* padding: 10px 50px;
  transform: translateY(-0px); */
  background-color: #e8524a;
  color: #ffffff;
  border: solid 2px #e8524a;
}

.elements_container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 100px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card_instagram {
  display: flex;
  align-items: center;
}
.card_telegram {
  display: flex;
  align-items: center;
}

img.cards {
  margin-right: 16px;
  margin-left: 76px;
}

.header_text {
  margin-right: 75px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  width: 200px;
  color: #ffffff;
}
.text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
a {
  text-decoration: none;
}

.main_text {
  font-family: "Chupada";
  font-style: normal;
  font-size: 63px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
  margin: 0;
  margin-bottom: 23px;
  text-transform: uppercase;
  height: auto;
}

.secondary_text {
  font-family: "Gilroy_normal";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  margin: 0;
  color: #ffffff;
  height: auto;
}

.buttons {
  display: flex;
  align-items: flex-end;
}
.btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.second_btn {
  margin-left: 35px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  border: 0;
  color: #000000;
}

.elements_container {
  margin-left: 50px;
}

.transform {
  display: none;
}

@media (max-width: 992px) {
  .container {
    background-image: url(/images/Ellipse\ 1.svg);
    background-repeat: no-repeat;
    min-height: 70vh;
    min-width: 100vh;
    background-size: 70% 100%;
  }

  .transform {
    background-image: url(/images/Frame\ 10.png);
    background-repeat: no-repeat;
    max-width: 100vh;
  }
  img.cards {
    margin-left: 0;
  }

.header_text{font-size: 15px;}

  html,
  body {
    overflow-x: hidden;
  }
.logo{width: 75px;height: 75px;}
  .second_btn {
    width: 225px;
    margin-left: 0;
  }
  .btn {
    margin-bottom: 20px;
  }
  .secondary_text {
    max-width: 280px;
    text-align: center;
  }
  body {
    margin: 0 auto;
  }
  .container-fluid {
    margin: 0 auto;
    width: 320px;
    height: auto;
    margin-bottom: 30px;
  }
  .transform {
    display: block;
  }
  .cards{width: 40px;height: 40px;}

  .none {
    display: none;
  }
  .main_text {
    text-align: center;
    margin-bottom: 30px;
    max-width: 80vh;
    font-size: 55px;
  }
  .secondary_text {
    margin-bottom: 60px;
    max-width: 80vh;
    text-align: center;
  }
  .elements_container {
    justify-content: center;
    margin: 0 auto;
    width: 320px;
  }
  .transform {
    height: 100vh;
    width: 100vh;
    margin-right: 250px;
  }
  .header {
    max-width: 320px;margin-bottom: 25px;
  }
  .header_container {
    max-width: 160px;
  }
  .text {
    max-width: 320px;
  }
  .buttons {
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_instagram > img {
    margin: 0 0;
    margin-right: 16px;
  }
  .card_telegram > img {
    margin: 0 0;
    margin-right: 16px;
  }
  .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .transform {
    max-width: 100vh;
  }
}

@media (min-width: 1800px) {
  .main_text {
    font-size: 100px;
  }
  .secondary_text {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  .none {
    max-width: 700px;
  }
}

@media (max-width: 1050px) {
  .none {
    max-width: 550px;
    margin-left: -100px;
  }
  .secondary_text {
    text-align: center;
  }
}

@media (max-width: 1025px) and (min-height: 1366px) and (orientation: portrait) {
  img.cards {
    margin-left: 0;
  }
  .header_text {
    max-width: 150px;
  }
  .second_btn {
    width: 225px;
    margin-left: 0;
  }
  .btn {
    margin-bottom: 20px;
  }
  .secondary_text {
    max-width: 280px;
  }
  body {
    margin: 0 auto;
  }
  .container-fluid {
    margin: 0 auto;
    width: 320px;
    height: auto;
    margin-bottom: 20px;
  }
  .transform {
    display: block;
  }
  .none {
    display: none;
  }
  .main_text {
    text-align: center;
    margin-bottom: 30px;
    max-width: 80vh;
  }
  .secondary_text {
    margin-bottom: 30px;
    max-width: 80vh;
    text-align: center;
  }
  .elements_container {
    justify-content: center;
    margin: 0 auto;
    width: 320px;
  }
  .transform {
    height: 100vh;
    width: 100vh;
  }
  .header {
    max-width: 320px;
  }
  .header_container {
    max-width: 160px;
  }
  .text {
    max-width: 320px;
  }
  .buttons {
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_instagram > img {
    margin: 0 0;
    margin-right: 16px;
  }
  .card_telegram > img {
    margin: 0 0;
    margin-right: 16px;
  }
  .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .transform {
    background-image: url(/images/Frame\ 10.png);
    background-repeat: no-repeat;
    max-width: 100vh;
  }
}
