@import url("../css/animate.css");
@import url("../css/slick.css");
@import url("../css/xicon.css");
@import url("../css/bootstrap.css");
@import url("../css/variables.css");
@import url("../css/mobile-nav.css");
@import url("../css/jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

.product_card::before li {
  list-style: none;
}

::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}


main {
  background: black;
  color: white;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Syne", sans-serif;
}

.theme-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}

.theme-btn {
  color: white;
  padding: 12px 20px;
  transition: all ease 0.4s;
  font-size: 18px !important;
  text-decoration: none;
  font-family: 'Syne';
  background: var(--primary-color);
  font-weight: 900;
  border-radius: 10px;
  transition: 0.50s ease;
  border: 1px solid var(--primary-color);
}

.theme-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  text-decoration: none;
  transform: translateY(-5px);
  border: 1px solid white;
  transition: 0.50s ease;
}

.banner_text {
position: absolute;
    top: 50%;
    left: 26%;
    right: 50%;
    transform: translate(-50%);
    width: 730px;
    background: #00000040;
    text-align: center;
    -webkit-animation: mymove 2s ease 0.5s infinite;
    animation: mymove 2s ease 0.5s infinite;
    border-radius: 14px;
}

/* Up Down Animation Start */
.banner_line, .fisihing_img2, .active_outdoor_llc_img2, .active_outdoor_llc_img3, .rod_holder_content, .products-filter-card-bg-icon, .products-filter-card-bg-icon1, .inner_banner_content {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Up Down Animation End */
/* Header Start */
ul.navbar-nav {
  width: 100%;
  justify-content: center;
  gap: 40px;
  margin-left: 250px;
  align-items: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

a.nav-link {
  color: white;
  font-size: 15px;
  padding: 0 !important;
  font-weight: 400;
  position: relative;
}

a.nav-link i {
  font-size: 26px;
  font-weight: 400;
  padding: 8px;
  transition: 0.5s ease;
  color: white;
}

.nav_icons {
  margin-left: 40px;
}

a.nav-link i:hover {
  background: var(--primary-color);
  border-radius: 50%;
  color: black;
  transition: 0.5s ease;
}

a.nav-link.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: var(--primary-color);
  transition: 0.5s ease;
}

a.nav-link.active:hover:before {
  width: 100%;
  transition: 0.5s ease;
}

a.nav-link:hover {
  color: var(--primary-color);
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999999999999;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 40px;
  color: var(--primary-color);
  display: block;
  transition: 0.3s;
  font-weight: 400;
  font-family: 'Syne';
  text-transform: uppercase;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 100px;
  margin-left: 50px;
}


/* Header End */

/* banner Start */
.banner_bg {
  background: url(../images/banner.png) center center/cover no-repeat;
  height: 790px;
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 42%;
  top: 30%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 41%;
  top: 31%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 200ms;
  border: 1px solid white;
  background: transparent;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid var(--primary-color);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: var(--primary-color);
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.video_play_btn {
  position: absolute;
  top: 32%;
  right: 16%;
  display: flex;
  height: 50px;
}

.video_play_btn_content h6 {
  color: white;
  font-weight: 400;
}

.video_play_btn_content {
  margin-left: 200px;
}

.banner_line {
  position: absolute;
  top: 15%;
  right: 0;
}

.banner_line img {
  width: 80%;
}

/* banner End */
/* Active Outdoor Start  */
.active_outdoor_llc_content h2 {
  font-size: 30px;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 10px;
}

.active_outdoor_llc_content p {
  font-size: 14px;
  line-height: 30px;
}

.active_outdoor_llc_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.active_outdoor_llc_img {
  /* height: 700px; */
  z-index: 99999999;
  position: relative;
}

.container.snd {
  max-width: 1150px;
}

.active_outdoor_llc_img1 {
  margin-top: 50px;
  width: 433px;
  height: 350px;
}

.active_outdoor_llc_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_active_outdoor_llc {
  position: relative;
  margin-bottom: 100px;
}

.active_outdoor_llc_img2 {
  position: absolute;
  top: -22%;
  right: -42%;
}

.active_outdoor_llc_img2 img {
  width: 75%;
}

.active_outdoor_llc_shadow {
  position: absolute;
  top: -80%;
}

.active_outdoor_llc_img3 {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 99999;
}

.active_outdoor_llc_img3 img {
  width: 90px;
  object-fit: cover;
}

.active_outdoor_llc_img4 {
  position: absolute;
  right: 10%;
  bottom: -10px;
}

.box {
  animation: animName 10s linear infinite;
}

/* Active Outdoor End  */

/* Products Start */
.main_products {
  position: relative;
  padding: 50px 0px 230px 0px;
}

.product_card_content .theme-group {
  justify-content: center;
  margin-top: 10px;
}



.product_card_content .theme-group a.theme-btn {
  padding: 5px 30px;
  font-size: 10px;
  font-weight: 200;
}

.fisihing_img2 {
  position: absolute;
  top: 10%;
  left: 0;
}

main.main_products::before {
  position: absolute;
  top: -30%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/shadow2.png) center center/cover no-repeat;
  transform: translate(-50%);
}

.products_bg_tittle {
  position: absolute;
  top: 20px;
}

.products_heading h3 {
  font-size: 50px;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 10px;
}

.products_tabs {
  margin: 100px 0px 0px;
}

.products_tabs ul#myTab {
  border-bottom: none;
  justify-content: center;
  gap: 100px;
  margin-bottom: 100px;
}

