@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");

:root {
  --primary: #0d5195;
  --black: #000;
  --white: #fff;
  --light-black: #666;
  --hover: rgba(244, 244, 244, 0.8);
  --bg: #f9f9f9;
  --border: 0.1rem solid rgba(0, 0, 0, 0.3);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  --secondary: #8a8af2;
  --main-color: #0d5195;
  --bg: #f2f2f2;
}
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.43, 1.1, 0.62, 1.08);
  outline: none;
  border: none;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: var(--light-black);
  font-weight: 400;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

section {
  padding: 7rem 7%;
  padding: 5rem 7%;
}

.btn {
  padding: 1rem 3rem;
  color: var(--white);
  background: var(--main-color);
  font-size: 2rem;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  border: var(--main-color);
}

.heading {
  text-align: center;
  color: var(--main-color);
  color: #444;
  margin-top: 7rem;
  margin-bottom: 3rem;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 3rem;
}

.heading span {
  color: var(--main-color);
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: 500;
}

.text-secondary {
  color: var(--primary);
}

.text-center {
  text-align: center;
}

.m-heading {
  font-size: 32px;
  margin-bottom: 12px;
}
.title::before {
  content: "";
  background: #07070b;
  background: var(--primary);
  height: 2px;
  width: 200px;
  margin: 0 auto;
  display: block;
  transform: translateY(44px);
}

.title::after {
  content: "";
  background: #07070b;
  background: var(--primary);
  height: 7px;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: block;
  transform: translateY(1px);
  transform: translateY(-8px);
}

.shadow {
  box-shadow: var(--box-shadow);
}

/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 9%;
  background: var(--white);
  box-shadow: var(--box-shadow);
}

.header .logo {
  font-size: 2.5rem;
  font-weight: bolder;
  text-transform: uppercase;
  border-bottom: 1px solid var(--primary);
  border-bottom: 1px solid white;
  color: var(--primary);
}
.header a img {
  width: 100%;
  height: 100%;
}
.header .logo span {
  color: var(--primary);
  text-transform: uppercase;
}

.header.active .logo {
  color: var(--main-color);
  border-bottom: 1px solid var(--primary);
}
.header.active .logo span {
  color: black;
  color: var(--primary);
}

.header .logo img {
  width: 26rem;
  height: 10vh;
  object-fit: cover;
}

.header .logo i {
  color: var(--primary);
  color: #222;
  padding-right: 0.5rem;
}

.header .navbar a {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--white);
  color: black;
  margin: 0 1.8rem;
  text-transform: uppercase;
}

.header .navbar a:hover {
  color: var(--primary);
  border-bottom: 0.3rem solid var(--primary);
  padding-bottom: 0.5rem;
}

.header.active {
  background: var(--white);
  padding: 2rem 9%;
  box-shadow: var(--box-shadow);
}

.header.active .navbar a {
  color: var(--black);
}

.header.active .navbar a:hover {
  color: var(--primary);
}
.header.active #menu-btn {
  color: var(--primary);
}
#menu-btn {
  display: none;
  font-size: 2.5rem;
  color: var(--primary);
  cursor: pointer;
}
#menu-btn.active {
  color: var(--main-color);
}
/* home */

/** ANIMATION  **/
@keyframes fadeIn {
  0% {
    transform: translateY(-4rem) scale(0);
    opacity: 0;
  }
}

.home {
  padding: 0;
}

.home .slide {
  min-height: 100vh;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .slide .content {
  text-align: center;
  width: 70rem;
  padding-top: 16rem;
  display: none;
  line-height: 2;
}

.home .slide .content h3 {
  font-size: 5rem;
  text-transform: uppercase;
  color: var(--main-color);
  color: white;
  line-height: 1;
  padding: 2rem;
  animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.2s backwards;
}

.home .slide .btn {
  animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.2s backwards;
}

.home .swiper-slide-active .content {
  display: inline-block;
}

.swiper-button-next,
.swiper-button-prev {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: var(--white);
  color: var(--black);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--main-color);
  color: var(--white);
}

