@import url(../base/fonts.css);

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  text-transform: capitalize !important;
  font-family: playRegular;
  padding: 0;
  margin: 0;
}

img {
  width: 100% !important;
}

.baseBtn {
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  text-transform: uppercase !important;
  color: #fff;
  font-family: playBold;
  background-color: #30d898;
  transition: all 0.3s ease-in-out;

  &:hover {
    background-color: #001325;
  }
}

/* offcanvas */
.smallNav {
  display: none;

  .offTrigger {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: transparent;
    border: none;
    z-index: 111;

    i {
      color: #30d898;
      font-size: 30px;
    }
  }

  .offcanvas {
    width: 30vw;
    background-color: #001325;

    .offcanvas-header {
      position: relative;

      .closeCanvas {
        position: absolute;
        border: none;
        background-color: transparent;
        color: #fff;
        top: 20px;
        right: 20px;

        i {
          font-size: 20px;
        }
      }
    }

    .offcanvas-body {
      .offNavList {
        list-style: none;
        padding: 0;

        .offNavItem {
          cursor: pointer;
          color: #fff;
          font-weight: bolder;
          margin: 20px 0px;

          .dropdown-menu {
            border-radius: 0;
            background-color: #001325;

            .dropdown-item {
              color: #fff;

              &:hover {
                color: #000;
                background-color: #30d898;
              }
            }
          }

          &:hover {
            color: #30d898;
          }
        }
      }

      .bottBar {
        position: fixed;
        bottom: 0;
        margin: 40px 0px;

        .bottOffBtn {
          transition: all 0.3s ease-in-out;

          &:hover {
            color: #001325;
            background-color: #fff;
          }
        }

        .botIcions {
          margin: 20px 0px;
          text-align: center;

          .bottBarSocial-icon {
            cursor: pointer;
            margin-inline-end: 20px;
            color: #fff;
            transition: all 0.3s ease-in-out;

            &:hover {
              color: #30d898;
            }
          }
        }
      }
    }
  }
}

/* fixedNav */
.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
}

/* header */
.header {
  .header-insider {
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;

    .sec {
      justify-content: space-around;
      align-items: center;

      .sec-icon {
        text-align: end;

        .header-icon {
          display: inline;
          font-size: 30px;
          padding: 0;
        }
      }

      .sec-text {
        padding: 0;

        h6 {
          display: inline;
          color: #000;
        }

        p {
          color: #000;
          cursor: pointer;
          transition: all 0.3s ease-in-out;

          &:hover {
            color: #06990d;
          }
        }
      }
    }
  }

  .navigationBar {
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    background-color: #001325;

    .navigationList {
      list-style: none;
      text-align: center;
      margin: 0;

      .navigationItem {
        cursor: pointer;
        color: #fff;
        display: inline;
        padding: 0px 20px;
        transition: all 0.3s ease-in-out;

        .dropdown-menu {
          background-color: #001325;
          padding: 0;
          margin: 0;
          list-style: none;
          border-radius: 0;

          li {
            color: #fff;
            padding: 10px;

            a {
              color: #fff;

              &:hover {
                color: #000;
                background-color: #30d898;
              }
            }

            &:hover {
              color: #001325;
              background-color: #30d898;
            }
          }
        }

        &:hover {
          color: #30d898;
        }
      }
    }

    .socials {
      .social-icon {
        margin: 0px 15px;
        color: #fff;
        cursor: pointer;

        &:hover {
          color: #30d898;
        }
      }
    }
  }
}

/* slider */
.homeSlider {
  .headerSlider {
    .carousel-inner {
      .carousel-item {
        position: relative;

        img {
          filter: brightness(50%);
        }

        .carousel-caption {
          position: absolute;
          top: 15%;

          h2 {
            text-transform: uppercase !important;
            margin-bottom: 20px;
          }

          h3 {
            text-transform: uppercase !important;
            margin-bottom: 10px;

            span {
              text-transform: uppercase !important;
              letter-spacing: 2px;
              font-weight: bolder;
            }
          }

          h5 {
            margin-bottom: 10px;
          }

          .purchaseBtn {
            margin: 40px 0px;
            padding: 10px 40px;
            color: #000;

            &:hover {
              color: #fff;
            }
          }
        }
      }
    }

    .sliderNavIcon {
      font-size: 30px;
    }

    .bottomBanner {
      padding: 20px 0px;
      text-align: center;
      background-color: #30d898;

      h3 {
        color: #fff;
        display: inline;
        margin-inline-end: 50px;
      }

      .bannerBtn {
        padding: 10px 20px;
        background-color: #001325;
        color: #fff;
        font-weight: bolder;
        text-transform: uppercase !important;
        border: none;
        transition: all 0.3s ease-in-out;

        &:hover {
          background-color: #fff;
          color: #30d898;
        }
      }
    }
  }
}

