@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

/* header */
header,
section {
  overflow: hidden;
}

.header-home {
  background-image: url(/img/cover.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.navbar {
  padding: 1rem 8rem;
}

.navbar .navbar-brand {
  font-size: 1.4em;
  font-weight: 700;
}

#navbarSupportedContent > ul > li:nth-child(n) > a {
  color: #fff;
  font-size: 1.1em;
  padding: 0 1.2em;
}

#navbarSupportedContent > ul > li:nth-child(n) > a:hover {
  color: #e55039;
}

#navbarSupportedContent > button {
  background: #e55039;
  color: black;
  font-weight: 500;
  padding: 0.4em 1.5em;
  font-size: inherit;
  border-radius: 40px;
  transition: all 1s ease;
  transform: scale(1);
}

#navbarSupportedContent > button:hover {
  transform: scale(1.1) perspective(1px);
}

header .container {
  padding: 35vmin 1vmin;
  padding-bottom: 35vmin;
}

header .hero p {
  width: 60%;
  font-size: 1em;
  letter-spacing: 0.2px;
  padding-bottom: 0.8em;
}

header .hero .btn {
  background: #e55039;
  border: none;
  font-weight: 500;
  padding: 0.4em 1.5em;
  font-size: inherit;
  border-radius: 40px;
  text-decoration: none;
  transition: all 1s ease;
  transform: scale(1);
}

header .hero .btn:hover {
  transform: scale(1.1) perspective(1px);
}

/* .about-section */
.about-section {
  background: #e8eae6;
}

.about-section .about-descp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
}

.about-section .about-descp h6 {
  color: #e55039;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 2px;
}

.about-section .about-descp h2 {
  color: black;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.5px;
}

.about-section .about-descp p {
  color: black;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.5px;
}

.about-section .about-descp .about-btn {
  color: #e55039;
  font-size: 0.95em;
  text-decoration: underline;
  transition: all 1s ease-in-out;
}

.about-section .about-descp .about-btn:hover {
  letter-spacing: 2px;
}

.about-section .about-img {
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

/* services-section */

.services-section .services-heading {
  position: relative !important;
}

.services-section .services-heading::after {
  position: absolute !important;
  content: "";
  width: 100px;
  height: 4px;
  background: #e55039;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-section .services-heading:hover:after {
  width: 20%;
  background: #e55039;
}

.services-section .service-item .card {
  overflow: hidden;
}
.services-section .service-item .card img {
  transition: transform 0.5s ease-in-out;
}

.services-section .service-item .card:hover img {
  transform: scale(1.1);
}

.services-section .service-body {
  background-color: rgb(245, 245, 240);
  padding: 15px;
  padding-bottom: 10px;
  width: 90%;
  transform: translate(5%, -25%);
  font-size: 0.9em;
}

/* contact section */
.contact-section {
  background-color: #ee9617;
  background-image: linear-gradient(315deg, #ee9617 0%, #fe5858 74%);
}

.contact-section h1 {
  font-size: 1.8em;
}

.contact-section .btn {
  background: #e7e5e5;
  border: none;
  font-weight: 500;
  padding: 0.4em 1.5em;
  font-size: inherit;
  border-radius: 40px;
  text-decoration: none;
  transition: all 1s ease;
  transform: scale(1);
  letter-spacing: 1px;
}

.contact-section .btn:hover {
  transform: scale(1.1) perspective(2px);
}

/* footer */
footer {
  color: rgb(230, 225, 225);
  background: #3b3f47;
}

footer .fab {
  font-size: 20px;
}

footer .fab:hover {
  color: #e55039;
  cursor: pointer;
}

.footer-copyright a {
  text-decoration: none;
  color: whitesmoke;
}

/* sticky navbar */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #3b3f47;
  z-index: 9999;
  transition: all 1.5s ease;
}

@media screen and (max-width: 700px) {
  .navbar {
    padding: 1em;
  }

  #navbarSupportedContent > ul {
    padding-left: 0.8em;
  }

  #navbarSupportedContent > ul > li:nth-child(n) > a {
    padding: 0.5em 0;
  }

  #navbarSupportedContent > button {
    background: #e55039;
    color: black;
    font-weight: 500;
    padding: 0.4em 1em;
    border-radius: 40px;
    transition: all 1s ease;
    transform: scale(1);
  }

  header .hero h2 {
    font-size: 2.5rem;
  }

  header .hero .btn {
    font-size: 1rem;
  }
}

