@font-face {
    font-family: "tektype";
    src: url("../font/ARKITYPE-TEKTYPE-REGULAR.OTF") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "ChakraPetch";
    src: url("../font/ChakraPetch-Light.ttf") format("TrueType");
    font-weight: 300;
}

@font-face {
    font-family: "ChakraPetch";
    src: url("../font/ChakraPetch-Regular.ttf") format("TrueType");
    font-weight: 400;
}

@font-face {
    font-family: "ChakraPetch";
    src: url("../font/ChakraPetch-Medium.ttf") format("TrueType");
    font-weight: 500;
}

@font-face {
    font-family: "ChakraPetch";
    src: url("../font/ChakraPetch-SemiBold.ttf") format("TrueType");
    font-weight: 600;
}

@font-face {
    font-family: "ChakraPetch";
    src: url("../font/ChakraPetch-Bold.ttf") format("TrueType");
    font-weight: 700;
}

body {
    font-family: "ChakraPetch";
}

body {
    padding: 20px 20px 0 20px !important;
    transition: all 0.5s;
}

.header__area-3:after {
    content: "";
    position: fixed;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 20px;
    background-color: var(--bs-border-color);
    animation: line 2s ease-in-out;
}

.header__area-3:before {
    content: "";
    position: fixed;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 20px;
    background-color: var(--bs-border-color);
    animation: line 2s ease-in-out;
}

@keyframes line {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

a {
    font-weight: 600;
}

.pluesign {
    position: absolute;
    top: -22px;
    left: 5px;
    width: 10px;
    height: 10px;
}

.canelsign {
    position: absolute;
    top: -22px;
    right: 5px;
    width: 10px;
    height: 10px;
}

.ridebtn {
    background-color: #111111;
    padding: 9px 40px;
    color: #E3DFDC;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}

.menu_list {
    position: relative;
}

.menu_list a.active:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    transform: rotate(45deg) translateY(-50%);
    background-color: #F05D22;
    left: -12px;
    top: 50%;
}

.menu_list a.active:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    transform: rotate(45deg) translateY(-50%);
    background-color: #F05D22;
    right: -9px;
    top: 50%;
}

.vidio_play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.5' height='51.5' viewBox='0 0 51.5 51.5'%3E%3Cg id='Group_13634' data-name='Group 13634' transform='translate(-59.75 -885.75)'%3E%3Cpath id='Path_244' data-name='Path 244' d='M42.98 919.775v20h20' transform='translate(17.52 -3.275)' fill='none' stroke='%23111' stroke-width='1.5'/%3E%3Cpath id='Path_247' data-name='Path 247' d='M42.98 939.775v-20h20' transform='translate(17.52 -33.275)' fill='none' stroke='%23111' stroke-width='1.5'/%3E%3Cpath id='Path_245' data-name='Path 245' d='M62.98 919.776v10h-20' transform='translate(47.52 6.724)' fill='none' stroke='%23111' stroke-width='1.5'/%3E%3Cpath id='Path_246' data-name='Path 246' d='M62.98 929.776v-10h-20' transform='translate(47.52 -33.275)' fill='none' stroke='%23111' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 60px;
    bottom: 130px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcdemo {
    position: absolute;
    left: 50px;
    top: 16px;
    font-size: 12px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.folk_meta {
    width: 69px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 15px);
    position: absolute;
    top: 15px;
    padding-top: 190px;
    padding-bottom: 30px;
    writing-mode: vertical-lr;
    right: 21px;
    border-left: 1px solid var(--bs-border-color);
    transition: all 0.3s;
}

img,
svg {
    vertical-align: inherit;
}

.folk_meta:hover {
    background-color: #F05D22;
}

.text-trans {
    margin: 0;
    text-orientation: mixed;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #111111;
}

.star_img:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.627' height='22.627' viewBox='0 0 22.627 22.627'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M8 0l2 6 6 2-6 2L8 16 6 10 0 8 6 6Z' transform='translate(0 11.314) rotate(-45)' fill='%23111'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -20px;
    left: 7px;

}

