/* icon */
@import url("bootstrap-icons.min.css");

/* font */

@import url('css2.css');

body {
    overflow-x: hidden;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Outfit';
    color: #000;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/loader.gif') 50% 50% no-repeat #ffffff;
    background-size: 8rem;
}

h2 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 70px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 26px;
    line-height: 36px;
}

li {
    list-style: none;
}

.all-margin {
    margin: 150px 0;
}

.top-margin {
    margin-top: 150px;
}

.bottom-margin {
    margin-bottom: 150px;
}

.all-padding {
    padding: 150px 0;
}

.color {
    color: #d3aa68;
}

.bg-color {
    background-color: #d3aa68;
}

.border-color {
    border-color: #d3aa68 !important;
}

.btn {
    font-size: 14px;
    line-height: 24px;
    color: #d3aa68;
}

.bg-btn {
    background-color: #d3aa68;
    color: #ffff;
    padding: 15px 45px;
    transition: all .4s ease-out 0s;
}

.bg-btn:hover {
    background-color: transparent;
    color: #d3aa68;
}

/* banner */

.banner img {
    width: 100%;
}

.banner .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .img-inner .img img {
    width: 100%;
}

.banner .slider-img {
    height: 923px;
}

/* header */

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    font-size: 13px;
    background-color: #111111;
}

.navbar .container-fluid {
    max-width: 100%;
    padding: 0 46px;
    overflow-x: hidden;
}

.navbar .btn {
    font-size: 13px;
    color: #ffff;
}

.navbar a {
    color: #ffff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.navbar a:hover {
    color: #d3aa68;
}

.navbar .nav-item .dropdown .btn {
    padding: 25px 20px !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu a {
    font-size: 13px;
    font-weight: 600;
}

.navbar .dropdown-menu {
    background-color: #d3aa68;
    color: #000;
    width: 200px;
    height: 267px;
    position: absolute;
    top: 99%;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 1em;
    transition: all .3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #000;
}

.navbar input {
    background-color: transparent;
    outline: none;
}

.navbar input::placeholder {
    opacity: 100%;
    color: #888888;
    font-size: 14px;
}

.navbar .col-5 .main-modal-index input {
    width: 15%;
}

.navbar .col-5 .main-modal input {
    width: 50%;
}

.modal-backdrop {
    position: relative;
    background-color: transparent;
}

.modal .modal-header .btn-close {
    opacity: 100%;
    box-shadow: none;
}

.modal .modal-body input {
    box-shadow: none; 
    display: block;
}

.modal .modal-body input::placeholder {
    opacity: 100%;
    color: #000;
    font-size: 14px;
}

.modal .modal-body a {
    color: #000;
    transition: all .3s ease-in-out;
}

.modal .modal-body a:hover {
    color: #d3aa68;
}

/* offcanvas */

.offcanvas .btn-close {
    height: 2em;
    opacity: 100%;
    box-shadow: none;
}

.offcanvas .btn {
    position: relative;
    left: 51%;
}

.offcanvas .btn.show {
    transform: rotate(180deg) !important;
    margin-left: 3rem !important;
}

.offcanvas {
    padding: 0 1rem;
    font-size: 14px;
    line-height: 24px;
    z-index: 99999;
    width: 300px !important;
}

.offcanvas li {
    font-size: 14px;
    line-height: 24px;
}

.offcanvas .dropdown {
    overflow-x: hidden;
}

.offcanvas .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu.show {
    position: relative !important;
    transform: translate(13px, -12px) !important;
}


/* about */

.about h2 {
    margin-bottom: 32px;
}

.about img {
    width: 100%;
}

/* price */

.price span {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(234, 234, 234);
    margin-left: 22px;
    margin-right: 22px;
    flex-grow: 1;
    transform: translateY(-22px);
}

.price h2 {
    margin-bottom: 42px;
}

.price a {
    color: #000;
    transition: all .2s ease-out 0s;
}

.price a:hover {
    color: #d3aa68;
}

.price .part {
    margin-left: 30px;
}

.price img {
    width: 100%;
}

/* client */

.client {
    height: 478px;
}

.client .container {
    transform: translateY(7rem);
}

.client .owl-carousel .owl-item img {
    width: auto;
}

/* img */

.fix-img {
    background-attachment: fixed;
    background-position: center;
}

.img-section {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}

.img-section .black-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.img-section .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-section .text p {
    font-size: 19px;
    line-height: 29px;
}

.img-section .text h2 {
    font-size: 70px;
    line-height: 80px;
    padding: 3rem 0;
}

/* services */

.services .container {
    background: #fff;
    transform: translateY(-82px);
    padding: 7rem 3rem;
}

.services img {
    width: 65px;
    color: #d3aa68;
}

/* pick */

.pick {
    margin-top: 25px;
}

.pick .img .pick-img {
    overflow: hidden;
}

.pick .img .pick-img img {
    height: 380px;
    object-fit: cover;
    transform: scale(1);
    transition: all .2s ease-out 0s;
}

.pick .img:hover .pick-img img {
    transform: scale(1.1);
}

/* video */

.video video {
    height: 824px;
}

/* questions */

.questions .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.questions .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

.questions .accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
    background-color: #d3aa68;
}

