.q-special-section {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0 0 15px;
    position: relative;
    z-index: 15
}

.q-special-section .q-pagination {
    width: 100%;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    text-align: center;
    transform: inherit;
    z-index: 15
}

.q-special-section .q-pagination li {
    display: inline-block;
    overflow: hidden;
    border-radius: 300px
}

.q-special-section .q-pagination li button {
    width: 20px;
    height: 10px;
    display: block;
    margin: 0 5px;
    background: rgb(200, 200, 200);
    border: 0;
    border-radius: 300px;
    text-indent: -9999px
}

.q-special-section .q-pagination li button.active {
    width: 30px;
    background: var(--Primary-Color)
}

.q-special-section .q-arrows button {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    opacity: 1;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 30%)
}

.q-special-section .q-special {
    padding: 0 0 30px;
    overflow: hidden
}

.q-special-section .q-special .q-post {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(30 25 30 / 15%)
}

.q-special-section .q-special .q-post a {
    display: block;
    position: relative;
    font-size: 1rem;
    color: rgb(255, 255, 255)
}

.q-special-section .q-special .q-post a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0) linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 8, 24, 0.63)) repeat scroll 0 0;
    left: 0;
    top: 0;
    z-index: 1
}

.q-special-section .q-special .q-post img {
    width: 100%;
    height: 450px;
    box-shadow: 5px 5px 60px 0 rgb(0 0 0 / 5%);
    object-fit: cover
}

.q-special-section .q-special .q-post .q-content {
    width: 100%;
    padding: 30px 45px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.q-special-section .q-special .q-post .q-content h2 {
    margin: 5px 0;
    font-size: 1.25rem;
    color: rgb(255, 255, 255)
}

.q-special-section .q-special .q-post .q-content .q-category li {
    display: inline-block;
    font-size: .90rem
}

.q-special-section .q-special .q-post .q-content .q-category li span {
    display: inline-block;
    padding: 5px 15px;
    font-size: .95rem;
    background: rgb(100, 115, 150);
    color: rgb(255, 255, 255);
    border-radius: 300px
}

.q-special-section .q-special .q-post .q-content .q-meta {
    width: 100%
}

.q-special-section .q-special .q-post .q-content .q-meta ul {
    display: flex;
    justify-content: flex-start;
    gap: 15px
}

.q-special-section .q-special .q-post .q-content .q-meta li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(245, 245, 245)
}

.q-special-section .q-special .q-post .q-content .q-meta li i {
    line-height: 1
}

.q-featured-section {
    width: 100%;
    float: right;
    padding: 30px 0 90px
}

.q-featured-section .q-section {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.q-featured-section .q-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px
}

.q-featured-section .q-section h2 i {
    display: block;
    line-height: .5
}

.q-featured-section .q-post {
    display: block;
    margin: 10px 0 20px;
    position: relative
}

.q-featured-section .q-post figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.q-featured-section .q-post figure span {
    padding: 0 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .90rem;
    line-height: 2;
    background: rgb(85, 85, 255);
    color: rgb(255, 255, 255);
    border-radius: 300px
}

.q-featured-section .q-post figure img {
    width: 100%;
    height: 250px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
    object-fit: cover
}

.q-featured-section .q-post .q-content {
    width: 90%;
    display: table;
    margin: -60px auto;
    padding: 25px;
    position: relative;
    font-size: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-featured-section .q-post .q-content h3 {
    margin: 0;
    font-size: 1.10rem;
    line-height: 1.25;
    color: rgb(30, 30, 30)
}

.q-featured-section .q-post .q-content .q-meta {
    width: 100%;
    padding: 10px 0 0
}

.q-featured-section .q-post .q-content .q-meta ul {
    display: flex;
    justify-content: flex-start;
    gap: 15px
}

.q-featured-section .q-post .q-content .q-meta ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(125, 125, 125)
}

.q-featured-section .q-post .q-content .q-meta li i {
    line-height: 1;
    color: rgb(0, 60, 165)
}

@media (max-width: 991px) {

    .q-featured-section {
        padding: 0 0 60px
    }

    .q-featured-section .q-post {
        margin: 0 0 90px
    }

    .q-featured-section .q-post .q-content {
        width: 95%;
        padding: 20px 20px 15px;
    }

    .q-featured-section .q-post .q-content h3 {
        font-size: 1.15rem
    }
}


