@import url('fonts.css');

html, *{
    font-family: 'Roboto', sans-serif ;
}
.fa-solid{
    font-family: "Font Awesome 6 Free" ;
    font-weight: 900;
}

/* header */
.navbar {
    min-height: 75px;
}
.navbar-item{
    font-weight: 700;
    font-size: 11pt;
    color: #000;
}
.navbar-item:hover{
  color: #000 !important;
  background-color: #fff !important;
}
.navbar-end a{
  color: #4a4a4a;
}
.topbar{
  background-color: #e6e6e6;
  color: #939393;
  height: 40px;
  text-align: center;
  padding-top: 7px;
  font-weight: 500;
  letter-spacing: 2px;
}
.navbar{
  position: absolute;
  box-shadow: 0px 29px 18px -31px rgba(0,0,0,0.30);
  left: 0;
  right: 0;
}
.sticky {
  position: fixed;
  top: 0;
}
.spacer{
  width: 100%;
  height: 73px;
}
/* Dropdown main-menu */
.dropdowntriger{
    margin-top: 18px;
}
  .dropdowntriger input:after {
    content:"";
  }
  .dropdowntriger input {
    top:0;
    opacity:0;
    display:block;
    padding:0;
    margin:0;
    border:0;
    position:absolute;
    height:100%;
    width:100%;
  }
  .dropdowntriger input:hover {
    cursor:pointer;
  }
  .dropdowntriger input:checked ~ .dropdownoptions {
    transform: scaleY(1);
  }
  .dropdownoptions{
    display:block;
    position: absolute;
    background:white;
    height:auto;
    transform: scaleY(0);
    transform-origin: top left;
    transition-duration: 0.4s;
    left: 0;
    right: 0;
    top: 74px;
    box-shadow: -1px 57px 108px -48px rgba(0,0,0,0.30);
  }
  .dropdownoptions .container div{
    width: 100%;
    padding: 30px;
  }
  .dropdownoptions .container div a{
    width: 100%;
    float: left;
    color: #000;
    padding: 12px 0;
  }


  /* Page elements*/
  .hero{
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 200px;
    margin-bottom: 30px;
  }
  .hero-body .title{
    font-family: 'Courgette', serif;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
    font-size: 40pt;
  }
  .categorycontent{
    background-color: #e6e6e6;
    background: linear-gradient(90deg, rgba(245,245,245,1) 62%, rgba(255,255,255,1) 90%);
    margin:20px 20%;
    padding: 30px;
    border-radius: 15px;
    letter-spacing: 0.5px;
  }
  .maincontent{
    padding: 0 4%;
    letter-spacing: 0.5px;
    line-height: 24pt;
  }
  /* Shop elements */
  .tilechild{
    margin-bottom: 40px !important;
  }
  .tilechild .title{
    font-family: 'Courgette', serif;
    transform: rotate(0.99turn);
    margin-top: -25px;
    font-size: 20pt;
    text-shadow: 0px 0px 5px rgba(255,255,255,1);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
  }
  .tilechild .subtitle{
    position: absolute;
    top: 20px;
    left: -8px;
    background-color: rgba(255, 255, 255, 0.88);
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 900;
    letter-spacing: -2.4px;
    transform: rotate(0.03turn);
  }
  .tilechild .content{
    position: absolute;
    top: 0;
    padding: 30px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 51%, rgba(255,255,255,0.9) 100%);
    color: #000;
    left: 0;
    right: auto;
    bottom: 51px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
  }
  .tilechild:hover  .content{
    opacity: 1;
  }
  .tilechild .card-content{
    height: 0;
    padding: 0;
  }
  .tilechild .add-to-cart, .tilechild .nostok{
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 25pt;
    background: #6dc1c4;
    color: #fff;
    border-radius: 200px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
  }
  .tilechild .add-to-cart:hover, .tilechild .nostok:hover{
    padding: 25px;
    right: 3px;
    bottom: 8px;
  }
  .tilechild .image{
    overflow: hidden;
    border-radius: 5px;
  }
  .tilechild .highImage img{
    position: absolute !important;
    display: block !important;
    height: auto !important;
    width: 100% !important;
    margin-top: -25px;
  }
  .tilechild .longImage img{
    position: absolute !important;
    display: block !important;
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    margin-left: -55px;
  }

  /* Product page */
  .mainimage{
    position: fixed;
    left: 0;
    right: 50%;
    bottom: 0;
    top: 50px;
    background-position: center;
    background-size: cover;
  }
  .maincontent{
    float: right;
    width: 50%;
    padding-top: 50px;
    min-height: 90vh;
  }
  .maincontent .title, .headerfont{
    font-family: 'Courgette', serif;
    font-size: 32pt;
  }
  .maincontent .priceelement{
    font-size: 30pt;
    font-weight: 600;
    letter-spacing: -2.7px;
    margin-top: -17px;
  }
  .maincontent .categoryElement{
    font-weight: 800;
    margin-bottom: -8px;
  }
  .clear{
    clear: both;
    width: 100%;
  }
  .maincontent .add-to-cart, .maincontent .nostok{
    background-color: #6dc1c4;
    width: 300px;
    border-radius: 400px;
    color: #fff;
    font-weight: 600;
    margin: 30px;
  }
  .maincontent .add-to-cart i, .maincontent .nostok i{
    margin-right: 15px;
    font-size: 20px;
  }
  .flex__gallery {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 51%;
    height: 150px;
}
.gallerytile{
  width: auto;
  height: 130px;
  margin: 10px;
  max-width: 250px;
  box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 30%);
}
.flex__gallery a, .flex__gallery div {
  flex: 1 0 1%;
}
.backButton, .backButton:hover{
  float: right;
    font-size: 10px;
    border: #6dc1c4 3px solid;
    border-radius: 40px;
    padding: 5px 10px;
    color: #6dc1c4;
    margin-top: 20px;
}

