body{scroll-behavior: auto !important;}
.home-banner{position: relative;}

.hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    color: #000;
    opacity: 1;
    background: #ffffff54;
    transition:all .2s ease;
    margin: 0 .8rem!important;
    font-weight: normal;
    text-indent: -999999px;
  }
  
  .hero-slider .swiper-pagination-bullet-active {
    opacity:1;
    width: 24px;
    height: 24px;
    background: #ed1c2452;
    position: relative;
    top: -5px;
    line-height: 27px;
    color: #fff;
    text-indent: 0px;
  }
  li.happening-thumb{position: relative;}
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 30px; display: none;
  }
  .left-content-new {
    display: none;
}
  
  @media screen and (min-width: 992px) {
  
  .swiper-pagination {
    text-align: right;
    padding-right: 8rem;
    padding-bottom: 2rem;
  }
  
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
      max-width: 1200px;
      padding: 0 15px;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%);
  }
  }
  @media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
   
  }
  }

  
.home-banner .banner-item{display: grid; color: #fff; position: relative;}
.home-banner .banner-item::before{content: ''; position: absolute; inset: 0; bottom: auto; height: 30%; background-image: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,0)80%); z-index: 2;}
.home-banner .banner-item::after{content: ''; position: absolute; inset: 0; top: auto; height: 40%; background-image: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0)); z-index: 1;}
.home-banner .banner-item>*{grid-area: 1/1;}
.home-banner .banner-content {display: flex; justify-content: flex-end; flex-direction: column;  padding-block: 7%; width: 100%; position: relative; z-index: 3;}
.home-banner .maxwidth{width: 100%; padding-inline: 7.2rem 6.5rem; display: flex; position: relative; align-items: flex-end; column-gap: 1.2rem}
.home-banner picture{ clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%); transition: .3s all; -webkit-transition: .3s all; -moz-transition: .3s all; -ms-transition: .3s all; -o-transition: .3s all; }
.home-banner picture img{height: 100vh; object-fit: cover;}

.home-banner .banner-heading{font: var(--text-42); width: max-content; padding-left: 2.5rem; font-weight: 300; color: #fff; position: relative; clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); transition: 1.2s all; -webkit-transition: 1.2s all; -moz-transition: 1.2s all; -ms-transition: 1.2s all; -o-transition: 1.2s all; transition-delay: 0; transition-timing-function: linear;}
.home-banner .banner-heading span{display: block;}
.home-banner .banner-heading strong{font-weight: 900;}

.home-banner .decorator{ display: block; width: 2.5rem; height: 100%; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); background-color: var(--color-prime); transition:1s all; -webkit-transition:1s all; -moz-transition:1s all; -ms-transition:1s all; -o-transition:1s all; transition-delay: 0; }


.home-banner .banner-text{font: var(--text-14); margin-left: 3rem; display: flex; column-gap: 2rem; translate: 0 5rem; opacity: 0; transition: 1.2s all; -webkit-transition: 1.2s all; -moz-transition: 1.2s all; -ms-transition: 1.2s all; -o-transition: 1.2s all; transition-delay: 0; }
.home-banner .btn-link{ display: flex; width: 1.65rem; aspect-ratio: 1/1; border: 1px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; justify-content: center; align-items: center;}
.home-banner .btn-link img{margin-left: 2px; margin-bottom: .3px;}

.home-banner .swiper-slide-active .banner-heading{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transition-delay: 1.8s}
.home-banner .swiper-slide-active .decorator{clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transition-delay: 1.2s;}
.home-banner .swiper-slide-active .banner-text{opacity: 1; translate: 0 0; transition-delay: 3s;}
.home-banner  .swiper-slide-active picture{
    animation-duration: 1s;
    animation-name: clipin;
    animation-fill-mode: both;
    transition-delay: 0s;
    animation-timing-function: linear;
}
@keyframes clipin {    
    from   { clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0); opacity: 1; }
    30%   { clip-path: polygon(0 0, 33% 0, 33% 0, 0 99%, 0 100%)}
    80%   {clip-path: polygon(0 0, 100% 0, 100% 0, 81% 100%, 0 100%);}
    to      {clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%); }
}
@media (min-width: 1600px){
    .home-banner .maxwidth{padding-inline: 11rem 9rem; column-gap: 2rem;}
    .home-banner .banner-heading{padding-left: 4rem;}
    .home-banner .banner-heading::before{width: 4rem;}
    .home-banner .banner-text{margin-left: 4.5rem;}
    .home-banner .btn-link{width: 2.5rem;}
    .home-banner .btn-link img{margin-left: 1px; margin-bottom: 0; width: 6px;}
}
@media (min-width: 2700px){
    .home-banner .maxwidth{padding-inline: 14rem 12.5rem; column-gap: 7rem;}
    .home-banner .banner-heading::before{width: 4rem;}
    .home-banner .banner-text{margin-left: 8rem;}
    .home-banner .banner-heading {padding-left: 4rem;}
    .home-banner .btn-link{width: 4rem; border-width: 2px;}
    .home-banner .btn-link img{margin-left: 1px; margin-bottom: 0; width: 10px;}
}