.products_tabs .nav-tabs .nav-link.active {
  color: #495057;
  background-color: var(--primary-color);
  border: none;
  color: white;
}

.products_tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Syne";
  width: 150px;
}

.product_card {
  padding: 40px;
  border-radius: 8px;
  position: relative;
  background: linear-gradient(360deg,
      rgb(0 0 0 / 58%) 9.2%,
      rgb(255 255 255 / 15%) 103.9%);
}

.product_card_img img {
  width: 100%;
  max-width: 270px;
  height: 230px;
  object-fit: contain;
}

.product_card_imgimg {
  width: 100%;
}

.products_sliders button.slick-next.slick-arrow {
  background: transparent;
  border: none;
  right: -50px;
  position: absolute;
  top: 50%;
  color: transparent;
  cursor: pointer;
}

.products_sliders button.slick-prev.slick-arrow {
  background: transparent;
  border: none;
  left: -50px;
  position: absolute;
  top: 50%;
  color: transparent;
  cursor: pointer;
}

.products_sliders button:focus {
  outline: none;
}

.product_card_content h5 {
  font-family: "Syne";
  font-size: 24px;
}

.product_card_content {
  text-align: center;
}

.product_card_content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  list-style: none;
  font-weight: 700;
}

.products_sliders button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\f178";
  font-size: 30px;
  color: #fff;
  font-family: "FontAwesome";
}

.products_sliders button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\f177";
  font-size: 30px;
  color: #fff;
  font-family: "FontAwesome";
}

.product_card_content ul li {
  font-size: 20px;
}

.product_card_content ul del {
  font-weight: 300;
}

.product_rating_star span {
  color: rgb(254, 196, 45);
}

.procuct_btn {
  position: absolute;
  top: 13px;
  right: 0px;
}

.procuct_btn a {
  padding: 14px 20px;
  background: #fff;
  color: #000;
  border-radius: 10px 0px 0px 10px;
  font-family: "Syne";
  text-decoration: none;
}

.products_sliders .slick-center .product_card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  top: 30px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%);
  border-radius: 10px;
  background-image: linear-gradient(360deg,
      rgb(0 0 0 / 8%) 15.2%,
      #ff7a05 103.9%);
}

.products_sliders .slick-center .product_card {
  transform: scale(1.15);
  margin: 0px 20px;
}

.products_sliders .slick-track {
  height: 570px;
  margin: 40px 0px 0px 0px;
}

