/* cover */
.cover {
    position: relative;
    height: 950px;
    width: 100%;
    z-index: 2;
    background-color: #000000;

}

.cover .w {
    height: 100%;
}

.cover_bd {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-self: center;
    align-items: center;
}

.bg_1 {
    background: url(../images/cover-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_2 {
    background: url(../images/cover-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_3 {
    background: url(../images/cover-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


.cover_bd_content_1 p:nth-child(1) {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}

.cover_bd_content_1 p:nth-child(2) {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
}

.cover_bd_content_1 p:nth-child(3) {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
}

.cover_bd_content_1 p:nth-child(4) {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 60px;
    font-family: 'Jost', sans-serif
}

.cover_bd_content_1_a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.cover_bd_content_1_a a:nth-child(1) {
    padding: 18px 30px;
    font-size: 12px;
    background-color: #e18731;
    color: #ffffff;
}

.cover_bd_content_1_a a:nth-child(2) {
    padding: 14px 26px;
    font-size: 12px;
    border: 4px solid #ffffff;
    color: #ffffff;

}


.cover_bd_content_1 {
    width: 100%;
    text-align: center;
}

@keyframes floatAnimation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes floatAnimationUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}




@media (max-width: 1024px) {

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 60px;
    }

}


@media (max-width: 820px) {

    .cover_bd_content_1 p:nth-child(2) {
        font-size: 72px;
        font-weight: 700;

        margin-bottom: 20px;
    }

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 60px;
    }

}

@media (max-width: 768px) {

    .cover_bd_content_1 p:nth-child(2) {
        font-size: 56px;
        font-weight: 700;

        margin-bottom: 20px;
    }

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 60px;
    }

}

@media (max-width: 576px) {

    .cover {
        position: relative;
        height: 100vh;
        width: 100%;

        background-size: cover;
        background-position: center center;
        z-index: 2;

    }


    .cover_bd_content_1 p:nth-child(1) {
        font-size: 14px;
        color: #ffffff;

        font-weight: 700;
        letter-spacing: 3px;
        margin-bottom: 20px;
        text-align: center;
    }

    .cover_bd_content_1 p:nth-child(2) {
        font-size: 36px;
        font-weight: 700;

        margin-bottom: 20px;
        text-align: center;
    }

    .cover_bd_content_1 p:nth-child(3) {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .cover_bd_content_1_a a:nth-child(1) {
        padding: 18px 30px;
        font-size: 12px;
        background-color: #e18731;
        color: #ffffff;

    }

    .cover_bd_content_1_a a:nth-child(2) {
        padding: 14px 26px;
        font-size: 12px;
        border: 4px solid #ffffff;
        color: #ffffff;
        display: none;
    }

    .cover_bd_content_1_a {
        display: flex;
        align-items: center;
        column-gap: 0px;
        justify-content: center;

    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-pagination,
.swiper .swiper-button-prev,
.swiper .swiper-button-next,
.swiper .swiper-scrollbar {
    opacity: 0;
}


/*===================== Product About Section =================*/
.float-left {
    float: left;
}

.about-us-section {
    background-color: #fff;
}

.about-us-section .text {
    width: 55%;
}

.about-us-section .text a {
    width: 210px;
    line-height: 50px;
    color: #e18731;
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e18731;
}

.about-us-section .img-box {
    width: 45%;
    text-align: right;
    position: relative;

}


.about-us-section .img-box img {
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
}

.about-us-section.style-two .text {
    margin: 85px 0 0 0;
}



.theme-title {
    position: relative;
    padding: 14px 0 0 19px;
}


.about-main-content .theme-title h5 {
    font-size: 32px;
    color: #e18731;
    font-family: 'Space Grotesk', sans-serif;
}

.about-main-content .theme-title::before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 2px solid #e18731;
    border-top: 2px solid #e18731;
}

.about-main-content .theme-title h3 {
    font-size: 90px;
    font-family: 'Space Grotesk', sans-serif;
    color: #e18731;
}

.about-us-section .about-main-content .text p {
    margin: 25px 0 20px 0;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-us-section .about-main-content .img-box::before {
        border-right: 440px solid transparent;
    }
}

@media (max-width:1280px) {
    .about-us-section .text {
        width: 50%;
    }

    .about-us-section .img-box {
        width: 45%;
        justify-self: end;
        text-align: right;
    }

    .about-us-section .img-box img {
        width: 450px;
        justify-self: end;
        text-align: right;
        margin-left: 20px;
    }
}

@media (max-width:1024px) {
    .about-main-content .theme-title h3 {
        font-size: 66px;
        ;
    }
}

@media (max-width:991px) {
    .about-main-content .text {
        width: 100%;
    }

    .about-us-section .img-box img {
        margin-left: 00px;
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .about-main-content .theme-title h3 {
        font-size: 40px;
    }

    .about-us-section .text a {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .about-us-section .img-box img {
        max-width: 200%;
        padding-top: 40px;
        align-items: center;
    }

    .img-box {
        align-items: center;
    }
}




/*===================== Our Project =====================*/
.project-image {
    background-color: #fff;
    padding: 100px 0;
}

.wrapper div {
    display: flex;
    justify-content: center;
}

.wrapper .items {
    display: flex;
    max-width: 720px;
    width: 100%;
    justify-content: space-between;
}

.project-image .items span {
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #e18731;
    border-radius: 50px;
    border: 2px solid #e18731;
    transition: all 0.3s ease;
}

.project-image .items span.active,
.project-image .items span:hover {
    color: #fff;
    background: #e18731;
}

.project-image .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.project-image .gallery .image {
    width: calc(100% / 4);
    padding: 10px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-image .gallery .image span {
    width: 100%;
    overflow: hidden;
}


.project-image .gallery .image img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.project-image .gallery .image:hover img {
    transform: scale(1.05);
}

.project-image .gallery .image.hide {
    display: none;
}

.project-image .gallery .image.show {
    animation: animate 0.4s ease;
}


@keyframes animate {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.project-image .gallery .image .text {
    display: block;
    padding: 10px;
    border: 1px solid #e18731;
    border-top: none;
    text-align: center;
}

.project-image .gallery .image .text h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.project-image .gallery .image .text p {
    font-size: 14px;
    margin: 10px 0;
}

.project-image .preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.project-image .preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.project-image .preview-box .details {
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-image .details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.project-image .details .title p {
    font-weight: 500;
    margin-left: 5px;
}

.project-image .details .icon {
    color: #e18731;
    font-style: 22px;
    cursor: pointer;
}

.project-image .preview-box .image-box {
    width: 100%;
    display: flex;
}

.project-image .image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.project-image .shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

.shadow.show {
    display: block;
}

@media (max-width: 1200px) {
    .project-image .gallery .image {
        width: calc(100% / 3);
    }
}

@media (max-width:991px) {
    .project-image .items span {
        font-size: 16px;
    }

    .project-image .details .title {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .project-image .gallery .image {
        width: calc(100% / 2);
    }
}

@media (max-width: 700px) {
    .wrapper div .items {
        max-width: 600px;
    }

    .project-image div .items span {
        padding: 7px 15px;
    }
}

@media (max-width: 600px) {

    .project-image .wrapper div .items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .project-image .items span {
        margin: 5px;
    }

    .project-image .gallery .image {
        width: 100%;
    }
}

.project-section {
    background-color: #fff;
    padding: 100px 0 30px;
}

.project-block {
    margin-bottom: 100px;
}

.project-block h4 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #e18731;
    font-family: 'Jost', sans-serif;
}

.project-block-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px 20px;
    justify-content: center;
}

.project-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-img img {
    width: 300px;
    padding-bottom: 10px;
    height: 100%;
    object-fit: cover;
}

.project-img p {
    font-size: 16px;
    text-align: center;
}

@media (max-width:1420px) {
    .project-block-img {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:991px) {
    .project-block-img {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .project-img img {
        width: 250px;
    }

    .project-img p {
        font-size: 14px;
    }
}

@media (max-width:1420px) {
    .project-block-img {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:825px) {
    .project-block h4 {
        font-size: 20px;
    }

    .project-block-img {
        grid-template-columns: 1fr 1fr;
    }

    .project-img img {
        width: 300px;
    }

    .project-img p {
        font-size: 14px;
    }
}

@media (max-width:660px) {
    .project-img img {
        width: 220px;
    }

    .project-img p {
        font-size: 12px;
    }
}

@media (max-width:500px) {
    .project-img img {
        width: 300px;
    }

    .project-block-img {
        grid-template-columns: 1fr;
    }

}

@media (max-width:350px) {
    .project-img img {
        width: 250px;
    }

    .project-block h4 {
        font-size: 18px;
    }
}


/*  */
.support-block {
    background-color: #fff;
    margin-top: -20px;
    padding-bottom: 80px;
}

.support-block h4 {
    font-size: 30px;
    color: #e18731;
    font-family: 'Jost', sans-serif;
    padding-bottom: 20px;
}

.support-block img {
    width: 100%;
}

.collapsible-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

.collapsible {
    background-color: #e18731;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
}

.active,
.collapsible:hover {
    background-color: #d1731b;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.content ul {
    padding: 10px;
}

.content ul li {
    font-size: 16px;
    padding: 5px 0;
}

@media (max-width:825px) {
    .support-block h4 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .collapsible-section {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

@media (max-width:350px) {
    .support-block h4 {
        font-size: 18px;
    }

    .collapsible {
        font-size: 14px;
    }

    .content ul li {
        font-size: 14px;
    }
}