@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

.img_container picture img {
    width: 100%;
}

.App {
    background: linear-gradient(180deg, #27013a 83.28%, #050121 92.23%);
    font-family: 'Poppins', sans-serif;
}

.base_parent_div {
    background: #27013a 83.28%;
    padding-top: 48px;
}

.home_section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.section-subtitle {
    font-size: 36px;
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
}

.section-description {
    font-weight: 400;
    color: white;
    margin: 0 auto;
    max-width: 800px;
}


.create_account_section {
    background-color: white;
    justify-content: center;
    gap: 100px;
}



.create_account_section a,
.creators_section a {
    text-align: left;
    margin-top: 2rem;
}

.create_account_section button,
.creators_section button {
    padding: 1.5rem;
    font-size:28px;
}

.creators_section button {
    background-color: #350048;
}

.App h1 {
    font-weight: 800;
    line-height: 125%;
    letter-spacing: 0.01em;
    margin-top: 2rem;
    color: #333333;
    text-align: left;
    font-size: 82px;
}

.subtitle {
    color: #333333;
    text-align: left;
    font-size: 32px;
}

.create_account_section .subtitle{
    text-align: left;
}

.sales_section {
    display: block;
    background-color: white;
    min-height: 100vh;
}

.sales_section h2 {
    text-align: center;
    color: #333333;
}

.sales_section p {
    color: #333333;
}

.sales_section .home_section {
    align-items: baseline;
    min-height: auto;
}

.promote_products_section .img_container {
    margin-top: 2rem;
    text-align: center;
}

.promote_products_section img, .features_section img {
    max-width: 100%;
}

/* Style for the changing text */
.changing-text {
    font-weight: bold;
    display: block;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smoother slide and fade */
}

.features_section {
    display: block;
}

/* Container for the features grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Create two equal columns */
    gap: 20px; /* Spacing between the grid items */
    padding: 20px;
}

/* Styling for each feature card */
.feature-card {
    background-color: #ffffff0f; /* Dark purple background */
    padding: 2rem 1rem;
    margin:1rem;
    border-radius: 2rem;
    text-align: left;
    color: #fff; /* White text color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slight shadow */
}

.feature-card h3{
    text-align: center;
    font-size: 28px;
}

.feature-card p{
    text-align: center;
    font-size: 24px;
}


/* Card hover effect */
.feature-card:hover {
    transform: translateY(-10px);
}

h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-align: left;
}

p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 28px;
    line-height: 140%;
    color: #ffffff;
}

.App button {
    cursor: pointer;
}

.App a {
    color: #ffffff;
    text-decoration: none;
}

.left,
.right,
.middle {
    text-align: left;
    z-index: 9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 45%;
    max-width: 700px;
}

.create_account_section .left,
.create_account_section .right,
.customization_section .right,
.customization_section .left {
    width: 600px;
    max-width:50vw;
}

.home_button {
    width: 70%;
    background: #b013a3;
    border-radius: 48px;
    padding: 1.5rem;
    margin-top: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    border: none;
    cursor: pointer;
    color: #ffffff;
}


.changing-img {
    width: 100%;
}

.customization_section .left .img_container {
    max-width: 100%;
}

.customization_section .left .img_container img,
.customization_section .left .img_container picture img {
    width: 100%;
    max-width: 100vw;
}

.creators_section {
    background-color: #13B08A;
    ;
}

.points_row {
    margin-top: 25px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-ul {
    list-style: none;
    color: #fff;
    text-align: left;
    align-items: baseline;
    padding: 0;
}

.App ul p {
    font-size: 22px;
}

.points_row .right button {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 48px;
    padding: 12px 40px;
    color: #ffffff;
    margin-top: 10px;
}

.App li {
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#menu li {
    display: block;
}

.bigbang {
    position: relative;
    padding: 60px 20px;
}

.bigbang img {
    width: 400px;
    max-width: 100vw;
    height: auto;
    position: absolute;
}

.content {
    position: relative;
    z-index: 2;
    top: 0;
    width: 80%;
    max-width: 600px;
    text-align: center;
}


.atom_section {
    position: relative;
    overflow: hidden;
}

.atom_section img {
    width: 600px;
    height: auto;
}

#logo_white img {
    width: 180px;
}

.atom_section .content {
    position: absolute;
    text-align: center;
    top: 220px;
    width: 100%;
}

.link-highlight{
    font-weight: bold; color:#F056E3
}