.questions .accordion-button {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
    background-color: #f5f5f5;
}

.questions .accordion-button:focus {
    box-shadow: none;
}

.questions .accordion-button::after {
    background-image: url('../image/plus-sign.png');
}

.questions .accordion-button:not(.collapsed)::after {
    background-image: url('../image/minimize.png');
}

/* blog */

.blog h3 {
    color: #000;
    transition: all .3s ease-in-out;
}

.blog h3:hover {
    color: #d3aa68;
}

.blog .img .blog-img {
    overflow: hidden;
}

.blog .img .blog-img img {
    width: 100%;
    height: 250px;
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.blog .img:hover .blog-img img {
    transform: scale(1.1);
}

.blog .bg-box {
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.blog .bg-box:hover {
    background-color: #d3aa68;
    opacity: 40%;
}

.blog .btn {
    font-size: 17px;
    padding: 7px 23px;
    transform: translateY(-38px);
    cursor: auto;
    position: absolute;
    right: 0;
}

/* footer */

.footer {
    padding-top: 105px;
}

.footer input {
    outline: none;
    background-color: #f5f5f5;
    min-height: 50px;
    min-width: 452px;
}

.footer input::placeholder {
    opacity: 100%;
}

.footer .footer-btn {
    padding: 0;
    min-height: 50px;
}

.footer ul {
    color: #000;
    padding: 75px 0;
}

.footer a {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    padding: 0 18px;
    transition: all .2s ease-out 0s;
}

.footer a:hover {
    color: #d3aa68;
}

.footer-end {
    font-size: 16px;
    line-height: 26px;
    background-color: #f5f5f5;
}

.footer .fix-btn .btn {
    background-color: #d3aa68;
    color: #000;
    margin: 0;
    padding: 4px 10px;
    bottom: 2%;
    right: 1%;
    z-index: 999;
}

/* inner-page-top */

.top-img {
    background-image: url('../image/parr-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.top-bg {
    background-color: #111111;
    min-height: 400px;
}

.top {
    height: 100px;
}

.top .top-text {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.top .h2-80 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 18px;
}

.top i {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 2px;
}

.top p {
    font-size: 14.45px;
    line-height: 23.1167px;
}

.top a {
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.top a:hover {
    color: #d3aa68;
}

/* team-page----------------------------------------- */

.team-page img {
    width: auto;
}

.team-page .team-icon .icon-box {
    width: 35px;
    height: 35px;
}

.team-page .team-icon a {
    transform: translateY(4px);
}

.team-page .team-row {
    margin-top: 50px;
}

.team-page .col-4 {
    padding: 0px;
}


/* coming-page----------------------------------------- */

.coming-bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../image/comming.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#timer {
    font-family: 'Outfit';
    margin: 3.2rem 0 3rem;

    div {
        font-size: 69px;
        line-height: 79px;
        display: inline-block;
        min-width: 90px;
        font-weight: 400;
        margin: 0 4rem;

        span {
            color: #ffff;
            display: block;
            font-size: 19px;
            line-height: 29px;
            font-weight: 400;
        }
    }
}

.fix-part h2 {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
}

.fix-part .btn {
    background-color: #d3aa68;
    color: #fff;
    padding: 15px 60px;
    transition: all .2s ease-in-out;
}

.fix-part .btn:hover {
    background-color: #fff;
    color: #d3aa68;
}

/* price-page----------------------------------------- */

.price-box {
    background-color: #e5e5e5;
    width: 278px;
    height: 454px;
}

.price-page h4 {
    font-size: 60px;
    line-height: 70px;
    padding: 48px 0 32px;
}

.price-page span {
    font-size: 44.4px;
    line-height: 54.4px;
}

.price-page .btn {
    color: #000;
    padding-top: 21px;
    transition: all .2s ease-in-out;
}

.price-page .btn:hover {
    color: #d3aa68;
}

/* faq-page----------------------------------------- */

.faq-page .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.faq-page .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

.faq-page .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #fff;
    background-color: #d3aa68;
}

.faq-page .accordion-button {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
    background-color: #f5f5f5;
}

.faq-page .accordion-button:focus {
    box-shadow: none;
}

.faq-page .accordion-button::after {
    background-image: url('../image/plus-sign.png');
}

.faq-page .accordion-button:not(.collapsed)::after {
    background-image: url('../image/minimize.png');
}

/* error-page----------------------------------------- */

.error-bg {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../image/404.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fix-part {
    text-align: center;
}

.error-bg h2 {
    font-size: 200px;
    line-height: 210px;
}

.error-bg p {
    font-size: 40px;
    line-height: 50px;
}

.error.fix-part .btn {
    padding: 15px 52px;
    transition: all .2s ease-in-out;
}

.error.fix-part .btn:hover {
    background-color: transparent;
    color: #d3aa68;
}

/* blog-page----------------------------------------- */

.blog-page h3 {
    color: #000;
    transition: all .2s ease-in-out;
}

.blog-page h3:hover {
    color: #d3aa68;
}

.blog-page h5 {
    font-size: 15px;
}

.blog-page .btn {
    font-size: 13px;
    line-height: 23px;
    color: #000;
    transition: all .2s ease-in-out;
}

.blog-page .btn:hover {
    color: #d3aa68;
}

.blog-page .img .blog-img {
    overflow: hidden;
}

.blog-page .img .blog-img img {
    width: 100%;
    height: 290px;
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.blog-page .img .player-img {
    overflow: hidden;
}

.blog-page .img .player-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.blog-page .img:hover .blog-img img {
    transform: scale(1.1);
}

/* blog-inner-page */

.blog-inner .blog-img {
    position: relative;
    object-fit: cover;
}

.blog-inner .blog-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.blog-inner .rounded-circle {
    max-width: 100%;
    height: 25px;
    width: 25px;
}

.blog-inner .blog-img::after {
    content: '';
    box-shadow: inset 0px -390px 120px -235px #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.blog-inner h2 {
    font-size: 60px;
    line-height: 70px;
    text-align: start;
}

.blog-inner .uncategorized-btn {
    width: auto;
    font-size: 11.9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 0.25rem;
    margin: 0 13px 22px;
    border-radius: 0.25rem;
}

.blog-inner .part {
    font-size: 15px;
    line-height: 25px;
    margin: 30px 0;
}

.blog-inner span {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-inline: 4px;
    color: #d3aa68;
}

.blog-inner span::before {
    content: '|';
    margin: 0 .5rem;
}

.blog-inner span::after {
    content: '|';
    margin: 0 .5rem;
}

.blog-inner p {
    margin-bottom: 2rem;
}

.blog1 img {
    max-width: 100%;
    height: 736px;
    object-fit: cover;
}

.blog3 img {
    max-width: 100%;
    height: 283px;
    object-fit: cover;
}

.blog4 img {
    max-width: 100%;
    height: 373px;
    object-fit: cover;
}

.blog6 img {
    max-width: 100%;
    height: 585px;
    object-fit: cover;
}

.blog-inner .text-inner p {
    font-size: 13px;
    line-height: 23px;
    color: #666666;
}

.next {
    position: relative;
}

.next .icon {
    font-size: 80% !important;
    letter-spacing: 0.05em;
}

.next span {
    position: absolute;
    color: #cec8b2;
    left: 48.6%;
    bottom: 43%;
}

.next span::before {
    content: '|';
}

.reply p {
    font-size: 13.6px;
    line-height: 14.6px;
    font-style: italic;
    margin: .8rem 0 1.3rem;
}

.reply input {
    outline: none;
}

.reply .form-check-label {
    font-size: 90%;
    line-height: 19.8833px;
}

.reply .btn {
    font-size: 14px;
    font-weight: 500;
    color: #ffff;
    background-color: #d3aa68;
    padding: 15px 45px;
    transition: all .2s ease-in-out;
}

.reply .btn:hover {
    background-color: #000;
    color: #fff;
}

/* about-page----------------------------------------- */

.about-page .img .about-page-img {
    overflow: hidden;
    max-width: 380px;
}

.about-page .img .about-page-img img {
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-out 0s;
}

.about-page .img:hover .about-page-img img {
    transform: scale(1.1);
}

.about-page h3 {
    position: absolute;
    transform: translateY(-3.5rem);
    padding-left: 36px;
}

.about-page-img {
    position: relative;
}

.about-page-img .black-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color: #000000;
    opacity: 0%;
}

.about-page-img .black-box:hover {
    opacity: 40%;
}

/* contact-page----------------------------------------- */

.contact h2 {
    margin-bottom: 60px;
}

.contact a {
    text-decoration: none;
    color: #000;
}

.margin-50 {
    margin-bottom: 36px;
}

.contact input::placeholder,
textarea::placeholder {
    opacity: 100%;
    font-size: 16px;
}

.contact input {
    outline: none;
}

.contact form textarea {
    height: 140px;
    margin: 30px 0;
    outline: none;
}

.contact .btn {
    padding: 12px 22px;
}

.map iframe {
    width: 100%;
    height: 450px;
}


/* search-page----------------------------------------- */

.section span::before {
    margin: .7rem .4rem;
    content: "";
    background-color: #323232;
    height: .25rem;
    width: .25rem;
    border-radius: 50%;
}

.section .color::before {
    background-color: #d3aa68;
}

.section .img img {
    height: 78px;
}

.section .img-2 img {
    height: 137px;
}
.section .part .sec-img {
    overflow: hidden;
}
.section .part .sec-img img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-out 0s;
    object-fit: cover;
}
.section .part:hover .sec-img img {
    transform: scale(1.1);
}
.section .d-flex {
    font-size: 15px;
    line-height: 25px;
}
.section .Uncategorized-btn {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #000;
    transition: all .2s ease-in-out;
}
.section .Uncategorized-btn:hover {
    color: #d3aa68;
}
.section .sec-margin {
    padding: 45px 0;
}
.section h3 {
    transition: all .3s ease-in-out;
}
.section h3:hover {
    color: #d3aa68;
}
.section .btn {
    font-size: 13px;
    line-height: 23px;
    color: #000;
    transition: all .3s ease-in-out;
}
.section .btn:hover {
    color: #d3aa68;
}
/* 参赛选手画廊样式 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* 入场动画 */
@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.animate__animated {
    animation: slideUp 0.8s ease forwards;
}

.section .img img {
    height: 78px;
}

.section .img-2 img {
    height: 137px;
}

.section .part .sec-img {
    overflow: hidden;
}

.section .part .sec-img img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-out 0s;
    object-fit: cover;
}

.section .part:hover .sec-img img {
    transform: scale(1.1);
}

.section .d-flex {
    font-size: 15px;
    line-height: 25px;
}

.section .Uncategorized-btn {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #000;
    transition: all .2s ease-in-out;
}

.section .Uncategorized-btn:hover {
    color: #d3aa68;
}

.section .sec-margin {
    padding: 45px 0;
}

.section h3 {
    transition: all .3s ease-in-out;
}

.section h3:hover {
    color: #d3aa68;
}

.section .btn {
    font-size: 13px;
    line-height: 23px;
    color: #000;
    transition: all .3s ease-in-out;
}

.section .btn:hover {
    color: #d3aa68;
}

/* 横向滚动画廊样式 */
.gallery-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
    scroll-behavior: smooth;
}

.scroll-gallery {
    display: inline-flex;
    gap: 15px;
}

.gallery-item {
    position: relative;
    flex: 0 0 300px;
    transition: transform 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.gallery-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery-item {
        flex: 0 0 250px;
    }
    .gallery-img {
        height: 350px;
    }
}
.about .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .col-6 {
    display: flex;
    justify-content: center;
}