:root {
	--theme-color: #00b7dd;
	--title-color: var(--white-color);
	--body-color: var(--gray-color);
	--black-color: #171717;
	--black-color2: #222222;
	--gray-color: #AAAAAA;
	--white-color: #ffffff;
	--light-color: #9fa2ad;
	--yellow-color: #FFB539;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: rgba(255, 255, 255, 0.10);
	--title-font: "Public Sans", sans-serif !important;
	--title-font2: "Public Sans", sans-serif !important;
	--body-font: "Public Sans", sans-serif !important
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1380px;
	--container-gutters: 24px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-space-small-mobile: 60px;
	--section-title-space: 65px;
	--ripple-ani-duration: 5s
}



body {
     font-family: "Public Sans", sans-serif !important;
}


html,body {
	scroll-behavior:smooth !important
}
body {
	font-family:var(--body-font);
	font-size:16px;
	font-weight:400;
	color:var(--body-color);
	line-height:26px;
	background:var(--black-color);
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased
}
body::-webkit-scrollbar {
	width:10px;
	height:10px
}
body::-webkit-scrollbar-thumb {
	background-color:var(--white-color);
	background-image:-webkit-linear-gradient(45deg, var(--theme-color) 25%, transparent 20%, transparent 50%, var(--theme-color) 50%, var(--theme-color) 75%, transparent 75%, transparent);
	border-radius:0px
}


.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, p {
   font-family: "Public Sans", sans-serif !important;
}


.loading-screen .animation-preloader .txt-loading {
    text-transform: uppercase;
    font-weight: 400;
}

.main-menu ul.sub-menu a {
    font-family: "Public Sans", sans-serif !important;
}

.bg-theme {
    background-color: #00b7dd !important;
}

.link-btn {
    color: #fff;
    background-color: #00b7dd;
}

.main-menu .active a,
.main-menu>ul>li>a:hover,
.main-menu a:hover,
a:hover,
.about-area.style-two .about-experience-wrapper .year {
    color: #00b7dd;
}

.main-menu ul.sub-menu li a::before {
    background: #00b7dd;
}
.main-menu ul.sub-menu li {
    border-bottom: 1px solid rgb(0 183 221);
}

.marquee-wrap.style-2 .m-item.style-2,
.color1,
.service-inner .service-left .service-title a:hover,
.service-item:hover .service-btn span i,
.review-list i,
.testi-single-box .testi-upper .review-list i,
.testi-item .testi-lower .review-list i {
    color: #00b7dd;
}



/* Smooth fade effect */
.carousel-fade .carousel-item {
  transition: opacity 1s ease-in-out;
}

/* Text animation */
.animate-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

/* Image animation */
.animate-image {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease;
}

/* Active state when slide is visible */
.carousel-item.active .animate-content {
  opacity: 1;
  transform: translateY(0);
}

.carousel-item.active .animate-image {
  opacity: 1;
  transform: scale(1);
}




.hero-style2 .hero-thumb-wrapper .hero-thumb img {
    max-width: 90%;
    margin-left: -70px;
}

.hero-style2 .hero-left .hero-place p::before,
.portfolio-wraper .portfolio-details .portfolio-btn::before,
.service-item::after,
.link-btn2:hover::after {
    background-color: #00b7dd;
}
.btn {
    background-color: #00b7dd;
    color: #fff;
    font-family: "Public Sans", sans-serif !important;
}

.hero-wrapper .hero-social .parallax-wrap a:hover,
.experience-wrap-area .single-experience-list::before,
.testi-upper_area .testi-nav .testi-button-next::before,
.testi-upper_area .testi-nav .testi-button-prev::before,
.testi-single-box .testi-lower_quote .icon {
    background: #00b7dd;
}

.service-item:hover .service-btn {
    border-color: #00b7dd;
}

.testi-upper_area .testi-nav .testi-button-next:hover i,
.testi-upper_area .testi-nav .testi-button-prev:hover i{
    color: #fff;
}

.pricing-item.upper {
    background-color: #00b7dd;
    color: #fff;
}



/* About Us Page */

.skill-area .brands-carousel .brand-item a {
    padding: 0;
}


.btn.circle-btn {
    border-radius: 40px;
    height: auto;
    width: 190px;
    line-height: 190px;
    font-weight: 600;
    padding: 15px 0;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}




/* Contact us  */
.feature-box {
    background: var(--black-color);
    padding: 40px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 270px;
}




/* Footer */

footer .social-links {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    justify-content: center;
}

footer .social-links a {
  width: 42px;
  height: 42px;
  background-color: color-mix(in srgb, #fff, transparent 92%);
  color: color-mix(in srgb, #fff, transparent 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

footer .social-links a:hover {
  background-color: #00b7dd;
  color: #fff;
  transform: translateY(-3px);
}

footer .social-links a i {
  font-size: 16px;
}



@media(max-width: 1600px){
	.hero-style2 .hero-thumb-wrapper .hero-thumb img {
    	margin-left: -170px;
	}
}


@media(max-width: 767px) {
    .header-layout1 .sticky-wrapper {
        padding: 10px 0px;
    }
    .header-logo img {
        width: 180px;
    }

    .hero-style2 .hero-left .hero-title_wrapper .hero-title {
        font-size: 44px;
    }
    .hero-style2 .hero-thumb-wrapper .hero-thumb img {
        margin-left: 0;
    }

    .about-area.style-two .about-experience-wrapper .year {
        font-size: 80px;
        line-height: 90px;
    }

    .portfolio-area h3.title-info_text {
        margin-top: 5px !IMPORTANT;
    }
    .big-title[data-count]::before {
        top: 0;
    }


    footer h4.contact-title {
        font-size: 18px;
    }
    footer p.copyright-text {
        text-align: center;
    }
}