/* Homesection */
.pricingContainer {
    margin: 8em auto 6em;
    width: 80%;
}

.priceHeading h1 {
    text-align: center;
    font-size: 3em;
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.video-invitation-guide-section {
    margin-bottom: 9em;
}

.priceHeading h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.priceHeading h2 br {
    display: none;
}

@media (max-width: 670px) {
    .priceHeading h2 br {
        display: block;
    }
}

.priceMonthly {
    color: #304DDB;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.priceDiscount {
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



/* Styling for the range slider */


/* Styling for the circles representing the values */
.circle {
    width: 20px;
    height: 20px;
    background-color: #3498db;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -5px;
    /* Adjust position to align with the track */
    margin-right: 5px;
}

.priceSlider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
}

.mostPurchased {
    margin: 1.5em auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: -0.5em;
    align-items: center;
    width: 100%;
}

.mostPurchasedSvg {
    width: 55%;
    position: absolute;
    right: 53%;
}

.mostPurchasedText {
    padding: 0.7em;
    width: 15%;
    background-color: #F9DAF3;
    position: relative;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    right: 0;
}

.mainSlider {
    background-color: #C7E5FF;
    width: 100%;
    height: 18px;
    display: flex;
    align-items: center;
    border-radius: 2em;
}

.slider-container {
    text-align: center;
    position: relative;
}

.slider-points {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

.point {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #304DDB;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.slider {
    width: 100%;
    position: relative;
    z-index: 1;
    background: linear-gradient(to left, #C7E5FF 0%, #C7E5FF 82%, #304DDB 18%, #304DDB 100%);
    appearance: none;
    border-radius: 15px;
    height: 15px;
    cursor: pointer;
}

.slider::-webkit-slider-thumb {
    background-color: transparent;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    cursor: pointer;
    appearance: none;
}

#point1 {
    background-color: #304DDB;
}

.testimonialsContainer {
    margin-bottom: 8em;
}

.planInfo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 2em 0;
    position: relative;
    width: 100%;
}

.planContent h1 {
    color: #2F3640;
    text-align: center;
    font-family: Inter;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.planContent h2 {
    color: #ABACAD;
    text-align: center;
    font-family: Inter;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 2%;
}

.selectBestPlan {
    color: #000;
    text-align: left;
    font-family: Inter;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 7% auto 2% auto;
}

.selectDiscount {
    color: #CE4D4D;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.priceAndConnect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.priceTag {
    display: flex;
    gap: 10%;
    width: 30%;
}

.removedPrice {
    color: var(--second-text-color, #737373);
    font-family: Roboto;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-decoration-line: line-through;
}

.originalPrice {
    color: #393838;
    font-family: Roboto;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
}

.connectAndBuy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    text-align: center;
}

.most-purchased-arrow {
    width: 18%;
    height: auto;
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    translate: -50% 50%;
    background-color: #F9DAF3;
    z-index: -1;
    aspect-ratio: 1;
}

.priceConnect {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1em 1.25em;
    border: 2px solid #000;
    border-radius: 0.5em;
    color: #000000;
    gap: 0.6em;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

.priceBuy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1em 1.25em;
    background-color: #304DDB;
    border-radius: 0.5em;
    color: #FFF;
    gap: 0.6em;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    height: 3.65em;
}




.testimonialsHead {
    width: 71%;
    margin-top: 3.5em;
}


.ready-to-create-section {
    margin: 8em auto;
}


@media (max-width: 768px) {
    .pricingContainer {
        margin-top: 8.5em;
        font-size: 0.5em;
    }

    .priceHeading h2 {
        margin-top: 1.5em;
    }

    .selectBestPlan {
        margin-bottom: 1em;
        text-align: center;
        font-size: 1.9em;
    }

    .mostPurchased {
        margin-bottom: 10%;
    }

    .mostPurchasedText {
        width: 45%;
    }

    .planInfo {
        justify-content: space-evenly;
        margin-top: 6%;
        width: 100%;
    }

    .planContent h1 {
        font-size: 1.5em;
    }

    .planContent h2 {
        font-size: 1.2em;
    }

    .priceAndConnect {
        justify-content: center;
        flex-direction: column;
    }

    .priceTag {
        width: 100%;
        gap: 5%;
        align-items: center;
        justify-content: center;
    }

    .connectAndBuy {
        gap: 1em;
        margin-top: 1.5em;
    }

    .selectBestPlan br {
        display: block;
    }

    .removedPrice {
        font-size: 17px;
    }

    .originalPrice {
        font-size: 19px;
    }

    .connectAndBuy {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 12px;
    }

    .connectAndBuy a {
        width: 100%;
    }

    .priceBuy {
        margin-top: 7px;
        width: 60%;
    }

}

.connectAndBuy a, .priceBuy {
    transition: all 0.2s linear;
}

.connectAndBuy a:hover, .priceBuy:hover {
    transform: scale(1.04);
}