@font-face {
  font-family: "Montserrat Regular";
  src: url("./Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Light";
  src: url("./Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("./Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  position: relative;
  overflow-x: hidden;
}

.container {
  margin: auto;
  max-width: 1336px;
  padding: 0 20px;
}

.btn {
  background-color: #4d5964;
  border-radius: 23px;
  color: #fff;
  font-size: 18px;
  padding: 9px 30px;
  text-decoration: none;
}
.btn--primary {
  background-color: #ff4143;
  color: #fff;
}
.btn--secondary {
  background-color: #fff;
  color: #4d5964;
}

.h-underline {
  border: 3px solid #ff4143;
  border-radius: 6px;
  height: 0;
  width: 100px;
}

.highlight {
  box-shadow: 0 0 20px 0 silver;
  padding: 36px 0;
  position: relative;
  z-index: 99 !important;
}
.highlight .container {
  display: flex;
  color: #4d5964;
}
@media (max-width: 800px) {
  .highlight .container {
    flex-direction: column;
  }
}
.highlight__left {
  flex: 1.1;
  font-family: "Montserrat Regular";
  padding-bottom: 10px;
}
.highlight__left img {
  box-shadow: 5px 5px 20px 0px silver;
  max-width: 96%;
}
.highlight__left h1 {
  color: #22323f;
  font-size: 42px;
  margin-bottom: 24px;
  padding-right: 72px;
  margin-top: 0;
}
.highlight__right {
  flex: 3;
  font-family: "Montserrat Light";
}
.highlight__right h1 {
  font-family: "Montserrat Regular";
  color: #22323f;
  font-size: 42px;
  margin-bottom: 24px;
  padding-right: 72px;
}
.highlight__right p {
  font-size: 18px;
  margin-top: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat Medium";
}

.intro {
  background-color: #f3f3f3;
}
.intro__background-top {
  position: absolute;
  transform: rotate(180deg) scale(-1, 1);
  margin-top: -6px;
}
.intro__background-top img {
  height: 90vh;
  width: 100%;
}
@media (max-width: 1400px) {
  .intro__background-top img {
    height: 90vh;
    width: unset;
  }
}
.intro__nav {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-top: 16px;
  flex-direction: row;
}
@media (max-width: 800px) {
  .intro__nav {
    flex-direction: column;
  }
}
.intro__nav a {
  z-index: 1;
}
.intro__links {
  display: flex;
  list-style-type: none;
  padding: 0;
  z-index: 1;
}
.intro__links__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fc4840;
  display: flex;
  align-self: center;
}
.intro__links li {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
.intro__links li:last-child {
  margin-right: 0;
}
.intro__links li:first-child {
  margin-left: 0;
}
.intro__links li a {
  display: flex;
  color: #fff;
  text-decoration: none;
}
.intro__links li a:hover {
  text-decoration: underline;
}
.intro__links li .lang {
  width: 30px;
  height: 30px;
}
.intro__links li .lang:nth-child(1) {
  margin-right: 10px;
}
.intro__links li .lang:hover {
  border: 2px solid #fc4840;
  border-radius: 50%;
}
.intro__main-info {
  display: flex;
  margin-top: 90px;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .intro__main-info {
    margin-top: 20px;
    flex-direction: column;
  }
}
.intro__main-info__left {
  width: 50%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .intro__main-info__left {
    width: 100%;
    text-align: center;
  }
}
.intro__main-info__left__h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fc4840;
  mix-blend-mode: normal;
  margin: 0;
}
@media (max-width: 440px) {
  .intro__main-info__left__h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.intro__main-info__left__h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 82px;
  line-height: 82px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
@media (max-width: 440px) {
  .intro__main-info__left__h1 {
    font-size: 55px;
    line-height: 55px;
  }
}
.intro__main-info__left p {
  color: #fff;
  margin: 0;
}
.intro__main-info__left__wrapper {
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .intro__main-info__left__wrapper {
    margin-top: 0;
  }
}
.intro__main-info__actions {
  display: flex;
  margin-top: 39px;
}
@media (max-width: 440px) {
  .intro__main-info__actions {
    margin-bottom: 19px;
  }
}
@media (max-width: 1280px) {
  .intro__main-info__actions {
    justify-content: center;
  }
}
.intro__main-info__actions .btn {
  margin-right: 16px;
}
@media (max-width: 440px) {
  .intro__main-info__actions .btn {
    font-size: 16px;
  }
}
.intro__main-info__desc {
  font-style: normal;
  font-weight: 100 !important;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #e2e4e5;
  mix-blend-mode: normal;
  opacity: 0.9;
}
@media (max-width: 440px) {
  .intro__main-info__desc {
    font-size: 20px;
    line-height: 20px;
  }
}
.intro__main-info__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .intro__main-info__right {
    width: 100%;
    align-items: center;
  }
}
.intro__main-info__screenshot {
  border-radius: 3%;
  width: 90%;
  background-color: silver;
  box-shadow: 5px 5px 20px 0px silver;
}
@media (max-width: 1280px) {
  .intro__main-info__screenshot {
    margin-top: 20px;
    width: 70%;
  }
}
@media (max-width: 440px) {
  .intro__main-info__screenshot {
    width: 100%;
  }
}
.intro__main-info__screenshot:first-child {
  z-index: 100;
}
.intro__main-info__screenshot:last-child {
  z-index: 101;
  transform: rotate(10deg);
  margin-right: 100px;
  margin-top: -80px;
}
@media (max-width: 440px) {
  .intro__main-info__screenshot:last-child {
    margin-right: 0;
  }
}
.intro__more-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  padding-top: 70px;
}
@media (max-width: 800px) {
  .intro__more-info {
    flex-direction: column;
  }
}
.intro__more-info .info-box {
  padding: 32px;
  width: 100%;
}
.intro__more-info .info-box:hover {
  background-color: #fff;
  box-shadow: 0 0 20px 0 silver;
  cursor: pointer;
}
.intro__more-info .info-box .icon {
  text-align: center;
}
.intro__more-info .info-box p {
  font-family: "Montserrat Light";
  color: #4d5964;
  font-size: 18px;
  margin-top: 42px;
  text-align: left;
}