/* Footer */
.subscription{
  background-image: url(../images/newsLetter.jpg);
  background-position: center top;
  background-size: cover;
  height: 250px;
  margin-top: 50px;
  z-index: 0;
  position: relative;
}

.newsletterHeader{
  margin-left: 50px;
}
._form_7{
  margin-left: 20% !important;
  width: 400px !important;
  bottom: 275px !important;
}
#footer{
  position: relative;
  margin-top: 30px;
  margin: 6rem 0rem 0rem 0rem;
  padding: 0rem 0rem 8rem 0rem;
  margin-bottom: -350px;
}

.faqHolder .tilechild {
  display: grid ;
}
.faqHolder .tilechild .title {
  transform: rotate(0turn);
  margin-top: 0;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
}
.faqHolder .tilechild{
  height: 100px;
  margin: 0 10%;
}
.faqHolder .tilechild .content{
  background-color: #fff;
}
.faqHolder .tilechild h6{
  display: none;
}
.faqHolder .card-image{
  display: none;
}
.flexboxThreeCol .tilechild {
  max-width: 40%;
}

.footer{
  background-color: #6dc1c4;
  color: #fff;
}
.footer a{
  color: #fff;
}
.footercolms{
  display: flex;
  padding: 30px 70px;
}
.footercolms div{
  width: 100%;
}
.footercolms div h3{
  font-family: 'Courgette';
  font-size: 15pt;
}
.footercolms div i{
  font-size: 8pt;
}
.footercolms div .fa-brands{
  font-size: 20pt;
  padding: 20px 10px;
}

@media only screen and (max-width: 1500px) {
  .shopButtonContainer .shopbutton{
    height: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .shopButtonContainer{
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1020px) {
  #burger {
    top: 20px !important;
    position: fixed !important;
  }
  .topbar{
    background-color: #fff;
  }
}
@media only screen and (max-width: 960px) {
  .footercolms div:first-child {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .footercolms div:nth-child(2) {
    visibility: hidden;
    display: none;
  }
  .hero{
    height: auto;
    min-height: 200px;
  }
  .dk_category{
    font-family: 'Courgette', serif;
    margin: 5px;
    font-size: 17pt;
    width: 100%;
  }

  .maincontent{
    width: 100%;
    margin-top: 70%;
  }
  .mainimage{
    position: absolute;
    top: 110px;
    height: 40%;
    width: 100%;
  }
  .card-footer-item{
    z-index: 9;
    bottom: -35px !important;
  }
}
@media only screen and (max-width: 650px) {
  ._form-content{
    width: 300px !important;
    margin-left: -90px !important;
  }
}
@media only screen and (max-width: 573px) {
  .headerInformation{
    right: 20px;
  }
  ._form-content{
    margin-top: -10px !important;
  }
  .newsletterHeader{
    padding-top: 10px;
    font-size: 18pt;
  }
  .footercolms div:nth-child(3) {
    visibility: hidden;
    display: none;
  }
  .flexboxThreeCol{
    display: block !important;
  }
  .flexboxThreeCol .tilechild {
    max-width: 100% !important;
  }
  .flexboxThreeCol .tilechild .title {
    margin-top: -85px;
    z-index: 9;
    position: absolute;
  }
  .categorycontent{
    margin: 20px;
  }
  .homepageContent{
    width: 85%;
  }
}

.attentionBanner{
  margin: 10px 0 90px;
  padding: 70px 410px 70px 70px;
  border-radius: 25px;
  background-color: #efefef;
  background-image: url(../images/headerImage.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: center right;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}
.attentionBanner h1{
  font-family: 'Courgette', serif !important; 
  font-size: 30pt;
  font-weight: bold;
}
.attentionBanner button{
  background-color: #6dc1c4;
  border-radius: 400px;
  color: #fff;
  font-weight: 600;
  margin: 30px;
  padding: 15px 20px;
  width: auto;
  border: none;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .attentionBanner{
    padding: 30px 30px 300px !important;
    background-position: bottom right;
  }
}
@media screen and (max-width: 450px) {
  .attentionBanner{
    padding: 30px 30px 400px !important;
    background-position: bottom left !important;
  }
}