.ppf_color_container {
    width: 100%;
      height: 2700px;
    position: relative;
    /* padding: 90px 0; */
    /* padding-top: 82px; */
    /* background-image: url(./img/3.png), url(./img/ppfcolorbgg2.jpg); */
    background-image: url(./img/ppfcolorbgg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.searchdiv input::placeholder {
  color: #f2f2f2;
  opacity: 0.6; /* Opacity kam karne ke liye */
}
  .after-section{
        display: flex
;
    margin-left: 20px;
    z-index: 9;
    position: relative;
    }
        .after-section h2 {
              text-shadow: 1px 1px 2px #000;
               /*color: #f4eaea;*/
               color: #fff;
               margin: 0;
               font-weight: 800;
    }
 /* .slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #fff;
    cursor: col-resize;
    z-index: 10;
    transform: translateX(-50%);
  } */
  .slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    /* background-color: #fff; */
    cursor: col-resize;
    z-index: 10;
    transform: translateX(-50%);
}
  /* .slider-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
  } */
  .slider-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
}
.slider-button {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    /* padding: 10px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    cursor: pointer;
}
.ppf_color_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.ppf_color_banner {
    width: 100%;
    /* height: 1200px; */
   height: 1241px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.ppf_color_banner-top {
    position: relative;
    top: 20%;
    text-align: center;
}

.ppf_color_banner-top h1 {
    /* font-size: 110px; */
    font-size: 145px;
    font-weight: 900;
    letter-spacing: 3px;
    position: absolute;
    color: #fff;
    text-shadow: 5px 8px 16px #000;
    bottom: 85px;
    left: 24%;
}

.ppf_color_banner-top h3 {
    /* font-size: 72px; */
    font-size: 110px;
    font-weight: 800;
    color: #fff;
    text-shadow: 6px 13px 10px #000;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}
.ppf_color_banner-bottom {
    position: absolute;
    bottom: -16%;
    text-align: center;
}

.ppf_color_banner-bottom-client {
    width: 65%;
    height: 170px;
    margin: auto;
    background: #ad949578;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 25px;
    padding: 0 40px;
}

.ppf_color_banner-bottom-client img {
  width: 54px;
    height: 54px;
        object-fit: contain;
}

.ppf_color_banner-bottom-client p {
    color: #fff;
    font-family: 'Ethnocentric Rg', sans-serif;
    margin-bottom: 0;
}

.divline {
    width: 90px;
    height: 2px;
    color: #fff;
    background: #fff;
    transform: rotate(90deg);
        display: none;
}

.ppf_color_banner-para {
    width: 80%;
    margin: 13px auto;
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: rgb(228, 206, 206) 0px 1px 2px;
    font-size: 24px;
    font-weight: 400;
}
.ppf_color_after {
    height: 1030px;
}

.ppf_color_box {
    width: 90%;
    /* margin: 50px auto auto; */
    margin: 222px auto auto;
    height: 958px;
          background-color: transparent !important;
}
.before-after-slider {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    height: 100%;
}
.slider-images {
    position: relative;
    width: 100%;
    height: 100%;
}
/* .ppf_color_after {
    height: 1030px;
} */
.ppf_color_after {
    height: 1671px;
    background-position: top;
}
.left-heading {
    position: absolute;
    top: 73%;
    transform: rotate(270deg);
    font-size: 35px;
    left: -83px;
    /* text-shadow: 1px 1px 2px #fff; */
    z-index: 99;
    letter-spacing: 23px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.right-heading {
    position: absolute;
    top: 73%;
    transform: rotate(270deg);
    font-size: 35px;
    right: -83px;
    /* text-shadow: 1px 1px 2px #fff; */
    z-index: 99;
    letter-spacing: 23px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.ppf-color-choose-container {
    width: 100%;
    height: 1100px;
    background-image: url(./img/ppfchoosecolor.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ppf-color-choose-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choosecolor {
    position: absolute;
    top: 15%;
}

.choosecolor h2 {
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800; /* Extra Bold */
    color: #fff;
    text-shadow: 1px 3px 3px #000;
}

.searchdiv {
    position: absolute;
    left: 58%;
}

.searchdiv .iconsInput {
    position: absolute;
    color: #fff;
    font-size: 58px;
    top: 4px;
    left: 6px;
}

.searchdiv input {
    width: 390px;
    height: 60px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 65px;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

.searchdiv button {
    border: none;
    background: #fff;
    padding: 0 11px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    position: absolute;
    top: 0;
    right: -18px;
}

.searchdiv button img {
    width: 40px;
    height: 60px;
    transform: rotate(-90deg);
}

.searchdiv ul {
    width: 320px;
    background-color: #a6bcc354;
    box-shadow: 0 0 2px #50849496;
    list-style: none;
    margin-left: 30px;
    padding: 0;
}

.searchdiv ul li {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800; /* Extra Bold */
    font-size: 20px;
    text-shadow: 1px 2px 3px #000;
}

.searchdiv ul .listarrow {
    background: #1480de;
    color: #fff;
    border-radius: 5px;
    border: 1px solid;
    margin-right: 12px;
    margin-left: 20px;
    padding: 1px 5px 1px 4px;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

.ppf-glacier-container {
    width: 100%;
    height: 1000px;
    background-image: url(./img/scrollbg.jpg);
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-position: bottom;
    position: relative;
}

.ppf-why-choose-container {
    width: 100%;
    height: 520px;
    background-image: url(./img/whychoosebg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ppf-why-choose-row {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
}

.ppf-why-choose-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    color: #fff;
    padding: 0;
    margin-left: 10px;
}

.ppf-why-choose-title {
    margin-top: 20px;
}

.ppf-why-choose-title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800; /* Extra Bold */
    font-size: 35px;
    font-weight: 800;
}

.ppf-why-choose-title h3 {
    padding: 7px 8px;
    border-radius: 59px;
    font-size: 18px;
    margin-right: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800; /* Extra Bold */
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .6588235294);
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

.ppf-why-choose-texticon p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600; /* Extra Bold */
    font-size: 11px;
    text-shadow: 1px 1px 5px #000;
}

.checkcolcoscroll {
    position: absolute;
    bottom: 0;
}

.checkcolcoscroll img {
    position: absolute;
    bottom: -54px;
    width: 130px;
    height: 220px;
    background: #fff0;
    z-index: 99;
    right: -50px;
}
@media screen and (max-width: 1680px) {
    .ppf_color_banner-top h3 {
    /* font-size: 72px; */
    font-size: 95px;
    font-weight: 800;
    color: #fff;
    text-shadow: 6px 13px 10px #000;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}
.ppf_color_banner-top h1 {
    /* font-size: 110px; */
    font-size: 130px;
    font-weight: 900;
    letter-spacing: 3px;
    position: absolute;
    color: #fff;
    text-shadow: 5px 8px 16px #000;
    bottom: 85px;
    left: 24%;
}
.ppf_color_banner-top {
    position: relative;
    top: 22%;
    text-align: center;
}
.ppf_color_container {
    width: 100%;
    height: 2580px;
    position: relative;
    /* padding: 90px 0; */
    /* padding-top: 82px; */
    /* background-image: url(./img/3.png), url(./img/ppfcolorbgg2.jpg); */
    background-image: url(./img/ppfcolorbgg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

}
@media screen and (max-width: 1536px) {
    .ppf_color_container {
         width: 100%;
        height: 2242px;
        position: relative;
        /* padding: 90px 0; */
        /* padding-top: 82px; */
        /* background-image: url(./img/3.png), url(./img/ppfcolorbgg2.jpg); */
        background-image: url(./img/ppfcolorbgg2.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
}
.ppf_color_box {
    width: 90%;
    /* margin: 50px auto auto; */
    margin: 68px auto auto;
    height: 958px;
    background-color: transparent !important;
}
    .ppf_color_banner-top {
    position: relative;
    top: 20%;
    text-align: center;
}
.ppf_color_banner {
    width: 100%;
    /* height: 1200px; */
    height: 1158px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.ppf_color_banner-top h1 {
    /* font-size: 110px; */
    font-size: 118px;
    font-weight: 900;
    letter-spacing: 3px;
    position: absolute;
    color: #fff;
    text-shadow: 5px 8px 16px #000;
    bottom: 85px;
    left: 24%;
}
.ppf_color_banner-top h3 {
    /* font-size: 72px; */
    font-size: 88px;
    font-weight: 800;
    color: #fff;
    text-shadow: 6px 13px 10px #000;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}
.ppf_color_banner-bottom-client {
    width: 65%;
    height: 152px;
    margin: auto;
    background: #ad949578;
    display: flex
;
    justify-content: space-around;
    align-items: center;
    border-radius: 60px;
    padding: 0 40px;
}
.ppf_color_banner-bottom {
    position: absolute;
    bottom: -3%;
    text-align: center;
}
.ppf_color_banner-para {
    width: 80%;
    margin: 13px auto;
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: rgb(228, 206, 206) 0px 1px 2px;
    font-size: 19px;
    font-weight: 400;
}
.right-heading {
    position: absolute;
    top: 77%;
    transform: rotate(90deg);
    font-size: 35px;
    right: -112px;
    /* text-shadow: 1px 1px 2px #fff; */
    z-index: 99;
    letter-spacing: 23px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.left-heading {
    position: absolute;
    top: 75%;
    transform: rotate(270deg);
    font-size: 35px;
    left: -112px;
    /* text-shadow: 1px 1px 2px #fff; */
    z-index: 99;
    letter-spacing: 23px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}


}

@media screen and (max-width: 1440px) {
    .ppf_color_container {
    width: 100%;
   height: 2102px;
    position: relative;
    /* padding: 90px 0; */
    /* padding-top: 82px; */
    /* background-image: url(./img/3.png), url(./img/ppfcolorbgg2.jpg); */
    background-image: url(./img/ppfcolorbgg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.ppf_color_box {
    width: 90%;
    /* margin: 50px auto auto; */
    margin: 100px auto auto;
    height: 100%;
    /*background-color: #fff3;*/
}
.ppf-why-choose-container {
    width: 100%;
    height: 520px;
    background-image: url(./img/whychoosebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ppf_color_banner {
    width: 100%;
    /* height: 1200px; */
    height: 1105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
    .ppf_color_banner-top {
        position: relative;
        top: 17%;
        text-align: center;
    }
    .ppf_color_banner-bottom {
        position: absolute;
        bottom: -3%;
        text-align: center;
    }
}


@media screen and (max-width: 1366px) {
    .ppf_color_container {
           width: 100%;
        height: 1968px;
        position: relative;
        /* padding: 90px 0; */
        /* padding-top: 82px; */
        /* background-image: url(./img/3.png), url(./img/ppfcolorbgg2.jpg); */
        background-image: url(./img/ppfcolorbgg2.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
}
.ppf_color_banner-top h1 {
        /* font-size: 110px; */
        font-size: 106px;
        font-weight: 900;
        letter-spacing: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 5px 8px 16px #000;
        bottom: 64px;
        left: 24%;
    }
    .ppf_color_banner-top h3 {
        /* font-size: 72px; */
        font-size: 79px;
        font-weight: 800;
        color: #fff;
        text-shadow: 6px 3px 10px #000;
        letter-spacing: 0px;
        font-family: 'Poppins', sans-serif;
    }
        .ppf_color_banner-bottom {
        position: absolute;
        bottom: 5%;
        text-align: center;
    }
    .ppf_color_banner-bottom-client {
        width: 65%;
        height: 148px;
        margin: auto;
        background: #ad949578;
        display: flex
;
        justify-content: space-around;
        align-items: center;
        border-radius: 60px;
        padding: 0 40px;
    }
    .ppf_color_banner-para {
        width: 80%;
        margin: 13px auto;
        font-family: Poppins, sans-serif;
        color: rgb(255, 255, 255);
        text-shadow: rgb(228, 206, 206) 0px 1px 2px;
        font-size: 17px;
        font-weight: 400;
    }
    .ppf_color_box {
    width: 90%;
    /* margin: 50px auto auto; */
    margin: 20px auto auto;
    height: 100%;
    /*background-color: #fff3;*/
}
.ppf-why-choose-container {
    width: 100%;
    height: 520px;
    background-image: url(./img/whychoosebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
}

@media screen and (max-width: 1280px) {
    .ppf_color_container {
          width: 100%;
        height: 1850px;
        position: relative;
        /* padding: 90px 0; */
        /* padding-top: 82px; */
        /* background-image: url(./img/3.png), url(./img/ppfcolorbgg2.jpg); */
        background-image: url(./img/ppfcolorbgg2.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
}
    .ppf_color_banner-top h1 {
        font-size: 105px;
        font-weight: 900;
        letter-spacing: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 5px 3px 16px #000;
       font-family: 'Poppins', sans-serif;

        bottom: 63px;
        left: 26%;
    }
        .right-heading {
            top: 80%;
            
        }
.left-heading{
      top: 80%;
}
 .ppf_color_banner-top h3 {
        font-size: 74px;
        font-weight: 800;
        color: #fff;
        text-shadow: 6px 3px 10px #000;
        letter-spacing: 0px;
        /* font-family: mypoppinsblack; */
    }
    .ppf_color_banner-top {
    position: relative;
          top: 15.5%;

    text-align: center;
}
.ppf_color_banner-bottom-client {
    width: 65%;
    height: 148px;
    margin: auto;
    background: #ad949578;
    display: flex
;
    justify-content: space-around;
    align-items: center;
    border-radius: 25px;
    padding: 0 40px;
}


        .ppf_color_banner-bottom {
        position: absolute;
        bottom: 5%;
        text-align: center;
    }
    .ppf_color_banner-para {
    width: 80%;
    margin: 13px auto;
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: rgb(228, 206, 206) 0px 1px 2px;
    font-size: 18px;
    font-weight: 400;
}

    .ppf-glacier-container {
        width: 100%;
        height: 980px;
        position: relative;
    }

    .ppf-why-choose-row {
        width: 95%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        align-items: center;
    }

    .ppf-why-choose-title {
        margin-top: 30px;
    }
    .before-after-slider {
  position: relative;
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        overflow: hidden;
        aspect-ratio: 16 / 10;
        height: 100%;
}
.slider-images {
    position: relative;
    width: 100%;
    height: 100%;
}
.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
}
.ppf-why-choose-container {
    width: 100%;
    height: 453px;
    background-image: url(./img/whychoosebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ppf-why-choose-texticon p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 9px;
    text-shadow: 1px 1px 5px #000;
}
.ppf_color_box {
    width: 90%;
    /* margin: 50px auto auto; */
    margin: 2px auto auto;
    height: 100%;
    /*background-color: #fff3;*/
}
.left-heading{
    left: -122px;
}
.right-heading{
    right: -122px;
}
}

@media screen and (max-width: 992px) {
    .ppf_color_container {
        width: 100%;
        height: 1650px;
        position: relative;
        padding: 90px 0;

        background-repeat: no-repeat;
        background-size: 100%, cover;
        background-position: top;
    }

    .ppf_color_banner {
        width: 100%;
        height: 760px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .ppf_color_banner-top {
        position: relative;
        top: 6%;
        text-align: center;
    }

    .ppf_color_banner-top h1 {
        font-size: 75px;
        font-weight: 900;
        letter-spacing: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 5px 3px 16px #000;
       font-family: 'Poppins', sans-serif;

        bottom: 40px;
        left: 23%;
    }

    .ppf_color_banner-top h3 {
        font-size: 50px;
        font-weight: 900;
        color: #fff;
        text-shadow: 6px 3px 10px #000;
        letter-spacing: 0px;
       font-family: 'Poppins', sans-serif;

    }

    .ppf_color_banner-bottom {
        position: absolute;
        bottom: -6%;
        text-align: center;
    }

    .ppf_color_banner-bottom-client {
        width: 75%;
        height: 130px;
        margin: auto;
       background: #53645a;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 25px;
        padding: 0 40px;
    }

    .ppf_color_banner-bottom-client img {
        width: 100px;
        height: 80px;
    }

    .choosecolor h2 {
        font-size: 60px;
         font-family: 'Poppins', sans-serif;
        color: #fff;
        text-shadow: 1px 3px 3px #000;
    }

    .searchdiv {
        position: absolute;
        left: 20%;
    }

    .searchdiv button {
        border: none;
        background: #fff;
        padding: 0 11px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        position: absolute;
        top: 0;
        right: -18px;
    }

    .ppf-why-choose-row {
        width: 95%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        align-items: center;
    }

    .ppf_color_banner-para {
        width: 80%;
        margin: 15px auto;
         font-family: 'Poppins', sans-serif;
        color: #fff;
        text-shadow: 0px 1px 2px #e4cece;
        font-size: 15px;
        font-weight: 400;
    }

    .before-after-slider {
        position: relative;
        width: 100%;
        height: 700px !important;
    }

    .ppf-why-choose-container {
        width: 100%;
        height: 350px;
    }

    .ppf-why-choose-title h2 {
       font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: 800;
    }

    .ppf-why-choose-title h3 {
        padding: 7px 8px;
        border-radius: 59px;
        font-size: 14px;
        margin-right: 6px;
       font-family: 'Poppins', sans-serif;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, .6588235294);
        background-image: linear-gradient(180deg, #85d89f, #4b96ae);
    }

    .ppf-why-choose-texticon p {
        font-weight: 500;
        font-size: 8px;
        text-shadow: 1px 1px 5px #000;
    }
    .ppf-glacier-container {
        width: 100%;
        height: 800px;
        background-position: bottom;
        position: relative;
    }
    .swiper{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 95%;
        height: 450px;
        overflow: hidden;
        margin: auto;
        top: 30%;
    }

}

@media screen and (max-width: 768px) {
    .ppf_color_banner-top h3 {
        font-size: 40px;
        font-weight: 900;
        color: #fff;
        text-shadow: 6px 3px 10px #000;
        letter-spacing: 0px;
       font-family: 'Poppins', sans-serif;

    }

    .choosecolor h2 {
        font-size: 45px;
         font-family: 'Poppins', sans-serif;
        color: #fff;
        text-shadow: 1px 3px 3px #000;
    }

    .searchdiv {
        position: absolute;
        left: 15%;
    }

    .ppf-color-choose-container {
        width: 100%;
        height: 660px;
        position: relative;
    }

    .ppf-why-choose-title h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 800;
    }
    .ppf_color_banner-bottom-client p {
        color: #fff;
        font-family: 'Ethnocentric Rg', sans-serif;
        font-size: 12px;
    }

    .ppf-why-choose-title h3 {
        padding: 4px 8px;
        border-radius: 59px;
        font-size: 12px;
        margin-right: 6px;
       font-family: 'Poppins', sans-serif;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, .6588235294);
        background-image: linear-gradient(180deg, #85d89f, #4b96ae);
    }

    .ppf-why-choose-texticon p {
        font-weight: 500;
        font-size: 6px;
        text-shadow: 1px 1px 5px #000;
    }
    .ppf-glacier-container {
        width: 100%;
        height: 600px;
        background-position: bottom;
        position: relative;
    }
    .swiper{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 95%;
        height: 450px;
        overflow: hidden;
        margin: auto;
        top: 17%;
    }
}

@media screen and (max-width: 480px) {
    .ppf_color_container {
        width: 100%;
        height: 1050px;
        position: relative;
        padding: 90px 0;

        background-repeat: no-repeat;
        background-size: 100%, cover;
        background-position: top, bottom;
    }
.divline {
    width: 40px;
    height: 2px;
            display: block;

    color: #fff;
    background: #fff;
    transform: rotate(90deg);
}
    .ppf_color_row {
        width: 93%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-items: center;
    }
    .after-section{
    display: flex
;
        margin-left: 1px;
        margin-top: 1px;
        display: flex
;
        z-index: 5;
        position: absolute;
    }
        .after-section h2 {
        font-size: 12px;
        color: #f4eaea;
        margin: 0;
    }
    .after-section img{
        width: 32px;
    height: 31px;
    object-fit: contain;
    border-radius: 10px;
    }

    .ppf_color_banner {
        width: 100%;
        height: 520px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .ppf_color_banner-top {
        position: relative;
        top: 9%;
        text-align: center;
        width: 95%;
    }

      .ppf_color_banner-top h1 {
       font-size: 31px;
        font-weight: 900;
        letter-spacing: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 5px 3px 16px #000;
        font-family: 'Poppins', sans-serif;
        bottom: 65px;
        left: 0;
        top: -86px;
        width: 100%;
        text-align: center;
    }
     .slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: transparent;
    cursor: col-resize;
    z-index: 10;
    transform: translateX(-50%);
  }

  .slider-line {
    position: absolute;
    width: 2px;
    height: 84%;
    background: #fff;
  }

    /*.ppf_color_banner-top h3 {*/
    /*    font-size: 25px;*/
    /*    font-weight: 800;*/
    /*    color: #fff;*/
    /*    text-shadow: 6px 13px 10px #000;*/
    /*    letter-spacing: 0px;*/
    /*    font-family: mypoppinsblack;*/
    /*    top: 10px;*/
    /*}*/
    .ppf_color_banner-top h3 {
        font-size: 20px;
        font-weight: 900;
        position: absolute;
        color: #fff;
        text-shadow: 6px 3px 10px #000;
        letter-spacing: 0px;
        font-family: 'Poppins', sans-serif;

        width: 100%;
        text-align: center;
        top: -54px;
    }
    .ppf_color_banner-bottom-client p {
        color: #fff;
        font-family: 'Ethnocentric Rg', sans-serif;
        font-size: 7px;
        margin-bottom: 0;
    }

    .ppf_color_banner-bottom {
        position: absolute;
        bottom: 5%;
        text-align: center;
        width: 100%;
        margin: auto;
    }

       .ppf_color_banner-bottom-client {
        width: 98%;
        height: 78px;
        margin: auto;
            background: #ad949578;
        display: flex
;
        justify-content: space-around;
        align-items: center;
        border-radius: 25px;
        /*padding: 5px 18px;*/
                padding: 5px 36px;
    }

    .ppf_color_banner-bottom-client img {
              width: 32px;
        height: 32px;
    }

    .ppf_color_banner-para {
        width: 90%;
        margin: 15px auto;
      font-family: 'Poppins', sans-serif;
        color: #fff;
        text-shadow: 0px 0px 1px #e4cece;
        font-size: 10px;
        font-weight: 400;
    }

    .before-after-slider {
        position: relative;
        width: 100%;
        height: 248px !important;
    }

    .left-heading {
        position: absolute;
        top: 81%;
        transform: rotate(270deg);
         font-size: 12px;
        left: -56px;
        /*text-shadow: 1px 1px 2px #fff;*/
        z-index: 100;
        letter-spacing: 10px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

    .right-heading {
      position: absolute;
        top: 82%;
        transform: rotate(91deg);
               font-size: 11px;
        right: -51px;
        /*text-shadow: 1px 1px 2px #fff;*/
        z-index: 99;
        letter-spacing: 10px;
        font-family: 'Poppins', sans-serif;
        /* font-family: mypoppinsRegular; */
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

    .ppf-color-choose-container {
             width: 100%;
        height: 330px;
        /* object-fit: contain; */
            background-image: url(./img/ppfchoosecolour-mobileor.png);
        position: relative;
        background-size: 100% 100%;
    }

    .choosecolor h2 {
        font-size: 28px;
         font-family: 'Poppins', sans-serif;
        color: #fff;
        text-shadow: 1px 3px 3px #000;
            text-align: center;
    }
    .choosecolor {
   width: 100%;
}

    .searchdiv {
       
                position: static;
        margin-left: 0;
        /* width: 200px; */
        /* justify-self: flex-end; */
       justify-content: space-around;
        display: flex;
       
    }

    .searchdiv .iconsInput {
               position: relative;
        color: #fff;
        font-size: 28px;
        top: 7px;
        /* width: 100%; */
        left: 114px;
        left: 145px;
    }

    .searchdiv input {
          width: 206px;
        height: 38px;
        border-radius: 24px;
        border: none;
        outline: none;
        padding-left: 40px;
                font-size: 16px;
        color: #fff;
        background-image: linear-gradient(180deg, #85d89f, #4b96ae);
    }

    .searchdiv button {
               border: none;
        background: #fff;
        padding: 0 0px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        position: absolute;
        top: 42px;
        right: 42px;
    }

    .searchdiv button img {
        width: 40px;
        height: 37px;
        transform: rotate(-90deg);
    }

    .ppf-why-choose-container {
        width: 100%;
        height: 460px;
        padding: 15px 0;
    }

    .ppf-why-choose-row {
        width: 95%;
        margin: auto;
        display: block;
        justify-content: center;
        align-items: center;
    }
    .ppf-why-choose-text {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 0;
        margin-left: 10px;
    }
    .ppf-why-choose-title {
        margin-top: 5px;
    }

    .ppf-why-choose-texticon p {
        font-weight: 500;
        font-size: 9px;
        text-shadow: 1px 1px 5px #000;
    }
.ppf_color_container {
    width: 100%;
    height: auto;
    position: relative;
    /*padding: 90px 0;*/
    padding-top:105px;
    background-image: url(./img/3.png), url(./img/cppf-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%, cover;
    background-position: top;
}
.ppf_color_box {
    width: 90%;
    /* margin: 50px auto auto; */
    margin: 2px auto auto;
    height: 333px;
    /*background-color: #fff3;*/
}
.ppf_color_after {
    height: 244px;
}
.ppf-why-choose-container {
        width: 100%;
        height: 520px;
        background-image: url(./img/whychoosebg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }

}
@media screen and (max-width: 440px) {
    .ppf-glacier-container {
        width: 100%;
        height: 400px;
        background-position: bottom;
        position: relative;
    }
    .swiper{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 95%;
        height: 450px;
        overflow: hidden;
        margin: auto;
        top: -8% !important;
    }
    .slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    /* padding: 10px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px 3px !important;
    cursor: pointer;
}
       .searchdiv ul {
        width: 176px;
        background-color: #a6bcc354;
        box-shadow: 0 0 2px #50849496;
        list-style: none;
        margin-left: 24px;
        padding: 0;
        /* justify-content: flex-end; */
    }
    .searchdiv ul li {
    padding: 3px 0;
    display: flex
;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 11px;
    text-shadow: 1px 2px 3px #000;
}
.choosecolor {
    position: absolute;
    top: 5%;
}
    .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
         .ppf_color_box {
        padding: 18px;
        width: 96%;
        /* margin: 50px auto auto; */
        margin: 1px auto auto;
        height: 282px;
        background-color: #6a6f6b !important;
    }
    .ppf_color_after {
        height: 244px;
    }
     .slider-line {
    position: absolute;
    width: 2px;
    height: 297px;
    background: #fff;
  }
      .searchdiv .iconsInput {
        position: relative;
        color: #fff;
        font-size: 28px;
        top: 7px;
        /* width: 100%; */
        left: 114px;
        left: 136px;
    }

}




@media screen and (max-width: 420px) {
    .searchdiv .iconsInput {
        position: relative;
        color: #fff;
        font-size: 28px;
        top: 7px;
        /* width: 100%; */
       
        left: 130px;
    }
}
@media screen and (max-width: 390px) {
   .ppf_color_banner-top {
        position: relative;
        top: 9%;
        text-align: center;
    }
      .searchdiv .iconsInput {
        position: relative;
        color: #fff;
        font-size: 28px;
        top: 7px;
        /* width: 100%; */
        left: 114px;
      
    }
    .searchdiv button {
        border: none;
        background: #fff;
        padding: 0 0px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        position: absolute;
        top: 42px;
        right: 37px;
    }
     .left-heading {
        position: absolute;
        top: 81%;
        transform: rotate(270deg);
         font-size: 12px;
        left: -57px;
        /*text-shadow: 1px 1px 2px #fff;*/
        z-index: 100;
        letter-spacing: 10px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

    .right-heading {
      position: absolute;
        top: 82%;
        transform: rotate(91deg);
               font-size: 11px;
        right: -53px;
        /*text-shadow: 1px 1px 2px #fff;*/
        z-index: 99;
        letter-spacing: 10px;
        font-family: 'Poppins', sans-serif;
        /* font-family: mypoppinsRegular; */
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

.ppf_color_banner-top h1 {
        font-size: 32px;
        font-weight: 900;
        letter-spacing: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 5px 8px 16px #000;
       font-family: 'Poppins', sans-serif;

        bottom: 35px;
        left: 0;
    }
    .ppf_color_banner-top h3 {
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        text-shadow: 6px 3px 10px #000;
        letter-spacing: 0px;
        font-family: 'Poppins', sans-serif;

        top: -57px;
    }
    .ppf_color_banner-bottom {
        position: absolute;
        bottom: 3%;
        text-align: center;
    }

}
@media screen and (max-width: 375px) {
    .searchdiv .iconsInput {
        position: relative;
        color: #fff;
        font-size: 28px;
        top: 7px;
        /* width: 100%; */
        left: 114px;
        left: 106px;
    }
}