/* Start Main Rulez */
@font-face {
  font-family: 'RobotoCondensed';
  src:
    url('../../asets/font/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color1: #ce171d;
  --color2: #000b54;
}

:root {
  --font-15: 82px;
  --font-14: 75px;
  --font-13: 69px;
  --font-12: 62px;
  --font-11: 56px;
  --font-10: 53px;
  --font-9: 45px;
  --font-8: 38px;
  --font-7: 32px;
  --font-6: 27px;
  --font-5: 23px;
  --font-4: 19px;
  --font-3: 16px;
  --font-2: 14px;
  --font-1: 12px;
}

body {
  font-family: "RobotoCondensed", serif;
}

.contener {
  width: 1300px;
  margin: auto;
}

.onteaner-cont {
  width: 1000px;
  margin: auto;
}

.clearfix {
  clear: both;
}

/* End Main Rulze*/

/* Start Newos */

.newos {
  background: var(--color1);
  width: 100%;
  height: 5vh;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 1;
}

.newos h3 {
  color: #fff;
  font-style: var(--font-2);
  font-weight: 400;
}

/* End Newos */

/* Start Nav */

nav {
  width: 100%;
  height: 6vh;
  background-color: rgb(250, 250, 250);
  display: flex;
  align-items: center;
  z-index: 20;
}

.nav-small {
  position: fixed;
  top: 0;
  height: 6vh;
}

nav ul {
  list-style: none;
  margin-left: 1%;
  float: left;
  height: auto;
  margin-top: 5px;
}

nav ul a {
  text-decoration: none;
  color: rgb(130, 130, 130);
  font-weight: bold;
  font-size: var(--font-2);
  margin: 0 10px;
  position: relative;
  padding-bottom: 5px;
}

nav ul a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

nav ul a:hover::before {
  width: 100%;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: none;
  stroke-width: 1.5px;
}

nav .social {
  float: right;
  overflow: hidden;
  margin-right: 1%;
}

nav .social a {
  color: #000;
  text-decoration: none;
  margin: 0 6px;
  overflow: hidden;
}

nav .social a img {
  width: 20px;
}

nav .social .lang {
  font-weight: bolder;
  font-size: var(--font-2);
  margin-left: 20px;
}

/* End Nav */

/* Start Header */

header {
  width: 100%;
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  z-index: 20;
  border-bottom: 1px solid #ccc;
}

.header-small {
  position: fixed;
  margin-top: 0.40%;
}

header .logo {
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: var(--font-6);
  font-weight: bolder;
  margin-left: 1%;
  margin-top: .5%;
}

header .nav {
  float: left;
  margin-left: 15%;
  display: flex;
  align-items: center;
}

header .nav a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: var(--font-2);
  position: relative;
  padding-bottom: 2px;
  margin: 0 20px;
}

header .nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

header .nav a:hover::before {
  width: 100%;
}

header .cont_coll:hover .mun_coll {
  display: block;
}

header .cont_coll {
  margin-top: 2%;
  padding-bottom: 2%;
}

header .fit_coll {
  margin-top: 2%;
  padding-bottom: 2%;
}

header .fit_coll:hover .mun_fit {
  display: block;
}

header button {
  float: right;
  border: none;
  outline: none;
  background: none;
  margin-right: 5%;
  cursor: pointer;
  margin-top: 1%;
}

header button i {
  font-size: var(--font-5);
}

.mun_coll {
  width: 100%;
  height: 50vh auto;
  position: fixed;
  background: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  left: 0;
  top: 7.5%;
  transition: .7s ease;
  display: none;
  z-index: 6;
}

.mun_coll .wordLink {
  width: 40%;
  height: auto;
  float: left;
  margin-top: 1%;
}

.mun_coll .wordLink ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mun_coll .wordLink ul li {
  margin: 20px 0;
}

.mun_coll .wordLink ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.mun_coll .imgColl {
  width: 40%;
  height: 55vh;
  float: right;
  overflow: hidden;
  position: relative;
  margin-top: 2vh;
  margin-bottom: 2vh;
  border-radius: 25px;
}

.mun_coll .imgColl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mun_coll .imgColl .imgword {
  position: absolute;
  top: 0;
  margin-top: 50%;
  margin-left: 5%;
}

