@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background-color: #020206;
    color: #f2f2f2;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

.s-banner-hero {
    width: 100%;
    height: 400px;
    background: url(../images/galaxy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.s-banner-hero .s_item.pst_1 {
    top: 15.4%;
    left: 6.45%;
}
.s-banner-hero .s_item.pst_2 {
    top: 25.5%;
    left: 48.85%;
}
.s-banner-hero .s_item.pst_3 {
    top: 48.3%;
    left: 25.2%;
}
.s-banner-hero .s_item.pst_4 {
    top: -12.8%;
    left: 63.7%;
}
.s-banner-hero .s_item.pst_5 {
    top: 6.1%;
    left: 85.5%;
}
.s-banner-hero .s_item.pst_6 {
    top: 72.2%;
    left: 93.72%;
}
.s-banner-hero .s_item.pst_7 {
    top: 51%;
    left: 84%;
}
.bounce-soft {
    display: inline-block;
    animation: bounce 2s 
ease-in-out infinite;
}
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}
.s-banner-hero .s_item.pst_8 {
    top: 75.47%;
    left: 73.2%;
}

.s-banner-hero .s_item {
    position: absolute;
    z-index: 3;
}

.rotate-infinite {
    animation: rotate 2s linear infinite;
    transform-origin: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.s-banner-hero .badge-title {
    transform: translate(-50%, -50%);
    text-align: center;
}

.s-banner-hero .tf-btn {
    display: inline-block;
    color: #fdb79e;
    background: #020206;
    z-index: 2;
    padding: 15px 31px;
    border-color: #fdb79e !important;
    cursor: help;
}

.s-banner-hero .badge-title h1 {
    font-weight: 400;
    font-size: 56px;
    color: #f2f2f2;
    text-transform: capitalize;
}

.s-banner-hero .badge-title p {
    font-size: 16px;
    color: #f2f2f2;
}

.s-home-page {
    width: 100%;
    height: auto;
    background: url(../images/net.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.s-home-page .heding-sec .count-home span {
    font-size: 100px;
    font-weight: 600;
    color: #4e85ff;
}

.s-home-page .heding-sec .s-title h3 {
    font-size: 40px;
    color: #f2f2f2;
}

.s-home-page .heding-sec .s-title p {
    font-size: 20px;
    color: #f2f2f2;
}

.tab-page .s-item_blum {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    top: -900px;
}

.home-demo_box {
    margin-bottom: 48px;
    padding: 19px 11px 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: grid;
    gap: 16px;
    background-color: #121212;
}
.home-demo_box .btn-view_demo{
        display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 31px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.3s ease; 
    backdrop-filter: blur(4px);
    height: 46px;
    color: var(--black);
    background: linear-gradient(90deg, #fdb79e 0%, #fdd1b1 25%, #feeacd 50%, #fdd1b1 75%, #fdb79e 100%);
    background-size: 200% 100%;
    background-position: 200% 0;
    animation: bgMoveSmooth 3s linear infinite;
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.home-demo_box:hover .btn-view_demo{    opacity: 1;
    visibility: visible;}
.home-demo_box:hover {
    color: #c8102e;
    border-color: #c8102e;
}

.home-demo_box:hover .dot {
    background-color: #c8102e;
}

.home-demo_box .dot-top {
    display: flex;
    gap: 8px;
}

.dot {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #414141;
    transition: all 0.3s ease;
}

.home-demo_box .image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-demo_box .image img {
    aspect-ratio: 0.8720930233;

    max-width: 100%;
    height: auto;
    transform: scale(1);
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;

}

.home-demo_box .image::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.home-demo_box:hover .image::after {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.home-demo_box .demo-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 0;
}

.home-demo_box .text_coming {
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 20px;
}

.home-demo_box:hover .demo-name {
    color: #c8102e;
}
@keyframes bgMoveSmooth {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: 0% 0;
    }
}
.arrow-container {
  width: 25px; 
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
  position: absolute;
    top: 94%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; 
}

.arrow-down { 
  height: 3px;
  background: #ffffff;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.arrow-down:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: #ffffff;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

 
@media (min-width:768px) and (max-width:1024px){
    .s-banner-hero{ height: 500px;}
    .s-banner-hero .badge-title{width: 100%;}
}
@media (max-width:767px){
    .s-banner-hero{ height: 400px;}
    .s-banner-hero .badge-title{width: 100%;}
    .s-banner-hero .badge-title h1{font-size: 22px;}
    .s-home-page .heding-sec .count-home span{font-size: 50px;}
    .s-home-page .heding-sec .s-title h3{    font-size: 20px;}
}