/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.real-story-slider-wrap{
     display: grid;
    grid-template-columns: 516px 560px;
    right: auto;
    left: auto;
    gap: 80px;
    padding: 0 20px;
}
.slick-slide img{
    border-radius:16px;
    margin-left: auto;
    margin-right: auto;
}
.story-image , .story-img{
    max-width: 516px;
}
.real-story-card h2{
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;  
    background: linear-gradient(90.73deg, #FA2E62 1.66%, #EF3E6B 56.62%, #F85C40 108.06%);
    background-clip: text;
    color: transparent;
}
.real-story-card .story-content{
    color: #4B4B4B;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.real-story-text-slider{
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 12px;
    align-content: flex-start;
    row-gap: 64px;
    align-content: center;
}
.real-story-text-slider .slick-arrow::before{
    display: none;
}
.real-story-text-slider .slick-arrow{
    height: 48px;
    padding: 12px;
    width: 48px;
    position: static;
    background-color: #FFFFFF;
}
.real-story-text-slider .slick-arrow:hover {
    background-color: #1A1A1A;
    color: transparent;
}
.real-story-text-slider .slick-arrow:hover img{
    filter:  brightness(100);
}
.slick-prev{
    order: 1;
}
.slick-next{
    order: 2;
}
   

@media screen and (max-width: 1200px) {
    .real-story-slider-wrap{
        display: grid;
        grid-template-columns: 300px 400px;
        right: auto;
        left: auto;
        gap: 40px;
        padding: 0 20px;
    }
    .story-image , .story-img{
    max-width: 300px;
    }
    .real-story-card h2{
        font-size: 16px;
        line-height: 24px;  
    }
    .real-story-card .story-content{
        font-size: 12px;
        line-height: 18px;
    }
    .real-story-text-slider .slick-arrow{
        height: 36px;
        padding: 12px;
        width: 36px;
    }
    .real-story-text-slider{
        row-gap: 40px;
        column-gap: 10px;
    }   
    
}
@media screen and (max-width: 780px) {
    .real-story-slider-wrap{
        display: grid;
        grid-template-columns: 300px 300px;
        gap: 20px;
    }
    .story-image , .story-img{
    max-width: 300px;
    }
    .real-story-card h2{
        font-size: 16px;
        line-height: 24px;  
    }
    .real-story-card .story-content{
        font-size: 12px;
        line-height: 18px;
    }
    
}
@media screen and (max-width: 640px) {
    .real-story-slider-wrap{
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
    }
    .story-image , .story-img{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    }
    .real-story-card h2{
        font-size: 16px;
        line-height: 24px;  
    }
    
}