@import url(mainstyle.css);

* {
    font-family: var(--primefont);
}

.offcanvas-body .row {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {

    .offcanvas-body .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .offcanvas-body .col-lg-7,
    .offcanvas-body .col-lg-1,
    .offcanvas-body .col-lg-4 {
        width: 100% !important;
    }

}


a {
    color: inherit;
    text-decoration: none;
}

[data-techluno-theme="dark"] [data-item="dark"],
[data-techluno-theme="light"] [data-item="light"] {
    display: block;
}

[data-techluno-theme="dark"] [data-item="light"],
[data-techluno-theme="light"] [data-item="dark"] {
    display: none;
}

/* icon BG */
.icon-sm {
    min-width: 35px;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text) !important;
    background-color: var(--icon-bg);
    transition: all 0.3s ease;
}

.icon-bg:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.icon-xs {
    min-width: 25px;
    min-height: 25px;
}

.icon-lg {
    min-width: 40px;
    min-height: 40px;
}


.head-content {
    width: 720px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

.head-content h2 {
    line-height: 48px;
}
 header{
    width: 100%;
    transition: 0.2s ease;
    z-index: 999;
} 
 header.fix{ 
   background-color: var(--head-bg) !important; 
   background-color:#ffffff;
    position: fixed !important;
} 
* header.fix .nav-link {
  color: var(--head-text) !important;
} 


 header.fix .nav-link.active {
  color: var(--prime-text) !important; 
}  


/* header CSS */
header .container-fluid {
    max-width: 1658px !important;
}

.nav-link {
    color: var(--nav-text);
    transition: color 0.3s ease;
    font-family: var(--secondfont);
}

.nav-item.active .nav-link,
.nav-link.active,
.nav-item:hover .nav-link,
.nav-item .nav-link:focus,
.social-icon a:hover {
    color: var(--prime-text) !important;
}

@media(max-width:1199px) {
    .offcanvas-body {
        background-color: var(--head-bg);
    }

    .nav-link {
        color: var(--head-text);
    }
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: var(--head-bg);
    min-width: 200px;
    padding: 8px 0;
}

.offcanvas .dropdown-menu {
    position: absolute;
}

.dropdown-item {
    position: relative;
    color: var(--para-text) !important;
    transition: all 0.3s ease;
    font-family: var(--secondfont);
    font-weight: 400;
}

.dropdown-item:hover {
    color: var(--nav-alt-text) !important;
    padding-left: 35px;
}


.dropdown-item:hover::before {
    content: "//";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nav-alt-text);
    font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:active {
    background-color: transparent !important;
    color: var(--nav-alt-text) !important;
    outline: none !important;
    box-shadow: none !important;
}

/* search close btn */
.btn-close{
    opacity: 1;
}
#btnSwitch {
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#banner-slider {
    min-height: 750px;
}

.slide-1 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(28, 104, 144, 0.7)),
        url('../../assets/images/slide-1.webp') no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 750px;
}

.slide-2 {
    background: linear-gradient(170deg, rgb(10 10 10), rgb(28, 104, 144, 0.7)),
        url('../../assets/images/slide-2.webp') no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 750px;
}

.slide-3 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(28, 104, 144, 0.7)),
        url('../../assets/images/slide-3.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 750px;
}

@media(max-width: 575px) {

    #banner-slider,
    .testimonial-container {
        min-height: 550px;
    }

    .slide-1,
    .slide-2,
    .slide-3,
    .testimonial-slide-1,
    .testimonial-slide-2,
    .testimonial-slide-3 {
        min-height: 550px;
    }

    .fs-10 {
        font-size: 35px;
    }
    .experience-container::before{
        display: none;
    }
}

.splide-container {
    max-width: 820px;
    width: 100%;
}

.splide__arrow {
    display: none !important;
}



.about-card-img {
    height: 84px;
    object-fit: cover;
    overflow: hidden;
}

.about-card {
    transition: all 0.3s ease;
    position: relative;
}

