.parent_cards {
  nav {
    margin: 5rem 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    p {
      color: var(--secondary_color);
      font-family: Exo;
      font-size: 1.875rem;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
    }
    select {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #e1e1e1;
      color: #aaa;
      font-family: Archivo;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width: 10rem;
      box-shadow: none !important;
      &:focus,
      &:hover {
        border-bottom: 1px solid var(--primary_color);
      }
    }
    .search_field {
      display: flex;
      padding: 0.9375rem 1.25rem;
      justify-content: space-between;
      align-items: center;
      flex: 1 0 0;
      border-bottom: 1px solid #e1e1e1;
      position: relative;
      max-width: 35rem;
      transition: 0.3s ease-out;
      flex: 1;
      &:focus,
      &:hover {
        border-bottom: 1px solid var(--primary_color);
      }
      i,
      input {
        color: #aaa;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
      i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: 1.25rem;
      }
    }
  }
  .card {
    .img_holder {
      position: relative;

      &::before {
        content: "";
        position: absolute;
        background-color: var(--secondary_color)4d;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 0.3s ease-out;
      }
    }

    &:hover {
      .img_holder::before {
        opacity: 1;
      }
      .content {
        background: var(--secondary_color);
        li h6,
        p,
        h1 {
          color: white;
        }
      }
    }

    .content {
      height: 35.625rem;
      padding: 1.875rem;
      background: #f5f5f5;
      position: relative;
      transition: 0.3s ease-out;
      cursor: pointer;

      .brn {
        width: 100%;
        height: 17rem;
      }
      .type {
        position: absolute;
        display: flex;
        padding: 0.3125rem 1.25rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        position: absolute;
        inset-inline-end: 1.90619rem;
        top: -1rem;
        background: linear-gradient(90deg, var(--primary_color) 0%, var(--primary_color) 100%);
        color: #fff;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875rem; /* 187.5% */
      }
      h5 {
        color: var(--primary_color);
        font-family: Exo;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0.75rem;
      }
      h1 {
        color: var(--secondary_color);
        font-family: Exo;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
      }
      p {
        color: #555;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem; /* 187.5% */
        margin-bottom: 1.25rem;
      }
      ul {
        li {
          display: flex;
          align-items: center;
          gap: 0.5rem;
          margin-bottom: 1.25rem;
          i {
            color: var(--primary_color);
            font-size: 1rem;
          }
          h6 {
            color: #555;
            font-family: Archivo;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.875rem; /* 214.286% */
          }
        }
      }

      a {
        display: block;
        margin: auto;
      }
    }
  }
  .v_3 {
    .content {
      min-height: 15rem !important;
      a {
        max-width: 19rem;
        margin: 0 !important;
      }
    }
    .img_holder {
      height: 17rem !important;
      img {
        height: 17rem !important;
        width: 100%;
        object-fit: cover;
      }
    }
  }
  .card_v_2 {
    .img_holder {
      position: relative;

      &::before {
        content: "";
        position: absolute;
        background-color: var(--primary_color);
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 0.3s ease-out;
      }
    }

    &:hover {
      .img_holder::before {
        opacity: 0.2;
      }
      .content {
        background: var(--secondary_color);

        p,
        h1 {
          color: white;
        }
        li h6 {
          color: #f5f5f5 !important;
        }
      }
    }

    .content {
      min-height: 21rem;
      padding: 1.875rem;
      background: #f5f5f5;
      position: relative;
      transition: 0.3s ease-out;
      cursor: pointer;

      .brn {
        width: 100%;
        height: 17rem;
      }
      .type {
        position: absolute;
        display: flex;
        padding: 0.3125rem 1.25rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        position: absolute;
        inset-inline-end: 1.90619rem;
        top: -1rem;
        background: linear-gradient(90deg, var(--primary_color) 0%, var(--primary_color) 100%);
        color: #fff;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875rem; /* 187.5% */
      }

      h1 {
        color: var(--secondary_color);
        font-family: Exo;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
      }
      p {
        color: #555;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem; /* 187.5% */
        margin-bottom: 1.25rem;
      }
      .list_v_2 {
        display: flex;
        margin-bottom: 1.25rem;
        align-items: center;
        li {
          gap: 0.7rem;
          align-items: center;
          display: flex;
          &:not(:last-child) {
            border-inline-end: 1px solid #d0d0d0;
            margin-inline-end: 0.9rem;
            padding-inline-end: 0.9rem;
          }
          i {
            color: #ff851a;
            font-size: 1.2rem;
            align-content: center;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          h6 {
            color: #555;
            font-family: Archivo;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.875rem; /* 214.286% */
          }
        }
      }
      a {
        display: block;
        margin: auto;
      }
    }
  }
}
/* start slider */
.slider {
  margin-top: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  .info {
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 20.25rem;
    height: 20.25rem;
    padding: 5.5rem 1.6875rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 50%;
    z-index: 3;
    background: #fff;
    span {
      color: var(--secondary_color);
      text-align: center;
      font-family: Exo;
      font-size: 6.25rem;
      font-style: normal;
      font-weight: 700;
      line-height: 100%; /* 6.25rem */
    }
    p {
      margin-top: 1rem;
      color: #555;
      text-align: center;
      font-family: Archivo;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 1rem */
    }
  }
  .slider-left,
  .slider-right {
    overflow: hidden;
    height: 18rem;
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    &:hover {
      .card {
        animation-play-state: paused;
      }
    }
    .card {
      width: 22rem;
      height: 17rem;
      border-radius: 0.4375rem;
      transition: opacity 0.3s ease-out;
      position: absolute;
      height: 100%;
      .bg {
        border-radius: 0.5rem;
        background: linear-gradient(
          180deg,
          rgba(26, 43, 132, 0.7) 0%,
          rgba(8, 18, 69, 0.7) 100%
        );
        width: 100%;
        height: 100%;
        opacity: 0.2;
        transition: opacity 0.3s ease-out;
        position: absolute;
      }
      &:hover {
        .card_content,
        .bg {
          opacity: 1;
        }
      }
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .card_content {
      padding: 1.88rem;
      position: absolute;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-content: end;
      bottom: 0;
      opacity: 0;
      transition: opacity 0.3s ease-out;
      inset-inline-start: 0;
      span {
        width: fit-content;
        color: #fff;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 1rem */
        display: inline-flex;
        padding: 0.375rem 0.5rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.25rem;
        background: var(--primary_color) ;
        gap: 0.625rem;
      }
      p {
        margin-top: 0.5rem;
        color: #fff;
        font-family: Exo;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
    }
    .num-2 {
      animation-delay: calc(50s / 11 * (11 - 1) * -1);
    }
    .num-3 {
      animation-delay: calc(50s / 11 * (11 - 2) * -1);
    }
    .num-4 {
      animation-delay: calc(50s / 11 * (11 - 3) * -1);
    }
    .num-5 {
      animation-delay: calc(50s / 11 * (11 - 4) * -1);
    }
    .num-6 {
      animation-delay: calc(50s / 11 * (11 - 5) * -1);
    }
    .num-7 {
      animation-delay: calc(50s / 11 * (11 - 6) * -1);
    }
    .num-8 {
      animation-delay: calc(50s / 11 * (11 - 7) * -1);
    }
    .num-9 {
      animation-delay: calc(50s / 11 * (11 - 8) * -1);
    }
    .num-10 {
      animation-delay: calc(50s / 11 * (11 - 9) * -1);
    }
    .num-11 {
      animation-delay: calc(50s / 11 * (11 - 10) * -1);
    }
    .num-12 {
      animation-delay: calc(50s / 11 * (11 - 11) * -1);
    }
  }
  .slider-left {
    .card {
      animation-name: slideLeft;
      animation-duration: 50s;
      animation-timing-function: linear;
      left: max(calc(22rem * 11), 100%);
      animation-iteration-count: infinite;
    }
  }

  .slider-right {
    .card {
      right: max(calc(22rem * 11), 100%);
      animation-name: slideRight;
      animation-duration: 50s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
    }
  }
}
.slider_v_2 {
  margin-top: 5rem;
  padding: 5.5rem 0;
  background: #f4f7fe;
  position: relative;
  text-align: center;
  .bubbles {
    position: absolute;
    inset-inline-end: 2rem;
    top: 2rem;
  }
  .squar {
    position: absolute;
    inset-inline-start: 1rem;
    bottom: 8rem;
  }
  p {
    color: var(--primary_color);
    text-align: center;
    font-family: Exo;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  h2 {
    color: var(--secondary_color);
    text-align: center;
    font-family: Exo;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 1rem 0 1.88rem;
  }
  a {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 19rem;
    justify-content: center;
    margin: 4.3rem auto 0;
    i {
      position: relative;
      z-index: 3;
      color: white;
    }
  }
}
@keyframes slideLeft {
  to {
    left: -22rem;
  }
}
@keyframes slideRight {
  to {
    right: -22rem;
  }
}

/* end slider */

/* start info section */
.wrapper {
  margin-top: 5rem;
  .row {
    gap: 2rem 3rem;
  }
  .bnr {
    p {
      color: var(--secondary_color);
      font-family: Exo;
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      margin: 1rem 0 1.88rem;
    }
    span {
      color: var(--primary_color);
      font-family: Exo;
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    .img_holder {
      margin-top: 1rem;
      width: fit-content;
      position: relative;
      .ptrn {
        z-index: -1;
        position: absolute;
        inset-inline-end: -1rem;
        top: -1rem;
      }
      .bg {
        max-width: 25rem;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  .content {
    .v-2 {
      &::before {
        inset-inline-start: 2.7rem;
      }
    }
    ul {
      position: relative;
      &::before {
        top: 50%;
        transform: translateY(-50%);
        content: "";
        position: absolute;
        height: calc(100% - 2rem);
        inset-inline-start: 4rem;
        width: 0.5rem;
        border-inline-start: 2px dashed var(--secondary_color);
      }
      li {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        margin-bottom: 4rem;
        .icon_v_2 {
          width: 5.5rem;
          height: 5.5rem;
          flex-shrink: 0;
          aspect-ratio: 1/1;
          object-fit: cover;
          i {
            color: #ff851a !important;
          }
        }
        .icon {
          padding: 1rem;
          background-color: white;
          position: relative;
          i {
            position: absolute;
            inset-inline-start: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font: 2rem;
          }
          img {
            object-fit: cover;
            max-width: 100%;
            height: auto;
          }
        }
      }
      .text {
        h3 {
          color: var(--secondary_color);
          font-family: Exo;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }
        span {
          display: inline-block;
          color: var(--primary_color);
          font-family: Exo;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }
        p {
          color: #555;
          font-family: Archivo;
          font-size: 1rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.875rem; /* 187.5% */
        }
      }
    }
  }
}
/* end info section */

/* start details */
.bnr_image {
    h1 {
        span {
            color: white !important;
        }

        color: white !important;
    }

    li {
        i {
            color: var(--primary_color);
        }

        h6 {
            color: white !important;
        }
    }

    p {
        color: #f5f5f5 !important;
    }

    &::before {
        content: "";
        position: absolute;
        background-color: var(--secondary_color);
        opacity: 0.7;
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: 0;
    }
}
.banner {
    position: relative;
    background-size: cover !important;
    height: 38rem;
    display: flex;
    flex-direction: column;
    gap: 1.88rem;
    padding: 3.75rem;

    .logo {
        background-color: var(--primary_color);
        background-size: cover;
        position: absolute;
        inset-inline-end: 0;
        top: 10.5rem;
        display: flex;
        width: 13.625rem;
        height: 5rem;
        flex-direction: column;
        padding: 0.8125rem 2.1875rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;

        span {
            color: #fff;
            text-align: center;
            font-family: Exo;
            font-size: 1rem;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            z-index: 2;
            white-space: nowrap;
        }

        p {
            color: #fff;
            font-family: Exo;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            z-index: 2;
            white-space: nowrap;
        }
    }

    ul {
        display: flex;
        z-index: 2;
        align-items: center;

        li {
            display: flex;
            align-items: center;
            gap: 0.8rem;

            &:not(:last-child) {
                margin-inline-end: 1.2rem;
                padding-inline-end: 1.2rem;
                border-inline-end: 1px solid #555;
            }

            i {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            h6 {
                color: #555;
                font-family: Archivo;
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: 1.875rem;

                span {
                    display: inline-block;
                    margin-inline-end: 0.5rem;
                    color: var(--primary_color);
                    font-family: Archivo;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.875rem;
                    /* 187.5% */
                }
            }
        }
    }

    h1 {
        color: var(--secondary_color);
        font-family: Exo;
        font-size: 3.875rem;
        font-style: normal;
        font-weight: 700;
        max-width: 50rem;
        line-height: 6.2rem;

        /* 160% */
        span {
            /* color: #081245; */
            font-family: Exo;
            font-size: 3.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 6.2rem;
        }
    }

    p {
        color: #ffffff;
        font-family: Archivo;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.5rem;
        max-width: 51.625rem;
    }

    .th-3 {
        color: #555;
        text-align: center;
        font-family: Archivo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875rem;
        /* 187.5% */
        display: flex;
        width: 18.4375rem;
        height: 3.125rem;
        padding: 0.625rem 6rem;
        justify-content: center;
        align-items: center;
        gap: 0.6875rem;
        background: #eee;
        white-space: nowrap;
        z-index: 2;
    }

    a {
        width: 18rem;
    }

    .theme-btn {
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: center;

        i {
            z-index: 3;
        }
    }
}
.wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;

  .info {
    h3 {
      color: var(--secondary_color);
      font-family: Archivo;
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 1.2rem;
      line-height: normal;
    }
    ul {
      padding-inline-start: 2rem;
      li {
        color: #555;
        font-family: Archivo;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.5rem; /* 222.222% */
        margin-bottom: 1.2rem;
        list-style: disc;
      }
    }
  }
  .form_data {
    .header {
      margin-bottom: 1.88rem;
      img {
        margin: auto;
        display: block;
      }
      p {
        color: var(--primary_color);
        text-align: center;
        font-family: Exo;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      h4 {
        margin: 1rem 0 1.88rem;
        color: var(--secondary_color);
        text-align: center;
        font-family: Exo;
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
      }
    }
    .row {
      gap: 1.5rem 0;
    }
    .form_input {
      flex: 1;
      .fa-minus,
      .fa-plus {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        height: 3.37rem;
        width: 3.37rem;
        transition: 0.3s ease-out;
        cursor: pointer;
        flex-shrink: 0;
      }

      .fa-plus {
        border: 1px solid #1a2b84;
        color: #1a2b84;
        &:hover {
          color: white;
          border: 1px solid #1a2b84;
          background: #1a2b84;
        }
      }
      .fa-minus {
        color: #fd4649;
        border: 1px solid #fd4649;
        &:hover {
          color: white;
          border: 1px solid #fd4649;
          background: #fd4649;
        }
      }
      label {
        color: #797979;
        font-family: Archivo;
        font-size: 0.9375rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0.5rem;
      }
      textarea,
      select,
      input {
        width: 100%;
        display: flex;
        padding: 0.9375rem 1.25rem;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border: 1px solid #e1e1e1;
        color: #aaa;
        font-family: Archivo;
        font-size: 1rem;
        transition: 0.3s ease-out;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        &:focus,
        &:hover {
          border: 1px solid var(--secondary_color);
        }
      }
      select {
        border-radius: 0;
        flex-basis: 30%;
      }
      textarea {
        min-height: 8rem;
      }
    }
    button {
      width: 19rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      margin: 1.88rem auto 5rem;
      i {
        color: white;
      }
    }
  }
}
/* end details */
.card_v_3 {
    height: 33.4375rem;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;

    &:hover {
        img {
            transition: 0.3s;
            transform: scale(1.03);
            z-index: 2;
        }

        p {
            height: auto;
            visibility: visible;
        }
    }

    .img_holder {
        overflow: hidden;
        z-index: 2;
        position: relative;

        &::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            transition: 0.3s ease-out;
            inset: 0;
            background: #122e5080;
            z-index: 3;
        }

        &:hover {
            &::before {
                background: #122e509c;
            }

            p {
                transition: 0.3s ease-out;
                height: auto;
                opacity: 1;
            }

            a {
                opacity: 1;
                height: 3.5rem;
            }
        }

        img {
            display: inline-block;
            object-fit: cover;
            max-width: 100%;
            transition: 0.3s;
            height: 33.4375rem;
        }

        .content {
            height: 28rem;
            position: absolute;
            z-index: 22;
            inset-block: 2.5rem;
            inset-inline: 2.5rem;
            transition: 0.3s ease-out;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        p {
            color: #fff;
            font-family: Archivo;
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.8rem;
            /* 180% */
            transition: 0.3s ease-out;
            height: 0;
            opacity: 0;
        }

        h5 {
            color: #fff;
            font-family: Archivo;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.875rem;
            /* 214.286% */
            margin-bottom: 0.6rem;
        }

        h1 {
            color: #fff;
            font-family: Exo;
            font-size: 1.4rem;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        .location {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            justify-content: start !important;

            span {
                color: #fff;
                font-family: Archivo;
                font-size: 0.875rem;
                font-style: normal;
                font-weight: 400;
                white-space: nowrap;
                line-height: 1.875rem;
                /* 214.286% */
            }

            i {
                color: white;
                font-size: 1.4rem;
            }
        }

        a {
            display: flex;
            padding: 0.6875rem;
            align-items: center;
            gap: 0.625rem;
            border-radius: 9.375rem;
            background: var(--primary_color);
            justify-content: center;
            border-radius: 50%;
            height: 3.5rem;
            width: 3.5rem;
            transition: 0.3s ease-out;
            opacity: 0;
            height: 0;

            i {
                color: white;
                rotate: -45deg;
            }
        }
    }
}
