/*
Theme Name: child-hello
Author: Codeberry
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.primary-btn a{
    background: #FB35A4;
    background: linear-gradient(145deg, #FB35A4 0%, #B74FFD 50%, #00AEDE 100%);
}

.g-letter{
    background: linear-gradient(145deg,rgba(243, 83, 61, 1) 0%, rgba(254, 191, 49, 1) 25%, rgba(103, 216, 84, 1) 50%, rgba(75, 133, 242, 1) 75%, rgba(150, 90, 237, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}


@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.sticky-element{
	
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;

}

.sticky-parent {
    position: relative !important;
    overflow: visible !important;
}
.site-header .header-inner {
    align-items: center;
}
.site-header .header-inner .site-branding .site-logo img {
    max-width: 150px;
    border: 2px solid #540257;
    border-radius: 50%;
}

.site-header .header-inner .site-branding .site-logo:hover img {
    box-shadow: 0px 0px 6px #ba09a6c7
}

.site-navigation ul.menu li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.site-navigation ul.menu li.current-menu-item a, .site-navigation ul.menu li.current-menu-item:after, .site-navigation ul.menu li:hover a{
	 color: #F4BCFF;
}
.site-navigation ul.menu li.current-menu-item:after, .site-navigation ul.menu li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(145deg, #FB35A4 0%, #B74FFD 50%, #00AEDE 100%);
}

.custom-ico-box span.elementor-icon {
    background: linear-gradient(145deg, #FB35A4 0%, #B74FFD 50%, #00AEDE 100%);
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-col-6 {
    flex-basis: 50%;
    max-width: calc(50% - 30px);
    padding: 0 0 30px 0px;
}

.form-col-12 {
    flex-basis: 100%;
    padding: 0px 0px 30px 0px;
}

.form-container input.wpcf7-text, .form-container .wpcf7-textarea {
    background: black;
    color: #fff;
    width: 100% !important;
    margin-top: 10px;
    border-radius: 10px;
}


.form-container p, .form-container span, .form-container p, .form-container label {
    display: block;
    width: 100%;
}

.form-container label {
    font-size: 16px;
}

.form-container input[type="submit"]{
    background: linear-gradient(145deg, #FB35A4 0%, #B74FFD 50%, #00AEDE 100%);
    font-size: 16px;
    color: #fff;
    border: none;
    align-self: center;
    padding: 10px 30px;
    text-transform: uppercase; font-weight: bold;
}

.form-container .text-align-center p{
    text-align: center;
}


@media (max-width: 768px){
    .form-col-6 {
    flex-basis: 100%;
    max-width: calc(100%);
    padding: 0 0 30px 0px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

.site-footer .footer-inner .site-branding .site-logo img {border-radius: 50%;}

.site-footer .site-branding {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    text-align: center !important;
}

.site-logo.show {
    display: flex;
    justify-content: center !important;
}


.site-footer .footer-inner {
    justify-content: center !important;
}