.product_card_btn a {
  text-decoration: none;
  color: white;
  font-size: 25px;
  font-family: "Syne";
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.product_card_btn {
  margin-top: 0px;
  text-align: end;
}

.product_card_btn a::before {
  position: absolute;
  top: -12px;
  left: -50px;
  width: 100%;
  content: "";
  height: 50px;
  background: url(../images/btn-border.png) center center/contain no-repeat;
}

.products_sliders .slick-center .tutorial_card {
  transform: scale(1.15);
}

.products_sliders .slick-center .tutorial_card::before {
  position: absolute;
  content: "";
  height: 350px;
  width: 107%;
  top: -10px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%);
  border-radius: 10px;
  background-image: linear-gradient(360deg, rgb(255 255 255 / 0%) 11.2%, #ffffff 103.9%);
}


.main_tutorial .products_sliders button.slick-next.slick-arrow {
  background: transparent;
  border: none;
  right: -50px;
  position: absolute;
  top: 30%;
  color: transparent;
  cursor: pointer;
}

.main_tutorial .products_sliders button.slick-prev.slick-arrow {
  background: transparent;
  border: none;
  left: -50px;
  position: absolute;
  top: 30%;
  color: transparent;
  cursor: pointer;
}


.products_sliders .slick-center .tutorial_card_img::before {
  position: absolute;
  content: "";
  background: #00000094;
  width: 100%;
  height: 100%;
  top: 0px;
  border-radius: 10px;
}




/* Products End */






/* Tutorial Start */



.main_tutorial {
  background: url(../images/tutorial-bg-img.png) center center/cover no-repeat;
  height: 550px;
  position: relative;
  padding: 140px 0px 0px;
}

.Tutorial_bg_tittle {
  position: absolute;
  top: 140px;
}

.tutorial_bg_tittle h4 {
  font-size: 50px;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 80px;
  margin-top: 40px;
}

.tutorial_card_content {
  padding: 20px 30px 50px 30px;
}

.tutorial_card_content h4 {
  font-size: 17px;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  position: relative;
  line-height: 30px;
}

.tutorial_card_content h4::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  width: 2px;
  background: white;
  height: 100%;
}

.tutorial_card {
  position: relative;
  margin: 0px 30px;
}

.tutorial_card_video_img {
  position: absolute;
  top: 48%;
  right: -40px;
  z-index: 1;
}

.tutorial_card_img {
  position: relative;
  z-index: 9999;
}

.tutorial_card_img img {
  border-radius: 20px;
}

.watch-video-btn {
  visibility: hidden;
  opacity: 0;
  display: none;
}


.products_sliders .slick-center .watch-video-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  top: 60%;
  visibility: visible;
  opacity: 1;
  display: block;
}

.products_sliders .slick-center .watch-video-btn h4 {
  font-weight: 800;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}

.products_sliders .slick-center .watch-video-btn a {
  color: #de5511;
  cursor: pointer;
}

.products_sliders .slick-center .tutorial_card_content {
  display: none;
}


.products_sliders .slick-center .tutorial_card_video_img {
  display: none;
}


.products_sliders .slick-center .tutorial_card_img img {
  height: 250px;
}

/* Tutorial End */


/* Testimonial Section CSS Start */

.testimonial-sec {
  background: url(../images/client-sec-bg.png) no-repeat top center;
  background-size: cover;
  height: 460px;
  width: 100%;
  padding: 70px 0px 0px 0px;
  margin: 0px 0px 230px 0px;
  position: relative;
}

.Tutorial_bg_tittle.first {
  top: 80px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0px 0px 30px 0px;
  border-bottom: 2px solid #e25b10;
  padding: 0px 0px 20px 0px;
}

.testimonial-card {
  padding: 30px;
  background-color: rgb(32, 30, 27);
}

.testimonial-user img {
  width: 60px;
}

.testi-user-content h4 {
  margin: 0px;
  font-size: 20px;
  font-family: 'Syne';
}

.testi-user-content h6 {
  font-weight: 300;
  font-size: 16px;
  margin: 0px;
}

.testimonial-user p {
  font-size: 17px;
}

.testimonial-card p {
  font-family: 'Syne';
  font-size: 14px;
  word-spacing: 5px;
}

.testimonial_sliders button.slick-prev.slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: -10%;
  color: transparent;
  cursor: pointer;
  left: 80%;
}

.testimonial_sliders button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\f177";
  font-size: 30px;
  color: #fff;
  font-family: "FontAwesome";
  padding: 0px 12px;
  border-radius: 10px 0px 0px 10px;
  transition: all .2s ease;
}