.about-card .line-box {
    height: 3px;
    width: 100%;
    background: #a3a3a3;
    margin: 12px 0 15px;
    position: relative;
    overflow: hidden;
}

.about-card .line-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: var(--prime-text);
    transition: all 0.4s ease;
}

.about-card:hover .line-box::after {
    left: 0%;
}

.about-teg {
    display: inline-block;
    transition: all 0.3s ease;
}

.about-teg:hover {
    transform: translateX(10px);
}

.service-card {
    background: var(--card-bg);
    color: var(--white-text);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: var(--prime-bg);
    border-radius: 50%;
    bottom: -60px;
    right: -60px;
    transition: all 0.4s ease;
    opacity: 0.2;
}

.big-number {
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 110px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    transition: color 0.4s ease;
}

.service-card:hover .big-number {
    color: rgba(0, 0, 0, 0.05);
}

.card-icon {
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 40px;
    color: var(--white-text);
    transition: all 0.4s ease;
}

.service-card:hover {
    background: var(--card-alt-bg);
    color: var(--para-text);
}

.service-card:hover::after {
    opacity: 1;
}

.service-card:hover .card-icon {
    color: var(--white-text);
    z-index: 1;
}

.learn-link {
    color: #3da3ff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
}

.card-content {
    line-height: 36px;
}


.stats-card {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.stats-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.stats-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    z-index: 1;
}

.stats-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: rgba(0, 170, 255, 0.45);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

.stats-overlay.purple {
    background: rgba(150, 60, 255, 0.45);
}

.stats-content {
    position: relative;
    color: var(--white-text);
    z-index: 3;
    padding: 40px 30px;
    max-width: 65%;
}

.stats-number {
    font-size: 40px;
    font-weight: 800;
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.website-banner {
    position: relative;
    min-height: 350px;
    overflow: hidden;
}

.website-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../assets/images/website-banner.webp') no-repeat center/cover;
    filter: grayscale(100%) brightness(0.6);
    z-index: 1;
}

.website-banner .head-content {
    position: relative;
    z-index: 2;
    top: 50px;
    left: 20px;
}

.tech-card,
.lang-icon {
    transition: background-color 0.3s ease;
}

.tech-card:hover,
.lang-icon:hover {
    background-color: var(--prime-bg);
}

