/*
Theme Name: Intentionally Blank
Theme URI: https://www.nilovelez.com/blank/
Author: Nilo Velez
Author URI: https://www.nilovelez.com/
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 3.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: intentionally-blank
Requires at least: 4.6
Tested up to: 6.6
Requires PHP: 7.4
*/

body
{
	margin:0;
}
body, p, h1, h2, h3, h4, h5,h6,ul , li , a , span{
	font-family: "Urbanist", Sans-serif !important;
}
a{
	color:#8C52FF;
}
.color-change h1, .color-change h2{
	    background: linear-gradient(32deg, #6535d4 32%, #d32894 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ha-steps-icon {
    padding: 24px 23px 0px 24px !important;
}
.image1 img{
	display: inline-block;
    animation: chy-t1-title 4s infinite ease-in-out;
}
.accordion-box{
	    margin: 0 2px 30px;
    border: 1px solid rgb(238, 238, 238);
    background: #f5f5f5;
    padding: 14px;
    border-radius: 18px;
}
.sib-form-block {
    padding: 0px !important;
}
.accordion-box ul li a , .accordion-box ul li{
    color: #504E4E;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.ha-archive-posts__thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.footer-logo a {
    display: flex
;
    justify-content: center;
    align-items: center;
}
@keyframes chy-t1-title {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.line-img img{
	position: absolute;
    top: -30px;
    left: 0px;
    animation: chy-price-1 22s infinite ease-in-out;
}
@keyframes chy-price-1 {
  0% {
    left: 0;
  }
  50% {
    left: 95%;
  }
  100% {
    left: 0;
  }
}
.eael-grid-post .eael-entry-meta{
	justify-content:center;
}
.eael-grid-post .eael-entry-meta span a{
	color:#0d161a;
	text-transform:uppercase;
}
.video-img .premium-video-box-image-container {
    filter: grayscale(1);
}
.ekit-post-list-wrapper li{
	list-style:none;
}
.slideInUp {
    animation-name: slideInUp;
	    animation-duration: 1.25s;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}
.popup-content h6 {
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 26px;
}
.close-btn {
        padding: 4px 12px;
    border-radius: 50%;
    background: #fff;
    color: #504E4E;
    font-size: 30px;
    cursor: pointer;
}
.close-div {
    text-align: right;
    margin-bottom: -40px;
}
button.p-button, .popup-content .wpcf7-submit {
    font-family: "Urbanist", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(32deg, #8C52FF 32%, #68569C 100%);
    border-radius: 20px 20px 20px 20px;
    padding: 13px 28px 13px 28px;
    color: #fff;
	text-transform:uppercase;
    border: 0;
	display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: none;
}
.curve-sec{
	    position: absolute;
    pointer-events: none;
    right: 0;
       bottom: -12px;
    left: 0;
    overflow: hidden;
}
.curve-sec svg{
	    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.ha-taxonomy-list .ha-taxonomy-list-item a{
	flex-direction: column;
	    align-items: flex-start;
}
.ha-taxonomy-list-title{
	    padding: 20px;
}
.ha-taxonomy-list .ha-taxonomy-list-item{
	width:18.22%;
}
.box-bottom .ha-slick-content {
    position: unset;
    background: transparent;
    text-align: center;
}
.box-bottom .slick-slide img {
        border: 4px solid #8C52FF;
    display: block;
    border-radius: 50%;
    width: 150px;
    padding: 4px;
}
.box-bottom .ha-slick-item {
    display: flex;
	    flex-direction: column;
    align-content: center;
    align-items: center;
}
.elementor-counter .elementor-counter-title{
	flex: 2;
    padding-left: 10px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* display: none; */
}

/* custom */
.zoomable-image img{
   width: 80%;
    max-width: 600px;
    margin: 20px auto;
    display: block;
    opacity: 0; /* Start hidden */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transform: scale(0); /* Default size */
}
.wpcf7-not-valid-tip{
	text-align:left;
}
.ha-taxonomy-list-image img {
    width: 100% !important;
}
.footer-logo {
    display: flex
;
    justify-content: center;
}
.image-bx .elementor-image-box-content {
    padding: 0px 16px 16px 16px;
}
.parent-container, .parent-container .elementor-element {
    position: relative;
    height: 120vh; /* Or any other height */
}

#iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (max-width: 991px) {
 .popup-content {
       width: 95% !important;
	     transform: translate(-50%, -61%) !important;
	 padding:0px !important;
	}
	.ha-taxonomy-list-image img {
    /* height: 321px; */
    width: 100%;
	}
	#popup-content{
		width:95%;
	}
	.box{
		width:90%;
	}
}
@media only screen and (max-width: 767px) {
.ha-taxonomy-list .ha-taxonomy-list-item {
    width: 100%;
}
	.ha-taxonomy-list-image img {
    width: 100%;
	}
	.parent-container, .parent-container .elementor-element {
    position: relative;
    height: 100vh; /* Or any other height */
}
}
