.hero-section {
    position: relative;
    height: 100vh; /* Adjust as needed */
    overflow: hidden;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
#hero-video-placeholder {
    display: none; /* Initially hidden */
}
.hero-video {
    object-fit: cover;    
}
.hero-section .hero-hd-main {
    background-color: #fff;
    mix-blend-mode: screen;
}
.hero-hd-top {
    padding-top: 6rem;
}
.hero-section .hero-hd-main h1 {
    font-size: 5rem;
    margin-top: -5px;
    color: var(--text-color-blue);
}
.hero-section-vdio{
    width: 100%;
}
.hero-section-vdio-btn{
    top: 46%;
    left: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

      /* section2 */    

.color-lightdark{
    color: #353b45;
}
.border-sty{
    border: 1px solid #b9cada;
}
.section2-abs{
    bottom: -20px;
    right: -2px;
}
.section2-abs img{
    width: 70px !important;
}
.link-sty{
    color: #e02b20;
    text-decoration: none;
}
.arow-ic{
    transition-duration: 0.3s;
    font-size: 18px;
    vertical-align: middle;
}
.link-sty:hover{
    color: #b70b6a;
}
.link-sty:hover .arow-ic{
    margin-left: 6px;
}

/*     section3    */
.f-s-44{
    font-size: 44px;
}
.margin-t-190{
    margin-top: 130px !important;
}
.tab-btn{
    color: #63727f;
    background: transparent;
    border: none;
    outline: none;
}
.tab-btn:hover{
    color: #e02b20;
}
.home-tabs .nav-underline .nav-link.active, .nav-underline .show>.nav-link{
    font-weight: 700;
    color: #e02b20;
    border-bottom: 2px solid #e02b20;
    background-color: transparent;
}
.home-tabs .nav-underline .nav-link, .nav-underline .show>.nav-link{
    border: 0;

    border-bottom: 2px solid transparent;
    outline: 0;
}
.button-pnk{
    padding: 13px;
    border: none;
    background-color: #e02b20;
    color: white;
}
.arow-icon{
    transition-duration: 0.3s;
    font-size: 18px;
    vertical-align: middle;
}

.follow-step-no {
    width: 30px;
    height: 30px;
}
.company-follow-step{
    width: 19%;
    margin-top: 10px;
    min-height: 490px !important;
}
.follow-img {
    width: 60px;
}

/* what new section */
.ws-img {
    height: 240px;
}
.ws-img img{
    transition: 0.3s ease;
    object-fit: cover;
}
.ws-hd {
    font-size: 24px;
}
.ws-item:hover .ws-img img {
    transform: scale(1.2);
}
.ws-wrapper {
    padding-bottom: 9rem !important;
}
.arow-icon{
    margin-right: 10px;
}
.button-pnk:hover .arow-icon{
    margin-right: 5px;
    margin-left: 5px;
}



@media screen and (max-width: 1140px) {
    .company-follow-step{
        min-height: 580px !important;
    }
}
@media screen and (max-width: 990px) {
    .company-follow-step{
        min-height: 410px !important;
    }
}
@media screen and (min-width: 768px) {
    .hero-section .hero-hd {
        font-size: 2.5rem;
    }
}

@media (min-width: 990px) {
    .hero-section .hero-hd-main h1 {
        font-size: 5rem;
    }
}
@media (max-width: 990px) {
    .company-follow-step{
        width: 32%;
    }
}
@media (max-width: 890px) {
    .company-follow-step{
        width: 100%;
        min-height: auto !important;
    }
    .hero-section .hero-hd-main h1 {
        font-size: 3.5rem;
    }
    .margin-t-190{
        margin-top: 0px !important;
    }
    .section2-abs {
        bottom: -12px;
        right: 10px;
    }
}

/* .home-hero-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 0;
} */

@media (max-width: 768px) {
    .hero-section .hero-hd-main h1 {
        font-size: 3rem !important;
    }

}
@media (max-width: 426px) {
    .hero-section .hero-hd-main h1 {
        font-size: 2rem !important;
    }
}
