/* ============================== Section: Photography Banner ================================== */
/* #section-banner {
    overflow-y: hidden;
} */
@media (max-width: 525px) {
    #section-banner {
        padding-top: 40px;
        margin-bottom: 50px;
    }
    #section-banner .camera-mb {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
    }
    #section-banner .camera .curve {
        position: absolute;
        min-width: calc(100vw - 15px);
        max-width: 100vw;
        /* width: calc(100vw - 15px); */
        object-fit: cover;
        object-position: 0% 0%;
        top: 98%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #section-banner {
        padding-top: 40px;
        margin-bottom: 80px;
    }
    #section-banner .camera .camera-lense-top-left {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 30%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-top-right {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 30%;
        left: 91%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-left {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 81%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-right {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 81%;
        left: 91%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .hero-object {
        z-index: 1;
        width: 288px;
    }
}
@media (min-width: 526px) {
    #section-banner {
        padding-top: 40px;
        margin-bottom: 50px;
    }
    #section-banner .camera-mb {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        padding-top: 77px;
    }
    #section-banner .camera .camera-lense-top-left {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 30%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-top-right {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 30%;
        left: 91%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-left {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 81%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-right {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: auto;
        top: 81%;
        left: 91%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .hero-object {
        z-index: 1;
        width: 288px;
    }
    #section-banner .camera .curve {
        position: absolute;
        min-width: calc(100vw - 15px);
        max-width: 100vw;
        /* width: calc(100vw - 15px); */
        object-fit: cover;
        object-position: 0% 0%;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 768px) {
    #section-banner {
        padding-top: 40px;
        margin-bottom: 50px;
    }
    #section-banner .animated-blur {
        animation: blur_animation 1s;
    }
    @keyframes blur_animation {
        0% {
            filter: blur(0px);
        }
        25% {
            filter: blur(5px);
        }
        50% {
            filter: blur(10px);
        }
        75% {
            filter: blur(4px);
        }
        100% {
            filter: blur(0px);
        }
    }
    #section-banner .animated-lense-top-left {
        animation: animated_lense_top_left 1s;
    }
    @keyframes animated_lense_top_left {
        0% {
            top: 10%;
            left: 7%;
        }
        25% {
            top: calc(10% + 0.5%);
            left: calc(7% + 0.5%);
        }
        50% {
            top: calc(10% + 0.1%);
            left: calc(7% + 0.1%);
        }
        75% {
            top: calc(10% + 0.7%);
            left: calc(7% + 0.7%);
        }
        100% {
            top: 10%;
            left: 7%;
        }
    }
    #section-banner .animated-lense-top-right {
        animation: animated_lense_top_right 1s;
    }
    @keyframes animated_lense_top_right {
        0% {
            top: 10%;
            left: 93%;
        }
        25% {
            top: calc(10% + 0.5%);
            left: calc(93% - 0.5%);
        }
        50% {
            top: calc(10% + 0.1%);
            left: calc(93% - 0.1%);
        }
        75% {
            top: calc(10% + 0.7%);
            left: calc(93% - 0.7%);
        }
        100% {
            top: 10%;
            left: 93%;
        }
    }
    #section-banner .animated-lense-bottom-left {
        animation: animated_lense_bottom_left 1s;
    }
    @keyframes animated_lense_bottom_left {
        0% {
            top: 56%;
            left: 7%;
        }
        25% {
            top: calc(56% - 0.5%);
            left: calc(7% + 0.5%);
        }
        50% {
            top: calc(56% - 0.1%);
            left: calc(7% + 0.1%);
        }
        75% {
            top: calc(56% - 0.7%);
            left: calc(7% + 0.7%);
        }
        100% {
            top: 56%;
            left: 7%;
        }
    }
    #section-banner .animated-lense-bottom-right {
        animation: animated_lense_bottom_right 1s;
    }
    @keyframes animated_lense_bottom_right {
        0% {
            top: 56%;
            left: 93%;
        }
        25% {
            top: calc(56% - 0.5%);
            left: calc(93% - 0.5%);
        }
        50% {
            top: calc(56% - 0.1%);
            left: calc(93% - 0.1%);
        }
        75% {
            top: calc(56% - 0.7%);
            left: calc(93% - 0.7%);
        }
        100% {
            top: 56%;
            left: 93%;
        }
    }
      
    #section-banner .camera {
        position: relative;
        height: 48.6111111111vw;
    }
    #section-banner .camera .camera-lense-top-left {
        position: absolute;
        height: 55px;
        width: auto;
        top: 10%;
        left: 7%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-top-right {
        position: absolute;
        height: 55px;
        width: auto;
        top: 10%;
        left: 93%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-left {
        position: absolute;
        height: 55px;
        width: auto;
        top: 56%;
        left: 7%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-right {
        position: absolute;
        height: 55px;
        width: auto;
        top: 56%;
        left: 93%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .product {
        position: absolute;
        height: 39vw;
        width: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-01 {
        position: absolute;
        height: 25vw;
        width: auto;
        top: 48%;
        left: 31%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-02 {
        position: absolute;
        height: 22vw;
        width: auto;
        top: 52%;
        left: 66.5%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-03 {
        position: absolute;
        height: 14vw;
        width: auto;
        top: 57%;
        left: 74%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .icon-image {
        position: absolute;
        height: 3vw;
        width: auto;
        top: 12%;
        left: 70%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .curve {
        position: absolute;
        min-width: calc(100vw - 15px);
        max-width: 100vw;
        /* width: calc(100vw - 15px); */
        top: 79%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1024px) {
    #section-banner {
        padding-top: 40px;
        margin-bottom: 80px;
    }
    #section-banner .animated-blur {
        animation: blur_animation 1s;
    }
    @keyframes blur_animation {
        0% {
            filter: blur(0px);
        }
        25% {
            filter: blur(5px);
        }
        50% {
            filter: blur(10px);
        }
        75% {
            filter: blur(4px);
        }
        100% {
            filter: blur(0px);
        }
    }
    #section-banner .animated-lense-top-left {
        animation: animated_lense_top_left 1s;
    }
    @keyframes animated_lense_top_left {
        0% {
            top: 10%;
            left: 10%;
        }
        25% {
            top: calc(10% + 0.5%);
            left: calc(10% + 0.5%);
        }
        50% {
            top: calc(10% + 0.1%);
            left: calc(10% + 0.1%);
        }
        75% {
            top: calc(10% + 0.7%);
            left: calc(10% + 0.7%);
        }
        100% {
            top: 10%;
            left: 10%;
        }
    }
    #section-banner .animated-lense-top-right {
        animation: animated_lense_top_right 1s;
    }
    @keyframes animated_lense_top_right {
        0% {
            top: 10%;
            left: 90%;
        }
        25% {
            top: calc(10% + 0.5%);
            left: calc(90% - 0.5%);
        }
        50% {
            top: calc(10% + 0.1%);
            left: calc(90% - 0.1%);
        }
        75% {
            top: calc(10% + 0.7%);
            left: calc(90% - 0.7%);
        }
        100% {
            top: 10%;
            left: 90%;
        }
    }
    #section-banner .animated-lense-bottom-left {
        animation: animated_lense_bottom_left 1s;
    }
    @keyframes animated_lense_bottom_left {
        0% {
            top: 55%;
            left: 10%;
        }
        25% {
            top: calc(55% - 0.5%);
            left: calc(10% + 0.5%);
        }
        50% {
            top: calc(55% - 0.1%);
            left: calc(10% + 0.1%);
        }
        75% {
            top: calc(55% - 0.7%);
            left: calc(10% + 0.7%);
        }
        100% {
            top: 55%;
            left: 10%;
        }
    }
    #section-banner .animated-lense-bottom-right {
        animation: animated_lense_bottom_right 1s;
    }
    @keyframes animated_lense_bottom_right {
        0% {
            top: 55%;
            left: 90%;
        }
        25% {
            top: calc(55% - 0.5%);
            left: calc(90% - 0.5%);
        }
        50% {
            top: calc(55% - 0.1%);
            left: calc(90% - 0.1%);
        }
        75% {
            top: calc(55% - 0.7%);
            left: calc(90% - 0.7%);
        }
        100% {
            top: 55%;
            left: 90%;
        }
    }
      
    #section-banner .camera {
        position: relative;
        height: 48.6111111111vw;
    }
    #section-banner .camera .camera-lense-top-left {
        position: absolute;
        height: 55px;
        width: auto;
        top: 10%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-top-right {
        position: absolute;
        height: 55px;
        width: auto;
        top: 10%;
        left: 90%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-left {
        position: absolute;
        height: 55px;
        width: auto;
        top: 55%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-right {
        position: absolute;
        height: 55px;
        width: auto;
        top: 55%;
        left: 90%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .product {
        position: absolute;
        height: 430px;
        width: auto;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-01 {
        position: absolute;
        height: 295px;
        width: auto;
        top: 41%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-02 {
        position: absolute;
        height: 225px;
        width: auto;
        top: 51%;
        left: 67%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-03 {
        position: absolute;
        height: 145px;
        width: auto;
        top: 54%;
        left: 75%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .icon-image {
        position: absolute;
        height: 30px;
        width: auto;
        top: 12%;
        left: 68%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .curve {
        position: absolute;
        max-width: 100vw;
        min-width: calc(100vw - 15px);
        /* width: calc(100vw - 15px); */
        top: 72%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1280px) {
    #section-banner {
        padding-top: 40px;
        margin-bottom: 80px;
    }
    #section-banner .animated-blur {
        animation: blur_animation 1s;
    }
    @keyframes blur_animation {
        0% {
            filter: blur(0px);
        }
        25% {
            filter: blur(5px);
        }
        50% {
            filter: blur(10px);
        }
        75% {
            filter: blur(4px);
        }
        100% {
            filter: blur(0px);
        }
    }
    #section-banner .animated-lense-top-left {
        animation: animated_lense_top_left 1s;
    }
    @keyframes animated_lense_top_left {
        0% {
            top: 14%;
            left: 6%;
        }
        25% {
            top: calc(14% + 0.5%);
            left: calc(6% + 0.5%);
        }
        50% {
            top: calc(14% + 0.1%);
            left: calc(6% + 0.1%);
        }
        75% {
            top: calc(14% + 0.7%);
            left: calc(6% + 0.7%);
        }
        100% {
            top: 14%;
            left: 6%;
        }
    }
    #section-banner .animated-lense-top-right {
        animation: animated_lense_top_right 1s;
    }
    @keyframes animated_lense_top_right {
        0% {
            top: 14%;
            left: 94%;
        }
        25% {
            top: calc(14% + 0.5%);
            left: calc(94% - 0.5%);
        }
        50% {
            top: calc(14% + 0.1%);
            left: calc(94% - 0.1%);
        }
        75% {
            top: calc(14% + 0.7%);
            left: calc(94% - 0.7%);
        }
        100% {
            top: 14%;
            left: 94%;
        }
    }
    #section-banner .animated-lense-bottom-left {
        animation: animated_lense_bottom_left 1s;
    }
    @keyframes animated_lense_bottom_left {
        0% {
            top: 55%;
            left: 6%;
        }
        25% {
            top: calc(55% - 0.5%);
            left: calc(6% + 0.5%);
        }
        50% {
            top: calc(55% - 0.1%);
            left: calc(6% + 0.1%);
        }
        75% {
            top: calc(55% - 0.7%);
            left: calc(6% + 0.7%);
        }
        100% {
            top: 55%;
            left: 6%;
        }
    }
    #section-banner .animated-lense-bottom-right {
        animation: animated_lense_bottom_right 1s;
    }
    @keyframes animated_lense_bottom_right {
        0% {
            top: 55%;
            left: 94%;
        }
        25% {
            top: calc(55% - 0.5%);
            left: calc(94% - 0.5%);
        }
        50% {
            top: calc(55% - 0.1%);
            left: calc(94% - 0.1%);
        }
        75% {
            top: calc(55% - 0.7%);
            left: calc(94% - 0.7%);
        }
        100% {
            top: 55%;
            left: 94%;
        }
    }

    #section-banner .camera {
        position: relative;
        height: 48.6111111111vw;
    }
    #section-banner .camera .camera-lense-top-left {
        position: absolute;
        height: 65px;
        width: auto;
        top: 14%;
        left: 6%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-top-right {
        position: absolute;
        height: 65px;
        width: auto;
        top: 14%;
        left: 94%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-left {
        position: absolute;
        height: 65px;
        width: auto;
        top: 55%;
        left: 6%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-right {
        position: absolute;
        height: 65px;
        width: auto;
        top: 55%;
        left: 94%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .product {
        position: absolute;
        height: 520px;
        width: auto;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-01 {
        position: absolute;
        height: 350px;
        width: auto;
        top: 40%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-02 {
        position: absolute;
        height: 260px;
        width: auto;
        top: 51%;
        left: 66%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-03 {
        position: absolute;
        height: 150px;
        width: auto;
        top: 54%;
        left: 73%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .icon-image {
        position: absolute;
        height: 3vw;
        width: auto;
        top: 19%;
        left: 68%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .curve {
        position: absolute;
        max-width: 100vw;
        min-width: calc(100vw - 15px);
        /* width: calc(100vw - 15px); */
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1440px) {
    #section-banner {
        padding-top: 40px;
        margin-bottom: 80px;
    }
    #section-banner .animated-blur {
        animation: blur_animation 1s;
    }
    @keyframes blur_animation {
        0% {
            filter: blur(0px);
        }
        25% {
            filter: blur(5px);
        }
        50% {
            filter: blur(10px);
        }
        75% {
            filter: blur(4px);
        }
        100% {
            filter: blur(0px);
        }
    }
    #section-banner .animated-lense-top-left {
        animation: animated_lense_top_left 1s;
    }
    @keyframes animated_lense_top_left {
        0% {
            top: 14%;
            left: 6%;
        }
        25% {
            top: calc(14% + 0.5%);
            left: calc(6% + 0.5%);
        }
        50% {
            top: calc(14% + 0.1%);
            left: calc(6% + 0.1%);
        }
        75% {
            top: calc(14% + 0.7%);
            left: calc(6% + 0.7%);
        }
        100% {
            top: 14%;
            left: 6%;
        }
    }
    #section-banner .animated-lense-top-right {
        animation: animated_lense_top_right 1s;
    }
    @keyframes animated_lense_top_right {
        0% {
            top: 14%;
            left: 94%;
        }
        25% {
            top: calc(14% + 0.5%);
            left: calc(94% - 0.5%);
        }
        50% {
            top: calc(14% + 0.1%);
            left: calc(94% - 0.1%);
        }
        75% {
            top: calc(14% + 0.7%);
            left: calc(94% - 0.7%);
        }
        100% {
            top: 14%;
            left: 94%;
        }
    }
    #section-banner .animated-lense-bottom-left {
        animation: animated_lense_bottom_left 1s;
    }
    @keyframes animated_lense_bottom_left {
        0% {
            top: 55%;
            left: 6%;
        }
        25% {
            top: calc(55% - 0.5%);
            left: calc(6% + 0.5%);
        }
        50% {
            top: calc(55% - 0.1%);
            left: calc(6% + 0.1%);
        }
        75% {
            top: calc(55% - 0.7%);
            left: calc(6% + 0.7%);
        }
        100% {
            top: 55%;
            left: 6%;
        }
    }
    #section-banner .animated-lense-bottom-right {
        animation: animated_lense_bottom_right 1s;
    }
    @keyframes animated_lense_bottom_right {
        0% {
            top: 55%;
            left: 94%;
        }
        25% {
            top: calc(55% - 0.5%);
            left: calc(94% - 0.5%);
        }
        50% {
            top: calc(55% - 0.1%);
            left: calc(94% - 0.1%);
        }
        75% {
            top: calc(55% - 0.7%);
            left: calc(94% - 0.7%);
        }
        100% {
            top: 55%;
            left: 94%;
        }
    }

    #section-banner .camera {
        position: relative;
        height: 700px;
    }
    #section-banner .camera .camera-lense-top-left {
        position: absolute;
        height: 80px;
        width: auto;
        top: 14%;
        left: 6%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-top-right {
        position: absolute;
        height: 80px;
        width: auto;
        top: 14%;
        left: 94%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-left {
        position: absolute;
        height: 80px;
        width: auto;
        top: 55%;
        left: 6%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .camera-lense-bottom-right {
        position: absolute;
        height: 80px;
        width: auto;
        top: 55%;
        left: 94%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .product {
        position: absolute;
        height: 600px;
        width: auto;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-01 {
        position: absolute;
        height: 415px;
        width: auto;
        top: 41%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-02 {
        position: absolute;
        height: 315px;
        width: auto;
        top: 51%;
        left: 66%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .mockup-03 {
        position: absolute;
        height: 200px;
        width: auto;
        top: 54%;
        left: 75%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .icon-image {
        position: absolute;
        height: 40px;
        width: auto;
        top: 19%;
        left: 68%;
        transform: translate(-50%, -50%);
    }
    #section-banner .camera .curve {
        position: absolute;
        /* min-width: calc(100vw - 15px);
        max-width: 100vw; */
        width: calc(100vw - 15px);
        top: 72%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}  

/* ============================== Section: Photography Intro ================================== */
#section-intro {
    overflow: hidden;
}
@media (max-width: 767px) {
    #section-intro {
        position: relative;
    }
    #section-intro .background-bubble-01 {
        width: 155px;
        height: 228px;
        position: absolute;
        z-index: -1;
        left: -24%;
        top: 2%;
    }
    #section-intro .background-bubble-02 {
        width: 100px;
        height: 200px;
        position: absolute;
        z-index: -1;
        right: -9%;
        bottom: -6%;
    }
    #section-intro {
        padding-bottom: 80px;
    }
    #section-intro .head {
        margin-bottom: 40px;
    }
    #section-intro .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #section-intro .content .item {
        flex: 1;
        flex-basis: 0;
    }
    #section-intro .content .item:not(:last-child) {
        margin-bottom: 24px;
    }
    #section-intro .content .item img {
        height: 80px;
        width: 110px;
        margin-bottom: 24px;
    }
    #section-intro .content .item .title {
        word-wrap: break-word;
    }
    #section-intro .content .item .detail {
        word-wrap: break-word;
    }
}
@media (min-width: 768px) {
    #section-intro {
        position: relative;
    }
    #section-intro .background-bubble-01 {
        width: 155px;
        height: 228px;
        position: absolute;
        z-index: -1;
        left: 0%;
        top: 2%;
    }
    #section-intro .background-bubble-02 {
        width: 100px;
        height: 200px;
        position: absolute;
        z-index: -1;
        right: 0%;
        bottom: -14%;
    }
    #section-intro {
        padding-bottom: 80px;
    }
    #section-intro .head {
        margin-bottom: 40px;
    }
    #section-intro .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #section-intro .content .item {
        flex: 1;
        flex-basis: 0;
    }
    #section-intro .content .item:not(:last-child) {
        margin-bottom: 24px;
    }
    #section-intro .content .item img {
        height: 80px;
        width: 110px;
        margin-bottom: 24px;
    }
    #section-intro .content .item .title {
        word-wrap: break-word;
    }
    #section-intro .content .item .detail {
        word-wrap: break-word;
        padding: 0 75px;
    }
}
@media (min-width: 1024px) {
    #section-intro {
        position: relative;
    }
    #section-intro .background-bubble-01 {
        width: 155px;
        height: 228px;
        position: absolute;
        z-index: -1;
        left: 0%;
        top: 2%;
    }
    #section-intro .background-bubble-02 {
        width: 100px;
        height: 200px;
        position: absolute;
        z-index: -1;
        right: 0%;
        bottom: -14%;
    }
    #section-intro {
        padding-bottom: 80px;
    }
    #section-intro .head {
        margin-bottom: 40px;
    }
    #section-intro .content {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-items: flex-start;
    }
    #section-intro .content .item {
        flex: 1;
        flex-basis: 0;
    }
    #section-intro .content .item:not(:last-child) {
        margin-bottom: 24px;
    }
    #section-intro .content .item img {
        height: 80px;
        width: 110px;
        margin-bottom: 24px;
    }
    #section-intro .content .item .title {
        word-wrap: break-word;
    }
    #section-intro .content .item .detail {
        word-wrap: break-word;
        padding: 0 45px;
    }
}
@media (min-width: 1280px) {
    #section-intro {
        position: relative;
    }
    #section-intro .background-bubble-01 {
        width: 195px;
        height: 360px;
        position: absolute;
        z-index: -1;
        left: 0%;
        top: -10%;
    }
    #section-intro .background-bubble-02 {
        width: 188px;
        height: 337px;
        position: absolute;
        z-index: -1;
        right: 0%;
        bottom: -16%;
    }
    #section-intro {
        padding-bottom: 80px;
    }
    #section-intro .head {
        margin-bottom: 56px;
    }
    #section-intro .content {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-items: flex-start;
    }
    #section-intro .content .item {
        flex: 1;
        flex-basis: 0;
    }
    #section-intro .content .item:not(:last-child) {
        margin-right: 24px;
    }
    #section-intro .content .item img {
        height: 80px;
        width: 110px;
        margin-bottom: 24px;
    }
    #section-intro .content .item .title {
        word-wrap: break-word;
    }
    #section-intro .content .item .detail {
        word-wrap: break-word;
        padding: 0 45px;
    }
}
@media (min-width: 1440px) {
    #section-intro {
        position: relative;
    }
    #section-intro .background-bubble-01 {
        width: 195px;
        height: 360px;
        position: absolute;
        z-index: -1;
        left: 0%;
        top: -2%;
    }
    #section-intro .background-bubble-02 {
        width: 188px;
        height: 337px;
        position: absolute;
        z-index: -1;
        right: 0%;
        bottom: -16%;
    }
    #section-intro {
        padding-bottom: 80px;
    }
    #section-intro .head {
        margin-bottom: 56px;
    }
    #section-intro .content {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-items: flex-start;
    }
    #section-intro .content .item {
        flex: 1;
        flex-basis: 0;
    }
    #section-intro .content .item:not(:last-child) {
        margin-right: 24px;
    }
    #section-intro .content .item img {
        height: 80px;
        width: 110px;
        margin-bottom: 24px;
    }
    #section-intro .content .item .title {
        word-wrap: break-word;
    }
    #section-intro .content .item .detail {
        word-wrap: break-word;
        padding: 0 45px;
    }
}

