:root{
  --primary:#1c1e32;
  --secondary:#009cff;
}

.primary-bg{
  background-color: var(--primary);
}

.primary-color{
  color: var(--primary);
}

.secondary-bg{
  background-color: var(--secondary);
}

.secondary-color{
  color: var(--secondary);
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.book-btn {
  background-color: var(--primary);
  padding: 1rem 3rem;
  display: inline-block;
  border-radius: 12px;
}

header {
  border-bottom: 1px solid var(--primary);
}

.banner-wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
  height: 450px;
  overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 45%;
  bottom: 40%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  background: var(--primary);
}

.banner-side li::before, footer .offer-list > li::before {
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  content: '\f061';
  color: var(--primary);
  margin-right: 7px;
}

footer .offer-list > li::before {
  color: var(--secondary);
}

.btn-box a {
  display: inline-block;
  line-height: 25px;
  padding: 10px 40px;
  z-index: 2;
}

.after-banner-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26%;
  background-color: var(--secondary);
  z-index: 3;
}

.max-out {
  z-index: 9;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  color: white;
}

.services-scroll {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
  list-style: none;
  margin: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.services-scroll li {
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-display: swap;
  list-style: disc;
}

.how-we-list {
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--primary);
}

.what-we-buy-wrapper {
  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), 
  url('../images/what-we-buy.jpeg') center center / cover no-repeat;
  background-attachment: scroll, scroll;
  background-attachment: fixed;
}

.what-we-buy-wrapper h5,.view-btn,.border-white{
  border:1px solid #fff;
}

.recycle-icon{
  width: 5%;
}

.mid-bar-wrapepr {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
  url('../images/mid-bar.jpg') center center / cover no-repeat;
  background-attachment: scroll, scroll;
  background-attachment: fixed;
}

.fa-star{
  color:#f0bc14;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--secondary);
}

.accordion-button {
  font-size: 1.2rem;
}

.package-deal {
  background-color: var(--primary);
  padding: 1rem;
}

.why-list {
  width: 65px;
}

.foot-add {
  border: 1px solid #fff;
  padding: 0.5rem;
}

.mobile-icon {
  display: block;
}

.mobile-icon .mobile {
  display: none;
}

.mobile-icon .email {
  display: block;
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: -1%;
  left: 0;
  padding: 16px;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999;
}

.mobile-icon1 .material-button-anim {
  position: fixed;
  bottom: -1%;
  right: 0;
  padding: 16px;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999999;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5em;
  color: #fff;
  background: var(--primary);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: none;
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}

@keyframes bounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(1.25) skew(0deg);
    opacity: 0.25;
  }

  100% {
    transform: rotate(0deg) scale(1.5) skew(0deg);
    opacity: 0;
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s bounce infinite !important;
}

.material-anim {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
}

.material-anim.one {
  -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.material-anim.two {
  border: 2px solid #649831 !important;
  opacity: 0.1 !important;
  background: none !important;
  -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.top-btn {
  all: unset;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transform: scale(1.8);
  opacity: 0;
  transition: .3s;
  background: var(--secondary) !important;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  z-index: 999;
}

.what-we-buy-image{
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}

.bottom-testimonials-wrapper{
    background-color:#f2f2f2;
}

.owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: #009cff;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 45px;
  margin-left: 2px;
  height: 45px;
}

@media(max-width:768px){
  .hide-me{
    display: none !important;
  }

  .social-wrap,  .banner-wrapper, .header-wrap, .wel-come-image-wrapper{
    display: block !important;
    text-align: center;
  }

  .banner-wrapper{
    text-align: left;
    height: auto;
  }
  
  .mobile-icon .material-button-anim {
  position: fixed;
    bottom: 12%;
    left: 79%;
    padding: 16px;
    text-align: center;
    max-width: 25px;
  z-index: 999999999999;
}
    
}

.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
    display: none !important;
}