@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.heading-2 {
  color: #343434;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 93.333% */
}

.btn-sm {
  max-width: 33px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #343434;
  display: block;
  padding: 6.571px 0;
  color: #343434;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.4px;
  /* 131.429% */
}
.btn-sm:hover {
  background: #FFC003;
}

header .top-header {
  padding: 23px;
  background: #171A1A;
}
header .top-header .social-nav {
  display: flex;
  justify-content: end;
  gap: 10px;
}
header .main-header {
  background: #FFC003;
  padding: 14px 0;
}
header .main-header .main-navbar {
  display: flex;
  gap: 78px;
}
header .main-header .main-navbar a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.slider-sec .carousel .carousel-inner h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  color: #D9D9D9;
  padding-bottom: 31px;
}
.slider-sec .carousel .carousel-inner .slider-button {
  margin-top: 31.5px;
}
.slider-sec .carousel .carousel-inner .slider-button .btn-link {
  background: #FFC003;
  border-radius: 4px;
  align-items: center;
  padding: 12px 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.slider-sec .carousel .carousel-inner .slider-button .btn-link:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
}
.slider-sec .carousel-caption {
  top: 30%;
}
.slider-sec .carousel-control-next {
  opacity: 1;
}
.slider-sec .carousel-control-prev {
  opacity: 1;
}
.slider-sec .carousel-control-prev-icon {
  background-image: url(../images/prev-arrow.svg);
}
.slider-sec .carousel-control-next-icon {
  background-image: url(../images/next-arrow.svg);
}

.big-boots-sec {
  padding: 65px 0;
  background: url(../images/big-boots-sec-bg.png) no-repeat top right;
  background-size: contain;
}

.products-sec .products-owl .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.products-sec .products-owl .owl-nav .owl-prev {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background: url(../images/owl-prev.svg) no-repeat center center;
  background-color: white;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.16);
  font-size: 0;
  position: absolute;
  left: 8%;
}
.products-sec .products-owl .owl-nav .owl-next {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background: url(../images/owl-nex.svg) no-repeat center center;
  background-color: white;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.16);
  font-size: 0;
  position: absolute;
  right: 8%;
}
.products-sec .products-owl .owl-dots {
  display: none;
}

.product-wrap {
  max-width: 376px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.product-wrap .product-img-wrap {
  background: #F6F6F6;
  min-height: 441px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrap .product-text-wrap {
  padding: 20px;
}
.product-wrap h5 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
  margin-bottom: 5px;
}
.product-wrap h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
  margin-bottom: 0;
}

.contact-Us-sec {
  padding: 0px 0 100px 0;
  background-color: white;
}
.contact-Us-sec .contact-Us-details h4 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
  color: #2D2D2D;
  margin-bottom: 27px;
}
.contact-Us-sec .contact-Us-details h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  color: #414141;
  margin-bottom: 15px;
}
.contact-Us-sec .contact-Us-details p {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #6E6E6E;
  margin-bottom: 50px;
}
.contact-Us-sec .contact-Us-details .contact-links a {
  text-decoration: none;
  color: #6E6E6E;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.contact-Us-sec .contact-Us-details .contact-links a span {
  display: inline-block;
  margin-left: 14px;
}
.contact-Us-sec .map-wrap a {
  display: block;
}