/* ============================== Section: Photography Example ================================== */
@media (max-width: 329px) {
    #section-example .container{
        padding: unset !important;
    }
    #section-example .rectangle-fade {
        display: block;
    }
}
@media (max-width: 767px) {
    #section-example {
        position: relative;
        background-color: #0B1C30;
        height: 945px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    #section-example .container {
        width: 100% !important;
    }
    #section-example .head {
        padding: 40px 10px 32px 10px;
    }
    #section-example .content::-webkit-scrollbar {
        /* display none scorll in div */
        display: none;
    }
    #section-example .content {
        display: flex;
        justify-content: center;
        height: 800px; 
        width: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 20px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #section-example .rectangle-fade {
        position: absolute;
        width: 100%;
        height: 28%;
        top: 724px;
        background: linear-gradient(180deg, rgba(11, 28, 48, 0) 0%, rgba(11, 28, 48, 0.8) 72.24%);
        pointer-events: none;
    }
    #section-example .rectangle-fade {
        display: block;
    }
    #section-example .content .grid-box .grid-item {
        vertical-align: unset;
        width: 44.53333333333334vw;
        margin-bottom: 2.1333333333333333vw;
    }
}
@media (max-width: 400px) {
    #section-example {
        position: relative;
        background-color: #0B1C30;
        height: 960px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #section-example .rectangle-fade {
        display: block;
    }
}

