/*   font-family: "Golos Text", sans-serif; */
/*   font-family: "Inter Tight", sans-serif; */
/*   font-family: "Cal Sans", sans-serif; */
/*   font-family: "Space Grotesk", sans-serif; */
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
.gg {
  background-color: #fed403;
  .gg1 {
    div {
      width: 20px;
      height: 24px;
      svg {
        color: #fed403;
      }
    }
    p {
      font-size: 14px;
      font-family: "Golos Text", sans-serif;
      font-weight: 400;
      color: rgb(28 28 29);
    }
    a {
      font-size: 14px;
      font-family: "Golos Text", sans-serif;
      font-weight: 400;
      color: rgb(28 28 29);
    }
  }
  .gg2 {
    p {
      cursor: pointer;
      font-size: 14px;
      font-family: "Golos Text", sans-serif;
      font-weight: 400;
      color: rgb(28 28 29);
    }
  }
}
header {
  padding-top: 40px !important;
  @media (max-width: 992px) {
    padding-top: 80px !important;
  }
  transition: all 0.4s ease-in-out;
  padding: 0;
  border-radius: 0;
  .container {
    padding: 0 !important;
    max-width: 2560px !important;

    .head {
      width: 100%;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      transition: all 0.4s ease-in-out;
      padding: 0 2px;
      border-radius: 0;
      nav {
        font-family: "Golos Text", sans-serif;
        .yell {
          color: #0b0900;
        }
        a {
          color: #1c1c1d;
          font-weight: 500;
          font-size: 16px;
          transition: 400ms;
          &:hover {
            color: #fed403;
            transform: scale(1.2);
          }
        }
        @media (max-width: 1024px) {
          display: none !important;
        }
      }
      svg {
        color: #1c1c1d;
        cursor: pointer;
        border-radius: 100%;
        padding: 7px;
        border: 1px solid #ebebeb;
        &:hover {
          color: #fed403 !important;
        }
      }
      button {
        width: 182px;
        height: 50px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Golos Text", sans-serif;
        background-color: #313131;
        color: #ffffff;
        border-radius: 5px;
        transition: 300ms;
        &:hover {
          color: #313131;
          background-color: #fed403;
          transform: scale(1.05);
        }
        @media (max-width: 1024px) {
          display: none !important;
        }
      }
      .off1 {
        width: 300px;
        background-color: #313131;
        .off3 {
          a {
            padding-bottom: 15px;
            padding-top: 15px;
            color: #ffffff;
            font-size: 17px;
            font-family: "Golos Text", sans-serif;
            font-weight: 400;
            border-bottom: 1px solid #3c3e3f;
            transition: 300ms;
            &:hover {
              color: #fed403;
              transform: translateX(10px);
            }
          }
        }
      }
    }
  }
}
header.scrolled {
  padding-top: 0 !important;
}
#bg {
  @media (min-width: 1025px) {
    padding: 70px 0px;
  }
  background-image:
    linear-gradient(rgba(26, 23, 23, 0.712)), url(./images/bgconract.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  .container {
    .back {
      padding-top: 60px;
      a {
        font-size: 15px;
        font-family: "Golos Text", sans-serif;
        font-weight: 500;
        color: #ffffff;
        transition: 300ms;
        &:hover {
          color: #fed403;
        }
      }
      .p1 {
        font-size: 25px;
        font-family: "Golos Text", sans-serif;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
      }
      .p2 {
        font-size: 15px;
        font-family: "Golos Text", sans-serif;
        font-weight: 500;
        color: #ffffff90;
        margin: 0;
      }
    }
    h3 {
      font-size: clamp(34px, 4vw, 54px);
      font-family: "Cal Sans", sans-serif;
      font-weight: 400;
      color: #ffffff;
    }
    .title {
      color: white;
      position: relative;
      padding-bottom: 15px;
    }
    .title::after {
      content: "";
      position: absolute;
      bottom: 0;
      /* left: 50%; */
      right: 30%;
      width: 150px;
      height: 2px;
      background-color: #fed403;
      @media (min-width: 768px) and (max-width: 1024px) {
        right: 40%;
      }
      @media (min-width: 1025px) {
        right: 43%;
      }
    }
    .p3 {
      @media (min-width: 1024px) {
        width: 60%;
      }
      padding-top: 15px;
      font-size: 16px;
      font-family: "Golos Text", sans-serif;
      font-weight: 400;
      color: rgb(227 224 220);
    }
  }
}
#sec-2 {
  .container {
    padding-top: 100px;
    padding-bottom: 100px;
    @media (min-width: 993px) {
      max-width: 1300px !important;
    }
    .left {
      padding: 40px;
      border-radius: 5px;
      background-color: rgb(246 246 246);
      header {
        border-radius: 5px;
        padding: 20px 30px 0px 30px;
        background-color: #fed403;
        span {
          font-size: 12px;
          font-family: "Golos Text", sans-serif;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 2.5px;
          color: rgb(89 88 93);
        }
        h2 {
          padding-top: 15px;
          font-size: clamp(30px, 4vw, 45px);
          font-family: "Cal Sans", sans-serif;
          font-weight: 400;
          color: rgb(28 28 29);
          animation-duration: 3s;
        }
        p {
          font-size: 17px;
          font-family: "Golos Text", sans-serif;
          font-weight: 300;
          color: rgb(89 88 93);
        }
      }
      span {
        font-size: 13px;
        font-family: "Golos Text", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        color: rgb(89 88 93);
      }
      h2 {
        font-size: clamp(30px, 4vw, 52px);
        font-family: "Cal Sans", sans-serif;
        font-weight: 400;
        color: rgb(28 28 29);
      }
      .form-parent {
        @media (max-width: 992px) {
          padding: 0px !important;
        }
        input,
        select {
          width: 100% !important;
          height: 54px;
          padding-left: 20px;
          border-radius: 5px;
          border: 1px solid #999;
          outline: none;
          &:focus {
            border: 1px solid #fed403;
          }
          &::placeholder {
            color: #0b0900;
            font-size: 14px;
            font-weight: 400;
            font-family: "Golos Text", sans-serif;
          }
        }
        textarea {
          height: 120px;
          padding-left: 20px;
          border-radius: 5px;
          border: 1px solid #999;
          outline: none;
          padding-top: 16px;
          &:focus {
            border: 1px solid #fed403;
          }
          &::placeholder {
            color: #0b0900;
            font-size: 14px;
            font-weight: 400;
            font-family: "Golos Text", sans-serif;
          }
        }
        button {
          height: 56px;
          border-radius: 5px;
          border: 0;
          font-size: 16px;
          font-family: "Golos Text", sans-serif;
          font-weight: 500;
          line-height: 27px;
          background-color: #313131;
          color: #ffffff;
          &:focus {
            background-color: #363434;
          }
        }
      }
    }
    .right {
      background-color: rgb(246 246 246);
      padding: 40px;
      .contact {
        @media (max-width: 767px) {
          flex-direction: column;
          text-align: center;
        }
        .imgg {
          width: 75px;
          height: 75px;
          background-color: rgb(28 28 29);
          border-radius: 5px;
          transition: all 300ms ease;
          &:hover {
            background-color: #fed403;
            svg {
              color: #0b0900 !important;
            }
          }
        }
        .spa1 {
          padding-bottom: 10px;
          font-size: 24px;
          font-family: "Cal Sans", sans-serif;
          font-weight: 400;
          line-height: 34px;
          color: #1c1c1d;
        }
        .spa2 {
          font-size: 17px;
          font-family: "Golos Text", sans-serif;
          font-weight: 400;
          color: rgb(89 88 93);
        }
      }
    }
  }
}
#sec-3 {
  padding-bottom: 100px;
  .container {
    @media (min-width: 993px) {
      max-width: 1300px !important;
    }
    .map {
      line-height: 0;
    }
  }
}
#sec-4 {
  background-color: #fed403;
  background-image: url(./images/footer.png);
  background-position: center;
  background-size: cover;
  .container {
    @media (min-width: 993px) {
      max-width: 1300px !important;
    }
    padding: 50px 0px;
    .tex {
      @media (max-width: 992px) {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
      }
      h2 {
        font-size: clamp(30px, 4vw, 52px);
        font-family: "Cal Sans", sans-serif;
        font-weight: 400;
        color: rgb(28 28 29);
      }
    }
    .but {
      @media (max-width: 992px) {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
      button {
        padding: 17px 30px;
        background-color: #313131;
        color: #ffffff;
        border: 0;
        border-radius: 5px;
        font-size: 16px;
        font-family: "Golos Text", sans-serif;
        font-weight: 500;
        line-height: 27px;
        transition: all 300ms ease;
        &:hover {
          color: #fed403;
        }
      }
    }
  }
}
#sec-5 {
  background-color: #313131;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  .container_1 {
    padding-bottom: 20px;
    padding-top: 50px;
    @media (min-width: 993px) {
      max-width: 1300px !important;
    }
    img {
      width: 180px !important;
      @media (max-width: 992px) {
        padding-bottom: 30px;
      }
    }
    .line {
      padding-top: clamp(30px, 10vw, 50px);
      color: #6c757d;
    }
    .contac {
      border-bottom: 1px solid #4b5053;
      .cv {
        .p2,
        .p3 {
          font-size: 16px;
          font-family: "Golos Text", sans-serif;
          font-weight: 400;
          color: rgb(139 139 139);
          padding-left: 0;
          cursor: pointer;
          transition: 300ms;
          &:hover {
            color: #fed403;
          }
        }
        .p1,
        .p4 {
          font-size: 16px;
          font-family: "Golos Text", sans-serif;
          font-weight: 400;
          color: rgb(139 139 139);
          transition: 300ms;
          &:hover {
            color: rgb(139 139 139);
          }
        }
        @media (max-width: 992px) {
        }
        .title::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0px;
          width: 50px;
          height: 2px;
          background-color: #fed403;
        }
        .social {
          div {
            width: 35px;
            height: 35px;
            background-color: #313131;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: 1px solid rgb(131, 124, 124);
            transition: 300ms;
            &:hover {
              background-color: #fed403;
              svg {
                color: black;
              }
            }
            svg {
              color: white;
              padding: 5px;
            }
          }
        }
      }
      .vc {
        @media (min-width: 993px) {
          padding: 0px 50px;
        }
        border-left: 1px solid #4b5053;
        @media (max-width: 992px) {
          border: 0;
        }
        .cv1 {
          h4 {
            font-size: 20px;
            font-family: "Cal Sans", sans-serif;
            font-weight: 400;
            color: #ffffff;
            padding-bottom: 5px;
            padding-top: 0px;
            padding-left: 25px;
            @media (max-width: 992px) {
              padding-top: 25px;
              padding-left: 0;
              border-top: 0;
            }
          }
          .title {
            color: white;
            position: relative;
            padding-bottom: 15px;
          }
          .title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 25px;
            width: 50px;
            height: 2px;
            background-color: white;
            @media (max-width: 992px) {
              left: 0;
            }
          }
          p {
            cursor: pointer;
            font-size: 16px;
            font-family: "Golos Text", sans-serif;
            font-weight: 400;
            color: #d2d2d2;
            padding-left: 10px !important;
            @media (max-width: 992px) {
              margin-left: -25px;
            }
            @media (min-width: 993px) {
              font-size: 14px;
            }
            transition: 300ms;
            &:hover {
              color: #fed403;
              transform: translateX(15px);
              span {
                opacity: 1;
              }
            }
            span {
              font-size: 20px;
              transition: all 300ms ease;
              opacity: 0;
            }
          }
        }
        .parent {
          padding: 20px 10px;
          background-color: #3c3c3c;
          h3 {
            padding-left: clamp(0px, 3vw, 20px);
            font-size: 24px;
            font-family: "Cal Sans", sans-serif;
            font-weight: 400;
            color: #ffffff;
          }
          .inbut {
            display: flex;
            background-color: #313131;
            padding: 0px 15px;
            input {
              width: 70%;
              height: 50px;
              color: #ffffff;
              background-color: #313131;
              outline: none;
              border: 0;
              &::placeholder {
                color: #ffffff;
                font-family: "Golos Text", sans-serif;
                font-weight: 400;
              }
              @media (max-width: 767px) {
                width: 100%;
              }
              @media (min-width: 768px) and (max-width: 993px) {
                width: 80%;
              }
            }
            button {
              width: 30%;
              height: 35px;
              border: 0;
              border-radius: 5px;
              background-color: #fed403;
              color: rgb(49 49 49);
              font-family: "Golos Text", sans-serif;
              font-weight: 600;
              transition: 300ms;
              &:hover {
                background-color: #e4e4e4;
              }
              @media (max-width: 767px) {
                width: 40%;
              }
              @media (min-width: 768px) and (max-width: 993px) {
                width: 20%;
              }
            }
          }
          button {
            width: 116px;
            height: 37px;
            border: 0;
            border-radius: 5px;
            background-color: #fed403;
            color: rgb(49 49 49);
            font-family: "Golos Text", sans-serif;
            font-weight: 600;
            transition: 300ms;
            &:hover {
              background-color: #e4e4e4;
            }
          }
        }
        .imgg {
          img {
            width: clamp(75px, 12vw, 100px) !important;
            opacity: 0.5;
            transition: 300ms;
            &:hover {
              opacity: 1;
            }
            @media (min-width: 768px) {
              padding-bottom: 75px;
            }
          }
        }
      }
    }
  }
  .container_2 {
    @media (min-width: 993px) {
      max-width: 1300px !important;
    }
    .text {
      .tex1 {
        cursor: pointer;
        transition: 300ms;
        &:hover {
          color: #fed403;
        }
      }
      p {
        font-size: 18px;
        font-family: "Golos Text", sans-serif;
        font-weight: 400;
        color: #afa9a9;
        @media (min-width: 993px) {
          padding-bottom: 15px;
        }
      }
    }
  }
}
.back-to-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 45px;
  height: 45px;
  background-color: #fed403;
  color: #313131;
  border-radius: 50%;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.3s ease;
  svg {
    width: 20px;
    height: 20px;
  }
}
