.cover {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 5px;
}
.cover .content {
  padding-top: 140px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.cover .content .text {
  padding-inline: 20px;
  text-align: left;
}
.cover .content .text .cover-h1 {
  font-weight: 400;
  color: #1F1F1F;
  font-size: 38px;
  margin-bottom: 10px;
}
.cover .content .text .cover-p {
  font-size: 18px;
  margin-bottom: 12px;
  color: #1F1F1F;
  opacity: 0.9;
  transition: 0.6s;
}
.cover .content .text .button {
  background: #B5BC16;
  color: white;
  width: 150px;
  height: 49px;
  border-radius: 6px;
  margin-top: 35px;
}
.cover .content .img-wrapper {
  height: 560px;
  width: 100%;
  position: relative;
  margin-top: 65px;
}
.cover .content .img-wrapper .card {
  z-index: 10;
  width: 75%;
  height: auto;
  padding: 35px 20px;
  background: rgba(240, 240, 240, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cover .content .img-wrapper .card p {
  color: #1F1F1F;
  font-size: 21px;
  margin-bottom: 0;
}
.cover .content .img-wrapper .card .owner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 35px;
}
.cover .content .img-wrapper .card .owner img {
  border-radius: 2px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover .content .img-wrapper .card .owner p {
  margin-bottom: 0;
  font-size: 16px;
  color: #1F1F1F;
}
.cover .content .img-wrapper .card .owner p span {
  opacity: 0.7;
}
.cover .content .img-wrapper img {
  z-index: 9;
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(88%);
}

.services-section {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
}
.services-section .content {
  padding-inline: 20px;
}
.services-section .content .text {
  text-align: left;
}
.services-section .content .text .headingp {
  color: #1F1F1F;
  font-size: 16px;
}
.services-section .content .text h2 {
  color: #1F1F1F;
  font-size: 32px;
  font-weight: 400;
}
.services-section .content .flex .des {
  display: none;
}
.services-section .content .services {
  padding-bottom: 35px;
  margin-top: 45px;
  border-radius: 2px;
  background: rgba(180, 188, 22, 0.2588235294);
  height: -moz-max-content;
  height: max-content;
}
.services-section .content .services .service {
  overflow: hidden;
  position: relative;
}
.services-section .content .services .service img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .content .services .service .service-text {
  padding: 35px 20px;
}
.services-section .content .services .service .service-text h2 {
  color: #1F1F1F;
  font-size: 18px;
  font-family: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.services-section .content .services .service .service-text h2 i {
  transition: 0.6s;
  font-size: 16px;
  padding: 8px 9px;
  border-radius: 100px;
  border: 1px solid rgb(158, 158, 158);
  font-weight: 400;
  text-decoration: none;
}
.services-section .content .services .service .service-text p {
  color: #1F1F1F;
  opacity: 0.9;
  font-size: 16px;
}

.bottom-cta {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40px;
}
.bottom-cta .content {
  padding-inline: 20px;
}
.bottom-cta .content .flex {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.bottom-cta .content .about {
  padding: 20px;
  padding-block: 35px;
  margin-top: 45px;
  border-radius: 2px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  background: linear-gradient(135deg, #acb417 0%, #7f8510 50%, #b5bc16 100%);
}
.bottom-cta .content .about img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(50%);
}
.bottom-cta .content .about h2 {
  color: white;
  font-weight: 400;
  font-size: 28px;
  position: relative;
}
.bottom-cta .content .about .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-cta .content .about .bottom p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}
.bottom-cta .content .about .bottom .button {
  border-radius: 50px;
  border: 1px solid white;
  padding: 14px;
  transition: 0.6s;
  text-decoration: none;
}
.bottom-cta .content .about .bottom .button i {
  color: white;
  font-size: 18px;
  -o-object-position: 0.8;
     object-position: 0.8;
}
.bottom-cta .content .about:hover {
  background-position: right;
}
.bottom-cta .content .about:hover .bottom .button {
  background: white;
}
.bottom-cta .content .about:hover .bottom .button i {
  color: #B5BC16;
}
.bottom-cta .content .about2 {
  position: relative;
  padding-block: 35px;
  margin-top: 15px;
  border-radius: 2px;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  height: 400px;
  transition: background-position 0.8s ease;
  background-size: 200% 200%;
  background-position: left;
}
.bottom-cta .content .about2 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(50%);
}
.bottom-cta .content .about2 .bottom {
  padding: 35px 20px;
  height: 100%;
  position: relative;
}
.bottom-cta .content .about2 .bottom .flex {
  height: -moz-max-content;
  height: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.bottom-cta .content .about2 .bottom h2 {
  color: white;
  font-weight: 400;
  font-size: 28px;
}
.bottom-cta .content .about2 .bottom p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}
.bottom-cta .content .about2 .bottom .button {
  border-radius: 50px;
  border: 1px solid white;
  padding: 14px;
  transition: 0.6s;
  text-decoration: none;
}
.bottom-cta .content .about2 .bottom .button i {
  color: white;
  font-size: 18px;
  -o-object-position: 0.8;
     object-position: 0.8;
}
.bottom-cta .content .about2:hover {
  background-position: right;
}
.bottom-cta .content .about2:hover .bottom .button {
  background: white;
}
.bottom-cta .content .about2:hover .bottom .button i {
  color: #1F1F1F;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 5px;
  }
  .cover .content {
    padding-top: 200px;
    height: 100%;
    position: relative;
  }
  .cover .content .text {
    padding-inline: 50px;
    text-align: left;
    width: 50%;
    margin-top: auto;
    margin-bottom: 45px;
  }
  .cover .content .text .cover-h1 {
    font-weight: 400;
    color: #1F1F1F;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .cover .content .text .cover-p {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1F1F1F;
    opacity: 0.9;
  }
  .cover .content .text .button {
    background: #B5BC16;
    color: white;
    width: 190px;
    height: 52px;
    border-radius: 6px;
    margin-top: 35px;
  }
  .cover .content .img-wrapper {
    height: 690px;
    width: 100%;
    position: relative;
    margin-top: 65px;
  }
  .cover .content .img-wrapper img {
    height: 690px;
    z-index: 9;
  }
  .cover .content .img-wrapper .card {
    z-index: 10;
    width: 600px;
    height: auto;
    padding: 45px 30px;
    background: rgba(240, 240, 240, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }
  .cover .content .img-wrapper .card p {
    color: #1F1F1F;
    font-size: 22px;
    margin-bottom: 0;
  }
  .cover .content .img-wrapper .card .owner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 35px;
  }
  .cover .content .img-wrapper .card .owner img {
    border-radius: 2px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cover .content .img-wrapper .card .owner p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1F1F1F;
  }
  .cover .content .img-wrapper .card .owner p span {
    opacity: 0.7;
  }
  .services-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 120px;
  }
  .services-section .content {
    padding-inline: 50px;
    max-width: 1500px;
    margin-inline: auto;
  }
  .services-section .content .text {
    text-align: left;
    max-width: 670px;
  }
  .services-section .content .text .headingp {
    color: #1F1F1F;
    font-size: 16px;
  }
  .services-section .content .text h2 {
    color: #1F1F1F;
    font-size: 34px;
    font-weight: 400;
  }
  .services-section .content .flex {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
    gap: 15px;
    position: relative;
  }
  .services-section .content .flex .des {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #B5BC16;
    width: 220px;
    height: 54px;
    border-radius: 4px;
    color: white;
  }
  .services-section .content .services {
    width: 100%;
    padding-bottom: 35px;
    margin-top: 55px;
    border-radius: 2px;
    background: rgba(180, 188, 22, 0.2588235294);
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-inline: 50px;
    padding-block: 55px;
  }
  .services-section .content .services .service {
    width: 33%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .services-section .content .services .service:hover .service-text h2 i {
    background: #B5BC16;
    color: white;
    text-decoration: none !important;
    border-color: #B5BC16;
  }
  .services-section .content .services .service img {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .services-section .content .services .service .service-text {
    padding: 0;
    margin-top: 35px;
  }
  .services-section .content .services .service .service-text h2 {
    color: #1F1F1F;
    font-size: 18px;
    font-family: 500;
  }
  .services-section .content .services .service .service-text p {
    color: #1F1F1F;
    opacity: 0.9;
    font-size: 16px;
    width: 80%;
  }
  .bottom-cta {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 120px;
  }
  .bottom-cta .content {
    padding-inline: 50px;
    max-width: 1500px;
    margin-inline: auto;
  }
  .bottom-cta .content .flex {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
  .bottom-cta .content .about {
    padding: 50px;
    padding-block: 65px;
    margin-top: 0;
    border-radius: 2px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
  }
  .bottom-cta .content .about h2 {
    color: white;
    font-weight: 400;
    font-size: 32px;
    position: relative;
  }
  .bottom-cta .content .about .bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottom-cta .content .about .bottom p {
    margin-bottom: 0;
    color: white;
    font-size: 14px;
  }
  .bottom-cta .content .about .bottom .button {
    border-radius: 50px;
    border: 1px solid white;
    padding: 14px;
    transition: 0.6s;
    text-decoration: none;
  }
  .bottom-cta .content .about .bottom .button i {
    color: white;
    font-size: 18px;
    -o-object-position: 0.8;
       object-position: 0.8;
  }
  .bottom-cta .content .about:hover {
    background-position: right;
  }
  .bottom-cta .content .about:hover .bottom .button {
    background: white;
  }
  .bottom-cta .content .about:hover .bottom .button i {
    color: #B5BC16;
  }
  .bottom-cta .content .about2 {
    position: relative;
    padding: 50px;
    padding-block: 65px;
    border-radius: 2px;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    height: 450px;
    transition: background-position 0.8s ease;
    background-size: 200% 200%;
    background-position: left;
    margin-top: 0;
  }
  .bottom-cta .content .about2 img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(50%);
  }
  .bottom-cta .content .about2 .bottom {
    padding: 0;
    height: 100%;
    position: relative;
  }
  .bottom-cta .content .about2 .bottom .flex {
    height: -moz-max-content;
    height: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .bottom-cta .content .about2 .bottom h2 {
    color: white;
    font-weight: 400;
    font-size: 32px;
  }
  .bottom-cta .content .about2 .bottom p {
    margin-bottom: 0;
    color: white;
    font-size: 14px;
  }
  .bottom-cta .content .about2 .bottom .button {
    border-radius: 50px;
    border: 1px solid white;
    padding: 14px;
    transition: 0.6s;
    text-decoration: none;
  }
  .bottom-cta .content .about2 .bottom .button i {
    color: white;
    font-size: 18px;
    -o-object-position: 0.8;
       object-position: 0.8;
  }
  .bottom-cta .content .about2:hover {
    background-position: right;
  }
  .bottom-cta .content .about2:hover .bottom .button {
    background: white;
  }
  .bottom-cta .content .about2:hover .bottom .button i {
    color: #1F1F1F;
  }
}/*# sourceMappingURL=services.css.map */