.q-posts-section {
    width: 100%;
    float: right;
    padding: 0 0 60px
}

.q-posts-section .q-section {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.q-posts-section .q-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px
}

.q-posts-section .q-section h2 i {
    display: block;
    line-height: .5
}

.q-posts-section .q-more {
    margin: 25px 0;
    text-align: center
}

.q-posts-section .q-more a {
    display: inline-block;
    padding: 5px 30px;
    line-height: 2;
    background: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    outline: 2px solid rgb(30, 30, 30);
    outline-offset: 5px;
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-posts-section .more a:hover {
    opacity: .85
}

@media (max-width: 767px) {

    .q-posts-section .q-more a {
        outline: 0
    }

    .q-posts-section .q-section h2 {
        display: block
    }
}

.q-posts-section .q-post {
    display: block;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%)
}

.q-posts-section .q-post:hover {
    color: rgb(0, 0, 0)
}

.q-posts-section .q-post figure {
    margin: 0;
    position: relative
}

.q-posts-section .q-post figure span {
    padding: 0 15px;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: .90rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%)
}

.q-posts-section .q-post figure img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.q-posts-section .q-post .q-content {
    width: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    background: rgb(255, 255, 255)
}

.q-posts-section .q-post .q-content h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.q-posts-section .q-post .q-content p {
    margin: 0 0 10px;
    font-size: .95rem;
    text-align: justify
}

.q-posts-section .q-post .q-content .q-meta {
    width: 100%;
    padding: 10px 0 0
}

.q-posts-section .q-post .q-content .q-meta ul {
    display: flex;
    justify-content: flex-start;
    gap: 15px
}

.q-posts-section .q-post .q-content .q-meta ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .95rem;
    color: rgb(125, 125, 125)
}

.q-posts-section .q-post .q-content .q-meta li i {
    line-height: 1;
    color: rgb(0, 60, 165)
}

.q-posts-section .q-banner {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 5%);
}

.q-posts-section .q-banner img {
    width: 100%;
}

.q-category-section {
    margin: -225px 0 0;
    position: relative;
    z-index: 15;
}

.q-category-section .q-posts-section {
    padding: 0;
}

.q-posts-section .q-section {
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {

    .q-category-section {
        margin: -175px 0 0;
    }
}

/*-------------------------------------- --14 Widgets --------------------------------------*/

.q-widget-section {
    position: relative;
    z-index: 100
}

.q-widget-section .q-widget {
    width: 100%;
    display: inline-block;
}

.q-widget-section .q-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.q-widget-section .q-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-family: 'YekanBakh-Black';
    font-size: 1.75rem;
}

.q-widget-section .q-section h2 i {
    display: block;
    line-height: .5;
}

.q-widget-section .q-widget strong {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-size: 1.10rem;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.q-widget-section .q-widget strong:before {
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 0;
    background: var(--Primary-Color);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.q-widget-section .q-widget ul li a {
    display: block;
    padding: 5px;
    font-family: 'YekanBakh-Medium';
    color: rgb(30, 30, 30);
}

.q-widget-section .q-widget .q-video {
    margin: 15px 0 0;
}

.q-widget-section .q-category {
    width: 100%;
    float: left;
    padding: 15px;
    background: rgb(255, 255, 255);
    font-size: 1rem;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.q-widget-section .q-category ul li {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}

.q-widget-section .q-category ul li a:before {
    content: '\F0141';
    font-family: 'Material Design Icons';
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: .95rem;
}

.q-widget-section .q-category ul li a:hover {
    color: var(--Primary-Color)
}

.q-widget-section .q-search {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 15px;
    background: rgb(30, 30, 30);
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%)
}

.q-widget-section .q-search form {
    position: relative;
}

.q-widget-section .q-search form input {
    width: 100%;
    padding: 10px;
    background: rgb(245, 245, 245);
    border: 0;
    border-radius: 300px;
}

.q-widget-section .q-search form input:focus {
    outline: 0;
}

.q-widget-section .q-search form button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 7px;
    left: 7px;
    line-height: 2.5;
    background: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
}

.q-widget-section .q-search form button i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.q-widget-section .q-banner {
    margin: 15px 0 0;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 5%);
}

