@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --gold: #a18e53;
  --dark: #3c4247;
  --light: #f6f5f0;
}

body {
  margin: 0;
  font-family: 'NBook', sans-serif;
  color: var(--dark);
  background: #fff;
}

.top-header {
  background: #f4f3ef;
  padding: 18px 0;
}

.logo-sorec {
  max-width: 200px;
}

.logo-min {
  max-height: 70px;
}
a{
    transition: .3s;
    display: inline-block;
}
.contact-link:hover { color: var(--gold);}
.contact-link {
  color: var(--dark);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 5px 5px 5px 30px;
  background-image: url(../images/icon-contact.png);
  background-size: 20px;
  background-position: center left;
  background-repeat: no-repeat;
}

.intro-section {
  padding: 90px 0 70px;
  background: #fff;
}

.intro-section h1 {
  font-family: 'BB', sans-serif;
  font-size: clamp(25px, 4vw, 45px);
  line-height: 1.1;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}

.intro-badge {
    display: inline-block;
    background: var(--gold);
    color: #fff;
    font-family: 'BXB', sans-serif;
    font-size: clamp(21px, 2vw, 32px);
    font-style: italic;
    font-weight: 600;
    padding: 6px 45px;
    line-height: 1.1;
}
img{
    max-width: 100%;
}

.hero-section {
  position: relative;
  padding: 65px 0 190px;
  min-height: 760px;
  background:
    linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.15)),
    url('../images/img-hassan.jpg') center top / cover no-repeat;
  overflow: hidden;
}

.logo-sorec-big {
  width: 260px;
  max-width: 100%;
}
.logo-sorec-big.item2 {
  width: 400px;
  max-width: 100%;
}

.hero-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(48px, 7vw, 76px);
  line-height: .95;
  font-weight: 700;
  font-style: italic;
  color: var(--dark);
  margin-bottom: 8px;
}

.hero-section h3 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1;
  color: var(--gold);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px;
}

.location {
  font-family: 'BM', sans-serif;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 500;
  color: var(--dark);
}

.date-box {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--gold) 80%, transparent);
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  padding: 8px 124px 8px 24px;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
  font-family: 'NXB';
}

.register-card {
  max-width: 520px;
  margin-left: auto;
  margin-top: 5rem;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(5px);
  border-radius: 32px;
  padding: 36px 42px 42px;
  box-shadow: 0 10px 35px rgba(0,0,0,.12);
}

.register-card h4 span {
    color: var(--dark);
}
.register-card h4 {
  position: relative;
  text-align: center;
  color: var(--gold);
  font-size: clamp(24px, 3vw, 25px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 36px;
  padding: 1px 0 10px;
  font-family: 'NB';
}

.register-card h4::before,
.register-card h4::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 2px;
  background: var(--dark);
  margin: 14px auto 0;
  left: 0;
  bottom: 1.5px;
}
.register-card h4::after{
    z-index: 1;
    width: 130px;
    height: 5px;
    bottom: 0;
    background-color: var(--gold);
}

.form-control,
.form-select {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #9f9f9f;
  background-color: rgba(255,255,255,.7);
  font-size: 1rem;
}

.phone-group {
  display: flex;
  align-items: center;
  border: 1px solid #9f9f9f;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  overflow: hidden;
}

.phone-group .flag {
  width: 75px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}

.phone-group .form-control {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.btn-submit {
    height: auto;
    border-radius: 14px;
    background: var(--gold);
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    border: 0;
    padding: 5px;
    font-family: 'NXB';
}

.btn-submit:hover {
  background: #93772f;
  color: #fff;
}

.info-section {
  background: var(--light);
  padding: 70px 0 90px;
  position: relative;
  background-image: url(../images/bg-sec-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.info-box {
  max-width: 900px;
  margin: 0 auto 55px;
  background: rgb(61, 72, 78, .15);
  border-radius: 30px;
  padding: 38px 35px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 800;
  color: var(--dark);
  font-family: 'NXB';
}

.info-highlight {
  font-family: 'BXB', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  color: var(--gold);
  font-weight: 700;
  font-style: italic;
}

.footer {
  background: linear-gradient(90deg, var(--light) 0 50%, var(--dark) 50% 100%);
  padding: 18px 0 18px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.footer-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 35px;
    background: linear-gradient(90deg, var(--dark) 0 50%, var(--light) 50% 100%);
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 55px;
}

.footer p {
  font-size: 11px;
  margin: 0;
}

.socials {
  display: flex;
  gap: 28px;
}

.socials a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 991px) {
  .intro-section {
    padding: 60px 0 45px;
  }

  .hero-section {
    padding: 0px 0 70px;
    background-size: 100%;
  }

  .register-card {
    margin: 50px auto 0;
    background: rgba(255,255,255,.5);
  }
  .hero-section .row:nth-of-type(2){
    padding-top: 370px !important;
  }
}

@media (max-width: 575px) {
  .contact-link{
    font-size: .8rem;
    line-height: .8rem;
  }
  .top-header .gap-4 {
    gap: .3rem!important;
}
.logo-sorec {
    max-width: 130px;
}
.logo-min {
    max-height: 45px;
}

  .intro-badge {
    padding: 11px 15px;
  }

  .register-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .btn-submit {
    font-size: 21px;
  }

  .info-box {
    padding: 28px 18px;
  }

  .footer {
    background: linear-gradient(180deg, var(--light) 0 50%, var(--dark) 50% 100%);
    padding: 18px 0 18px;
 }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }
  .footer-inner::before {
    background: linear-gradient(90deg, var(--light) 0 50%, var(--light) 50% 100%);
}

  .footer p {
    color: #fff;
  }
}