.modal-newleter .modal-content .modal-top {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    overflow: unset;
}

.modal-textarea {
    height: 150px !important;
}
.box-nav-ul .menu-item-2 .sub-menu {
    top: -22px;
    left: calc(100% + 23px);
    min-width: 250px;
}
.modal-select {
    font-family: "Albert Sans", sans-serif;
    border: 1px solid var(--line);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 12px 18px;
    width: 100%;
    background: var(--white);
    color: var(--text-2);
    font-weight: 400;

}

.collection-item-circle .collection-image {
    border-radius: unset;
    overflow: hidden;
    display: block;
}

.hover-img .img-style img {
    width: auto;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.brand-sliding {
    height: 140px;
    background: antiquewhite;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
}

.tf-timeline-wrap {
    padding-top: 40px;
    padding-bottom: 0px;
}

.silder-h1 {
    font-size: 65px;
    line-height: 75px;
}

.tf-timeline-description {
    font-size: 24px;
}

.about-head {
    font-size: 55px !important;
}

.about-p {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
}

@media (min-width: 768px) {
    .logo-header img {
        width: fit-content;
    }

}

@media (min-width: 1150px) {
    .tf-timeline-inner {
        gap: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}