@media (min-width: 768px) {
    #section-example {
        position: relative;
        background-color: #0B1C30;
        height: 79.0625vw; 
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #section-example .container {
        width: 100% !important;
    }
    #section-example .head {
        padding-top: 40px;
        padding-bottom: 32px;
    }
    #section-example .content::-webkit-scrollbar {
        /* display none scorll in div */
        display: none;
    }
    #section-example .content {
        display: flex;
        justify-content: center;
        height: 60vw;
        width: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: unset !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #section-example .rectangle-fade {
        position: absolute;
        width: 100%;
        height: 28%;
        bottom: 0%;
        background: linear-gradient(180deg, rgba(11, 28, 48, 0) 0%, rgba(11, 28, 48, 0.8) 72.24%);
        pointer-events: none;
    }
    #section-example .rectangle-fade {
        display: none;
    }
    #section-example .content .grid-box .grid-item {
        vertical-align: unset;
        width: 22.875vw;
    }
    #section-example .content .grid-box .grid-item {
        margin-bottom: 1vw;
    }
}
@media (min-width: 1024px) {
    #section-example {
        position: relative;
        background-color: #0B1C30;
        height: 75.5vw; 
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #section-example .container {
        width: 100% !important;
    }
    #section-example .head {
        padding-top: 40px;
        padding-bottom: 32px;
    }
    #section-example .content::-webkit-scrollbar {
        /* display none scorll in div */
        display: none;
    }
    #section-example .content {
        display: flex;
        justify-content: center;
        height: 60vw;
        width: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: unset !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #section-example .rectangle-fade {
        position: absolute;
        width: 100%;
        height: 28%;
        bottom: 0%;
        background: linear-gradient(180deg, rgba(11, 28, 48, 0) 0%, rgba(11, 28, 48, 0.8) 72.24%);
        pointer-events: none;
    }
    #section-example .rectangle-fade {
        display: none;
    }
    #section-example .content .grid-box .grid-item {
        vertical-align: unset;
        width: 22.875vw;
    }
    #section-example .content .grid-box .grid-item {
        margin-bottom: 1vw;
    }
}
@media (min-width: 1280px) {
    #section-example {
        position: relative;
        background-color: #0B1C30;
        height: 62.5vw;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #section-example .container {
        width: 100% !important;
    }
    #section-example .head {
        padding-top: 40px;
        padding-bottom: 32px;
    }
    #section-example .content::-webkit-scrollbar {
        /* display none scorll in div */
        display: none;
    }
    #section-example .content {
        display: flex;
        justify-content: center;
        height: 50.125vw;
        width: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: unset !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #section-example .rectangle-fade {
        position: absolute;
        width: 100%;
        height: 28%;
        bottom: 0%;
        background: linear-gradient(180deg, rgba(11, 28, 48, 0) 0%, rgba(11, 28, 48, 0.8) 72.24%);
        pointer-events: none;
    }
    #section-example .rectangle-fade {
        display: block;
    }
    #section-example .content .grid-box .grid-item {
        vertical-align: unset;
        width: 22.875vw;
    }
    #section-example .content .grid-box .grid-item {
        margin-bottom: 1vw;
    }
}
@media (min-width: 1920px) {
    #section-example {
        position: relative;
        background-color: #0B1C30;
        height: 945px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #section-example .content {
        display: flex;
        justify-content: center;
        height: 770px;
        width: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: unset !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #section-example .content .grid-box .grid-item {
        vertical-align: unset;
        width: 439.2px;
        margin-bottom: 19.2px;
    }
    #section-example .rectangle-fade {
        display: block;
    }
}
/* ============================== Section: Photography Process ================================== */
#section-process {
    background: linear-gradient(180deg, #FFF 0%, #ECF9FF 50%, #FFF 100%);
    padding: 120px 0px;
}
#section-process .head {
    margin-bottom: 80px;
}
#section-process .box-process {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
#section-process .box-step {
    display: flex;
    position: relative;
    padding: 64px 16px 32px 16px;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 1px 7px 24px 0px rgba(80, 93, 115, 0.10);
}
#section-process .box-process .box-step .image {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
@media (min-width: 1024px) {
    #section-process .box-process .box-step .image {
        top: -38%;
    }
}
@media (min-width: 1280px) {
    #section-process .box-process .box-step .image {
        top: -42%;
    }
}
@media (min-width: 1440px) {
    #section-process .box-process .box-step .image {
        top: -50%;
    }
}

