/* Start Main Rulez */
@font-face {
  font-family: 'RobotoCondensed';
  src:
    url('../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 Help Center */

.help {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background-image: url(../images/Untitled_design_8.webp);
  background-size: cover;
}

.help h2 {
  color: #fff;
  font-size: var(--font-9);
  font-weight: 400;
  text-align: center;
  margin-top: 10%;
}

.help .serchbox {
  background-color: #fff;
  width: 40%;
  height: 8vh;
  display: flex;
  align-items: center;
  margin-left: 30%;
  margin-top: 5%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.help .serchbox i {
  color: #ccc;
  margin-left: 5%;
  font-size: var(--font-5);
}

.help .serchbox input {
  width: 80%;
  margin-left: 2%;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: var(--font-4);
  color: #ccc;
}

/* End Help Center */

/* Start Tools */

.tools {
  width: 100%;
  height: auto;
  padding-top: 5%;
}

.tools .opyions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.tools .opyions button {
  width: 100%;
  height: 9vh;
  text-align: left;
  cursor: pointer;
  background: none;
  outline: none;
  border: 1px solid #ccc;
  padding-left: 5%;
  font-size: var(--font-3);
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: 0.5s ease;
}

.tools .opyions button:hover {
  border-color: dodgerblue;
}

.tools .opyions button .left-i {
  margin-right: 1%;
  color: dodgerblue;
  font-size: var(--font-4);
}

.tools .opyions button .right-i {
  margin-left: 1%;
  color: rgb(248, 248, 17);
  font-size: var(--font-5);
}

.tools .opyions button .angle-right {
  position: absolute;
  top: 0;
  margin-top: 3vh;
  margin-left: 90%;
  color: #ccc;
}

.tools .track-order {
  width: 100%;
  height: 22vh;
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: var(--font-4);
  font-weight: bold;
}

.tools .track-order:hover {
  border-color: dodgerblue;
}

.tools .track-order span {
  margin-top: 0.5%;
  margin-bottom: 1.5%;
}

.tools .track-order .shopping {
  color: dodgerblue;
}

.tools .track-order .serch {
  font-size: 25px;
  margin-top: -10px;
  margin-left: 5px;
}

/* End Tools */

/* Start Informtin */

.informtin {
  width: 100%;
  height: auto;
  padding-top: 5%;
  overflow: hidden;
}

.informtin .header-info {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.informtin .header-info h3 {
  float: left;
  font-size: var(--font-7);
}

.informtin .header-info .contener-button {
  width: auto;
  height: auto;
  float: right;
  background: #1e8fff6e;
  padding: 6px;
  border-radius: 5px;
}

.informtin .header-info .contener-button button {
  border: none;
  background: none;
  color: dodgerblue;
  outline: none;
  padding: 5px 12px;
  padding-top: 7px;
  border-radius: 5px;
  cursor: pointer;
  font-size: var(--font-4);
}

.informtin .header-info .contener-button .list-1 {
  color: #fafafa;
  background-color: dodgerblue;
}

.informtin .contener-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  overflow: hidden;
  margin-top: 5%;
}

.informtin a {
  text-decoration: none;
}

.informtin .contener-card .card {
  width: 100%;
  height: 43vh;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-bottom: 2vh;
}

.informtin .contener-card .card:hover {
  border-color: #1e8fffc6;
}

.informtin .contener-card .card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  object-position: center;
}

.informtin .contener-card .card h5 {
  margin-top: 1%;
  margin-left: 5%;
  font-size: var(--font-4);
  color: #000;
}

.informtin .contener-card .card p {
  margin-top: 1%;
  margin-left: 5%;
  font-size: var(--font-2);
  color: #828282;
}

/* List 2 */
.informtin .contener-card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  overflow: hidden;
  margin-top: 5%;
  display: none;
}

.informtin .contener-card-list .card {
  width: 100%;
  height: 25vh;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.informtin .contener-card-list .card:hover {
  border-color: #1e8fffc6;
}

.informtin .contener-card-list .card img {
  width: 40%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  float: left;
}

.informtin .contener-card-list .card h5 {
  margin-left: 20%;
  font-size: var(--font-4);
  color: #000;
}

.informtin .contener-card-list .card p {
  top: 0;
  right: 0;
  font-size: var(--font-2);
  color: #828282;
  position: absolute;
  margin-right: 1%;
  margin-top: 10%;
}

.informtin .contuct {
  width: 100%;
  height: auto;
  margin-top: 5%;
}

.informtin .contuct h3 {
  font-size: 27px;
  font-weight: 600;
}

.informtin .contuct .carde {
  width: 45%;
  height: 20vh;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 1%;
}

.informtin .contuct .carde a {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  font-size: var(--font-4);
  font-weight: bold;
}

.informtin .contuct .carde a i:first-child {
  color: dodgerblue;
  margin-left: 4%;
  margin-right: 3%;
  font-size: var(--font-5);
}

.informtin .contuct .carde a i:last-child {
  font-size: var(--font-3);
  color: #828282;
  margin-left: 70%;
}

.informtin .contuct .carde p {
  margin-left: 4%;
  margin-top: 3.5vh;
  color: #828282;
  font-weight: 300;
}

/* End Informtin */


/* Start Footers */

footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 85vh auto;
  overflow: hidden;
  margin-top: 5%;
}

footer h3 {
  font-size: var(--font-7);
  text-transform: uppercase;
  padding-top: 8%;
  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 */