.testimonial_sliders button.slick-next.slick-arrow {
  background: transparent;
  border: none;
  right: 100px;
  position: absolute;
  top: -10%;
  color: transparent;
  cursor: pointer;
}

.testimonial_sliders button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\f178";
  font-size: 30px;
  color: #fff;
  font-family: "FontAwesome";
  padding: 0px 12px;
  border-radius: 0px 10px 10px 0px;
  transition: all .2s ease;
}

.testimonial_sliders button.slick-prev.slick-arrow:focus {
  outline: none;
}

.testimonial_sliders button.slick-next.slick-arrow:focus {
  outline: none;
}

.testimonial_sliders button.slick-next.slick-arrow:hover:before {
  background: #fff;
  color: #e66110;
}

.testimonial_sliders button.slick-prev.slick-arrow:hover:before {
  background: #fff;
  color: #e66110;
}


.testimonial_sliders .slick-center .testimonial-card {
  transform: scale(1.15);
  margin: 0px 20px;
  background: #e15910;
  border-radius: 10px;
  position: relative;
  z-index: 99999;
  border: 1px solid #fff;
}

.testimonial_sliders .slick-track {
  height: 400px;
  margin: 50px 0px 0px 0px;
}

/* 
.testimonial-user {
  position: relative;
}

.testimonial_sliders .slick-center .testimonial-user::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(360deg, rgb(255 255 255 / 0%) 11.2%, #ffffff 103.9%);
    width: 105%;
    height: 380px;
    top: -10px;
    left: -7px;
    border-radius: 10px;
    z-index: -9999;
} */


.testimonial_sliders .slick-center .testimonial-card .testimonial-user {
  border-color: #fff;
}

/* Testimonial Section CSS ENd */

/* Contact Start */
.main_contact {
  background: url(../images/contact-bg-img.png) center center/cover no-repeat;
  height: 800px;
  position: relative;
  padding: 140px 0px 0px;
}

.Tutorial_bg_tittle.third {
  top: 100px;
}

.contact_us_tittle h5 {
  font-size: 50PX;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 100px;
}

form.contact_form input {
  width: 100%;
  padding: 20px 20px;
  border: none;
  margin: 10px 0px;
  outline: none;
}

form.contact_form input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: darkgray;
  font-family: 'Syne';
}

form.contact_form textarea {
  width: 100%;
  padding: 20px 20px;
  border: none;
  margin: 10px 0px;
  outline: none;
  resize: none;
}

form.contact_form .theme-group {
  justify-content: center;
}

/* Contact End */
/* Rod Holder Start */
.rod_holder_bg {
  background: url(../images/rod-holders-bg-img.png) center center;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
}

.rod_holder_content p {
  font-family: 'Syne';
  font-size: 17px;
  font-weight: 300;
}

.rod_holder_content h6 {
  font-size: 40PX;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 60px;
}

.rod_holder_content h6 span {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 60px;
}

/* Rod Holder End */
/* Book Oppointment Start */
.main_book_oppointment {
  background: var(--primary-color);
  padding: 20px 0px;
}

.book_oppointment_content h6 {
  font-size: 30PX;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 0;
}

.main_book_oppointment a {
  text-decoration: none;
  color: black;
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.50s ease;
  font-weight: 600;
  border: 1px solid white;
}

.main_book_oppointment a:hover {
  transform: translateY(-10px);
  transition: 0.50s ease;
  color: white;
  border: 1px solid black;
  background: transparent;
}

.main_book_oppointment .theme-group {
  justify-content: end;
}

/* Book Oppointment End */
/* Footer Start */
.main_footer {
  background: url(../images/footer-bg.png) center center/cover no-repeat;
  height: 400px;
  padding: 60px 0px 20px;
}

.footer_logo p {
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0px;
  width: 90%;
}

.footer_links h6 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.footer_links ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

.footer_links ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.footer_links h6::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 0;
  width: 30%;
  background: var(--primary-color);
  height: 1px;
}

.footer_links ul li a {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: 0.50s ease;

}