/* welcome */
.welcome {
  margin: 50px 0px;

  .headerText {
    text-align: center;
    margin-bottom: 50px;

    h2 {
      span {
        color: #30d898;
        text-transform: uppercase !important;
      }
    }
  }

  .services {
    justify-content: center;
    align-items: center;
    gap: 15px;

    .serviceCard {
      position: relative;
      text-align: center;
      outline: 1px solid #001325;
      padding: 60px 10px;

      .serVicon {
        cursor: pointer;
        margin: 20px 0px;

        .insideIcone {
          font-size: 60px;
          color: #30d898;
        }

        h4 {
          text-transform: uppercase !important;
          color: #001325;
          margin: 10px 0px;
        }
      }

      p {
        margin: 30px 0px;
      }

      .moreBtn {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%);
        border: none;
        outline: 1px solid #001325;
        background-color: #fff;
        padding: 5px 20px;
        color: #001325;
        transition: all 0.3s ease-in-out;

        &:hover {
          outline: none;
          background-color: #30d898;
          color: #fff;
        }
      }

      &:hover {
        .serVicon {
          h4 {
            color: #30d898;
          }
        }
      }
    }
  }
}

/* process */
.process {
  position: relative;
  margin: 50px 0px;
  padding: 50px 0px;
  background-image: linear-gradient(
      rgba(0, 13, 71, 0.589),
      rgba(0, 13, 71, 0.87)
    ),
    url("/images/fixingunderthelight.jpg");
  background-size: cover;

  .headerText {
    text-align: center;
    margin-bottom: 50px;

    h2 {
      color: #fff;

      span {
        text-transform: uppercase !important;
        color: #30d898;
      }
    }
  }

  .steps {
    justify-content: center;
    align-items: center;
    gap: 0px;

    .stepCard {
      position: relative;
      text-align: start;
      padding: 60px 0px;

      .stepIcon {
        margin: 20px 0px;
        cursor: pointer;

        .innerIcon {
          position: absolute;
          top: 20px;
          left: 0;
          color: #30d898;
          font-size: 35px;
        }

        h2 {
          color: #747171;
          position: absolute;
          top: 0;
          left: 15%;
          font-size: 55px;
          transform: translate(-15%);
        }

        h3 {
          text-transform: uppercase !important;
          color: #fff;
          transition: all 0.2s ease-in-out;
        }

        &:hover {
          h3 {
            color: #30d898;
          }
        }
      }

      p {
        color: #fff;
        margin: 20px 0px;
      }
    }
  }
}

/* our services */
.ourS {
  .headerText {
    text-align: center;
    margin: 50px 0px;

    h3 {
      text-transform: uppercase !important;
      color: #001325;

      span {
        text-transform: uppercase !important;
        font-weight: bolder;
        color: #30d898;
      }
    }
  }

  .inSection {
    .Samples {
      justify-content: center;
      gap: 10px;

      .sampleCard {
        .img {
          overflow: hidden;

          img {
            transition: all 0.3s ease-in-out;
          }
        }

        h5 {
          text-transform: uppercase !important;
          margin-top: 10px;
          color: #001325;
          transition: all 0.3s ease-in-out;
        }

        p {
          color: #001325;
        }

        a {
          color: #001325;
          text-decoration: none;
          transition: all 0.3s ease-in-out;

          &:hover {
            color: #30d898;
          }
        }

        &:hover {
          img {
            transform: scale(1.1);
          }

          h5 {
            color: #30d898;
          }
        }
      }

      .servList {
        list-style: none;
        padding: 0px;
        border-radius: 0;
        border-top: 2px solid #30d898;

        .servItem {
          text-transform: uppercase !important;
          display: block;
          color: #001325;
          padding: 15px 10px;
          cursor: pointer;
          transition: all 0.3s ease-in-out;

          .servIcon {
            color: #fff;
            margin-inline-end: 10px;
            display: none;
            transition: all 0.3s ease-in-out;
          }

          .accordion-collapse {
            margin: 10px 0px;
          }

          &:hover {
            color: #fff;
            background-color: #30d898;

            .servIcon {
              display: inline;
            }
          }
        }

        hr {
          padding: 0;
          margin: 0;
        }
      }
    }
  }
}

