.btn-order-one {
    display: block;
    width: 245px;
    background-color: black;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding: 15px 60px;
    border-radius: 15px;
    text-transform: uppercase;
}

.btn-order-one:hover {
    background-color: var(--prime-one);

}

.btn-order-two {
    display: block;
    width: 250px;
    background-color: var(--prime-one);
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding: 15px 60px;
    border-radius: 15px;
    text-transform: uppercase;
}

.btn-order-two:hover {
    background-color: #000;
    color: #fff;

}

.catering-banner {
    background: url('../images/catering-banner.jpg') no-repeat center center;
    background-size: cover;
}

.contact-section-one .main-title-2 {
    font-size: 70px;
    font-weight: 500;
}

.fancy-feature-thirtyFive .main-title-2 {
    font-size: 60px;
}

.tx-blue {
    color: #62B6F3;
}

.top-notification-bar {
    background-color: #ffcf00;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Rubik';
    letter-spacing: 1px;
    padding: 12px;
    width: 100%;
    z-index: 1000;
}

.top-notification-bar div {
    max-width: 95%;
}

.close-button {
    cursor: pointer;
    font-size: 24px;
    font-weight: 100;
    color: #000;
    position: absolute;
    top: 12px;
    right: 24px;
}

.theme-main-menu {
    padding: 0;
}

.theme-main-menu.sticky-menu.fixed {
    padding-top: 0;
}

.inner-content {
    padding: 20px 60px;
}

.hero-banner-thirteen .input-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    height: 60px;
    background: var(--prime-one);
}

.order-button {
    display: block;
    width: 250px;
    background-color: var(--prime-one);
    color: #000;
    font-size: 21px;
    white-space: nowrap;
    font-weight: 700;
    padding: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.order-button:hover {
    background-color: #000;
    color: var(--prime-one);
    border: var(--prime-one) 1px solid;
}

.inline-social-icon a {
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    color: var(--prime-one);
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .got-section h2 {
        font-size: 50px;
    }
}
