/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">

@font-face {
  font-family: "Spartan";
  src: url("/cdn/shop/files/Spartan-Light.ttf?v=1752736053");
  font-weight: 300;
}
@font-face {
  font-family: "Spartan";
  src: url("/cdn/shop/files/Spartan-Regular.ttf?v=1752736053");
  font-weight: 400;
}
@font-face {
  font-family: "Spartan";
  src: url("/cdn/shop/files/Spartan-Medium.ttf?v=1752736053");
  font-weight: 500;
}
@font-face {
  font-family: "Spartan";
  src: url("/cdn/shop/files/Spartan-SemiBold.ttf?v=1752736053");
  font-weight: 600;
}
@font-face {
  font-family: "Spartan";
  src: url("/cdn/shop/files/Spartan-Bold.ttf?v=1752736053");
  font-weight: 700;
}
@font-face {
  font-family: "Spartan";
  src: url("/cdn/shop/files/Spartan-Bold.ttf?v=1752736053");
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }

@media (min-width: 992px) {
.container {
max-width: 960px; } }

@media (min-width: 1200px) {
.container {
max-width: 1170px; } }

@media (min-width: 1399px){
.container{
max-width: 1230px; } }

/* ================== Comman Css ================== */

.comman_btn {
  padding: 14px 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  background: #00D1F9;
  border-radius: 50px;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: max-content;
}
.hero_banner_sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comman_btn::after {
  content:"";
  position: absolute;
  background-color: #002c8f;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  transition: all .5s;
  z-index: -1;
}
.comman_btn:hover:after {
  height: 100%;
  width: 135%;
}

.mb_120{
  margin-bottom: 120px;
}
.template_product .banner .banner__media {
  background: transparent;
}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.custom_swiper_button .swiper-button-next, .custom_swiper_button .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

/* ======================= Responsive Css ======================== */

@media (max-width:1440px){
  .comman_btn {
    padding: 14px 30px;
    font-size: 18px;
}
}
@media (max-width:1199px){
  .comman_btn.header_button {
    padding: 10px 20px;
    font-size: 16px;
}
  .mb_120 {
    margin-bottom: 100px;
}
}
@media (max-width:991px){
  .mb_120 {
    margin-bottom: 80px;
  }
  .custom_swiper_button .swiper-button-next, .custom_swiper_button .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
}
@media (max-width:575px){
  .mb_120 {
    margin-bottom: 60px;
}
}
@media (max-width:480px){
  .mb_120 {
    margin-bottom: 40px;
}
}