 body {
    background:#fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
 }
* {
      font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 .lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.archivo-bold {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  
.nav-link {
font-size: 16px;
color: #1C1C1C;
letter-spacing: 0.5px;
text-align: right;
}

h1 {
font-size: 96px;
color: #1C1C1C;
letter-spacing: -1.5px;
font-weight: 700;
}

p {
font-size: 16px;
color: #1C1C1C;
letter-spacing: 0.5px;
text-align: justify;
line-height: 24px; 
}

.number {
font-size: 16px;
font-weight: 300;
color: #1C1C1C;
letter-spacing: 0.5px;
text-align: justify;
}

.gotostore {
    display: flex;
    background: url('../img/arrow.svg') center center no-repeat;
    width:212px;
    height:95px;
    text-align: left;
    line-height: 95px;;
font-weight: bold;
font-size: 16px;
color: #1C1C1C;
letter-spacing: 0.5px;
 text-decoration: none;;
 font-family: "Archivo", sans-serif;
 font-optical-sizing: auto;
 font-weight: 900;
 font-style: normal;
}

.gotostore:hover {
 
 -webkit-animation: pulse 1s;
 animation: pulse 1s;
 animation-iteration-count:infinite 
}

.email {
    display: flex;
    background: url('../img/icon/strzalkawprawo.svg') left center no-repeat;
    padding-left: 95px;
    text-align: left;
    line-height: 95px;;
font-weight: bold;
font-size: 16px;
color: #1C1C1C;
letter-spacing: 0.5px;
 text-decoration: none;;
 font-family: "Archivo", sans-serif;
 font-optical-sizing: auto;
 font-weight: 900;
 font-style: normal;
 text-transform: uppercase;
}

.email:hover {
 
 -webkit-animation: pulse 1s;
 animation: pulse 1s;
 animation-iteration-count:infinite 
}


.shop {
    border-bottom:1px solid #000;
}

.logoop {
    opacity: 1;
}

.logoop:hover {
    opacity: 0.8;;
}

footer * {
 font-weight: bold;
 text-transform: uppercase;
font-size: 16px;
color: #1C1C1C;
letter-spacing: 0.5px;
text-align: justify;
}
@media (max-width: 768px) { 
    h1 {
        font-size: 46px;
        color: #1C1C1C;
        letter-spacing: -1.5px;
        font-weight: 700;
    }

    body {
        overflow-x: hidden; /* Hide horizontal scrollbar */
    }


.email {
    display: flex;
    background: url('../img/icon/strzalkawprawo.svg') left center no-repeat;
    padding-left: 95px;
    text-align: left;
    line-height: 25px;;
    padding-top:30px;
    padding-bottom: 30px;;
font-weight: bold;
font-size: 16px;
color: #1C1C1C;
letter-spacing: 0.5px;
 text-decoration: none;;
 font-family: "Archivo", sans-serif;
 font-optical-sizing: auto;
 font-weight: 900;
 font-style: normal;
 text-transform: uppercase;
}
 }