.swiper-button-next:after,
.swiper-button-prev::after {
  font-size: 2rem;
}

/******** ABOUT  ********/
.job .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 4rem;
}
.about .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 4rem;
}

.about .row .image {
  flex: 1 1 39rem;
}

.about .row .image img {
  width: 100%;
  padding: 5rem;
}

.about .row .content {
  flex: 1 1 51rem;
  padding: 8rem;
  padding: 2.5rem;
}

.about .row .content h3 {
  font-size: 3.5rem;
  color: var(--main-color);
  padding: 2rem 0;
}

.about .row .content p {
  font-size: 1.6rem;
  color: #444;
  line-height: 1.8;
  padding: 1rem 0;
}

/* info*** */

/**** INFO  ****/
.info {
  text-align: left;
  margin-top: 7rem;
  margin-bottom: 3rem;
}

.info h3 {
  font-size: 3.6rem;
  font-weight: normal;
  color: #333;
}

.info h4 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 400;
  padding: 1rem 0;
}

.info p {
  font-size: 1.7rem;
  color: #333;
  font-weight: 400;
  line-height: 1.8;
  text-transform: none;
  padding: 1rem 0;
}
.info p strong {
  font-size: 3rem;
}
.link {
  ...;
}
.info p span {
  color: var(--primary);
  text-transform: none;
}

/**** INFO  ****/

/* info*** */
/* SLIDER  */
.team {
  padding-top: 10rem;
}

.team-slider .slide {
  text-align: center;
  margin-top: 2rem;
}

.team-slider .slide .image {
  position: relative;
  height: 15rem;
  overflow: hidden;
}

.team-slider .slide .image img {
  width: 60%;
  height: 100%;
  object-fit: scale-down;
}

.team-slider .slide .image .share {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10rem;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.8);
}

.team-slider .slide:hover .image .share {
  bottom: 0;
}

.team-slider .slide .image .share a {
  font-size: 3rem;
  margin: 0 1rem;
  color: #fff;
}

.team-slider .slide .image .share a:hover {
  color: var(--hover);
}

.team-slider .slide .content h3 {
  padding-top: 1rem;
  font-size: 2rem;
  text-transform: capitalize;
  color: var(--primary);
}

.team-slider .slide .content span {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--span);
}

.swiper-button-next {
  color: var(--white);
  background: var(--primary);
  border-radius: 100%;
}

.swiper-button-prev {
  color: var(--white);
  background: var(--primary);
  border-radius: 100%;
}

/************************************************* FAQ ENDED  *****/

