:root,
[data-bs-theme=light] {
    --bs-primary: #2980b9;
    --bs-secondry: #9CB3DE;
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Poppins', sans-serif;
    --text-white-color: #ffffff;
    --hero-text-color: #ffffff;
    --theme-color-dark: #f8f8f8;
}

* {
    font-family: Poppins, sans-serif;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

section {
    padding: 60px 0;
}

/* header */
.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* height: 90px; */
}

.header {
    transition: all 0.5s;
    z-index: 997;
}

.header .navbar-brand {
    width: 300px;
    height: 48px;
    background-image: url('../images/logo-footer.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
}

.fix-header .navbar-brand {
    background-image: url('../images/logo.png');
}

.header .fix-header {
    transition: all 0.5s;
}

.header.stikcy-menu {
    background: var(--light-color);
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.fix-header {
    background-color: #fff;
}

.collapse.show ul {
    background-color: #fff;
    padding: 0 0 15px 0;
}

.fix-header ul li a, .collapse.show ul li a {
    color: #000000;
}

.fix-header ul li a:hover {
    color: var(--bs-primary);
}

.navbar-toggler:not(.fix-header .navbar-toggler) {
    color: #fff;
}

.fix-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar li {
    position: relative;
    margin: 0 20px;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a:hover {
    color: var(--bs-primary);
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}


/* Animation on BG  */
#particles-js {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero span {
    color: var(--bs-primary);
    font-weight: bold;
}

.hero .circle {
    color: var(--bs-primary);
}

/* ***** */


/* Empowering Your Business with Innovative IT Solutions. */
.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--bs-primary), var(--bs-primary));
}

.btn-get-started a {
    color: var(--white-color);
}

.qic-btn-primary:hover {
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--bs-secondry), var(--bs-secondry));
}

.social {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--text-white-color);
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.hero span {
    color: var(--bs-primary);
    font-weight: bold;
}

.dark-bg {
    padding: 50px 30px;
    border-radius: 8px;
}

.hero p {
    color: var(--hero-text-color);
    font-weight: 400;
    margin-bottom: 30px;
}

/* section services */
.card-deck {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.icon-box .icon img {
    width: 77px;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: var(--color-primary);
}

.icon-box {
    transition: all 0.3s ease-in-out;
}

.icon-box:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.04);
}

/* why choose us section */
.icon {
    width: 145px;
    text-align: center;
    border-radius: 50%;
}

.icon:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.04);
}

.img-icon {
    width: 310px;
}

.img-icon:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.06);
}

.list-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.section-header p {
    margin-bottom: 0;
    color: #b8651d;
}

.section-header h2 {
    font-size: 32px;
    position: relative;
    color: var(--bs-primary);
}


/* section our portfolio */

.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.portfolio .portfolio-wrap {
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.portfolio-wrap img:hover {
    transform: scale(1.1);
}

.portfolio .portfolio-flters {
    padding: 0 0 40px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

dl,
ol,
ul {
    list-style: none;
}

.portfolio .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    color: var(--text-white-color);
    line-height: 1;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
    border-radius: 30px;
    margin-bottom: 20px;
    background: linear-gradient(45deg, var(--bs-primary), var(--bs-secondary));
}


/* section teams */

.qic-testimonials .team .member img {
    border-radius: 10px;
    overflow: hidden;
}

.qic-testimonials .img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 10px;
}

.qic-testimonials img {
    transition: 0.3s;
}

.qic-testimonials img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

/* section what our clint say testiminol */

.qic-section-header {
    text-align: center;
}

.qic-section-header h2 {
    font-size: 32px;
    position: relative;
    color: var(--bs-primary);
}

.qic-section-header p {
    margin-bottom: 0;
    color: #b8651d;
}

.swiper-slide {
    box-sizing: content-box;
    margin: 30px 10px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.qic-testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin-right: 15px;
}

.qic-testimonials .qic-testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: var(--color-primary);
}

.qic-testimonials .qic-testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.qic-testimonials .qic-testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.qic-testimonials .qic-testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
    color: var(--text-color);
}

.qic-testimonials .qic-testimonial-item .qic-quote-icon-left,
.qic-testimonials .qic-testimonial-item .qic-quote-icon-right {
    color: var(--bs-primary);
    font-size: 26px;
    line-height: 0;
}

.qic-testimonials .qic-testimonial-item .qic-quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}


/* section FAQ */

.accordion-button::after {
    filter: invert(1); 
}

.accordion-button:not(.collapsed) {
    color: #fff; 
}

.accordion-button:first-child {
    background-color: var(--bs-primary);
    color: var(--text-white-color);
}

.accordion-button:focus {
    background-color: var(--bs-primary);
    border : 0 solid var(--bs-primary);
}


/* section counter  */

.call-to-action {
    background: url(../images/hero-bg.png) center left;
    background-size: cover;
    padding: 150px 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
}

.call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 0;
    opacity: 0.6;
}

.stats-counter .stats-item span {
    font-size: 24px;
    display: block;
    color: var(--bs-primary);
    line-height: 34px;
    text-align: center;
}

.call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 48px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: linear-gradient(45deg, var(--bs-primary), var(--bs-secondary));
}


/* section contact us */

section .bg-body-tertiary {
    background-color: var(--hero-text-color);
}

.contact-form-3 {
    font-size: 15px;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    transition: all 0.4s;
    background: var(--hero-text-color);
}

.contact-info P {
    margin-bottom: 0rem;
}

.contact-info h6 {
    margin: 1rem 0 0.5rem 0;
}

.contact-form-3 input {
    background-color: var(--theme-color-dark);
}

.form-group textarea {
    background-color: var(--theme-color-dark);
}

.contact-form button[type=submit] {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    border: 0;
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--bs-primary), var(--bs-primary));
}

.contact-form button[type=submit]:hover {
    color: var(--text-white-color);
    background: linear-gradient(45deg, var(--bs-secondry), var(--bs-secondry));
}


/* section Footer  */
.footer-section {
    background: url(../images/hero-bg.png) center left;
    background-size: cover;
    padding: 60px 0;
    border-radius: 0px;
    position: relative;
    background-attachment: fixed;
}

.footer-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 0;
    opacity: 0.8;
}

.footer-social-icon span {
    color: var(--bs-primary);
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-widget-heading h3 {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.footer-widget ul{
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.footer-column a {
    color: var(--text-white-color)
}

.footer-column a:hover {
    color: var(--bs-primary)
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.subscribe-form button {
    position: absolute;
    right: -3px;
    background: transparent;
    border: 0;
    top: 1px;
}

.subscribe-form button i {
    color: var(--bs-primary);
    font-size: 3rem;
    transform: rotate(-6deg);
}

form {
    display: block;
    margin-top: 0em;
}


/* large desktop */
@media screen and (max-width :1279px) {


}


@media screen and (max-width :1200px) {


}

@media screen and (max-width: 991px) {

    /* section header */

    #header {
        background-color: var(--text-white-color);
        transition: background-color 0.3s ease;
    }
    
    .header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .header .navbar-brand {
        width: 230px;
        height: 48px;
        background-image: url(../images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar-toggler:focus{
        box-shadow: 0 0 0 0;
    }
    
    .icon img{
        width: 42px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    /* what our client say */
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
        flex-direction: column;
    }
    
}

@media screen and (max-width: 576px) {

    .header img {
        width: 210px;
    } 

    section {
        padding: 20px 0;
    }

    /* what our client say */
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
        flex-direction: column;
    }
}