@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-ExtraBold.woff2") format("woff2"), url("../fonts/NotoSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #fff;
  position: relative;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Noto Sans";
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

.main-section {
  position: relative;
  padding: 40px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    background-image: url(../images/background-desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  overflow: hidden;
}

@media screen and (max-width:991px) {
    .main-section {
        background-image: url(../images/background-tablet.png);
    }
  }

   @media screen and (max-width: 767px) {
      .main-section {
        background-image: url(../images/background-mobile.png);
    }
  }

@media screen and (max-width: 575px) {
  .main-section {
    padding: 20px 0;
  }
}
.main-section .logo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 135px;
  height: 65px;
  display: block;
}
.main-section .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.main-section .main-text {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .main-section .main-text {
    margin-top: 30px;
  }
}
.main-section .main-text p {
  margin-top: 10px;
}


.main-section .big-title {
  font-size: 180px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin: 30px 0;
  z-index: 0;
  margin-bottom: -45px;
}

@media only screen and (max-width: 1919px) {
  .main-section .big-title {
            margin-bottom: 0;
        }
}
@media screen and (max-width: 1399px) {
  .main-section .big-title {
    font-size: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .main-section .big-title {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main-section .big-title {
    font-size: 75px;
  }
}
@media screen and (max-width: 575px) {
  .main-section .big-title {
    font-size: 75px;
    margin: 20px 0;
  }
}
.main-section .join-form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 450px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* za Safari */
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .main-section .join-form {
    padding: 20px;
  }
}
.main-section .join-form::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* debljina border-a */
  border-radius: 20px;
  background: linear-gradient(139deg, rgb(255, 255, 255) 0%, rgb(153, 153, 153) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.main-section .join-form p {
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .main-section .join-form p {
    margin-top: 15px;
  }
}
.main-section .join-form form {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.main-section .join-form form input {
  width: 100%;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.35px;
  padding: 10px;
  border: none;
  border-radius: 14px;
  margin-bottom: 20px;
  height: 45px;
}
.main-section .join-form form input:focus {
  outline: none;
}
.main-section .join-form form button {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  background: #d9d9d9;
  background: linear-gradient(139deg, rgba(217, 217, 217, 0.26) 0%, rgba(115, 115, 115, 0.27) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D9D9D9", endColorstr="#737373", GradientType=0);
  padding: 15px 25px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.main-section .join-form form button:hover {
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}
.main-section .mountains-image {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
/*# sourceMappingURL=main.css.map */

.btn{
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  margin-top: 30px;
  z-index: 2;
  position: relative;
  transition: all 0.5s ease-in-out;
  font-family: "Inter";
  letter-spacing: 1.4px;
background: #d9d9d9;
    background: linear-gradient(139deg, rgba(217, 217, 217, 0.26) 0%, rgba(115, 115, 115, 0.27) 100%);
}

.btn:hover{
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.thank-section{
  justify-content: center;
}

.thank-section .logo{
  position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 135px;
    height: 65px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-thumb:hover {
    background: #cfa260;
}

@media only screen and (max-width: 576px){
  .main-section .mountains-image{
    height: 440px;
  }
}