@keyframes slideInDescription {
  0% {
    bottom: 0%;
    opacity: 0;
  }
  50% {
    bottom: 30%;
    opacity: 0.5;
  }
  100% {
    bottom: 30%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
    @keyframes slideInDescription {
        0% {
            bottom: 0%;
            opacity: 0;
        }
        50% {
            bottom: 5%;
            opacity: 0.5;
        }
        100% {
            bottom: 5%;
            opacity: 1;
        }
    }
}
.SEslider{
    li {
        &.active-slide {
            .slide_description {
                animation: slideInDescription 1s ease forwards;
            }
        }
        .SElink:before {
            content: "";
            background: #00000030;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }
        .slide_description {
            height: auto;
            display: flex;
            flex-direction: column;
            position: absolute;
            width: max-content;
            background: transparent !important;
            transition: 0.4s;
            opacity: 0;
            bottom: -100%;

            span {
                font-size: 22px;
                display: block;
                line-height: 1;
                text-shadow: 0px 0px 7px #00000030;
            }
            span:first-child {
                font-size: 60px;
                font-weight: 600;
            }
            span:last-child {
                background: #1f8ef7;
                display: inline-block;
                width: max-content;
                padding: 12px 26px;
                margin-top: 15px;
            }
            
            @media screen and (max-width: 768px) {
                span {
                    font-size: 16px;
                }
                span:first-child {
                    font-size: 28px;
                }
            }
        }
        
        img {
            width: auto !important;
            height: 100% !important;
            object-fit: cover;
            object-position: center center;
        }
        &:nth-child(1) {
            .slide_description {
                right: 12%;
            }
        }
        &:nth-child(2), 
        &:nth-child(3) {
            .slide_description {
                left: 10%;
            }
        }

        @media screen and (max-width: 768px) {
            
            &:nth-child(1) {
                .slide_description {
                    right: 5%;
                    left: 5%;
                    padding: 0;
                    bottom: 5% !important;
                }
            }
            &:nth-child(2), 
            &:nth-child(3) {
                .slide_description {
                    right: 5%;
                    left: 5%;
                    padding: 0;
                    bottom: 5% !important;
                }
            }
        }
        
    }
}

#index div#columns.container {
    max-width: 100% !important;
}
#iqitcontentcreator > .row {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
#iqitcontentcreator > .row:nth-child(1),
#iqitcontentcreator > .row:nth-child(2),
#iqitcontentcreator > .row:nth-child(4) {
    max-width: 1075px;
    margin: 0 auto;
    overflow: hidden;
}

#iqitcontentcreator > .row:nth-child(1) {
    .iqitcontent-column-inner {
        background: #108bf0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    align-items: center;

    h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    p {
        font-size: 19px;
        line-height: 1.6;
    }

    @media screen and (max-width: 576px) {
        > div {
            max-width: 50%;
        }
    }
}

#iqitcontentcreator > .row:nth-child(2){
    max-width: 1250px;

    div.title_block {
        border: none !important;
    }
    .title_block_txt {
        font-size: calc(17px * 1.13);
        text-align: center;
        display: block;
        line-height: 1.3;
        padding: 0;
        margin: 30px 0px;
        font-weight: 600;
    }
    > div > .iqitcontent-column-inner {
        display: flex;
        flex-direction: column-reverse;

        .title_block_txt {
            margin: 0;
            text-align: left;
            font-family: 'Questrial', sans-serif !important;
        }
        .iqit-banner-image {
            border: 1px solid #e9e9e9 !important;
            margin-bottom: 10px;
            height: 282.5px;
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
}
@media screen and (max-width: 768px) {
    #iqitcontentcreator > .row:nth-child(2) {
        margin-bottom: 0 !important;
    }
    #iqitcontentcreator > .row:nth-child(2) > div {
        max-width: 50%;
    }
    #iqitcontentcreator > .row:nth-child(2) .block .block_content {
        margin-bottom: 0 !important;
    }
}

