.home-header {
    width: 100%;
    padding: 25px 0;
    position: absolute;
    top: 0;
}

@media (max-width:575px) {
    #myVideo {
        height: 400px;
    object-fit: cover;
    }

    .home-logo {
        width: 120px;
    }
}

/* banner END  */

.countless-stories {
   z-index: 2;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    margin-top: -54px;
    position: relative;

}

.countless-stories-heading {
    width: 50%;
    color: #000;
font-family:ElmsSans-Semibold ;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 45px */
letter-spacing: 0.75px;
text-transform: uppercase;
}

.countless-stories-heading span {
    color: #DE0000;
font-family:ElmsSans-Bold ;
}

.countless-stories-para {
    color: #010101;
font-family:ElmsSans ;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

@media(max-width:991px) {
    .countless-stories-heading {
        width: 100%;
    }
}

/* countless-stories END  */

.slider-section {
    background: #000;
}


.count {
    color: #FFF;
font-family:ElmsSans-Semibold ;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 45px */
letter-spacing: 0.9px;
text-transform: uppercase;
}

.count-details {
    color: #9D9D9D;
 font-family:ElmsSans-Light ;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.42px;
}

.count-set {
    border-top: 1px solid #C5C5C5;
}

.slide img {
    border-radius: 25px;
}

.main-slider::after {
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 2;
    height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 12%) 69%);
}

.main-slider::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(267deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 12%) 69%);
}

.swiper-pagination {
    position: unset !important;
}


.swiper-pagination-bullet {
        background: #ffffff ;
    opacity: UNSET !important;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
        border: 1px solid #fff;
    width: 10px;
    height: 10px;
}

.cup-heading {
    color: #FFF;
text-align: center;
 font-family:ElmsSans ;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 17.22px */
letter-spacing: 0.42px;
}

.What-we-do {
   background: linear-gradient(90deg, #6D121B 0%, #901428 46.3%, #511117 100%);
    border-radius: 25px;
}

@media (max-width:991px) {
    .main-slider::before {
        width: 30%;
    }

    .main-slider::after{
        width: 34%;
    }
}

@media (max-width:767px) {
    .main-slider::before {
        display: none;
    }

    .main-slider::after{
        display: none;
    }
}

/* slider section END  */

.wwd-heading {
    color: #FFF;
text-align: center;
font-family:ElmsSans-Semibold ;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 37.5px */
letter-spacing: 0.25px;
text-transform: uppercase;
}

.wwd-sub-heading {
    color: #FFF;
text-align: center;
font-family:ElmsSans ;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

.wwd-set::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
}

.wwd-set:last-child::after { 
    display: none;
}

/* WWD DONE  */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover 
 {
    color: #000;
    border-color:transparent;
}

.tab-heading {
    color: #020202;
 font-family:ElmsSans-Light ;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 27px */
letter-spacing: 0.54px;
text-transform: uppercase;
}

.tab-heading.active {
    color: #CE0724 !important;
      font-family:ElmsSans-Bold ;
}

.tab-center-line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #F3F3F3 0%, rgb(0 0 0 / 84%) 49%, #F2F2F2 100%);
top: 0;
right: -4px;
z-index: 9999999;
}

.slick-track {
    display: flex;
    align-items: center;
}

.partner-border::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
        background: linear-gradient(to right, #F3F3F3 0%, rgb(0 0 0) 49%, #F2F2F2 100%);
    top: 0;
}


.partner-border::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
        background: linear-gradient(to right, #F3F3F3 0%, rgb(0 0 0) 49%, #F2F2F2 100%);
   bottom: 0;
}

@media (max-width:575px) {
    .tab-heading {
        font-size: 14px;
    }
}

@media (max-width:400px) {
    .tab-heading {
        font-size: 12px;
    }
}

/* main white END  */

.main-showcase {
    width: 100%;
    height: 100%;
    background-image: url(../images/home_page/showcase-bg.svg);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}


.show-case-main-heading {
    color: #FFF;
  font-family:ElmsSans-Bold ;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
letter-spacing: 0.75px;
text-transform: uppercase;
}

.show-case-para {
    color: #FFF;
 font-family:ElmsSans ;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 19.5px */
letter-spacing: 0.39px;
}

.show-case-center-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9D9D9D;
    right: -17px;
    top: 0;
}

.contact-details-text {
    color: #060606;
    font-family:sen ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
    text-decoration: none;
}

.number-line::after {
    position: absolute;
    width: 1px;
       height: 65%;
    background: #000;
    left: 0;
      top: 4px;
    content: "";
}

.number-line::before {
    position: absolute;
    width: 1px;
      height: 65%;
    background: #000;
    right: 0;
    top: 4px;
    content: "";
}


.logo-line::after {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background-color: #9D9D9D;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

@media (max-width:991px) {
    .showcase-row {
        row-gap: 70px;
    }

    .show-case-center-line::after {
    width: 60%;
        height: 1px;
        background: linear-gradient(to right, #000000 0%, rgb(255, 255, 255) 49%, #000000 100%);
        right: 0;
        top: unset;
        bottom: -43px;
        left: 50%;
        transform: translateX(-50%);
}

@media(max-width:575px) {
    .mobile-full {
        width: 100%;
        text-align: center;
    }

    .number-line::before,.number-line::after {
        display: none;
    }
}

}


/* footer start  */

.footer-bottom {
    background-color: #000;
}

.footer-content {
    color: #FFF;
 font-family:ElmsSans ;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 18.651px; /* 143.472% */
text-decoration: none;
}