

/*============ Front Gallery ============*/
.gallery_section {
  display: block;
  width: 100%;
  max-width: 1560px;
  margin: 4em auto auto;

}
.twosection_flex {
  display: grid;
  padding: 0px 0px;
}
.gallery_link {
  padding: 2px;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.mens_women_section {
  display: grid;
  margin: auto;
  padding: 2em 10px;
  width: 100%;
  max-width: 1202px;
}


.women_section {
  background: #f4f4f4;
  position: relative;
  margin: 5px;
}
.men_section {
  background: #ece7e3;
  position: relative;
  margin: 5px;
}



.exclusive_link {
  padding: 3vw 10vw;
  position: relative;
  margin-top: -20vw;
  background: white;
  border-radius: 3px;
  box-shadow: 2px 2px 18px #4c4c4c;
  font-size: 4vw;
  float: right;
  z-index: 2;
  margin-right: 4vw;
}


.exclusive_link_men {
  padding: 3vw 10vw;
  position: relative;
  margin-top: -20vw;
  background: white;
  border-radius: 3px;
  box-shadow: 2px 2px 18px #4c4c4c;
  font-size: 4vw;
  float: left;
  z-index: 2;
  margin-left: 4vw;
}

.flex_design {
  display: grid;
}
.card_design_layout {
  display: block;
  width: 100%;
  max-width: 1560px;
  margin: 4em auto auto;
}

.card_a {
  width: 100%;
  display: block;
}
.card_a img {
  width: 100%;
  padding: 5px;
}

.custom_data {
  background: #cddece;
  color: white;
  text-align: center;
  margin-top: 2em;
}
.custom_backimg {
  background-origin: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 17px;
}

.custom_data h1 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
}

.button-button {
  background: #149d4f;
  border: none;
  color: #fff;
  padding: 15px 38px;
  border-radius: 10px;
  font-weight: 800;
}
.button-button:hover{
	color: white;
}





@media (min-width: 490px) { 
  .twosection_flex {
    display: flex;
  }


 }




@media (min-width: 600px) { 
  .mens_women_section {
    display: flex;
  }
  .women_section {
    margin: 0px;
  }
  .men_section {
    margin: 0px;
  }

  .custom_data h1 {
    font-size: 48px;
    line-height: 55px;
  }

  .custom_backimg {
    padding: 55px 17px;
  }

  .flex_design {
    display: flex;
  }
  .card_a {
    width: 50%;
  }


 }



@media (min-width: 768px) { 

  .gallery_link {
    padding: 1px 4px 6px 4px;
  }

  
  .mens_women_section {
    padding: 3em 20px;
  }

  


  .exclusive_link {
    padding: 17px 40px;
    position: relative;
    margin-top: -11vw;
    border-radius: 3px;
     box-shadow: 2px 2px 18px #4c4c4c;
     background: white;
    font-size: 20px;
    float: right;
    z-index: 2;
    margin-right: 40px;
  }


  .exclusive_link_men {
    padding: 17px 40px;
    position: relative;
    margin-top: -11vw;
    border-radius: 3px;
    box-shadow: 2px 2px 18px #4c4c4c;
    background: white;
    font-size: 20px;
    float: left;
    z-index: 2;
    margin-left: 40px;
  }

 }



@media (min-width: 490px) { 



 }

@media (min-width: 640px) { 


 }

@media (min-width: 768px) { 




 }

@media (min-width: 1024px) { 


  .exclusive_link {

    margin-top: -9vw;
    font-size: 26px;
    margin-right: 40px;
  }


  .exclusive_link_men {
    margin-top: -9vw;
    font-size: 26px;
    margin-left: 40px;
  }


 }


@media (min-width: 1280px) { 

}

@media (min-width: 1536px){

}