#iqitcontentcreator > .row:nth-child(3) {
    align-items: center;
    background: url(https://demo.silkefoto.dk/themes/shoptech/img/771a39b8-17de-4c39-9991-633993367f7b.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 5em;
    
    div:nth-child(2) {
        margin: 0;
        background: #fff;
        width: max-content;
        padding: 10px 30px;

        .iqitcontent-column-inner p {
            font-size: 20px;
        }
        .iqitcontent-column-inner p:last-child {
            background: #1f8ef7;
            display: inline-block;
            padding: 10px;
            color: #fff;
            margin-top: 30px;
        }
    }
     a {
        width: auto;
        background-size: 600px;
        background-repeat: no-repeat;
        
        img {
            width: 600px;
        }
    }
/*     
     a {
        width: auto;
        background-size: contain;
        background-repeat: no-repeat;
        
        img {
            width: auto;
        }
    } */
}
@media screen and (max-width: 768px) {
    #index #iqitcontentcreator > .row:nth-child(3) {
        margin-top: 0px !important;
    }
    #index #iqitcontentcreator > .row:nth-child(3) > div {
        margin: 0;
    }
    #iqitcontentcreator > .row:nth-child(3) a img {
        width: 75%;
    }
}
@media screen and (max-width: 590px) {
    #index #iqitcontentcreator > .row:nth-child(3) {
        padding: 15px;
    }
}
#iqitcontentcreator > .row:nth-child(4) {
}
@media screen and (max-width: 768px) {
    #iqitcontentcreator > .row:nth-child(4) {
        padding: 15px 15px 35px;
    }
}
#iqitcontentcreator > .row:nth-child(5) {
    .title_block_txt {
        display: block;
        text-align: center;
        font-size: 42px;
        margin-bottom: 30px;
        line-height: 1;
    }
    div#stmreviews {
        padding: 4em 0;
        margin: 0 auto;
        max-width: 1075px;
        display: flex;
        gap: 30px;

        .review-content {
            margin-bottom: 30px;
            margin-top: 15px;
            font-size: 16px;
            line-height: 1.6;
            font-style: italic;
            border-left: 5px solid rgba(0, 0, 0, .05) !important;
            padding-left: 10px;
            height: auto;
        }
        .review-author {
            font-size: 16px;
            text-align: center;
        }
        .review-title {
            font-size: 17px;
            margin-top: 10px;
        }
    }
    div#stmreviews > div {
        width: 100%;
    }
    
    @media screen and (max-width: 768px) {
        div#stmreviews {
            flex-direction: column;
        }
    }
}
/* #iqitcontentcreator > .row:nth-child(5){
    max-width: 1250px;

    .title_block_txt {
        font-size: calc(17px * 1.13);
        text-align: center;
        display: block;
        line-height: 1.3;
        padding: 0;
        margin: 30px 0px;
        font-weight: 600;
    }

} */

.linkslider-wrap.second .wrap_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1180px !important;
    gap: 30px;
    padding: 0px 40px;

    .item_wrap {
        width: 700px !important;
        outline: none !important;
        box-shadow: none !important;
        margin: 0 0 40px;
        max-width: 95%;
        .thumb {
            height: auto;
        }
    }
    .item_wrap:hover {
        outline: none !important;
    }
    .item_wrap img {
        width: 200px !important;
        max-width: 100% !important;
    }
}

/* .linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) > * {
    width: 50% !important;
} */
 .linkslider-heading {
    font-size: 36px;
    padding: 0 0 30px;
}
.linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) .content {
    width: 50%;
    text-align: left;
}
.linkslider-wrap.second .wrap_list .item_wrap:nth-child(2) a:nth-child(2) .content {
    text-align: right;
}
.linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) .thumb {
    width: 50% !important;
    text-align: right;
    display: block;
}
.linkslider-wrap.second .wrap_list .item_wrap:nth-child(2) a:nth-child(2) .thumb {
    text-align: left;
}
.linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) .content h3 {
    font-size: 42px;
    text-align: left;
}
.linkslider-wrap.second .wrap_list .item_wrap:nth-child(2) a:nth-child(2) .content h3 {
    text-align: right;
}
.linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) .content p {
    font-size: 19px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .linkslider-wrap.second .wrap_list {
        max-width: 100%;
        padding: 0;
    }
    .linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) {
        flex-direction: column !important;
        gap: 30px;
    }
    #iqitcontentcreator > .row {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) .thumb {
        width: 100% !important;
    }
    .linkslider-wrap.second .wrap_list .item_wrap a:nth-child(2) .content {
        width: 100% !important;
    }
    #index span.title_block_txt {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #iqitcontentcreator > .row:nth-child(6), #iqitcontentcreator > .row:nth-child(5) {
        margin-bottom: 0 !important;
        margin-top: 0px !important;
    }
    .linkslider-wrap {
        padding: 0 !important;
    }
}

@media screen and (max-width: 590px) {
    .linkslider-wrap {
        padding: 0 !important;
    }
    .linkslider-wrap.second .wrap_list .item_wrap {
        padding: 0 !important;
    }
}


#index #columns .content-inner .block .title_block {
    border: none !important;
}
#index .ajax_block_product {
    .product-container {
        .right-block .button-container {
            display: none;
        }
        .left-block {
            height: auto;
            img {
                border: none;
            }
        }
    }
}

.slick-list {
    overflow: hidden;
}

div#iqitcontentcreator {
    .iqitcarousel-product {
        margin: 0px 10px;
        .product-container {
            box-shadow: none;
            border: none !important;
            .manufacturer-container {
                display: none;
            }
            .left-block {
                border: 1px solid;
            }
            .right-block {
                height: 75px;
                .product-name-container {
                    padding: 10px;
                    height: 70px;
                }
                a.product-name {
                    font-size: calc(17px * 1.18);
                    font-weight: 400;
                    text-align: left;
                }
            }
            
        }
    }
}

/* testimony section */
/* 
div#stmreviews .slick-track {
    transition: .2s;
}
div#stmreviews .slick-slide {
    background: #fff;
    padding: 30px;
    margin: 0 10px;
    transition: .3s;
    text-align: center;
    height: auto;
}
div#stmreviews .slick-slide.slick-center {
    box-shadow: 0 10px 25px #0000001a;
    position: relative;
    z-index: 999;
    transform: scale(1.1);
    transition: .3s;
}

.slick-dots li.slick-active button {
    background: none !important;
    /* border: 1px solid #000 !important; 
} */