.tp-header-logo {
    width: 100px;
}

.tp-header-area {
    padding: 15px 0;
}

.tp-hero-title-sm {
    color: var(--tp-common-white);
}

.tp-hero-title-sm svg path {
    fill: var(--tp-common-white);
}

.user-list {
    list-style-type: none;
    padding: 0;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
}

.user-list li {
    margin-left: -10px;
    background: var(--tp-common-white);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.user-list img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--tp-common-white);
}

.form-group {
    margin-bottom: 20px;
}

.from-control:focus,
.form-select:focus {
    box-shadow: none;
}

.from-control::placeholder {
    color: var(--tp-common-black-3);
}

footer {
    background: var(--tp-common-black-3);
    padding: 10px 0;
}

footer p {
    margin-bottom: 0;
    color: var(--tp-common-white);
}
@keyframes animateText {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.animate-text {
    color: transparent;
    background: linear-gradient(90deg,
            rgba(255, 0, 0, 1) 0%,
            rgba(238, 100, 10, 1) 7%,
            rgba(210, 169, 39, 1) 14%,
            rgba(234, 252, 62, 1) 21%,
            rgba(134, 248, 82, 1) 28%,
            rgba(99, 245, 156, 1) 35%,
            rgba(87, 241, 215, 1) 42%,
            rgba(75, 216, 237, 1) 49%,
            rgba(66, 158, 239, 1) 56%,
            rgba(57, 74, 241, 1) 63%,
            rgba(126, 45, 244, 1) 70%,
            rgba(162, 84, 247, 1) 77%,
            rgba(229, 117, 249, 1) 84%,
            rgba(251, 103, 164, 1) 91%,
            rgba(253, 127, 190, 1) 97%,
            rgba(255, 0, 191, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 500%;
    animation: animateText 8s linear infinite;
    line-height: normal;
}
.tp-service-item img{
    width: 20px;
}
.tp-hero-area .avatar{
    width: 400px;
    height: 400px;
    /* border-radius: 50%; */
    border: 5px solid var(--tp-common-white);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}
.tp-hero-customer-text {
    text-align: justify;
}
.tp-hero-bottom-content ul{
    margin: 0 0 15px 0;
    padding: 9;
    list-style-type: none;
}
.tp-hero-bottom-content ul li i{
    margin-right: 5px;
}
.author-info h2{
    font-size: 18px;
    line-height: normal;
}
.author-info span{
    font-size: 14px;
    font-weight: 300;
    color: var(--tp-grey-1);
    display: block;
    text-transform: none;
}
.seating-section{
    position: relative;
    padding: 60px 150px;
    background: #f8f8f8;
    display: none;
}
.close-section{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #ccc;
    cursor: pointer;
    font-size: 80px;
    margin-left: auto;
    margin-bottom: 50px;
    transition: all .2s ease-in-out;
}
.close-section:hover{
    color: #000;
}
@media only screen and (min-width: 992px){
    .tp-hero-title{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .tp-service-item {
        height: auto;
    }

    .tp-header-logo {
        width: 70px;
    }

    .tp-btn-sm {
        padding: 15px;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }
    .tp-hero-area .avatar{
        width: 160px;
        height: 160px;
        margin-bottom: 10px;
    }
    .container{
        max-width: 100%;
    }
    .seating-section{
        padding: 30px 15px;
    }
    .tp-hero-title {
        font-size: 40px !important;
    }
}
@media only screen and (max-width: 767.98px){
    .tp-hero-title {
        font-size: 34px !important;
    }
}
@media only screen and (max-width: 575.98px) {
    .tp-hero-title {
        font-size: 24px !important;
    }

    .fs-50 {
        font-size: 30px;
    }

    .fs-30 {
        font-size: 20px;
    }
}