@import 'lib/bootstrap.min.css';
body {
  font-family: Open Sans, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.button-panel {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 0.8em;
}

.button {
  display: inline-block;
  border-radius: 20px;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  background: #5171fe linear-gradient(#5171fe, #5767f8) repeat-x;
  font: 1em Helvetica, arial;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}

.button:hover {
  background: rgb(115, 180, 255);
}

@media only screen and (max-width: 600px) {
  .button-panel {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.button--rect {
  border: 0px solid #ffffff;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.logo {
  display: flex;
  justify-content: flex-start;
  width: 200px;
}

.header {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../img/header-bg.webp");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 180px;
}

.header-container {
  display: flex;
  padding-top: 20px;
  max-width: 1000px;
  width: clamp(300px, 95%, 1200px);
  column-gap: 50px;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.header-container__info {
  padding-top: 110px;
  width: 60%;
  flex: 1;
}

.header-container__info__heading {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.header-container__info__paragraph {
  font-size: 1em;
  line-height: 1.625em;
  margin-bottom: 1.5rem;
}

.header-container__phone {
  background-image: url("../img/phone_black.png");
  background-size: 220px auto;
  background-repeat: no-repeat;
  position: relative;
  width: 228px;
  height: 443px;
  margin-top: 60px;
}

.header-container__phone__screen {
  display: inline-flex;
  height: 422px;
  clip-path: url(#screenMask);
  margin-top: 10px;
  margin-left: 8px;
  -webkit-clip-path: url(#screenMask);
}

@media only screen and (max-width: 600px) {
  .header-container {
    flex-wrap: wrap;
  }
  .header-container__phone {
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature {
  width: clamp(300px, 95%, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  row-gap: 1em;
  column-gap: 2em;
  /*font-size: clamp(0.875rem, 2vw, 1rem);*/
  font-size: 1em;
  line-height: 1.75em;
}

.feature--y-gapped {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.feature--row-reversed {
  flex-direction: row-reverse;
}

.feature__text {
  flex: 1 1 65%;
}

.feature__heading {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.45em;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: Quicksand, sans-serif;
}

.feature__paragraph {
  color: #4a5568;
  font-size: 0.9em;
}

.feature__figure {
  flex: 1 1 35%;
  margin-top: 2em;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature__img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.feature__img--large {
  max-width: 380px;
}

.feature-bullets__item {
  /*width: 33.333%;*/
  text-align: center;
}

.feature-bullets__fa-icon {
  color: rgb(13, 110, 253);
}

.feature-bullets__item__heading {
  margin: 15px 0;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.feature-bullets__item__description {
  color: #4a5568;
  font-size: 0.9em;
}

@media only screen and (max-width: 600px) {
  .feature {
    flex-wrap: wrap;
  }
  .feature__figure {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
section#contact {
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
}

section#contact .section-heading {
  color: #fff;
  margin-bottom: 100px;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 236px;
}

section#contact .form-control:focus {
  border-color: rgba(87, 123, 214, 0.8039215686);
  box-shadow: none;
}

section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact:-moz-placeholder {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact::-moz-placeholder {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact .text-danger {
  color: #e74c3c;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  text-transform: uppercase;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  line-height: 40px;
}

footer ul.quicklinks {
  margin-bottom: 0;
  text-transform: uppercase;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  line-height: 40px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0;
}

::-moz-selection {
  text-shadow: none;
  background: rgba(87, 123, 214, 0.8039215686);
}

::selection {
  text-shadow: none;
  background: rgba(87, 123, 214, 0.8039215686);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

::-moz-selection {
  text-shadow: none;
  background: rgba(87, 123, 214, 0.8039215686);
  color: white;
}

::selection {
  text-shadow: none;
  background: rgba(87, 123, 214, 0.8039215686);
  color: white;
}

.announcement-banner {
  background: linear-gradient(135deg, rgba(81, 113, 254, 0.08) 0%, rgba(87, 103, 248, 0.08) 100%);
  border-bottom: 1px solid rgba(81, 113, 254, 0.2);
  padding: 1.2rem 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-container {
  max-width: 1000px;
  width: clamp(300px, 95%, 1200px);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.announcement-badge {
  background: linear-gradient(135deg, #5171fe 0%, #5767f8 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(81, 113, 254, 0.2);
  display: inline-block;
  animation: pulse 2s infinite ease-in-out;
}

.announcement-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2d3748;
}

.announcement-link {
  color: #5171fe;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.announcement-link:hover {
  color: #5767f8;
  text-decoration: none;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@media only screen and (max-width: 768px) {
  .announcement-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
}

.lang-switcher a {
  color: #4a5568;
  font-weight: 600;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.lang-switcher a:hover {
  background-color: rgba(81, 113, 254, 0.1);
  color: #5171fe;
}

.lang-switcher a.active {
  color: #5171fe;
  background-color: rgba(81, 113, 254, 0.1);
}

.lang-switcher .divider {
  color: #cbd5e0;
  user-select: none;
}

/*# sourceMappingURL=main.css.map */