.mun_coll .imgColl .imgword h2 {
  color: #fff;
  font-size: 30px;
}

.mun_coll .imgColl .imgword p {
  text-transform: uppercase;
  color: #fff;
  margin-top: 4%;
}



.mun_fit {
  width: 100%;
  height: 50vh auto;
  position: fixed;
  background: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  margin-top: 1%;
  left: 0;
  transition: .7s ease;
  display: none;
  z-index: 6;
  padding-bottom: 1%;
}

.mun_fit .wordLinkfit {
  width: 40%;
  height: auto;
  float: left;
  margin-top: 1%;
}

.mun_fit .wordLinkfit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mun_fit .wordLinkfit ul li {
  margin: 20px 0;
}

.mun_fit .wordLinkfit ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.mun_fit .imgColl {
  width: 40%;
  height: 60vh;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  margin-top: 1%;
}

.mun_fit .imgColl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mun_fit .imgColl .imgword {
  position: absolute;
  top: 0;
  margin-top: 55%;
  margin-left: 5%;
}

.mun_fit .imgColl .imgword h2 {
  color: #fff;
  font-size: 30px;
}

.mun_coll,
.mun_fit .imgColl .imgword p {
  text-transform: uppercase;
  color: #fff;
  margin-top: 5%;
}

.munio {
  display: none;
}

.mun {
  display: none;
}

.mun1 {
  display: none;
}

.mun2 {
  display: none;
}

/* End Header */

/* Start Search */

.searchdiv {
  width: 100%;
  height: 70vh;
  padding-bottom: 5vh;
  border-bottom: 1px solid #ccc;
  position: fixed;
  z-index: 30;
  background: #fff;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform .5s ease;
  top: 0;
}

.searchdiv .searchinput {
  width: 100%;
  height: 8vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.searchdiv .searchinput .search {
  font-size: var(--font-5);
  margin-left: 3%;
}

.searchdiv .searchinput input {
  margin-left: 2%;
  width: 75%;
  height: 80%;
  font-size: 20px;
  border: none;
  outline: none;
  color: #000;
}

.searchdiv .searchinput .x_search {
  font-size: var(--font-3);
  cursor: pointer;
  margin-left: 8%;
  transition: transform 0.4s ease-in-out;
}

.searchdiv .searchinput .x_search:hover {
  transform: rotate(90deg);
}

.searchdiv .searchresolt {
  width: 100%;
  height: auto;
  margin-top: 3%;
  overflow: hidden;
}

.searchdiv .searchresolt h4 {
  width: 30%;
  text-transform: uppercase;
  font-size: var(--font-4);
  margin-left: 3%;
  padding-bottom: .5%;
  border-bottom: 1px solid #eee;
}

.searchdiv .searchresolt ul {
  list-style: none;
  padding: 0;
  margin-left: 3%;
}

.searchdiv .searchresolt ul li {
  margin-top: 3%;
}

.searchdiv .searchresolt ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: var(--font-3);
}

/* End Serach */

/* Start wash-jeans */

.wash-jeans {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wash-jeans .cont-wash-jeans {
  margin-top: 5%;
  margin-left: 10%;
  text-align: left;

}

.wash-jeans .cont-wash-jeans h1 {
  color: #333;
  font-size: var(--font-7);
  font-style: italic;
}

.wash-jeans .cont-wash-jeans p {
  font-size: var(--font-4);
  width: 80%;
  line-height: 1.5em;
}

.wash-jeans .cont-wash-jeans .backdiv {
  width: 85%;
  height: auto;
  background: #f0f0f0;
  padding: 3% 1%;
  border-radius: 10px;
  margin-top: 2%;
}

.wash-jeans .cont-wash-jeans .backdiv h4 {
  margin-bottom: 1rem;
  color: #333;
  text-align: left;
  font-size: var(--font-6);
  font-style: italic;
}

.wash-jeans .cont-wash-jeans .backdiv ul {
  padding: 0;
  margin-left: 2%;
}

.wash-jeans .cont-wash-jeans .backdiv ul li {
  margin: 10px 0;
}

.wash-jeans .cont-wash-jeans .wash2 {
  margin-top: 2%;
}

.wash-jeans .cont-wash-jeans .wash2 h2 {
  margin-bottom: 1rem;
  color: #333;
  text-align: left;
  font-size: var(--font-6);
  font-style: italic;
  text-transform: uppercase;
}

.wash-jeans .cont-wash-jeans .wash2 img {
  width: 50%;
  margin-left: 15%;
}

.wash-jeans .cont-wash-jeans .wash2 p {
  font-size: var(--font-3);
  margin-top: 3%;
}

.wash-jeans .cont-wash-jeans .wash2 h5 {
  font-size: var(--font-6);
  font-weight: bold;
  font-style: italic;
  margin-top: 3%;
  color: #333;
}

.wash-jeans .cont-wash-jeans .wash2 li {
  margin: 10px 0;
  font-size: var(--font-3);
  line-height: 1.5em;
}

/* End wash-jeans */

/* Start Footers */

footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5%;
}

