/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 17 2025 | 05:40:40 */
html{
	font-size:62.5%;
}

/****************************** Header **********************************************************/
li.header_btn_style {
    border-radius: 58px;
    border: 1.5px solid var(--Neutral-Neutral-03, #4A4D4E);
    position: relative;
    padding-right: 15px; /* Adjust this value to control the space */
	margin-left: 10px;
}

li.header_btn_style:after {
    content: "";
    position: absolute;
    background-image: url(https://dreams-dev.pw/doability/wp-content/uploads/2025/01/chevron-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 15px;
}

.elementor-element.elementor-element-120ff91.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
    margin: 0;
}
.first_section .elementor-element.elementor-element-0dfe8fc.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
    margin: 0px;
}
.foot_title h5 {
    opacity: 0.7;
}

.tnp.tnp-subscription-minimal form {
    background: #fff;
    padding: 6px;
    max-width: 100%;
    margin-right: 59px;
    border-radius: 205px;
	overflow: hidden;
}

.tnp.tnp-subscription-minimal form input.tnp-email {
    background: #0000;
    border: none;
    padding: 0 15px;
    font-size: 19px;
    margin-right: 40px;
}

.tnp-subscription-minimal input.tnp-submit {
    background: #F26629;
    border-radius: 200px;
    padding: 15px 3px;
    font-size: 18px;
}
input {
    padding: 18px 20px !important;
}
.video_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup_content {
    position: relative;
    background: #fff;
    padding: 10px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.video_part{
	cursor:pointer;
}

#video_frame {
    width: 100%;
    height: 450px;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
/* .circle {
    position: absolute;
    width: 150px;
    height: 150px;
    pointer-events: none !important;
    transform: translate(-50%, -50%);
    background-image: url('https://dreams-dev.pw/doability/wp-content/uploads/2025/01/Cursor.svg');
    background-size: cover;
}
#cursor_check{
    cursor: none !important;
    overflow: hidden;
	height: 100vh;
	margin:0;
} */


/********************************************************************************************************************************************************Responsive ***************************************************/

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	
	html {
    font-size: 61.5%;
}
	.elementor-element.elementor-element-d0a61bd.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    max-width: 90%;
    margin: 0 auto;
}
	.first_section .e-con-inner{
	max-width: 90%;
    margin: 0 auto;
	}
	.second_section .e-con-inner {
    max-width: 90%;
    margin: 0 auto;
}
	.elementor-element.elementor-element-8c551a1.e-con-full.first_banner_button.e-flex.e-con.e-child {
    width: 40% !important;
}
	.tnp.tnp-subscription-minimal form input.tnp-email {
    margin-right: 0px;
}
	
}

@media screen and (min-width: 1201px) and (max-width: 1300px){
	.elementor-element.elementor-element-8c551a1.e-con-full.first_banner_button.e-flex.e-con.e-child {
    width: 43% !important;
}
}
@media screen and (min-width: 320px) and (max-width: 767px){
	ul#menu-2-f191867 {
    margin-bottom: 50px;
}
	li.header_btn_style {
    border-radius: 58px;
    border: none;
    position: relative;
    padding-right: 15px;
    margin-left: 0px; 
}
	li.header_btn_style:after{
		display:none;
	}
	.tnp.tnp-subscription-minimal form {
    margin: 0;
    border-radius: 32px;
    display: flex;
    max-width: 480px;
    overflow: hidden;
}

.tnp-subscription-minimal input.tnp-submit {
    display: inline-block;
    padding: 7px 15px !important;
    width: auto;
    font-size: 14px;
    margin: 0;
}

.tnp.tnp-subscription-minimal form input.tnp-email {
    margin: 0 -0 0 0px;
    padding: 5px !important;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
}
}