:root{
    --primary-color: #005064;
    --secoundry-color: #f1f1f1;
    --black-color: #000;
    --white-color: #fff;
    --text-color: #555;
}

*,
*::after,
*::before
{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: "Montserrat" , sans-serif;
    /* font-family: "Saira", sans-serif; */
    width: 100%;
}

/* Font Size Start */
h1{
    font-size: 60px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

h2{
    font-size: 42px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin: 0;
}

h3{
    font-size: 26px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin: 0;
}

h4{
    font-size: 22px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin: 0;
}

p{
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
/* Font Size End */

/* Button Start */
.btn{
    padding: 12px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.btn.dark{
    background: var(--primary-color);
    border: 2px solid #005064;
}

.btn.dark:hover{
    background: var(--white-color);
    color: var(--primary-color);
    border: 2px solid #005064;
}

.btn.light{
    margin-left: 10px;
    background: var(--white-color);
    border: 2px solid #005064;
    color: var(--primary-color);
}

.btn.light:hover{
    background: var(--primary-color);
    border: 2px solid #005064;
    color: var(--white-color);
}

.btn.white{
    color: var(--primary-color);
    background: var(--white-color);
}

.btn.white:hover{
    color: var(--white-color);
    background: var(--primary-color);
}
/* Button End */

/* Home Section Start */
/* .home-section{
    background-image: url(images/Background.png);
    padding-bottom: 50px;
} */
/* Home Section End */

/* Header Section Start */
.main-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 0;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-width: 100px;
}

.nav-bar a:hover {
    color: #005064;
}

/* Position the hamburger icon to the right */
.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-left: auto;
}

.nav-bar {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-bar li {
    margin-right: 20px;
}

.nav-bar a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: "Montserrat" sans-serif;
    font-weight: 500;
}

.nav-bar a:hover{
    border-bottom: 3px solid #005064;
    padding-bottom: 3px;
}

.search-icon img {
    max-width: 20px;
    cursor: pointer;
}

/* Header Section End */

/* Hero Section Start */
.hero-section{
    max-width: 1240px;
    height: 500px;
    margin: -10px auto;
    padding: 100px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.hero-left{
    width: 100%;
}

.hero-left p{
    padding-top: 15px;
}

.hero-left a{
    margin-top: 15px;
}

.hero-right img{
    width: 100%;
}
/* Hero Section End */

/* Event import Section Start */
.event-import{
    width: 1240px;
    margin: 0 auto;
    padding: 0 0 60px;
    text-align: center;
}

.event-import p{
    margin: 15px 0 30px;
}

.event-import img{
    width: 90%;
}
/* Event import Section End */

/* Import Event section Start */
.import-event{
    padding: 80px 0;
    text-align: center;
    background-color: #EFF8FA;
}

.event-container{
    width: 1240px;
    margin: 0 auto;
}

.event-box-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    gap: 50px;
}

.event-box{
    margin-top: 50px;
    width: 30.6%;
    padding: 0 25px 30px;
    background: #fff;
    border: 2px solid #005064;
    border-radius: 15px;
    box-shadow: 5px 5px 20px 0px rgba(26, 26, 26, 0.1);
}

.solid{
    width: 100%;
    border: 2px solid #00506480;
    border-radius: 5px;
}

.event-box img{
    width: 80px;
    margin: -40px 0 20px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    border: 2px solid #005064
}

.event-box p{
    font-size: 18px;
    padding-top: 10px;
}
/* Import Event section End */

/* Feature Section Start */
.feature-section{
    margin: 100px;
    text-align: center;
}

.feature-container{
    width: 1240px;
    margin: auto;
}

.feature-xt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    gap: 50px;
}

.feature-box{
    width: 30.60%;
    border: 3px solid #005064;
    border-radius: 15px;
    padding: 30px 0 10px;
    text-align: center;
    box-shadow: 5px 5px 20px 0px rgba(26, 26, 26, 0.15);
}

.feature-text{
    padding: 70px 30px 30px;
    text-align: start;
}

.feature-text h3{
    margin: 0;
}