/* why */
.why {
  margin: 50px 0px;
  background-image: url(/images/manfixing.jpg);
  background-size: cover;
  background-attachment: fixed;

  .whyInner {
    justify-content: center;

    .imgSide {
      padding: 0;

      img {
        height: 100%;
      }
    }

    .textSide {
      background-color: #30d898b6;
      padding: 50px;

      .TextHeader {
        h2 {
          text-transform: uppercase !important;
          font-weight: bolder;
          letter-spacing: 2px;
          color: #fff;
        }
      }

      .reason {
        justify-content: start;
        align-items: center;
        margin: 20px 0px;

        .resIcon {
          border: 1px solid #fff;
          height: 80px;
          width: 80px;
          border-radius: 50%;
          text-align: center;
          align-content: center;

          .resIconIN {
            font-size: 40px;
            color: #fff;
          }
        }

        .restext {
          h3 {
            color: #fff;
            font-weight: bold;
            text-transform: uppercase !important;
          }

          h5 {
            color: #fff;
          }
        }
      }
    }
  }
}

/* exp */
.expInner {
  margin: 50px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  .textpart {
    h4 {
      color: #000;
      font-weight: bolder;

      span {
        color: #30d898;
      }
    }

    p {
      margin: 50px 0px;
    }
  }
}

/* clients */
.clients {
  .carousel {
    .carousel-indicators {
      button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0px 10px;
        background-color: #30d898;
      }
    }

    .carousel-inner {
      position: relative;
      text-align: center;

      .carouselBG {
        background-image: url(/images/pieces.jpg);
        background-repeat: no-repeat;
        height: 60vh;
        background-attachment: fixed;
        background-size: cover;
        filter: brightness(50%);
        z-index: -1;
      }

      .headerIn {
        position: absolute;
        text-align: center;
        top: 10%;
        width: 100%;
        text-align: center !important;
        background-color: transparent;

        h3 {
          text-transform: uppercase !important;
          color: #fff;
          font-weight: bolder;

          span {
            text-transform: uppercase !important;
            color: #30d898;
          }
        }
      }

      .carousel-item {
        position: absolute;
        top: 60%;
        margin: 30px 0px;

        h5 {
          margin: 20px 0px;
          color: #fff;
        }

        p {
          font-weight: bold;

          span {
            color: #30d898;
          }
        }
      }
    }
  }
}

/* appointments */
.appoint {
  margin: 50px 0px;
  justify-content: center;

  .appInner {
    justify-content: center;
    gap: 10px;

    .formSide {
      text-align: start;

      h3 {
        text-transform: uppercase !important;
        font-weight: bolder;

        span {
          text-transform: uppercase !important;
          color: #30d898;
        }
      }

      p {
        color: #000;
      }

      form {
        justify-content: start;
        gap: 5px;
        margin: 30px 0px;

        input {
          padding: 10px;
          border: none;
          outline: #000 1px solid;

          &:focus {
            outline: #30d898 1px solid;
          }
        }

        select {
          border: none;
          outline: #000 1px solid;

          option {
            padding: 10px;
            color: #000;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
          }

          &:focus {
            outline: #30d898 1px solid;
          }
        }

        textarea {
          padding: 10px;
          border: none;
          outline: #000 1px solid;

          &:focus {
            outline: #30d898 1px solid;
          }
        }
      }
    }
  }

  .imgSide {
    padding: 0px;
  }
}

/* status */
.status {
  margin: 30px 0px;
  padding: 30px 0px;
  position: relative;
  background-image: linear-gradient(
      rgba(0, 13, 71, 0.589),
      rgba(0, 13, 71, 0.87)
    ),
    url("/images/phonemotherboard.jpg");
  background-size: cover;

  .statusInner {
    justify-content: center;
    align-items: center;
    gap: 5px;

    .stateSec {
      justify-content: center;

      .stateText {
        padding: 0;

        h2 {
          font-weight: bolder;
          display: inline;
          color: #30d898;
        }

        h5 {
          display: block;
          color: #fff;
        }
      }
    }
  }
}