.q-widget-section .q-posts .q-content {
    width: 100%;
    height: 120px;
    display: block;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.q-widget-section .q-posts .q-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.q-widget-section .q-posts .q-content h2 {
    margin: 0;
    position: relative;
    font-size: 1rem;
}

.q-widget-section .q-posts .q-content h2 {
    color: rgb(255, 255, 255);
}

.q-widget-section .q-posts .q-content:hover h2 {
    color: var(--Primary-Color);
}

.q-widget-section .q-posts .q-content span {
    position: relative;
    font-size: .95rem;
    color: rgb(200, 200, 200);
}

.q-widget-section .q-events {
    width: 100%;
    float: left;
    margin: 0 0 45px;
    padding: 15px;
    position: relative;
    font-size: 1rem;
    background: rgb(25 35 60);
    border-radius: 15px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.q-widget-section .q-events p,
.q-widget-section .q-events strong {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .15);
    text-align: justify;
}

.q-widget-section .q-events h6 {
    font-size: 1.15rem;
    background: linear-gradient(100deg, rgb(255, 205, 90) 5%, rgb(255, 195, 50) 35%, rgb(250, 185, 20) 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-widget-section .q-events p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.85;
}

.q-widget-section .q-events ul {
    bottom: -30px;
}

.q-widget-section .q-tags ul li {
    display: inline-block;
}

.q-widget-section .q-tags ul li a {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 0 15px;
    font-size: .95rem;
    line-height: 2;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    border-radius: 300px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px
}

.q-widget-section .q-tags ul li a:hover {
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255)
}

/*-------------------------------------- --15 Post --------------------------------------*/

.q-excerpt-section {
    width: 100%;
    display: block;
    margin: 90px 0 -250px;
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 1090;
}

.q-excerpt-section .q-content {
    padding: 0 30px 0 0;
    font-size: 1.10rem;
}

.q-excerpt-section .q-content span {
    padding: 0 15px;
    font-size: .90rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%);
}

.q-excerpt-section .q-content h1 {
    display: block;
    margin: 15px 0 10px;
    font-family: 'YekanBakh-Black';
    font-size: 2rem;
    line-height: 1.25
}

.q-excerpt-section .q-content p {
    color: rgb(190 195 215);
    line-height: 1.85;
    text-align: justify;
}

.q-excerpt-section .q-meta ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.q-excerpt-section .q-meta ul li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    padding: 0 5px 0 0;
    font-family: YekanBakh-Bold;
    font-size: 1.5rem
}

.q-excerpt-section .q-meta ul li i {
    display: block;
    font-size: 1.35rem;
    line-height: .5;
    color: rgb(255, 160, 25)
}

.q-thumbnail-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-thumbnail-section img {
    width: 100%;
    height: 600px;
    display: block;
    border-radius: 30px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%)
}

.q-author-section {
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 15
}

.q-author-section img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-author-section .q-info strong {
    display: block;
    padding: 10px 0 0;
    line-height: 1.15
}

.q-author-section .q-info span {
    display: block;
    font-size: .95rem;
    color: rgb(60, 60, 60);
}

.q-social-section {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 100
}

.q-social-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.q-social-section ul li {
    display: inline-block;
}

.q-social-section ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgb(30, 30, 30);
    color: var(--Primary-Color);
    border-radius: 50%;
}

.q-social-section ul li a i {
    display: flex;
    line-height: 1;
}

.q-content-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.q-content-section .q-description {
    width: 100%;
    float: right;
    margin: 0 0 15px;
    padding: 30px;
    position: relative;
    background: rgb(255, 255, 255);
    text-align: justify;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    z-index: 15
}

.q-content-section .q-description figure {
    margin: 0;
    padding: 15px 15px 0
}

.q-content-section .q-description figure img {
    width: 100%;
    border-radius: 20px;
}

.q-content-section .q-description {
    font-size: 1.10rem
}

.q-content-section .q-description h1,
.q-content-section .q-description h2,
.q-content-section .q-description h3,
.q-content-section .q-description h4,
.q-content-section .q-description h5,
.q-content-section .q-description h6 {
    font-family: 'YekanBakh-Bold';
    text-align: right;
}

.q-content-section .q-description h1 {
    font-size: 1.5rem
}

.q-content-section .q-description h2 {
    font-size: 1.35rem
}

.q-content-section .q-description h3 {
    font-size: 1.25rem
}

.q-content-section .q-description h4 {
    font-size: 1.15rem
}

.q-content-section .q-description h5 {
    font-size: 1rem
}