@media (max-width: 767px) {
    #section-process {
        padding: 40px 0px;
    }
    #section-process .box-flex-center {
        display: flex;
        justify-content: center;
    }
    #section-process .box-process {
        display: flex;
        width: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    #section-process .box-step {
        display: flex;
        padding: 64px 16px 32px 16px;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 1px 7px 24px 0px rgba(80, 93, 115, 0.10);
    }
}
@media (min-width: 768px) {
    #section-process {
        padding: 40px 0px;
    }
    #section-process .box-process {
        display: flex;
        width: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    #section-process .box-flex-center {
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    #section-process .box-process {
        display: flex;
        flex-direction: row;
        width: unset;
        align-items: center;
        gap: 16px;
        justify-content: space-between;
    }
}
@media (max-width: 1023px) {
    #section-process .ar-down {
        display: block;
    }
    #section-process .ar-right {
        display: none;
    }
}
@media (min-width: 1024px) {
    #section-process .ar-down {
        display: none;
    }
    #section-process .ar-right {
        display: block;
    }
}

/* ============================== Section: Photography Product Service ================================== */
#section-service-product {
    padding-bottom: 80px;
    padding-top: 80px;
    overflow: hidden;
}
#section-service-product .head {
    margin-bottom: 32px;
}
#section-service-product .box-service .owl-carousel .card {
    /* border: 1px solid transparent; */
    background: #FFF;
    border-radius: 16px;
    box-shadow: 1px 16px 24px 0px rgba(93, 128, 159, 0.10);
}
#section-service-product .box-service .owl-carousel .owl-stage-outer {
    overflow: unset !important;
}
#section-service-product .box-service .owl-carousel .card img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}
#section-service-product .box-service .owl-carousel .card .content {
    display: flex;
    padding-top: 24px;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}