.modules {
  box-shadow: 0 0 20px 0 silver;
  background-color: white;
  padding: 70px 0;
  text-align: center;
  color: #4d5964;
  font-family: "Montserrat Light";
  position: relative;
}
.modules__title {
  font-family: "Montserrat Regular";
  color: #22323f;
  font-size: 38px;
}
.modules__description {
  color: #4d5964;
  font-size: 18px;
  padding: 16px 120px;
}
@media (max-width: 440px) {
  .modules__description {
    padding: 0;
  }
}
.modules__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module {
  display: flex;
  margin-top: 32px;
  width: 30%;
}
@media (max-width: 800px) {
  .module {
    width: 45%;
  }
}
@media (max-width: 440px) {
  .module {
    width: 90%;
  }
}
.module__icon {
  flex: 1;
  height: 36px;
  width: 36px;
}
.module__info {
  color: #4d5964;
  flex: 5;
  padding-left: 24px;
  text-align: left;
}
.module__name {
  font-size: 24px;
  margin-top: 0;
  color: #22323f;
}

.price {
  box-shadow: 0 0 20px 0 silver;
  padding: 70px 0;
  position: relative;
}
.price__title {
  font-family: "Montserrat Regular";
  color: #22323f;
  font-size: 38px;
  margin-bottom: 26px;
  padding: 0 25%;
  text-align: center;
}
@media (max-width: 440px) {
  .price__title {
    padding: 0;
  }
}
.price .h-underline {
  margin: 0 auto 48px;
}
@media (max-width: 440px) {
  .price .h-underline {
    margin: 0 auto 10px;
  }
}
.price__info {
  display: flex;
  padding: 22px;
}
@media (max-width: 800px) {
  .price__info {
    flex-direction: column;
  }
}
.price__card {
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 0 20px 0 silver;
  color: #22323f;
  flex: 1.5;
  margin-right: 72px;
  padding: 42px;
  text-align: center;
  font-family: "Montserrat Light";
}
@media (max-width: 800px) {
  .price__card {
    margin-right: 0;
  }
}
.price__card h1 {
  color: #ff4143;
  font-size: 42px;
  margin-bottom: 0;
}
.price__card__red {
  font-size: 18px;
  color: #ff4143;
}
.price__card strong {
  font-size: 18px;
}
.price__card hr {
  border-color: #fff;
  display: block;
  margin-top: 36px;
}
.price__card h3 {
  margin-bottom: 36px;
}
.price__description {
  flex: 3;
  font-family: "Montserrat Light";
}
.price__description p {
  color: #4d5964;
  font-size: 18px;
}
.price__description .btn {
  margin-top: 36px;
}

