html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #444;
}

.container-fluid {
  max-width: 1770px;
}
.os-container {
  max-width: 1440px;
  margin: auto;
}
.tm-container-small {
  max-width: 1050px;
}

.btn-primary {
  background-color: #fff;
  border-radius: 65px;
  border: 1px solid #222;
  padding: 13px 40px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media screen and (max-width: 450px) {
    font-size: 15px;
  }
}

.btn-secondary {
  background-color: #fff;
  border-radius: 65px;
  border: 1px solid #444;
  padding: 13px 50px;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #555;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #555;
  pointer-events: all;
  cursor: not-allowed;
}

.form-control {
  padding: 10px 20px;
  width: 100%;
  height: auto;
}

.form-group {
  margin-bottom: 25px;
}
.tm-btn-big {
  padding: 12px 90px 14px;
}

.navbar {
  padding: 40px 0;
  max-width: 1750px;
  margin: 0 auto;
  @media screen and (max-width: 1750px) {
    padding: 40px 20px;
  }

  @media screen and (max-width: 1280px) {
    padding: 26px 20px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand {
  font-size: 1.6rem;
}

.navbar-brand i {
  font-size: 2rem;
}

.nav-item {
  margin-right: 30px;
  a {
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: 600;
  }
}
.nav-item:last-child {
  margin-right: 0;
}

.nav-link {
  color: #444;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}

.nav-link.active,
.nav-link:hover {
  border-bottom: 1px solid #444;
}

.background-word-white-container {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);

  @media screen and (max-width: 768px) {
    bottom: -33px;
  }

  @media screen and (max-width: 400px) {
    bottom: -25px;
  }
}

.background-word-white {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 230px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;

  @media screen and (max-width: 768px) {
    font-size: 150px;
  }

  @media screen and (max-width: 400px) {
    font-size: 120px;
  }
}

.background-word-container-non-white {
  position: absolute;
  bottom: -50px;
  left: 20%;
  transform: translateX(-50%);

  @media screen and (max-width: 1440px) {
    left: 23%;
  }

  @media screen and (max-width: 1440px) {
    left: 27%;
  }

  @media screen and (max-width: 960px) {
    left: 50%;
  }

  @media screen and (max-width: 768px) {
    bottom: -33px;
  }

  @media screen and (max-width: 400px) {
    bottom: -25px;
  }
}

.background-word-non-white {
  color: rgba(246, 243, 240, 0.6);
  text-align: center;
  font-size: 230px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;

  @media screen and (max-width: 768px) {
    font-size: 150px;
  }

  @media screen and (max-width: 400px) {
    font-size: 120px;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);

  @media screen and (max-width: 960px) {
    width: 50%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.drawer.open {
  left: 0;
}

.drawer-content {
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.box-shadow-container {
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.05);
}