.star_img:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.627' height='22.627' viewBox='0 0 22.627 22.627'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M8 0l2 6 6 2-6 2L8 16 6 10 0 8 6 6Z' transform='translate(0 11.314) rotate(-45)' fill='%23111'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 16px;
    width: 16px;
    bottom: -20px;
    left: 7px;

}

.fs12 {
    font-size: 12px;
}

.hero_bottom {
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 0 40px;
    width: calc(100% - 109px);
    left: 20px;
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);

}

.hero_bottom p {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
}

.container-meta {
    /* max-width: 1800px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.avatar_img img {
    width: 100%;
}

.avatar_titale {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.create_avatar {
    height: 70px;
    border-bottom: 1px solid var(--bs-border-color);
    border-top: 1px solid var(--bs-border-color);
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.create_avatar:hover {
    background-color: #F05D22;
}

.brand_color {
    color: #F05D22 !important;
}

.racer2 {
    position: absolute;
    top: 119px;
    right: 110px;
}

.feature {
    padding: 69px 65px;
    border-bottom: 1px solid var(--bs-border-color);
}

.feuter_box {
    height: 610px;
    padding: 65px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);

}

.bottomone {
    height: 722px;
    padding: 80px 0 38px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expect {
    font-size: 12px;
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
}

.dimension {
    max-width: 490px;
    width: 100%;
    padding: 40px;
}

.dimension p {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    background-color: #e3dfdc;
}

.dimension a {
    font-size: 12px;
    color: #E3DFDC;
    font-weight: 600;
    text-transform: uppercase;
}

.border-start {
    border-left: 1px solid var(--bs-border-color) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.target {
    margin-top: 39px;
}


.windows {
    /* max-width: 475px; */
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid var(--bs-border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: #F05D22; */
}

.device_link {
    width: 30px;
    height: 30px;
    border: 1px solid #11111130;
    background-color: var(--bs-border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.device_link:hover {
    border: 1px solid #111111;
}

.device_link:hover svg {
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.device_link:hover svg g {
    opacity: 1;
    transition: all 0.5s ease;

}

.device_link:hover svg #Rectangle_10938-13 {
    fill: #36E671;
}

.mt_114 {
    margin-top: 114px;
}

.android img {
    opacity: 0;
    transition: all 0.3s;
}

.windows:hover .android img {
    opacity: 1;
    transition: all 0.3s;

}

.windows.feed_book {
    height: 700px;
    transition:all 0.5s;
}

/* footer css start  */
.listed {
    height: 100%;
    width: 100%;
    position: relative;
    /* padding-bottom: 100px; */
    padding: 0 20px;
}

.media {
    display: flex;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #11111130;
}

.copymeta {
    color: #111111;
    font-size: 20px;
    font-weight: 500;
}

.media_logo a img {
    width: 136px;
    height: 36px;
    margin-right: 42px;
}

.pl-40 {
    padding-left: 40px;
}

.map_img img {
    width: 100%;
}

.top-announce {
    width: 100%;
    background-color: #e3dfdc;
    position: fixed;
    top: 0;
    display: block;
    height: 15px;
    left: 0;
    z-index: 9999;
    transition: all 0.5s;
}

body.theme-orange .top-announce {
    background-color: #F05D22;
    transition: all 0.5s;
}

.pattern_set {
    padding: 100px 60px;
}

.pattern_set h3 {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
}

.parallel h3 {
    font-size: 40px;
    font-weight: 400;
    color: #111111;
}

.avatar_img {
    background-image: url(../img/avatar/avatar.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 780px;
    width: 100%;
}

/* <!-- arrow animation start --> */

#right {
    transform: rotate(180deg);
}

.arrow_anni img:last-child {
    animation: opacity1 1.2s infinite;
    margin-left: -5px;
}

.img_errow {
    position: absolute;
    display: flex;
    top: 30px;
    left: 30px;
}

@keyframes opacity1 {
    0% {
        opacity: 0.1;
    }

    11% {
        opacity: 0.1;
    }

    22% {
        opacity: 0.1;
    }

    33% {
        opacity: 0.3;
    }

    44% {
        opacity: 0.4;
    }

    55% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    77% {
        opacity: 0.5;
    }

    88% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.3;
    }
}

.arrow_anni img:nth-child(2) {
    animation: opacity2 1.2s infinite;
    margin-left: -5px;

}

@keyframes opacity2 {
    0% {
        opacity: 0.1;
    }

    11% {
        opacity: 0.3;
    }

    22% {
        opacity: 0.4;
    }

    33% {
        opacity: 0.5;
    }

    44% {
        opacity: 1;
    }

    55% {
        opacity: 0.5;
    }

    66% {
        opacity: 0.4;
    }

    77% {
        opacity: 0.3;
    }

    88% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

.arrow_anni img:first-child {
    animation: opacity3 1.2s infinite;

}

@keyframes opacity3 {
    0% {
        opacity: 0.4;
    }

    11% {
        opacity: 0.5;
    }

    22% {
        opacity: 1;
    }

    33% {
        opacity: 0.5;
    }

    44% {
        opacity: 0.4;
    }

    55% {
        opacity: 0.3;
    }

    66% {
        opacity: 0.1;
    }

    77% {
        opacity: 0.1;
    }

    88% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.3;
    }
}

/* <!-- arrow animation END --> */

/* second slider css start  */
.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.nav_btn {
    border: 1px solid #111111;
    background-color: #e3dfdc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    padding: 5px;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
}

.nav_btn:hover {
    background-color: #111111;
    border: 1px solid #111111;
}

.nav_btn:hover svg .xx_arrow {
    stroke: #e3dfdc;
}

.pp-prev:hover svg .xx_arrow,
.pp-next:hover svg .xx_arrow {
    stroke: #e3dfdc;
}

.slider_new {
    position: absolute;
    bottom: 278px;
    right: 60px;
    z-index: 1111;
    display: flex;
}

/* .slider_new div {
    background-color: #fff;
    margin: 2px;
    padding: 5px;
    width: 25px;
    height: 25px;
} */

.btn_test {
    position: absolute;
    bottom: 127px;
    left: 53%;
    transform: translateX(-53%);
    z-index: 1111;
    display: flex;

}

.slider_titale {
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #e3dfdc;
}

.swiper-slide {
    padding: 0 20px;
}

/* second slider css END  */


.titale_space {
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 60px;
}

.ple20 {
    padding: 0 20px;
}

.road_box {
    padding: 28px 60px;
}

.tech_sec {
    padding: 50px 0 50px 60px;
}

.pe-60 {
    padding-right: 60px;
}

.avatar_img.part_img {
    background-image: url(../img/partner/partner.png);
}

body .bg-change {
    background-color: transparent;
    transition: all 0.5s;
}

body.theme-orange {
    background-color: #F05D22;
    transition: all 0.5s;
}

body.theme-orange .header__area-3.sticky-3 {
    background-color: #F05D22;
    transition: all 0.5s;

}

.circle_svg svg .circal1 {
    transition: all 0.5s;
    transform: translate(139px, 545px);
}

.circle_svg:hover svg .circal1 {
    transition: all 0.5s;
    transform: translate(67px, 545px);
}

.circle_svg svg .circal2 {
    transition: all 0.5s;
    transform: translate(103px, 487px);
}

.circle_svg:hover svg .circal2 {
    transition: all 0.5s;
    transform: translate(139px, 545px);
}

.circle_svg svg .circal3 {
    transition: all 0.5s;
    transform: translate(67px, 545px);
}

.circle_svg:hover svg .circal3 {
    transition: all 0.5s;
    transform: translate(103px, 478px);
}

.immersive svg #Ellipse_5 {
    transition: all 0.5s;
    transform: translate(106px, 201px);
}

.immersive svg #Ellipse_6 {
    transition: all 0.5s;
    transform: translate(67px, 226px);
}

