*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: GothamBold;
    src: url("../../font/GothamHTF-Bold.otf");
}
@font-face {
    font-family: GothamLight;
    src: url("../../font/GothamRnd-Light.otf");
}
@font-face {
    font-family: GothamRegular;
    src: url("../../font/GothamRnd-Book.otf");
}
@font-face {
    font-family: GothamCondensedBold;
    src: url("../../font/GothamCondensed-Bold.otf");
}
@font-face {
    font-family: GothamCondensedMedium;
    src: url("../../font/GothamCondensed-Medium.otf");
}
@font-face {
    font-family: GothamCondensedLightRegular;
    src: url("../../font/GothamCondensed-Light-Regular.otf");
}
@font-face {
    font-family: GothamCondensedLight;
    src: url("../../font/GothamCondensed-Light.otf");
}
img{ width: 100%;}

a{ color: #000;}

a:hover{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.gentle-men-container{
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.gentle-men-header{
  position: relative;
  font-family: "GothamBold";
  font-size: 80px;
  padding-top: 30px;
  width: 100%;
  left: 15%;
}
.gentlemen-container{
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 500px;
  background: #e68958;
}
.items-container{
  position: relative;
  width: 73%;
  top: -40px;
  margin-left: 8%;
  border: 1px solid #000;
}
.background-container{
  position: absolute;
  background: #fff;
  opacity: 0.9;
  top: 1px;
  width: 93%;
  margin: 0 3%;
  height: calc(100% - 200px);
}
.dual-item-container{
  position: relative;
  display: flex;
  width: 75%;
  margin: 100px auto;
  margin-bottom: 600px;
}
.first-item-container, .second-item-container{
  position: relative;
  width: 50%;
}
.item-header{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  font-family: "GothamBold";
}
.item-first{text-align: left;}
.item-second{text-align: right; visibility: hidden;}
.item-container-first, .item-container-second{
  position: relative;
  width: 100%;
  /* height: 420px; */
  border: 1px solid #000;
  z-index: 1;
}
.item-container-second{  border-left: 0px solid #000;}
.item-container-second .product{
  visibility: hidden;
}
.first-item-deco{
  position: absolute;
  width: 100%;
  left: 85%;
  height: 80%;
  top: 5%;
  opacity: 0.7;
  background-color: #f7ec13;
}
.second-item-deco{
  position: absolute;
  width: 20%;
  display: none;
  left: 95%;
  height: 80%;
  top: 5%;
  opacity: 0.7;
  background-color: #f7ec13;
}
.first-item-container .product{
  position: relative;
  width: 60%;
  margin-left: 10%;
  margin-bottom: 30px;
}
.second-item-container .product{
  position: relative;
  width: 60%;
  margin-left: 25%;
  margin-bottom: 30px;
}
.product img{
  padding: 20px 0;
}
.product-code{
  position: relative;
  width: 100%;
  font-size: 15px;
  font-family: "GothamBold";
  text-align: center;
  line-height: normal;
}
.gentlemen-image{
  position: absolute;
  width: 100%;
}
.gentlemen-deco1{
  position: absolute;
  width: 95%;
  left: -7%;
}
.gentlemen-deco2{
  position: absolute;
  width: 45%;
  left: 62%;
}
.gentlemen-deco3{
  position: absolute;
  width: 30%;
  left: -6%;
}
.gentlemen-deco4{
  position: absolute;
  width: 53%;
  top: 74%;
  left: 52%;
}
.gentlemen-deco5{
  position: absolute;
  width: 36%;
  z-index: 1;
  top: 76%;
  left: -5%;
}
.gentlemen-deco6{
  position: absolute;
  width: 32%;
  left: 71%;
  top: 55%;
}
.gentlemen-deco7{
  position: absolute;
  width: 26%;
  left: 78%;
  top: 75%;
}
.gentlemen-deco8{
  position: absolute;
  width: 11%;
  left: 66%;
  top: 70%;
}
.gentle-men-back{
  position: absolute;
  top: 40px;
  left: 45px;
  width: 50px;
  z-index: 1;
}

.footer{
  position: relative;
  padding: 20px 0;
}
.footer-link-line-seperator{
  position: relative;
  width: 100%;
  padding: 10px 20%;
  display: none;
}
.footer-line-seperator{
  position: relative;
  width: 100%;
  padding: 5px 40%;
  display: none;
}
.footer-top-line{
  width: 100%;
  height: 1px;
  background: #000;
}
.footer-link-container{
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.footer-section{
  display: flex;
  width: 33.33%;
  flex-direction: column;
}
.footer-links{
  text-align: center;
  font-family: "GothamCondensedLight";
  font-weight: bolder;
  font-size: 24px;
  padding: 5px;
}
.footer-container{
  position: relative;
  display: flex;
}
.footer-text{
  width: 33%;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  font-size: 18px;
  font-family: "GothamCondensedLight";
  /* font-weight: bolder; */
  align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 420px) {
    .gentle-men-back{ width: 18px; top: 30px; left: 8%;}
    .gentlemen-container{margin-top: 10px;  padding-bottom: 200px;}
    .items-container{top: -10px;}
    .gentle-men-header{ font-size: 30px; padding-top: 20px;}
    .dual-item-container{display: block; margin: 20px; width: 70%; margin-bottom: 150px;}
    .background-container{height: calc(100% - 100px)}
    .first-item-container,.second-item-container{width: 100%; left: 5%;}
    .item-header{font-size: 12px; left: -20px; padding: 5px;}
    .item-second{text-align: left;}
    /* .item-container-second{  border-left: 1px solid #000;} */
    .first-item-deco{width: 20%;}
    .product-code{font-size: 10px;}
    .second-item-container{display: none;}
    .footer{padding: 0}
    .footer-link-line-seperator{display: block;}
    .footer-link-container{display: block;}
    .footer-section{width: 100%;}
    .footer-links{font-size: 16px; padding: 2px;}
    .footer-container{display: block;}
    .footer-line-seperator{display: block;}
    .footer-text{width: 100%; font-size: 12px;}
}

@media screen and (min-width: 421px) and (max-width: 650px) {
    .gentle-men-back{ width: 24px; top: 50px; left: 5%;}
    .gentle-men-header{ font-size: 40px; padding-top: 30px;}
    .gentlemen-container{margin-top: 15px; padding-bottom: 300px;}
    .items-container{top: -15px;}
    .dual-item-container{display: block; margin: 20px; width: 70%; margin-bottom: 150px;}
    .background-container{height: calc(100% - 100px)}
    .first-item-container,.second-item-container{width: 100%; left: 5%;}
    .item-header{font-size: 20px; left: -20px; padding: 5px;}
    .item-second{text-align: left;}
    /* .item-container-second{  border-left: 1px solid #000;} */
    .first-item-deco{width: 20%;}
    .product-code{font-size: 14px;}
    .second-item-container{display: none;}
    .footer{padding: 0}
    .footer-link-line-seperator{display: block;}
    .footer-link-container{display: block;}
    .footer-section{width: 100%;}
    .footer-links{font-size: 16px; padding: 2px;}
    .footer-container{display: block;}
    .footer-line-seperator{display: block;}
    .footer-text{width: 100%; font-size: 12px;}
}


@media screen and (min-width: 541px) and (max-width: 650px) {
  .gentlemen-container{margin-top: 15px;}
  /* .gentle-men-deco4{left: 12%; top: 880px;}
  .gentle-men-deco5{top: 980px;}
  .gentle-men-deco6{top: 1050px; left: -10%;} */
}

@media screen and (min-width: 651px) and (max-width: 960px) {
    .gentle-men-back{ width: 32px; top: 50px; left: 40px;}
    .gentle-men-header{ font-size: 60px; padding-top: 30px;}
    .gentlemen-container{margin-top: 25px; padding-bottom: 400px;}
    .items-container{top: -25px;}
    .dual-item-container{margin: 50px auto; margin-bottom: 350px;}
    .background-container{height: calc(100% - 200px)}
    .item-header{font-size: 20px;}
    .product-code{font-size: 15px;}
    .footer{padding: 20px;}
    .footer-link-line-seperator{display: block;}
    .footer-link-container{display: block;}
    .footer-section{width: 100%;}
    .footer-links{font-size: 20px; padding: 6px;}
    .footer-container{display: block;}
    .footer-line-seperator{display: block;}
    .footer-text{width: 100%; font-size: 15px;}
}

@media screen and (min-width: 651px) and (max-width: 760px) {
  .item-header{font-size: 17px;}
  .product-code{font-size: 13px;}
}
