body {
  background: #ffffff;
  color: #898989;
  font-family: helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  color: #c51b39;
  font-weight: 600;
}

h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

.btn-primary {
  color: #fff;
  background-color: #c51b39;
  border-color: #c51b39;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #DB7DA5;
  border-color: #DB7DA5;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 10px 0 0 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

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

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

.btn {
  width: fit-content;
}

/*----------------------------------------------------------------------------------*/
/*  Hero block & Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/layer-2.jpg") repeat scroll center center / cover;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

#header.hero-block .container {
  width: 100%;
  max-width: 720px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2rem;
}

#header .header-content {
  min-height: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  /* padding: 2rem 0; */
}

/* Hero text: large headline */
.hero-text {
  margin-bottom: 1.25rem;
  max-width: 560px;
}

.hero-headline {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #000;
  letter-spacing: 0.02em;
}

/* Form section: aligned, even spacing */
.hero-form-section {
  width: 100%;
  max-width: 420px;
}

.hero-form-section .form-row {
  margin-bottom: 0;
}

.hero-form-section .form-row [class*="col-"] {
  margin-bottom: 0.5rem;
}

.hero-form-section .form-control {
  font-size: 14px;
  height: 48px;
}

.hero-form-section .btn-send {
  width: 100%;
  margin-top: 0.5rem;
}

.form-divider {
  margin: 1.25rem 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
}

.contact-buttons .contact-btn {
  margin-top: 0;
}

.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

/* .header-content p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
} */

/*-----------------------------------------------------------------------------------*/
/*  Registration
/*-----------------------------------------------------------------------------------*/

#reg {
  height: auto;
  width: 100%;
}

#reg .form-control {
  width: 100%;
}

#reg .sent {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 0 15px 15px;
}

.btn-send {
  margin: 10px 0 0 0;
}

.row .error {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 0 15px 15px;
}

.row .show {
  display: block;
}

.row .h {
  display: none;
}

p {
  line-height: 15px;
  font-size: 11px;
  color: #fff;
}

.con {
  /* display:none; */
  margin-top: 50px;
}

.loading-spinner {
  display: none;
  /* Hide initially */
  border: 4px solid rgba(0, 0, 0, .1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  vertical-align: middle;
  margin-left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Shared contact button style (WhatsApp, VK, Telegram) */
.contact-btn {
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
  font-family: inherit, Roboto;
  height: 44px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.contact-btn:hover,
.contact-btn:focus {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}

.contact-btn span {
  text-decoration: none;
}

.wa-btn {
  background: #16BE45;
}

.vk-btn {
  background: #2787F5;
}

.tg-btn {
  background: #0088cc;
}