body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: SFPRODISPLAYREGULAR;
}

a {
    text-decoration: none !important;
    padding: 0;
}

ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: SFPRODISPLAYREGULAR;
    src: url(../font/SFPRODISPLAYREGULAR.OTF);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.blk-btn {
    background: black;
    color: white !important;
    border-radius: 0;
    width: 180px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    transition: all ease 0.5s;
}

.blk-btn:hover:before {
    width: 100%;
    height: 100%;
}

.blk-btn:hover:after {
    width: 100%;
    height: 100%;
}

.blk-btn:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 0%;
    background: #388b68;
    transition: all ease 0.5s;
}

.blk-btn:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    height: 0%;
    width: 0%;
    background: #388b68;
    transition: all ease 0.5s;
}

.grn-btn {
    background: #388b68;
    transition: all ease 0.5s;
}

.grn-btn:before {
    background: #000;
    right: 0;
    bottom: 0;
    transition: all ease 0.5s;
}

.grn-btn:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    height: 0%;
    width: 0%;
    background: #000;
    transition: all ease 0.5s;
}

/* header css start */

header {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
}

.navbar-brand img {
    width: 250px;
}

.top-side-num {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

/* header css end */


/* banner css start */

.banner {
    position: relative;
    z-index: 0;
    padding: 50px 0;
}

.banner-light {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.banner-carousel-banner {
    height: 700px;
    display: flex;
    align-items: center;
}

.banner-carousel-banner video {
    height: 300px;
    width: 100%;
    border: 4px solid black;
    object-fit: cover;
}

.banner-main-slider .owl-item.active.center .banner-carousel-banner video {
    /* transform: skew(-7deg, -8deg); */
    height: 765px;
    margin-top: 200px;
    clip-path: polygon(2% 5%, 100% 0%, 96% 70%, 3% 67%);
}

.drop-shadow {
    left: unset;
    right: 0;
    z-index: -2;
}

.drop-shadow img {
    width: 70%;
}


.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content-manga h1 {
    color: black;
    font-size: 60px;
    font-weight: 800;
}

.content-manga h5 {
    color: black;
    font-weight: 400;
    margin: 10px 0;
    font-size: 22px;
}


/* banner css end */

/* banner-carousel-logo css start */

.banner-carousel-logo {
    padding: 20px 0;
    background: #f3f3f3;
}

.logo-main-webtoon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-main-webtoon img {
    width: 45% !important;
}

/* banner-carousel-logo css end */

/* about-us css start */

.about-content h2 {
    color: black;
    font-size: 60px;
    font-weight: 900;
}

.back-grn {
    position: relative;
    z-index: 0;
}

.back-grn img {
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -6px;
}

.about-content h3 {
    color: black;
    font-weight: 500;
    font-size: 40px;
    margin: 15px 0;
}

.about-content p {
    color: black;
    font-weight: 500;
    margin: 25px 0;
}

.about-content .blk-btn {
    font-size: 15px;
}

.boy-through {
    overflow: hidden;
}

.boy-through img {
    animation: scalable 7s infinite linear;
}

/* about-us css end */

/* portfolio css start */

.portfolio {
    background: black;
    padding: 50px 0;
    overflow: hidden;
}

.character-box h2 {
    color: white;
    font-size: 30px;
    display: inline-block;
    font-weight: 500;
}

.character-box {
    text-align: center;
}

.recent-portfolio {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.recent-portfolio .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
}

.portfolio-box-img {
    overflow: hidden;
}

.portfolio-box-img:hover img {
    transform: scale(1.1);
    transition: all ease 0.5s;
}


.recent-portfolio .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
}

.character-box .grn-btn {
    font-size: 15px;
}

/* portfolio css end */

/* services css start */

.services-boxes {
    padding: 50px 0;
}

.work-step-content {
    text-align: center;
}

.work-step-content h3 {
    color: black;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.services-boxes .work-step-content h2 {
    color: black;
    font-weight: 600;
    font-size: 50px;
}

.service-box-video {
    margin-top: 50px;
}

.service-concept {
    text-align: start;
}

.service-concept h4 {
    color: black;
    margin: 20px 0;
    font-size: 30px;
    font-weight: 500;
}

.service-concept p {
    color: black;
    font-size: 15px;
}

/* services css end */


/* services css end */

.work-with-us {
    background: black;
    padding: 50px 0;
}


.work-step-content h2 {
    color: white;
    font-size: 50px;
}

.work-with-us .work-step-content h3 {
    color: white;
}

.box-work-content h5 {
    color: white;
    font-size: 20px;
    margin: 15px 0;
}

.box-work-content p {
    color: white;
}

.work-experience {
    padding: 15px 0;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
}

.work-experience h4 {
    color: white;
    font-size: 70px;
    font-weight: 700;
}

.work-experience h6 {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.work-step-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.work-step-box li {
    width: 30%;
    margin: auto;
    margin-top: 40px;
    border-radius: 0;
    padding: 25px 15px;
    height: 300px;
    border: 1px solid white;
    transition: all ease 0.5s;
    cursor: pointer;
}

.work-step-box li:hover {
    transition: all ease 0.5s;
    background: #388b68;
}

.work-step-box li:hover .box-work-content img {
    transform: scale(1.1);
}

.box-work-content h5 {
    color: white;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 400;
}

.box-work-content p {
    color: white;
}

/* services css end */

/* pre-production css start */

.pre-production {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.pre-production .work-step-content {
    margin-bottom: 40px;
}

.steps-scroll-container {
    height: 300px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 10px;
    position: relative;
}

/* hide scrollbar but keep functionality */
.steps-scroll-container::-webkit-scrollbar {
    width: 4px;
}

.steps-scroll-container::-webkit-scrollbar-track {
    background: #1a232b;
    border-radius: 10px;
}

.steps-scroll-container::-webkit-scrollbar-thumb {
    background: #388b68;
    border-radius: 10px;
}

.production-concept {
    position: relative;
    z-index: 0;
}

.production-concept:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 10px;
    left: 20px;
    width: 3px;
    height: 100%;
    background: #f1f1f1;
}

.pre-production .work-step-content h2 {
    color: black;
    font-weight: 600;
}

.main-concept {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 300px;
    padding: 20px 0;
    opacity: 0.3;
    transform: scale(0.95);
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    scroll-snap-align: start;
}


.main-concept.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.num-count span {
    background: #388b68;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    color: white;
    border: 2px solid white;
    box-shadow: 0 0 10px 1px #00000033;
}

.concept-content h3 {
    margin-bottom: 20px;
    color: black;
    font-weight: 500;
}

.concept-content p {
    color: black;
    font-weight: 400;
    font-size: 15px;
}

.pre-production-image {
    overflow: hidden;
}

.pre-production-art img {
    height: unset !important;
}

.pre-production-image img {
    width: 100%;
    height: 700px;
    box-shadow: 0 0 10px 1px #00000033;
    animation: scalable 7s infinite linear;

}

/* pre-production css end */

/* post-production css start */

.post-production {
    background: black;
}

.post-production .work-step-content h2 {
    color: white;
}

.post-production .work-step-content h3 {
    color: white;
}

.post-production .concept-content h3 {
    color: white;
}

.post-production .concept-content p {
    color: white;
}

/* post-production css end */

/* how-to-work css start */

.how-to-work {
    background-image: url(../images/step-by-step-back.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
}

.how-to-work .work-step-content h2 {
    color: black;
    font-weight: 600;
}

.steps-listing li h2 {
    font-family: "Bebas Neue", sans-serif;
    position: absolute;
    z-index: -1;
    font-size: 200px;
    top: -65px;
    color: #e9e9e9;
    opacity: 0.8;
}

.steps-listing {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    margin: auto;
    width: 80%;
    margin-top: 100px;
}

.steps-listing li {
    width: 20%;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.steps-listing li:hover h2 {
    color: #388b68c2;
}

.steps-listing li h5 {
    color: black;
    font-weight: 500;
    font-size: 25px;
}

.steps-listing li p {
    color: black;
    font-weight: 100;
    font-size: 13px;
    width: 75%;
    margin-top: 20px;
}

.grn-para {
    text-align: center;
    margin: auto;
    width: 27%;
    margin-top: 50px;
}

.grn-para p {
    color: #388b68;
    font-weight: 600;
    font-size: 20px;
}


/* how-to-work css end */

/* faq css start */


.faq {
    background-image: url(../images/faq-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.faq .work-step-content h3 {
    color: white;
    margin-bottom: 50px;
}

.faq-item {
    background: white;
    margin-bottom: 20px;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: black;
    font-weight: 600;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding: 0 18px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 15px;
}

.faq-answer p {
    color: #555555;
    font-size: 15px;
}


.faq-item.active .faq-answer ul {
    list-style: disc !important;
    padding-left: 1rem;
}

/* faq css end */

/* contact-section css start */

.contact-section {
    padding: 50px 0;
}

.contact-header {
    text-align: center;
}

.contact-header h2 {
    color: black;
    font-weight: 600;
    font-size: 40px;
}

.contact-header h3 {
    display: inline-block;
    color: black;
    font-size: 30px;
    margin-bottom: 40px;
}

.contact-container input {
    height: 55px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #000000;
    font-weight: 500;
}

.contact-container textarea {
    height: 55px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #000000;
    font-weight: 500;
    height: unset !important;
}

.form-submit-row .grn-btn {
    width: 100%;
    border-radius: 5px;
    height: 55px;
}

/* contact-section css end */

/* footer css start */


footer {
    background: #000000;
    padding: 80px 30px 50px 30px;
    position: relative;
    z-index: 0;
}

.footer-content h4 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-content p {
    color: #808080;
    font-weight: 500;
    font-size: 15px;
    width: 75%;
}


.footer-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.footer-content ul li a {
    background: #2f2f2f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    color: #3d3d3d;
}

.footer-content ul li:hover a {
    color: white;
}

.footer-content ul li.yt:hover a {
    background-color: #FF0000;
}

.footer-content ul li.lk:hover a {
    background-color: #0A66C2;
}

.footer-content ul li.tw:hover a {
    background-color: #1DA1F2;
}

.footer-content ul li.fb:hover a {
    background-color: #1877F2;
}

.footer-content ul li.ig:hover a {
    background-color: #ee2a7b;
}


.footer-link h5 {
    color: white;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-link ul li {
    padding: 5px 0;
}

.footer-link ul li a {
    color: #b3b3b3;
    font-weight: 500;
    font-size: 15px;
}

.footer-link p {
    color: white;
    font-weight: 300;
    font-size: 15px;
    width: 80%;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 15px 0;
}

.contact-info a {
    color: #fff;
    font-size: 18px;
}

.contact-info a i {
    font-size: 20px;
}

.chat-btn {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 10px;
}

.apps {
    display: flex;
    align-items: center;
    gap: 20px;
}

.apps img {
    width: 200px;
}

.footer-bottom p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-top: 100px;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

footer:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 120px;
    width: 100%;
    height: 2px;
    background: #2f2f2f;
}


.footer-content img {
    width: 34%;
    /* filter: brightness(0) invert(1); */
    margin-bottom: 20px;
}

.contact-info p i {
    font-size: 20px;
}
/* footer css end */

/* keyframes css start */


@keyframes scalable {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

/* keyframes css end */


/* modal  css start */

.form_main_div {
    display: flex;
    width: 100%;
    position: fixed;
    top: 150px;
    z-index: 99999999;
    display: none;
}

.form_main_div.show-modal.active {
    display: block;
}

.form_main_div .Mainbanner_form,
.process_img {
    margin: 0 auto;
}

.Mainbanner_form {
    width: 30%;
    margin-left: auto;
    background: #388b68;
    padding: 40px 30px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.banner_formHead {
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Alan Sans';
    margin: 0 0 20px;
}

.formIcon {
    height: 80px;
    justify-content: center;
    margin: 0 auto 10px;
    background: #bf3c384a;
    font-size: 25px;
}

.book_icon,
.formIcon {
    width: 80px;
    border-radius: 100%;
}

.banner_formHead span {
    display: block;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}

.banner_feild {
    background: #eee;
    padding: 4px 20px;
    border-radius: 10px;
    margin: 12px 0;
}

.feild_icon {
    color: #7d7d7d;
}

.banner_feild :is(input, textarea) {
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
}

.textarea_feild {
    align-items: flex-start;
}

.banner_feild textarea {
    height: 90px;
}

.banner_feild :is(input, textarea):focus-visible {
    box-shadow: none !important;
    border: none !important;

    outline: none;
}

.Mainbanner_form .btn {
    background-color: white;
    color: black;
}

.closePoptwo {
    right: 0;
    position: absolute;
    top: 0;
    background: white;
    color: black;
    width: 35px;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    z-index: 1;
    opacity: 1 !important;
    text-shadow: none !important;
}

.loader img {
    width: 50px;
}

/* modal  css end */