.clients-section {
    background: linear-gradient(170deg, #ecececef, #ecececef),url('../../assets/images/map.webp') no-repeat;
    background-position: contain;
    background-size: cover;
    background-position: center;
}
[data-techluno-theme="dark"]{
    .clients-section {
       background: linear-gradient(170deg, #18181856, #18181867),url('../../assets/images/map.webp') no-repeat;
    background-position: contain;
    background-size: cover;
    background-position: center;
    }
}

.testimonial-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    outline: 2px solid var(--prime-border);
    outline-offset: 2px;
    overflow: hidden;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.star-rating {
    display: inline-block;
    font-size: 1.5rem;
    cursor: pointer;
}

.star {
    position: relative;
    display: inline-block;
    color: #ccc;
}

.star:before {
    content: '★';
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    color: gold;
}

.star.filled:before {
    width: 100%;
}

.star.half:before {
    width: 50%;
}

.footer-menu {
    background-color: #1F1C35;
}

.footer-nav li {
    list-style: none;
}

.footer-link {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--prime-text);
}

.form-control::placeholder {
    color: var(--input-text);
    text-transform: capitalize;
    font-weight: 600;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
}

/* about-page */

.about-hero-banner {
    background: url('../../assets/images/about-banner.webp') no-repeat center/cover;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.play-btn {
    width: 65px;
    height: 65px;  
    font-size: 65px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-container {
    font-weight: 900;
}


.play-btn span {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 18px solid var(--white-text);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


.play-btn::before,
.play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(59, 160, 255, 0.5);
    animation: pulse 1.5s ease-out infinite;
}

.play-btn::after {
    animation-delay: 0.5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.experience-container {
    position: relative;
}

.experience-container::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: url('../../assets/images/wave.webp') no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.offer-container-1 {
    transform: translateY(-20px);
}

.offer-box {
    position: relative;
    overflow: hidden;
    height: 255px;
}

.offer-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
    filter: brightness(0.3);
}

.overlay-text {
    position: absolute;
    inset: 0;
    color: var(--white-text);  
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.offer-box:hover img {
    filter: brightness(1); 
}

.offer-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 45px solid #008CFF;
    border-left: 45px solid transparent;
    transition: .4s ease;
}


.image-frame {
    position: relative;
    display: inline-block;
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 3;
}

.image-frame::before {
    content: '';
    position: absolute;
    top: -4%;
    left: -4%;
    width: 100%;
    height: 90%;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    z-index: 1;
}

.service-manager {
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.service-manager .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-manager:hover .card-image img {
    transform: scale(1.05);  
}

.social-bar {
    position: absolute;
    top: 20px;
    right: -60px;
    width: 60px;
    background: var(--prime-bg);
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    transition: all .4s ease;
    z-index: 10;
}

.social-bar a {
    color: var(--white-text);
    font-size: 18px;
    transition: .3s ease;
}

.social-bar a:hover {
    opacity: 0.7;
}

.service-manager:hover .social-bar {
    right: 0;
}

.counter-section .container {
    background-image: linear-gradient(90deg, #00deff 0, #7141b1 100%);
}

/* team page */
.innovators-section {
    background: url('../../assets/images/inovetores.webp') no-repeat center/contain;
    min-height: 600px;
    position: relative;
}

.innovators-section::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('../../assets/images/inovetores-circle-image.webp') no-repeat center/cover;
    top:  11%;
    left: 17%;
    animation: floatAnim 3.5s ease-in-out infinite;
}
.innovators-section::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('../../assets/images/inovetores-circle-image.webp') no-repeat center/cover;
    top: 11%;          
    right: 17%;           
    animation: floatAnim 3.5s ease-in-out infinite;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-11px);
    }
    100% {
        transform: translateY(0);
    }
}
@media(max-width:992px){
.innovators-section::after {
     top: 10%;
      right:5%;
     }
.innovators-section::before {
    top: 10%;
    left: 5%; 
   }
 }
@media(max-width:568px) {
    .innovators-section {
        min-height: 550px;
        z-index: 1;
    }
    .innovators-section::after,.innovators-section::before {
        display: none;
     }
}

.team-website-banner {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    transition: all .4s ease;
}

.team-website-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../assets/images/team-website-banner.webp') no-repeat top/cover;
    filter: grayscale(100%) brightness(0.6);
    transition: .5s ease;
    z-index: 1;
}

.team-website-banner:hover::before {
    filter: grayscale(0) brightness(1);
}

.team-website-banner .head-content {
    position: relative;
    z-index: 2;
    top: 50px;
    left: 20px;
}


.pricing-card {
    position: relative;
    overflow: hidden;
    color: var(--para-text);
    transition: all 0.4s ease;
}

.pricing-card:hover {
    background-color: var(--card-bg);
    color: var(--white-text);
}

.pricing-icon {
    content: '';
    width: 100px;
    height: 90px;
    border-radius: 10px 20px 0 40px;
    background: linear-gradient(135deg, #00c6ff 0%, #0052cc 100%);
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-website-banner {
    position: relative;
    background: url('../../assets/images/service-website-banner.webp') no-repeat center/cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-website-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.service-website-banner * {
    position: relative;
    z-index: 2;
}

.website-content h4 {
    letter-spacing: 1px;
    font-weight: 900;
}

@media(max-width:768px) {
    .fs-11 {
        font-size: 30px !important;
    }
    .website-banner .head-content{
        left: 0;
    }
}

.about-service-image::before {
    content: '';
    background: url(../../assets/images/about-service-image-2.webp);
    width: 410px;
    height: 410px;
    position: absolute;
    bottom: -29px;
    right: 37px;
    z-index: 1;
}

@media(max-width:568px) {
    .about-service-image::before {
        right: 0px;
        bottom: 0px;

    }

    .about-service-image img {
        width: 300px;
        height: 350px;
    }
}

.support-card {
    position: relative;
}

.support-card .number {
    position: absolute;
    bottom: -10;
    right: 0;
    opacity: 0.2;
}

.tech-index .container {
    max-width: 2046px;
}

.tech-index-image {
    position: relative;
    width: 100%;
    min-height: 650px;
    background: url('../../assets/images/tech-index-image.webp') no-repeat center/cover;
    overflow: hidden;
}

.tech-index-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 194, 255, 0.7), rgba(45, 91, 173, 0.7));
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}