/* Home About Start */

.home-section-one{padding-block: 8.5rem 13rem; overflow-x: clip;}
.home-section-one blockquote{margin-bottom: 2.4rem;}

.home-section-one .facts{margin-top: 6rem; position: relative;}
.home-section-one .facts::before, .home-section-one .facts::after{content:''; position: absolute; top: 50%; height: 1px; width: 40vw; background: var(--color-prime);}
.home-section-one .facts::before{right: calc(100% + 8.33%)}
.home-section-one .facts::after{left: calc(100% + 8.33%)}
.home-section-one .facts .col{padding: 2rem; display: flex; justify-content: center; flex-direction: column;}
.home-section-one .facts [data-count]{display: block; font: var(--text-36); font-weight: 700;}
@media (min-width: 1600px){
    .home-section-one {
        padding-block: 12rem 15rem;
    }
    .home-section-one .facts .col{padding: 3rem}
    .home-section-one .facts{margin-top: 8rem;}
    .home-section-one blockquote{margin-bottom: 4rem;}
}
@media (min-width: 2500px){
    .home-section-one {
        padding-block: 15rem 20rem;
    }
    .home-section-one .facts .col{padding: 5rem}
    .home-section-one .facts{margin-top: 12rem;}
    .home-section-one blockquote{margin-bottom: 7rem;}
    .home-section-one .font-36 {
        font-size: 5rem;
        padding-right: 16rem;
    }
}
@media (min-width: 3500px){
    /* .home-section-one {padding-block: 25rem 30rem;    } */
    .home-section-one .facts .col{padding: 8rem}
    .home-section-one .facts{margin-top: 20rem;}
    .home-section-one blockquote{margin-bottom: 8rem;max-width: 68%;}
    .home-section-one .facts [data-count]{margin-bottom: 4rem;}
}

