@media (max-width: 1440px) {
    .hero-section-title {
        font-size: 40px;
    }
}
@media (max-width: 1200px) {
    .custom-container {
        max-width: 1236px;
        padding: 0px 16px;
    }
    .main-title {
        font-size: 28px !important;
    }
}
@media (max-width: 1024px) {
    .main-title {
        font-size: 24px !important;
    }
    .gender-img-wrapper p {
        font-size: 16px;
    }
    .hero-section-title {
        font-size: 36px;
    }
    .navbar-nav {
        gap: 30px;
    }
    .vector-wrapper::before {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        gap: 16px;
        background-color: rgba(78, 47, 218, 0.2);
        padding: 10px 16px 20px !important;
        border-radius: 12px;
        margin-top: 8px !important;
    }
}
@media (max-width: 767px) {
    .spacing {
        padding: 30px 0px;
    }
    .heigth-list {
        padding-top: 32px;
    }
    .hero-section-title {
        font-size: 32px;
    }
}
@media (max-width: 640px) {
}
@media (max-width: 575px) {
    .main-title {
        font-size: 22px !important;
    }
    .hero-section-title {
        font-size: 28px;
    }
    #language-list {
        max-height: 516px;
    }
}
@media (max-width: 425px) {
    .phone-mockup-img {
        display: none;
    }
    .main-title {
        font-size: 20px !important;
    }
    .phone-mockup {
        margin-top: 0px !important;
        padding-top: 16px;
    }
    .phone-mockup-content {
        margin-top: 0px;
        border-radius: 48px 48px 20px 20px;
        position: unset;
        box-shadow: 0px 0px 2px lightgray;
    }
    .custom-btn {
        padding: 6px 13px;
    }
    .swiper-inner-item {
        gap: 30px;
    }
    .btn-wrapper {
        margin-bottom: 16px;
    }
    .custom-pagination {
        top: 100% !important;
    }
    .set-up-profile-content-wrapper::after {
        display: none;
    }
}
@media (max-width: 375px) {
    .main-title {
        font-size: 18px !important;
    }
    .video-chat-content p {
        font-size: 12px;
    }
}