:root{
    --primary:#79c020;
    --secondary:#1c4b41;
    --trinary:#212529;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.heading-fonts{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.primary-bg{
    background-color: var(--primary);
}

.primary-color{
    color: var(--primary);
}

.secondary-bg{
    background-color: var(--secondary);
}

.secondary-color{
    color: var(--secondary);
}

.trintary-bg{
    background-color: var(--trinary);
}

.trintary-color{
    color: var(--trinary);
}

ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

.top-call-btn{
    border-radius: 50px;
    font-size: 18px;
    
}

.max-out{
    animation: pluse 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.nav-link{
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    color: var(--trinary);
   white-space: nowrap;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
}

.letter-spacing{
    letter-spacing: 0.1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
}

.header-section{
    border-bottom: 6px solid var(--secondary);
}

.banner-section{
    position: relative;
    height: 600px;
    overflow: hidden;
}

.banner-form{
    position: absolute;
    top: 13%;
    right: 6%;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: rgba(0,0,0,0.5) !important;
}

.banner-form-btn:hover{
    background-color: var(--primary);
    color: #fff;
}

.banner-info-wrapper{
   position: absolute;
  top: 20%;
  left: 6%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 5rem;
  border-radius: 8rem 3rem 12rem 3rem;
  max-width: 40rem;
  letter-spacing: 0.1rem;
  border: 1px solid #fff;
}

.logo-image {
  position: absolute;
  z-index: 99;
  top: -42px;
  width: 50%;
  border-radius: 12px;
}

.what-we-buy-section{
    background: #212529;
  background-attachment: fixed;
}

.border-white{
    border: 2px solid #fff;
}

.welcome-image{
    border-radius: 100px 100px 315px 315px;
  border: 10px solid var(--primary);
  height: 500px;
  object-fit: cover;
}

.faqs-image{
    border: 10px solid #fff;
    border-radius:  315px 315px 100px 100px;
    height: 350px;
}

.faqs-wrapper{
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
            url(../images/mid-bar.jpeg) center center/cover no-repeat;
}

.gallery-image-show{
    height: 200px;
    object-fit: cover;
    width: 100%;
    border: 4px solid var(--primary);
}

.gallery-btn{
    border:2px solid var(--secondary);
}

.testimonials-wrapper{
    background: url(../images/wreck.jpg) center center/cover no-repeat;
    background-attachment: fixed;
}

.fa-star {
  color: #ffc038;
}

.bg-secondary{
    background-color: var(--trinary) !important;
    border:1px solid #fff;
}

.owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: var(--primary);
  color: inherit;
  border: none;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 2rem;
  margin: 5px;
}

.footer-link {
  margin-left: 35px;
}

.footer-link li {
  position: relative;
  margin-bottom: 10px;
}

.footer-link li::before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: -30px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}

.back-to-top {
  background-color: var(--secondary);
  border: 1px solid #fff;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
  background: var(--secondary) !important;
  padding: 4px;
}

.tap-to-call-btn{
    position: fixed;
    display: block;
    left: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 11;
    animation: pluse 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    background: var(--primary) !important;
    padding: 4px;
    border:2px solid #fff;
}

@keyframes pluse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(121, 192, 32, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(121, 192, 32, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(121, 192, 32, 0);
  }
}

.navbar-toggler{
    width: 100% !important;
    background-color: var(--primary) !important;
}

.services-inner {
  padding: 1.5rem;
  background: #fff;
  border-radius: 2rem;
}

.abt-read-btn {
  padding: 8px 35px;
  border: 1px solid #fff;
  margin-top: 8px;
}

.height-50{
    height: 350px;
}

.banner-title {
  background-color: rgba(0,0,0,0.7);
  display: inline-block;
  padding: 8px 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.abt-image-one {
  border-radius: 20px;
  border: 1px solid #fff;
  border: 10px solid #fff;
  box-shadow: 2px 7px 18px rgba(0,0,0,0.4);
}

.abt-image-two {
  position: absolute;
  right: 1rem;
  bottom: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 2px 7px 18px rgba(0,0,0,0.4);
  width: 45%;
}

.experience-top {
  width: 50%;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 2px 7px 18px rgba(0,0,0,0.4);
}

.accordion-wrapper {
  box-shadow: 2px 7px 18px rgba(0,0,0,0.4);
  border: 5px solid #fff;
  border-radius: 10px;
}

ul.about-list {
  margin-left: 25px;

  li {
    position: relative;

    &::before {
      font-family: "Font Awesome 7 Free";
      font-weight: 900;
      content: "\f058";
      display: inline-block;
      margin-right: 8px;
      position: absolute;
      left: -28px;
      top: 0;
    }
  }
}

.faqs-wrapper-top{
    background-color: #f2f2f2;
}

.faqs-image-buy{
    border:10px solid #fff;
    border-radius: 12px;
    height: 430px;
    object-fit: cover;
}

@media(max-width: 768px){
    .hide-me{
        display: none !important;
    }

    .banner-section {
        height: auto;
    }

    .banner-form{
        top: auto;
        right: auto;
        position: relative;
    }

    .welcome-btn,.faqs-btn  {
        width: 63%;
    }

    .welcome-wrapper,.testimonials-wrapper{
        text-align: center;
    }

    .testimonials-wrapper {
        background-attachment: unset;
    }

    .gallery-image-show {
        height: 150px;
    }
    
    .faqs-image{
        height: auto;
    }
    
    .testimonials-wrapper {
      background:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  
      url(../images/wreck.jpg) center center/cover no-repeat;
      background-attachment: scroll;
      background-attachment: fixed;
    }
    
    .logo-image {
      position: relative;
      z-index: 99;
      top: -6px;
      width: 34%;
      border-radius: 12px;
      margin: 0 auto;
    }

    
        
}