.testimonials {
    margin-bottom: 7em;
}

.ready-to-create-section {
    margin-bottom: 8em;
}

.video-invitation-guide-section {
    margin-bottom: 8em;
}

/* Hero Section Starts */

main {
    width: 100%;
    font-size: 16px;
    position: relative;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 6em;
}

/* Hero Section > Hero Text Section */

.hero-text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    padding: 2em;
}

.hero-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 3em;
}

.hero-heading :nth-child(2) {
    font-weight: 600;
}

.hero-text {
    font-size: 1.5em;
}

.hero-text>span {
    font-weight: 700;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    margin-top: 1.25em;
}

.hero-buttons :nth-child(2) {
    padding: 1em 1.25em;
    border-radius: 0.5em;
    border: 2px solid #000;
    color: #000;
    font-size: 1.25em;
    font-weight: 500;
    cursor: pointer;
}


.navigationSwiper{
    bottom: 20em;
}

@media screen and (max-width: 1000px) {
    main {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    main {
        font-size: 12px;
    }
}

/* Hero Section > Hero Image Section */

.gradient-bg {
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.desktop-screen {
    display: none;
    position: absolute;
    width: 66.5%;
    top: 3%;
    right: 20%;
}

.hero-image-container {
    margin-left: 4em;
    height: auto;
    width: 80%;
    position: relative;
    cursor: pointer;
}

.hero-image {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.start-designing-btn {
    position: relative;
}

.start-designing-btn svg {
    position: absolute;
    right: -2.4em;
    top: -2.1em;
}

@media screen and (max-width: 1000px) {
    .start-designing-btn svg {
        display: none;
    }
}

.hero-small-img {
    position: absolute;
    height: auto;
    font-family: 'Caveat', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-align: left;
}

.hero-small-img>svg {
    width: 100%;
    height: auto;
}

.image-rectangle-1 {
    display: none;
    width: 15%;
    top: -14%;
    right: 12.5%;
}

.couple-1 {
    display: none;
    width: 10.5%;
    top: -14%;
    right: 14.2%;
}

.small-img-text-1 {
    display: none;
    width: 15%;
    top: 14.5%;
    right: 12.5%;
}

.image-rectangle-2 {
    display: none;
    width: 20%;
    bottom: 3.2%;
    left: -1.6%;
}

.couple-2 {
    display: none;
    width: 8.5%;
    bottom: 16.5%;
    left: 5.5%;
}

.play-button {
    width: 23%;
    left: 40%;
    top: 33%;
}

.small-img-text-2 {
    display: none;
    width: 18.5%;
    bottom: 13.2%;
    left: 0%;
}

.arrow-1 {
    display: none;
    width: 4%;
    top: -22.8%;
    right: 19%;
}

.arrow-2 {
    width: 5%;
    top: 2%;
    left: 12%;
}

.arrow-3 {
    display: none;
    width: 7%;
    bottom: 42%;
    left: 4%;
}

.textbox-1 {
    width: 15%;
    bottom: 39%;
    left: -5%;
}

.textbox-2 {
    width: 13%;
    top: -9%;
    left: 2%;
}

.textbox-3 {
    width: 13%;
    top: -12%;
    right: 3%;
}

.arrow-4 {
    width: 8%;
    top: -9%;
    right: 17%;
}

.arrow-5 {
    width: 8%;
    bottom: 50%;
    left: 4%;
}

.hero-textbox {
    padding: 0.45em 0.75em;
    border-radius: 6em;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    border: 1px solid #6D77FF;
    background-color: #F2FAFF;
    font-size: 0.75em;
    color: #0047FF;
}

.hero-textbox-1 {
    bottom: 15%;
    left: -1%;
}

.hero-textbox-2 {
    top: 28%;
    right: 4%;
}

@media (max-width: 350px) {
    .hero-buttons :nth-child(2) {
        padding: 0.8em 1em;
        border: 1.5px solid black;
    }
}

@media (max-width: 576px) {
    .hero-image-container {
        width: 85%;
    }
}

/* Hero Section Ends */

/* Features Section Starts */

.features-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.5em;
    margin-bottom: 5em;
    margin-top: 4em;
}

.features-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #262626;
    flex-direction: column;
    text-align: center;
}

.features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4em;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.feature-text-section {
    width: 35%;
    height: auto;
}

.feature-text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.75em;
    padding: 2em 1.5em;
    position: relative;
}

.feature-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2em;
    color: #2D2C2C;
}

.feature-heading>span {
    color: #0669FF
}

.feature-description {
    font-family: 'Inter', sans-serif;
    color: #525252;
    font-size: 1.25em;
}

.feature-btn {
    display: flex;
    padding: 4% 8%;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
    background-color: #304DDB;
    font-size: 1.25em;
    font-weight: 600;
    color: #fff;
    width: max-content;
    gap: 0.5em;
    cursor: pointer;
}

.start-designing-btn-cont {
    transition: all 0.2s linear;
}

.start-designing-btn-cont:hover {
    transform: scale(1.04);
}

.feature-img-section {
    width: 40%;
}

.feature-img-section>img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.feature-svg {
    width: auto;
    position: absolute;
    object-fit: contain;
}

.feature-svg>svg {
    width: auto;
    height: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #000;
    padding: 10px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 5px;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-content>div {
    width: 100%;
    aspect-ratio: 16/9;
}

.modal-content video {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .feature {
        flex-direction: column;
        gap: 4em;
    }

    .feature>div {
        width: 70%;
        height: auto;
    }

    .features-container {
        font-size: 10px;
    }

    .features-container > :nth-child(1), .features-container > :nth-child(3), .features-container > :nth-child(5) {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 500px) {
    .feature>div {
        width: 85%;
        height: auto;
    }

    .feature-img-section {
        min-height: 25em;
        max-height: 25em;
        min-width: 34.65em;
        max-width: 34.65em;
    }
}

@media screen and (max-width: 400px) {
    .hero-image-container {
        font-size: 7px;
    }
}

@media screen and (max-width: 700px) {
    .hero-image-section {
        width: 122%;
    }

    .hero-textbox-1 {
        bottom: 108%;
        left: 6.5%;
    }

    .hero-textbox-2 {
        top: 80%;
        right: 8%;
    }

    .arrow-2 {
        top: 33%
    }

    .textbox-2 {
        top: 22%;
    }

    .arrow-5 {
        bottom: 17%;
        left: 17%;
    }

    .textbox-1 {
        bottom: 7%;
        left: 8%;
    }

    .textbox-3 {
        right: 19%;
    }

    .arrow-4 {
        right: 33%;
    }
}

@media screen and (max-width: 576px) {
    main {
        font-size: 11px;
        margin-top: 6em;
    }

    .navigationSwiper{
        bottom: 4em;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1em;
    }

    .features-heading {
        font-size: 1.4em;
    }

    .modal-content {
        width: 90%;
    }
}

.feature-btn {
    transition: transform 0.2s linear;
}

.feature-btn:hover {
    transform: scale(1.04);
}

/* Features Section Ends */

/* Video Modal Starts */



/* Video Modal Ends */