.footer_links ul li a:hover {
  color: var(--primary-color);
  transition: 0.50s ease;
}

.footer_links ul li a i {
  font-size: 22px;
  color: var(--primary-color);
}

.footer_bottom_line {
  position: relative;
}

.footer_bottom_line::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 100%;
  background: white;
  height: 1px;
}

.bottom_footer_icons ul {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bottom_footer_icons ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bottom_footer_icons ul li i {
  font-size: 20px;
}

.bottom_footer_icons ul li a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne';
  font-size: 16px;
  transition: 0.50s ease;
}

#scroll {
  position: absolute;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px
}

footer {
  position: relative;
}

footer::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 90%;
  content: "";
  background: var(--primary-color);
}

#myBtn {
  display: none;
  position: absolute;
  bottom: 140px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
}

#myBtn i {
  font-size: 60px;
  color: white;
}

.bottom_footer_icons ul li a:hover {
  transition: 0.50s ease;
  color: var(--primary-color);
}

.bottom_footer_content p {
  font-size: 16PX;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 800;
}

.bottom_footer_content p span {
  color: var(--primary-color);
}

/* Footer End */
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* Inner Banner Start */
.inner_banner {
  background: url(../images/inner-banner-img.png) center top/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.inner_banner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
  background: #333333;
}

/* Inner Banner End */
/* About Us Page Start */
.inner_banner_content h1 {
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  /* Will override color (regardless of order) */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  margin-top: 50px;
}

.main_active_outdoor_llc.snd_active {
  margin: 0;
  padding: 100px 0px;
}

.main_active_outdoor_llc.snd_active .active_outdoor_llc_img3 {
  top: 100px;
}

.main_active_outdoor_llc.snd_active .active_outdoor_llc_img2 {
  top: -10%;
}

.main_active_outdoor_llc.snd_active .active_outdoor_llc_shadow {
  top: -50%;
}

.active_outdoor_llc_content.snd_active p {
  text-align: justify;
}

/* About Us Page End */
/* Faqs Start */
.main_faqs {
  padding: 150px 0px 200px;
  margin-bottom: -30px;
  position: relative;
}

.main_faqs_bg_shadow {
  position: absolute;
  top: -80%;
  left: -30%;
}

.faqs_tittle {
  position: relative;
  z-index: 99;
}

.main_faqs_bg_icon {
  position: absolute;
  top: 0;
  left: 15%;
}

.faqs_shadow {
  position: absolute;
  top: -130%;
  right: 0%;
}

.faqs_main {
  position: relative;
  z-index: 99;
}

.faqs_tittle h2 {
  font-size: 40px;
  font-family: "Syne";
  color: rgb(255, 255, 255);
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 50px;
}


.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  cursor: pointer;
  background: white;
  color: black;
  border-left: 5px solid var(--primary-color);
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
  min-height: 0;
  background: var(--primary-color);
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
  padding: 10px;
  line-height: 1.5;
}

/* Faqs End */
/* Products Start */
.products-filter-card {
  background-size: cover;
  padding: 100px 0px;
  position: relative;
}

.caterogy-card h4 {
  background: #ff6a6c;
  color: white;
  width: 100%;
  height: 50px;
  display: flex;
  font-family: ricksons;
  align-items: center;
  margin: 0px;
  padding: 30px 20px;
  font-size: 26px;
  justify-content: space-between;
  letter-spacing: 1px;
}

.price-rating ul {
  display: flex;
  background: white;
  color: black;
  /* justify-content: space-between; */
  padding: 20px 20px;
  gap: 30px;
  /*! font-family: sans-serif; */
  margin: 0px;
  border-top: 1px solid #e6e1e1;
  list-style: none;
}

.price-rating {
  margin-top: 50px;
  box-shadow: 0px 0px 20px -10px var(--color-primary);
  position: relative;
  z-index: 999;
}

.tt-select select {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  /*! font-family: sans-serif; */
  background: white;
  color: black;
  letter-spacing: 0px;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border: 1px lightgray solid;
  position: relative;
  z-index: 9999;
}

.tt-select option {
  color: black;
}

