


:root{
    /* set default color */
    --primary_color: #2196f3;
    --bg_color: #AF9BDD;
    --text_color: #0D2340;
    --default_color_one: #ffffff;
    --primary_font: 'Poppins', sans-serif;
}

/* call to action start */

.d2c_CTA{
    padding: 100px 0px;
    background: var(--text_color);
    background: linear-gradient(0deg, rgba(100,92,255,1) 0%, rgba(13,35,64,0.8099614845938375) 0%),url(../images/bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.d2c_CTA .d2c_content_wrapper{

}
.d2c_CTA .d2c_content_wrapper h1{
    color: var(--default_color_one);
    font-family: var(--primary_font);
    font-weight: 600;
}
.d2c_CTA .d2c_content_wrapper .btn{
    color: var(--default_color_one);
    border: 2px solid var(--primary_color);
    background: var(--primary_color);
    font-family: var(--primary_font);
    padding: 15px 50px 14px 50px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
}
.d2c_CTA .d2c_content_wrapper .btn:focus{
    box-shadow: none;
}
.d2c_CTA .d2c_content_wrapper .btn:hover{
    border: 2px solid var(--primary_color);
    background: transparent;
    border: 2px solid var(--default_color_one);
}

/* call to action end */

/* 
    <!-- 
      KIT Name: 10+ Get A Quote - Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-get-a-quote-bootstrap-bundle-2022/
      Product Description: The Get A Quote kit is made of all the basic elements you need to create a stunning website, from the start. 
      Author: designtocodes.com
      Author URI: https://www.designtocodes.com/
    -->
*/
