/*
 Theme Name: AIgency
 Theme URI: https://aigency.agency/
 Author: AIgency
 Author URI: https://aigency.agency/
 Description: A basic child theme for the Frost WordPress theme.
 Template: frost
 Text Domain: frost-child
 Version: 1.0.0
 Requires at least: 6.2
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


header.site-header.wp-block-template-part {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.text-gradient {
    background: linear-gradient(135deg, #521FB5 0%, #063135 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-tangerine {
    --tw-text-opacity: 1;
    color: rgb(255 130 12 / var(--tw-text-opacity, 1));
}
.text-electricPurple {
    --tw-text-opacity: 1;
    color: rgb(82 31 181 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5 {
    font-family: 'Anglecia Pro Display', sans-serif;
    font-weight:400;
    /*transform: scale(1.1, 1);*/
    /*letter-spacing: 1px;*/
}
.trasformleft{
      transform-origin: left center;
}
body, p, li, .wp-element-button, .wp-block-button__link {
    font-family: "proxima-nova", sans-serif;
}

div#wpforms-25 {
    margin: -15px 0px 0px;
}
button#wpforms-submit-25 {
    background: #073135;
    border-radius: 50px;
    padding: 10px 25px;
}
button#wpforms-submit-25:hover {
    background: #f8810e !important;
}
.orng-btn a:hover {
    background: #e1750d !important;
}
.drk-btn a:hover {
    background: #f8810e !important;
}
div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=email], div.wpforms-container-full textarea {
    border-radius: 25px;
}


.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0 !important;
}


.bnr-sec {
    box-shadow: inset 0 0 0 5000px rgb(255 255 255 / 30%);
}






