@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

@media (max-height: 480px)
{
    .menu.active
    {
        height: 100vh;
    }
}

@media (hover: hover) and (pointer: fine)
{
    html { overflow-y: scroll; }
}

/************
1. 1600px
************/

@media (min-width: 1600px)
{
    .container
    {
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.stats_item
    {
        width: calc((100% - 20px) / 2); /* Adjusted for gap */
    }
    .work_details
    {
        padding-right: 32px;
    }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.tools_item
    {
        width: calc((100% - 20px) / 2);
    }
    .cta_content
    {
        padding-left: 32px;
        padding-right: 32px;
    }
    .pricing_item
    {
        width: calc((100% - 20px) / 2);
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	.main-nav
    {
        display: none !important;
    }
    .header_btn
    {
        display: none !important;
    }
    .hamburger
    {
        display: block !important;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.play-btn
    {
        width: 80px;
        height: 80px;
    }
    .work_container
    {
        padding-top: 64px;
    }
    .work_item
    {
        width: 100%;
    }
    .services_wrapper > div
    {
        width: 100% !important;
    }
    .services_pics
    {
        width: 100%;
        height: auto;
	    aspect-ratio: 698 / 582;
    }
    .tools_item
    {
        width: 100%;
    }
    .cta_content h2
    {
        font-size: 40px;
    }
    .faq_container > div
    {
        width: 100%;
    }
    .faq_content p
    {
        max-width: 100%;
        margin-top: 18px;
    }
    .faq_accordion_container
    {
        margin-top: 56px;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
    .pricing_item
    {
        width: 100% !important;
    }
	.testimonials_author strong
    {
        font-size: 14px;
        font-weight: 400;
    }
    .testimonials_author > div
    {
        margin-top: -2px;
        margin-left: 10px;
    }
    .testimonials_author small
    {
        margin-top: 2px;
        font-size: 14px;
    }
    .testimonials_author 
    {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 24px;
    }
    .testimonials_content
    {
        padding-left: 24px;
    }
    .testimonials_author img
    {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
    .rights_item
    {
        width: 100%;
    }
    .membership_card
    {
        padding: 30px;
    }
    .membership_card h3
    {
        font-size: 20px;
    }
    .membership_detail
    {
        font-size: 24px;
    }
    .membership_slogan h3
    {
        font-size: 24px;
    }
    .membership_slogan p
    {
        font-size: 16px;
    }
    h1
    {
        font-size: 56px;
    }
    h2
    {
        font-size: 40px;
    }
    p
    {
        font-size: 16px;
    }
    section
    {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .loader-container
    {
        padding-bottom: 80px;
    }
    .btn
    {
        height: 44px;
        font-size: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .section_title_container
    {
        margin-bottom: 40px;
    }
    .section_title_container p
    {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .section_title_container h2
    {
        font-size: 36px;
        margin-top: 5px;
        padding-top: 10px;
    }
    
    /* Removed clip-path redefinitions */

    .menu
    {
        padding-top: 72px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .header_inner
    {
        height: 72px;
        padding-left: 16px;
        padding-right: 10px;
    }
    .header-logo img
    {
        width: auto;
        height: 40px;
    }
    .header-logo a span
    {
        font-size: 28px;
        margin-left: 10px;
    }
    .header.scrolled .header_bg_lg
    {
        left: 12px;
        width: calc(100% - 24px);
        top: 6px;
        height: 60px;
        border-radius: 30px;
    }
    /* Removed background pieces */
    
    .hero
    {
        height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .hero_inner p
    {
        max-width: calc(100% - 40px);
    }
    .hero_inner
    {
        padding-bottom: 0 !important;
    }
	.play-btn
    {
        width: 70px;
        height: 70px;
    }

    .sticky_content h2
    {
        font-size: 32px;
        margin-top: 1px;
        padding-top: 14px;
    }
    .work_container
    {
        gap: 20px;
        padding-top: 40px;
    }
    .work_container > article:not(:last-of-type)
    {
        margin-bottom: 20px;
    }
    .work_details h3
    {
        font-size: 18px;
    }
    .work_details
    {
        padding: 20px;
    }
    .work_details p
    {
        font-size: 16px;
    }
    .work_item figcaption ul li a
    {
        font-size: 14px;
    }
    .work_btn 
    {
        margin-top: 19px;
    }
    .services_item
    {
        padding: 30px;
    }
    .services_item h3
    {
        font-size: 24px;
    }
    .services_item p
    {
        font-size: 16px;
    }
    .service_image figcaption ul li a
    {
        font-size: 14px;
    }
    .tools_bar
    {
        margin-top: 20px;
    }
    .tools_item 
    {
        padding: 24px;
        padding-left: 20px;
    }
    .tools_icon
    {
        width: 44px;
        height: 44px;
    }
    .tools_content h3
    {
        font-size: 22px;
    }
    .tools_content p
    {
        font-size: 14px;
        margin-top: 10px;
    }
    .tools_extra ul li
    {
        font-size: 16px;
    }
    .pricing_top,
    .pricing_bottom
    {
        padding-left: 20px;
        padding-right: 24px;
    }
    .price
    {
        font-size: 40px;
    }
    .marquee_container
    {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 24px !important;
        padding-bottom: 27px !important;
    }
    .marquee_content
	{
		font-size: 36px;
	}
    .marquee
    {
        gap: 36px;
    }
    .marquee_content .plus
    {
        margin-left: 36px;
    }
    .slider_nav ul li img
    {
        width: 12px;
        height: 20px;
    }
    .testimonials_content blockquote
    {
        font-size: 16px;
    }
    .testimonials_content
    {
        padding-left: 20px;
    }
    .testimonials_author
    {
        padding-left: 20px;
    }
    .cta_content
    {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 56px;
        padding-bottom: 64px;
    }
    .cta_content h2
    {
        font-size: 32px;
    }
    .stats_item
    {
        padding: 30px 20px;
    }
    .stats_item h3
    {
        font-size: 30px;
    }
    .stats_item p
    {
        font-size: 16px;
        margin-top: 11px;
    }
    .slider_nav 
    {
        bottom: 2px;
    }
    .faq_accordion_container
    {
        margin-top: 36px;
        min-height: auto;
    }
    .faq_item button
    {
        padding-left: 20px;
        padding-top: 17px;
        font-size: 16px;
    }
    .faq_item button::after
    {
        right: 11px;
        font-size: 36px;
        font-weight: 300;
    }
    .faq_item button span
    {
        width: 4px;
        height: 4px;
        margin-right: 8px;
    }
    .faq_btn
    {
        margin-top: 24px;
    }
     .faq_item dd
    {
        padding-right: 32px;
    }
    .contact
    {
        padding-bottom: 120px !important;
    }
    .footer_bottom ul
    {
        height: auto;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer_bottom ul li
    {
        font-size: 14px;
    }
    .footer_bottom ul li:first-child
    {
        margin-bottom: 12px;
    }
    .footer_content h2
    {
        font-size: 40px;
    }
    .scroll_top
    {
        width: 40px;
        height: 40px;
    }
    .scroll_top img
    {
        width: 16px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
    
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.stats_item
    {
        width: 100%;
    }
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	h1
    {
        font-size: 40px;
    }
    .hero_inner
    {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero_inner p
    {
        max-width: 100%;
    }
    .slider_nav 
    {
        display: none;
    }
    .footer_content h2
    {
        font-size: 36px;
    }
}
