.hero-section{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-section::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
    pointer-events: none;
}


.STS-hero-desc{
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-size: clamp(28px, 4vw, 48px);
    padding: 0 20px;
}

.STS-hero-desc p{
    margin: 0;
}
.STS-hero-desc p::first-letter{
    color: blue;
}


.latest-news{
    padding-top: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1e1f2b;
    min-height: fit-content;
}
.see-all-news{
    margin-bottom: 1px;
    padding-top: 0%;
    
    font-size: 30px;
    position: relative;
    background: white;
    height: fit-content;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    
    width: 100%;
    text-align: center;
    transition: 0.3s;
}
.see-all-news:hover{
    border: 4px solid transparent;
    border-bottom-color: blue;
}
#see-all-news{
    
    border-radius: 20px;
    margin: 1%;
    background: transparent;
    width: 25%;
    height: fit-content;
}
.see-all-news span{
    white-space: nowrap;
}

.line-of-news{
    position: relative;
    justify-items: center;
    padding: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    background: #efefef;
}
.we-launched{
    margin: 0 auto;
    position: relative;
    width: 50%;
    transition: 0.3s;
}

.we-launched img{
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
}

.we-launched:hover{
    width: 60%;
}


.news-text{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1px;;
    top: 20px;
    left: 20px;
    
    width: 40%;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    background: rgba(244,244,244,0.003);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white;
    transition: 0.3s;
}
.news-text p{
    padding-top: -22px;
    padding-left: 22px;
}

.see-more{
    margin-top: auto;
    margin-bottom: auto;
    
    margin-left: auto;
    position: relative;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    width: 40%;
    height: fit-content;
}
#full-article{
    padding: 1% 1%;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 20px;
    color: transparent;
    cursor: pointer;
    transition: 0.3s;
    
}
.we-launched:hover .news-text{
    width: 45%;
    border-bottom: blue;
}
.we-launched:hover #full-article{
    color: #efefef;
    border-bottom-color: blue;
}


.what-we-do{
    padding: 1% 2%;
    padding-bottom: 0%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    text-align: center;
    padding-top: 1%;
    color:  #1e1f2b;
    background: transparent;
    gap: 1%;
    height: 95vh;
    width: 96%;
}
.what-we-do p{
    margin-right: auto;
}
.order-or-scroll{
    
    padding: 0% 0%;
    padding-bottom: 0%;
    display: flex;
    flex-direction: row;
    gap: 2%;
    
    background: transparent;
    height: 60%;
}
.make-order{
    color: #efefef;
    padding: 1% 1%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1px;
    margin-right: auto;
    height: 100%;
    width: 50%;
    transition: 0.4s;
    background: #1e1f2b;
}
.make-order:hover{
    width: 60%;
}
.make-order p::first-letter{
    color: blue;
}
.make-order h1{
    margin-bottom: -22px !important;
}

.make-order p{
    font-size: 22px;
    margin-top: auto;
    margin-right: auto;
}
.order-line{
    margin: auto;
    background: blue;
    height: 1px;
    width: 0%;
    transition: 0.3s;
}
.make-order:hover .order-line{
    width: 90%;
}
.make-order-contact{
    position: relative;
    border: 1px solid #1e1f2b;
    cursor: pointer;
    margin: auto;
    width: 60%;
    height: 10%;
    background: #efefef;
    transition: 0.3s;
}
.make-order-contact:hover{
    border-color: #efefef;
    background: #1e1f2b;
    color: #efefef;
}
.scroll-for-products{
    
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4%;
    border: 3px solid #1e1f2b;
    background: #efefef;
    margin-left: auto;
    padding: 1% 1%;
    height: 100%;
    width: 50%;
}
.scroll-line{
    margin: auto;
    background:#1e1f2b;
    height: 1px;
    width: 0%;
    transition: 0.3s;
}
.scroll-for-products:hover .scroll-line{
    width: 90%;
}
.scroll-for-products p{
    margin-left: auto;
}
.scroll-for-products span{
    margin-right: auto;
}
.scroll-it{
    border: 1px solid #1e1f2b;
    cursor: pointer;
    margin:auto;
    width: 60%;
    height: 10%;
    background: #efefef;
}
.scroll-for-products span{
    font-size: 30px;
    margin-top: auto;
    margin-right: auto;
}

.our-products{
   margin: auto;
}


.products{

    display: flex;
    flex-direction: column;
    gap: 1%;
    background: transparent;
    padding: 2% 2%;
    
    border: 2px solid transparent;
    transition: 0.3s;
    height: 100vh;
}
.product-card{
    padding:1% 1%;
    display: flex;
    flex-direction: row;
    gap: 0%;
    margin: auto;
    background: #1e1f2b;
    height: 50%;
    width: 100%;
}

.product-video{
    margin-right: auto;
    padding: 0% 0%;
    background: transparent;
    width: 30%;
    height: 60%;
}
.product-video video{
    margin: auto;
    width: 100%;
    height: 100%;
}

.product-desc{
    color: #efefef;
    padding: 0% 1%;
    margin-left: auto;
    background: #1e1f2b;
    text-align: center;
    font-size: 13px;
    height: 70%;
    width: 50%;
}
.product-name{
    font-size: 44px;
}
.product-name span{
    color: blue;
}
.product-more{
    color: transparent;
    border-radius: 20px;
    border-color: transparent;
    cursor: pointer;
    margin-top: 5%;
    font-size: 20px;
    background: transparent;
    transition: 0.3s;
    width: 25%;
    height: 20%;
}
.products:hover{
    border-color: blue;
}

.product-card:hover .product-more{
    color: #1e1f2b;
    background: #efefef;
    border-color: #1e1f2b;
}
.product-more:hover{
    background: #1e1f2b !important;
    color: #efefef !important;
    border-color: blue !important;
}

.join-us{
    padding: 2% 2%;
    display: flex;
    flex-direction: row;
    gap: 2%;
    height: 100%;
    background: transparent;
}
.join-pic{
    flex: 1;
    position: relative;
    height: fit-content;
    background: black;
}
.join-text{
    padding: 2% 2%;
    flex: 1;
    position: relative;
    display: flex;
    gap: 6%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: white;
    border: 1px solid transparent;
    background: #1e1f2b;
    
    transition: 0.3s;
}
.join-text p{
    font-size: 46px;
}
.join-text span{
    font-size: 26px;
}
.join-text:hover p::first-letter{
    color: blue;
}

#Career-button{
    margin-top: 6%;
    padding: 1% 1%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #efefef;
    
    font-size: 1px;
    height: fit-content;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s;
}
.join-sts-text{
    color: #1e1f2b !important;
    font-size: 32px !important;

}
.join-sts-text::first-letter{
    color: #1e1f2b !important;
}
#Career-button:hover{
    background: black;
}
#Career-button:hover .join-sts-text::first-letter{
    color: #efefef !important;
}
#Career-button:hover .join-sts-text{
    color: #efefef !important;
}