.q-content-section .q-description img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 15px;
}

.q-content-section .q-description p {
    margin: 0 0 15px;
    color: rgb(55, 55, 55);
    line-height: 2;
    text-align: justify;
}

.q-content-section .q-description table {
    width: 100%;
    margin: 0 0 15px;
}

.q-content-section .q-description table th,
.q-content-section .q-description table td {
    padding: 5px;
    font-weight: normal;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.q-content-section .q-description ul li {
    width: 100%;
    float: right;
    display: inline-block;
    padding: 0 15px;
    line-height: 2;
    position: relative;
}

.q-content-section .q-description ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: 0;
    background: var(--Primary-Color);
    box-shadow: 0 0 0 2px rgb(250 165 15 / 50%);
    border-radius: 50%;
}

.q-content-section .q-description .q-tags {
    width: 100%;
    float: right;
    padding: 15px 0 0;
}

.q-content-section .q-description .q-tags a {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 0 15px;
    font-size: .95rem;
    line-height: 2;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    border-radius: 300px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.q-content-section .q-description .q-tags a:hover {
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {

    .q-excerpt-section {
        margin: 90 0 -190px
    }

    .q-excerpt-section .q-content {
        padding: 0 15px;
    }

    .q-excerpt-section .q-meta ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .q-thumbnail-section img {
        height: auto;
        border-radius: 15px;
    }

    .q-cover-section .q-svg {
        bottom: 0;
    }

    .q-author-section {
        justify-content: center;
        margin: 60px 0 0;
    }

    .q-social-section ul {
        justify-content: center;
        padding: 15px 0 0;
    }
}

/*------------------------ 19. Contact Section CSS ------------------------*/

.q-contact-section {
    width: 100%;
    display: block;
    margin: -250px 0 0;
    padding: 45px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    z-index: 15;
}

.q-contact-section .q-section {
    margin: 0 0 15px;
}

.q-contact-section .q-section h2 {
    font-family: 'YekanBakh-Black';
    font-size: 2rem;
    background: linear-gradient(100deg, rgb(25, 25, 25) 5%, rgb(45, 45, 45) 35%, rgb(65, 65, 65) 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-contact-section .q-section p {
    margin: 0;
}

.q-contact-section .q-section .q-support {
    margin: 30px 0;
    text-align: center;
}

.q-contact-section .q-section .q-support a {
    width: 225px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto;
    background: linear-gradient(100deg, rgb(255, 205, 90) 5%, rgb(255, 195, 50) 35%, rgb(250, 185, 20) 105%);
    color: rgb(30, 30, 30);
    text-align: center;
    border-radius: 300px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.q-contact-section form br {
    display: none;
}

.q-contact-section form div {
    position: relative;
}

.q-contact-section form div i {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1rem;
    line-height: .85;
    color: #818181;
    z-index: 10
}

.q-contact-section form input,
.q-contact-section form textarea {
    width: 100%;
    padding: 10px 35px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(225, 225, 225);
    text-align: right;
    border-radius: 300px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
}

.q-contact-section form input:focus,
.q-contact-section form textarea:focus {
    box-shadow: none;
    outline: 0;
}

.q-contact-section form input[type='email'] {
    direction: rtl;
}

.q-contact-section form textarea {
    height: 150px;
    border-radius: 15px;
    resize: none;
}

.q-contact-section form input[type='submit'] {
    width: 175px;
    height: 45px;
    float: left;
    padding: 0;
    background: linear-gradient(100deg, rgb(255, 205, 90) 5%, rgb(255, 195, 50) 35%, rgb(250, 185, 20) 105%);
    color: rgb(30, 30, 30);
    text-align: center;
    border-radius: 300px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.q-contact-section .q-social ul {
    text-align: center;
}

.q-contact-section .q-social ul li {
    display: inline-block;
    padding: 5px;
}

.q-contact-section .q-social ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    background: linear-gradient(100deg, rgb(25, 25, 25) 5%, rgb(35, 35, 35) 35%, rgb(45, 45, 45) 105%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.q-contact-section .q-social ul li a i {
    display: flex;
    position: relative;
    background: linear-gradient(100deg, rgb(255, 205, 90) 5%, rgb(255, 195, 50) 35%, rgb(250, 185, 20) 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {

    .q-contact-section {
        padding: 30px;
    }
}