.head-nav a {
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.col-12.col-lg-3.head-nav {
  height: 50px;
  display: flex;
  align-items: center;
}

h4.service-card__h4 {
  font-size: 16px;
  /* font-family: sans-serif; */
  font-weight: 800;
  text-transform: capitalize;
  line-height: 25px;
}

.product-pages_btn ul {
  display: flex;
  justify-content: end;
  padding: 50px 0px;
  gap: 15px;
}

.product-pages_btn ul li button {
  background: transparent;
  color: white;
  border: 0px;
  width: 30px;
  outline: none;
  height: 40px;
}

.product-pages_btn ul li button:hover {
  background: red;
  cursor: pointer;
}

.product-pages_btn ul li button.active {
  background: red;
}

/*product inner cards css */
.products-filter-card .gift-card .our-product_content {
  padding: 70px 10px 0px 20px;
}

.products-filter-card .gift-card .our-product_content h4 {
  font-size: 18px;
  text-transform: capitalize;
}

.products-filter-card .gift-card .our-product_content ul {
  gap: 3px;
}

.products-filter-card .gift-card .our-product_content ul li span {
  font-size: 14px;
}

.products-filter-card .gift-card .our-product_content strong {
  font-size: 18px;
}

.products-filter-card .gift-card .our-product_content .theme-btn {
  width: 100px;
  height: 40px;
  font-size: 13px;
}

.price-rating h4 {
  background: var(--primary-color);
  color: white;
  width: 100%;
  height: 50px;
  display: flex;
  font-family: ricksons;
  align-items: center;
  margin: 0px;
  padding: 30px 20px;
  font-size: 26px;
  justify-content: space-between;
  letter-spacing: 1px;
}

.caterogy-card {
  box-shadow: 0px 0px 20px -10px var(--color-primary);
  position: relative;
  z-index: 9999;
}

.filter-card .gift-card {
  padding: 0px 10px;
}

.caterogy-card h4 {
  background: var(--primary-color);
  color: white;
  width: 100%;
  height: 50px;
  display: flex;
  font-family: sans-serif;
  align-items: center;
  margin: 0px;
  padding: 0px 20px;
  font-size: 19px;
  justify-content: space-between;
}

.caterogy-card ul {
  display: flex;
  flex-direction: column;
  background: white;
  color: black;
}

.caterogy-card ul li a {
  font-size: 15px;
  /*! font-family: sans-serif; */
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  color: black;
}

.caterogy-card ul li:hover i {
  color: var(--primary-color);
}

.caterogy-card ul li:hover a {
  color: var(--color-primary);
}

.caterogy-card ul li {
  height: 50px;
  width: 100%;
  padding: 30px 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e1e1;
  cursor: pointer;
}

.caterogy-card i {
  color: black;
}

li.pricings {
  position: relative;
}

li.pricings::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  top: 12px;
  left: -18px;
  background: black;
}

.product_card.mainproduct {
  padding: 30px 0px;
  background: linear-gradient(360deg, rgb(0 0 0 / 51%) -39.8%, rgb(255 96 0) 103.9%);
  position: relative;
  z-index: 999;
}

.product_card_img.mainproduct {
  padding: 0px 20px;
}

.product_card_content.mainproduct {
  padding: 0px 10px;
}

.product_card_img.mainproduct img {
  height: 180px !important;
}

.products-filter-card-bg-icon {
  position: absolute;
  top: 30%;
}

.products-filter-card-bg-icon img {
  width: 70%;
}

.products-filter-card-bg-icon1 {
  position: absolute;
  top: 50px;
  left: 20%;
}

/* Products End */
/* Contact Us Start */
.main_contact_us {
  padding: 100px 0px;
}

.contact_heading h1 {
  margin-bottom: 50px;
  font-size: 75px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #c3901c, #a77b16);
  -webkit-text-fill-color: #cbb16d00;
  -webkit-background-clip: text;
  font-weight: 700;
  text-align: center;
}

.contant_form_input input {
  width: 100%;
  padding: 10px 20px;
  color: black;
  background: #F4F4F4;
  border: 1px solid #80808045;
  border-radius: 10px;
  outline: none;
}


