/*
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.3.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
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: #744081;
    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;
}

/* Pooja */
/* Thank You Page Styles */
.thank-you-card {
    max-width: 1000px;
    width: 100%;
    background-color: #ffffff; /* White background for the card */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.thank-you-title {
    color: #069b49; /* Green heading */
    font-size: 36px;
    font-weight: 700;
}

.thank-you-message {
    color: #071c4d; /* Dark blue text */
    font-size: 18px;
    font-weight: 400;
}

.btn-sign-up {
    background-color: #069b49; /* Green button */
    color: #ffffff;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
	padding: 17px 40px;
    border-radius: 6px;
}

.btn-sign-up:hover {
    background-color: #04853c; /* Darker green on hover */
    color: #ffffff;
}
.site-main:has(.thank-container) {
    background: #071c4d;
}

@media (max-width:767px){
	.btn-sign-up {
   		padding: 17px 20px;
	}
}
/* //////////////////////////// */
/* Add New CSS */
/* //////////////////////////// */
.site-header {
/* 	top:20px !important; */
}
.site-header .site-logo img {
    /* border-radius: 10px; */
}
.content-tab-contents .read-more-link {
    border: 2px solid #125AD3;
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 16px;
}
/* button */
.ele-align-center{
      display: flex; 
      justify-content: center;
      align-items: center;}
  .button-gra {
    border: none;
    outline: none;
    background-color: #000000;
    width: 30%;
    height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
  }
  
  .button-gra::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106%;
    height: 120%;
    z-index: -1;
    border-radius: inherit;
    transition: all 0.3s;
  }
  
  .gradients-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 115%;
    overflow: hidden;
    border-radius: inherit;
    z-index: -2;
    filter: blur(10px);
    transition: all 0.3s;
  }
  
  .gradients {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    aspect-ratio: 1;
    border-radius: 100%;
    transition: all 0.3s;
    background-image: linear-gradient(90deg, 
    #5FB4D3 0%, 
    #E58888 50%, 
    #C075D2 100%);
    animation: rotate 2s linear infinite;
    filter: blur(10px);
  }
  
  .button-gra:hover .gradient-container {
    transform: translate(-50%, -50%) scale(0.98);
    filter: blur(5px);
  }
  
  .button-gra:hover .gradient {
    filter: blur(5px);
  }
  
  .button-gra:hover {
    color: #fff; /* Sets text color to red on hover */
  }
  
  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
.style-five:after {
	content: '';
    left: 30px;
    width: 60px;
    height: 10px;
    background: #744081;
    position: absolute;
    bottom: -4px;
}
.swiper-pagination-bullet {
	width: 15px !important;
    height: 15px !important;
    background: #EEE4F0 !important;
}
.wpcf7-file{
    padding: 10px !important;
}