footer {
  background-color: #2D2D2D;
  padding: 64px 0 45px 0;
}
footer .right-footer-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
footer .right-footer-sec .footer-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 550px;
}
footer .right-footer-sec .footer-links a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin-bottom: 33px;
}
footer .right-footer-sec .footer-links a span {
  margin-left: 10px;
  display: inline-block;
}
footer .right-footer-sec .footer-social-link {
  width: -moz-fit-content;
  width: fit-content;
}
footer .right-footer-sec .footer-social-link .social-media-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 19px;
}
footer .right-footer-sec .footer-social-link .contact-details-top-sec {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .right-footer-sec .footer-social-link .contact-details-top-sec a {
  display: block;
  text-decoration: none;
  color: white;
}
footer .right-footer-sec .footer-social-link .contact-details-top-sec a span {
  display: inline-block;
  margin-left: 15px;
}

.about-sec {
  padding: 65px 0;
}
.about-sec h1 {
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 93.333% */
  margin-bottom: 71px;
}
.about-sec p {
  color: #595959;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-bottom: 0;
}

.point-of-sale-sec {
    padding: 65px 0;
}
.point-of-sale-sec h1 {
    color: #292929;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 93.333% */
    margin-bottom: 71px;
}
.point-of-sale-sec p {
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    margin-bottom: 0;
}

.partners-sec {
  padding: 94px 0 80px 0;
  background-color: #333333;
}
.partners-sec h4 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  margin-bottom: 34px;
}
.partners-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  max-width: 463px;
  margin-bottom: 58px;
}
.partners-sec .common-btn {
  background: #FFC003;
  border-radius: 4px;
  align-items: center;
  padding: 12px 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.partners-sec .common-btn:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
}

.products-main-sec {
  padding-top: 66px;
}
.products-main-sec .heading-2 {
  margin-bottom: 61px;
}

.product-wrap-sm .product-img-wrap {
  min-height: 325px;
}

.product-details-section {
  padding-top: 66px;
}
.product-details-section .product-details-flex {
  display: flex;
  gap: 60px;
}
.product-details-section .product-details-flex .product-owl-btn {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.product-details-section .product-details-flex .product-owl-btn a {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #ECECEC;
  display: block;
  width: 124px;
  height: 71px;
}
.product-details-section .product-details-flex .product-owl-btn a img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-details-section .product-details-flex .product-owl-btn a:hover {
  box-shadow: 0px 2.963px 5.184px 0px rgba(0, 0, 0, 0.07);
}
.product-details-section .product-details-flex .product-owl-btn a.active {
  filter: brightness(0.5);
}
.product-details-section .product-details-flex .product-details-main {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
}
.product-details-section .product-details-flex .product-details-main .product-img-wrap {
  min-height: 420px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-section .product-details-flex .product-details-main .product-img-wrap img {
  width: unset;
  margin: auto;
}
.product-details-section .product-details-flex .product-details-main .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product-details-section .product-details-flex .product-details-main .owl-nav .owl-prev {
  width: 31.807px;
  height: 31.807px;
  border-radius: 50%;
  background: url(../images/owl-prev.svg) no-repeat center center;
  background-size: 6px;
  background-color: white;
  box-shadow: 0px 2.194px 26.323px 0px rgba(0, 0, 0, 0.16);
  font-size: 0;
  position: absolute;
  left: -8%;
}
.product-details-section .product-details-flex .product-details-main .owl-nav .owl-next {
  width: 31.807px;
  height: 31.807px;
  border-radius: 50%;
  background: url(../images/owl-nex.svg) no-repeat center center;
  background-size: 6px;
  background-color: white;
  box-shadow: 0px 2.194px 26.323px 0px rgba(0, 0, 0, 0.16);
  font-size: 0;
  position: absolute;
  right: -8%;
}
.product-details-section .product-details-flex .product-details-main .owl-dots {
  display: none;
}
.product-details-section .product-details-flex .defender-section {
  max-width: 315px;
  margin-left: auto;
}
.product-details-section .product-details-flex .defender-section h4 {
  color: #FFC003;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 116.667% */
}
.product-details-section .product-details-flex .defender-section p {
  color: #343434;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.product-details-section .product-details-flex .defender-section .btn-group {
  margin-bottom: 45px;
}
.product-details-section .product-details-flex .defender-section .img-wrap {
  border-radius: 7.406px;
  border: 0.741px solid #E1E1E1;
  background: #ECECEC;
}
.product-details-section .product-details-flex .defender-section .img-wrap img {
  border-radius: inherit;
}

.shoes-details-sec h3 {
  color: #343434;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}
.shoes-details-sec ul {
  list-style-type: "·";
  padding-left: 10px;
}
.shoes-details-sec li {
  color: #595959;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  padding-left: 20px;
}

.product-detalis-contact {
  padding-top: 73px;
}/*# sourceMappingURL=style.css.map */

.security-level .active {
    background-color: #FFE599;
}