/* Home section two products start */
.home-section-two{background: var(--color-navy-blue-sky); color: #fff; display: flex; align-items: center; padding: 0rem 3.5rem;}
.homeproduct_sec{background: var(--color-navy-blue-sky); color: #fff; display: flex; align-items: center; padding-block: 10rem 10rem;}
.section_two_cption p{color: var(--color-white); margin-bottom: 3rem;}
.section_two_cption .btn-group.w-fit { margin-top: 2rem; }
.product_list{ display: flex;gap: 2.1rem;padding: 0;margin-bottom: 4rem;    border-top: 1px solid rgb(122 140 255 / 50%);padding-top: 13px;}
.product_list>li{list-style: none;}
.product_list>li>a{font: var(--text-15);color: #ffffff;font-weight: 600;display: inline-block;padding-block: 13px;transition: all .5s ease;}
.product_list>li>a:hover{color: #7A8CFF;}
.home-section-two .row{--bs-gutter-x: 7rem}
.section-two_left{height: 100vh; padding-block: 0vh; display: flex; flex-direction: column; justify-content: center; margin-inline: auto; max-width: 31.5em;}
.section-two_left p{margin-bottom: 7rem;}
.section-two_left .nav-tabs{margin-top: 9rem; border-bottom: transparent; column-gap: .5rem;}
.section-two_left .nav-link{font: var(--text-16); padding: 1rem 1rem; color: var(--color-light); background: transparent; border: transparent; isolation: isolate;}
.section-two_left .nav-link span{position: absolute; width: 100%; height: 100%; left: 0;top: 0; z-index: -1;background: var(--color-blue); scale: 0 1}
.section-two_left .nav-link.active{background-color: transparent; border: transparent; color: var(--color-white);}
.section-two_right canvas{max-width: 34rem; margin-inline: auto; }
.section-two_right :where(figure, canvas){margin-bottom: 5rem; mix-blend-mode: screen; max-width: 100%;}
.section-two_right img{mix-blend-mode: screen;  aspect-ratio: 4/3; object-fit: contain;}
.section-two_right p{font: var(--text-11); text-align: center;}
.section-two_right .after-el{font: var(--text-16);}
.section-two_right .after-el::after{margin-inline: 1rem; width: 1.8rem;}

.home-section-two-a{background: linear-gradient(to right, var(--color-dark-800)50%, #2D2D2D 50%); color: #fff; margin-top: -15vh}


@media (min-width: 992px){
    .section-two_right.tab-content{display: grid; margin-top: 0;}
    .section-two_right .tab-pane{grid-area: 1/1; display: block; opacity: 1; height: 100vh; padding-block: 0 10vh; transform-origin: left; grid-area: 1/1; background: #2D2D2D; align-self: center; display: flex; flex-direction: column; justify-content: center; background: var(--color-navy-blue);}
    /*
    .section-two_right .tab-pane:not(:last-child){margin-bottom: 10vh;} */
    .section-two_right .after-el::after{margin-bottom: .15em;}
}


@media (min-width: 1600px){
    .section-two_left{max-width: 31em;}
    .section-two_left .nav-tabs{margin-top: 12rem; column-gap: 1.7rem;}
    .section-two_left p{margin-bottom: 10rem;}
    .section-two_right canvas{max-width: 42rem; margin-bottom: 8rem;}
}
@media (min-width: 2500px){
    .section-two_left{max-width: 38em;}
    .section-two_left .nav-tabs{column-gap: 1rem; margin-top: 18rem;}
    .section-two_left .nav-link{padding: 2.5rem 2rem;}
    .section-two_left p{margin-bottom: 14rem;}
    .section-two_right canvas{max-width: 75rem; margin-bottom: 12rem;}
}
@media (min-width: 3500px){
    .section-two_left{max-width: 34em; padding-bottom: 2vh;}
    .section-two_left p {
        margin-bottom: 20rem;
        max-width: 30em;
    }
    .section-two_right canvas{max-width: 95rem; margin-bottom: 15rem;}
    .section-two_right .tab-pane{padding-bottom: 15vh;}
    .section-two_left .nav-tabs{column-gap: 1rem; margin-top: 25rem;}
    .section-two_left .nav-link{padding: 2.5rem 3.5rem;}
    .section-two_right .after-el::after{width: 3.6rem; margin-inline: 2rem; margin-bottom: .2em;}
}

@media(max-width:767px){
    .product_list{flex-wrap: wrap;}
}

/* Home Section three */

.home-section-three{padding-block: 10rem 9.5rem; position: relative; background: rgba(255,255,255,.45)}
/* .home-section-three .container{background: var(--body-bg);} */
.home-section-three .article-heading{margin-bottom: 3.5rem;}
.home-section-three .tab-pane{position: relative;}
.home-section-three .line {position: absolute; display: block; inset: 0; width: 1rem; background: linear-gradient(to bottom, var(--color-prime)80%, var(--color-blue)80%);}
.home-section-three .nav-tabs{flex-direction: column; padding-right: 4rem;}
.home-section-three .nav-tabs .nav-link{padding: .8em 1.2em; font: var(--text-14); font-weight: 700; color: var(--body-color); width: 100%; text-align: left;}
.home-section-three .nav-tabs .nav-link.active{color: var(--color-prime);}

.home-section-three .left-content{height: 100%; display: flex; flex-direction: column; justify-content: center; padding-right: 5rem; position: relative;}
.home-section-three .left-content::after{content:''; position: absolute; left: 0; bottom: 0; height: 1px; width:
    6rem; background: var(--color-prime);}
.home-section-three .left-content p:last-of-type{margin-bottom: 3rem;}
/* .home-section-three .container-fluid{ padding-top: 6.5rem; background: var(--body-bg); position: relative; z-index: 1;} */

.home-section-three .cus-height {
  
    object-fit: cover;
}


@media (min-width: 992px){
    .home-section-three .left-content{
        justify-content: flex-end;
        padding-bottom: 8rem;
    }
    .home-section-three{padding-block: 10rem; display: grid;}
    .home-section-three>*{grid-area: 1/1;}
    .home-section-three>.container-fluid .container{position: relative; z-index: 2;}
    .home-section-three figure{padding-left: 2rem;}
}
@media (min-width: 1600px){
    /* .home-section-three .container-fluid{ padding-top: 15rem;} */
    .home-section-three .article-heading{margin-bottom: 4rem;}
    .home-section-three .nav-tabs{margin-bottom: 4rem;}
    .home-section-three .left-content p:last-of-type{margin-bottom: 5rem;}
    .home-section-three .nav-tabs{flex-direction: column; background: transparent}
    .home-section-three .left-content{ padding-bottom: 4rem;}
    .home-section-three {padding-block: 12rem;}
   
}
@media (min-width: 1920px){
    .home-section-three {padding-block: 15rem;}
   
}
@media (min-width: 2500px){
    .home-section-three{padding-block:18rem;}
    /* .home-section-three .container-fluid{ padding-top: 20rem;} */
    .home-section-three .left-content{padding-right: 10rem;}
    .home-section-three .left-content p:last-of-type{margin-bottom: 5rem;}
    .home-section-three .left-content{ padding-bottom: 8rem;}
    .home-section-three figure{padding-left: 5rem;}
}
@media (min-width:3500px){
    /* .home-section-three .container-fluid{ padding-top: 30rem;} */
    .home-section-three .article-heading, .home-section-three .nav-tabs{margin-bottom: 10rem;}
    /* .home-section-three .left-content{ padding-bottom: 24rem;} */
    .home-section-three .left-content p:last-of-type{margin-bottom: 10rem;}
    /* .home-section-three .left-content{ padding-bottom: 25rem;} */

    /* .home-section-three {
        padding-block: 40rem 45rem;
    } */
}
@media (max-width:1599px){
    .home-section-three .left-content {
        padding-bottom: 3rem;
    }
    .home-section-three .left-content {
        padding-right: 3rem;
    }
    
}

/* Home Section 4 */
.home-section-four {padding-block: 0rem 9rem;}
.home-section-four .content{background: #fff; padding: 5rem; padding-left: 8rem; height: 100%;}
.home-section-four p{max-width: 35rem;}
.home-section-four ul{margin-top: 3rem; }
.home-section-four ul li{margin-bottom: 2rem;}
.home-section-four ul li a{padding-right: 3rem; display: flex; padding-bottom: .3rem; width: fit-content; border-bottom: 2px dotted var(--color-prime); column-gap: 1.5rem;}
.home-section-four ul li a:hover{color: var(--color-prime);}

@media (min-width: 1600px){
    .home-section-four {padding-block: 0rem 15rem;}
    .home-section-four ul li{margin-bottom: 2rem;}
    .home-section-four ul{margin-top: 4rem;}
    .home-section-four .content{padding-block: 8rem;}
}
@media (min-width: 2500px){
    .home-section-four {padding-block: 0 18rem;}
    .home-section-four p {
        max-width: 55rem;
    }
    .home-section-four ul li{margin-bottom: 3rem;}
    .home-section-four ul{margin-top: 6rem;}
    .home-section-four .content{padding: 12rem 12rem 12rem 15rem; }
}
@media (min-width: 3500px){
    .home-section-four ul li{margin-bottom: 6rem;}
    .home-section-four ul{margin-top: 10rem;}
    /* .home-section-four {
        padding-block: 0rem 35rem;
    } */
}


/* Home Section 5 */


.home-section-five .wrapper{display: grid; align-items: center;}
.home-section-five .wrapper>*{grid-area: 1/1;}
.home-section-five .content{color: #fff; z-index: 1; display: flex; flex-direction: column; justify-content: center;}
.home-section-five .content img{height: 100%; }
.home-section-five .content p{max-width: 100%; margin-block: 5rem 3rem;}
.home-section-five .image-container {position: relative; overflow: hidden; }


@media (min-width: 1600px){
    .home-section-five .content p{margin-block: 0rem 3rem;       }
    .home-section-five .article-title{
        margin-bottom: 5rem;
    }
    .home-section-five .content p {
        max-width: 75%;
    }
}



@media (min-width:1921px){
    .home-section-five .content p{margin-block:4rem;}
}

@media (max-width: 1599px){
    .home-section-five .content p {
        margin-block: 0rem 3rem;
    }
    .article-title:where(:not(:last-child)) {
        margin-bottom: 2rem;
    }
}
/* home-section-six */

.home-section-six{padding-top: 9.6rem;}
.home-section-six .container-fluid{--margin-top: 2.5rem; padding-block: var(--margin-top) 8rem; margin-top: 6.5rem; background: var(--color-prime);} 
.home-section-six .home-happening-wrapper{display: grid; grid-gap: 3.5rem; grid-template-columns: repeat(3, 1fr); grid-row: auto auto;}
.home-happening-wrapper li:first-child{grid-row: 1/span 2; grid-column: 1/span 1;}
.home-happening-wrapper li figure{margin-top: calc(var(--margin-top) * -2);}
.home-happening-wrapper li:nth-child(2){grid-row: 1/span 2; grid-column: 2/span 1;}
.home-happening-wrapper li:nth-child(3){grid-row: 1/span 1; grid-column: 3/span 1;}
.home-happening-wrapper li:nth-child(4){grid-row: 2/span 1; grid-column: 3/span 1;}
.home-happening-wrapper li .thumb-info{display: flex; padding: 1.5rem 2rem; background: #fff; column-gap: 2rem; align-items: center;} 
.home-happening-wrapper time{font: var(--text-24); line-height: 1;}
.home-happening-wrapper time span{font: var(--text-10); display: block; padding-top: .3rem; border-top: 1px solid #21212133; line-height: 1.45;}
.home-happening-wrapper li:not(:has(figure)) .thumb-info{flex-direction: column; padding: 0; row-gap: 1.5rem; background: transparent; align-items: flex-start; color: #fff; padding-right: 2rem; max-width: 30rem;} 
.home-happening-wrapper li:not(:has(figure)) time span{border-top-color: #fff7;}

@media (min-width: 1600px){
    .home-section-six{padding-top: 13rem;}
    .home-section-six .article-heading{padding-bottom: 4rem;}
    .home-section-six .container-fluid{--margin-top: 5rem;}
    .home-happening-wrapper li .thumb-info{padding: 2rem 2.5rem}
    .home-section-six .home-happening-wrapper{gap: 5rem}
    .home-section-six .container-fluid{padding-bottom: 8rem;}
   
}

@media (min-width: 2500px){
    .home-section-six{padding-top: 20rem;}
    .home-section-six .article-heading{padding-bottom: 9rem}
    .home-section-six .home-happening-wrapper{gap: 6rem}
    .home-section-six .container-fluid{--margin-top: 7rem;}
    .home-happening-wrapper li:not(:has(figure)) .thumb-info{max-width: 35rem;}
    .home-section-six .container-fluid{padding-bottom: 12rem;}
    
}
@media (min-width: 3500px){
    .home-section-six{padding-top: 30rem;}
    .home-section-six .article-heading{padding-bottom: 10rem}
    .home-section-six .home-happening-wrapper{gap: 6rem}
    .home-section-six .container-fluid{--margin-top: 7rem;}
    .home-happening-wrapper li:not(:has(figure)) .thumb-info{max-width: 60rem;}
    .home-section-six .container-fluid{padding-bottom: 20rem;}
    .home-happening-wrapper li .thumb-info{column-gap: 4rem; padding: 6rem}
    
}

/* new css starts here */
img.for-sticky {
    opacity: 0;
}
header.header-sticky .navbar-brand img.img-fluid.for-wsticky {
    opacity: 0;
}
header.header-sticky .navbar-brand img.img-fluid.for-sticky {
    opacity: 1;
}

header .navbar-brand img {
    grid-area: 1 / 1;
}
a.navbar-brand {
    display: grid;
}
.partnership_bx p{
    color: #000;
}
/* new css ends here */

.singal-sec-slider1 {
    width: 100%;
    height: 100%;
  }
  .singal-sec-slider1 figure, .singal-sec-slider1 video,
  .singal-sec-slider1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .clip_video, .clip_video video, .clip_video img {
    width: 100%;
    height: 45rem;
    object-fit: cover;
}
@media (min-width: 1600px){
    .clip_video, .clip_video video {
        height: 45rem;
    }
   
}
@media (min-width: 1920px){
    .clip_video, .clip_video video, .clip_video img {
        height: 50rem;
    }
   
}
@media (min-width: 2500px){
    .clip_video, .clip_video video, .clip_video img {
        height: 70rem;
    }
}

@media(max-width:991px){
    .clip_video, .clip_video video, .clip_video img {
        height: auto;
    }
}