#section-service-product .box-service .owl-carousel .card .content .box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
}
#section-service-product .box-service .owl-carousel .card .content .box-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
#section-service-product .owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #000 !important;
}
#section-service-product  .owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    background: unset !important;
}
#section-service-product .container:nth-child(3) {
    position: relative;
    margin-top: 20px;
}
#section-service-product  .custom-prev {
    position: absolute;
    top: 10%;
    left: 4%;
}
#section-service-product  .custom-next {
    position: absolute;
    top: 10%;
    right: 4%;
}

@media (max-width: 1023px) {
    #section-service-product {
        padding-bottom: 40px;
        padding-top: 40px;
        overflow: hidden;
    }
    #section-service-product .head {
        margin-bottom: 32px;
    }
    #section-service-product .container:nth-child(2) {
        width: 55%;
        padding: 0px;
    }
    #section-service-product .visible-nav {
        display: block;
    }
}
@media (max-width: 767px) {
    #section-service-product .container:nth-child(3) {
        width: 90%;
        padding: 0px;
    }
    #section-service-product .container:nth-child(2) {
        width: 90%;
        padding: 0px;
    }
    #section-service-product .container:nth-child(1) {
        position: relative;
    }
    #section-service-product .background {
        position: absolute;
        top: 50%;
        left: -5%;
        width: 300px;
        z-index: -1;
    }
    #section-service-product .visible-nav {
        display: block;
    }
}
@media (min-width: 768px) {
    #section-service-product .container:nth-child(1) {
        position: relative;
    }
    #section-service-product .background {
        position: absolute;
        top: 0;
        left: -5%;
        width: 300px;
        z-index: -1;
    }
    #section-service-product .visible-nav {
        display: block;
    }
}
@media (min-width: 1024px) {
    #section-service-product .container:nth-child(1) {
        position: relative;
    }
    #section-service-product .background {
        position: absolute;
        top: 0;
        left: -2%;
        width: 300px;
        z-index: -1;
    }
    #section-service-product .visible-nav {
        display: none;
    }
}
@media (min-width: 1280px) {
    #section-service-product .container:nth-child(1) {
        position: relative;
    }
    #section-service-product .background {
        position: absolute;
        top: 0;
        left: -5%;
        width: 300px;
        z-index: -1;
    }
    #section-service-product .visible-nav {
        display: none;
    }
}
@media (min-width: 1440px) {
    #section-service-product .container:nth-child(1) {
        position: relative;
    }
    #section-service-product .background {
        position: absolute;
        top: 0;
        left: -21%;
        width: 300px;
        z-index: -1;
    }
    #section-service-product .visible-nav {
        display: none;
    }
}