.faq-section {
    width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.faq-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.faq {
    display: block;
    border-top: 1px solid #ccc;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0;
    text-align: left;
    outline: none;
    color: white;
}

.faq-question:focus{
    border:0;
    outline: 0;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: white;
}

.faq-answer p {
    margin: 0;
    font-size: 1.2rem;
}

.faq-item.active .faq-answer {
    display: block;
}


  .cta-btn{
    display: inline-block;
    margin: 0.5rem;
    padding: 0.8rem 1.5rem;
    border: 2px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-weight: 600;
  }

  .cta-btn.primary {
    background: #b013a3;
    border: none;
  }


@media screen and (max-width: 768px) {
    .home_section {
        gap:0;
    }
    
    .App h1 {
        font-size: 36px;
        margin-top: 0;
        text-align: center;
    }

    .home_button {
        width: 100%;
        font-size: 22px;
        padding:auto;
    }

    .create_account_section button,
    .creators_section button {
        padding: 1rem;
        font-size:22px;
    }

    .create_account_section a {
        margin:0;
    }

    h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #ffffff;
        text-align: left;
    }

    .subtitle {
        font-size: 22px;
    }

    .home_section {
        flex-direction: column;
        gap: 10px;
        padding: 30px 20px;
        position: relative;
    }

    .reverse {
        flex-direction: column-reverse;
        gap: 20px;
        padding: 30px 20px;
        text-align: center;
    }

    .left,
    .right,
    .middle {
        text-align: center;
        width: auto;
    }

    .create_account_section .subtitle {
        text-align: center;
    }

    .create_account_section .right {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }

    .create_account_section .left {
        padding: 0 20px;
    }

    .create_account_section .left img {
        display: block;
        margin-top: -30px;
        margin-bottom: -60px;
    }

    .points_row {
        margin-top: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .points_row p{
        font-weight: 400;
        font-size: 20px;
    }

    .sales_section .home_section div {
        width: 100%;
    }

    .changing-img {
        width: 100vw;
    }
    
    .customization_section.left .img_container img,
    .left .img_container picture img,
    .right .img_container picture img {
        width: 100%;
        max-width: 100vw;
    }

    .creators_section {
        flex-direction: column;
        gap: 10px;
        padding: 30px 20px;
    }

    .home_section .left {
        text-align: center;
        max-width: 410px;
    }

    .home_section .right {
        text-align: center;
        max-width: 410px;
    }

    .create_account_section .right{
        min-height: 400px;
    }

    .create_account_section .left, .customization_section .right, .customization_section .left {
        width: 100%;
        max-width: 100%;
    }

    .promote_products_section{
        padding-top:0;
    }


    .section-subtitle {
        font-size: 30px;
        text-align: left;
    }

    .section-description {
        font-size: 20px;
        text-align: left;
    }

    .home-ul {
        color: #fff;
        list-style: none;
    }

    .generate_leads_section img {
        margin-top: -260px;
    }

    .content{
        width: 100%;
    }

    .content h2{
        margin: 0.25rem;
        font-size: 30px;
    }

    .content p{
        font-size: 24px;
    }

    .content button {
        padding: 12px 20px;
    }

    .features-grid {
        display: block;
        padding:0;
        margin:0;
    }

    #features_section_img{
        display: none;
    }

    #beautiful-site{
        text-align: center;
    }

    .faq-section {
        width: 100%;
    }

    .faq-question {
        font-size: 1.2rem;
    }
    .faq-answer p{
        font-size: 1.1rem;
    }

}




/* Styles Specific for Tablets (between 768px and 1024px) */
@media screen and (min-width: 768px) and (max-width: 1350px) {
    /* Adjust container paddings and widths for tablet view */
    .home_section {
        flex-direction: row; /* Set to row direction for better tablet view */
        justify-content: space-around; /* Spread content evenly */
        padding: 40px; /* Increase padding for tablet */
        gap: 20px; /* Increase gap between elements */
        min-height: auto;
    }

    /* Typography adjustments */
    .App h1 {
        font-size: 42px; /* Larger text size for tablets */
        line-height: 1.2; /* Line height for better spacing */
    }

    h2 {
        font-size: 36px;
    }

    .subtitle {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 28px; /* Larger subtitles */
    }

    .section-description {
        font-size: 18px; /* Slightly larger text for better readability */
    }

    .home_button {
        width: auto; /* Do not stretch button to full width */
        font-size: 20px; /* Slightly larger buttons */
        padding: 15px 30px; /* Increase padding for better visibility */
    }

    .create_account_section {
        flex-direction: row; /* Arrange sections in a row for better layout */
    }

    /* Specific styles for points section */
    .points_row {
        flex-direction: row; /* Arrange points in a row */
        gap: 10px; /* Reduced gap for tablet */
    }

    /* Adjust image sizes for better appearance */
    .create_account_section .left img {
        width: 80%; /* Slightly smaller image for balance */
        margin-top: 0; /* Remove negative margins */
        margin-bottom: 0; /* Remove negative margins */
    }

    /* Create a 2x2 grid for features on tablet view */
    .features-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two columns for better layout */
        gap: 20px; /* Spacing between items */
        padding: 30px;
    }

    /* Additional styles for tablet layout */
    .home_section .left,
    .home_section .right {
        text-align: center;
        max-width: 100%; /* Adjust width for better layout */
    }

    .features-grid {
        display: block;
        padding:0;
        margin:0;
    }
    #features_section_img{
        display: none;
    }

    .faq-section {
        width: 90%;
    }
}
