      @import url("buttons.css");
      @import url("nav.css");
      @import url("components.css");
      @import url("animations.css");

        :root{
            --dark-green: #395144;
            --light-green: #4E6C50;
            --dark-brown: #AA8B56;
            --light-brown: #F0EBCE;
            font-size: 16px;
            font-family: 'Times New Roman', Times, serif !important;
            }

          /* GLOBAL   */

          h1{
            font-size: 3.5em;
          }

          h2{
              font-size: 3rem;
              color: var(--dark-green)
            }

            h3 {
              font-size: 1.5rem;
            }

            @media (max-width: 991px){
              h1{
                font-size: 2.5em;
              }

              h2{
                font-size: 2em;
              }

              h3{
                font: 1.5em;
              }
            }

            li{
              font-size: 1.25em;
            }

             /* heading*/

          .heading{
              background: var(--light-brown);
              height: 250px;
              color: var(--dark-green);
              text-align: center;
              padding-top: 50px;
          }

          .heading p{
            padding: 20px 200px;
          }

          @media (max-width: 991px){

            .heading h1 {
              font-size: 3rem;
            }

            h2{
              font-size: 2rem
            }

            h3 {
              font-size: 1.5rem;
            }
          }


          /* Layout */
            .body-section{
              margin: 0 5em;
            }

            .body-narrow{
              margin: 0 20em;
            }

            @media (max-width: 991px){
              .body-section{
              margin: 0em;
              }
              .body-narrow{
              margin: 0 2em;
              }
            }



          /*banner*/

          .header{
            display: flex;
            background: var(--light-brown);
            padding: 0px 50px 100px 50px;
            min-height: 80vh;
            align-items: center;
          }

          .intro{
            width: 50%
          }

          .intro-image {
            width: 50%;
            overflow: hidden;
          }

          .intro-image img{
            max-width: 100%;
            height: auto;
            display: block;
          }

          .intro-text {
            padding: 25px 50px 0px 0;

          }

          p{
              font-size: 1.25em;
            }

          .intro-text h1{
            color: var(--dark-green);
            font-weight: 700;
          }

          .intro ul {
            list-style: none;
          }

          .intro li {
            font-size: 20px;
            color: white;
          }

          @media (max-width: 991px) {
            .header{
              flex-direction: column;
              align-items: center;
              padding: 0;
              width: 100%;
              min-height: 0;
            }

            .intro{
              width: 100%;
            }

            .intro-text{
              padding: 0px;
            }

            .intro-image{
              display: none;
            }
          }


          /*Services*/

          .services ul li,
          .services h3 {
            color: #395144;
          }

          .service-items {
            display: flex;
            justify-content: center;
            margin-top: -5em;
            gap: 37px;
          }

          .service-card {
            display: flex;
            flex-direction: column;
            background: white;
            padding: 4em 0 0 0;
            width: 500px;
            height: auto;
            /* margin: 0 1em; */
            box-shadow: 2px 8px 15px -6px #000000;
          }

          .service-card + .card-body + button {
              margin-right: 20px;
          }

          .card-title {
            text-align: center;
            padding: 0.5em 0;
            margin: 0 10px;
          }

          .card-body {
            display: flex;
            flex-direction: column;
          }

          .card-body p {
            padding: 1em 3em;
          }

          li.list-group-item {
            font-size: 20px;
            line-height: 3em;
          }

          .services > section {
              margin: 5em;
              position:relative;

          }

          @media (max-width:991px){
            .service-items{
              flex-direction: column;
              align-items: center;
            }

            .service-card{
              width: 85%;
            }

            .service-items {
            display: flex;
            justify-content: center;
            margin-top: 2em;
            gap: 37px;
          }

          .card-body p {
            padding: 0 2em;
            text-align: center;
          }


          }

          /* services pills */


          .nav-pills .nav-link{
            font-size: 25px;
            text-align: left;
            background-color: white;
            color: var(--dark-brown);
            opacity: 50%;
            width: 300px;

          }

          .nav-pills .nav-link.active {
            font-size: 30px;
            background-color: white;
            color: var(--dark-green);
            opacity: 100%;
            padding: 0;
          }


          /* services carousel  */
          .carousel-control-prev{
            justify-content: start;
          }

          .carousel-control-next{
            justify-content: end;
          }

          .carousel-prev-icon {
            width: 25px;
            height: 25px;
            color: black;
            border-bottom: 1px solid black;
            border-left: 1px solid black;
            transform: rotate(45deg);
          }

          .carousel-next-icon{
            width: 25px;
            height: 25px;
            color: black;
            border-top: 1px solid black;
            border-right: 1px solid black;
            transform: rotate(45deg);
           }

          .carousel-img{
            text-align: center;
          }

          /* Get Started page */
          .form-label .text-danger {
            vertical-align: middle;
            margin-left: 2px;
          }

          .form-label{
            color: var(--dark-green)
          }

          /*Methodology*/

          /* .methodology {
            position: relative;
          } */

          .methodology .flex {
            flex-wrap: wrap;
            justify-content: space-evenly;
          }

          .card .card-body ul {
            list-style: none;
          }

          .card {
            margin: 1em;
          }

          .card-image {
            margin: 0 auto;
            text-align: center;
            justify-content: center;
            display: flex;
          }

          /*WORK*/

          .work {
            position: relative;
            color: #395b64;
          }

          .work-examples {
            max-width: 1100px;
            margin: 0 auto;
          }

          .work-item {
            display: flex;
            background-color: white;
            padding: 2em;
            border-radius: 20px;
          }

          .work-text {
            width: 75%;
            margin: 0 3em;

          }

          .work-image{
            align-content: center;
            width: 25%;
          }

          @media (max-width: 991px){
            .work-item{
              flex-direction: column;
              margin: 0;
              padding: 0 2em;
            }

            .work-text{
              width: 100%;
              margin: 0;
              text-align: center;
            }

            .work-text h3{
              text-align: center;
            }

            .work-image{
              width: 100%;
            }

            .work-image img{
              margin: 3em auto;

            }
          }

          /*SERVICES PAGE*/

          .service{
            display: flex;
            height: 700px;
          }



          .color-block{
            width: 50%;
            background-color: var(--dark-green)
          }

          .service-text{
            width: 50%;
            box-sizing: border-box;
            margin-top: 92px;
            padding: 0px 100px;
          }

          /* FOOTER */

          footer{
            background-color: var(--dark-green);

            h2{
                font-size: 30px;
                color: white;
            }

            p{
              font-size: 20px;
              color: white;
              font-weight: 100;
            }

            a{
              color: var(--light-brown);
              text-decoration: none;
              font-size: 20px;
            }

            a:hover{
              color: var(--dark-brown);
              /* text-decoration: underline; */
            }
          }

          @media (max-width: 991px){
            footer{
              flex-direction: column;
            }
          }


        /* FORM  */

        form{
          label{
            color: white;
            font-weight: 600;
          }
        }

        /* Quote */

        blockquote{
          display: flex;
          align-items: center;
          padding: 0 10em;

          p{
            font-size: 30px;
            font-style: italic;
            font-weight: 100;
          }

          img{
            margin: 1em;
          }
        }