/* ============================== Section: Photography profile Service ================================== */
#section-service-profile {
    position: relative;
    margin-bottom: 80px;
}
#section-service-profile .head {
    margin-bottom: 32px;
}
#section-service-profile .box-service .card .content {
    display: flex;
    padding-top: 24px;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}
#section-service-profile .box-service .card .content .box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
}
#section-service-profile .box-service .card .content .box-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
#section-service-profile .note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 32px;
}
 
@media (max-width: 767px) {
    #section-service-profile .note {
        flex-direction: column;
    }
    #section-service-profile .note ol {
        padding-left: 15px;
    }
    #section-service-profile {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    #section-service-profile .background {
        position: absolute;
        top: 10%;
        right: 0%;
        width: 300px;
        z-index: -1;
    }
    #section-service-profile .box-service .card {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 1px 16px 34px 0px rgba(93, 128, 159, 0.16);
    }
    #section-service-profile .box-service .card .image {
        overflow: unset;
        justify-content: center;
        flex-grow: 1;
    }
    #section-service-profile .box-service .card .cover {
        width: 100%;
        object-fit: cover;
        object-position: 0% 0%;
    }
    #section-service-profile .box-service .card .content {
        display: flex;
        padding-top: 24px;
        padding-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex-grow: 1;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content .box-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        padding-left: 15%;
        padding-right: 15%;
    }
    #section-service-profile .box-service .object-shirt {
        display: none;
    }
    #section-service-profile .box-service .object-pant {
        display: none;
    }
}
@media (min-width: 768px) {
    #section-service-profile .note {
        flex-direction: row;
    }
    #section-service-profile {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    #section-service-profile .background {
        position: absolute;
        top: 7%;
        right: 0%;
        width: 300px;
        z-index: -1;
    }
    #section-service-profile .box-service .card {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 1px 16px 34px 0px rgba(93, 128, 159, 0.16);
    }
    #section-service-profile .box-service .card .image {
        overflow: unset;
        justify-content: center;
        flex-grow: 1;
    }
    #section-service-profile .box-service .card .cover {
        width: 100%;
        object-fit: cover;
        object-position: 0% 0%;
    }
    #section-service-profile .box-service .card .content {
        display: flex;
        padding-top: 24px;
        padding-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex-grow: 1;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content .box-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        padding-left: 15%;
        padding-right: 15%;
    }
    #section-service-profile .box-service .object-shirt {
        display: none;
    }
    #section-service-profile .box-service .object-pant {
        display: none;
    }
}
@media (min-width: 1024px) {
    #section-service-profile {
        margin-bottom: 80px;
    }
    #section-service-profile .background {
        position: absolute;
        top: 0;
        right: 0%;
        width: 300px;
        z-index: -1;
    }
    #section-service-profile .head {
        margin-bottom: 32px;
    }
    #section-service-profile .box-service .card {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 1px 16px 34px 0px rgba(93, 128, 159, 0.16);
    }
    #section-service-profile .box-service .card .image {
        display: flex;
        overflow: hidden;
        position: relative;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content {
        display: flex;
        padding-top: 24px;
        padding-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content .box-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        padding-left: 16px;
        padding-right: 16px;
    }
    #section-service-profile .box-service .card .content .box-price {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    #section-service-profile .note {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        margin-top: 32px;
    }
    #section-service-profile .note {
        flex-direction: row;
    }
    #section-service-profile .box-service .card .cover {
        width: 135%;
        object-fit: cover;
        overflow: unset;
        object-position: 0% 0%;
    }
    #section-service-profile .box-service {
        position: relative;
    }
    #section-service-profile .box-service .object-shirt {
        display: block;
        position: absolute;
        z-index: 1;
        width: 150px;
        top: 32%;
        left: -4%;
    }
    #section-service-profile .box-service .object-pant {
        display: block;
        position: absolute;
        z-index: 1;
        width: 150px;
        top: 43%;
        right: 45%;
    }
    #section-service-profile .animated-object-shirt {
        animation: animated-object-shirt 1s;
    }
    @keyframes animated-object-shirt {
        0% {
            left: calc(-4% + 2%);
            opacity: 0;
        }
        100% {
            left: -4%;
            opacity: 1;
        }
    }
    #section-service-profile .animated-object-pant {
        animation: animated-object-pant 1s;
    }
    @keyframes animated-object-pant {
        0% {
            right: calc(45% + 2%);
            opacity: 0;
        }
        100% {
            right: 45%;
            opacity: 1;
        }
    }
}
@media (min-width: 1280px) {
    #section-service-profile {
        margin-bottom: 80px;
    }
    #section-service-profile .background {
        position: absolute;
        top: 0;
        right: 0%;
        width: 300px;
        z-index: -1;
    }
    #section-service-profile .head {
        margin-bottom: 32px;
    }
    #section-service-profile .box-service .card {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 1px 16px 34px 0px rgba(93, 128, 159, 0.16);
    }
    #section-service-profile .box-service .card .image {
        display: flex;
        overflow: hidden;
        position: relative;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content {
        display: flex;
        padding-top: 24px;
        padding-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content .box-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        padding-left: 16px;
        padding-right: 16px;
    }
    #section-service-profile .box-service .card .content .box-price {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    #section-service-profile .note {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        margin-top: 32px;
    }
    #section-service-profile .note {
        flex-direction: row;
    }
    #section-service-profile .box-service .card .cover {
        width: 110%;
        overflow: unset;
        object-fit: cover;
        object-position: 0% 0%;
    }
    #section-service-profile .box-service {
        position: relative;
    }
    #section-service-profile .box-service .object-shirt {
        display: block;
        position: absolute;
        z-index: 1;
        width: 150px;
        top: 28%;
        left: -6%;
    }
    #section-service-profile .box-service .object-pant {
        display: block;
        position: absolute;
        z-index: 1;
        width: 150px;
        top: 43%;
        right: 43%;
    }
    #section-service-profile .animated-object-shirt {
        animation: animated-object-shirt 1s;
    }
    @keyframes animated-object-shirt {
        0% {
            left: calc(-6% + 2%);
            opacity: 0;
        }
        100% {
            left: -6%;
            opacity: 1;
        }
    }
    #section-service-profile .animated-object-pant {
        animation: animated-object-pant 1s;
    }
    @keyframes animated-object-pant {
        0% {
            right: calc(43% + 2%);
            opacity: 0;
        }
        100% {
            right: 43%;
            opacity: 1;
        }
    }
}
@media (min-width: 1440px) {
    #section-service-profile {
        margin-bottom: 80px;
    }
    #section-service-profile .background {
        position: absolute;
        top: 0;
        right: 0%;
        width: 300px;
        z-index: -1;
    }
    #section-service-profile .head {
        margin-bottom: 32px;
    }
    #section-service-profile .box-service .card {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 1px 16px 34px 0px rgba(93, 128, 159, 0.16);
    }
    #section-service-profile .box-service .card .image {
        display: flex;
        overflow: hidden;
        position: relative;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content {
        display: flex;
        padding-top: 24px;
        padding-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
    }
    #section-service-profile .box-service .card .content .box-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        padding-left: 16px;
        padding-right: 16px;
    }
    #section-service-profile .box-service .card .content .box-price {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    #section-service-profile .note {
        flex-direction: row;
    }
    #section-service-profile .box-service .card .cover {
        width: 100%;
        object-fit: cover;
        object-position: 0% 0%;
    }
    #section-service-profile .box-service {
        position: relative;
    }
    #section-service-profile .box-service .object-shirt {
        display: block;
        position: absolute;
        z-index: 1;
        width: 180px;
        top: 22%;
        left: -6%;
    }
    #section-service-profile .box-service .object-pant {
        display: block;
        position: absolute;
        z-index: 1;
        width: 180px;
        top: 38%;
        right: 40%;
    }
    #section-service-profile .animated-object-shirt {
        animation: animated-object-shirt 1s;
    }
    @keyframes animated-object-shirt {
        0% {
            left: calc(-6% + 2%);
            opacity: 0;
        }
        100% {
            left: -6%;
            opacity: 1;
        }
    }
    #section-service-profile .animated-object-pant {
        animation: animated-object-pant 1s;
    }
    @keyframes animated-object-pant {
        0% {
            right: calc(40% + 2%);
            opacity: 0;
        }
        100% {
            right: 40%;
            opacity: 1;
        }
    }
}
/* CSS For FireFox */
@-moz-document url-prefix() {
    @media (max-width: 767px) {
        #section-service-profile .box-service .card .cover {
            width: 100vw;
            object-fit: cover;
            object-position: 0% 0%;
        }
    }
    @media (min-width: 768px) {
        #section-service-profile .box-service .card .cover {
            width: 100vw;
            object-fit: cover;
            object-position: 0% 0%;
        }
    }
    @media (min-width: 1024px) {
        #section-service-profile .box-service .card .cover {
            width: 70vw;
            object-fit: cover;
            object-position: 0% 0%;
        }
    }
    @media (min-width: 1280px) {
        #section-service-profile .box-service .card .cover {
            width: 70vw;
            object-fit: cover;
            object-position: 0% 0%;
        } 
    }
    @media (min-width: 1440px) {
        #section-service-profile .box-service .card .cover {
            width: 800px;
            object-fit: cover;
            object-position: 0% 0%;
        }
    }
}

