/* 
Theme Name: Hello Elementor 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://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */
/* HEADER START */
body.elementor-editor-active .header {
	background-color: black;
}
.header.elementor-sticky--effects {
    background-color: rgb(0 0 0 / 90%);
}
@media screen and (min-width: 1025px) {
	.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
/* lang switch */
.trp-language-item-name {
    font-family: "DM Sans", Sans-serif;
    font-size: 0.85vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0px;
}
@media screen and (max-width: 767px) {
	.trp-language-item-name {
		font-size: 5vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.trp-language-item-name {
		font-size: 2.5vw;
	}
}
/* HEADER END */

/* POPUP START */
.popup-request {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

/* HOME START */
@media screen and (min-width: 1024px) {
    .founder:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -3vw;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background-color: rgb(0 0 0 / 10%);
    }
}
/* plans */
.table-wrapper {
    overflow-y: hidden !important;
}
.plans .head-row {
    height: 10vw !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.plans .head-row {
		height: 15vw !important;
	}
}
@media screen and (max-width: 767px) {
	.plans .head-row {
		/* height: 30vw !important; */
		height: 35vw !important;
	}
}
.plans .text-row {
    height: 4vw !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.plans .text-row {
		height: 10vw !important;
		padding-right: 2vw;
	} 
}
@media screen and (max-width: 767px) {
	.plans .text-row {
		/* height: 20vw !important; */
		height: 25vw !important;
	}
}
.plans .table .elementor-price-table__header {
    height: 10vw !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .plans .table .elementor-price-table__header {
        height: 15vw !important;
    }
}
@media screen and (max-width: 767px) {
    .plans .table .elementor-price-table__header {
        /* height: 30vw !important; */
		height: 35vw !important;
    }
}
.plans .table .elementor-price-table__header {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.plans .table .elementor-price-table__price {
    display: none !important;
}
.plans .table .elementor-price-table__features-list svg {
    height: 12px !important;
	width: 12px !important;
}
.plans .table .elementor-price-table__button {
    width: 100%;
}
.plans .table ul.elementor-price-table__features-list>li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4vw;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .plans .table ul.elementor-price-table__features-list>li {
        height: 10vw;
    }
}
@media screen and (max-width: 767px) {
    .plans .table ul.elementor-price-table__features-list>li {
        /* height: 20vw; */
		height: 25vw;
    }
}
.plans .table .elementor-price-table__feature-inner {
    margin: 0 !important;
}
.plans .table .elementor-ribbon {
    height: auto !important;
    width: 100% !important;
    padding: 0 1vw;
    top: 1vw;
    left: 50% !important;
    right: auto !important;
    transform: rotate(0deg) translateX(-50%) !important;
}
.plans .table .elementor-ribbon-inner {
    padding: 4px;
    width: 100% !important;
    transform: none !important;
}
.plans .table .elementor-price-table__additional_info {
    padding-top: 1vw;
    margin: 0 !important;
}
@media screen and (max-width: 767px) {
	.plans .table .elementor-price-table__additional_info {
		padding-top: 3vw !important;
	}
}
.plans .table .elementor-price-table__additional_info span {
    font-weight: 300 !important;
    opacity: 0.6;
}
.plans .table .elementor-price-table__feature-inner svg {
    margin-inline-end: 0 !important;
}
/* HOME END */