/* ============================================================
   master-portfolio-carousel.css
   NOTE: Shared utility classes + header/footer/body CSS have
   been moved to common.css. Include common.css BEFORE this file:
     <link rel="stylesheet" href="common.css">
     <link rel="stylesheet" href="master-portfolio-carousel.css">
   ============================================================ */

:root {
    --theme: #121212;
    --border: rgba(18, 18, 18, 0.08);
}
:root .dark {
    --border: rgba(255, 255, 255, 0.08);
}
.section-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
}
.section-title {
    font-size: 60px;
    margin-top: -16px;
}
@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 50px;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 46px;
        margin-top: -13px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 40px;
        margin-top: -11px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 36px;
        margin-top: -9px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px;
        margin-top: -8px;
    }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 28px;
        margin-top: -8px;
    }
}
.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.section-spacing-top {
    padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 80px;
    }
}
.section-spacing-bottom {
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 80px;
    }
}
.wc-btn-circle {
    background-color: var(--white);
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: var(--black);
    border: 1px solid var(--black);
}
.dark .wc-btn-circle {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--white);
}
.wc-btn-circle:hover {
    background-color: var(--white);
    color: var(--black);
}
.dark .wc-btn-circle:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--white);
}
.wc-btn-circle i {
    transform: rotate(-45deg);
}
.wc-btn-primary {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--white);
    color: var(--black);
    padding: 0 35px;
    border-radius: 40px;
}
.dark .wc-btn-primary {
    background-color: var(--black);
    color: var(--white);
}
.wc-btn-primary:hover {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--black);
}
.dark .wc-btn-primary:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--white);
}
.wc-btn-normal {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.wc-btn-normal i {
    transform: rotate(-45deg);
}
.wc-btn-group > *:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -60px;
}
.wc-btn-group:hover > *:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -60px;
}
@media (min-width: 100px) {
    .container.large {
        max-width: 1850px;
    }
}
#app {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-carousel {
    max-width: 1400px;
}
.swiper-carousel .swiper-slide {
    width: 800px;
    height: 550px;
    border-radius: 0px;
    background: #18212b;
    max-width: calc(100% - 48px);
}
@media only screen and (max-width: 1919px) {
    .swiper-carousel .swiper-slide {
        width: 700px;
        height: 450px;
    }
}
@media only screen and (max-width: 1399px) {
    .swiper-carousel .swiper-slide {
        width: 600px;
        height: 360px;
    }
}
@media (max-width: 575px) {
    .swiper-carousel .swiper-slide {
        height: 310px;
    }
}
.swiper-carousel .swiper-carousel-animate-opacity {
    height: 100%;
}
.swiper-carousel .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-carousel img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px;
}
.swiper-carousel .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 38px 40px;
    box-sizing: border-box;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
    .swiper-carousel .slide-content {
        padding: 28px 30px;
    }
}
.swiper-carousel .slide-content .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .swiper-carousel .slide-content .title {
        font-size: 20px;
    }
}
.swiper-carousel .slide-content .tag {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
}
.swiper-carousel .swiper-slide-active .slide-content {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 640px) {
    .swiper-carousel .swiper-button-next,
    .swiper-carousel .swiper-button-prev {
        display: none !important;
    }
}
.portfolio-area-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
}
.portfolio-slider {
    position: relative;
    z-index: 1;
}
.portfolio-slider .nav-icon {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    color: var(--primary);
    line-height: 1;
    position: relative;
    z-index: 2;
}
.portfolio-slider .slider-nav {
    display: flex;
    height: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
@media only screen and (max-width: 1919px) {
    .portfolio-slider .slider-nav {
        height: 80px;
    }
}
.portfolio-slider .portfolio-pagination {
    position: absolute;
    top: 100%;
    height: 100px;
    left: 0;
    right: 0;
    display: inline-flex;
    gap: 20px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
@media only screen and (max-width: 1919px) {
    .portfolio-slider .portfolio-pagination {
        height: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .portfolio-slider .portfolio-pagination {
        gap: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-slider .portfolio-pagination {
        display: none;
    }
}
.portfolio-slider .portfolio-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    opacity: 1;
    border-radius: 2px;
    transition: all 0.5s;
    margin: 0;
}
@media only screen and (max-width: 1199px) {
    .portfolio-slider .portfolio-pagination .swiper-pagination-bullet {
        width: 20px;
    }
}
.portfolio-slider .portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
}
@media only screen and (max-width: 1199px) {
    .portfolio-slider .portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
}
