/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729745139
Updated: 2024-10-24 04:45:39

*/

input:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232300;
}

.newsletter_wrap .tnp.tnp-subscription {
    max-width: 100%;
    text-align: right;
}
.newsletter_wrap form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap:15px;
}
.newsletter_wrap .tnp-field label {
    display: none;
}
.newsletter_wrap form .tnp-field input {
    background: transparent;
    border-radius: 2px;
    border-bottom: 3px solid #e9e9e9;
    padding: 0 0px 5px;
    line-height: normal;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins';
    outline: none;
    max-width: 400px;
    margin-left: auto;
	font-size: 18px;
}
.newsletter_wrap form .tnp-field input::placeholder {
	opacity: 0.34;
	text-transform: uppercase;
	color:#000;
    font-weight: 800;
}
.newsletter_wrap form .tnp-field-button input {
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    color: #e9e9e9;
    font-weight: 800;
    font-family: "Poppins";
    border-radius: 30px;
    background-color: #3b69b1;
    padding: 0 30px;
    border: none;
	opacity:1;
}
.newsletter_wrap form .tnp-field-button input:hover {
    background: #fff;
    color: #3b69b1;
}
.newsletter_wrap form .tnp-field.tnp-field-button {
    width: auto !important;
}
.newsletter_wrap form .tnp-field {
    margin: 0;
	width: 100%;
}

.fanwall_data {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.fanwall_data_item {
    width: 100%;
    display: flex;
    row-gap: 40px;
	margin-left:-20px;
	flex-wrap:wrap;
}
.fanwall_data_item .inner_main {
    width: 50%;
    padding-left: 20px;
}
.testi_inner {
    padding: 66px 40px 40px;
    background: #e9e9e9;
    border-radius: 30px;
    position: relative;
}
.testi_inner:before {
    content: '';
    background: #e9e9e9;
    height: 50px;
    width: 210px;
    position: absolute;
    bottom: -9px;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 30% 75%, 8.5% 84.5%, 4.9% 88.8%, 0% 100%);
    transform: rotate(-1deg);
    z-index: -1;
    pointer-events: none;
}
.testi_inner.first_row:before {
    left: auto;
    right: 0;
    transform: rotate(1deg);
    clip-path: polygon(100% 0%, 0% 0%, 0% 75%, 70% 75%, 91.5% 84.5%, 95.1% 88.8%, 100% 100%);
}
.fanwall_data_item .testi_inner h3 {
    font-size: 22px;
    line-height: normal;
    color: #3b69b1;
    margin: 0;
}
.fanwall_data .testi_inner p {
    margin: 0;
    font-size: 17px;
}
.fanwall_data_item .inner_main:has(.second_row) {
    position: relative;
    top: 160px;
}
form#fanwall-form {
    margin-top: 260px;
}
form#fanwall-form h2 {
    color: #e9e9e9;
    font-size: 50px;
    line-height: 60px;
	margin:0 0 40px;
}
form#fanwall-form .form_item input, 
form#fanwall-form .form_item textarea {
    background: transparent;
    border-radius: 2px;
    border: none;
    border-bottom: 3px solid #e9e9e9;
    padding: 0px 5px 10px;
    font-size: 18px;
    line-height: normal;
    color: #000000;
    font-weight: 800;
    font-family: 'Poppins';
    outline: none;
}
form#fanwall-form .form_item input::placeholder, 
form#fanwall-form .form_item textarea::placeholder {
	opacity:0.34;
	color:#000;
}
.form_submit_btn button {
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    color: #e9e9e9;
    font-weight: 800;
    font-family: "Poppins";
    border-radius: 30px;
    background-color: #3b69b1;
    padding: 0 30px;
    border: none;
    opacity: 1;
}
form#fanwall-form .form_item {
    margin: 0 0 20px;
}
form#fanwall-form .form_item textarea {
    height: 280px;
}
#fanwall-loading {
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #3b69b1;
}
#fanwall-message:has(p) {
    padding: 10px;
    text-align: center;
    background: #fff;
    margin: 20px 0;
	border-radius:10px;
}
#fanwall-message p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:1024px){


	.newsletter_wrap form .tnp-field-button input {
    font-size: 18px;
    line-height: 42px;
}
	form#fanwall-form h2 {
    font-size: 42px;
    line-height: 50px;
}

	.form_submit_btn button {
    font-size: 18px;
    line-height: 42px;
}
	.fanwall_data_item .testi_inner p {
    font-size: 15px;
    line-height: 26px;
}
	.testi_inner {
    padding: 30px 30px;
}
	
}

@media(max-width:992px){
		form#fanwall-form h2 {
    font-size: 36px;
    line-height: 40px;
}
}

@media(max-width:767px){
	.newsletter_wrap form {
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}
.newsletter_wrap form .tnp-field input {
     font-size: 16px;
}
.fanwall_data {
    flex-wrap: wrap;
	 row-gap: 20px;
}
	.fanwall_data_item {
    width: 100%;
    row-gap: 20px;
		margin-left:0;
}
.fanwall_data_item .inner_main {
    width: 100%;
	padding-left:0;
}
.fanwall_data_item .testi_inner h3 {
    font-size: 20px;
}
	.fanwall_data_item .inner_main:has(.second_row) {
    top: 0;
}

	form#fanwall-form {
    margin-top: 50px;
}
form#fanwall-form h2 {
    font-size: 32px;
    line-height: 36px;
	text-align:center;
}
	form#fanwall-form h2 br {
    display: none;
}
form#fanwall-form .form_item input, 
form#fanwall-form .form_item textarea {
    font-size: 16px;
}
form#fanwall-form .form_item textarea {
    height: 150px;
}
.home h1.elementor-heading-title span {
    right: -20px !important;
}
#fanwall-message p {
  font-size: 14px;
}
	
}

@media(max-width:400px){
body .hero_banner_img>.elementor-widget-image .elementor-widget-container img {
    height: 280px;
}
	.patrick_img img {
    max-width: 100% !important;
}
.header_wrap .mobile_btn a.elementor-button {
    width: 100%;
}
}

@media(max-width:350px){
form#fanwall-form h2 {
    word-break: break-all;
}
}


