/* ===================================
    Crafto - Product showcase
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --alt-font: 'Manrope', sans-serif; 
    --primary-font: 'Manrope', sans-serif;
    --base-color: #ff6326;
    --dark-gray: #2c3038;
    --medium-gray:#888e95;
} 
/* reset */
body {
    font-size: 17px;
    line-height: 32px;
}
/* header */
header .navbar-brand img {
    max-height: 40px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 26px;
}
header .btn.btn-switch-text.btn-very-small > span {
    padding: 10px 30px;
}
/* text gradient color */
.text-gradient-dark-purple-watermelon {
    background: linear-gradient(to right top, rgb(255, 30, 128) 15.923566878980886%, rgb(156, 50, 176) 50.63694267515923%, rgb(96,0,255) 99.68152866242038%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-orange {
    background: linear-gradient(to right top, rgb(255, 99, 38) 15.923566878980886%, rgb(255, 127, 21) 50.63694267515923%, rgb(255,147,9) 99.68152866242038%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ls-minus-20px {
    letter-spacing: -20px !important;
}
.bg-dark-gray-01 {
    background: #232323;
}
/* btn */
.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0px;
}
.btn.btn-extra-large {
    font-size: 20px;
    font-weight:800;
}
.btn.btn-large {
    font-size:16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.btn-small {
    font-size: 14px;
}
.btn.btn-very-small {
    font-size: 13px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #ff1e80, #ab2fa8, #7d18d8);
}
.review-star-icon i {
    letter-spacing: 1px;
}
/* slider revolution settings */
.play-video-botton {color: #2c3038;}
.wave-animation {
    display: inline-block;
}
.wave-animation span {
    animation: animate 3s linear infinite;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 100%;
    position: absolute;
    transform: scale(0);
}
.wave-animation span:nth-child(1) {
    animation-delay: 1s;
}
.wave-animation span:nth-child(2) {
    animation-delay: 2s;
}
.wave-animation span:nth-child(3) {
    animation-delay: 3s;
}
.wave-animation span:nth-child(4) {
    animation-delay: 4s;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(0) translateX(0);
    }
    50% {
        opacity: 0.4;
        transform: scale(1) translateX(-25px);
    }
    100% {
        opacity: 0;
        transform: scale(1.5) translateX(-50px);
    }
}
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
    header .btn.btn-switch-text.btn-very-small > span {
        padding: 8px 10px;
    }
    .large-icon a {
        font-size: 22px;
        width: 45px;
        height: 45px;
    }
    .large-icon li {
        margin: 0 5px;
    }
    .ls-minus-20px {
        letter-spacing: -10px !important;
    }
    footer .nav-link {
        padding: 10px 10px;
    }
}
@media (max-width: 991px) {
    .large-icon li {
        margin: 0 10px;
    }
    .large-icon a {
        font-size: 24px;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .elements-social ul li {
        margin-bottom: 0;
    }
    .large-icon a {
        font-size: 21px;
        width: 45px;
        height: 45px;
    }
}


.logo-block-ref {
    height:80px;
    display: flex;
    align-items: center;
    justify-content: center
  }


.sblock-ftn {
    font-weight:bold;
    font-size:18px;
    color:#fff;
    padding: 15px 15px 10px 15px;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.6);
}



@media (max-width: 991px) {
    .sblock-ftn {
        font-weight:bold;
        font-size:13px;
        color:#fff;
        padding: 15px 15px 0 15px;
        line-height: 20px;
    }
}

#sidebar-icons {
    position: fixed;
    right: 0%;
    bottom: 1%;
    margin-top: -101px;
    z-index: 999
  }

  .sidebar-icons_ftn {
    font-size:1.4em
  }
  
  .sidebar-icons_btn {
    width: 40px;
    height:40px;
    display: block;
  }
  
  .sidebar-icons_btn:hover {
    width: 40px;
  }
  
  #sidebar-btn_1 {
    background-color: #25d366;
    color:#fff;
    border-radius:50%;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    padding:6px 0 0 11px;
    margin:1.2em;
  }  

  .produkt-img {
    max-height: 300px
}

.pp-btn {
    display: inline-block;
    margin: 0 auto 3em auto;
    text-align: center;
}

.pp-btn a {
    background: #0070ba;
    border-radius: 30px;
    color: #fff;
    padding:15px 60px;
    font-weight:400;
    font-size:1.2em;
    text-decoration: none;
}

.pp-btn a:hover {
    background: #0d4fa2;
    color: #fff;
}