.play-btn-2 {
    width: 85px;
    height: 85px;
    top: 250px;
    left: 350px;
    background: var(--prime-bg);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.play-btn-2::before,
.play-btn-2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(59, 160, 255, 0.5);
    animation: pulse 1.5s ease-out infinite;
}

.play-btn-2::after {
    animation-delay: 0.5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media(max-width:992px) {
    .py-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .m-6 {
        margin-right: 45px;
        margin-left: 45px;
    }

    .tech-index-image {
        width: 100%;
        min-height: 450px;
    }
}

.gallery-tabs .tab-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--head-text);
    padding: 4px 0;
    position: relative;
    transition: color 0.3s ease;
     cursor: pointer;
}

.gallery-tabs .tab-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: #6a33f8;
    border-radius: 10px;
    transition: width 0.35s ease;
   
}

.gallery-tabs .tab-link.active {
    color: var(--prime-text) !important;
    font-weight: 600;
}

.gallery-tabs .tab-link:hover {
    color: var(--head-text);
}

.gallery-tabs .tab-link:hover::after {
    width: 100%;
}

.gallery-tabs .tab-link.active {
    color: var(--second-bg);
}

.gallery-tabs .tab-link.active::after {
    width: 100%;
}
.case-study-card {
    position: relative;
    overflow: hidden;
}
.case-study-card .image-container {
    max-height: 400px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: block;
}

.case-study-card .image-container img {
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.case-study-card:hover .image-container img {
    filter: grayscale(0%);
}

.case-study-card .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.case-study-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.case-study-card .overlay h4,
.case-study-card .overlay h6 {
    margin: 0;
    color: var(--white-text);
}

.contact-card-1 {
    transition: all 0.3s ease;
}

.contact-card-1:hover {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.35);
    transform: translateY(-5px);
}

.contact-from {
    background: linear-gradient(135deg, #00eaff 0%, #009dff 40%, #7b2fff 100%);
    padding: 60px 48px;
    color: var(--white-text);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.contact-from .form-control::placeholder {
    color: var(--white-text) !important;
}

.blog-btns {
    margin-top: -25px;
    margin-left: 35px;
}

.business-btns a,
.author-card .content .card-icons a {
    transition: all 0.3s ease;
    color: var(--para-text);
}

.business-btns a:hover {
    background-color: var(--prime-text) !important;
    color: var(--white-text) !important;
}

.like-tag .fa-heart {
    color: var(--para-alt-text);
    transition: color 0.18s ease;
}

.like-tag .fa-heart:hover {
    color: rgb(241, 84, 110);
}

.author-card .content .card-icons a:hover {
    color: var(--second-text);
}

.developer-card {
    position: relative;
}

.developer-card .img-container {
    position: relative;
    overflow: hidden;
    filter: brightness(0.4);
    max-height: 400px;
    max-width: 400px;
    object-fit: cover;
}

.developer-card .overlay-content {
    position: absolute;
    left: 0;
    right: 5%;
    bottom: 12%;
    padding: 0 30px;
    transform: translateY(20px);
    transition: all 0.35s ease;
    max-width: 320px;
}

.line-box {
    position: relative;
    height: 2px;
    width: 100%;
    background: var(--para-alt-text);
    overflow: hidden;
}

.line-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: var(--prime-bg);
}
.error{
    color: red;
}