.contant_form_input textarea {
  width: 100%;
  padding: 10px 20px;
  color: black;
  background: #F4F4F4;
  border: 1px solid #80808045;
  border-radius: 10px;
  outline: none;
  resize: none;
}

.contant_form_input label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 45px 10px 5px;
  color: #e76210fc;
}

.contant_form_input a.theme-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact_form_icon {
  margin: 45px 0px 10px;
}

.contact_form_icon h1 {
  font-size: 50px;
  text-transform: capitalize;
}

.conanct_icons ul {
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
  padding: 30px 0px;
}


.conanct_icons ul li span {
  font-size: 20px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #c3901c, #a77b16);
  -webkit-text-fill-color: #cbb16d00;
  -webkit-background-clip: text;
  font-weight: 700;
}

.conanct_icons ul li p {
  font-size: 13px;
  margin: 0;
  color: var(--theme-white);
}

.main_contact_form_icon {
  margin: 60px 20px 0px;
}

.main_contact_form_icon h1 {
  font-size: 50px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #c3901c, #a77b16);
  -webkit-text-fill-color: #cbb16d00;
  -webkit-background-clip: text;
  font-weight: 700;
}

.conanct_icons ul img {
  width: 50px;
  height: 50px;
  filter: grayscale(1);
}

.main_map {
  padding-bottom: 100px;
}

.main_contact_us h2 {
  font-size: 37px;
  font-family: "Syne";
  color: var(--primary-color);
  font-weight: 900;
  margin-bottom: 10px;
}

/* Contact End */
/* Cookies Start */
.cookies_policy_content p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

/* Cookies End */

/* Product Detail Start */
.product-detail-img img {
  width: 100%;
}

.product-detail-content h1 span {
  color: var(--primary-color);
  font-size: 30px;
}

.product-detail-img {
  position: relative;
}

.product-detail-mini-left-img {
  position: absolute;
  bottom: -64px;
  left: 100px;
  width: 100px;
}

.product-detail-mini-right-img {
  position: absolute;
  bottom: -64px;
  width: 100px;
  right: 100px;
}

.product-detail-content h1 {
  justify-content: space-between;
  display: flex;
  font-size: 27px;
  font-weight: revert;
}

.checked {
  color: #FFC700;
}

.star ul {
  list-style: none;
  display: flex;
  gap: 5px;
}

.last {
  color: #CBCBCB;
}

.count ul {
  list-style: none;
  align-items: center;
  display: inline-flex;
  padding: 0px;
  gap: 18px;
  margin: 0;
}

.count button {
  border: none;
  background: transparent;
  padding: 0px;
  font-size: 22px;
  cursor: pointer;
  color: white;
}


.count ul li p {
  border: 1px solid white;
  padding: 10px 30px;
  margin: 0px;
}

.count {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.minus {
  color: gray;
}

.delivery-information ul {
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 27px;
  margin: 0;
}

.delivery-information p {
  font-size: 18px;
  margin: 0px;
  color: #808080;
}

.count span {
  color: #808080;
}

.product-detail-content p {
  color: white;
}

.product-detail-content a {
  border: 1px solid;
  padding: 15px 70px;
}

.delivery-information {
  margin-bottom: 26px;
}

.product-detail {
  padding: 100px 0px;
}

.product-detail-tabs a {
  border: 1px solid;
  min-width: 170px;
  text-align: center;
  color: #CBCBCB;
  padding: 12px;
}

.tab-btn {
  display: flex;
}

.product-detail-img img {
  height: 650px;
  object-fit: contain;
}

.upload-image{
  height: 310px;
}

.upload-image .filepond--root{
  width: 780px;
}
.upload-image li#filepond--item-wmjgii69g{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    height: 256px;
}

/* Product Detail End */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

h1.a-size-base-plus.a-text-bold SPAN {
    color: #fff ! IMPORTANT;
}

ul.a-unordered-list.a-vertical.a-spacing-mini li span {
    color: #fff !important;
}


.short .description {
    color: #fff !important;
}.sinlge-bar i {
    color: #fff;
}

div#mini-cart a {
    color: #fff;
}

ul.shopping-list a i {
    color: #000 !important;
}