.faq .row {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.faq .row .image {
  flex: 1 1 40rem;
  text-align: center;
  display: grid;
  place-items: center;
}

.faq .row .image img {
  width: 65%;
}

.faq .row .content {
  flex: 1 1 40rem;
  padding: 0 3rem;
}

.accordion-container {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}

.accordion-container .accordion {
  width: 550px;
}

.accordion-container .accordion .accordion-header {
  width: 100%;
  background-color: #ffbe76;
  background-color: var(--primary);
  color: #fff;
  margin: 5px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.accordion-container .accordion .accordion-header .icon {
  display: inline-block;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #f0932b;
  background-color: white;
  color: var(--primary);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  text-align: center;
}

.accordion-container .accordion .accordion-header h3 {
  display: inline;
  font-size: 20px;
  color: white;
}

.accordion-container .accordion .accordion-body {
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #666;
  display: none;
}

.accordion-container .accordion .accordion-body p {
  font-size: 1.8rem;
}

.accordion-container .accordion:nth-child(1) .accordion-body {
  display: block;
}

/************************************************* FAQ ENDED  *****/

/* SERVICES  */

.services h2 {
  color: #6e6e70;
  text-align: center;
  font-size: 8rem;
  transform: translateY(20px);
  opacity: 0.1;
  padding-top: -20px;
}

.services h5 {
  font-weight: 700;
  transform: translateY(-65px);
}

.services .services-intro {
  text-align: center;
  margin-bottom: 4rem;
}

.services .services-intro h3 {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.services .services-intro h4 {
  font-size: 2rem;
  padding: 2rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.services .container .heading-content {
  padding: 0 4rem;
  padding: 50px;
  background-color: rgb(255 255 255 / 6%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}

.services .container .heading-div {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  padding: 1rem 0px;
  border-bottom: 1px solid var(--sub);
  margin-top: 3rem;
  list-style-type: disclosure-closed;
  text-align: start;
}

.services .container .heading-div:last-child {
  border-bottom: none;
}
.services .container .heading-div:nth-child(4) {
  list-style-type: none;
}

.services .container .heading-div .flex-icons {
  font-size: 4rem !important;
  margin-right: 1rem;
}

.services .container .heading-primary {
  text-align: start;
  font-size: 2.6rem;
  font-family: "Open Sans", sans-serif;
  margin-top: 2rem;
  font-weight: 500;
  color: var(--primary);
}

.services .container .services-provide {
  margin-top: 3rem;
  padding: 2rem 4rem;
}

.services .container .services-provide .provide-box {
  padding-bottom: 2rem;
}

.services .container .services-provide .heading-primary {
  text-align: left;
}

.services .container .services-provide .lead {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 1rem 0;
}
table,
th,
td {
  border: 1px solid black;
}
.main-color {
  color: var(--main-color);
  font-weight: bold;
  text-transform: uppercase;
}
/* SLIDER  */

/* ORDER  */
.order .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: var(--primary-color);
  padding-bottom: 3rem;
}

.order .box-container .box {
  flex: 1 1 41rem;
  padding: 2rem;
}

.order .box-container .box form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order .box-container .box form span {
  font-size: 2rem;
  padding: 1rem 0;
}

.order .box-container .box form input,
.order .box-container .box form textarea {
  padding: 1.2rem 1.4rem;
  font-size: 1.8rem;
  width: 100%;
  margin: 1rem 0;
  color: var(--black);
  border: var(--border);
}

.order .box-container .box form input:focus,
.order .box-container .box form textarea:focus {
  background: var(--main-color);
  color: var(--white);
}

.order .box-container .box form input:focus::placeholder,
.order .box-container .box form textarea:focus::placeholder {
  color: #ccc;
}

.order .box-container .box textarea {
  height: 20rem;
  width: 100%;
  resize: none;
}

.order .box-container .box iframe {
  height: 20rem;
  width: 100%;
}

.order .box-container .box .btn {
  width: 20%;
  text-align: center;
}

/**** FOOTER ****/

.footer::before {
  pointer-events: none;
}
.footer {
  background: var(--bg);
  text-align: center;
  margin-top: 8.5rem;
}

.footer h2 {
  color: #6e6e70;
  text-align: center;
  font-size: 80px;
  transform: translateY(20px);
  opacity: 0.1;
  padding-top: -20px;
}

.footer h5 {
  font-weight: 700;
  transform: translateY(-65px);
}

.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  text-transform: capitalize;
  font-size: 2.2rem;
  padding: 1rem 0;
}

.footer .box-container .box p {
  font-size: 1.4rem;
  line-height: 2;
  padding: 1rem 0;
}

.footer .box-container .box .share {
  margin-top: 1rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  border-radius: 10%;
  font-size: 1.7rem;
  margin-right: 1rem;
  text-align: center;
  background: var(--primary);
  color: var(--white);
}
.footer .box-container .box .share p .fab {
  color: var(--primary);
  margin-right: 1rem;
  font-size: 2rem;
}

.footer .box-container .box .link {
  font-size: 1.7rem;
  line-height: 2;
  padding: 0.5rem 0;
  display: block;
  text-decoration: underline;
  text-transform: lowercase;
}

.footer .box-container .box .link:hover {
  text-decoration: underline;
}

.footer .credit {
  text-align: center;
  margin-top: 2rem;
  padding-top: 3rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: var(--primary);
  border-top: 0.1rem solid var(--primary);
}

.footer .credit span {
  color: var(--primary);
}

/**** CONTACT  ****/

.contact .background {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
    url(../img03.jpg);
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  padding: 4rem 9%;
}
.contact .row form .inputBox label {
  font-size: 15px;
}
.contact .row form {
  flex: 1 1 52rem;
  padding: 2rem;
  padding: 8rem 5rem;
  border: 2px solid var(--white);
  box-shadow: var(--box-shadow);
  border-radius: 0.5rem;
}

.contact .row form h3 {
  font-size: 3rem;
  padding-bottom: 1rem;
  color: var(--primary);
}

.contact .row form .inputBox input,
.contact .row form textarea {
  padding: 1rem 1.2rem;
  border: var(--border);
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: var(--primary);
  margin: 0.8rem 0;
  width: 100%;
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
}

.contact .row .image {
  flex: 1 1 40rem;
  border: 2px solid var(--white);
  padding: 1.7rem;
  border-radius: 0.5rem;
  text-align: center;
  overflow: hidden;
}

/*** CONTACT  ****/
/**** FOOTER END *****/

/* SERVCES  */

.services h2 {
  color: #6e6e70;
  text-align: center;
  font-size: 8rem;
  transform: translateY(20px);
  opacity: 0.1;
  padding-top: -20px;
}

.services h5 {
  font-weight: 700;
}

.services .services-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.services .container .box-container .box .image img {
  width: 23%;
}
.services .services-intro h3 {
  font-size: 3.6rem;
  font-weight: 400;
  color: var(--black);
}

.services .services-intro h4 {
  font-size: 2rem;
  padding: 2rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--black);
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
}

.services .box-container .box {
  text-align: center;
  margin-top: 3rem;
}

.services .box-container .box:last-child {
  border-right: none;
}

.services .box-container .box h4 {
  font-size: 2.2rem;
  margin-top: 1.8rem;
  color: var(--black);
  font-weight: 400;
}

.services .box-container .box p {
  font-size: 1.5rem;
}

.services .box-container .box .icon {
  width: 6.5rem;
  height: 6.5rem;
  line-height: 6.5rem;
  font-size: 4rem;
  color: var(--white);
  background: var(--sub);
  border-radius: 100%;
  padding: 2rem;
  box-shadow: var(--box-shadow);
}

.services .box-container .box p {
  font-size: 1.7rem;
  color: var(--light-gray);
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
}

.services .box-container .box .flex-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.services .box-container .box .flex-box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  text-align: left;
}

.flex-icons {
  font-size: 3rem;
  margin-right: 1rem;
  background: var(--primary);
  border-radius: 100%;
  color: var;
  color: var(--white);
}

.services .box-container .box .flex-box .flex a {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
}
.services-icon {
  background: url(../img/products/right.png) no-repeat 0 0;
  background-size: cover;
  width: 25px;
  height: 25px;
  float: left;
  padding-right: 25px;
  margin-right: 10px;
}

/* MEDIA QUERY */

/**** 1200px MEDIA QUERRY  ****/
@media (max-width: 1200px) {
  .header {
    padding: 3rem 2rem;
  }

  .header.active {
    padding: 2rem;
  }

  section {
    padding: 2rem 2rem;
    padding-top: 6rem;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
  .contact .row .image img {
    display: none;
  }
  .home .slide .content h3 {
    font-size: 4rem;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background-color: var(--primary);
    border-top: var(--border);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    padding: 2rem 4rem;
  }
  .header .navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .header .navbar a {
    display: block;
    margin: 2rem;
    color: var(--white);
  }
  .header .navbar.active a {
    color: var(--white);
  }
  .header {
    padding: 2rem;
  }
  .header a img {
    width: 40%;
  }

  #menu-btn {
    display: inline-block;
  }

  .fa-times {
    transform: rotate(180deg);
  }

  .about .row {
    padding: 1rem 2rem;
  }
}

/**** 768px MEDIA QUERRY  ****/
@media (max-width: 768px) {
  .services .container .heading-div {
    font-size: 15px;
  }
}

/**** 450px MEDIA QUERRY  ****/
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .home h1 {
    font-size: 6rem;
  }
  .accordion-container .accordion {
    width: 300px;
  }
  .showcase-text .text-3 {
    font-size: 3rem;
  }
  .accordion-container .accordion .accordion-header .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
