/* fonts */

:root {
  --heading-font: "Poppins", sans-serif;
  --body-font: "Quicksand", sans-serif;
  --primary: #ffffff;
  --secondary: #f2a55a;
  --secondary-saturated: #f48549;
  --tertiary: #fcf7ec;
  --dark: #153143;
  --light-dark: #284a63;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: var(--body-font);
  background-color: var(--primary);
}

img {
  width: 100%;
  max-width: 100%;
}
/* /////////////////////////////////////////////////////////////////// */
/* navbar and header */

.main-navbar {
  min-height: 100px;
}

.navbar-toggler {
  right: 1em;
  top: 29px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.nav-wrap {
  margin-top: 5px;
}

.nav-link {
  font-family: var(--heading-font);
  font-weight: 500;
}

#logo {
  width: 154px;
  padding-bottom: 10px;
  margin-inline: auto;
}

#logo img {
  max-width: 96%;
}
/* /////////////////////////////////////////////////////////////////////// */
/* home page */
/* /////////////////////////////////////////////////////////////////////// */
/* home hero */

.home-hero{
  background: var(--secondary);
  padding: 50px 2em 0;
}
.home-hero h1{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.home-hero p{
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
}
.home-hero-text-wrap{
  height: 225px;
  margin-bottom: 25px;
}
.home-hero-btn:visited,
.home-hero-btn{
  color: var(--primary);
}
.home-hero-btn:hover{
  color: gray;
}
.home-hero-btn{
  padding: 10px 30px;
  border-radius: 2em;
  background: var(--dark);
  font-size: 15px;
  width: fit-content;
}
.home-banner-img-wrap{
  margin: 0 auto 1em;
  max-width: 550px;
}
/* /////////////////////////////////////////////////////////////////////// */
/* services */
.our-services{
  height: 567px;
  background: var(--dark);
  padding: 65px;
}
.our-services h2, h3{
  color: var(--secondary);
  text-transform: capitalize;
}
.our-services h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
.our-services h3, ul{
  margin-left: -30px;
}
.services-list{
  color: var(--primary);
}
.services-list::after{
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background: var(--secondary);
  margin-top: 7px;
}

.projects-banner{
  padding: 2em;
  background: var(--secondary-saturated);
}
.projects-banner h2{
  color: var(--primary);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.projects-banner p{
  text-align: center;
  font-size: 15px;
}

.testimonials{
  height: 500px;
  text-align: center;
}
.testimonials h2{
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-top: 2em;
  margin-bottom: 0;
}
.stars{
  justify-content: center;
  margin-top: 65px;
}
.stars img{
  width: 40px;
}

.testimonials .carousel blockquote:first-of-type{
  font-size: 15px;
  font-weight: 700;
}











/* /////////////////////////////////////////////////////////////////////// */
/* about page */
/* /////////////////////////////////////////////////////////////////////// */
/* hero */

.hero {
  background-color: var(--secondary);
}

.hero-text-wrap {
  padding: 38px 27px 32px 42px;
}

.hero-title {
  margin-top: 5px;
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
}

.hero-text {
  width: 86%;
  color: var(--primary);
  font-size: 12px;
  line-height: 18px;
  margin-top: 18px;
  margin-left: 2px;
  letter-spacing: 0.16px;
}
/* /////////////////////////////////////////////////////////////////////// */
/* team section */

.team-title {
  text-align: center;
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin: 42px 0;
}

.team-member-wrap {
  background: var(--tertiary);
}
.team-member-wrap:nth-of-type(2) {
  padding-top: 38px;
}
.team-member-wrap:nth-of-type(3) {
  padding-top: 15px;
}
.team-member-wrap:nth-of-type(4) {
  padding-top: 36px;
  padding-bottom: 58px;
}

.team-img-wrap {
  width: 172px;
  height: 172px;
  min-width: 172px;
  min-height: 172px;
  margin-top: 50px;
  background: red;
  border-radius: 50%;
  overflow: hidden;
}

.team-text-wrap p {
  font-size: 12px;
  line-height: 150%;
}

.job-title {
  font-size: 16px;
  line-height: 25px;
  color: var(--secondary);
  margin-top: -4px;
  font-weight: 500;
}

.name {
  font-size: 20px;
  line-height: 25px;
}

/* /////////////////////////////////////////////////////////////////////// */
/* values section */
.values {
  height: 495px;
}

.values-heading {
  font-family: var(--heading-font);
  color: var(--light-dark);
  font-size: 30px;
  padding-top: 40px;
  font-weight: 700;
  text-align: center;
}

.value-img-wrap {
  width: 70px;
}

.value-img-wrap h4 {
  margin-top: 5px;
}

.value-heading {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.value-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 11px;
}

/* /////////////////////////////////////////////////////////////////////// */
/* footer section */

footer {
  background-color: var(--dark);
  color: #fff;
  padding: 38px 47px 2.5em;
  font-size: 16px;
}

.footer-section {
  border-bottom: 0.5px solid var(--secondary-saturated);
}

.reach-us-section {
  padding-bottom: 7px;
}
.socials-section {
  padding-top: 25px;
  padding-bottom: 10px;
}

.footer-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 37px;
  border-bottom: 0.5px solid var(--secondary-saturated);
}

.footer-section-heading {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.footer-section-heading,
.footer-heading {
  color: var(--secondary);
}

.footer-section {
  padding-bottom: 6px;
}

.location {
  padding-top: 1px;
}

.reach-us {
  padding-top: 4px;
}

.reach-us-mail {
  margin-top: 12px;
}

.reach-us-tel {
  margin-top: 9px;
}

.footer-text {
  padding-top: 5px;
  margin-bottom: 4px;
}

.socials {
  padding-top: 19px;
}

.social-icon {
  width: 27px;
}

.social-links {
  margin-top: -6px;
  margin-left: -1px;
  width: 48%;
  padding-bottom: 7px;
}

.footer-logo {
  width: 104px;
  margin-top: 18px;
  margin-bottom: 25px;
}

.footer-links a {
  font-size: 10px;
}

/* @media (min-width: 768px) {
  .hero-text {
    font-size: 32px;
    line-height: 48px;
  }
} */

@media (min-width: 992px) {
  .value-wrap {
    width: 272px;
  }
  .social-links {
    width: 20%;
    min-width: 300px;
}
}

@media (min-width: 1200px){
  #logo {
    width: 312px;
    padding-bottom: 10px;
    margin-left: 139px;
    padding-left: -10px;
    margin-inline: none;
}
.nav-link{
  font-size: 35px;
}
.navbar-nav{
  width: 405px;
    margin-right: 115px;
}
.hero-title{
  font-size: 64px !important;
}
.hero-text {
  font-size: 32px;
  line-height: 48px;
}
.home-hero{
  padding: 50px 2em 219px;
}
.home-hero p{
  font-size: 35px;
  line-height: 1.5;
}
.home-hero-text-wrap{
  height: auto;
}
.hero-text-wrap{
  padding: 135px 29px 95px 190px;
}
.home-hero-text-wrap {
  padding: 222px 29px 32px 190px;
}
.home-hero-text-wrap {
  width: 800px;
  min-width: 800px;
}
.home-banner-img-wrap{
  margin: 190px 183px 1em;
  min-width: 550px;
}
.home-hero-btn,
.services-list{
  font-size: 35px;
}
.team-title{
  font-size: 64px;
  margin-top: 120px;
}
.team-member-wrap{
  background: transparent;
  width: 86%;
  margin: -35px auto;
  margin-bottom: 55px;
}
.team-member-wrap:nth-of-type(2){
  margin-top: 5px;
}
.team-member-wrap:nth-of-type(3){
  margin-top: 15px;
  padding-top: 60px;
}
.team-member-wrap:last-of-type{
  margin-top: 82px;
}
.team-img-wrap{
  width: 400px;
  height: auto;
  margin-right: 50px;
}
.team-text-wrap{
  background: var(--tertiary);
  flex: 1;
  height: 400px;
  padding: 0 3em;
  border-radius: 2em;
}
.team-text-wrap p {
  font-size: 20px;
  line-height: 30px;
}
.title-wrap h3.name{
  font-size: 32px;
  margin-top: 75px;
  
}
.title-wrap h3.job-title{
  font-size: 24px;
  margin-top: 20px;
}
.values-heading{
  font-size: 64px;
  padding-top: 65px;
}
.values{
  width: 66%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 11em;
}
.value-img-wrap {
    width: 263px;
}
.value-heading{
  font-size: 32px;
  margin-top: 68px;
}
.value-desc{
  font-size: 24px;
  text-align: center;
  margin-top: 28px;
}

h2.section-heading{
  font-size: 64px;
}
h3.service-list-heading{
  font-size: 45px;
}

.hero-text-wrap h1{
  font-size:64px;
}
.projects-banner{
  padding: 10em 34em 5em;
}
.projects-banner p{
  font-size: 35px;
}
.testimonials{
    height: 712px;
}
.testimonials h2{
  margin-top: 2.5em;
}
/* .quote-wrap{
  width: 65vw;
  margin: 0 auto;
} */
.testimonials .carousel blockquote:first-of-type {
    font-size: 40px;
    width: 50%;
    margin: 0 auto;
    font-weight: 500;
    padding-bottom: 1em;
}
.testimonials .carousel blockquote:last-of-type {
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    font-weight: 400;
}

.stars img{
  width: 90px !important;
}

.our-services{
  padding-bottom: 41em;
  padding-top: 17em;
}

footer{
  padding-left: 220px;
  height: 1193px;
  position: relative;
  line-height: 1.2;
}
footer h2{
  padding-top: 170px;
  padding-bottom: 15px !important;
}
.footer-heading{
  padding-bottom: 0;
  font-size: 64px;
}
.footer-section{
      margin-left: 437px;
}
.footer-section h3{
  font-size: 45px;
  margin-bottom: 50px;
  padding-top: 16px;
}
.footer-section p{
  font-size: 40px;
}
.footer-links{
  padding-left: 51%;
  padding-top: 7em;
}
.footer-links a {
  font-size: 20px;
}
.footer-text {
    margin-bottom: 57px;
    font-size: 40px;
}
.social-icon {
    width: 85px;
}
#contact{
  padding-top: 0;
}
.footer-logo{
  position: absolute;
  width: 227px;
  margin-top: 93px;
  bottom: 2em;
  left: 14em;
}

#logo{
  margin-left: 214px;
}
.navbar-collapse{
  padding-right: 4em;
}

/*hover shtuff*/
.project-wrap{
  position: relative;
}
.project-wrap::before,
.project-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}
.project-wrap::before{
  background: rgba(45, 45, 45, 0.0);
  transition: 0.5s ease;
}
.project-wrap::after{
  content: attr(data-title);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 64px;
  font-family: var(--heading-font);
  text-align: center;
}

.project-wrap:hover::before,
.project-wrap:hover::after {
  visibility: visible;
}
.project-wrap:hover::before {
  background: rgba(45, 45, 45, 0.8);
}