/* ============================== Section: Photography Contact Service ================================== */
#section-service-contact {
    background-color: #F8F9FA;
    padding: 40px 0;
}
#section-service-contact .box-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#section-service-contact .box-contact .line-contact .line {
    width: 200px;
}
@media (max-width: 1023px) {
    #section-service-contact .box-contact {
        flex-direction: column;
    }
}

/* ============================== Section: Photography Other Service ================================== */
#section-service-other{
    margin-bottom: 50px;
}
#section-service-other .txt-header{
    margin-top: 60px;
    font-size: 60px;
    margin-bottom: 40px;
}

#section-service-other .content{
    margin-bottom: 30px;
}
#section-service-other .phone-hidden{
    display:none;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #section-service-other .intro-head{
        margin:40px auto;
        font-size: 52px;
    }
    #section-service-other .txt-header{
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #section-service-other .intro-head{
        font-size: 52px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #section-service-other .txt-header{
        font-size: 38px;
        margin-bottom: 50px;
    }

    #section-service-other{
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 767px){
    .pc-hidden{
        display: none;
    }
    #section-service-other .phone-hidden{
        display:contents;
    }
    #section-service-other .intro-head{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #section-service-other .txt-header{
        font-size: 38px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

/* mobile */
#section-service-other {
    overflow: hidden;
}
#section-service-other .item {
    position: relative;
    text-align: center;
}
#section-service-other .item .textBox{
    position: relative;
    height: 100%;
}
#section-service-other .owl-dots .owl-dot span {
    background-color: #a2a2a2;
}
#section-service-other .owl-dots .owl-dot.active span,
#section-service-other .owl-dots .owl-dot:hover span {
    background-color: #4285f4;
}
#section-service-other .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 30px;
}

@media only screen and (min-width: 1367px) {
    
    #section-service-other .intro-head{
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    #section-service-other {
        margin-top: 20px;
    }
    #section-service-other .intro-head{
        margin-bottom: 40px;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #section-service-other {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}