/*
Theme Name: Quiety
Theme URI: https://quiety-wp.themetags.com/
Author: Themetags
Author URI: https://themetags.com/
Description: Quiety is a modern and clean WordPress theme suitable for any kind of Digital Agency, Digital Marketing and Seo Marketing.
Version: 5.5.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quiety
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {

    /*=== Color Variables ===*/
    --quiety-preloader-color: #fff;
    --color_primary: #175cff;
    --color_secondary: #0b163f;
    --color_body: #52525c;

}

.server-list {
    background-color: #1b1b1b;
    position: relative;
    padding: 19px 26px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}

.server-list:last-child {
    margin-bottom: 0;
}

/* line 5065, src/assets/scss/custom/_style.scss */
.server-list::before {
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: "";
    height: 124px;
    width: 124px;
    border-radius: 50px;
    position: absolute;
    left: -127px;
    bottom: -20px;
}

/* line 5076, src/assets/scss/custom/_style.scss */
.server-list::after {
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    content: "";
    -webkit-filter: blur(100px);
    filter: blur(100px);
    height: 124px;
    width: 124px;
    border-radius: 50px;
    position: absolute;
    top: -127px;
    right: -20px;
}


.slider {
    padding: 230px 0;
}



/*================= Back to Top Button ====================*/
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(220, 220, 220, 0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    cursor: pointer;
    background-color: var(--color_primary);
    color: #ffffff;
}

#back-to-top::after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/*Preloader*/
#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Nav Right Menu*/
.nav-right .search-btn {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-right .search-btn:hover {
    cursor: pointer;
}

/* testimonial layout-12 style added ===================*/
.feedback-slider .swiper-slide {
    margin-bottom: 60px;
}

.feedback-slider__quote-container {
    position: relative;
    isolation: isolate;
}

.feedback-slider__quote-container::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url(./assets/images/quote-icon.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: .02;
}

.feedback-slider__title {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    color: teal;
}

.feedback-slider__quote {
    font-style: italic;
    font-weight: 500;
}

.feedback-slider__footer {
    margin-top: 2rem;
    font-style: normal;
}

.feedback-slider__cite {
    display: block;
    font-style: normal;
    color: teal;
}

.feedback-img {
    position: relative;
    isolation: isolate;
}

.feedback-img__small {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    padding: 8px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .feedback-img__small {
        transform: translate(-25%, -50%);
    }
}

/* Tab styel added */
.template-nav .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    color: #334155;
    border-bottom: 2px solid #334155;
    border-radius: 0px;
}

.template-nav .nav-link {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #334155
}

.nav-pills_ .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.template-nav {
    border-bottom: 1px solid #eeebfe
}

/* image box style added */
.step-card-36 {
    border: 0;
    border-radius: 1rem
}

.step-card-36:hover .step-card-36__title {
    -webkit-text-fill-color: #000
}

.step-card-36__title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

@media(min-width: 768px) {
    .step-card-36 .card-body {
        padding: 48px
    }
}

.step-card-36 .card-footer {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: center
}

/* portfolio layout-2 style  */
.team-card-36:hover .team-card-36__img {
    background-color: #fff250
}
.team-card-36__img {
    background-color: #191a1d;
    -webkit-mask-image: url(./assets/images/team-shape.png);
    mask-image: url(./assets/images/team-shape.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.team-card-36__content {
    position: absolute;
    right: 1rem;
    bottom: 0
}
.text-white__{
    color: #fff;
}
/* blog layout 9 style  */
.tt-blog-posts .section_style__{
    background: #fff;
    border-radius: 16px;
}
.tt-blog-posts .section_style__ img{
    border-radius: 16px;
}