.immersive:hover svg #Ellipse_5 {
    transition: all 0.5s;
    transform: translate(106px, 225px);
}

.immersive:hover svg #Ellipse_6 {
    transition: all 0.5s;
    transform: translate(67px, 202px);
}

.music_svg svg #Ellipse_10 {
    transition: all 0.5s;
    transform: translate(1668px, 3459.55px);
    fill: #e3dfdc;
}

.music_svg svg #Ellipse_11 {
    transition: all 0.5s;
    transform: translate(1636px, 3498.55px);
    fill: #e3dfdc;
}

.music_svg svg #Ellipse_12 {
    transition: all 0.5s;
    transform: translate(1605px, 3476.55px);
    fill: #e3dfdc;
}

.music_svg svg #Ellipse_13 {
    transition: all 0.5s;
    transform: translate(1574px, 3462.55px);
    fill: #e3dfdc;
}

.music_svg:hover svg #Ellipse_10 {
    transition: all 0.5s;
    transform: translate(1668px, 3510.55px);
    fill: #111111;
}

.music_svg:hover svg #Ellipse_11 {
    transition: all 0.5s;
    transform: translate(1636px, 3460.55px);
    fill: #111111;

}

.music_svg:hover svg #Ellipse_12 {
    transition: all 0.5s;
    transform: translate(1605px, 3500.55px);
    fill: #111111;

}

