@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import "compass/css3";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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');

@keyframes fadeIn { 
  from { opacity: 0; } 
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
h2{
  /* font-size: 50px !important; */
  font-weight: 800 !important;
  /* line-height: 10px !important; */
  /* margin-bottom: -1rem !important; */
}
h3{
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  
}
h4{
 
}

p{
  margin-bottom: 100px !important;
}


*{
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", serif;
}
h2{
  color: #003444;
  font-size: 50px;
}
p{
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
}
a{
  text-decoration: none;
  color: blue;
}
a:hover{
  color: red;
}
.bigwrapper{
  width: 1200px;
  /* width: 100%; */
  height: auto;
  margin: 0 auto;
}
.main_banner span{
  width: 200px;
  height: auto;
  position: absolute;
  top: 8px;
  right: 0px;
  z-index: 1;
}
.main_banner_inside_1 span {
  width: 230px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  position: absolute;
  top: 30px;
  left: 510px;
  z-index: 1;
  transition: all 0.3s ease;
}
.banner{
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}
.banner_inside_1,.banner_inside_2, .main_banner_inside_1{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner_inside_1 img{
  width: 100%;
}
.banner_inside_2 img{
  width: 100%;
  ;
}
.banner_inside_1 span {
  color: white;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  position: absolute;
  top: 30px;
  left: 510px;
  z-index: 1;
}
.banner_inside_2 span{
  width: 200px;
  height: auto;
  position: absolute;
  top: 8px;
  right: 0px;
  z-index: 1;
}

.banner_outside_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner_outside_2{
  width: 55%;
  height: auto;
  position: absolute;
  z-index: 3;
  margin-top: 120px;
}
.banner_outside_2 img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.banner_outside_2 span {
  color: white;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  display: flex;
    justify-content: center;
    padding-left: 20px;
    font-size: 150%;
    text-align: center;
}
.banner_outside_3{
  width: 25%;
  height: auto;
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 0 0.50rem #005b8a);
}
.banner_outside_3 img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.banner_content{
  padding-top: 20px;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.light_g{
  position: relative;
  width: 100%;
  height: 900px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #52a5f0, #000, #000);
}
.light_g_tech_content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.light_g_tech_content h4, span{
  color: white;
}
.light_g_tech_content h4 {
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
      margin-top: 2rem;
}

.light_g_tech_content span {
    font-size: 26px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 0px;
    letter-spacing: 4px;
}
.light_g_title{
  width: 200px;
  margin: 0 auto;
  padding-top: 120px;
}
.light_g_img{
  width: 680px;
  margin: 0 auto;
}
.light_g_group{
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.light_g_content{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.light_g_content_item{
  width: 30%;
  height: auto;
}
.light_g_content_item img{
  width: 100%;
  height: 150px;
}
.light_g_layar{
  position: relative;
  width: 100%;
  height: auto;
}
.product_sale{
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_sale h4{
  margin: 10px 0 5px;
}
.product_sale img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.product_sale img:hover{
  transform: scale(1.03);
}
.buyitnow{
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.buyitnow:hover{
  transform: translateY(-3px);
}
.product_group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.phantom{
  letter-spacing: 20px !important;
}
.introduction{
  width: 100%;
  height: auto;
  position: relative;
}
.introduction_content_main {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 60px;
}
.introduction_content_main h3{
  color: white;
  font-size: 65px !important;
  letter-spacing: 2px;
}
.introduction_content_main p {
  width: 500px;
  color: white;
  font-size: 24px !important;
  letter-spacing: 2px;
  line-height: 30px;
}
/* WaterProofness */
.waterproofness_main{
  background-image: url(../img/Waterproofness.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  position: relative;
}
.waterproofness_title {
  /* padding-top: 30px; */
    padding-left: 30px;
  position: absolute;
  top: 60px;
  left: 0px;
  color: white;
  width: 260px;
  background-color: black;
  display: flex;
  align-items: center;
}
.waterproofness_page{
  font-weight: 200;
  width: 100%;
  height: auto;
}
.waterproofness_line{
  width: 100%;
  height: auto;
}
.waterproofness_line hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 24px 11px 1.1875rem;
  transition: 0.5s;
  width: 120px;
}
.waterproofness_line hr::after{
  border-width: 0px 0px 0;
}
.waterproofness_container {
  width: 630px;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  display: ruby;
  margin-right: 20px;
}
.waterproofness_container_subtitle {
  background-color: black;
  width: 180px;
  height: 80px;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 20px;
}
.waterproofness_container_subtitle h6{
  margin-top: 0px;
  color: white;
  font-size: 40px !important;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 12px;
}
.waterproofness_container_unit {
  background-color: black;
  width: 346px;
  height: 100px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
}
.waterproofness_container_unit h5{
  margin-top: 0px;
  color: white;
  font-size: 60px !important;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 12px;
}
.waterproofness_container_unit span{
  font-size: small;
  font-weight: 100;
}
.waterproofness_container_p {
  background-color: black;
  width: 550px;
  height: 100px;
  text-align: left;
  margin-left: 50px;
}
.waterproofness_container_p p{
  color: white;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 2px;
  padding: 27px;
}
/* breathability */
.breathability_main_warm{
  background-image: url(../img/p01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  position: relative;
}
/* breathability */
.breathability_main{
  background-image: url(../img/breathability.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  position: relative;
}
.breathability_title {
  /* padding-top: 30px; */
    padding-left: 30px;
  position: absolute;
  top: 60px;
  left: 0px;
  color: white;
  width: 260px;
  background-color: black;
  display: flex;
  align-items: center;
}
.breathability_page{
  font-weight: 200;
  width: 100%;
  height: auto;
}
.breathability_line{
  width: 100%;
  height: auto;
}
.breathability_line hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 24px 11px 1.1875rem;
  transition: 0.5s;
  width: 120px;
}
.breathability_line hr::after{
  border-width: 0px 0px 0;
}
.breathability_container1 {
  width: 630px;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 290px;
  right: 0;
  display: ruby;
}
.breathability_container_subtitle1 {
  background-color: #000000c7;
  width: 180px;
  height: 80px;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 20px;
}
.breathability_container_subtitle1 h6{
  margin-top: 0px;
  color: white;
  font-size: 40px !important;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 12px;
}
.breathability_container_unit1 {
  background-color: #000000c7;
  width: 346px;
  height: 100px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
}
.breathability_container_unit1 h5{
  margin-top: 0px;
  color: white;
  font-size: 60px !important;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 12px;
}
.breathability_container_unit1 span{
  font-size: small;
  font-weight: 100;
}

.breathability_container_p1 {
  background-color: #000000c7;
  width: 550px;
  height: 100px;
  text-align: left;
  margin-left: 50px;
}
.breathability_container_p1 p{
  color: white;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 2px;
  padding: 27px;
}

/* ---- */
.breathability_container {
  width: 630px;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  right: 0;
  display: ruby;
}
.breathability_container_subtitle {
  background-color: #000000c7;
  width: 180px;
  height: 80px;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 20px;
}
.breathability_container_subtitle h6{
  margin-top: 0px;
  color: white;
  font-size: 40px !important;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 12px;
}
.breathability_container_unit {
  background-color: #000000c7;
  width: 346px;
  height: 100px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
}
.breathability_container_unit h5{
  margin-top: 0px;
  color: white;
  font-size: 60px !important;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 12px;
}
.breathability_container_unit span{
  font-size: small;
  font-weight: 100;
}

.breathability_container_p {
  background-color: #000000c7;
  width: 550px;
  height: 100px;
  text-align: left;
  margin-left: 50px;
}
.breathability_container_p p{
  color: white;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 2px;
  padding: 27px;
}

/* ------------------ */
.tech_main_ty{
  background-image: url(../img/light_g_layar_notext.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    background-position-y: -70px;
  width: 100%;
  height: 600px;
  position: relative;
}
.tech_container_ty {
  width: 500px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 125px;
}
.tech_content_ty {
  width: 100%;
  height: auto;
  position: absolute;
  top: -15px;
  left: 0px;
}
.tech_content_ty h4, span{
  color: white;
}
.tech_content_ty h4 {
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
}

.tech_content_ty span {
  font-size: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 46px;
}
.tech_subcontent_container_ty{
  width: 100%;
  height: auto;
  position: absolute;
  top: 170px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tech_subcontent_ty{
  width: 100%;
  height: 100px;
  /* position: absolute;
  top: 170px; */
}
.tech_subcontent_ty h4{
  color: white;
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
}
.tech_subcontent_ty p{
  color: white;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 2px;
  width: 320px;
  line-height: 18px;
}

/* ------------------ */
.tech_main_warm{
  background-image: url(../img/sec100_word_removed.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    background-position-y: -70px;
  width: 100%;
  height: 600px;
  position: relative;
}
.tech_container_warm {
  width: 500px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 125px;
}
.tech_content_warm {
  width: 100%;
  height: auto;
  position: absolute;
  top: -15px;
  left: 0px;
}
.tech_content_warm h4, span{
  color: white;
}
.tech_content_warm h4 {
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
}

.tech_content_warm span {
  font-size: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 46px;
}
.tech_subcontent_container_warm{
  width: 100%;
  height: auto;
  position: absolute;
  top: 170px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tech_subcontent_warm{
  width: 100%;
  height: 100px;
  /* position: absolute;
  top: 170px; */
}
.tech_subcontent_warm h4{
  color: white;
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
}
.tech_subcontent_warm p{
  color: white;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 2px;
  width: 320px;
  line-height: 18px;
}
/* ------------------ */
.tech_main{
  background-image: url(../img/Typhon\ Technology.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    background-position-y: -70px;
  width: 100%;
  height: 600px;
  position: relative;
}
.tech_container {
  width: 500px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 125px;
}
.tech_content {
  width: 100%;
  height: auto;
  position: absolute;
  top: -15px;
  left: 0px;
}
.tech_content h4, span{
  color: white;
}
.tech_content h4 {
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
}

.tech_content span {
  font-size: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 46px;
}
.tech_subcontent_container{
  width: 100%;
  height: auto;
  position: absolute;
  top: 170px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tech_subcontent{
  width: 100%;
  height: 100px;
  /* position: absolute;
  top: 170px; */
}
.tech_subcontent h4{
  color: white;
  line-height: 0;
  letter-spacing: 7px;
  font-weight: 400;
}
.tech_subcontent p{
  color: white;
  font-size: 14px !important;
  font-weight: 200;
  letter-spacing: 2px;
  width: 320px;
  line-height: 18px;
}
.moodphotoboard{
  display: flex;
  width: 100%;
  height: auto;
  background-image: url(../img/scene_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.thumbnail_row {
  padding: 50px 0;
  max-width: 1520px;
  width: 90%;
  margin-inline: auto;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}
.thumbnail_01 img:first-child {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}
.thumbnail_01 img:nth-child(2) {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}
.thumbnail_01 img:nth-child(3) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}
.thumbnail_01 img:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}
.thumbnail_01 img:nth-child(5) {
  grid-column: 1 / 5;
  grid-row: 4 / 5;
}
.jacketdetails_main{
  background-image: url(../img/detail.jpg);
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
      justify-content: center;
      align-items: center;
}
.jacketdetails{
  width: 50%;
  height: auto;
  margin-top: 150px;
}
.jacketdetails span{
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 46px;
}
.jacketimage{
  width: 32%;
  height: auto;
  /* position: absolute;
  z-index: 2; */
}
.jacketimage img{
  width: 360px;
}
.jacketdetails_sub{
  letter-spacing: 12px;
  font-weight: 200;
}

.buy_main{
  width: 100%;
  height: auto;
  display: flex;
    justify-content: center;
    align-items: center;
}
.buynow{
  background-color: #006A9F;
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  margin: 25px;
  margin-top: 50px;
}
.buynow:hover{
  background-color: #287ba5;
  cursor: pointer;
}
.buynow span{
  color: white;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 20px;
}

.buynow img{
  width: 20px;
  transition: 0.5s;
}
.logo {
  width: 100px;
  height: auto;
  margin: 100px auto 50px;
  text-align: center;
  transition: 0.5s;
}
.logo:hover{
  transform: scale(1.03);
  cursor: pointer;
}
.main_footer{
  /* position: relative; */
  width: 100%;
  height: auto;
}
#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffff00;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: 0.7s;
}

#myBtn:hover {
  background-color: #ffffff00;
  transform: scale(1.2);
}
#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.button {
  border: none;
  color: white;
  width: 228px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px dashed #5B3413;
}

.button1:hover {
  background-color: #5B3413;
  color: white;
}


.socialmedia {
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.socialmedia ul {
  display: flex;
  justify-content: center;
}

.socialmedia li {
  width: 40px;
  list-style: none;
  margin: 0 30px;
  transition: 0.3s;
}

.socialmedia li:hover {
  transform: translatey(-3px);
}

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
/* .owl-item cloned{
  width: 235px;
  margin-right: 10px;
} */

ol,
ul {
  padding-left: 0rem !important;
}

footer {
  /* background: #ffffff; */
  color: #898989;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  /* margin-bottom: 30px; */
  padding-bottom: 100px;
}
.margintop50{
  margin-top: 10px !important;
}
@media (max-width: 1440px){
}
@media (max-width: 1024px){
  .main_banner_inside_1 span{

    left: 420px;
}
  .bigwrapper {
    width: 100%;
  }
  .tech_container {
    left: 105px;
    top: 20px;
}
.tech_subcontent_container {
  top: 150px;
}
.tech_subcontent p {
  line-height: 16px;
}
.tech_subcontent p {
  line-height: 16px;
}
.introduction_content_main h3 {
  font-size: 45px !important;
}
.introduction_content_main p {
  width: 380px;
  font-size: 18px !important;
  line-height: 27px;
}
}
@media (max-width: 1000px){
}
@media (max-width:768px){
  .desktop{
  display: none;
}
.mobile{
  display: block;
}
  
    .margintop50 {
        margin-top: -8px !important;
        font-size: 35px !important;
    }
    .product_sale h4 {
        font-size: 1.1rem;
    }

  .main_banner_inside_1 span {
    top: 30px;
    left: 293px;
}
.banner_content {
    width: 80%;
    text-align: center;
}

  /* waterproofness */
  .waterproofness_title {
    width: 280px;
  }
  .waterproofness_container {
    display: flex;
    margin-right: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.waterproofness_container_subtitle {
  margin-left: 20px;
  margin-bottom: 10px;
}
.waterproofness_container_unit {
  width: 250px;
  height: 70px;
}
.waterproofness_container_p {
  width: 420px;
  height: 70px;
  margin-left: 20px;
}
.waterproofness_container_p p {
  padding: 14px;
}
.waterproofness_container_unit h5 {
  padding-top: 0px;
}
.waterproofness_container_subtitle {
  background-color: black;
  width: 150px;
  height: 70px;
}
.waterproofness_container_subtitle h6 {
  font-size: 35px !important;
}
.waterproofness_container_unit h5 {
  font-size: 50px !important;
}

/* breathability */
.breathability_container1 {
    width: 630px;
    height: auto;
    position: absolute;
    z-index: 2;
    bottom: 290px;
    right: 0;
    display: ruby;
    display: flex;
    margin-right: 20px;
    flex-direction: column;
    align-items: flex-end;
}
.breathability_title {
    width: 280px;
  }
  .breathability_container {
    display: flex;
    margin-right: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.breathability_container {
  display: flex;
  margin-right: 20px;
  flex-direction: column;
  align-items: flex-end;
}
.breathability_container_subtitle {
  margin-left: 20px;
  margin-bottom: 10px;
}
.breathability_container_unit {
  width: 290px;
  height: 70px;
}
.breathability_container_p {
  width: 520px;
  height: 70px;
  margin-left: 20px;
}
.breathability_container_p p {
  padding: 14px;
}
.breathability_container_unit h5 {
  padding-top: 0px;
}
.breathability_container_subtitle {
  background-color: black;
  width: 150px;
  height: 70px;
}
.breathability_container_subtitle h6 {
  font-size: 35px !important;
}
.breathability_container_unit h5 {
  font-size: 50px !important;
}
.tech_container {
  left: 55px;
  top: 30px;
}
.tech_main {
  height: 540px;
  background-position-y: 0px;
  background-position-x: -10px;
}
.tech_container_warm {
  left: 55px;
  top: 30px;
}
.tech_main_warm {
  height: 540px;
  background-position-y: 0px;
  background-position-x: -10px;
}

/* ------ */
.tech_container_ty {
  left: 55px;
  top: 30px;
}
.tech_main_ty {
  height: 540px;
  background-position-y: 0px;
  background-position-x: -10px;
}

}
@media (max-width:480px){
  .product_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.product_sale {
    width: 60%;
}
  .main_banner span {
    width: 160px;
  }
.main_banner span img {
        width: 100px;
        position: absolute;
        right: 0px;
    }
  .main_banner_inside_1 span {
        top: 20px;
        left: 179px;
        font-size: 18px;
    }
  .light_g_img{
    width: 90%;
  }
  .buy_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.buynow {
  margin: 15px;
  margin-top: 30px;
}
.banner_inside_1 span {
  font-size: 16px;
  top: 20px;
  left: 20px;
}
.banner_inside_2 span {
  width: 120px;
  top: 4px;
}
.banner_outside_2 span {
  font-weight: 200;
  letter-spacing: 20px;
  padding-left: 23px;
  font-size: 100%;
}
.banner_outside_2 img {
  margin-bottom: 4px;
}
.banner_outside_2 {
  margin-top: 50px;
}
.banner_outside_3 img {
  margin-bottom: 0px;
}
.introduction_content_main h3 {
  font-size: 26px !important;
}
.introduction_content_main p {
  width: 350px;
  font-size: 14px !important;
  line-height: 27px;
}
.waterproofness_main {
  background-position-x: -220px;
}
.breathability_container_p {
  width: 70%;
  height: 100px;
}
.breathability_container_p1 {
  width: 70%;
  height: 100px;
}
.breathability_container1 {

        bottom: 320px;
        }
.tech_container {
  left: 0px;
  padding-left: 30px;
  width: 100%;
}
.tech_container_warm {
  left: 0px;
  padding-left: 30px;
  width: 100%;
}
.tech_container_ty {
  left: 0px;
  padding-left: 30px;
  width: 100%;
}
/* .owl-stage{
  display: contents;
}
.owl-item cloned{
  width: 400px;
  margin-right: 10px;
} */
.thumbnail_row {
  display: flex;
  flex-direction: column;
}
.jacketdetails_main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 750px;
}
.jacketimage {
  width: 72%;
}
.jacketdetails {
  margin-top: 20px;
}
.buynow {
  background-color: #006A9F;
  width: 27rem;
}
.waterproofness_container {
  width: 100%;
}
.tech_main {
  width: 100%;
  /* height: auto; */
}
.tech_subcontent_container {
  width: 90%;
}
.tech_content {
  left: -30px;
  padding-left: 60px;
}
.tech_main_warm {
  width: 100%;
  /* height: auto; */
}
.tech_subcontent_container_warm {
  width: 90%;
}
.tech_content_warm {
  left: -30px;
  padding-left: 60px;
}
.tech_main_ty {
  width: 100%;
  /* height: auto; */
}
.tech_subcontent_container_ty {
  width: 90%;
}
.tech_content_ty {
  left: -30px;
  padding-left: 60px;
}
.introduction {
  height: 388px;
}
.light_g_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.light_g_content_item {
    width: 50%;
    height: auto;
}
}


@media (max-width:425px){
  .breathability_container {
    width: 540px;
  }
   .breathability_container1 {
    width: 540px;
  }
  .waterproofness_container_p {
    width: 385px;
    height: 90px;
  }
  .introduction {
    height: 343px;
}
.introduction_content_main h3 {
  /* font-size: 26px !important; */
  margin-top: 2rem;
}
.buynow {
  margin: 0px;
  margin-top: 30px;
  width: 24rem;
}
.jacketdetails_sub {
  letter-spacing: 9px;
}
.tech_main {
  background-position-x: -110px;
}
.tech_main_warm {
  background-position-x: -110px;
}
.tech_main_ty {
  background-position-x: -110px;
}
    .main_banner_inside_1 span {
        left: 152px;
    }
}

/* For iphone 13 pro */
@media (max-width:390px){
      .main_banner_inside_1 span {
        left: 134px;
    }
  .introduction img{
    height: 350px;
  }
  .waterproofness_container_p {
    width: 350px;
  }
  .breathability_container_p1 {
    width: 67%;
  }
    .breathability_container_p {
    width: 67%;
  }
  .buynow {
    width: 22rem;
}
.jacketdetails_sub {
  letter-spacing: 8px;
}

}
@media (max-width:375px){
      .main_banner_inside_1 span {
        left: 126px;
    }
  .waterproofness_main {
    background-position-x: -380px;
}
.introduction_content_main p {
  width: 310px;
}
.introduction_content_main {
  padding-left: 30px;
}
.introduction img{
  height: 350px;
}
.waterproofness_container_p {
  width: 335px;
}
.waterproofness_container {
  margin-right: 0px;
}
.breathability_container_p1 {
  width: 60%;
  height: 120px;
}
.breathability_main1 {
  background-position-x: -300px;
}
.breathability_container_p {
  width: 60%;
  height: 120px;
}
.breathability_main {
  background-position-x: -300px;
}
.buynow {
  width: 20rem;
}
.jacketdetails_sub {
  letter-spacing: 8px;
}
}
@media (max-width:320px){
      .main_banner_inside_1 span {
        left: 118px;
        font-size: 14px;
        letter-spacing: 4px;
    }
  }