.security {
  padding: 36px 0;
  background-color: #f3f3f3;
}
.security .container {
  display: flex;
  color: #4d5964;
}
@media (max-width: 800px) {
  .security .container {
    flex-direction: column;
  }
}
.security__left {
  flex: 1.1;
  font-family: "Montserrat Regular";
  padding-bottom: 10px;
}
.security__left h1 {
  color: #22323f;
  font-size: 42px;
  margin-bottom: 24px;
  padding-right: 72px;
  margin-top: 0;
}
.security__right {
  flex: 3;
  font-family: "Montserrat Light";
}
.security__right p {
  font-size: 18px;
  margin-top: 0;
}

.features {
  background-color: #f3f3f3;
  padding: 90px 0;
  z-index: 100;
  font-family: "Montserrat Regular";
}
@media (max-width: 440px) {
  .features {
    padding: 0;
  }
}
.features .container {
  display: flex;
}
@media (max-width: 800px) {
  .features .container {
    flex-direction: column;
  }
}
.features__left {
  flex: 1;
  padding: 12px;
}
@media (max-width: 440px) {
  .features__left {
    padding: 0;
  }
}
.features__title {
  color: #22323f;
  font-size: 42px;
  margin-bottom: 24px;
  padding-right: 72px;
}
.features__right {
  display: flex;
  flex-direction: column;
  flex: 3;
}

.feature {
  display: flex;
}
@media (max-width: 440px) {
  .feature {
    flex-direction: column;
  }
}
.feature__images {
  display: flex;
  width: 50%;
  height: 400px;
}
@media (max-width: 440px) {
  .feature__images {
    display: none;
  }
}
.feature__images__img2 {
  height: 400px;
  margin-left: -380px;
  margin-right: 400px;
}
.feature__images__img4 {
  height: 350px;
  margin-left: -400px;
  margin-top: 30px;
}
.feature__images__img5 {
  width: 96%;
  display: flex;
  align-self: flex-start;
  box-shadow: 0 0px 20px 5px silver;
  margin-top: 20px;
}
.feature__info {
  width: 50%;
}
@media (max-width: 1280px) {
  .feature__info {
    width: 30%;
  }
}
@media (max-width: 440px) {
  .feature__info {
    width: 100%;
  }
}
.feature__info__v2 {
  padding-left: 20px;
  width: 50%;
}
@media (max-width: 1280px) {
  .feature__info__v2 {
    width: 30%;
  }
}
@media (max-width: 440px) {
  .feature__info__v2 {
    padding: 0;
    width: 100%;
  }
}
.feature__title {
  font-family: "Montserrat Light";
  color: #22323f;
  font-size: 28px;
}
.feature__title2 {
  font-family: "Montserrat Light";
  color: #22323f;
  font-size: 28px;
  padding-top: 20px;
}
@media (max-width: 1280px) {
  .feature__title2 {
    padding-top: 60px;
  }
}
@media (max-width: 440px) {
  .feature__title2 {
    padding-top: 0;
  }
}
.feature__description {
  font-family: "Montserrat Light";
  font-size: 18px;
  color: #4d5964;
}
.feature__description__2 {
  font-family: "Montserrat Light";
  font-size: 18px;
  color: #4d5964;
  padding-right: 5px;
}