.music_svg:hover svg #Ellipse_13 {
    transition: all 0.5s;
    transform: translate(1574px, 3478.55px);
    fill: #111111;
}

.round_round:hover svg #Ellipse_10 {
    transform: translate(38px, 38px) scale(0.5);
}

.round_round:hover svg #Ellipse_5 {
    transform: translate(24px, 24px) scale(0.6);
}

.round_round:hover svg #Ellipse_6 {
    transform: translate(0px, 0px) scale(4);
}

.round_round:hover svg #Ellipse_9 {
    transform: translate(12px, 12px) scale(1.6);
}

.partner_titale {
    width: 300px;
    padding: 40px;

}

.partner_logo {
    width: calc(100% - 300px);
    padding: 35px;
}

.px-20 {
    padding: 0 20px;
}

.road_svg #Rectangle_10996 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate .0003s;
}

.road_svg #Rectangle_10997 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate .666s;
}

.road_svg #Rectangle_10994 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate .999s;
}

.road_svg #Rectangle_10995 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate 1.222s;
}

.road_svg #Rectangle_10992 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate 1.555s;
}

.road_svg #Rectangle_10993 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate .999s;
}

.road_svg #Rectangle_10991 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate .666s;
}

.road_svg #Rectangle_10990 {
    opacity: 1;
    animation: road 1.99s ease-in-out infinite alternate .003s;
}

@keyframes road {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#black_box {
    background-color: #111111;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.real_width {
    max-width: 832px;
    /* overflow: hidden; */
}

.first_titale {
    font-size: 30px;
    font-weight: 500;
}

.fs22 {
    font-size: 22px;
}

.pattern_bg {
    height: 235px;
    background: repeating-linear-gradient(45deg, #11111100, #111111b5 1px, #E3DFDC 2px, #E3DFDC 4px);
}

.pa30 {
    padding: 30px;
}

.desk_none {
    display: none;
}

.feuter_box svg g {
    transition: all 0.5s;
    opacity: 0.7;
}

.feuter_box:hover svg g {
    transition: all 0.5s;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 48px;
    right: 40px;
    width: 65px;
}

img.cd_img {
    width: 58.64%;
}


/* slider css start  */
swiper-container {
    width: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #11111130;
}


.append-buttons {
    text-align: start;
    margin-top: 20px;
}

.mySwiper.swiper-button-next,
.swiper-button-prev {
    top: 0 !important;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
    text-align: left;
}

swiper-slide .subtitle {
    font-size: 21px;
    text-align: left;
}

swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    color: #000 !important;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.slide_content {
    width: 40%;
    height: 732px;
    padding-left: 50px;
    padding-bottom: 50px;
}

/* slider css end  */
.new_width {
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
}

.mobile_add {
    padding: 30px;
    display: none;
}

.multidevice .swiper-slide .android img {
    width: 35px;
}

.multidevice .swiper-slide {
    padding: 0;
}

.dimension.meets p {
    background-color: transparent;
}

.windows.feed_book:hover {
    background-color: #F05D22;
    transition: all 0.3s;
}

.invest_show {
    display: none;
}

.footer_social {
    position: relative;
}

.footer_social.active:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    transform: rotate(45deg) translateY(-50%);
    background-color: #111111;
    left: 8px;
    top: 50%;
}
.feed_box {
    padding: 0 20px;
}