@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Lexend', sans-serif;
    background-color: rgb(242, 242, 242);
    overflow-x: hidden;
    caret-color: transparent;
}

html{
  scroll-behavior: smooth;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}
section{
  margin-top: 50px;
}
h1{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

h2{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 12px;
  font-weight: normal;
}
h3{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.mt80{
  margin-top: 80px;
}
.title{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
h4{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
h5{
  font-size: 12px;
  font-weight:300;
}
p{
  font-size: 11px;
  font-weight:300;
}
.nav-link > a{
  font-family: 'Lexend Zetta', sans-serif;
  font-weight: bold;
}
hr.card{
margin-top: 0px;
background: #000000;
border-width: 1px;
}
header{
    position: fixed;
    top: 0px;
    background-color: #F2F2F2;
    width: 100%;
    z-index: 1000;
}
#preloader{
  background: #000;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 100;
}
.container{
    max-width: 65rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.over{
  position: relative;
  text-align: left;
  color: #92C4CE;
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 35px;
  font-weight: bold;
}
.text-over{
  position: absolute;
  bottom: 10%;
  margin-left: 5%;
  font-size: 35px;
}
.aboutover{
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  text-align: right;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
}
.text-aboutover{
  position: absolute;
  bottom: 15%;
  margin-left: 5%;
  margin-right: 55%;
}
.text-aboutover-title{
  font-size: 18px;
  font-weight: bold;
}
.text-aboutover-text{
  padding-top: 20px;
  margin-left: 100px;
  font-size: 20px;
  font-weight: normal;
}
.main-img{
  margin-top: 80px;
  border-bottom-left-radius: 130px;
}
.text-title{
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.color-title{
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #92C4CE;
}
.colortitle{
  padding-top: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #92C4CE;
}
.blacktitle{
  margin-top: -20px;
  font-size: 22px;
  text-align: center;
  font-weight: 900;
}
.blacksubtitle{
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.blacksubtitle-1{
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.color-subtitle{
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #92C4CE;
}
.card{
  background-color: #92C4CE;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 50px;
  box-shadow: 8px 8px 20px rgba(0,0,0,0.2);

}
.card-box{
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.card-space{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-icon{
  float: right;
  width: auto;
  height: auto;
  margin-top: -35px;
  padding-left: 5px;
  padding-right: 5px;
  border: 3px solid;
  border-color: #F2F2F2;
  border-radius: 10px;
}
.box-icon i{
  font-size: 20px;
  color: #F2F2F2;
}
.box-textblack{
  font-size: 25px;
  font-weight: bold;
  line-height: 0.9;
}
.box-textwhite{
  font-size: 15px;
  font-weight: bold;
  color: #F2F2F2;
  line-height: 1.2;
}
.works-title{
  font-size: 20px;
  font-weight: bold;
  color: #92C4CE;
  padding-left: 13px;
}
.works-strong{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 13px;
}
.works-text{
  font-size: 17px;
  line-height: 1.2;
  margin-top: -10px;
  padding-left: 13px;
}
.step1-title{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #92C4CE;
  padding-left: 13px;
}
.step1-strong{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 13px;
}
.step1-text{
  font-size: 17px;
  line-height: 1.2;
  margin-top: -10px;
  padding-left: 13px;
}
.step2{
  margin-left: 30px;
}
.step2-title{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #92C4CE;
  padding-left: 13px;
}
.step2-strong{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 13px;
}
.step2-text{
  font-size: 17px;
  line-height: 1.2;
  margin-top: -10px;
  padding-left: 13px;
}
.step3-title{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #92C4CE;
  padding-left: 10px;
}
.step3-strong{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
}
.step3-text{
  font-size: 17px;
  line-height: 1.2;
  margin-top: -10px;
  padding-left: 10px;
}
.overlay{
  width: 100%;
}
.overimage{
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Lexend Zetta', sans-serif;
  font-weight: bold;
}
.text-overimage{
  position: absolute;
  bottom: 60%;
  left: 0%;
  right: 0%;
  font-size: 50px;
}
.image-over{
  object-fit: cover;
  height: 600px;
  width: 100%;
}
.impresoverimage{
  position: relative;
  text-align: center;
}
.text-impresoverimage{
  position: absolute;
  bottom: 10%;
  left: 0%;
  right: 0%;
}
.text-impresoverimage h1{
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  font-weight: bold;
}
.text-impresoverimage h2{
  font-size: 18px;
  font-family: 'Lexend', sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: -5px;
}
.image-impresover{
  object-fit: cover;
  height: 600px;
  width: 100%;
}
.star-impres{
  margin-top: 10px;
}
.star-impres i{
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}
.text-impres{
  margin-top: 10px;
}
.text-impres h1{
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
  font-weight: bold;
}
.text-impres p{
  margin-top: 10px;
  font-size: 14px;
  font-family: 'Lexend', sans-serif;
}
.impres-img{
  max-height: 150px;
  width: auto;
}
.impres-top{
  margin-top: 40px;
}
.color-cards{
  margin-left: -20px;
  margin-top: -60px;
}
.color-sticker{
  margin-bottom: 40px;
  margin-left: -20px;
}
.color-chromy{
  margin-top: -20px;
}
.color-brush{
  margin-top: -20px;
}
.shopping-img{
  margin-top: -50px;
}
.loading-img{
  width: 40px;
  height: auto;
}
.shopping-hr{
  margin-bottom: 40px; margin-top: 40px;
}
.shopping-hr-white{
  color: #ffffff;
}
.shopping-title{
  font-size: 25px;
  font-weight: bold;
}
.shopping-titlebold{
  padding-left: 50px;
  font-size: 23px;
  font-weight: bold;
}
.random-titlebold{
  padding-left: 35px;
  font-size: 18px;
  font-weight: bold;
}
.shop-title{
  padding-left: 35px;
  font-size: 18px;
  font-family: 'Lexend', sans-seri;
  font-weight: normal;
}
.shop-titlebold{
  padding-left: 50px;
  font-size: 25px;
  font-weight: bold;
}
.shop-titlestrong{
  font-size: 25px;
}
.shop-maintitle{
  padding-top: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #92C4CE;
}
.shop-mainsubtitle{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}
.shop-text{
  padding-top: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.shop-colortext{
  font-size: 13px;
  text-align: center;
  margin-top: -10px;
  font-weight: bold;
  color: #92C4CE;
}
.shop-button{
  height: 60px;
  border-radius: 0px;
  background-color: #92C4CE;
  border-color: #BAC0C0;
  border-width: 0.5px;
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.section-plasty{
  margin-top: 80px;
}
.section-metal{
  margin-top: 50px;
}
.section-sticky{
  margin-top: 50px;
}
.section-support{
  margin-top: 80px;
}
.addtocard-button{
  height: 40px;
  border-radius: 0px;
  background-color: #92C4CE;
  border-color: #92C4CE;
  border-width: 0.5px;
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 45px;
}
.addtocard-random{
  height: 40px;
  border-radius: 0px;
  background-color: #92C4CE;
  border-color: #92C4CE;
  border-width: 0.5px;
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 25px;
}
.close-button{
  height: 20px;
  border-radius: 0px;
  background-color: #000000;
  border-color: #000000;
  border-width: 0.5px;
  font-family: 'Lexend', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 45px;
}

.close-button:hover{
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.total-button{
  height: 40px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0.5px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #92C4CE;
  padding-left: 10px;
  padding-right: 10px;
}

.total-button:hover{
  background-color: #000000;
  color: #ffffff;
}
.total-label{
  background-color: #000000;
  color: #ffffff; height: 40px;
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.addtocard-label{
  background-color: #000000;
  color: #ffffff; height: 40px;
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.addtocard-row{
  margin-right: 5px;
}
.addtocard-label-white{
  background-color: #ffffff;
  color: #000000;
  height: 40px;
  width: auto;
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  font-weight: bold;
  max-width: 80px;
  text-align: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.addtocard-button:hover{
  color: #000000;
}
.addtocard-random:hover{
  color: #000000;
}
.addtocard-img{
  margin-top: -20px;
}
.choose-title{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.choose-icons a {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid;
    border-color: #F2F2F2;
    border-width: 10px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 1s ease;
}

.choose-icons a:hover {
    border-color: #ffffff;
    border-width: 10px;
    transition: all 1s ease;
    transform: translateY(-2px);
}

.refresh{
  animation: fadeIn 1s;
  min-height: 400px;
}
.support-maintitle{
  padding-top: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #92C4CE;
}
.support-title{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}
.about-maintitle{
  padding-top: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.about-mainsubtitle{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
  color: #92C4CE;
}
.about-img{
  border-bottom-left-radius: 100px;
  box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
}
.map{
  filter: grayscale(1);
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact-qr{
  padding: 10px;
  background-color: #ffffff;
  height: 150px;
  width: auto;
  float: right;
  border-radius: 5px;
}
.contact-logo{
  height: 40px;
  width: auto;
}
.contact-p{
  font-size: 15px;
  font-weight: bold;
}
.contact-p1{
  font-size: 15px;
  font-weight: bold;
}
footer{
  background-color: #000000;
  height: 120px;
  margin-top: 50px;
}
.logo-container{
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-btn{
    flex: 3;
    display: flex;
    margin-top: 20px;
}

.nav-links{
    flex: 2;
}

.log-sign{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span{
    font-weight: 300;
}

.btn{
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn.solid, .btn.transparent:hover{
    background-color: #fff;
    color: #69bde7;
}

.btn.transparent, .btn.solid:hover{
    background-color: transparent;
    color: #fff;
}

.nav-links > ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-link{
    position: relative;
}

.nav-link > a{
    line-height: 3rem;
    color: #000000;
    padding: 0 .1rem;
    letter-spacing: 1px;
    font-family: 'Lexend Zetta', sans-serif;
    font-weight: 600;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link > a > i{
    margin-left: .2rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul{
    position: relative;
}

.dropdown-link > a{
    display: flex;
    background-color: #fff;
    color: #3498db;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover > a{
    background-color: #3498db;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}

.dropdown-link i{
    transform: rotate(-90deg);
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #3498db;
}

.dropdown-link{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color:#91B9C3;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #91B9C3;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;

}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
    background-color: #91B9C3;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
    background-color: #91B9C3;
}
.show{
  display: none;
}
.circle{
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-top: 72px;
  margin-left: -2px;
  background-color: rgb(242, 242, 242);
  padding: 4px;
}
.prSocial{
  padding-right: 0px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6CB4C0;
    border-radius: 100px;
    color: white;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

.social-icons a:hover {
    background-color: #CAD6D6;
    color: white;
}
.photo{
  width: 400px; height: 400px; object-fit: cover;
}
.mar-top{
  margin-top: 30px;
}
.heig-60{
  height: 60px;
}
@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px){
  .refresh{
    animation: fadeIn 1s;
    min-height: 200px;
  }
  .over{
    position: relative;
    text-align: left;
    color: #ACCAD4;
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
  .title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
  .text-over{
    position: absolute;
    bottom: 10%;
    margin-left: 5%;
    font-size: 13px;
  }
  .main-img{
    margin-top: 80px;
    border-bottom-left-radius: 55px;
  }
  .text-title{
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
  }
  .colortitle{
    padding-top: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: #92C4CE;
  }
  .blacktitle{
    margin-top: -20px;
    font-size: 17px;
    text-align: center;
    font-weight: 900;
  }
  .blacksubtitle{
    padding-top: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
  }
  .blacksubtitle-1{
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
  }
  .color-title{
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #92C4CE;
  }
  .color-subtitle{
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #92C4CE;
  }
  .card{
    background-color: #92C4CE;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 45px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  }
  .card-box{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .card-space{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-icon{
    float: right;
    width: auto;
    height: auto;
    margin-top: -35px;
    padding-left: 5px;
    padding-right: 5px;
    border: 3px solid;
    border-color: #F2F2F2;
    border-radius: 10px;
  }
  .box-icon i{
    font-size: 20px;
    color: #F2F2F2;
  }
  .box-textblack{
    font-size: 22px;
    font-weight: bold;
    line-height: 0.9;
  }
  .box-textwhite{
    font-size: 14px;
    font-weight: bold;
    color: #F2F2F2;
    line-height: 1.2;
  }
  .works-title{
    font-size: 11px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 0px;
  }
  .works-strong{
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding-left: 0px;
  }
  .works-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 0px;
  }
  .step1-title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 5px;
  }
  .step1-strong{
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
  }
  .step1-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 5px;
  }
  .step2{
    margin-left: 20px;
  }
  .step2-title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 5px;
  }
  .step2-strong{
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
  }
  .step2-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 5px;
  }
  .step3-title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 0px;
  }
  .step3-strong{
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding-left: 0px;
  }
  .step3-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 0px;
  }
  .overlay{
    width: 100%;
  }
  .overimage{
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lexend Zetta', sans-serif;
    font-weight: bold;
  }
  .text-overimage{
    position: absolute;
    bottom: 60%;
    left: 0%;
    right: 0%;
    bottom: 55%;
    font-size: 15px;
  }
  .image-over{
    object-fit: cover;
    height: 150px;
    width: 100%;
  }
  .impresoverimage{
    position: relative;
    text-align: center;
  }
  .text-impresoverimage{
    position: absolute;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }
  .text-impresoverimage h1{
    font-size: 18px;
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
  }
  .text-impresoverimage h2{
    font-size: 10px;
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-top: -5px;
  }
  .image-impresover{
    object-fit: cover;
    height: 380px;
    width: 100%;
  }
  .impres-top{
    margin-top: 20px;
  }
  .impres-img{
    max-height: 85px;
    width: auto;
  }
  .star-impres{
    margin-top: 5px;
  }
  .star-impres i{
    color: #ffffff;
    margin-left: 0.5px;
    margin-right: 0.5px;
    font-size: 10px;
  }
  .text-impres{
    margin-top: 10px;
  }
  .text-impres h1{
    font-size: 12px;
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
  }
  .text-impres p{
    margin-top: 11px;
    font-size: 8px;
    font-family: 'Lexend', sans-serif;
  }
  .color-cards{
    margin-left: -12px;
    margin-top: -30px;
  }
  .color-sticker{
    margin-bottom: 15px;
    margin-left: -12px;
  }
  .color-chromy{
    margin-top: -15px;
    margin-left: -3px;
  }
  .color-brush{
    margin-top: -15px;
    margin-left: -3px;
  }
  .shopping-img{
    margin-top: -30px;
  }
  .shopping-hr{
    margin-bottom: 20px; margin-top: 20px;
  }
  .shopping-titlebold{
    padding-left: 30px;
    font-size: 13px;
    font-weight: bold;
  }
  .random-titlebold{
    padding-left: 14px;
    font-size: 12px;
    font-weight: bold;
  }
  .shop-title{
    padding-left: 10px;
    font-size: 10px;
  }
  .shop-titlestrong{
    font-size: 15px;
  }
  .shop-titlebold{
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
  }
  .shop-maintitle{
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #92C4CE;
  }
  .shop-mainsubtitle{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: -20px;
  }
  .shop-text{
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
  }
  .shop-colortext{
    font-size: 11px;
    text-align: center;
    margin-top: -10px;
    font-weight: bold;
    color: #92C4CE;
  }
  .shop-button{
    height: 30px;
    border-radius: 0px;
    background-color: #92C4CE;
    border-color: #BAC0C0;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
  }
  .support-maintitle{
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #92C4CE;
  }
  .support-title{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: -20px;
  }
  .addtocard-button{
    height: 20px;
    border-radius: 0px;
    background-color: #92C4CE;
    border-color: #92C4CE;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
  }
  .addtocard-random{
    height: 20px;
    border-radius: 0px;
    background-color: #92C4CE;
    border-color: #92C4CE;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -5px;
  }
  .close-button{
    height: 15px;
    border-radius: 0px;
    background-color: #000000;
    border-color: #000000;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 15px;
  }
  .addtocard-img{
    margin-top: -10px;
  }
  .addtocard-row{
    margin-right: 10px;
  }
  .addtocard-label{
    background-color: #000000;
    color: #ffffff; height: 20px;
    font-family: 'Lexend', sans-serif;
    font-size: 8px;
    font-weight: bold;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .addtocard-label-white{
    background-color: #ffffff;
    color: #000000;
    height: 20px;
    width: auto;
    font-family: 'Lexend', sans-serif;
    font-size: 8px;
    font-weight: bold;
    max-width: 40px;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .addtocard-button:hover{
    color: #000000;
  }
  .choose-title{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
  }
  .choose-icons a {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      border: 2px solid;
      border-color: #F2F2F2;
      border-width: 3px;
      margin-left: 0.2px;
      margin-right: 0.2px;
      transition: all 1s ease;
  }

  .choose-icons a:hover {
      border-color: #ffffff;
      border-width: 3px;
      transition: all 1s ease;
      transform: translateY(-2px);
  }
  .about-maintitle{
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .about-mainsubtitle{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: -20px;
    color: #92C4CE;
  }
  .aboutover{
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: right;
    font-family: 'Lexend', sans-serif;
    font-size: 10px;
  }
  .text-aboutover{
    position: absolute;
    bottom: 5%;
    margin-left: 5%;
    margin-right: 55%;
  }
  .text-aboutover-title{
    font-size: 8px;
    font-weight: bold;
  }
  .text-aboutover-text{
    padding-top: 3px;
    margin-left: 20px;
    font-size: 7px;
    font-weight: normal;
  }
  .about-img{
    border-bottom-left-radius: 50px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  }
  .map{
    filter: grayscale(1);
    width: 100%;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .contact-qr{
    padding: 5px;
    background-color: #ffffff;
    height: 70px;
    width: auto;
    float: right;
    border-radius: 2px;
  }
  .contact-logo{
    height: 20px;
    width: auto;
  }
  .contact-p{
    font-size: 8px;
    font-weight: bold;
  }
  .contact-p1{
    font-size: 8px;
    font-weight: bold;
    margin-top: -10px;
  }
  .prSocial{
    padding-right: 70px;
  }
  .social-icons a {
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #6CB4C0;
      border-radius: 100px;
      color: white;
      margin-top: 10px;
      margin-left: 5px;
      margin-right: 5px;
      font-size: 10px;
  }

  .social-icons a:hover {
      background-color: #CAD6D6;
      color: white;
  }
  footer{
    background-color: #000000;
    height: 80px;
    margin-top: 10px;
  }
    .hamburger-menu-container{
        display: flex;
    }

    #check{
        display: block;
    }

    .nav-btn{
        position: fixed;
        height: 310px;
        top: 5rem;
        left: 0px;
        width: 50%;
        float: right;
        background-color: rgb(0, 0, 0,0.8);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(200%);
        transition: .65s;
        border-bottom-left-radius: 50px;
        margin-top: 0px;
    }

    #check:checked ~ .nav-btn{
        transform: translateX(100%);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links{
        flex: initial;
        width: 100%;
    }

    .nav-links > ul{
        flex-direction: column;
    }

    .nav-link{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link > a{
        line-height: 1;
        padding: 10px;
        margin-right: 10px;
        color: #ffffff;
        float: right;
        font-size: 11px;
    }

    .show{
      display: block;
    }

    .nav-link > img{
      height: 40px;
      width: 40px;
      float: right;
      margin-top: 10px;
      margin-right: 10px;
    }

    .dropdown, .dropdown.second{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #3183ac;
        display: none;
    }

    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transform: rotate(360deg);
    }

    .dropdown-link > a{
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)){
        border-bottom: none;
    }

    .arrow{
        z-index: 1;
        background-color: #69bde7;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow{
        background-color: #50a9d6;
    }

    .dropdown .dropdown .arrow{
        display: none;
    }

    .dropdown-link:hover > a{
        background-color: #3a91bd;
    }

    .dropdown-link:first-child:hover ~ .arrow{
        background-color: #50a9d6;
    }

    .nav-link > a > i{
        font-size: 1.1rem;
        transform: rotate(0deg);
        transition: .7s;
    }

    .dropdown i{
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign{
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
    .photo{
      width: 150px; height: 150px; object-fit: cover;
    }
}
@media (max-width: 415px){
  .text-over{
    position: absolute;
    bottom: 10%;
    margin-left: 5%;
    font-size: 10px;
  }
  .refresh{
    animation: fadeIn 1s;
    min-height: 180px;
  }
  .step1-title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 3px;
  }
  .step1-strong{
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding-left: 3px;
  }
  .step1-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 3px;
  }
  .step2{
    margin-left: 20px;
  }
  .step2-title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 3px;
  }
  .step2-strong{
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding-left: 3px;
  }
  .step2-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 3px;
  }
  .step3-title{
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #92C4CE;
    padding-left: 0px;
    margin-left: -3px;
  }
  .step3-strong{
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding-left: 0px;
    margin-left: -3px;
  }
  .step3-text{
    font-size: 9px;
    line-height: 1.2;
    margin-top: -10px;
    padding-left: 0px;
    margin-left: -3px;
  }
  .color-cards{
    margin-left: -8px;
    margin-top: -30px;
  }
  .color-sticker{
    margin-bottom: 13px;
    margin-left: -8px;
  }
  .color-chromy{
    margin-top: -15px;
    margin-left: 0px;
  }
  .color-brush{
    margin-top: -15px;
    margin-left: 0px;
  }
  .text-aboutover{
    position: absolute;
    bottom: 5%;
    margin-left: 5%;
    margin-right: 55%;
  }
  .text-aboutover-title{
    font-size:6px;
    font-weight: bold;
  }
  .text-aboutover-text{
    padding-top: 3px;
    margin-left: 8px;
    font-size: 6px;
    font-weight: normal;
  }
  .image-impresover{
    object-fit: cover;
    height: 430px;
    width: 100%;
  }
  .shop-titlebold{
    padding-left: 25px;
    font-size: 10px;
    font-weight: bold;
  }
  .addtocard-label{
    background-color: #000000;
    color: #ffffff; height: 20px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .addtocard-button{
    height: 20px;
    border-radius: 0px;
    background-color: #92C4CE;
    border-color: #92C4CE;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
  }
  .addtocard-random{
    height: 20px;
    border-radius: 0px;
    background-color: #92C4CE;
    border-color: #92C4CE;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -5px;
  }
  .close-button{
    height: 15px;
    border-radius: 0px;
    background-color: #000000;
    border-color: #000000;
    border-width: 0.5px;
    font-family: 'Lexend', sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 10px;
  }
  .shopping-titlebold{
    padding-left: 25px;
    font-size: 13px;
    font-weight: bold;
  }
  .prSocial{
    padding-right: 70px;
  }
}
