/* 
Theme Name: Sinope Hello 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://sinope.co.in/
Template: hello-elementor
Version: 2.0.0
Text Domain: sinope-child-theme
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 */

/* This class is used for Gold Button starts here use the button in comibination with #sapnaGold */


.primaryButton .elementor-button {
    background-image: linear-gradient(90deg,#FFD400 2%,#FFE39B 42%,#FFD400 71%,#FFE39B);
    border-color: rgb(255 255 255);
    border-radius: 100px;
    color: rgb(46 48 146);
    display: inline-block;
    font-size: 18px;
	font-family:Inter;
    font-weight: 700;
    letter-spacing: 2.16px;
    line-height: 24px!important;
    min-width: 240px;
    padding: 12px 16px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: linear;
}

.primaryButton  .elementor-button:hover {
                    background-image: linear-gradient(270deg, #FFD400, #FFE39B 33.85%, #FFD400 67.19%, #FFE39B);
                    transition-duration: 0.5s;
                    transition-property: all;
                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                    transition-timing-function: linear;
                }
.primaryButton .elementor-button:focus {

                border-color: rgb(255 255 255 );
                border-width: 2px;
            }

.primaryButton .elementor-button:active {
                border-width: 1px;
            }



/* This class is used for Gold Button starts here use the button in comibination with #sapnaGold */ 



.secondaryButton .elementor-button {
    background-color: rgb(46 48 146);
    border-radius: 100px;
    color: linear-gradient(90deg, #FFD400 2%, #FFE39B 42%, #FFD400 71%, #FFE39B);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.16px;
    line-height: 24px;
    min-width: 240px;
    padding: 12px 16px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: linear;
    text-decoration: none;
}
.secondaryButton .elementor-button:hover {
    background-color: rgb(46 48 146);
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: linear;
  
}

.secondaryButton .elementor-button .elementor-button-text {
  background: linear-gradient(90deg, #FFD400 2%, #FFE39B 42%, #FFD400 71%, #FFE39B);;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
