@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Box sizing rules */
* {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: white;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  background: rgb(17, 16, 16);
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.ap-title {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ap-title--inner {
  padding: 30px;
}
.ap-title--center {
  align-items: center;
  justify-content: center;
}
.ap-title--top {
  margin-top: 90px;
}
.ap-title--bottom {
  margin-bottom: 30px;
}
.ap-title__subtext {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ap-title__heading {
  font-size: 22px;
  text-transform: capitalize;
}

.ap-progress-bar {
  top: 0px;
  position: fixed;
  display: none;
  height: 6px;
  background: red;
  z-index: 60;
}

.ap-feed--article {
  margin: unset !important;
}

.ap-article {
  display: flex;
  flex-direction: column;
  padding: 60px 0px;
  max-width: 1000px;
  margin: 0 auto;
  gap: 30px;
}
.ap-article > * {
  padding: 0 30px;
}
.ap-article__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ap-article__header-img-box {
  display: flex;
  width: 100%;
  height: 350px;
}
.ap-article__header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  border-radius: 26px;
}
.ap-article__content {
  font-size: 17px;
  font-weight: 300;
}
.ap-article__content p {
  font-size: 17px;
  font-weight: 300;
}
.ap-article__content h2, .ap-article__content h3, .ap-article__content h4 {
  font-size: 19px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}
.ap-article__content img {
  padding: 20px 0px;
}

.ap-error {
  height: 100dvh;
  display: grid;
  place-items: center;
}
.ap-error__heading {
  font-size: 44px;
  color: white;
}

.ap-footer {
  background: #161616;
}
.ap-footer__content {
  max-width: 1500px;
  padding: 60px 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
}
.ap-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ap-footer__inner:nth-of-type(2) {
  align-items: center;
}
.ap-footer__inner:last-of-type {
  align-items: flex-end;
}
.ap-footer__heading {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ap-footer__link, .ap-footer__text {
  font-size: 14px;
  text-decoration: none;
}
.ap-footer__link span, .ap-footer__text span {
  font-size: inherit;
  color: red;
}
.ap-footer__link:hover {
  color: red;
}
.ap-footer__logo {
  width: 200px;
}
.ap-footer__credits {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  background: #121212;
}
.ap-footer__credits-text {
  font-size: 12px;
}
.ap-footer__credits-text a {
  font-size: inherit;
  text-decoration: none;
}

@media (max-width: 780px) {
  .ap-footer__content {
    flex-direction: column;
  }
  .ap-footer__inner {
    align-items: flex-start !important;
  }
  .ap-footer__inner:first-of-type {
    order: 2;
  }
}
.ap-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 98px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 30px;
}
.ap-header--scroll .ap-header__logo {
  transform: translateX(-200px);
  opacity: 0;
}
.ap-header--scroll .ap-header__nav {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-header--scroll .ap-header__nav-logo {
  width: 100px;
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.ap-header--mobile .ap-header__nav {
  border-radius: 26px 26px 0px 0px;
  background: black;
}
.ap-header--mobile .ap-header__nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.ap-header__logo {
  position: absolute;
  left: 30px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.ap-header__logo-img {
  width: 200px;
  margin: 30px auto 0px;
}
.ap-header__nav {
  width: fit-content;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.5098039216);
  backdrop-filter: blur(5px);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.ap-header__nav-logo {
  display: flex;
  justify-content: center;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.ap-header__nav-logo-img {
  width: 80px;
}
.ap-header__nav-menu {
  display: flex;
  list-style-type: none;
  gap: 5px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
.ap-header__nav-menu-link {
  padding: 5px 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  border-radius: 26px;
  text-wrap: nowrap;
}
.ap-header__nav-menu-link:hover {
  background: #1c1c1c;
}
.ap-header__nav-menu-link-icon {
  font-size: 13px;
  margin-right: 5px;
}
.ap-header__nav-menu-item:last-of-type .ap-header__nav-menu-link {
  background: red;
}
.ap-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 15px;
  border: none;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 26px;
}
.ap-header__hamburger span {
  font-size: 16px;
  font-weight: 400;
}
.ap-header__hamburger:hover {
  background: #1c1c1c;
}

@media (max-width: 1180px) {
  .ap-header__logo {
    display: none;
  }
  .ap-header__nav {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ap-header__nav-logo {
    visibility: visible;
    opacity: 1;
    width: unset;
    transform: translateX(0px);
    width: 100px;
  }
}
@media (max-width: 790px) {
  .ap-header__nav {
    width: calc(100% - 60px);
    left: 30px !important;
    right: 30px;
    transform: translateY(-50%) !important;
    justify-content: space-between;
  }
  .ap-header__nav-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    flex-direction: column;
    top: 100%;
    padding: 15px;
    background: black;
    width: 100%;
    left: 0;
    gap: 10px;
    border-radius: 0px 0px 26px 26px;
    transform: translateY(-54px);
  }
  .ap-header__nav-menu-item:last-of-type .ap-header__nav-menu-link {
    text-align: center;
  }
  .ap-header__hamburger {
    display: flex;
  }
}
.ap-hero {
  height: 100dvh;
  max-width: unset !important;
  padding: unset !important;
  display: flex;
  flex-direction: column;
}
.ap-hero__content {
  position: relative;
  height: 100%;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(to right, rgb(17, 16, 16) -70%, hsla(0, 0%, 97%, 0)), linear-gradient(to left, rgb(17, 16, 16) -60%, hsla(0, 0%, 97%, 0)), linear-gradient(to top, rgb(17, 16, 16) 1%, hsla(0, 0%, 97%, 0));
}
.ap-hero__content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.ap-hero__content-heading {
  font-size: 50px;
  text-transform: uppercase;
}
.ap-hero__content-heading b {
  font-size: inherit;
  color: red;
}
.ap-hero__content-subheading {
  font-size: 47px;
  font-weight: 400;
  text-transform: uppercase;
}
.ap-hero__content-subheading b {
  font-size: inherit;
}
.ap-hero__content-more {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ap-hero__content-more-icon {
  font-size: 26px;
}
.ap-hero__contact {
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  padding-bottom: 30px;
  background: rgb(17, 16, 16);
}
.ap-hero__contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-width: 220px;
}
.ap-hero__contact-details {
  display: flex;
  flex-direction: column;
}
.ap-hero__contact-icon {
  color: red;
  font-size: 26px;
}
.ap-hero__contact-subtext {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ap-hero__contact-text, .ap-hero__contact-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.ap-hero__contact-text span, .ap-hero__contact-link span {
  font-weight: 500;
  font-size: 17px;
}

@media (max-width: 660px) {
  .ap-hero__content-heading {
    font-size: 35px;
    text-align: center;
  }
  .ap-hero__content-subheading {
    display: none;
  }
  .ap-hero__content-more {
    display: none;
  }
}
.ap-main section {
  padding: 60px 30px;
  max-width: 1500px;
  margin: 0 auto;
}

.ap-offers {
  display: flex;
  gap: 30px;
}
.ap-offers__img {
  max-width: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.ap-offers__wraper {
  display: flex;
  flex-wrap: wrap;
}
.ap-offers__offer {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-width: 250px;
  flex: 1;
}
.ap-offers__offer-icon {
  width: 45px;
  height: 45px;
  filter: invert(16%) sepia(100%) saturate(6442%) hue-rotate(2deg) brightness(129%) contrast(125%);
}
.ap-offers__offer-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.ap-offers__offer-name span {
  font-weight: 300;
  font-size: 15px;
}

.ap-services__wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ap-services__service {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 250px;
  background: rgb(28, 28, 28);
  border-radius: 16px;
  flex: 1;
}
.ap-services__service-name {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  font-weight: 600;
}
.ap-services__service-description {
  font-size: 15px;
}

.ap-banner__inner {
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background: rgb(28, 28, 28);
  text-align: center;
}
.ap-banner__heading {
  font-size: 20px;
}
.ap-banner__subtext {
  font-size: 18px;
  font-weight: 300;
}

.ap-about__content {
  display: flex;
  gap: 60px;
}
.ap-about__text {
  font-size: 18px;
  font-weight: 400;
}
.ap-about__img {
  max-width: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.ap-feed__wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ap-feed__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 340px;
  max-width: 525px;
  flex: 1;
  padding: 30px;
  border-radius: 26px;
  overflow: hidden;
}
.ap-feed__item-img {
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0.35);
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ap-feed__item-title {
  font-size: 18px;
  font-weight: 500;
}
.ap-feed__item-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
}
.ap-feed__item-link {
  width: fit-content;
  position: relative;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  align-items: center;
  padding-right: 20px;
  border-radius: 26px;
  overflow: hidden;
  margin-top: auto;
}
.ap-feed__item-link-icon {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: red;
  border-radius: 50%;
  font-size: 16px;
}
.ap-feed__item-link::after {
  display: block;
  content: "";
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: red;
  z-index: -1;
}
.ap-feed__item-link:hover:after {
  width: 100%;
}

@media (max-width: 1280px) {
  .ap-offers__img {
    display: none;
  }
}
@media (max-width: 1180px) {
  .ap-about__img {
    display: none;
  }
}
