
:root {
    /* Color */
    --primary_color: #1F9CE1;
    --text_color: #FFFFFF;
    /* BG */
    --primary_bg: linear-gradient(180deg, rgba(19, 165, 130, 0) 0%, rgba(18.55, 164.89, 129.77, 0.95) 100%);
    /* font */
    --primary_font: "Poppins", sans-serif;
    /* border radius */
    --primary_radius: 30px;
    --secondary_radius: 35px;
    --tertiary_radius: 16px;
}

.d2c_gallery_wrapper {
    padding: 100px 0;
    font-family: var(--primary_font);
}

.d2c_gallery_wrapper .d2c_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.d2c_gallery_wrapper .d2c_image_wrapper {
    width: 100%;
    height: 371px;
    border-radius: var(--primary_radius);
    overflow: hidden;
}

.d2c_gallery_wrapper .d2c_image_wrapper img {
    object-fit: cover;
    object-position: top;
    border-radius: var(--primary_radius);
    transition: all ease .4s;
}

.d2c_gallery_wrapper .d2c_image_wrapper:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.d2c_gallery_wrapper .d2c_btn {
    background-color: var(--primary_color);
    color: var(--text_color);
    font-size: 20px;
    border: 1px solid var(--primary_color);
    border-radius: var(--secondary_radius);
    padding: 11px 60px 10px;
    text-decoration: none;
    margin-top: 5%;
    transition: all ease .4s;
}

.d2c_gallery_wrapper .d2c_btn:hover {
    color: var(--primary_color);
    background: var(--text_color);
    border: 1px solid var(--primary_color);
    border-radius: var(--secondary_radius);
    transition: all ease .4s;
}




/* 
    Template Name: {{10 gallery section bootstrap Free}}
    Template URL: {{https://designtocodes.com/product/10-responsive-bootstrap-gallery-section}}
    Description: {{Don't miss out on the opportunity to level up your website with our 10 Responsive Bootstrap Gallery Section. Download now and watch your website come to life!}}
    Author: DesignToCodes
    Author URL: https://www.designtocodes.com/
    Text Domain: {{ Gallery Section UI Kits }}  
*/