.engineering {
    position: relative;
    display: grid;
    overflow: hidden;
    align-items: end;
}

.engineering>* {
    grid-area: 1 / 1;
}

.engineering::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 53%;
}

.engineering::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #000000a3 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 15%;
    opacity: 0.38;
}

.engineering .shrt-title {
    padding-left: 16.4rem;
    padding-bottom: 10.3rem;
    position: relative;
    z-index: 1;
}

.engineering .shrt-title h1 {
    font-size: var(--font-60);
    font-weight: 300;
    color: #fff;
    margin-bottom: 2rem;
}

.engineering .shrt-title h1 span {
    display: block;
}

.engineering .shrt-title h2 {
    font-size: var(--font-24);
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.engineering .vrtcl-line {
    position: absolute;
    top: auto;
    bottom: 3.8rem;
    left: 0rem;
    z-index: 9;
}

.skiper_eng_grid {
    display: grid;
    grid-template-columns: repeat(1, 41.3% auto);
    gap: 5.8rem;
    margin-left: -15rem;
}

.skiper_eng_grid .about_img_panel figure {
    width: 41.2rem;
    position: relative;
    margin-inline: auto;
}

.skiper_eng_grid .skipper_home_about {
    padding-block: 8.4rem;
}

.skiper_eng_grid .we_are h1 {
    font-size: var(--font-48);
    color: var(--colorf5);
    font-weight: 300;
    padding-block: 0 5rem;
}

.skiper_eng_grid .we_are p {
    font-size: var(--font-16);
    color: var(--color33);
    font-weight: normal;
    line-height: 1.5;
}

.skiper_eng_grid .we_are p b {
    color: var(--color00);
    font-weight: 500;
}

.skiper_eng_grid .read_icon {
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.skiper_eng_grid .we_are_list {
    margin-block: 1.7rem 14rem;
}

.skiper_eng_grid .we_are_list ul {
    display: flex;
    gap: 12rem;
}

.skiper_eng_grid .we_are_list ul h2 {
    font-size: var(--font-60);
    font-weight: 300;
    color: var(--color00);
}

.skiper_eng_grid .we_are_list p {
    font-weight: 500;
    color: #000;
}

.skiper_eng_grid .we_are_list li {
    text-align: center;
    position: relative;
}

.skiper_eng_grid .we_are_list li:after {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    right: -8rem;
    background: #f57c004a;
    top: 0;
}

.skiper_eng_grid .we_are_list li:last-child:after {
    display: none;
}

.skiper_eng_grid .about_block2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -6.1rem;
}

.skiper_eng_grid .about_block2 .we_are p {
    font-size: var(--font-18);
    color: var(--color33);
    line-height: var(--line-height-30);
    font-weight: 300;
    padding-right: 1rem;
    margin-bottom: 3rem;
}

.skiper_eng_grid .about_block2 .we_are_list ul h2 {
    font-size: var(--font-60);
    font-weight: 300;
    color: var(--color00);
    margin-bottom: 1rem;
}

.skiper_eng_grid .about_block2 .we_are_list p {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.skiper_eng_grid .about_block2 .we_are_list p span {
    display: block;
}

/* product sec start here */
.product_sec {
    background-color: #fff;
    padding-block: 10rem 11rem;
}

.product_sec.polymer {
    background-color: #f2f2f2;
}

.product_sec_slider {
    position: relative;
}

.product_sec_slider .title {
    padding-bottom: 6rem;
}

.product_sec_slider .title h3 {
    font-size: var(--font-36);
    margin-bottom: 0;
    color: var(--color00);
    font-weight: 400;
}

.product-slider {
    overflow: hidden;
    margin-right: -21rem;
    padding-bottom: 8rem;
    position: relative;
}
.eng-prod  .product-slider{
    padding-bottom: 12rem;
   }
.slide_bx figure {
    position: relative;
    display: grid;
    align-items: end;
}

.slide_bx figure>* {
    grid-area: 1 / 1;
}

.slide_bx figure a img {
    border-radius: 3rem;
}

.slide_bx figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 36%;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0rem 0rem 3rem 3rem;
    pointer-events: none;
}

.slide_bx figure figcaption {
    padding-bottom: 2.4rem;
    padding-left: 4.1rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.slide_bx figure figcaption p {
    font-size: var(--font-24);
    color: #fff;
    margin-bottom: 0;
}

.slide_bx figure .icon-top {
    position: absolute;
    top: 0.2rem;
    left: -2px;
    rotate: 90deg;
}

.product-slider.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 83%;
    height: 4px;
    left: 0rem;
    bottom: 0;
    top: auto;
}

.product-slider.swiper-container-horizontal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--colorf5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

/* product sec end here */

/* video sec start here */
.video_sec figure {
    display: grid;
    align-items: center;
    justify-items: center;
    position: relative;
}

.video_sec figure>* {
    grid-area: 1 / 1;
}

.video_sec figure figcaption {
    max-width: 100rem;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-content: center;
}

.video_sec figure figcaption h6 {
    font-size: var(--font-48);
    color: #fff;
    margin-bottom: 0;
}

.video_sec figure figcaption .ply-btn {
    padding-top: 3rem;
}

@media(max-width:768px) {
    .desktop_video {
        display: none;
    }
}

@media(min-width:768px) {
    .mobile_video {
        display: none;
    }
}

/* video sec end here */

/* capabilities start here */
.capabilities_sec {
    background-color: var(--color00);
    position: relative;
    padding-block: 12.9rem 13.2rem;
}

.capabilities_sec::before {
    content: '';
    position: absolute;
    width: 42%;
    height: 100%;
    left: 0;
    top: 0;
    background: #336E8C;
}

.capabilities_sec .capiblty_grid {
    display: grid;
    grid-template-columns: repeat(1, 49.3% auto);
    gap: 9.8rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.capabilities_sec .capiblty_grid .capib-rght h3 {
    font-size: var(--font-36);
    font-weight: 400;
    margin-bottom: 4rem;
    color: #fff;
}

.capabilities_sec .capiblty_grid .capib-rght p {
    margin-bottom: 4rem;
    font-size: var(--font-18);
    font-weight: 200;
    color: #fff;
}

.capabilities_sec .capiblty_grid .capib-rght p span {
    font-weight: 500;
}

.capabilities_sec .lft_img {
    position: absolute;
    top: 3rem;
    left: -1.5rem;
}

.capabilities_sec .read_icon {
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

/* capabilities end here */

.about_img_panel {
    position: relative;
    overflow: hidden;
}

.about_img_panel figure {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

.lft-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tower-image2 {
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .2s ease;
    display: block;
}

.rght-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.lft-icon {
    left: 0;
    transform: translate(50%, -50%);
}

.rght-icon {
    right: 0%;
    transform: translate(-50%, -50%);
}

/* Active state after scroll */
.about_img_panel.active .tower-image2 {
    opacity: 1;
    height: 100%;
}

.about_img_panel.active .lft-icon {
    left: 0;
    transform: translateY(-50%);
}

.about_img_panel.active .rght-icon {
    right: 0;
    transform: translateY(-50%);
}

/*featured_project css start here*/
.skipper_home_about {
    padding-top: 13.6rem;
}

.icon_project {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 0rem;
    will-change: transform;
    width: 100%;
    height: 956px;
    z-index: 0;
    right: -30rem;
    transition: all 0.6s ease;
}

.project_slider {
    position: relative;
    z-index: 1;
}

section.featured_project {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding-block: 9rem 2rem;
}

.slider_grid {
    display: grid;
    grid-template-columns: 63.3% 34.7%;
    overflow: hidden;
    gap: 27px;
}

.swiper.mySwiper {
    overflow: hidden;
    padding-block: 5rem 19rem;
}

.right-container .corner-accent {
    height: 100%;
    overflow: hidden;
}

.right-container .corner-accent figure {
    height: 100%;
}

.right-container .corner-accent {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.right-container .corner-accent figure img {
    height: 100%;
}

.left-slide {
    display: grid;
    align-items: end;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.left-slide>* {
    grid-area: 1/1;
}

.right-top {
    display: grid;
    align-items: end;
    position: relative;
    border-radius: 21px;
    overflow: hidden;
}

.right-top>* {
    grid-area: 1/1;
}

.right-bottom {
    display: grid;
    align-items: end;
    position: relative;
    border-radius: 21px;
    overflow: hidden;
}

.right-bottom>* {
    grid-area: 1/1;
}

.text-content {
    padding-inline: 4rem;
    padding-block: 4rem;
    color: #fff;
}

.voltage {
    position: absolute;
    bottom: 3.9rem;
    right: 4rem;
    color: #fff;
    font-size: var(--font-24);
    font-weight: 300;
    z-index: 1;
}

.right-container {
    display: grid;
    gap: 31px;
}

.corner-accent {
    height: 100%;
}

.corner-accent figure {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.corner-accent figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section.featured_project .project-title {
    font-size: var(--font-24);
    font-weight: 300;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

section.featured_project .description {
    font-size: var(--font-16);
    font-weight: 300;
    width: 70%;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    display: none;
}

.bottom_left_icon {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
}

.text-content:after {
    content: "";
    width: 100%;
    height: 232px;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 75%;
    border-radius: 0px 0px 20px 20px;
}

.button_group .container {
    position: relative;
}

section.featured_project h2 {
    font-size: var(--font-30);
    color: #004A70;
    font-weight: normal;
}

section.featured_project .swiper-button-prev,
section.featured_project .swiper-container-rtl .swiper-button-next {
    background: #fff url(../images/icon/left_icon.svg);
    left: 0rem;
    right: inherit;
}

section.featured_project .swiper-button-next,
section.featured_project .swiper-container-rtl .swiper-button-prev {
    background: #fff url(../images/icon/right_icon.svg);
    right: inherit;
    left: 5rem;
}

section.featured_project .swiper-button-prev,
section.featured_project .swiper-button-next {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    margin-top: 3rem;
    z-index: 10;
    cursor: pointer;
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
}

.project_slider .view_all {
    position: absolute;
    right: 0;
    bottom: 12rem;
    z-index: 9;
}

.featured_project .container {
    position: relative;
}

.view_all figure {
    border-radius: 50%;
    width: 41px;
    height: 41px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background: #fff;
    text-align: center;
    align-content: center;
}

.view_all a {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #000;
    font-weight: 500;
}

.left-slide>*,
.right-container>div {
    opacity: 1;
    transform: translateY(0);
}

.full_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

section.skipper_news .item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.eng_header.top-10 {
    opacity: 0;
    visibility: hidden;
}

section.Social_Responsibility.infraabt-1 figure {
    border-radius: 15px;
    overflow: hidden;
}
.product_sec .swiper-button-next,
.product_sec .swiper-button-prev {
  color: #000;          /* arrow color */
      opacity: 0.35;
    cursor: pointer !important;
    pointer-events:unset !important;
  opacity: 1 !important;
  transition: 0.4s;
  left: 13% !important;
}
.product_sec .swiper-button-prev  {
 right: 6rem;
    left: 9% !important;
}
.product_sec .swiper-button-next::after,
.product_sec .swiper-button-prev::after {
  font-size: 20px;      /* arrow size */
  font-weight: bold;
}
.product_sec .swiper-div {
      position: relative;
    top: 6rem;
    right: 13rem;
}
 .product_sec .swiper-button-next:hover,
.product_sec .swiper-button-prev:hover{
    filter: brightness(0);
}
@media(max-width:1699px) {
    .engineering .shrt-title {
        padding-left: 11.4rem;
        padding-bottom: 11.3rem;
    }

    .skiper_eng_grid {
        gap: 0.8rem;
        margin-left: -9rem;
    }

    .skiper_eng_grid .about_block2 {
        margin-right: -42px;
    }

    .skiper_eng_grid .we_are h1 {
        padding-block: 0 3rem;
    }

    .skiper_eng_grid .we_are_list {
        margin-block: 1.7rem 4rem;
    }

    .skiper_eng_grid .about_img_panel figure {
        width: 31.2rem;
    }

    .lft-icon,
    .rght-icon {
        width: 100px;
    }

    .capabilities_sec .lft_img {
        position: absolute;
        top: 10rem;
        left: -11.5rem;
        width: 81rem;
    }

    .capabilities_sec .capiblty_grid {
        display: grid;
        grid-template-columns: repeat(1, 49.3% auto);
        gap: 3.8rem;
        align-items: center;
        position: relative;
        z-index: 1;
    }
}

@media(max-width:1399px) {
    .project_slider .view_all {
    bottom: 3rem;
    }
    .swiper-div .swiper-button-prev, .swiper-div .swiper-button-next {
    width: 3.5rem !important;
    height: 3.5rem !important;
    }
    .skipper_home_about {
        padding-top: 7.6rem;
    }

    .skiper_eng_grid {
        gap: 0.8rem;
        margin-left: -6rem;
    }

    .skiper_eng_grid .about_img_panel figure {
        width: 27.2rem;
    }

    .skiper_eng_grid .about_block2 {
        margin-right: -39px;
    }

    .skiper_eng_grid .we_are_list ul {
        gap: 10rem;
    }

    .product_sec {
        background-color: #fff;
        padding-block: 5rem 6rem;
    }

    .product-slider {
        padding-bottom: 5rem;
    }
    .eng-prod.product_sec .swiper-div {
    right: 11rem;
}
   .eng-prod  .product-slider{
    padding-bottom: 12rem;
   }
    .product_sec_slider .title {
        padding-bottom: 3rem;
    }

    .capabilities_sec {
        padding-block: 7rem 6.2rem;
    }

    .capabilities_sec .lft_img {
        top: 4rem;
        left: -9.5rem;
        width: 67rem;
    }

    .capabilities_sec .capiblty_grid .capib-rght h3 {
        margin-bottom: 2rem;
    }

    section.featured_project {
        padding-block: 5rem 2rem;
    }

    .project_slider .swiper.mySwiper {
        overflow: hidden;
        padding-block: 3rem 10rem;
    }
}

@media(max-width:1199px) {
    .engineering .shrt-title {
        padding-left: 7.4rem;
        padding-bottom: 5.3rem;
    }
    .eng-prod.product_sec .swiper-div {
        right: 9rem;
    }
    
 .eng-prod .swiper-button-next {
    left: 14% !important;
}
    .skiper_eng_grid {
        gap: 0;
        margin-left: 0;
        grid-template-columns: auto;
    }

    .skiper_eng_grid .about_img_panel {
        display: none;
    }

    .skiper_eng_grid .about_block2 {
        margin-right: 0;
    }

    .skiper_eng_grid .we_are_list ul {
        justify-content: space-between;
    }
}

@media(max-width:991px) {
        .eng-prod .product-slider {
        padding-bottom: 10rem;
    }
        .eng-prod.product_sec .swiper-div {
        right: 8rem;
        top:5.5rem
    }
    .eng_header {
        display: none;
    }

    .skipper_home_about {
        padding-top: 4rem;
    }

    .skiper_eng_grid .we_are h1 {
        padding-block: 0 1rem;
    }

    .skiper_eng_grid .about_block2 .we_are p {
        margin-bottom: 0rem;
        padding-right: 0;
    }

    .capabilities_sec .capiblty_grid {
        grid-template-columns: auto;
        gap: 3.8rem;
    }

    .capabilities_sec .lft_img {
        display: none;
    }

    .capabilities_sec .capiblty_grid .capib-rght p {
        margin-bottom: 2rem;
    }

    .capabilities_sec .capiblty_grid .capib-rght p:last-child {
        margin-bottom: 0;
    }

    .slider_grid {
        grid-template-columns: auto;
        gap: 27px;
    }

    .right-container .corner-accent figure img {
        height: 100%;
        width: 100%;
    }

    .infra_grid .top_icon {
        width: 35px;
    }
        .capabilities_sec::before {
            background: #18496f;
        }
                .capabilities_sec {
                    padding-block: 3rem 4.2rem;
                }

}

@media(max-width:767px) {
        .eng-prod.product_sec .swiper-div {
        right: 6rem;
        }
            .eng-prod .swiper-button-next {
        left: 15% !important;
    }
    .engineering {
        min-height: 50rem;
    }

    .engineering figure,
    .engineering figure img {
       height: 100%;
        object-fit: cover;
    }

    .engineering .shrt-title h1 span {
        display: inline;
    }

    .engineering .shrt-title {
        padding-left: 2rem;
        padding-bottom: 3rem;
    }

    .skiper_eng_grid .we_are_list ul {
        gap: 3rem;
        justify-content: center;
    }

    .skiper_eng_grid .we_are_list li:after {
        right: -1.5rem;
    }

    section.featured_project .swiper-button-prev,
    section.featured_project .swiper-button-next,
    section.featured_project .view_all figure {
        width: 3.1rem !important;
        height: 3.1rem !important;
    }
}

@media(max-width:575px) {
    .engineering .shrt-title h1 {
    font-size: var(--font-48);
    }
        .eng-prod .swiper-button-next {
        left: 17% !important;
    }
        .eng-prod.product_sec .swiper-div {
        right: 4rem;
    }
    .engineering {
        max-height: 43rem;
    }

    .engineering .shrt-title {
        padding-left: 1.4rem;
        padding-bottom: 1.3rem;
    }

    .video_sec figure {
        display: block;
        position: relative;
    }

    .video_sec figure figcaption {
        max-width: 100%;
        text-align: center;
        padding-block: 4rem;
        padding-inline: 2rem;
        position: unset;
    }

    .video_sec figure figcaption h6 {
        color: var(--color33);
        margin-bottom: 0;
    }

    .video_sec figure figcaption .ply-btn {
        padding-top: 0;
        position: absolute;
        top: 31%;
        left: 49%;
        transform: translate(-50%, -50%);
    }

    .skiper_eng_grid .we_are_list ul {
        gap: 2rem;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .skiper_eng_grid .we_are_list li:after {
        display: none;
    }

    .product-slider {
        margin-right: 0;
    }
}

@media(max-width:479px) {
        .eng-prod.product_sec .swiper-div {
        right: 2rem;
    }
        .eng-prod .swiper-button-next {
        left: 23% !important;
    }
    .video_sec figure figcaption .ply-btn {
        padding-top: 0;
        position: absolute;
        top: 21%;
        left: 49%;
        transform: translate(-50%, -50%);
    }
}
/* .product-slider .upng-btn{
    position: absolute;
    bottom: 2.5rem;
    right: 21rem;
    z-index: 9;
}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev{
    right: -7.5rem;
    width: 33px !important;
    height: 33px !important;
} */
 