/* Reset CSS */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}

/* @layer utilities {
    .box {
        @apply max-w-screen-xl mx-auto px-4 lg:px-8;
    }
} */

@layer utilities {
    .animation-pause {
      animation-play-state: paused;
    }
  }

/* Toggle User Dropdown */
#user-dropdown {
    position: absolute;
    top: 100%;
    right: 10px;
    /* z-index: 50; */
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

#user-dropdown.show {
    visibility: visible;
    opacity: 1;
}

#menu-icon {
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

#menu-icon:active {
    transform: rotate(10deg); /* Shake effect */
}

/* Custom styles for animation and hover */
#menu-open-icon, #menu-close-icon {
    transition: transform 0.3s ease;
}

/* Menu open: Rounded button */
.menu-open #menu-icon {
    border-radius: 50%;
}

.icons {
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}

.icons a {
    text-decoration: none;
}

.icons i {
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
    border: 1px solid transparent;
}

.icons i:hover {
    color: #A04CFF;
    transform: translateY(-5px);
}

.scroll-down {
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.scroll-down i {
    display: block;
    padding: 12px;
    color: white;
    background: linear-gradient(100deg, #A04CFF, #30D3FD);
    border-radius: 30px;
    transition: all .50s ease;
}

.scroll-down a {
    text-decoration: none;
}

.scroll-down i:hover {
    transform: translateY(-5px);
}

@layer utilities {
    .shape-color {
      background: linear-gradient(100deg, #A04CFF, #30D3FD);
      -webkit-background-clip: text;
      color: transparent;
    }
  }

.btn-color {
    background: transparent;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    border-radius: 9999px;
    padding: 0.5rem 1.5rem; /* 8px 24px */
    transition: 
        background 0.3s ease-in-out, 
        border 0.3s ease-in-out;
}

.btn-color:hover {
    background: linear-gradient(100deg, #A04CFF, #30D3FD);
    border: 1px solid transparent;
    color: white;
}

 /* icon btn */
.icon-show {
    display: inline;
}

.icon-hide {
    display: none;
}

a:hover .icon-show {
    display: none;
}

a:hover .icon-hide {
    display: inline;
}

/* Projects */
.projects-splide .splide__slide img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.splide__pagination__page {
    background-color: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
}

.splide__pagination__page.is-active {
    background: linear-gradient(100deg, #A04CFF, #30D3FD);
}

@media (max-width: 768px) {
    .projects-splide .splide__slide img {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .projects-splide .splide__slide img {
        max-width: 150px;
    }
}

/* --- */

#thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#thumbnail-carousel .splide__slide {
    opacity: 0.6;
}

#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
}



/* :root {
--primary: #ec994b;
--white: #ffffff;
--bg: #f5f5f5;
}

@media (min-width: 1440px) {
html {
    zoom: 1.5;
}
}

@media (min-width: 2560px) {
html {
    zoom: 1.7;
}
}

@media (min-width: 3860px) {
html {
    zoom: 2.5;
}
}

::-webkit-scrollbar {
width: 1.3rem;
}

::-webkit-scrollbar-thumb {
border-radius: 1rem;
background: #797979;
transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
background: #222224;
}

::-webkit-scrollbar-track {
background: #f9f9f9;
}

body {
font-size: 1.6rem;
background: var(--bg);
}

.container {
max-width: 124rem;
padding: 0 1rem;
margin: 0 auto;
}

#tranding {
padding: 4rem 0;
}

@media (max-width:1440px) {
#tranding {
    padding: 7rem 0;
}
}

#tranding .tranding-slider {
height: 52rem;
padding: 2rem 0;
position: relative;
}

@media (max-width:500px) {
#tranding .tranding-slider {
    height: 45rem;
}
}

.tranding-slide {
width: 37rem;
height: 42rem;
position: relative;
}

@media (max-width:500px) {
.tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
}
.tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
}
}

.tranding-slide .tranding-slide-img img {
width: 37rem;
height: 42rem;
border-radius: 2rem;
object-fit: cover;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
display: none;
}

.tranding-slider-control {
position: relative;
bottom: 2rem;
display: flex;
align-items: center;
justify-content: center;
}

.tranding-slider-control .swiper-button-next {
left: 58% !important;
transform: translateX(-58%) !important;
}

@media (max-width:990px) {
.tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
}
}

@media (max-width:450px) {
.tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
}
}

@media (max-width:990px) {
.tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
}
}

@media (max-width:450px) {
.tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
}
}

.tranding-slider-control .slider-arrow {
background: var(--white);
width: 3.5rem;
height: 3.5rem;
border-radius: 50%;
left: 42%;
transform: translateX(-42%);
filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
font-size: 2rem;
color: #222224;
}

.tranding-slider-control .slider-arrow::after {
content: '';
}

.tranding-slider-control .swiper-pagination {
position: relative;
width: 15rem;
bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
background: var(--primary);
} */