/**
* Template Name: Logis - v1.2.1
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-header: "Mitr", sans-serif; /*need to identify the font weight of 700 and 500 when using*/
  --font-primary-base: "Helvetica" sans-serif;
  --font-secondary-base: "Arial", sans-serif;
}

/* Colors */
:root {
  --color-light-primary: #9FD4CB;
  --color-light-secondary: #63857F;
  --color-dark-primary: #006C55;
  --color-dark-secondary: #00C89D;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-primary-base);
  font-size: 1.0em;
}

a {
  color: var(--color-light-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-light-secondary);
  text-decoration: none;
}

h1{
  font-family: var(--font-header);
  font-size: 2.5em;
}

h2{
  font-family: var(--font-header);
  font-size: 2em;
}

h3{
  font-family: var(--font-header);
  font-size: 1.5em;
}

h4{
  font-family: var(--font-header);
  font-size: 1em;
}

hr{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

p{
  text-align: justify;
  font-size: 20px
}
/*--------------------------------------------------------------
# Hours of Operation Table
--------------------------------------------------------------*/
.hours {
  border: 8px solid #006C55;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

.hours tr {
  border-bottom: 2px solid #006C55;
}

.hours td {
  font-size: 18px;
  white-space: normal;
  overflow: hidden;
  width: 50%;
  }

 .hours td p b {
  padding-left: 15px;
  padding-right: 15px;
 }
 

@media screen and (max-width: 1000px) {
  .hours tr {
    width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------------------
# Menu Table
--------------------------------------------------------------*/
.menu {
 border-collapse: collapse;
 width:70%;
 overflow: auto;
}

.menu img{
 height: auto;
 width: 40%;
}
.menu table {
  table-layout: fixed;
  border-collapse: collapse;
}

.menu tr{
 width: 70%;
}

.menu tr, td {
  border-color: transparent;
  border-collapse: collapse;
  width: 100%;
}

.menu pre{
 font-size: 18px;
 padding-left: 10px;
}

.menu button{
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  transition: 0.5s;
  background: var(--color-dark-primary);
  color: #fff;
}

.menu .cta-btn:hover {
  background: var(--color-dark-secondary);
  color: #fff;
}


@media screen and (max-width: 850px) {
    .firstone {
     align-content: center;
     order: 1;
     width: 100%;
    }
    
    .firstone table {
     width: 100%;
     height: auto;
    }
    
    .secondone{
     align-content: center;
     order: 2;
     width: 100%;
    }    
    
    .secondone table {
     width: 100%;
     height: auto;
    }
 
    .menu img {
      height: auto;
      width: 100%;
    }
 
}

@media screen and (max-width: 1100px) and (min-width: 700px) {
     .menu img {
      height: auto;
      width: 60%;
    }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding-top: 40px;
  padding-bottom: 0px;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--color-dark-primary);
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-light-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 200px 0 200px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  
   
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #17a0b5;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-dark-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-dark-secondary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
}

.header.sticked {
  background: var(--color-dark-primary);
  padding: 15px 0;
  box-shadow: 0px 2px 20px black;
  
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px black;
  font-family: var(--font-header);
}

  
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
  }


  
  .navbar li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 2px 4px black;
    white-space: nowrap;
    transition: 0.3s;
    
  }
  
  .navbar a:hover,
  .navbar ul li a:hover{
    color: #fff;
    text-shadow: 2px 2px 4px black;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 2px 4px black;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 20px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
    text-shadow: 2px 2px 4px black;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-dark-primary);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    font-family: var(--font-primary);
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover, {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar li {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 2px 2px 4px black;
    margin: 0;
    padding: 12px 20px;
  }
  
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(100, 133, 127, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar ul ul {
  background: rgba(100, 133, 127, 0);  
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-primary);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: relative;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(62, 84, 80, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Clickable Pictures
--------------------------------------------------------------*/

 .tabgallery .clickablepic img:hover {
  opacity: 0.5;
  object-fit: cover;
}


 .tabgallery .closebtn {
  position: absolute;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

 .tabgallery .image-viewer{
  width:50%;
  height:50%;
  padding-top: 1rem;
}

 .tabgallery .carousel{
  white-space:nowrap;
  overflow: hidden;
}

 .tabgallery .carousel img{
  width: calc(100%/3);
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:1279px){
  .tabgallery .carousel img{
  width: calc(100%/2);
  height: auto;
  object-fit: cover;
}
}

.tabgallery .scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

/*--------------------------------------------------------------
# Insights Page Pictures
--------------------------------------------------------------*/
.insights .clickablepic img:hover {
  opacity: 0.5;
}

.insights h3{
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color: var(--color-dark-primary);
}

@media screen and (max-width: 1000px) {
    .insights h2{
      text-align:center;
    }
    
    .insights h3{
      text-align:center;
    }
    
    .insights p{
      padding:15px;
    }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#form-button-img {
 width:20%;
 height:auto;
 margin: 2em 0;
}

@media screen and (max-width: 1200px) {
 #form-button-img {
  width: 30%;
  height: auto;
 }
}

@media screen and (max-width: 768px) {
 #form-button-img {
  width: 50%;
  height: auto;
 }
}

.contact .subbut button{
  margin-top: 20px;
  background-color: var(--color-light-primary);
  border-radius: 12px;
}

.contact .subbut button:hover{
  background-color: var(--color-dark-primary);
}
.contact .info-item i {
  font-size: 20px;
  background: var(--color-dark-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: black;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #404040;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Meet The Team 
--------------------------------------------------------------*/
.about .container {
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about #billy, #colby, #kevin, #natalie, #kyle, #elizabeth, #tatum, #china {
  overflow: hidden;
  position: fixed;
  top: -100px;
}

.pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic img{
    height: auto;
    width: 80%;
}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text p{
    font-size: 20px;
}


@media screen and (max-width: 1000px) {
    .pic img {
      order: 1;
    }
    
    .name{
      order: 2;
    }    
    
    .text{
     order: 3;
    }
    
}

/*--------------------------------------------------------------
# Call To Action 
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.png") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/

.faq h2{
    font-weight: 900;
    color: var(--color-dark-primary);
}

.faq p{
    text-align: left;
    font-size: 20px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 400;
  border: 0;
  font-size: 20px;
  color: var(--color-dark-primary);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-dark-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
    text-align: left;
}

.faq #faq{
  overflow: hidden;
  position: fixed;
  top: -200px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  background: url('../../assets/img/graphics/bottom.png');
  background-position: center top 200px;
  background-repeat: no-repeat;
  margin-top:20px;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-dark-primary);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #353636;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: Black;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #4D4E4E;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #353636;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .container {
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blogpics img{
  width:100%;
  align-items:center;
  padding: 10px;
}

.blog h1{
  text-align:center;
  font-family: var(--font-primary-base);
  font-size: 2.5em;
  font-weight: bold;
  color: black;
}

.blog p{
  font-size:20px;
}

.blog h2 {
  font-family: var(--font-primary-base);
  font-size: 2em;
  color: black;
  font-weight: bold;
}

.blog h3 {
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color: var(--color-light-secondary);
  font-weight: bold;
}

.blog h4 {
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color:#8F9190;
}

.blog ol, ul {
  font-size:20px;
}

.blog video{
  width: 75%;
  height:auto;
  padding-top:20px;
  margin:auto;
}

@media screen and (max-width: 1000px) {
    .blog video{
      width:100%;
      height:auto;
    }
    
    .blogpics img{
      width:100%;
      height:auto;
    }
    
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 50vh;
  background-color: var(--color-secondary);
  background-image: url("../img/hero-bg1.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero .cta-btn {
  font-family: var(--font-primary-base);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  border: 2px solid #000;
  background-color: var(--color-dark-primary);
  color: #000;
}

.hero .cta-btn:hover {
  background: var(--color-dark-secondary);
  border: 2px solid black;
  color: #000;
}

@media screen and (max-width:1000px){
  .hero .hero-img {
    width: 60%;
    margin: auto;
   }
   
   .hero p{
    text-align: center;
   }
}

/*--------------------------------------------------------------
# Kava HUB Page
--------------------------------------------------------------*/
.kava .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kava p{
  font-size:20px;
}

.kava h1{
  font-family: var(--font-primary-base);
  font-size: 2.5em;
  font-weight: bold;
  color: black;
}

.kava h2 {
  font-family: var(--font-primary-base);
  font-size: 2em;
  color: black;
  font-weight: bold;
}

.kava h3 {
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color: var(--color-light-secondary);
  font-weight: bold;
}

.kava h4 {
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color:#8F9190;
}

.kava ol {
  font-size:20px;
}

/*--------------------------------------------------------------
# ETea HUB Page
--------------------------------------------------------------*/
.etea .container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.etea p{
  font-size:20px;
}

.etea h1{
  font-family: var(--font-primary-base);
  font-size: 2.5em;
  font-weight: bold;
  color: black;
}

.etea h2 {
  font-family: var(--font-primary-base);
  font-size: 2em;
  color: black;
  font-weight: bold;
}

.etea h3 {
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color: var(--color-light-secondary);
  font-weight: bold;
}

.etea h4 {
  font-family: var(--font-primary-base);
  font-size: 1.5em;
  color:#8F9190;
}

.etea ol {
  font-size:20px;
}
/*--------------------------------------------------------------
# Footer Section
------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--color-light-primary);
  padding: 50px 0;
  color: black;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: black;
  font-family: var(--font-primary);
}

.footer .footer-info .logo span:hover {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-primary);
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 20px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #2D2D2D;
  font-size: 16px;
  color: black;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #9A9D9A;
  border-color: #9A9D9A;
}

.footer h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: black;
}

.footer h3:hover{
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #9A9D9A;
}

.footer h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: black;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: black;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: black;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}

.footer .footer-links ul a:hover {
  color: #9A9D9A;
}

.footer .footer-contact p {
  line-height: 26px;
  color: black;
  font-size: 18px;
}

.footer .copyright {
  text-align: center;
}

.footer .link
{
   color:black;
   text-decoration: none; 
   background-color: none;
}

.footer .link :hover 
{
   color:var(--color-dark-primary);
}