/* latest */
.latest {
  margin: 50px 0px;

  .posts {
    justify-content: center;

    .hText {
      margin: 20px 0px;

      h2 {
        text-transform: uppercase !important;
        color: #000;
        text-align: center;
        font-weight: bolder;

        span {
          text-transform: uppercase !important;
          color: #30d898;
          text-align: center;
          font-weight: bolder;
        }
      }
    }

    .post {
      margin: 10px 0px;
      .img {
        overflow: hidden;

        img {
          transition: all 0.3s ease-in-out;
        }
      }

      .bar {
        margin: 10px 0px;
        padding: 0;

        span {
          margin: 0px 5px;
          color: #000;
          cursor: pointer;

          i {
            color: #000;
            margin-inline-end: 5px;
          }

          &:hover {
            color: #30d898;
          }
        }
      }

      .title {
        margin: 10px 0px;

        h4 {
          color: #000;
          font-weight: bolder;
        }
      }

      .content {
        margin-top: 10px;

        p {
          color: #000;
          font-weight: bold;
          margin: 0px !important;
        }
      }

      .more {
        a {
          text-decoration: none;
          color: #000;
          transition: all 0.3s ease-in-out;

          &:hover {
            color: #30d898;
          }
        }
      }

      &:hover {
        .img {
          img {
            transform: scale(1.1);
          }
        }
      }
    }
  }
}

/* operators */
.operators {
  background-color: #30d898;
  padding: 20px 0px;

  .opInner {
    justify-content: center;
    align-items: center;
    gap: 20px;

    .logoOp {
      img {
        transition: all 0.3s ease-in-out;
      }

      &:hover {
        img {
          transform: scale(1.1);
        }
      }
    }
  }
}

/* footer */
.footer {
  padding-top: 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.966), rgba(1, 3, 12, 0.966)),
    url("/images/footerback.jpg");
  background-size: cover;

  .insideFooter {
    justify-content: center;

    .footerSection {
      h3 {
        color: #fff;
        text-transform: uppercase !important;
        font-weight: bolder;
      }

      p {
        margin: 30px 0px;
        color: #fff;
      }

      .serviceListFooter {
        list-style: none;
        padding: 0;
        margin: 20px 0px;

        .serviceItemFooter {
          cursor: pointer;
          color: #fff;
          margin: 20px 0px;

          i {
            margin-inline-end: 5px;
          }

          &:hover {
            color: #30d898;
          }
        }
      }

      .contactListFooter {
        list-style: none;
        padding: 0;
        margin: 20px 0px;

        .contactItemFooter {
          cursor: pointer;
          color: #fff;
          margin: 20px 0px;

          i {
            color: #30d898;
            margin-inline-end: 5px;
          }

          &:hover {
            color: #30d898;
          }
        }
      }

      .subInpt {
        padding: 15px;
        background-color: #001325;
        border: none;
        border-radius: 5px;

        &:focus {
          outline: 1px solid #30d898;
        }
      }

      .subBtn {
        margin: 20px 0px;
        display: block;
      }
    }
  }

  .footerBottom {
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #747171;

    .footerBottomCR {
      h6 {
        color: #fff;

        span {
          color: #30d898;
        }
      }
    }

    .footerBottomIcon {
      text-align: end;

      i {
        cursor: pointer;
        color: #fff;
        margin: 0px 20px;
        font-size: 15px;
        transition: all 0.3s ease-in-out;

        &:hover {
          color: #30d898;
        }
      }
    }
  }
}

/* up button */
.upBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #30d898;
  text-align: center;
  z-index: 111;

  i {
    color: #000;
    padding: 0;
  }
}

/* responsive */
@media screen and (max-width: 992px) {
  :root {
    font-size: 14px;
  }

  .header {
    display: none;
  }

  .smallNav {
    display: block;
  }

  .appoint {
    .imgSide {
      display: none;
    }
  }
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 12px;
  }

  .why {
    .whyInner {
      .imgSide {
        display: none;
      }
    }
  }

  .clients {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .smallNav {
    .offcanvas {
      width: 40vw;
    }
  }

  .homeSlider {
    display: none;
  }

  .process {
    .steps {
      justify-content: center;
    }
  }
}