.contact-us {
  background-color: #f3f3f3;
  padding-top: 70px;
  font-family: "Montserrat Regular";
}
@media (max-width: 440px) {
  .contact-us {
    padding-top: 20px;
  }
}
.contact-us .container {
  display: flex;
}
@media (max-width: 440px) {
  .contact-us .container {
    flex-direction: column;
  }
}
.contact-us .contact-form {
  display: flex;
  flex-direction: column;
  flex: 3;
}
@media (max-width: 440px) {
  .contact-us .contact-form {
    padding: 20px 0;
  }
}
.contact-us .contact-form input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 silver;
  font-size: 18px;
}
.contact-us .contact-form .send-btn-wprapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-us .contact-form .send-btn-wprapper .message {
  padding-left: 5px;
}
.contact-us .contact-form .send-btn-wprapper button {
  margin-top: 5px;
}
.contact-us .contact-form .required-field {
  color: #ff4143;
}
.contact-us .contact-form .input-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 20px;
}
.contact-us .contact-form .input-wrapper .form-group {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contact-us .contact-form .input-wrapper .form-group:first-child {
  padding-right: 10px;
}
.contact-us .contact-form .input-wrapper .form-group:last-child {
  padding-left: 10px;
}
.contact-us .contact-form .textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
}
.contact-us .contact-form .textarea textarea {
  border: 0;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 silver;
  font-size: 18px;
  padding: 12px 20px;
}
.contact-us .contact-us-right {
  flex: 1;
}
.contact-us .contact-us-right .title {
  color: #22323f;
  font-size: 42px;
  margin-bottom: 24px;
  padding-right: 72px;
  margin-top: 0;
}
.contact-us .contact-us-right .h-underline {
  margin-right: 72px;
}

.about {
  box-shadow: 0 0 20px 0 silver;
  padding: 36px 0;
  position: relative;
}
.about .container {
  display: flex;
  color: #4d5964;
  flex-direction: column;
  align-items: center;
}
.about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 440px) {
  .about__title {
    align-items: flex-start;
  }
}
.about__title h1 {
  font-family: "Montserrat Regular";
  color: #22323f;
  font-size: 42px;
  margin-bottom: 24px;
  margin-top: 0;
}
.about__wrapper {
  display: flex;
  color: #4d5964;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 440px) {
  .about__wrapper {
    flex-direction: column;
  }
}
.about__wrapper__left {
  flex: 2;
}
.about__wrapper__left img {
  box-shadow: 5px 5px 20px 0px silver;
  max-width: 100%;
}
@media (max-width: 440px) {
  .about__wrapper__left img {
    max-width: 100%;
  }
}
.about__wrapper__right {
  flex: 3;
  font-family: "Montserrat Light";
}
.about__wrapper__right p {
  padding-left: 30px;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 440px) {
  .about__wrapper__right p {
    padding-top: 20px;
    padding-left: 0px;
  }
}

.footer {
  background-image: url("../assets/pozadina_tamna_dole.svg");
  background-color: #f3f3f3;
  background-position: top;
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  height: 670px;
  margin-top: -100px;
  display: flex;
  color: white;
  font-family: "Montserrat Light";
}
@media (max-width: 440px) {
  .footer {
    height: unset;
  }
}
.footer .container {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 440px) {
  .footer .container {
    margin-top: 260px;
  }
}
.footer .background-top {
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
.footer .background-top img {
  width: 100%;
  margin-bottom: -6px;
}
.footer .logos-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .logos-wrapper a:nth-child(1) {
  padding-right: 50px;
}
.footer .devider {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 30px 0;
}
.footer .footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 440px) {
  .footer .footer-info .footer-info-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .footer .footer-info {
    flex-direction: column;
  }
}
.footer .footer-info h2 {
  margin-top: 0;
}
.footer .footer-end {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
