/** BASE --------------------------------------------- **/

html,
body {
  height: 100%;
  margin: 0;
  background-color: var(--bkgr);
  color: #fff;
}

.content-data {
  background-color: var(--dark-navy);
  padding: 0 0 0 15vw;
}

a:hover {
  text-decoration: none;
}

p,
ul {
  font-family: var(--merri-font) !important;
  color: var(--dark-navy);
  font-size: 1.1rem;
}

.content-box {
  margin-top: -55%;
  margin-bottom: 0px;
  padding: 50px;
  max-width: 100%;
  width: max-content;
  height: auto;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  word-break: normal;
  z-index: 100;
  position: relative;
}

.content-box h2,
h3,
h4 {
  font-family: var(--mont-font);
  color: var(--dark-navy);
  font-size: 1.5rem;
}

h1 {
  text-transform: uppercase;
  font-family: var(--mont-font);
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark-navy);
  margin-bottom: 2.5rem;
}

h2 {
  text-transform: uppercase;
}

h4 {
  margin: 4rem 0;
  font-size: 2rem;
  text-transform: uppercase;
}

p {
  font-family: var(--merri-font);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: white;
  color: var(--almost-white);
}

.nav-logo img {
  width: 180px;
}
a.top-social {
  visibility: hidden;
}
@media screen and (min-width: 800px) {
  a.top-social {
    visibility: visible;
    padding: 0 5px;
    margin-top: 4px;
  }
}

.color-yellow {
  color: #459dd5;
}

.phone {
  font-size: 2rem;
}

p.lead {
  color: var(--dark-navy);
}

.btn {
  text-transform: uppercase;
}

.btn-warning {
  background: var(--dark-navy);
  border-color: var(--dark-navy);
  color: #fff;
}

.content-box h2 {
  /*     max-width: 80%; */
  font-family: var(--mont-font);
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark-navy);
  margin-bottom: 30px;
}

hr {
  border-top: 1px solid #112955;
  margin: 3rem 0;
}

.content-box p {
  font-family: var(--merri-font) !important;
  color: var(--dark-navy);
}

@media (max-width: 991.98px) {
  .content-box {
    max-width: 60vw;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.8rem;
  }
  .content-box h2 {
    font-size: 2.3rem;
  }
  .content-box {
    padding: 50px 20px;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.3rem;
  }
  .content-box h2 {
    font-size: 2rem;
  }
}

/** HEADER --------------------------------------------- **/

.section-header {
  position: relative;
  overflow: hidden;
}

.section-header img {
  width: 100%;
}

.header-overlay {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

/** NAVIGATION --------------------------------------------- **/

nav {
  position: relative;
  padding: 10px 25px 56px 25px;
  display: flex;
  height: max-content;
  background-color: var(--white);
}

.logo-phone-section {
  display: flex;
  justify-content: space-between;
  color: var(--menu-background-color);
  align-items: baseline;
  width: 100%;
}

.links {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  background-color: var(--dark-navy);
}

.links-box {
  display: flex;
  justify-content: center;
}

.links-box a {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  width: 10%;
  padding: 15px;
  text-align: center;
}

a.active {
  color: var(--yellow);
}

.links-box a:active,
.links-box a:hover {
  color: var(--yellow);
}

.mobile {
  display: none;
}

.phone-header {
  font-size: 1.1rem;
  padding: 0 20px 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.phone-header a {
  color: #112955;
  font-size: 1.1rem;
}

@media screen and (max-width: 800px) {
  .mobile {
    display: block;
  }
  .icon-close:hover {
    cursor: pointer;
  }
  .links {
    position: absolute;
    right: 0;
    top: -100vh;
    transition: all 0.4s ease;
    background-color: transparent;
  }
  .is-visible {
    position: fixed;
    z-index: 5;
    top: 0;
  }
  .is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .icon {
    text-decoration: none;
    display: flex;
    z-index: 22;
    padding: 20px 0 0 20px;
  }
  .icon img {
    width: 44px;
    height: 40px;
  }
  .icon-close {
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
  }
  .links-box {
    background-color: rgba(0, 0, 0);
    opacity: 0.9;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .links-box a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: var(--regular-font);
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    padding: 0.5rem 0;
    width: 100%;
    justify-content: center;
  }
  nav {
    z-index: 1000;
    padding: 0;
    flex-direction: column;
  }
  nav .mobile {
    width: 60px;
  }
  .logo-phone-section {
    flex-direction: row;
    margin-top: -35px;
    padding: 10px 0 0 0;
  }
  .nav-logo {
    z-index: 2;
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
  }
  .nav-logo img {
    width: 90px;
    position: absolute;
    top: -5px;
  }
  .phone-header img {
    width: 57px;
    height: 34px;
  }
  .phone-header span {
    display: none;
  }
  .icon img {
    width: 24px;
    height: 20px;
  }
}

/** FOOTER --------------------------------------------- **/

footer {
  background-color: var(--dark-navy);
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--meri-font);
  color: var(--about-home-bg-color);
}

.map {
  width: 100%;
  height: 468px;
}

.gmap-canvas {
  overflow: hidden;
  background: none !important;
}

.yellow-block {
  margin-top: -346px;
  background-color: var(--dark-navy);
  height: 324px;
  color: white;
  z-index: 5;
  opacity: 0.9;
  border-radius: 23px;
  padding: 30px 76px 30px 30px;
  width: 381px;
}
.yellow-block a {
  color: white;
}

footer .data {
  display: flex;
  flex-direction: column;
}

footer .media {
  display: flex;
  justify-content: flex-end;
}

.media a {
  margin: 14px 13px;
}

footer h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

footer h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

footer .data img {
  margin: 20px 0 5px 0;
}

@media (max-width: 576px) {
  .yellow-block {
    width: 301px;
    padding: 20px;
  }
}

/** HOME -------------------------------------- **/

.content-box a:hover,
.content-box a:active {
  text-decoration: none;
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 50px 0;
}

.numbers-section {
  background-color: var(--yellow);
}

.numbers-section .row {
  justify-content: center;
  margin: 0;
}

.number {
  margin: 15px 15px 25px 15px;
  text-align: center;
}

.number span {
  font-family: var(--merri-font) !important;
  font-size: 76px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: block;
  color: var(--numner-color);
}

.number p {
  font-family: var(--monte-font);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--number-text-color);
  text-align: center;
  width: 100%;
}

