:root {
  /* --clr-primary-300: #a2d6d2;
  --clr-primary-500: #134d7f; */
  --clr-primary-300: #3fc0f0;
  /* --clr-primary-300: rgb(8, 243, 216); */
  --clr-primary-500: #141c3a;

  --clr-neutral-100: #ffffff;
  --clr-neutral-200: #000;

  /* --ff-primary: "Spartan", sans-serif; */
  --ff-primary: "Open Sans", sans-serif;
  --ff-accent: "Source Code Pro", sans-serif;

  --border: 1px dashed;
  --color-three: #9ea1a4;
}
html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
p {
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
  color: var(--clr-primary-500);
}
h1,
h2,
h3 {
  font-family: "Spartan", sans-serif;
  font-weight: 700;
  color: var(--clr-primary-500);
}

/* Utilities */
.overflow-none {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.button-primary {
  background: var(--clr-primary-300);
  color: var(--clr-neutral-200);
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}
.button-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: box-shadow;
  pointer-events: none;
}
.button-primary:hover::before {
  color: var(--clr-neutral-200);
  box-shadow: 5px 5px var(--clr-neutral-200);
}
.section {
  padding: 0 55px;
  margin-block: 12vh;
}
.section-alt {
  padding: 0 55px;
  padding-block: 12vh;
}
.t-head > p {
  font-family: var(--ff-accent);
  color: var(--clr-primary-500);
  font-size: 0.875rem;
  padding-bottom: 3vh;
}
.t-head > h1 {
  font-family: var(--ff-primary);
  color: var(--clr-primary-500);
  font-weight: 700;
  font-size: 4.063rem;
  line-height: 5.313rem;
  padding-bottom: 3.5vh;
}
.t-head-alt > p {
  color: var(--clr-neutral-100);
}
.t-head-alt > h1 {
  color: var(--clr-neutral-100);
}
body {
  font-family: var(--ff-primary);
  overflow-x: hidden;
}
/* Whatsapp-icon */
#whatsapp-api {
  position: fixed;
  z-index: 10000;
  bottom: 6%;
  right: 2%;
}
/* Navbar */
.navbar {
  font-family: var(--ff-primary);
  font-weight: 700;
  font-size: 0.875rem;
  height: fit-content;
}
.navbar-brand {
  padding: 1.5vh 0.5vw;
  height: fit-content;
}
.mid-nb {
  /* background: red !important; */
  margin-inline: 5vw;
}
.start-nb > img {
  height: 12vh !important;
}
.navbar-brand > img {
  height: 15vh;
  width: auto;
}
.nav-link {
  font-size: 17px !important;
  color: var(--clr-primary-500) !important;
}
.abt-dd {
  background: #f7f7f7;
  border: 0;
  border-radius: 0;
}
.abt-dd > li {
  font-size: 14px;
}
#close-icon {
  color: rgba(0, 0, 0, 0.55) !important;
}
/* hero section */
.hss-1 {
  background: url(../imgs/heroImg/1a.png);
}
.hss-2 {
  background: url(../imgs/heroImg/2a.jpg);
}
.hss-3 {
  background: url(../imgs/heroImg/3a.jpg);
}
.hero-ss {
  height: 80vh !important;
  width: 100vw !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-control-prev,
.carousel-control-next {
  width: 7%;
}
.direc-btn {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #fff;
}
.carousel-caption {
  top: 39%;
  height: fit-content;
}

.carousel-caption > div > h1 {
  font-size: 40px;
  line-height: 50px;
}

/* Second section / index-adbout us */
.second-sec {
  height: fit-content;
  width: 100%;
  display: grid;
  grid-template-columns: 70% 30%;
  padding-bottom: 5vh;
}
.ss-left-text {
  color: var(--clr-primary-500);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-weight: 600;
  width: 50vw;
  line-height: 1.5rem;
  padding-bottom: 5vh;
}
.hash-tags {
  margin-top: 5vh;
  display: flex;
}
.hash-tag {
  font-family: var(--ff-accent);
  font-size: 0.813rem;
  color: var(--ff-primary);
  margin-right: 1.7%;
  margin-bottom: 5vh;
}
.second-sec__right {
  padding-top: 5vh;
}
.second-sec__img {
  box-shadow: -80px -40px var(--clr-primary-300);
}

/* Third section */
.third-sec {
  background: url(../imgs/prallax-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.third-sec__con {
  padding: 0 55px;
  padding-block: 10vh;
}
.third-sec__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10vh;
}
.vq__icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  fill: var(--clr-primary-300);
}
.vq-item-head {
  font-size: 24px;
  font-weight: lighter;
  margin-top: 4vh;
  font-family: var(--ff-primary);
  color: var(--clr-neutral-100);
}

.tsc__component {
  margin-inline: 2vw;
  padding-inline: 0vw;
  padding-left: 1.5vw;
  border-left: var(--border) var(--color-three);
}
.new-setup {
  display: grid;
  grid-template-columns: 70% auto;
  column-gap: 2.5vw;
}
.tsc__component > img {
  float: right;
  height: 125px;
  box-shadow: -10px -10px #00e6cb;
}
.tcc-head {
  font-size: 1.5rem;
}
.code-text {
  font-family: var(--ff-accent);
  font-size: 0.813rem;
  margin-block: 3vh;
}
.con-text {
  color: var(--clr-primary-500);
  font-size: 0.813rem;
  width: 30vw;
  line-height: 1.313rem;
  font-weight: 500;
  margin-block: 1vh;
}
/* Fourth section */
.fourth-sec {
  background: #f7f7f7;
}
.applications {
  margin-top: 10vh;
}
.application-img {
  height: 270px;
  box-shadow: 20px -20px var(--clr-primary-300);
  margin-block: 4vh 1vh;
}
.application-head {
  margin-block: 3vh;
  font-size: 1.25rem;
  text-align: center;
}
.application-text {
  color: var(--clr-primary-500);
  font-size: 0.875rem;
  width: 25vw;
  line-height: 1.313rem;
  font-weight: 500;
  margin-bottom: 5vh !important;
}

/* Severcies section */
.services {
  padding-top: 5vh;
  column-gap: 2vw;
  row-gap: 4vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service {
  padding-inline: 2vw;
}
.service > img {
  margin-bottom: 0.5vh;
}
.service > h3 {
  color: var(--clr-primary-500);
  font-weight: 700;
  font-size: 20px;
  margin-block: 2vh;
}
.service > p {
  color: var(--clr-primary-500);
  font-size: 0.875rem;
  margin-block: 2vh;
}
.testimonials-con {
  background: #fff;
}
.overlay {
  position: absolute;
  background: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.overlay-main {
  position: absolute;
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
#testimonial-car {
  margin: 0 auto;
  width: 55vw !important;
}
.testimonials-ic {
  position: relative;
  z-index: 5;
  padding: 0 55px;
  padding-top: 10vh;
}
.t-inner-car {
  height: 40vh;
}
.testimonial > div > img {
  height: 70px;
}
.testimonial > div > h3 {
  color: var(--clr-primary-300);
}
.testimonial > div > p {
  color: var(--clr-primary-500);
  margin-block: 3vh;
  font-size: 16px;
  line-height: 1.7rem;
}
.testimonial > div > .cus-name {
  color: var(--clr-primary-300);
  font-family: var(--ff-accent);
  margin-block: 3vh;
  font-size: 20px;
  line-height: 1.7rem;
  font-weight: 600;
}

.products {
  padding-top: 5vh;
}

.pc-item {
  border-radius: 25px;
  padding: 15px;
  margin: 3vh 1vw;
}
.pc-item > img {
  height: 45vh;
  width: auto;
}
/* Contact parallax */
.contact-parallax {
  background: url(../imgs/img-r-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}
.cp-head {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cp-head-h1 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  margin: 0 auto;
  margin-bottom: 4vh;
  padding-top: 12vh;
  max-width: 65vw;
}

/* ABOUT PAGE */
.abt-hero {
  background: url(../imgs/img-r-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 70vh;
}
.overlay-alt {
  position: absolute;
  background: #000;
  width: 100%;
  opacity: 0.5;
  height: inherit;
}
.breadcrum-con {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: 25vh;
}
.breadcrum-con > h1 {
  text-align: center;
  color: var(--clr-neutral-100);
}
.breadcrum-con > nav {
  width: fit-content;
  margin: 0 auto;
}
.breadcrum-con > nav > ol > li {
  font-family: var(--ff-accent);
}
.not-active {
  color: var(--clr-primary-300) !important;
}
.mission-vision-con {
  background: #f7f7f7;
  width: 100%;
}
.mission-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: 5vh;
}
.mv-sec {
  border-left: 1px dashed var(--color-three);
  padding: 0 3vw;
}
.mv-svg {
  fill: var(--clr-primary-300);
  width: fit-content;
  height: 100px;
  margin-bottom: 3vh;
}
.mv-text {
  color: var(--clr-primary-500);
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 500;
  margin-block: 1.5vh !important;
}
.values {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7vh;
  column-gap: 3vw;
}
.value {
  text-align: center;
}
.img-con {
  background: #333333;
  width: fit-content;
  padding: 35px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 3vh;
}
.value > .img-con > img {
  height: 110px;
  width: auto;
}
.value-head {
  width: fit-content;
  margin: 0 auto;
}
.v-text {
  font-size: 13px;
}
.ad-link {
  width: fit-content;
  padding: 60px;
  border-radius: 10px;
  border: 1.5px solid var(--clr-primary-300);
}
.ad-link > img {
  width: 200px;
}
/* GALLERY */
.th-gal {
  padding-top: 4vh;
}
#certificates {
  width: 100vw;
  background: #f7f8fa !important;
  padding-bottom: 15vh;
}
.gal-con {
  width: 70vw;
  margin: 0 auto;
  padding-top: 4vh;
  padding-bottom: 7vh;
}
.gal-img {
  height: 70vh;
}
.nav-arrow-link-gal {
  opacity: 0.7;
}
.uk-icon {
  color: var(--clr-primary-500) !important;
}
.prev-g {
  left: -150px !important;
}
.next-g {
  right: -150px !important;
}
.car-gal-indicators {
  bottom: -20%;
}
.car-gal-indicators li {
  background-color: var(--clr-primary-500) !important;
}
#clients {
  width: 100vw;
  background: #fff !important;
  padding-bottom: 15vh;
}

/* GALLERY - REAL */
.gallery-con {
  width: 93vw;
}
.gallery-con > div > a > img {
  box-shadow: 10px 10px var(--clr-primary-300);
}
/* CONTACT */
.contact-hero {
  background: url(../imgs/contact-us.jpg);
}
.contact-con {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7vw;
}
.contact-left > p {
  font-family: var(--ff-accent);
  margin-bottom: 3vh;
}
input:focus {
  border: 1px solid var(--clr-primary-500) !important;
}
textarea:focus {
  border: 1px solid var(--clr-primary-500) !important;
}
.contact-right {
  margin: 40px;
  box-shadow: -40px -40px var(--clr-primary-300);
}
.contact-info {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  column-gap: 7vw;
}
.info-component {
  text-align: center;
}
.info-component > i {
  font-size: 60px;
  margin: 2vh 0;
}
.info-component > p {
  color: var(--clr-primary-500);
  font-size: 0.875rem;
}
/* FOOTER */
footer {
  width: fit-content;
  display: grid;
  grid-template-rows: 5fr 1fr;
  background: #fafafb;
  padding-top: 7vh;
  padding-right: 4vw;
  padding-left: 3vw;
}
.inner-footer {
  display: grid;
  grid-template-columns: 35% auto auto auto;
  column-gap: 3vw;
  padding: 5vh 3vw;
}
.pl-15vw {
  padding-left: 1.5vw;
}
.footer-tagline {
  color: var(--themegreen);
  margin-top: 5px;
  letter-spacing: 1.3px;
}
.footer-text {
  font-size: 14px;
  margin-bottom: 2vh;
}
.footer-head {
  font-weight: 700;
  font-size: 28px;
  font-family: var(--ff-primary);
}
.footer-list {
  padding-left: 0 !important;
}
.footer-link {
  color: var(--clr-primary-500);
  font-size: 14px;
  padding-left: 0.5vw;
}
.footer-link:hover {
  text-decoration: none;
  color: var(--clr-primary-300);
}
.footer__section-fourth {
  padding-left: 0;
}
#footer-section-4 > li {
  color: var(--clr-primary-500);
  padding-left: 0.5vw;
  font-size: 14px;
}
.social-icons {
  margin-bottom: 18vh;
}
.social-icons > a {
  font-size: 10px;
  color: #444444;
}
.s-icon {
  margin-right: 15px;
}
.social-icons > a:hover {
  color: var(--black);
}
.lower-footer > p {
  display: inline;
  font-size: 12px;
  font-family: var(--ff-accent);
}
.lower-footer__left {
  float: left;
}
.lower-footer__right {
  float: right;
}
.lower-footer__right > a {
  color: var(--clr-primary-500);
}
.lower-footer__right > a:hover {
  text-decoration: none;
}
.adf-head {
  font-weight: bold;
}
.adf-link > img {
  width: 80px;
}
.adf-link-sec > img {
  width: 70px;
  margin-left: 1vw;
}
/* new */
.client-logo {
  border-radius: 10px;
  border: 2px solid var(--clr-primary-300);
  width: 94%;
}
/* for tabs */
@media only screen and (max-width: 1200px) {
  /* utilies */
  .section {
    padding: 0 20px;
    margin-block: 12vh;
  }
  .section-alt {
    padding: 0 20px;
    padding-block: 12vh;
  }
  .t-head > p {
    font-size: 0.75rem;
  }
  .t-head > h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  /* navbar */
  .navbar {
    padding: 2vh 5px;
    height: auto;
  }
  .navbar-brand > img {
    height: 7vh;
  }
  .navbar-nav {
    padding-top: 2vh;
    padding-left: 3vw;
  }
  .navbar-right {
    padding: 1.5vh 0 3vh 3vw;
  }
  .cc-btn {
    margin: 0 5vw;
  }
  /* Hero section */
  .hss-1 {
    background: url(../imgs/heroImg/1080a.jpg);
  }
  .hss-2 {
    background: url(../imgs/heroImg/1080b.jpg);
  }
  .hss-3 {
    background: url(../imgs/heroImg/1080c.jpg);
  }
  .hero-ss {
    height: 80vh !important;
    width: 100vw !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-ss {
    height: 70vh !important;
  }

  .carousel-caption > div > h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  /* Second section / index-adbout us */
  .second-sec {
    margin-top: 5vh;
    padding-block: 7vh;
    grid-template-columns: 1fr;
  }
  .second-sec__left {
    height: fit-content;
    padding-block: 2vh;
  }
  .ss-left-text {
    width: 100%;
  }
  .second-sec__right {
    grid-column: 1;
    grid-row: 1;
    padding-block: 2vh;
  }
  .second-sec__img {
    height: 50vh;
    box-shadow: 40px -20px var(--clr-primary-300);
  }
  /* Third section */
  .choose-us-head {
    text-align: center;
    padding-bottom: 0 !important;
  }
  .third-sec__con {
    padding: 0 20px;
    padding-top: 12vh;
    padding-bottom: 8vh;
  }
  .third-sec__content {
    grid-template-columns: 1fr;
    row-gap: 2vh;
  }
  .tsc__component {
    margin-inline: 0;
    padding-left: 0;
    border-left: none;
  }
  .tsc__component > img {
    float: right;
    height: 110px;
    box-shadow: -10px -10px #00e6cb;
  }
  .con-text {
    width: 100%;
  }
  /* Fourth section */
  .fourth-sec {
    padding-block: 12vh;
  }
  .applications {
    margin-top: 5vh;
  }
  .application-text {
    width: 100%;
  }
  .app-con {
    width: 95%;
  }
  .application-img {
    height: auto;
    width: 100% !important;
  }
  /* Services */
  .services-sec {
    padding-block: 12vh;
  }
  .services {
    grid-template-columns: 1fr 1fr;
  }
  .service {
    padding-inline: 5vw;
  }
  .service > img {
    margin-block: 1vh;
  }
  .service > h3 {
    margin-block: 2vh;
  }
  .service > p {
    margin-block: 2vh;
  }
  /* testimonials */
  .testimonials-ic {
    padding: 0 20px;
    padding-top: 12vh;
    padding-bottom: 8vh;
  }
  #testimonial-car {
    width: 100% !important;
  }
  .t-inner-car {
    height: fit-content;
    margin-block: 5vh;
  }
  .testimonial > div > h3 {
    font-size: 20px;
  }
  .testimonial > div > p {
    font-size: 14px;
    line-height: 1.2rem;
  }
  /* Contact parallax */
  .contact-parallax {
    height: 50vh;
  }
  .cp-head {
    text-align: center;
  }
  .cp-head-h1 {
    font-size: 25px;
    padding-top: 12vh;
    max-width: 90vw;
  }
  /* ABOUT PAGE */
  .mission-vision {
    grid-template-columns: 1fr;
    row-gap: 10vh;
    margin-block: 5vh;
  }
  .mv-sec {
    border-left: none;
  }
  .values {
    grid-template-columns: 1fr;
    row-gap: 10vh;
  }
  /* GALLERY */
  .th-gal {
    padding-top: 2vh;
  }
  .gal-con {
    width: 100vw;
    padding: 3vh 3vw !important;
  }
  .prev-g {
    display: none;
  }
  .next-g {
    display: none;
  }
  /* CONTACT */
  .contact-con {
    padding-top: 5vh;
    grid-template-columns: 1fr;
    row-gap: 5vh;
  }
  .contact-right {
    height: 60vh;
    margin: 0;
    box-shadow: none;
    border: 5px solid var(--clr-primary-300);
  }
  .contact-info {
    grid-template-columns: 1fr;
    padding: 15px !important;
    padding-bottom: 10vh !important;
    row-gap: 10vh;
  }
  /* FOOTER */
  footer {
    grid-template-rows: 5fr auto;
  }
  .inner-footer {
    grid-template-columns: 1fr;
  }
  .footer__section-fourth {
    padding-left: 1rem !important;
  }
  .social-icons {
    margin-top: 0;
    margin-bottom: 3vh;
  }
  .lower-footer > p {
    margin-bottom: 1vh !important;
    display: block;
    text-align: center;
  }
  .lower-footer__left {
    float: none;
    margin: 0 !important;
  }
  .lower-footer__right {
    padding-bottom: 5vh;
    float: none;
    margin: 0 !important;
  }
}

/* For small screens */
@media only screen and (max-width: 600px) {
  /* NAVBAR */
  .pb-0-sm {
    padding-bottom: 0 !important;
  }
  .services {
    grid-template-columns: 1fr;
  }
  .client-logo {
    width: 100%;
  }

  .carousel-caption {
    top: 40%;
    width: fit-content;
    padding: 0 5vw;
    left: 0;
  }
  .cc-first {
    top: 34% !important;
  }

  .carousel-caption > div > h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .vq__icon {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    fill: var(--clr-primary-300);
  }
  .vq-item-head {
    font-size: 18px;
    font-weight: lighter;
    margin-top: 4vh;
    font-family: var(--ff-primary);
    color: var(--clr-neutral-100);
  }

  /* GALLERY REAL */
  .gallery-con > div > a > img {
    width: 100vw !important;
    margin-block: 2vh;
  }
  /* CONTACT */
  .contact-hero {
    background: url(../imgs/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