footer h3 {
  font-size: var(--font-7);
  text-transform: uppercase;
  padding-top: 5%;
  margin-left: 2%;
}

footer .footCard {
  width: 97%;
  overflow: hidden;
  margin-left: 2%;
}

footer .footCard .card {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-top: 3%;
}

footer .footCard .card h4 {
  color: #fff;
  font-size: var(--font-4);
  text-transform: uppercase;
}

footer .footCard .card a {
  text-decoration: none;
  color: #eee;
  font-size: var(--font-3);
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  transition: .5s ease;
}

footer .footCard .card a:hover {
  color: var(--color1);
}

footer .social {
  overflow: hidden;
  margin-top: 5%;
  margin-left: 35px;
}

footer .social h4 {
  font-size: var(--font-4);
  padding-bottom: 20px;
}

footer .social a {
  text-decoration: none;
  margin-right: 15px;
  transition: .5s ease;
}

footer .inp {
  margin-top: 4%;
  margin-left: 3%;
  position: relative;
  height: auto;
}

footer .inp .langbox {
  border: 1px solid rgba(250, 250, 250, 0.25);
  background-color: #000;
  width: 18%;
  height: auto;
  list-style: none;
  padding: 0.50% 1%;
  position: absolute;
  margin-top: -8%;
  display: none;
  z-index: 1;
}

footer .inp .langbox a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: var(--font-2);
}

footer .inp .langbox .legnow {
  border-bottom: 1px solid #828282;
}

footer .inp button {
  border: 1px solid #828282;
  outline: none;
  background: none;
  color: #fafafa;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: var(--font-2);
  display: flex;
  align-items: center;
}

footer .inp button i {
  margin-left: 7px;
  float: right;
}

.copyr {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  width: 100%;
}

.copyr p {
  float: left;
  color: #eee;
  font-size: var(--font-2);
  text-transform: uppercase;
  margin-left: 3%;
}

.copyr p i {
  margin-right: 5px;
}

.copyr a {
  float: left;
  text-decoration: none;
  color: #eee;
  font-size: var(--font-2);
  margin-left: 1.5%;
  transition: .5s ease;
}

.copyr a:hover {
  color: var(--color1);
}

footer .doorcach {
  width: auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 60%;
}

footer .doorcach li {
  margin: 0 5px;
}

/* End Footers */

@media (max-width: 720px) {
  .wash-jeans .cont-wash-jeans {
    margin: 0;
    margin-left: 5%;
  }

  .wash-jeans .cont-wash-jeans p {
    font-size: var(--font-3);
    width: 95%;
    line-height: 1.5em;
    margin-top: -3%;
    display: inline-block;
  }

  .wash-jeans .cont-wash-jeans .backdiv {
    width: 95%;
    padding: 5% 1%;
    border-radius: 10px;
    margin-top: 2%;
    position: relative;
    padding-left: 10%;
  }

  .wash-jeans .cont-wash-jeans .backdiv ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .wash-jeans .cont-wash-jeans .backdiv ul li {
    padding: 0;
    margin-top: 3%;
  }


  .wash-jeans .cont-wash-jeans .wash2 p ul {
    padding-left: 10%;
    margin-left: 5%;
  }
}