/* about page */
.about-page-body {
  background: #e8eae6;
}

.about-header {
  background-color: #bdd4e7;
  background-image: linear-gradient(315deg, #b5cadb 0%, #8693ab 74%);
}

.about-header-body {
  width: 50%;
}

.mission-section .mission-heading {
  position: relative !important;
}

.mission-section .mission-heading::after {
  position: absolute !important;
  content: "";
  background-color: #e55039;
  width: 100px;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0;
  bottom: -10px;
}

.mission-descp {
  font-size: 1.2em;
}

.team-section {
  background: #f1f2f6;
}

.team-heading h3 {
  letter-spacing: 1px;
  font-size: 1.8em;
  font-weight: 400;
}

.team-member {
  background: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.team-member .team-photo {
  background: #fff;
  min-height: 200px;
  margin: 0 auto;
  padding: 24px 24px 32px 24px;
}

.team-member .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-member .team-attrs {
  padding: 2px 16px 16px 16px;
  color: #303030;
}

.team-member .team-attrs .team-name {
  font-size: 21px;
}

.team-member .team-attrs .team-position {
  font-size: 12px;
  letter-spacing: 2px;
  color: #a7a7a7;
}

.team-member .team-content {
  color: #303030;
  opacity: 0.8;
  padding: 16px 24px 40px 24px;
}

.team-member:hover {
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2);
}

.item-wrap {
  margin-bottom: 30px;
}

figure {
  position: relative;
  overflow: hidden;
  text-align: center;
}

figure img {
  position: relative;
  opacity: 1;
}

figure.effect-zoe {
  margin: 0;
  width: 100%;
  height: auto;
  min-width: 200px;
  max-height: none;
  max-width: none;
  float: none;
}

figure.effect-zoe img {
  display: inline-block;
  opacity: 1;
}

/* services page */
.services-page-body {
  background: #e8eae6;
}

.services-main-area {
  padding: 5%;
}

.services-header {
  background: #3b3f47;
}

.services-page .services-img {
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.services-page .services-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
}

.services-page .services-heading h2 {
  color: black;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.5px;
}

.services-page .services-heading p {
  color: black;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.5px;
}

.services-page-body .service-items {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
}

.service-items .container .row h6 {
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 2px;
  font-family: inherit;
  font-weight: 600;
}

.service-items .container .row p {
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 300;
}

@media screen and (max-width: 760px) {
  .services-page .services-img {
    display: none;
  }

  .services-page-body .service-items {
    display: flex;
    display: -webkit-flex;
  }

  .service-items > .service-item-descp {
    order: 1;
    -webkit-order: 1;
  }

  .service-items > .service-item-img {
    order: 2;
    -webkit-order: 2;
  }
}

/* contact page */
.contact-page-body {
  background: #e8eae6;
}

.contact-header {
  background: #3b3f47;
}

.contact .contact-body .contact-info {
  padding: 2em;
  background-color: #ff4e00;
  background-image: linear-gradient(315deg, #ff4e00 0%, #ff9205 80%);
  border-radius: 10px;
  width: 80%;
}

.contact .contact-body .contact-info-title h6 {
  font-size: 1.3em;
  font-weight: 500;
}

.contact .contact-body .contact-info-title p {
  font-size: 0.9em;
  font-weight: 300;
}

.contact .contact-body .contact-info-body {
  padding: 0.8em 0;
  font-weight: 300;
}

.contact .contact-body .contact-info-body .fa {
  padding-bottom: 0.4em;
  font-size: 1.2em;
}

.contact .contact-body .contact-form-body {
  background: #f1f2f6;
  border-radius: 10px;
}

.contact .contact-body .contact-form form .btn {
  background: #ff4e00;
  color: #f1f2f6;
  border: none;
  font-weight: 500;
  padding: 0.4em 1.5em;
  font-size: inherit;
  border-radius: 40px;
  text-decoration: none;
  transition: all 1s ease;
  transform: scale(1);
  letter-spacing: 1px;
}

.contact .contact-body .contact-form form .btn:hover {
  transform: scale(1.1) perspective(2px);
}
