/* Welcome Start */
.welcome {
    background: url(../images/welcome.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
   padding: 30px 0 30px 0;
    /* margin-top: 100px; */
}

@media screen and (min-width: 991px) {
    .d400-block {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .welcome {
        padding: 30px 0 30px 0;
    }
  }
  @media screen and (max-width: 991px) {
    .d400-block {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .d400-block {
      display: none;
    }
  }
  @media screen and (max-width: 576px) {
    .d400-block {
      display: none;
    }
  }
  @media screen and (max-width: 400px) {
    .d400-block {
      display: none;
    }
  }
/* 
@media screen and (max-width: 1365px) {
    .welcome {
        margin-top: 115px;
    }
}

@media screen and (max-width: 1300px) {
    .welcome {
        margin-top: 135px;
    }
}

@media screen and (max-width: 991px) {
    .welcome {
        margin-top: 85px;
    }

    .top-bar-box .top-bar-title-box {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .welcome {
        margin-top: 70px;
    }
    .top-bar-box .top-bar-title-box .title {
        font-size: 13px;
    }
    .top-bar-box .top-bar-title-box .sub-title {
        font-size: 13px;
    }
} */


.welcome .logo {
    text-align: center;
}

.welcome .top-content {
    margin-top: 50px;
    text-align: center;
    color: #fff;
}

.welcome .design-content {
    text-align: center;
    margin-top: 100px;
    position: relative;
    padding: 30px 0;
}

.welcome .design-content .line1 {
    position: absolute;
    top: 0;
    right: -30px;
}

.welcome .design-content .line2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.welcome .box {
    margin: 30px 0;
    padding: 10px 40px;
    border-radius: 80px;
    text-align: center;
    display: inline-block;
}

.welcome .box h5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}

.welcome .top-content .sp-1 {
    margin-bottom: 30px;
}

.welcome .top-content .w-btn {
    background-color: #FF8617;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 10px;
    transform: rotate(355deg);
}

.welcome .bottom-content p {
    color: rgba(255, 255, 255, 1);
    margin: 20px 0;
}

.welcome .bottom-content .feature-lists {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.welcome .bottom-content .feature-lists li {
    background: url(../images/checkmark.png) no-repeat center left;
    background-size: 20px;
    margin: 5px 10px;
}

.welcome .bg-transparent-3 {
    background-color: #091022;
    display: inline-block;
    padding: 10px;
    border: 1px dashed #fff;
    border-radius: 10px;
}

@media screen and (max-width: 567px) {
    .welcome .logo img {
        width: calc(100% - 20px);
    }

    .welcome .top-content img {
        width: 100%;
        height: 100%;
    }
}

.categories-box {
    background: url(../images/bg-1.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.categories-box .head-content {
    margin-bottom: 50px;
    text-align: center;
}

.categories-box .head-content h2 {
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    background: blue;
    padding: 30px 30px;
    display: table;
    margin: auto;
}

.categories-box .head-content .media img {
    width: 100%;
    height: 100%;
    margin-bottom: -15px !important;
}

.categories-box .card-box {
    margin-bottom: 50px;
}

.categories-box .card-box-inner {
    border-radius: 20px;
    border: 1px solid #204962;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    height: 100%;
}

.categories-box .card-box-inner p {
    margin-bottom: 10px;
    font-weight: 200;
}

.categories-box .card-box.style-1 .card-box-inner .media img {
    width: 100%;
    height: 100%;
    max-width: 50px;
}

.categories-box .card-box.style-1 .card-box-inner .media {
    margin-bottom: 10px;
    text-align: center;
}

.categories-box .card-box.style-1 .card-box-inner .content {
    margin-bottom: 10px;
    text-align: center;
}

.categories-box .count-box {
    text-align: center;
}

.count-box .bottom-content {
    text-shadow: 0px 0px 5px #ffffff;
}

.steps-box {
    background-image: url(../images/step-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    color: #fff;
}

.steps-box .steps-box-wrapper {
    border: 1px dashed rgb(39, 201, 40) !important;
    border-radius: 10px;
    padding: 30px;
    margin-top: 50px;
}

.steps-box .steps-box-wrapper .step-title {
    margin: -80px auto 20px auto;
    text-align: center;
    font-weight: 700;
    max-width: 700px;
    background: url(../images/blue-heading.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 15px 40px;
}

.steps-box .steps-box-wrapper .content .step-title p {
    margin-bottom: 0;
    text-align: center;
}

.steps-box .steps-box-wrapper .content .steps-box-inner .step-title {
    display: block;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: 600;
}

.steps-box .steps-box-wrapper .content .steps-box-inner .step-title.style-1 p {
    font-weight: 700;
    color: #000000;
}

.steps-box .steps-box-wrapper .content .steps-box-inner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.steps-box .steps-box-wrapper .steps-box-inner {
    border-bottom: 1px solid rgb(27, 194, 27);
    padding: 50px 30px;
}

.border-none {
    border: none !important;
}

.step-head-1 {
    padding: 10px 60px;
    background-color: #2c2d35 !important;
    border-radius: 10px;
    box-shadow: 5px 5px 0 0 rgb(27, 194, 27);
    font-size: 25px;
    font-weight: 700 !important;
    display: initial;
}

.steps-box .steps-box-wrapper .steps-box-inner .steps-box-title {
    color: rgb(241 225 13) !important;
    font-size: 40px;
    margin: 30px 0 !important;
}

.step-head-1 p {
    margin: 0
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-1 .step-title {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(63, 82, 255, 1) 100%);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-1 h6 {
    color: rgba(63, 82, 255, 1);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-2 .step-title {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(255, 196, 68, 1) 100%);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-2 h6 {
    color: rgba(255, 196, 68, 1);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-3 .step-title {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(31, 214, 82, 1) 100%);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-3 h6 {
    color: rgba(31, 214, 82, 1);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-4 .step-title {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(214, 43, 31) 100%);
}

.steps-box .steps-box-wrapper .content .steps-box-inner.style-4 h6 {
    color: rgb(214, 43, 31);
}

@media screen and (max-width: 991px) {
    .steps-box .steps-box-wrapper .steps-box-inner {
        padding: 50px 0;
    }

    .steps-box .steps-box-wrapper .content {
        margin-top: 30px;
    }
}

.testimonial {
    background: #EAEAEA;
    background-size: cover;
    overflow: hidden;
}

.testimonial .testimonial-wrapper .testimonial-box {
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    background: #FFF;
    border: 2px solid #DDD;
    height: 100%;
}

.testimonial .testimonial-wrapper .testimonial-box .testimonial-widgit {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.testimonial .testimonial-wrapper .testimonial-box .testimonial-widgit .media {
    margin-bottom: 20px;
}

.testimonial .testimonial-wrapper .testimonial-box .testimonial-widgit .content {
    text-align: left;
    margin-left: 20px;
}

.testimonial .testimonial-wrapper .testimonial-box .testimonial-widgit .media img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    border-radius: 0;
    object-fit: cover;
}

.testimonial .testimonial-wrapper .testimonial-box p {
    font-weight: 400;
    text-align: start;
    font-size: 18px !important;
}

.testimonial .testimonial-wrapper .testimonial-video .testimonial-video-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 3px solid rgba(113, 23, 255, 0.2);
}

.testimonial .testimonial-wrapper .testimonial-video .testimonial-video-inner .content {
    text-align: center;
    padding-top: 20px;
}

.testimonial .testimonial-wrapper .testimonial-video .testimonial-video-inner .content h6 {
    font-weight: 700;
}

.testimonial .testimonial-wrapper .testimonial-box .testimonial-widgit .content .post {
    font-size: 18px !important;
}

.industry .industry-box {
    margin-bottom: 30px;
}

.courses {
    background-size: cover;
    overflow: hidden;
}

.courses .bottom-content .card-box {
    margin-bottom: 30px;
}

.courses .card-box-inner {
    padding: 30px;
    border: 2px solid rgba(123, 112, 238, 0.5);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.stop {
    position: relative;
    z-index: 1;
    background-color: #e8e9ea;
}

.stop .stop-head-title {
    padding: 30px 0px 60px 0px;
    background: url(../images/shape-5.png) no-repeat bottom;
    background-size: cover;
    margin-bottom: 30px;
    color: #110825;
}

.stop .stop-head-title h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.stop .stop-box {
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}

.stop .stop-box p {
    font-weight: 600;
    color: #110825;
}

.do-for-you .card-box {
    background-color: rgb(0 0 0 / 30%);
    padding: 20px 20px;
    border: 5px solid rgb(0 0 0 / 20%);
    border-radius: 10px;
    height: 100%;
}

.do-for-you .card-box-inner {
    margin-top: 130px;
}

.do-for-you .card-box-inner .card-box .content p {
    font-weight: 400;
}

.do-for-you .card-box .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 200px;
}

.do-for-you .card-box .media {
    /* text-align: center; */
    margin: -130px 0 20px 0;
}

.do-for-you .dfy-btn {
    background-color: #2d3aff;
    padding: 20px;
    border-radius: 30px 0 30px 0;
    line-height: 1.3;
    border: 5px solid #fff;
}

.head-content .media img {
    width: 100%;
    height: 100%;
    margin-bottom: -150px;
}

.count-box-wrapper {
    overflow: hidden;
    color: #fff;
    margin: 50px 0;
    background: url(../images/cta-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 50px;
    border-radius: 50px;
    padding-bottom: 0;
}

.count-box-wrapper.style-1 {
    background: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.count-box-wrapper .head-box-1 {
    border: 2px dashed rgb(255, 227, 0);
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.7);
}

.transform-box {
    position: relative;
}

.transform-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #6433ff;
    z-index: -1;
}

.transform-box .transform-box-inner {
    background-color: #f3f3f3;
    border-radius: 20px;
    color: #2e2e2e;
    padding: 30px;
}

.transform-box .transform-box-inner .head-box {
    text-align: center;
    background: rgb(36, 189, 208);
    background: radial-gradient(circle, rgb(42, 209, 231) 17%, rgb(107, 93, 199) 57%, rgba(107, 93, 199, 1) 92%);
    padding: 30px;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    margin-top: -80px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #000;
}

.transform-box .head-box {
    display: flex;
    align-items: center;
}

.transform-box .head-box h2 {
    color: #fff;
}

.transform-box .head-box img {
    width: 150px;
    height: 150px;
    margin-right: 30px;
}

@media screen and (max-width: 991px) {
    .transform-box .head-box {
        display: block;
    }

    .transform-box .head-box img {
        margin-bottom: 20px;
    }
}

.introduction {
    background: url(../images/bg-6.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.introduction .bottom-content {
    text-align: center;
    margin-top: 50px;
}

.introduction .bottom-content .bg-yellow {
    background-color: #FDD551;
    color: #000;
    display: inline-block;
    padding: 10px 50px;
    font-weight: 700;
    border-radius: 30px;
    z-index: -1;
}

.learning {
    position: relative;
}

.learning:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #FFF8DF;
    z-index: -1;
}

.learning .learning-box {
    background-color: rgba(247, 244, 255, 1);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.lento-works {
    background-color: #FFF8DF;
}

.lento-works .card-box {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFA538;
    border-radius: 10px;
    padding: 30px;
}

.lento-works .card-box-wrapper .card-box {
    margin-top: 120px;
}

.lento-works .card-box-wrapper .card-box .media {
    margin-bottom: 30px;
    margin-top: -110px;
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    ;
}

.lento-works .card-box-wrapper .card-box .media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0px;
}

.lento-works .bottom-content {
    margin-top: 50px;
}

.everything .bottom-content {
    margin-top: 60px;
}

.block-box {
    position: relative;
}

.block-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #6433ff;
    z-index: -1;
}

.block-box .block-box-inner .block-box-content .card-box .media {
    margin: 10px 0;
}

.block-box .block-box-inner .block-box-content .card-box .content {
    margin: 10px 0;
    text-align: center;
}

.block-box .block-box-inner {
    background: url(../images/bg-7.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.block-box .block-box-inner .block-box-content .card-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    border: 2px solid rgba(104, 51, 255, 0.15);
    border-radius: 30px;
    height: 100%;
}

.dominate-box {
    background-color: rgba(29, 8, 126, 1);
    padding: 30px 30px;
    margin-top: -2px;
    border-radius: 0 0 30px 30px;
}

.product-points {
    background: url(../images/bg-8.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.product-points .card-box {
    padding: 50px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.product-points .card-box.style-1 {
    background-size: cover;
    overflow: hidden;
    background-color: rgba(0, 54, 26, 0.62);
    color: #fff;
    border: 1px solid #52f807;
}

.product-points .card-box.style-2 {
    background-size: cover;
    overflow: hidden;
    background-color: rgb(5, 47, 54);
    color: #fff;
    border: 1px solid #12ffd3;
}

.new-life {
    background: url(../images/bg-9.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.new-life .card-box {
    padding: 20px;
    background-color: rgba(123, 112, 238, 0.4);
    border-radius: 20px;
    border: 1px solid #FDD551;
}

.new-life .card-box h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.lento-works.style-1 .count-box {
    margin-top: 50px;
}

.will-cost {
    position: relative;
    z-index: 1;
}

.will-cost::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #1B1E22;
    z-index: -1;
}

.will-cost .card-box {
    background-color: #0066FF;
    color: #fff;
    padding: 30px;
    border-radius: 30px;
}

.act-now {
    background: url(../images/bg-4.png) no-repeat center bottom;
    background-size: cover;
    color: #fff;
}

.thinking {
    background: url(../images/bg-10.png) no-repeat center bottom;
    background-size: cover;
}

.thinking .card-box {
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #000;
    padding: 30px;
    border-radius: 30px;
}

.money-back {
    margin-top: -130px;
}

.money-back .card-box {
    background-color: #2D0976;
    color: #fff;
    padding: 40px;
    border-radius: 30px 30px 0 0;
}

.money-back .bottom-box {
    border-radius: 0 0 30px 30px;
}

.money-back .count-box {
    margin-top: 50px;
}

.access .card-box {
    background-color: #FFFFBF;
    padding: 30px;
    border-radius: 30px;
}

.timer-box {
    background: url(../images/bg-11.png) no-repeat center bottom;
    background-size: cover;
}

.introduce {
    background: url(../images/bg-12.png) no-repeat center bottom;
    background-size: cover;
    color: #fff;
}

.introduce .media {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.introduce .media img {
    width: 100%;
    height: 100%;
}

.faq {
    background: url(../images/bg-13.jpg) no-repeat center bottom;
    background-size: cover;
}

.faq .count-box {
    margin-top: 50px;
}

.faq .accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
}

.faq .accordion-button::after {
    content: none;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 700;
}

.footer {
    background-color: #110825;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.footer .footer-content .info p {
    font-size: 14px;
}

.footer .footer-link a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content {
    margin-top: 50px;
}

.footer .footer-link {
    display: flex;
}

.footer .footer-link li {
    list-style: none;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
}

.footer .footer-bottom {
    margin-top: 50px;
}

.bottom-box {
    background-color: #ffd302;
    padding: 20px 0;
    color: #110825;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.shape-4 {
    background: url(../images/shape-4.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px 100px;
    color: #1b1e22;
}

@media screen and (max-width: 768px) {
    .shape-4 {
        background: none;
        background-color: #ffd302;
        padding: 10px 10px;
        border-radius: 20px;
    }
}

.first-head-design {
    background: url(../images/first-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px;
    display: block;
    color: #fff;
}

.demo-video-box {
    background: url(../images/bg-14.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    padding: 65px 0 40px 0;
}

@media (min-width: 768px) {
    .demo-video-box {
        background: url(../images/bg-14.png) no-repeat center center;
        background-size: 100% 100%;
        color: #fff;
        padding: 200px 0 150px 0
    }

}
.courses {
    background: url(../images/bg-15.png) no-repeat center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: #fff;
}

.courses .card-box {
    margin-bottom: 40px;
}

.courses .card-box .box-1 {
    padding: 30px;
    background-color: #fff;
    color: #110825;
    border-radius: 20px;
}

.courses .card-box .box-2 {
    padding: 30px;
    background-image: linear-gradient(to bottom right, rgb(0, 50, 167) 0%, rgb(89, 139, 255) 100%);
    color: #fff;
    border-radius: 20px;
}

.cu-title {
    background-color: #2d3aff;
    padding: 20px 30px;
    color: #fff;
    border: 5px solid #000;
    border-radius: 50px 0 20px 0;
}

.intro-head {
    background: url(../images/intro-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 30px;
    display: table;
    margin: 0 auto 20px auto;
}

.aitutor-works .card-box-wrapper .card-box {
    text-align: center;
    margin-bottom: 30px;
}

.timer-box .cu-title {
    display: inline-block;
}


.action-link.action-link-lg {
    width: 100%;
    padding: 30px 0;
}

.top-bar-box .row>* {
    margin: 5px 0;
}

.top-bar-box {
    background-color: #000;
    position: fixed;
    width: 100%;
    color: #fff;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto auto;
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
}

.top-bar-box .top-logo img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
}

.top-bar-box .item .count_down {
    font-size: 30px;
    margin-bottom: 5px;
    width: 100%;
}

.top-bar-box .item h4 {
    font-size: 16px;
}

.top-bar-box .top-bar-btn {
    font-size: 15px;
    letter-spacing: 0;
    padding: 10px;
    transition: all 0.5s;
}

.top-bar-box .top-bar-btn:hover {
    animation-name: shake-slow;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.top-bar-box .title {
    font-weight: 700;
}

.top-bar-box .sub-title {
    font-weight: 400;
    font-size: 18px;
}

@keyframes shake-slow {
    2% {
        transform: translate(6px, -2px) rotate(3.5deg);
    }

    4% {
        transform: translate(5px, 8px) rotate(-0.5deg);
    }

    6% {
        transform: translate(6px, -3px) rotate(-2.5deg);
    }

    8% {
        transform: translate(4px, -2px) rotate(1.5deg);
    }

    10% {
        transform: translate(-6px, 8px) rotate(-1.5deg);
    }

    12% {
        transform: translate(-5px, 5px) rotate(1.5deg);
    }

    14% {
        transform: translate(4px, 10px) rotate(3.5deg);
    }

    16% {
        transform: translate(0px, 4px) rotate(1.5deg);
    }

    18% {
        transform: translate(-1px, -6px) rotate(-0.5deg);
    }

    20% {
        transform: translate(6px, -9px) rotate(2.5deg);
    }

    22% {
        transform: translate(1px, -5px) rotate(-1.5deg);
    }

    24% {
        transform: translate(-9px, 6px) rotate(-0.5deg);
    }

    26% {
        transform: translate(8px, -2px) rotate(-1.5deg);
    }

    28% {
        transform: translate(2px, -3px) rotate(-2.5deg);
    }

    30% {
        transform: translate(9px, -7px) rotate(-0.5deg);
    }

    32% {
        transform: translate(8px, -6px) rotate(-2.5deg);
    }

    34% {
        transform: translate(-5px, 1px) rotate(3.5deg);
    }

    36% {
        transform: translate(0px, -5px) rotate(2.5deg);
    }

    38% {
        transform: translate(2px, 7px) rotate(-1.5deg);
    }

    40% {
        transform: translate(6px, 3px) rotate(-1.5deg);
    }

    42% {
        transform: translate(1px, -5px) rotate(-1.5deg);
    }

    44% {
        transform: translate(10px, -4px) rotate(-0.5deg);
    }

    46% {
        transform: translate(-2px, 2px) rotate(3.5deg);
    }

    48% {
        transform: translate(3px, 4px) rotate(-0.5deg);
    }

    50% {
        transform: translate(8px, 1px) rotate(-1.5deg);
    }

    52% {
        transform: translate(7px, 4px) rotate(-1.5deg);
    }

    54% {
        transform: translate(10px, 8px) rotate(-1.5deg);
    }

    56% {
        transform: translate(-3px, 0px) rotate(-0.5deg);
    }

    58% {
        transform: translate(0px, -1px) rotate(1.5deg);
    }

    60% {
        transform: translate(6px, 9px) rotate(-1.5deg);
    }

    62% {
        transform: translate(-9px, 8px) rotate(0.5deg);
    }

    64% {
        transform: translate(-6px, 10px) rotate(0.5deg);
    }

    66% {
        transform: translate(7px, 0px) rotate(0.5deg);
    }

    68% {
        transform: translate(3px, 8px) rotate(-0.5deg);
    }

    70% {
        transform: translate(-2px, -9px) rotate(1.5deg);
    }

    72% {
        transform: translate(-6px, 2px) rotate(1.5deg);
    }

    74% {
        transform: translate(-2px, 10px) rotate(-1.5deg);
    }

    76% {
        transform: translate(2px, 8px) rotate(2.5deg);
    }

    78% {
        transform: translate(6px, -2px) rotate(-0.5deg);
    }

    80% {
        transform: translate(6px, 8px) rotate(0.5deg);
    }

    82% {
        transform: translate(10px, 9px) rotate(3.5deg);
    }

    84% {
        transform: translate(-3px, -1px) rotate(3.5deg);
    }

    86% {
        transform: translate(1px, 8px) rotate(-2.5deg);
    }

    88% {
        transform: translate(-5px, -9px) rotate(2.5deg);
    }

    90% {
        transform: translate(2px, 8px) rotate(0.5deg);
    }

    92% {
        transform: translate(0px, -1px) rotate(1.5deg);
    }

    94% {
        transform: translate(-8px, -1px) rotate(0.5deg);
    }

    96% {
        transform: translate(-3px, 8px) rotate(-1.5deg);
    }

    98% {
        transform: translate(4px, 8px) rotate(0.5deg);
    }

    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }
}



  
.attention-box  {
	position: relative;
}

.attention-box .attention-img img {
	/* position: absolute;
	top: -36px;
	width: 200%;
	left: -70px; */
    position: fixed;
    top: 73px;
    left: 10px;
    width: 125px;
    z-index: -1;
}


.attention-box .titles1 {
	font-size: 15px;
	background-color: #FFF500;
	padding: 5px 15px 5px 30px;
	border-radius: 4px;
	margin: auto
}


.top-box {
	/* background-color: #021D30; */
	background-color: #fff;
	padding: 5px 20px 5px 50px;
	position: fixed;
	width: 100%;
	z-index: 999;
	color: #fff;
	background-image: linear-gradient(90deg, rgb(228, 6, 19) 0%, rgb(231, 14, 255) 100%);

}

.top-box .logo-box img {
	width: 100%;
	height: 100%;
	max-width: 250px;
}

/* .top-box .btn-box {
	text-align: center;
} */

.top-box .btn-box {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.top-box .btn-box {
		text-align: center;
	}
}

.top-box .btn-box .btn {
	font-size: 20px;
	padding: 8px 70px;
}

.top-box .btn-box .btn:hover {
	animation-name: shake-slow;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

/* .top-box .top-content-section .top-title {
	letter-spacing: 4px;
	color: #fff;
	font-size: 17PX;
} */
.yellow-clr {
    color: #FFE500;
  }
.top-box .top-content-section .top-title {
	letter-spacing: 1px;
	color: #fff;
    font-size: 26PX;
  }

  @media screen and (min-width: 1200px) {
    .top-box .top-content-section .top-title {
      
        font-size: 24PX;
      }
    
  }
  @media screen and (max-width: 1200px) {
    .top-box .top-content-section .top-title {
      
        font-size: 20PX;
      }
    
  }
.top-box .top-content-section .top-title span {
	/* background-color: #de0d0d !important; */
	padding: 4px 4px;
	/* border-radius: 10px; */
}

.top-box .top-content-section .top-content {
	font-size: 15px;
	color: #fff;
}

.top-box .attention-box {
	display: flex;
	align-items: center;
}

.top-box .attention-box .titles1 {
	color: #fff;
	font-weight: 700;
}

.top-box .timer-box .item .line {
	display: block;
}

@keyframes shake-slow {
	2% {
		transform: translate(6px, -2px) rotate(3.5deg);
	}

	4% {
		transform: translate(5px, 8px) rotate(-0.5deg);
	}

	6% {
		transform: translate(6px, -3px) rotate(-2.5deg);
	}

	8% {
		transform: translate(4px, -2px) rotate(1.5deg);
	}

	10% {
		transform: translate(-6px, 8px) rotate(-1.5deg);
	}

	12% {
		transform: translate(-5px, 5px) rotate(1.5deg);
	}

	14% {
		transform: translate(4px, 10px) rotate(3.5deg);
	}

	16% {
		transform: translate(0px, 4px) rotate(1.5deg);
	}

	18% {
		transform: translate(-1px, -6px) rotate(-0.5deg);
	}

	20% {
		transform: translate(6px, -9px) rotate(2.5deg);
	}

	22% {
		transform: translate(1px, -5px) rotate(-1.5deg);
	}

	24% {
		transform: translate(-9px, 6px) rotate(-0.5deg);
	}

	26% {
		transform: translate(8px, -2px) rotate(-1.5deg);
	}

	28% {
		transform: translate(2px, -3px) rotate(-2.5deg);
	}

	30% {
		transform: translate(9px, -7px) rotate(-0.5deg);
	}

	32% {
		transform: translate(8px, -6px) rotate(-2.5deg);
	}

	34% {
		transform: translate(-5px, 1px) rotate(3.5deg);
	}

	36% {
		transform: translate(0px, -5px) rotate(2.5deg);
	}

	38% {
		transform: translate(2px, 7px) rotate(-1.5deg);
	}

	40% {
		transform: translate(6px, 3px) rotate(-1.5deg);
	}

	42% {
		transform: translate(1px, -5px) rotate(-1.5deg);
	}

	44% {
		transform: translate(10px, -4px) rotate(-0.5deg);
	}

	46% {
		transform: translate(-2px, 2px) rotate(3.5deg);
	}

	48% {
		transform: translate(3px, 4px) rotate(-0.5deg);
	}

	50% {
		transform: translate(8px, 1px) rotate(-1.5deg);
	}

	52% {
		transform: translate(7px, 4px) rotate(-1.5deg);
	}

	54% {
		transform: translate(10px, 8px) rotate(-1.5deg);
	}

	56% {
		transform: translate(-3px, 0px) rotate(-0.5deg);
	}

	58% {
		transform: translate(0px, -1px) rotate(1.5deg);
	}

	60% {
		transform: translate(6px, 9px) rotate(-1.5deg);
	}

	62% {
		transform: translate(-9px, 8px) rotate(0.5deg);
	}

	64% {
		transform: translate(-6px, 10px) rotate(0.5deg);
	}

	66% {
		transform: translate(7px, 0px) rotate(0.5deg);
	}

	68% {
		transform: translate(3px, 8px) rotate(-0.5deg);
	}

	70% {
		transform: translate(-2px, -9px) rotate(1.5deg);
	}

	72% {
		transform: translate(-6px, 2px) rotate(1.5deg);
	}

	74% {
		transform: translate(-2px, 10px) rotate(-1.5deg);
	}

	76% {
		transform: translate(2px, 8px) rotate(2.5deg);
	}

	78% {
		transform: translate(6px, -2px) rotate(-0.5deg);
	}

	80% {
		transform: translate(6px, 8px) rotate(0.5deg);
	}

	82% {
		transform: translate(10px, 9px) rotate(3.5deg);
	}

	84% {
		transform: translate(-3px, -1px) rotate(3.5deg);
	}

	86% {
		transform: translate(1px, 8px) rotate(-2.5deg);
	}

	88% {
		transform: translate(-5px, -9px) rotate(2.5deg);
	}

	90% {
		transform: translate(2px, 8px) rotate(0.5deg);
	}

	92% {
		transform: translate(0px, -1px) rotate(1.5deg);
	}

	94% {
		transform: translate(-8px, -1px) rotate(0.5deg);
	}

	96% {
		transform: translate(-3px, 8px) rotate(-1.5deg);
	}

	98% {
		transform: translate(4px, 8px) rotate(0.5deg);
	}

	0%,
	100% {
		transform: translate(0, 0) rotate(0);
	}
}

.top-box .top-content-section {
	color: #000;
}

/* .top-box .attention-box .attention-img img {
	width: 100%;
	height: 100%;
	max-width: 35px;
	margin-right: 10px;
} */

.top-box .attention-box .titles1 {
	margin-bottom: 0;
}

@media screen and (min-width: 400px) {
	.d400-block {
		display: none;
	}

	.d500-block {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	.welcome-section {
		padding-top: 110px;
	}

	.d400-block {
		display: block;
	}

	.d500-block {
		display: none;
	}
	.attention-box .title {
		font-size: 16px;
		background-color: #FFF500;
		padding: 5px 30px 5px 30px;
		border-radius: 4px;
		margin-bottom: 5px;
	}
	.title {
		line-height: 20px;
	  }
}
@media screen and (max-width: 576px) {
	.top-box .top-content-section .top-title {
	  font-size: 11px;
	}
	.top-box .top-content-section .top-title {
		letter-spacing: 3px;
		color: #fff;

	  }
	  .top-box .btn-box .btn {
		font-size: 15px;
		padding: 5px 50px;
	  }
  }

.timer-box .main {
	text-align: center;
	display: flex;
	justify-content: left;
}

.top-box .item {
	width: 60px;
	height: 50px;
	min-width: 60px;
	min-height: 50px;
	background-color: #B9B9B93B !important;
	border: 1px solid #6D6D8A;
	border: 1px solid #FFF;
}

.itmes .itmes-clr .item {
	background: #B9B9B93B !important;
	border: 1px solid #6D6D8A !important;
}

/* .top-box .item .count_down {
	font-weight: 600 !important;
	line-height: 100%;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
} */
.top-box .timer-box .item .line {
	font-size: 10px;
}

.top-box .timer-box .item h4.line {
	/* border-top: 1px solid #fff; */
	padding-top: 0px;
	margin-top: 0px;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
}

.top-box .item .count_down {
	font-weight: 600 !important;
	line-height: 100%;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0 5px 0;
}

.top-box-pd {
	padding: 0px 0px 4px 0;
}
.btn-primary:hover {
	color: #000;
	background-color: rgb(255, 236, 42);
	border-color: rgb(255, 236, 42);
}
.btn-primary {
	color: #000;
	background-color: rgb(255, 236, 42);
	border-color: rgb(255, 236, 42);
}
.bottom-margin{
    margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {

	.attention-box .attention-img img{
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	.top-box {
        padding: 0px 10px 0px 10px;
    }
	.attention-box .attention-img img{
		display: none;
	}
}