.home_landing .modal-header {
    border-bottom: unset;
    border-top: unset;
    padding-bottom: 0 !important;
}

.modal-content {
    padding-inline: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.modal-title {
    font-weight: bold;
}
.nav-link {
    color: var(--text-white);
}
.nav-link:hover {
    color: var(--text-yellowish);
}
/* ------------------------ buttons --------------------------------- */

a {
    transition: all 0.3s ease;
}
button:focus,
button:active {
    border: none;
    box-shadow: unset;
    box-shadow: unset !important;
}
.primary-text {
    color: var(--text-primary) !important;
}
.primary-text {
    color: var(--text-primary) !important;
}
.btn-success {
    color: var(--text-white) !important;
}
.btn:hover {
    color: var(--text-white) !important;
}
span.yelloish {
    color: var(--text-yelloish) !important;

}
a.main-btn.login-3 {
    color: var(--text-primary) !important;
    background: white;
    border: 1px solid;
    padding: .3rem 2rem;
}
button {
    padding: 0.7rem 4rem;
    font-size: 1rem !important;
    border: none;
    border-radius: var(--btn-radius) !important;
}
button.btn-primary {
    background: var(--bg-primary);
    color: var(--text-white);
}
button.btn-primary:hover {
    background: var(--bg-yelloish);
    color: var(--text-white);
}
button.btn-yelloish {
    background: var(--bg-yelloish);
    color: var(--text-white);
}
button.btn-yelloish:hover {
    background: var(--bg-white);
    color: var(--text-yelloish);
}

/* backgournd secion  */
.bg-tali {
    background: var(--bg-tali);
    color: var(--text-white);
}

.upload_plus {
    cursor: pointer;
    height: 8rem;
    width: 100%;
    background-color: #cfcfcf9e;
    border-radius: 14px;
    display: flex;
    border: 1px solid var(--text-primary);
    align-items: center;
    justify-content: center;
}

.upload_plus > i {
    color: var(--text-black);
}

.login-with-google {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-primary);
    gap: 0.4rem;
    border: 1px solid var(--bg-primary);
}
.login-with-google > img {
    height: 30px;
}

.carousel-caption {
    text-align: left !important;
    left: 4% !important;
    top: 48px;
}
.hero .carousel-caption .heading-h1 {
    font-size: 5rem !important;
}
.cursor{
    cursor: pointer;
}