.numbers-image {
  margin-top: -40px;
  width: 100%;
}

.numbers-image img {
  width: 100%;
}

.realizations-section .row {
  background-color: var(--realizations-brown);
  margin: 0;
}

.realizations-section h4 {
  padding: 2rem 30px 0 30px;
  font-family: var(--meri-font);
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
  color: var(--yellow);
  margin: 1rem 0;
}

.realizations-section p {
  padding: 0 30px 0 30px;
  font-family: var(--meri-font);
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: var(--realization-font-color);
}

.realizations-section .title {
  height: 14vw;
  opacity: 0.6;
  background-color: #160e0c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -14vw;
}

.title h1 {
  margin: 0;
}

.realizations-section img {
  width: 100%;
}

.realizations-section .col-lg-3 {
  padding: 0;
}

.about-section {
  background-color: var(--dark-nav);
  padding: 50px 0;
}

.about-section h1 {
  text-align: center;
}

.about-section p {
  font-family: var(--meri-font);
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: var(--realization-font-color);
}

.about-section h3 {
  font-family: var(--meri-font);
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: var(--grey);
  text-align: right;
}

@media (max-width: 576px) {
  .realizations-section .title {
    height: 7vw;
    margin-top: -7vw;
  }
}

@media (max-width: 768px) {
  .realizations-section .title {
    height: 9vw;
    margin-top: -9vw;
  }
}

@media (max-width: 992px) {
  .realizations-section .title {
    height: 11vw;
    margin-top: -11vw;
  }
}

/** SERVICES -------------------------------------- **/

.services-box h1,
.services-box h5 {
  color: var(--dark-navy);
}

.services-box {
  background: rgba(255, 255, 255, 0.8);
}

.services-box p,
.services-box h2 {
  color: var(--dark-navy);
}

.tile {
  padding: 10px;
  opacity: 1;
  border-radius: 10px;
  background-color: var(--white);
  margin-bottom: 45px;
  min-height: 240px;
  height: max-content;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.line {
  width: 104px;
  height: 4px;
  background-color: #459dd5;
  margin: 8px 0 16px calc(50% - 52px);
}

.tile p {
  text-transform: uppercase;
  font-family: var(--monte-font) !important;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #141c31;
}

.tile-content {
  text-align: center;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}

.tile-content:hover {
  cursor: pointer;
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .tile {
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .tile {
    min-height: 230px;
  }
}

.links-box a {
  width: 13%;
}

@media (max-width: 1271px) {
  .links-box a {
    width: 15%;
  }
}

@media (max-width: 1121px) {
  .links-box a {
    width: 18%;
  }
}
