/* Header */
.hdsection .bg {
    background: url(../images/background2.png) no-repeat;
    background-size: 100% auto;
}

@media (max-width: 991px) {
    .hdsection .bg {
        background: url(../images/background2.png) no-repeat;
        background-size: auto 100%;
    }
}

.hdsection .navbar {
    height: 138px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hdsection .navbar h1 img {
    max-width: 200px;
}

.hdsection .navbar ul {
    display: flex;

}

.hdsection .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #ffffff;
}


.hdsection .navbar ul li a:hover {
    color: #ffffff;
}



.hdsection .navbar ul li .dropdown .dropdown-content a {
    color: black
}

.hdsection .navbar ul li .dropdown .dropdown-content a:hover {
    background-color: #df0b37;
    color: white;
    transition: background-color 0.5s ease-in-out;
}

.topbtn {
    height: 34px;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
    ;
    color: white;
}


.dropbtn {
    font-size: 16px;
    background: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.dropdown button span {
    font-family: 'icomoon'
}

.dropdown-content {
    border-radius: 5px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.show {
    display: block;
}

@media (max-width: 991px) {
    .hdsection .navbar ul li a {
        font-size: 14px;
        padding: 10px;
        color: #ffffff;
    }

    .hdsection .navbar .topbtn {
        height: 34px;
        padding: 0px 5px;
        border-radius: 5px;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
        ;
        color: white;
    }
}

/* Nav_side */
.side_nav {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    white-space: nowrap;
    align-items: center;
}


.side_nav h1 img {
    max-width: 250px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 30px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fd4766;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.sidenav .iconmoon {
    font-family: 'icomoon';
    font-size: 20px;
}

@media (min-width:1280px) {
    .side_nav {
        display: none;
    }
}

@media (max-width: 1280px) {
    .side_nav span {
        font-size: 30px;
    }

    .hdsection .bg .navbar {
        display: none;
    }

    @media screen and (max-height: 450px) {
        .side_nav {
            padding-top: 15px;
        }

        .side_nav a {
            font-size: 18px;
        }
    }

    @media (max-width: 576px) {

        .side_nav {
            display: flex;
            justify-content: space-between;
            padding: 15px;
            white-space: nowrap;
            align-items: center;
        }


        .hdsection .bg .navbar {
            display: none;
        }


        .side_nav span {
            font-size: 20px;
        }

        .side_nav a {
            font-size: 18px;
        }

        .side_nav h1 img {
            max-width: 100px;
        }

        .side_nav .topbtn {
            height: 25px;
            padding: 0px 10px;
            border-radius: 3px;
            font-size: 10px;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
            ;
            color: white;
        }
    }
}

/* cover */

.hdsection .bg .cover {
    max-width: 1400px;
    padding-top: 96px;
    padding-bottom: 96px;
}

.hdsection .bg .cover h1 {
    font-size: 96px;
    color: #ffffff;
    line-height: 1;
}


.hdsection .bg .cover h1 .auto-type {
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hdsection .bg .cover p {
    margin-top: 24px;
    font-size: 1.;
    color: #ffffff;
    line-height: 2;
}

.hdsection .bg .cover p .tick {
    font-family: 'icomoon';
    padding: 0px 10px;
}

section .w {
    position: relative;
}

.coverimgbd .w .coverimg {
    max-width: 1200px;
    position: absolute;
    top: -270px;
    right: -200px;
    transform: translateX(0px);
    animation: float 6s ease-out infinite;
}

.coverimgbd .w .coverimg img {
    max-width: 100%;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1800px) {

    .coverimgbd .w .coverimg {
        max-width: 1100px;
        position: absolute;
        top: -250px;
        right: -100px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }
}


@media (max-width: 1440px) {

    .coverimgbd .w .coverimg {
        max-width: 800px;
        position: absolute;
        top: -170px;
        right: 0px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }
}

@media (max-width: 1280px) {
    .coverbd .w .cover {
        padding: 80px 0px;
    }

    .coverimgbd .w .coverimg {
        max-width: 750px;
        position: absolute;
        top: -100px;
        right: 20px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }

    .hdsection .bg .cover h1 {
        font-size: 64px;
        color: #ffffff;
        line-height: 1;
    }

    .hdsection .bg .cover p {
        margin-top: 20px;
        font-size: 1;
        color: #ffffff;
        line-height: 2;
    }
}


@media (max-width: 1100px) {

    .coverimgbd .w .coverimg {
        max-width: 550px;
        position: absolute;
        top: -90px;
        right: 20px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }

}


@media (max-width: 992px) {

    .coverimgbd .w .coverimg {
        width: 650px;
        position: absolute;
        top: -100px;
        right: -0px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }

    .hdsection .bg .cover h1 {
        font-size: 64px;
        color: #ffffff;
        line-height: 1;
    }

    .hdsection .bg .cover p {
        margin-top: 20px;
        font-size: 1;
        color: #ffffff;
        line-height: 2;
    }
}

@media (max-width: 900px) {

    .coverimgbd .w .coverimg {
        width: 550px;
        position: absolute;
        top: -100px;
        right: -30px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }
}

@media (max-width: 899px) {

    .coverimgbd .w .coverimg {
        width: 450px;
        position: absolute;
        top: -100px;
        right: -20px;
        transform: translateX(0px);
        animation: float 6s ease-out infinite;
    }
}

@media (max-width: 825px) {
    .coverbd .w .cover {
        padding: 50px 0px;
    }

    .coverimgbd .w .coverimg {
        display: none;
    }
}

@media (max-width: 576px) {
    .coverbd .w .cover {
        padding: 40px 0px;
    }

    .coverimgbd .w .coverimg {
        display: none;
    }

    .hdsection .bg .cover h1 {
        font-size: 50px;
        color: #ffffff;
        line-height: 1;
    }

    .hdsection .bg .cover p {
        margin-top: 20px;
        font-size: 14px;
        color: #ffffff;
        line-height: 2;
    }

    .hdsection .bg {
        background: url(../images/background2.png) no-repeat;
        background-size: auto 100%;
    }

}




/* header2 */

.hd2section .hd2bd {
    background-color: #0e1117;
    padding-top: 96px;
    padding-bottom: 96px;
}

.hd2section .hd2bd .w h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 1.2;
    padding-bottom: 60px;
}

.hd2section .hd2bd .w h1 span {
    color: #9690a2;
}

.hd2section .hd2bd .cardbd {
    display: flex;
    justify-content: space-between;
}

.hd2section .hd2bd .cardbd li {
    width: 800px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
}

.hd2section .hd2bd .cardbd .card1 {
    background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
    color: #ffffff;
    text-align: center;
    font-size: 18px;

}

.hd2section .hd2bd .cardbd .card2 {
    background: #1e1c22;
    text-align: center;
    ;
}

.hd2section .hd2bd .cardbd .card3 {
    background: #161519;
    text-align: center;
    ;
}

.counter {
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
}

.cardbd span {
    font-size: 45px;
    font-weight: 600;
}

@media (max-width: 825px) {
    .hd2section .hd2bd {
        background-color: #0e1117;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .hd2section .hd2bd .w h1 {
        color: #ffffff;
        font-size: 35px;
        line-height: 1.2;
        padding-bottom: 60px;
    }

    .counter {
        display: inline-block;
        font-size: 30px;
        font-weight: 600;
    }

    .cardbd span {
        font-size: 30px;
        font-weight: 600;
    }

    .hd2section .hd2bd .cardbd li {
        width: 550px;
        height: 150px;
        color: #ffffff;
        font-size: 16px;
        padding-top: 35px;
    }


}

@media (max-width: 725px) {
    .hd2section .hd2bd .cardbd {
        display: flex;
        justify-content: space-between;
    }

    .hd2section .hd2bd .cardbd li {
        max-width: 550px;
        height: 150px;
        color: #ffffff;
        font-size: 14px;
    }

    .hd2section .hd2bd .cardbd .card1 {
        background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
        color: #ffffff;
        text-align: center;
        font-size: 14px;
    }

    .hd2section .hd2bd .cardbd .card2 {
        background: #1e1c22;
        text-align: center;
        ;
    }

    .hd2section .hd2bd .cardbd .card3 {
        background: #161519;
        text-align: center;
        ;
    }

    .counter {
        display: inline-block;
        font-size: 30px;
        font-weight: 600;
    }

    .cardbd span {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (max-width: 525px) {
    .hd2section .hd2bd {
        background-color: #0e1117;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .hd2section .hd2bd .w h1 {
        color: #ffffff;
        font-size: 35px;
        line-height: 1.2;
        padding-bottom: 60px;
    }

    .hd2section .hd2bd .cardbd li {
        height: 100px;
        color: #ffffff;
        font-size: 16px;
        padding-top: 15px;
    }

    .hd2section .hd2bd .cardbd li .text {
        color: #ffffff;
        font-size: 12px;
    }

    .counter {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
    }

    .cardbd span {
        font-size: 18px;
        font-weight: 600;
    }
}

/* whyus */
.whyusbd {
    padding-bottom: 90px;
    background: url(../images/vector01.png) no-repeat;
    background-size: 100%;
}

.whyusbd {
    background-color: #0e1117;
}

.whyusbd .w .whyustopbd .text h1 {
    font-size: 40px;
    color: #ffffff;
}

.whyusbd .w .whyustopbd .text h1 span {
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.whyusbd .w .whyustopbd .text p {
    font-size: 16px;
    color: #ffffff;
}

.whyusbd .w .whyustopbd {
    display: grid;
    height: 275px;
    grid-template-columns: 1fr 9fr;
}

.whyustopbd .icon img {
    margin-top: 10px;
    max-width: 50px;
}

.whyusmid {
    color: white;
    display: grid;
    grid-template-columns: 6fr 4fr;
}

.whyusmid .img {
    margin-left: 50px;
    max-width: 650px;
}

.whyusmid .img img {
    max-width: 100%;
    margin-top: 20px;
}

.whyusmid li {
    border-radius: 10px;
    max-width: 550px;
    background-color: #191919;
    /* border-image: linear-gradient(to right, #cc2b5e, #753a88) 1; */
}

.whyusmid .textbd li {
    margin: 15px 0px;
    padding: 20px;
}

.whyusmid .text h4 {
    color: #ccdae7;
}

.whyusmid .text h4 span img {
    max-width: 30px;
    margin-right: 20px;
    margin-left: 20px;
}


.whyusmid .text p {
    margin-top: 5px;
    color: #ffffff;
    font-size: 13px;
}

.hidden {
    transition: all 1.5s;
}

.show {
    opacity: 1;
    filter: blur(0);
}




@media (max-width: 1280px) {
    .whyusmid {
        color: white;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }

    .whyusbd {
        padding-bottom: 90px;
        background: url(../images/vector01.png) no-repeat;
        background-size: auto 100%;
    }

}

@media (max-width: 768px) {
    .whyusbd {
        padding-bottom: 90px;
        background: url(../images/vector01.png) no-repeat;
        background-size: auto 100%;
    }
}

@media (max-width: 575px) {

    .whyusbd .w .whyustopbd .text h1 {
        font-size: 30px;
        color: #ffffff;
    }

    .whyusbd .w .whyustopbd .text br {
        display: none;
    }


    .whyusbd {
        padding-bottom: 20px;
        background: url(../images/vector02.png) no-repeat;
        background-size: auto 100%;
    }

    .whyusmid .img {
        margin-top: 50px;
        margin-left: 0px;
    }

    .whyusbd .w .whyustopbd .text p {
        font-size: 14px;
        color: #ffffff;
        margin-top: 20px;
    }

    .whyusmid .textbd p {
        margin-top: 5px;
        color: #ffffff;
        font-size: 11px;
    }
}


/* loader */

.loader {
    padding: 100px 0px 190px 0px;
    background: url(../images/bg05.png) no-repeat;
    background-size: 100%;
}

.h1 {
    display: flex;
    justify-content: center;
}

.loader h1 {
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 20px 0px;
    font-size: 50px;
    display: inline-block;

}

.slider {
    height: 150px;
    margin: auto;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #111010;
    box-shadow:  25px 25px 50px #0f0f0f,
                 -25px -25px 50px #1a1a1a;
}

.slide-track {
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
}

.slide {
    height: 100%;
    width: 250px;
    display: flex;
    align-items: center;
}

img {
    width: 100%;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px*9));
    }
}

@media (max-width: 575px) {

    .loader {
        padding: 30px 0px;
    }

    .loader .h1 h1 {
        font-size: 30px;
    }

    .loader .p1 {
        font-size: 14px;
    }

    .slider {
        height: 120px;
        margin: auto;
        position: relative;
        display: grid;
        place-items: center;
        overflow: hidden;
        background: #111010;
        box-shadow:  25px 25px 50px #0f0f0f,
                     -25px -25px 50px #1a1a1a;
    }

    .slide {
        height: 100%;
        width: 180px;
        display: flex;
        align-items: center;
    }

    .slide1 {
        height: 100%;
        width: 180px;
        display: flex;
        align-items: center;
    }
}


/* gradient shadow */
.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(0,0,0)0%,
            rgba(255, 255, 255, 0)100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/* mid_bg */

.mid_bg {
    background: url(../images/midbg_04.png) no-repeat;
    background-size: 100%;
}

/* our service */

.service .w {
    padding-top: 100px;
}

.w .servicebd {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.service .w h1 {
    font-size: 50px;
    padding-bottom: 40px;
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.p1 {
    padding: 10px 0px 50px 0px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.servicebd li {
    width: 430px;
    margin: 20px 10px 0px 10px;
    border-radius: 30px;
    padding: 22px;
}

@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
}

:root {
    --card-width: calc(var(--card-height) / 1.5);
}

.card1 {
    color: white;
    background: #0e1117;
    width: var(--card-width);
    height: var(--card-height);
    padding: 3px;
    position: relative;
}

.card1:hover {
    transform: translateY(-5px);
    transition: transform 0.5s ease-out;
}

.card1:hover::before {
    display: none;
}

.servicebd .card1 .serviceicon {
    max-width: 70px;
}


.servicebd .card1 h2 {
    padding: 15px 0px;
}

.servicebd .card1 p {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 100;
}

.servicebd .card1::before {
    content: "";
    width: 101%;
    height: 101%;
    border-radius: 30px;
    background-image: linear-gradient(var(--rotate), #41e9e0, #65a3ff 45%, #dd3fc5);
    position: absolute;
    z-index: -1;
    top: -0.5%;
    left: -0.5%;
    animation: spin 2.5s linear infinite;
}


@keyframes spin {
    0% {
        --rotate: 0deg;
    }

    100% {
        --rotate: 360deg;
    }
}

@media (max-width: 992px) {
    .servicebd li {
        width: 430px;
        margin-bottom: 40px;
        border-radius: 30px;
        padding: 22px;
    }
}

@media (max-width: 576px) {

    .w .servicebd {
        padding-bottom: 0px;
    }

    .service {
        padding: 30px;
    }

    .service .w h1 {
        font-size: 30px;
        background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        padding: 10px;
    }

    .service .p1 {
        color: white;
        text-align: center;
        font-size: 14px;
        padding: 10px;
    }

    .servicebd li {
        min-height: 250px;
        width: 430px;
        margin-bottom: 40px;
        border-radius: 30px;
        padding: 22px;
    }

    .servicebd .card1 .serviceicon {
        max-width: 50px;
    }

    .servicebd .card1 h2 {
        font-size: 18px;
    }

    .servicebd .card1 p {
        font-size: 12px;
    }
}

/* project */
.project_bd {
    display: flex;
    padding: 180px 0px;
}

.project_bd .project_txt {
    padding: 20px 20px 20px 80px;
    order: 2;
}

.project_bd .project_txt h1 {
    font-size: 50px;
}

.project_bd .project_txt h1 span {
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project_bd .project_txt .p3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.project_bd .project_txt .p4 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.project_bd .project_img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.project_bd .project_img img {
    width: 100%;
}

.project button {
    margin-top: 20px;
    padding: 20PX 60px;
    color: #ffffff;
    background-color: none;
    background: #101010;
    border: 2px solid #343334;
    font-size: 16px;
    font-weight: 600;
    border-radius: 70px;
}

.project button:hover {
    background-color: #fd4766;
    transition: background-color 0.5s ease-out;
}

@media (max-width:1280px) {

    .project_bd {
        display: flex;
        padding: 130px 0px;
    }

}

@media (max-width: 992px) {

    .project_bd .project_txt h1 {
        margin-bottom: 20px;
    }

    .project_bd .project_txt {
        text-align: center;
        padding: 0px 0px 30px 0px
    }

    .project_bd .project_txt h1 br {
        display: none;
    }

    .project_bd {
        padding: 130px 0px;
        display: block;
    }
}

@media (max-width: 576px) {

    .project_bd {
        display: block;
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .project_bd .project_txt h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .project_bd .project_txt .p3 {
        font-size: 16px;
    }

    .project_bd .project_txt .p4 {
        font-size: 14px;
    }

    .project_bd {
        padding: 80px 0px;
        display: block;
    }

    .project_bd .project_txt h1 br {
        display: inline;
    }

    .project button {
        margin-top: 20px;
        padding: 15px 40px;
        color: #ffffff;
        background-color: none;
        background: #101010;
        border: 2px solid #343334;
        font-size: 14px;
        font-weight: 600;
        border-radius: 70px;
    }
}


/* feature*/
.featurebd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 125px;
}

.featurebd li img {
    max-width: 58px;
    max-width: 58px;
    margin-bottom: 20px;
}


.featurebd li h3 {
    margin-bottom: 19px;
}

.featurebd li {
    border-radius: 15px;
    margin: 19px 0px;
    width: 553px;
    background-color: #191919;
    padding: 53px 40px;
    transition: transform 0.5s ease-out;
    position: relative;

}

.featurebd li:hover {
    transform: translateY(-5px);
    background: linear-gradient(270deg, #41e9e1ee, #65a3ffec 45%, #dd3fc5e8);
}

.feature h1 {
    font-size: 50px;
    padding-bottom: 40px;
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.featurebd li span {
    font-family: 'icomoon';
    font-size: 65px;
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 25px;
}

.featurebd li.hover span {
    font-family: 'icomoon';
    font-size: 65px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


@media (max-width:1280px) {

    .featurebd li {
        margin: 20px 50px;
    }

    .feature .w p {
        font-size: 14px;
    }

    .featurebd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 40px;
    }

    .featurebd li:nth-child(-n-6) {
        display: none;
    }

}

@media (max-width:576px) {

    .feature_txt {
        font-size: 12px;
    }

    .feature h1 {
        font-size: 30px;
        padding-bottom: 40px;
        background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }


    .featurebd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 30px;
    }

    .featurebd li {
        padding: 20px;
        border-radius: 15px;
        margin: 10px 0px;
        width: 553px;
        background-color: #191919;
        transition: transform 0.3s ease-out;

    }


}

/* comment */
.comment {
    padding: 100px 0px;
}

.comment h1 {
    font-weight: 600;
    font-size: 54px;
    padding-bottom: 40px;
    background: linear-gradient(270deg, #41e9e0, #65a3ff 45%, #dd3fc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.comment .p1 {
    padding: 10px 0px 50px 0px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.commentbd {
    display: flex;
    justify-content: center;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    background: url(../images/left.png) no-repeat;
    background-size: 100%;
    left: -80px;
}

.wrapper i:first-child:hover {
    transform: scale(1.3) translateY(-35%);
    transition: transform 0.5s ease-out;
}

.wrapper i:last-child:hover {
    transform: scale(1.3) translateY(-35%);
    transition: transform 0.5s ease-out;
}

.wrapper i:last-child {
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
    right: -80px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
}

.carousel .card {
    padding: 40px;
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    background: #191919;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
}

.card .img img{
    width: 100px;
}

.card .img h4 {
    padding-left: 30px;
}

.card .img h4 span {
    font-size: 14px;
    font-weight: 300;
    color: #f9004d;
}

.card .card_p1 {
    font-size: 16px;
    margin-bottom: 15px;
}

.card .card_p2 {
    font-size: 16px;
    margin-bottom: 35px;
    color: #8b8e97;
}

.card .rating {
    height: 45px;
}

.card .rating img {
    max-height: 100%;
    width: auto;
}


.carousel .card .img {
    display: flex;
    margin-bottom: 20px;
}

.card .img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 1199px) {

    .wrapper i:last-child {
        display: none;
        background: url(../images/right.png) no-repeat;
        background-size: 100%;
        right: -10px;
    }

    .wrapper i:first-child {
        display: none;
        background: url(../images/left.png) no-repeat;
        background-size: 100%;
        left: -10px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

@media screen and (max-width: 576px) {

    .comment .w h1 {
        font-size: 30px;
    }

    .comment .w p {
        font-size: 14px;
    }
}



/* contactus */
.contactus .w {
    padding: 80px 0px;
    border-bottom: 1px solid #343334;
}

.contactus .w .contactusbd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactus .w .contactusbd button {
    padding: 26PX 60px;
    color: #ffffff;
    background-color: none;
    background: #101010;
    border: 2px solid #343334;
    font-size: 16px;
    font-weight: 600;
    border-radius: 70px;
}

.contactus .w .contactusbd button:hover {
    background-color: #fd4766;
    transition: background-color 0.5s ease-out;
}

@media screen and (max-width: 576px) {
    .contactus .w {
        padding: 0px 0px 60px 0px;
        border-bottom: 1px solid #343334;
    }

    .contactus .w .contactusbd {
        display: block;
        justify-content: space-between;
    }

    .contactus .w .contactusbd button {
        margin-top: 50px;
        padding: 15PX 30px;
        color: #ffffff;
        background-color: none;
        background: #101010;
        border: 2px solid #343334;
        font-size: 16px;
        font-weight: 600;
        border-radius: 70px;
    }
}



/* footer */

.col-bd {
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-bd .row1 {
    width: 400px;
}

.col-bd .row1 img {
    max-width: 300px;
    margin-bottom: 60px;
}

.link-bd li {
    margin: 7px 0px;
}

.link-bd li a {
    color: #6a686a;
}

.link-bd li:hover a {
    color: #fd4766;
    position: relative;
}

.link-bd li:hover a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fd4766;
    transition: width 0.5s ease-out 0.1s;
}

.link-bd li:hover a::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    transform: rotate(45deg);
    transform-origin: left bottom;
    transition: transform 0.5s ease-out 0.1s;
}

.link-bd li:hover a:hover::after {
    width: 100%;
}

.link-bd li:hover a:hover::before {
    transform: rotate(45deg) translate(5px, -5px);
}

.img-footer-p {
    margin: 7px 0px;
}


.col-bd p {
    color: #6a686a;
}

.col-bd h3 {
    margin-bottom: 30px;
}


@media screen and (max-width: 992px) {

    .col-bd {
        padding-top: 100px;
        padding-bottom: 0px;
        display: block;
    }

    .col-bd div {
        margin: 50px 0px;
    }

}

@media screen and (max-width: 768px) {

    .col-bd .row1 {
        width: 100%;
    }

    .col-bd .row1 img {
        width: 100%;
    }

    .col-bd .row1 p {
        width: 100%;
    }

}



/* css tips */

/* 缩放大小（丝滑版） */
/* .servicebd li:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.servicebd li:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
} */