.feature-text p{
    margin: 15px 0 0;
}

.feature-box {
    transition: background-color 0.3s ease;
}

.feature-box:hover {
    background-color: #EFF8FA;
}
/* Feature Section End */

/* WordPress Event Section Start */
.wordpress-event{
    background-color: #EFF8FA;
    padding: 80px 100px;
}
.wordpress-event-container{
    width: 1240px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.wordpress-event-left{
    width: 65%;
}
.wordpress-event-left p{
    padding-top: 20px;
}
.wordpress-event-right{
    width: 35%;
}
.wordpress-event-right img{
    width: 100%;
}
/* WordPress Event Section End */

/* Pricing Section Start */
.pricing-container{
    width: 1240px;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}

.pricing-box{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    text-decoration: none;
    text-align: left;
}

.pricing-card{
    width: 33.33%;
    background-color: #fff;
    padding: 25px;
    border: 2px solid #00000050;
    border-radius: 10px;
    /* transform: rotate(-10deg); */
    box-shadow: -5px 5px 20px 0px rgba(26, 26, 26, 0.1);
}

.pricing-card h4{
    color: #005064;
    font-size: 40px;
    font-weight: 700;
}

.cart-btn{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-top: 100px;
    padding: 12px 15px;
    border: 2px solid #005064;
    border-radius: 8px;
    color: #005064;
    background: #fff;
}

.cart-btn:hover{
    color: #fff;
    background-color: #005064;
}

.pricing-card-2{
    width: 33.33%;
    background-color: #005064;
    padding: 25px;
    border: 2px solid #00000050;
    border-radius: 10px;
    box-shadow: 0px 8px 8px 0px rgba(26, 26, 26, 0.08);
    z-index: 9;
}

.pricing-card-2 p{
    color: #FFF;
}

.pricing-card-2 h4{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
}

.pricing-card-2 .cart-btn{
    color: #FFF;
    background: #005064;
    border-color: #fff;
}

.pricing-card-2 .cart-btn:hover{
    color: #005064;
    background: #fff;
    border-color: #fff;
}
/* Pricing Section End */

/* .wp-agg{
    background-image: url(images/BG.jpg);
} */

.wp-agg-container{
    width: 1240px;
    margin: auto;
    padding: 100px 0;
}

.wp-event-box{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.wp-agg-box{
    width: 20%;
    text-align: center;
    padding: 25px;
    border: 2px solid #ffffff50;
    border-radius: 10px;
}

.wp-agg-box p{
    color: #FFF;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}

/* Integrations Section Start */
.integrations{
    background-color: #EFF8FA;
    padding: 80px 100px;
    text-align: center;
}

.integrations-container{
    width: 1240px;
    margin: auto;
}
.int-xt{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.tooltip img{
    width: 100px;
    border: 2px solid #005064;
    border-radius: 8px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* Integrations Section End */

/* Image Section Start */
.wpea-img-section{
    text-align: center;
    margin: 80px 100px;
}

.img-container{
    width: 1240px;
    margin: auto;
}

.wpea-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 25px;
}

.wpea-gallery-item {
    position: relative;
    width: 23.48%;
    height: 220px;
    overflow: hidden;
    border: 3px solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
}

.wpea-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpea-gallery-image {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.wpea-gallery-image:hover {
    transform: scale(1.1);
}

.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-image {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
/* Image Section End */

/* Testimonial Section Start */
.testimonial-section{
    padding: 80px 0 100px;
    background-color: #EFF8FA;
}

.testimonialxt {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.testimonial-section h2{
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}

.testimonialxt i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    text-align: center;
    line-height: 45px;
    color: #005064;
    background-color: #EFF8FA;
    border: 3px solid #005064;
    border-radius: 50%;
    box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 0.10), -5px 5px 10px 0px rgba(0, 0, 0, 0.10);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.testimonialxt i:active {
    transform: translateY(-50%) scale(0.85);
}

.testimonialxt i:first-child {
    left: -22px;
}

.testimonialxt i:last-child {
    right: -22px;
}

.testimonialxt .testimonialslider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 25px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 50px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.testimonialslider::-webkit-scrollbar {
    display: none;
}

.testimonialslider.no-transition {
    scroll-behavior: auto;
}

.testimonialslider.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.testimonialslider.dragging .catestimonialboxrd {
    cursor: grab;
    user-select: none;
}

.testimonialslider :where(.testimonialbox, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialslider .testimonialbox {
    padding: 30px;
    scroll-snap-align: start;
    list-style: none;
    background-color: #EFF8FA;
    border: 4px solid #005064;
    border-radius: 15px;
    flex-direction: column;
}

.testimonialbox p{
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-top: 20px;
}

.user-xt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
}

.user-xt img{
    width: 80px;
    height: auto;
    border: 3px solid #005064;
    border-radius: 100%;
}
/* Testimonial Section End */

/* Call To Action Section Start */
.calltoaction{
    background: rgb(0,80,100);
    background: linear-gradient(0deg, rgba(0,80,100,1) 50%, rgba(239,248,250,1) 50%);
}
.cta-section{
    width: 1240px;
    margin: auto;
    padding: 100px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-xt{
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.cta-xt h2{
    font-size: 36px;
    font-weight: 500; 
    font-family: "Montserrat" sans-serif;
    color: #FFF;
    margin: 0;
}

.cta-xt p{
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
    color: #FFF;
    padding: 15px 0 25px;
}

/* Call To Action Section End */

/* Footer Section Start */
footer{
    background-color: #005064;
}

.footer-container{
    width: 1240px;
    margin: auto;
    padding: 60px 0;
}

.footer-xt{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-col img{
    padding-top: 15px;
}

.footer-col h3{
    font-size: 24px;
    font-family: "Montserrat" sans-serif;
    font-weight: 500;
    color: #FFF;
}

.footer-col ul{
    list-style: none;
    padding-left: 10px;
}

.footer-col ul li{
    margin-top: 10px;
}

.footer-col ul li a{
    font-size: 18px;
    font-family: "Montserrat";
    color: #C3C3C3;
    font-weight: 400;
    text-decoration: none;
}

.footer-col p{
    font-size: 18px;
    font-family: "Montserrat";
    color: #C3C3C3;
    font-weight: 400;
    padding-top: 15px;
}

.form-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 44px;
    margin-right: 10px;
    font-size: 16px;
    font-family: "Montserrat";
}

.submit-btn {
    padding: 10px 20px;
    background-color: #023745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-family: "Montserrat";
}

.submit-btn:hover {
    color: #005064;
    background-color: #fff;
}
/* Footer Section End */

/* Copyright Section Start */
.copyright-section{
    padding: 20px;
    background-color: #005064;
    border-top: 1px solid #ffffff50;
}

.copyright-section p{
    font-size: 18px;
    font-family: "Montserrat" sans-serif;
    color: var(--white-color);
    text-align: center;
    font-weight: 500;
}
/* Copyright Section End */

/* Tablate Responcive Start */
@media (min-width: 992px) and (max-width: 1200px) {
    /* Hedding & btn Size Start */
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 18px;
    }
    p{
        font-size: 18px;
    }
    .btn{
        padding: 10px 14px;
        font-size: 18px;
    }
    /* Hedding & btn Size End */

    /* header Section Start */
    .main-header{
        padding: 15px 50px 10px;
    }
    /* header Section End */

    /* Hero Section Start */
    .home-section{
        background-image: url(images/Background2.png);
        padding: 0;
    }
    .hero-section{
        height: auto;
        padding: 0 50px;
        margin: 0;
    }
    .hero-right{
        width: 130%;
    }
    /* Hero Section End */

    /* Event Import Start */
    .event-import{
        width: auto;
        padding: 50px;
    }
    /* Event Import End */

    /* Pricing Section Start */
    .wpea-pricing-section{
        padding: 50px;
    }
    .pricing-box{
        margin: 50px 0 30px;
    }
    .pricing-card h4{
        font-size: 30px;
    }
    .pricing-card-2 h4{
        font-size: 30px;
    }
    .pricing-card-3 h4{
        font-size: 30px;
    }
    .cart-btn{
        margin-top: 80px;
    }
    /* Pricing Section End */
    
    /* Import Event Section Start */
    .import-event{
        padding: 50px;
    }
    .event-container{
        width: auto;
    }
    .event-box{
        margin-top: 25px;
        width: 30%;
        height: auto;
        padding: 25px;
    }
    .event-box img{
        margin-top: -60px;
    }
    /* Import Event Section End */

    /* Feature Section Start */
    .feature-section{
        margin: 50px;
    }
    .feature-container{
        width: auto;
    }
    .feature-xt{
        gap: 50px;
    }
    .feature-box{
        width: 30%;
    }
    /* Feature Section End */

    /* WordPress Event Import Section Start */
    .wordpress-event{
        padding: 50px;
    }
    .wordpress-event-container{
        width: auto;
        gap: 50px;
    }
    .wordpress-event-right{
        width: 50%;
    }
    /* WordPress Event Import Section End */

    /* Pricing Section Start */
    .wpea-pricing-section{
        padding: 50px;
    }
    .pricing-container{
        width: auto;
        padding: 0;
    }
    /* Pricing Section End */

    /* Plugin Details Section Start */
    .wp-agg-container{
        width: auto;
        padding: 100px 50px;
    }
    /* Plugin Details Section End */

    /* Integrations Section Start */
    .integrations{
        padding: 50px;
    }
    .integrations-container{
        width: auto;
    }
    .int-xt{
        margin: 0;
        padding-top: 40px;
    }
    .tooltip img{
        width: 80px;
    }
    /* Integrations Section End */

    /* Image Gallery Section Start */
    .wpea-img-section{
        margin: 50px;
    }
    .img-container{
        width: auto;
    }
    .gallery{
        gap: 27px;
    }
    .wpea-gallery-item{
        width: 31.6%;
        height: 280px;
    }
    /* Image Gallery Section End */

    /* Testimonial Section Start */
    .testimonial-section{
        padding: 50px 50px 80px;
    }
    .testimonial-section h2{
        padding-bottom: 50px;
    }
    .testimonialxt{
        width: auto;
    }
    /* Testimonial Section End */

    /* Call To Action Section Start */
    .cta-section{
        width: auto;
        margin: 0 50px;
        padding: 50px;
    }
    /* Call To Action Section End */

    /* Copyright Section Start */
    .footer-container{
        width: auto;
        padding: 0;
    }
    .footer-xt{
        padding: 50px;
    }
    /* Copyright Section End */
}
/* Tablate Responcive End */

/* Mobile-Tablate Responcive Start */
@media (min-width: 768px) and (max-width: 992px) {
    /* Hedding & btn Size Start */
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 18px;
    }
    p{
        font-size: 16px;
    }
    .btn{
        padding: 10px 14px;
        font-size: 16px;
    }
    /* Hedding & btn Size End */

    /* header Section Start */
    .main-header{
        padding: 15px 50px;
    }
    .nav-bar{
        gap: 15px;
    }
    .nav-bar li{
        margin: 0;
    }
    .nav-bar a{
        font-size: 16px;
    }
    /* header Section End */

    /* Hero Section Start */
    .home-section{
        background-image: url(images/Background2.png);
        padding: 0;
    }
    .hero-section{
        height: auto;
        padding: 30px 50px 50px;
        margin: 0;
    }
    .hero-right{
        width: 100%;
    }
    .hero-right img {
        margin-top: -40px;
    }
    /* Hero Section End */

    /* Event Import Start */
    .event-import{
        width: auto;
        padding: 50px;
    }
    .event-box{
        width: 48%;
    }
    /* Event Import End */
    
    /* Import Event Section Start */
    .import-event{
        padding: 50px;
    }
    .event-container{
        width: auto;
    }
    .event-box{
        height: 310px;
        padding: 25px;
    }
    /* Import Event Section End */

    /* Feature Section Start */
    .feature-section{
        margin: 50px;
    }
    .feature-container{
        width: auto;
    }
    .feature-xt{
        gap: 50px;
    }
    /* Feature Section End */

    /* WordPress Event Import Section Start */
    .wordpress-event{
        padding: 50px;
    }
    .wordpress-event-container{
        gap: 50px;
        width: auto;
    }
    .wordpress-event-right{
        width: 50%;
    }
    /* WordPress Event Import Section End */

    /* Pricing Section Start */
    .wpea-pricing-section{
        padding: 50px;
    }
    .pricing-container{
        width: auto;
        padding: 0;
    }
    .pricing-box{
        margin: 50px 20px 20px;
    }
    .pricing-card h4{
        font-size: 26px;
    }
    .pricing-card-2 h4{
        font-size: 26px;
    }
    .pricing-card-3 h4{
        font-size: 26px;
    }
    .cart-btn{
        margin-top: 60px;
    }
    /* Pricing Section End */

    /* Plugin Details Section Start */
    .wp-agg-container{
        width: auto;
        padding: 50px;
    }
    .wp-event-box{
        flex-wrap: wrap;
    }
    .wp-agg-box{
        width: 30%;
    }
    /* Plugin Details Section End */

    /* Integrations Section Start */
    .integrations{
        padding: 50px;
    }
    .integrations-container{
        width: auto;
    }
    .int-xt{
        margin: 0;
        padding-top: 40px;
    }
    .tooltip img{
        width: 70px;
    }
    /* Integrations Section End */

    /* Image Gallery Section Start */
    .wpea-img-section{
        margin: 50px;
    }
    .img-container{
        width: auto;
    }
    .gallery{
        margin-top: 40px;
        gap: 56px;
    }
    .wpea-gallery-item{
        width: 280px;
        height: 200px;
    }
    /* Image Gallery Section End */

    /* Testimonial Section Start */
    .testimonial-section{
        padding: 50px 50px 80px;
    }
    .testimonial-section h2{
        padding-bottom: 40px;
    }
    .testimonialxt .testimonialslider{
        gap: 30px;
        grid-auto-columns: calc((100% / 2) - 15px);
    }
    .testimonialslider .testimonialbox{
        padding: 25px;
    }
    .testimonialxt{
        width: auto;
    }
    /* Testimonial Section End */

    /* Call To Action Section Start */
    .cta-section{
        width: auto;
        margin: 0 50px;
        padding: 50px;
    }
    /* Call To Action Section End */

    /* Copyright Section Start */
    .footer-container{
        width: auto;
        padding: 0;
    }
    .footer-xt{
        padding: 50px;
        flex-wrap: wrap;
    }
    .footer-4{
        padding-top: 60px;
    }
    /* Copyright Section End */
}
/* Mobile-Tablate Responcive End */

/* Mobile-Tablate Responcive Start */
@media (min-width: 576px) and (max-width: 768px){
    /* Hedding & btn Size Start */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
    .btn {
        padding: 10px 14px;
        font-size: 16px;
    }
    /* Hedding & btn Size End */

    /* header Section Start */
    .main-header{
        padding: 15px 30px;
    }
    .nav-bar{
        display: none;
    }
    /* header Section End */

    /* Hero Section Start */
    .home-section{
        background-image: url(images/Background3.png);
        padding: 0;
    }
    .hero-section{
        height: auto;
        padding: 15px 30px 0;
        flex-direction: column;
        margin: 0;
        gap: 25px;
    }
    .hero-left{
        width: 100%;
    }
    .hero-right{
        width: 100%;
    }
    /* Hero Section End */

    /* Event Import Start */
    .event-import{
        width: auto;
        padding: 50px 25px;
    }
    .event-import img{
        width: 100%;
    }
    /* Event Import End */
    
    /* Import Event Section Start */
    .import-event{
        padding: 50px 25px;
    }
    .event-container{
        width: auto;
    }
    .event-box-1{
        flex-direction: column;
        margin: 50px 0 0;
        gap: 25px;
    }
    .event-box-2{
        flex-direction: column;
        margin: 25px 0 0;
        gap: 25px;
    }
    .event-box{
        width: 100%;
        height: auto;
        padding: 25px;
    }
    /* Import Event Section End */

    /* Feature Section Start */
    .feature-section{
        margin: 50px 25px;
    }
    .feature-container{
        width: auto;
    }
    .feature-xt{
        flex-direction: column;
        gap: 25px;
    }
    .feature-box{
        width: 100%;
        height: auto;
    }
    /* Feature Section End */

    /* WordPress Event Import Section Start */
    .wordpress-event{
        padding: 50px 25px;
    }
    .wordpress-event-container{
        flex-direction: column;
        gap: 50px;
    }
    .wordpress-event-left{
        width: 100%;
    }
    .wordpress-event-right{
        width: 60%;
    }
    /* WordPress Event Import Section End */

    /* Pricing Section Start */
    .wpea-pricing-section{
        padding: 50px 25px;
    }
    .pricing-container{
        width: auto;
        padding: 0;
    }
    .pricing-box{
        flex-direction: column;
        gap: 30px;
        margin: 25px 0 0;
    }
    .pricing-card{
        width: 100%;
        margin: 0;
    }
    .pricing-card-2{
        width: 100%;
    }
    .pricing-card h4{
        font-size: 26px;
    }
    .pricing-card-2 h4{
        font-size: 26px;
    }
    .cart-btn{
        margin-top: 60px;
    }
    /* Pricing Section End */

    /* Plugin Details Section Start */
    .wp-agg-container{
        width: auto;
        padding: 50px;
    }
    .wp-event-box{
        flex-wrap: wrap;
    }
    .wp-agg-box{
        width: 47%;
    }
    /* Plugin Details Section End */

    /* Integrations Section Start */
    .integrations{
        padding: 50px 25px;
    }
    .integrations-container{
        width: auto;
    }
    .int-xt{
        flex-wrap: wrap;
        margin: 0;
        padding-top: 30px;
        gap: 25px;
    }
    .tooltip img{
        width: 100px;
    }
    /* Integrations Section End */

    /* Image Gallery Section Start */
    .wpea-img-section{
        margin: 50px 25px;
    }
    .img-container{
        width: auto;
    }
    .gallery{
        margin-top: 30px;
        gap: 30px;
    }
    .wpea-gallery-item{
        width: 248px;
        height: 180px;
    }
    /* Image Gallery Section End */

    /* Testimonial Section Start */
    .testimonial-section{
        padding: 50px 40px 80px;
    }
    .testimonial-section h2{
        padding-bottom: 30px;
    }
    .testimonialxt .testimonialslider{
        gap: 30px;
        grid-auto-columns: calc((100% / 1) - 0px);
    }
    .testimonialslider .testimonialbox{
        padding: 25px;
    }
    .testimonialxt{
        width: auto;
    }
    /* Testimonial Section End */

    /* Call To Action Section Start */
    .cta-section{
        width: auto;
        margin: 0 25px;
        padding: 40px 25px;
    }
    /* Call To Action Section End */

    /* Copyright Section Start */
    .footer-container{
        width: auto;
    }
    .footer-xt{
        padding: 50px 25px;
        flex-direction: column;
        gap: 30px;
    }
    .footer-4{
        padding-top: 0;
    }
    /* Copyright Section End */
}
/* Mobile-Tablate Responcive End */

/* Mobile Responcive Start */
@media (min-width: 320px) and (max-width: 576px){
    /* Hedding & btn Size Start */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
    .btn {
        padding: 10px 14px;
        font-size: 16px;
    }
    /* Hedding & btn Size End */

    /* header Section Start */
    .main-header{
        padding: 15px 30px;
    }
    .nav-bar{
        display: none;
    }
    /* header Section End */

    /* Hero Section Start */
    .home-section{
        background-image: url(images/Background4.png);
        padding: 0;
    }
    .hero-section{
        height: auto;
        padding: 15px 30px 0;
        flex-direction: column;
        margin: 0;
        gap: 25px;
    }
    .hero-left{
        width: 100%;
    }
    .hero-right{
        width: 100%;
    }
    /* Hero Section End */

    /* Event Import Start */
    .event-import{
        width: auto;
        padding: 50px 25px;
    }
    .event-import img{
        width: 100%;
    }
    /* Event Import End */

    /* Pricing Section Start */
    .wpea-pricing-section{
        padding: 50px 25px;
    }
    .pricing-container{
        width: auto;
        padding: 0;
    }
    .pricing-box{
        flex-direction: column;
        gap: 30px;
        margin: 25px 0 0;
    }
    .pricing-card{
        margin: 0;
        width: 100%;
    }
    .pricing-card-2{
        margin: 0;
        width: 100%;
    }
    .pricing-card h4{
        font-size: 26px;
    }
    .pricing-card-2 h4{
        font-size: 26px;
    }
    .cart-btn{
        margin-top: 60px;
    }
    /* Pricing Section End */

    .wp-agg{
        padding: 50px 25px;
    }
    .wp-agg-container{
        width: auto;
        padding: 0;
    }
    .wp-event-box{
        flex-wrap: wrap;
    }
    .wp-agg-box{
        width: 100%;
    }
    /* Import Event Section Start */
    .import-event{
        padding: 50px 25px;
    }
    .event-container{
        width: auto;
    }
    .event-box-1{
        flex-direction: column;
        margin: 50px 0 0;
        gap: 25px;
    }
    .event-box-2{
        flex-direction: column;
        margin: 25px 0 0;
        gap: 25px;
    }
    .event-box{
        width: 100%;
        height: auto;
        padding: 25px;
    }
    /* Import Event Section End */

    /* WordPress Event Import Section Start */
    .wordpress-event{
        padding: 50px 25px;
    }
    .wordpress-event-container{
        flex-direction: column;
        gap: 30px;
        width: auto;
    }
    .wordpress-event-left{
        width: 100%;
    }
    .wordpress-event-right{
        width: 100%;
    }
    /* WordPress Event Import Section End */

    /* Feature Section Start */
    .feature-section{
        margin: 50px 25px;
    }
    .feature-container{
        width: auto;
    }
    .feature-xt{
        flex-direction: column;
        gap: 25px;
        padding-top: 30px;
    }
    .feature-box{
        width: 100%;
        height: auto;
    }
    .feature-text{
        padding: 25px;
    }
    /* Feature Section End */

    /* Integrations Section Start */
    .integrations{
        padding: 50px 25px;
    }
    .integrations-container{
        width: auto;
    }
    .int-xt{
        flex-wrap: wrap;
        margin: 0;
        padding-top: 30px;
        gap: 25px;
    }
    .tooltip img{
        width: 100px;
    }
    /* Integrations Section End */

    /* Image Gallery Section Start */
    .wpea-img-section{
        margin: 50px 25px;
    }
    .img-container{
        width: auto;
    }
    .gallery{
        margin-top: 30px;
        gap: 30px;
    }
    .wpea-gallery-item{
        width: 248px;
        height: 180px;
    }
    /* Image Gallery Section End */

    /* Testimonial Section Start */
    .testimonial-section{
        padding: 50px 40px 80px;
    }
    .testimonial-section h2{
        padding-bottom: 30px;
    }
    .testimonialxt .testimonialslider{
        gap: 30px;
        grid-auto-columns: calc((100% / 1) - 0px);
    }
    .testimonialslider .testimonialbox{
        padding: 25px;
    }
    .testimonialxt{
        width: auto;
    }
    /* Testimonial Section End */

    /* Call To Action Section Start */
    .cta-section{
        width: auto;
        margin: 0 25px;
        padding: 40px 25px;
    }
    /* Call To Action Section End */

    /* Copyright Section Start */
    .footer-container{
        width: auto;
        padding: 0;
    }
    .footer-xt{
        padding: 50px 25px;
        flex-direction: column;
        gap: 30px;
    }
    .footer-4{
        padding-top: 0;
    }
    .form-input{
        margin-top: 10px;
    }
    .submit-btn{
        margin-top: 15px;
    }
}
/* Mobile Responcive End */