@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
.green-clr {
  color: #4D937E;
  font-weight: bold; }

.yellow-text {
  color: #F5E389;
  font-style: italic; }

.italic-style {
  font-style: italic; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Noto Serif', serif; }

.navbar {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background-color .7s ease; }
  @media (max-width: 992px) {
    .navbar {
      background-color: rgba(20, 20, 20, 0.8); } }
  @media (max-width: 450px) {
    .navbar .brand-lg {
      display: none; } }
  @media (min-width: 450px) {
    .navbar .brand-xs {
      display: none; } }
  .navbar .dropdown-toggle .fa-angle-down {
    font-size: 20px;
    margin-left: 10px;
    transition: .7s ease-in; }
  .navbar .dropdown-toggle::after {
    display: none; }
  .navbar .navbar-toggler {
    border: none; }
    .navbar .navbar-toggler:focus {
      outline: none; }
  .navbar .hamburger {
    color: #fff;
    font-size: 30px; }
  .navbar .dropdown-menu {
    position: absolute; }
  .navbar .dropdown:hover > .dropdown-toggle .fa-angle-down {
    transform: rotateY(360deg); }

.navbar-collapse {
  padding-top: 11px; }
  @media (max-width: 992px) {
    .navbar-collapse {
      padding-top: 0px; } }
  .navbar-collapse .nav-link {
    color: #F5E389 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    transition: .2s ease-in; }
    .navbar-collapse .nav-link:hover {
      color: #fff !important; }
    @media (max-width: 992px) {
      .navbar-collapse .nav-link {
        margin-left: 0px;
        padding-top: 2px; } }
  .navbar-collapse .order {
    color: #fff !important;
    text-transform: initial;
    position: relative;
    line-height: 15px; }
    .navbar-collapse .order::before {
      content: "";
      position: absolute;
      height: 17px;
      width: 2px;
      background-color: #727272;
      left: -5px;
      top: 10px; }
      @media (max-width: 992px) {
        .navbar-collapse .order::before {
          height: 2px;
          width: 40px;
          top: -4px;
          left: 0px; } }
    .navbar-collapse .order .checkout {
      color: #86989b;
      font-size: 10px;
      transition: .2s ease-in; }
    .navbar-collapse .order .checkout-arrow {
      font-size: 10px;
      margin-left: 3px;
      color: #fff !important;
      transition: transform .7s ease-in; }
    .navbar-collapse .order:hover > .checkout {
      color: #F5E389; }
    .navbar-collapse .order:hover > .checkout-arrow {
      transform: rotateX(360deg); }
  .navbar-collapse .active-link {
    color: #fff !important; }
  @media (max-width: 992px) {
    .navbar-collapse .nav-item:first-child {
      margin-top: 15px; } }

.scrolled {
  background-color: rgba(20, 20, 20, 0.8); }

.primary-btn {
  display: flex;
  align-items: center;
  margin: 50px auto 0 auto;
  padding: 15px 35px;
  background: transparent;
  border: 2.5px solid #F5E389;
  border-radius: 7px;
  color: #F5E389;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  transition: .2s ease-in;
  font-family: 'Noto Serif', serif;
  letter-spacing: 1.3px; }
  .primary-btn i {
    font-size: 17px;
    margin-left: 10px;
    transition: transform .7s ease-in; }
  .primary-btn:hover {
    color: #4D937E;
    border-color: #4D937E; }
  .primary-btn:hover > i {
    transform: rotateY(360deg); }

.title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px; }

.subtitle {
  text-align: center;
  font-size: 17px;
  font-weight: 500; }

.hero {
  height: 100vh;
  display: flex;
  background-image: url(../../assets/home-1.jpg);
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: .7s ease-in; }
  @media screen and (max-width: 767px), screen and (max-height: 640px) {
    .hero {
      padding: 450px 0px; } }
  .hero .carousel-inner {
    color: #fff;
    text-align: center;
    margin-top: 100px; }
    .hero .carousel-inner .icons-xs {
      display: none; }
      @media (max-width: 767px) {
        .hero .carousel-inner .icons-xs {
          display: block;
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .hero .carousel-inner .icons-xl {
        display: none; } }
    .hero .carousel-inner .hero-header {
      margin-bottom: 50px;
      font-weight: initial;
      font-size: 45px; }
    .hero .carousel-inner .hero-text {
      font-size: 17px;
      font-weight: initial; }
      .hero .carousel-inner .hero-text:last-of-type {
        margin-bottom: 10px; }
  .hero .carousel-indicators {
    margin: 95px; }
    .hero .carousel-indicators li {
      width: 12px;
      height: 12px;
      border-radius: 50%; }
  .hero .signature {
    margin-bottom: 50px; }

.preview {
  background-color: #2F3A3E; }
  .preview .preview-block {
    text-align: center;
    margin: 40px 0px;
    padding: 0px 30px; }
    .preview .preview-block:nth-of-type(2) {
      border-left: 1px solid #475256;
      border-right: 1px solid #475256; }
      @media (max-width: 767px) {
        .preview .preview-block:nth-of-type(2) {
          border: none; } }
    .preview .preview-block p {
      color: #fff;
      font-size: 13px;
      margin: 25px 0px 0px 0px;
      font-weight: 500; }
    .preview .preview-block img {
      transition: .5s ease-in; }
    .preview .preview-block:hover > img {
      transform: translateY(-10px); }

.services {
  background-color: #F0EEE1;
  padding: 60px 0px; }
  .services .services-title {
    color: #2F3A3D; }
  .services .services-subtitle {
    color: #6e9182;
    margin-bottom: 50px; }
  .services .services-block {
    padding: 30px 15px 50px 15px;
    margin-bottom: 30px;
    height: 300px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.75);
    transition: .2s ease-in; }
    .services .services-block:hover {
      transform: scale(1.04); }
    .services .services-block .block-title {
      font-size: 17px;
      font-weight: bold;
      margin-top: 30px;
      color: #31383B; }
    .services .services-block .block-text {
      font-size: 14px;
      font-weight: 400; }

.contact {
  background-color: #32A773;
  padding: 60px 0px; }
  .contact .contact-title {
    color: #fff; }
  .contact .contact-subtitle {
    color: #bedacd; }
  .contact .contact-call-email {
    display: flex;
    margin: 70px 0px 25px 0px; }
    .contact .contact-call-email img {
      height: 27px; }
    .contact .contact-call-email h5 {
      font-size: 27px;
      color: #F5E776;
      font-weight: bold;
      margin-left: 10px; }
  .contact .call-num {
    color: #fff;
    font-weight: 500; }
    .contact .call-num .number {
      color: #1A4632;
      font-weight: bold; }
  .contact form {
    display: flex;
    flex-direction: column; }
    .contact form .inputs {
      margin-bottom: 20px;
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #fff;
      padding: 10px 20px; }
      .contact form .inputs:focus {
        outline: none; }
      .contact form .inputs::placeholder {
        color: #fff;
        font-family: 'Noto Serif', serif;
        font-size: 12px; }
      .contact form .inputs:last-of-type {
        margin-bottom: 0px; }
    .contact form .name-input, .contact form .email-input {
      max-width: 350px; }
    .contact form .contact-btn {
      margin-left: 0; }
      .contact form .contact-btn img {
        margin-left: 10px; }
      .contact form .contact-btn:hover {
        color: #fff;
        border-color: #fff; }
  @media (max-width: 767px) {
    .contact .contact-call-email {
      justify-content: center; }
    .contact .call-num {
      text-align: center; }
    .contact .contact-call-email {
      justify-content: center;
      margin-top: 20px; }
    .contact form {
      align-items: center; }
      .contact form input {
        width: 60%; }
      .contact form .contact-btn {
        margin: 30px auto 0px auto; } }

.about {
  background-image: url(../../assets/about-us-background.jpg);
  background-size: cover;
  background-position-y: 80px;
  background-attachment: fixed;
  padding: 70px 0px 90px 0px;
  color: #fff; }
  @media (max-width: 767px) {
    .about {
      text-align: center; } }
  .about .about-row {
    margin-top: 30px; }
  .about .about-title {
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase; }
  .about .about-text {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.7; }
  .about .about-bottom {
    display: flex;
    justify-content: space-between; }
    .about .about-bottom .sincerely p {
      padding: 0;
      margin: 0px 0px 3px 0px;
      font-size: 13px;
      font-style: italic; }
    @media (max-width: 450px) {
      .about .about-bottom {
        flex-direction: column; } }
  .about .about-btn {
    margin: 0; }
    .about .about-btn:hover > i {
      transform: rotateX(360deg) !important; }
    @media (max-width: 450px) {
      .about .about-btn {
        display: block;
        margin: 50px auto 0 auto;
        padding: 15px 35px; } }

.footer {
  padding: 60px 0px;
  font-weight: 500;
  font-size: 13px; }
  @media (max-width: 992px) {
    .footer {
      padding: 40px 0px; } }
  @media (max-width: 369px) {
    .footer {
      text-align: center; } }
  .footer .footer-links {
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .footer .footer-links {
        flex-direction: column;
        justify-content: center; } }
    .footer .footer-links p {
      margin-bottom: 0px; }
      @media (max-width: 992px) {
        .footer .footer-links p {
          margin-bottom: 10px; } }
    .footer .footer-links a {
      padding-left: 17px;
      margin-left: 17px;
      text-decoration: none;
      border-left: 2px solid #b9b9b9;
      line-height: 14px; }
      @media (max-width: 992px) {
        .footer .footer-links a {
          border: none;
          margin: 6px 0px;
          padding-left: 0px; } }
    .footer .footer-links .footer-link {
      color: #000; }
      .footer .footer-links .footer-link:hover {
        color: #000;
        text-decoration: underline; }
    .footer .footer-links .terms:hover {
      color: #4D937E;
      text-decoration: underline; }
  .footer .footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0px; }
    @media (max-width: 992px) {
      .footer .footer-social {
        justify-content: center;
        margin: 0;
        padding: 0; } }
    .footer .footer-social p {
      margin-bottom: 0px; }
      @media (max-width: 992px) {
        .footer .footer-social p {
          display: none; } }
    .footer .footer-social a {
      text-decoration: none; }
    .footer .footer-social i {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      width: 30px;
      height: 30px;
      transition: .1s ease-in; }
    .footer .footer-social .fa-facebook-f {
      margin: 0 5px 0 15px;
      color: #3A5997; }
      .footer .footer-social .fa-facebook-f:hover {
        color: #fff;
        background-color: #3A5997;
        border-radius: 3px; }
      @media (max-width: 992px) {
        .footer .footer-social .fa-facebook-f {
          margin-left: 0px; } }
    .footer .footer-social .fa-twitter {
      color: #1DA1F2; }
      .footer .footer-social .fa-twitter:hover {
        color: #fff;
        background-color: #1DA1F2;
        border-radius: 3px; }
