@font-face {
    font-family: 'Ethnocentric';
    src: url('/Ethnocentric\ Rg\ It.otf') format('woff2'),
        url('/path-to-fonts/ethnocentric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Ethnocentric', sans-serif;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}







.why-heading {
    font-family: ethnocentric;
}

.zc-score-data p {
    text-wrap-mode: nowrap;
      font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.center-heading{
    display: none !important;
}
.eazycool-banner {
    width: 100%;
    height: 1000px;
    background-image: url(/image/bg-desktop1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    padding: 20px 0;
    position: relative;
    animation: fadeIn 2s ease-in-out;
    animation: fadeIn 2s ease-in-out forwards;
}

.left-heading {
    position: absolute;
    top: 450px;
    transform: rotate(270deg);
    letter-spacing: 18px;
    left: -46px;
}

.eazycool-row {
    width: 100%;
    position: relative;
    color: #fff;
}

.right-heading {
    position: absolute;
    top: 450px;
    transform: rotate(90deg);
    letter-spacing: 18px;
    right: -46px;
}

.center-heading {
    width: 60%;
    position: absolute;
    top: 200px;
    left: 22%;
    text-align: unset;
    text-shadow: 0px 0px 2px #000;
}

.center-heading p {
    position: absolute;
    left: 18px;
    font-size: 16px;
    transform: skew(-3deg, 1deg);
    font-family: ethnocentric;
    top: -7px;
   font-weight: 400;
    /* font-family: mypoppins; */
}

.MYPOPIN {
    font-size: 90px;
    letter-spacing: 9px;
    position: absolute;
    text-shadow: 4px 6px 1px #000;
    font-family: ethnocentric;
}

.bottom-heading {
    width: 100%;
    margin: auto;
    position: absolute;
        font-family: 'Poppins', sans-serif;
    
    text-align: center;
    bottom: 22%;
    color: #fff;
    text-shadow: 1px 2px 8px #000;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

.score-container {
    width: 75%;
    height: 150px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 105px;
    padding: 30px 60px;
    position: absolute;
    bottom: 4%;
    left: 15%;
    background-image: linear-gradient(to right, #446c75, #242f31);
    box-shadow: 0 0 1px #618183;
}

.zc-score-data {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.zc-score-line {
    width: 52px;
    height: 2px;
    /*top: 0;*/
    /*margin-bottom: 30px;*/
    background: #f0f8ff;
    transform: rotate(90deg);
}

.service-carousel {


    width: 100%;
    height: 450px;
    background-image: url(../image/servicebg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    animation: fadeIn 2s ease-in-out;
    animation: fadeIn 2s ease-in-out forwards;
}

.service-heading img {
    width: 870px;
    position: absolute;
    top: -49%;
    left: 21%;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
}

/*  */

.slider img {
    width: 100%;
    border: 2px solid transparent;
    transition: transform .3s, border .3s;
}

.slider {
    min-width: 33.33%;
    transition: transform .5s ease;
    display: flex;
}

.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    left: 26%;
    cursor: pointer;
    z-index: 1;
}

.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    right: 25.5%;
    z-index: 1;
}

.prev img {
  width: 43px;
    height: 43px;
}

.next img {
    width: 43px;
    height: 43px;
}

.tranding-slide-img  {
    background-image: url(/image/cardbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0.8);
}

.bottom-screen-item {
    width: 100%;
    position: absolute;
    bottom: -13px;
    background-size: 45% !important;
    left: -1%;
    /* max-width: 303px; */
    /* height: 81px; */
    z-index: 999;
    background-image: url(/image/servicebottom1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#dynamic-heading {
   position: relative;
    text-align: center;
    left: 6px;
    font-size: 80px;
    top: -19px;
    font-family: ethnocentric;
    text-shadow: 3px 3px 8px rgba(255, 255, 255, 0.7);
    color: #fff;
}

#details {
  position: relative;
    text-align: center;
    left: 10px;
    top: -48px;
       font-size: 21px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 700;
    text-shadow: 2px 3px 16px #039BE5;
}

.eazycool-about {
    width: 100%;
    height: 1200px;
    background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.eazycool_about_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.about_left {
    flex-basis: 30%;
    height: 100%;
}

.about_left h1 {
    color: #131b22;
    transform: rotate(270deg);
     font-family: 'Poppins', sans-serif;
    font-size: 150px;
    letter-spacing: 10px;
        -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF;
    /*text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff;*/
    position: absolute;
    top: 33%;
    left: -20px;
}

.about_left h3 {
    color: #fff;
    transform: rotate(270deg);
    font-size: 84px;
    text-shadow: 0px 0px 3px #000;
    position: absolute;
     font-family: 'Poppins', sans-serif;
    top: 38%;
    left: 13%;
    font-weight: 900;
}

.About_main {
    height: 1200px;
    flex-basis: 70%;
    position: relative;
}

.About_main .content {
    position: absolute;
    bottom: 0;
    right: 25%;
}

.About_main .content h2 {
    color: #fff;
        font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-shadow: 1px 2px 1px #000;
    
    font-size: 40px;
    letter-spacing: 4px;
}

.About_main .content p {
    color: #fff;
    text-shadow: 2px 1px 6px #000;
    font-weight: 500;
}

.our_service_eazycool {
    width: 100%;
    height: 400px;
    background-image: url(/image/our_servicebg.jpg);
    box-shadow: inset 0 0 0 1000px #000000b8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.our_service_row {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.our_service_box {
    width: 70%;
    margin: auto;
    box-shadow: 0 0 10px #000;
    background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
    position: absolute;
    top: -15px;
    height: 260px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.our_service_box_image {
    width: 420px;
    height: 220px;
    position: relative;
    background-color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sliderour {
    position: relative;
    width: 420px;
    height: 220px;
    overflow: hidden;
}

.slidesour {
    display: flex;
    transition: transform .5s ease-in-out;
}

.slideour {
    min-width: 100%;
    box-sizing: border-box;
}

.slideour img {
    width: 420px;
    height: 220px;
    object-fit: cover;
}

.our_service_box .prev {
    left: 0;
}

.our_service_box .next {
    right: 0;
}

.our_service_box_text {
    text-align: left;
    color: #fff;
    padding: 4px 15px;
}

.our_service_box_text h2 {
    font-size: 22px;
        font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.our_service_box_text button {
    border: none;
    outline: none;
    background: #fff;
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 20px;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    text-transform: uppercase;
}

.our_service_box_bottom {
    width: 100%;
    position: relative;
    top: 60%;
    text-align: center;
    right: 165px;
}

.our_service_box_bottom img {
    width: 750px;
}


@media screen and (max-width: 1920px) {
    .eazycool-banner {
    width: 100%;
    height: 1250px;
    background-image: url(/image/bg-desktop1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
    animation: fadeIn 2sease-in-out;
    animation: fadeIn 2sease-in-out forwards;
}
    .service-heading{
        display: flex;
        width: 100%;
    }
    .service-heading img {
    width: 870px;
    position: absolute;
    top: -49%;
    left: 0;
    justify-self: anchor-center;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
       perspective: inherit;
}
 .bottom-heading br:first-of-type {
    display: none;
}
.bottom-heading br:nth-of-type(2) {
    display: none;
}

.bottom-heading {
           width: 100%;
        bottom: 26%;
        color: #fff;
        text-shadow: 1px 2px 8px #000;
        font-size: 28px;
        font-weight: 500;
}

     .eazycool-about {
              width: 100%;
        height: 1960px;
        background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg-higher-pixel.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .eazycool_about_row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
    }

    .about_left {
        flex-basis: 20%;
        height: 100%;
    }

    .about_left h1 {
                  color: #131b22;
        transform: rotate(270deg);
        font-family: 'Poppins', sans-serif;
        font-size: 336px;
        letter-spacing: -25px;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #FFF;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 26%;
        left: -309px;
    }

    .about_left h3 {
       color: #fff;
        transform: rotate(270deg);
        font-size: 152px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        top: 31%;
        left: -1%;
        font-weight: 900;
    }

    .About_main {
        height: 1720px;
        flex-basis: 80%;
        position: relative;
    }

    .About_main .content {
       position: absolute;
        bottom: -189px;
        right: 12%;
    }

    .About_main .content h2 {
               color: #fff;
        text-shadow: 1px 2px 1px #000;
        font-size: 75px;
        letter-spacing: -1px;
    }

    .About_main .content p {
              color: #fff;
        text-shadow: 2px 1px 6px #000;
        font-weight: 500;
        font-size: 30px;
    }
    .our_service_box {
    width: 80%;
    margin: auto;
    box-shadow: 0 0 10px #000;
    background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
    position: absolute;
    top: -40px;
    height: 419px;
    border-radius: 5px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.our_service_box_image {
    width: 716px;
    height: 379px;
    position: relative;
    background-color: #2c3e50;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.slideour img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_service_box_text h2 {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.our_service_box_text p{
           font-size: 26px;
}
.our_service_box_text button {
              border: none;
        outline: none;
        background: #fff;
        padding: 10px 54px;
        border-radius: 2px;
        font-size: 46px;
        text-shadow: 0px 0px 2px #000;
        font-weight: 600;
        text-transform: uppercase;

}
.our_service_box_text {
    text-align: left;
    color: #fff;
    padding: 4px 26px;
}
.our_service_eazycool {
    width: 100%;
            height: 561px;
    background-image: url(/image/our_servicebg.jpg);
    box-shadow: inset 0 0 0 1000px #000000b8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our_service_box_bottom {
    width: 100%;
    position: relative;
    top: 53%;
    text-align: center;
    right: 166px;
}
.our_service_box_bottom img {
    width: 70%;
}
.sliderour {
    position: relative;
    height: 100%;
      width: 100%;
    overflow: hidden;
}
.right-heading {
         position: absolute;
        top: 616px;
        transform: rotate(90deg);
        letter-spacing: 27px;
        right: -119px;
}
.left-heading {
           position: absolute;
        top: 585px;
        transform: rotate(270deg);
        letter-spacing: 27px;
        left: -113px;
}

}
@media screen and (max-width: 1536px) {
        .eazycool-banner {
        width: 100%;
        height: 1028px;
        background-image: url(/image/bg-desktop1.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2sease -in-out;
        animation: fadeIn 2sease -in-out forwards;
    }
        .right-heading {
        position: absolute;
        top: 464px;
        transform: rotate(90deg);
        letter-spacing: 27px;
        right: -119px;
    }
    .left-heading {
        position: absolute;
        top: 464px;
        transform: rotate(270deg);
        letter-spacing: 27px;
        left: -113px;
    }
    .eazycool-about {
    width: 100%;
    height: 2041px;
    background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
    .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-family: 'Poppins', sans-serif;
        font-size: 294px;
        letter-spacing: -25px;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #FFF;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 26%;
        left: -258px;
    }
    .about_left {
        flex-basis: 24%;
        height: 100%;
    }
        .About_main .content {
        position: absolute;
        bottom: -262px;
        right: 12%;
    }
    .About_main {
        height: 1720px;
        flex-basis: 86%;
        position: relative;
    }
    .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 132px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        top: 30%;
        left: -1%;
        font-weight: 900;
    }
    .our_service_box_bottom {
        width: 100%;
        position: relative;
        top: 57%;
        text-align: center;
        right: 100px;
    }
    .bottom-screen-item {
    width: 100%;
    position: absolute;
    bottom: -17px;
    background-size: 45% !important;
    left: -1%;
    /* max-width: 303px; */
    /* height: 81px; */
    z-index: 999;
    background-image: url(/image/servicebottom1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
}
@media screen and (max-width: 1440px) {
    .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-family: 'Poppins', sans-serif;
        font-size: 294px;
        letter-spacing: -25px;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #FFF;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 26%;
        left: -300px;
    }
      .left-heading {
        position: absolute;
        top: 464px;
        transform: rotate(270deg);
        letter-spacing: 22px;
        left: -123px;
    }
    .right-heading {
        position: absolute;
        top: 471px;
        transform: rotate(90deg);
        letter-spacing: 22px;
        right: -129px;
    }
    .our_service_eazycool {
        width: 100%;
        height: 430px;
        background-image: url(/image/our_servicebg.jpg);
        box-shadow: inset 0 0 0 1000px #000000b8;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .our_service_box_bottom {
        width: 100%;
        position: relative;
        top: 51%;
        text-align: center;
        right: 100px;
    }
    .bottom-screen-item {
        width: 100%;
        position: absolute;
        bottom: -20px;
        background-size: 45% !important;
        left: -1%;
        /* max-width: 303px; */
        /* height: 81px; */
        z-index: 999;
        background-image: url(/image/servicebottom1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
        .our_service_box {
        width: 80%;
        margin: auto;
        box-shadow: 0 0 10px #000;
        background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
        position: absolute;
        top: -40px;
        height: 319px;
        border-radius: 5px;
        display: flex
;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
        .our_service_box_image {
        width: 716px;
        height: 294px;
        position: relative;
        background-color: #2c3e50;
        display: flex
;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
        .about_left {
        flex-basis: 21%;
        height: 100%;
    }
        .our_service_box_text h2 {
        text-wrap-mode: nowrap;
        font-size: 38px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }
        .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 126px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        top: 30%;
        left: -3%;
        font-weight: 900;
    }
        .our_service_box_text button {
        border: none;
        outline: none;
        background: #fff;
        padding: 10px 54px;
        border-radius: 2px;
        font-size: 32px;
        text-shadow: 0px 0px 2px #000;
        font-weight: 600;
        text-transform: uppercase;
    }

}

@media screen and (max-width: 1366px) {
        .eazycool-banner {
        width: 100%;
        height: 959px;
        background-image: url(/image/bg-desktop1.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2sease -in-out;
        animation: fadeIn 2sease -in-out forwards;
    }
        .right-heading {
        position: absolute;
        top: 439px;
        transform: rotate(90deg);
        letter-spacing: 19px;
        right: -103px;
    }
        .left-heading {
        position: absolute;
        top: 439px;
        transform: rotate(270deg);
        letter-spacing: 19px;
        left: -107px;
    }
    .eazycool-about {
        width: 100%;
        height: 1888px;
        background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
        .about_left {
        flex-basis: 22%;
        height: 100%;
    }
        .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-family: 'Poppins', sans-serif;
        font-size: 251px;
        letter-spacing: -25px;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #FFF;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 19%;
        left: -225px;
    }
    .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 109px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        top: 23%;
        left: -1%;
        font-weight: 900;
    }
    .About_main {
        height: 1684px;
        flex-basis: 88%;
        position: relative;
    }
        .About_main .content {
        position: absolute;
        bottom: -76px;
        right: 12%;
    }
        .About_main .content h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
        font-size: 66px;
        letter-spacing: -1px;
    }
        .our_service_box_text h2 {
        font-size: 39px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-wrap-mode: nowrap;
    }
        .our_service_box_text button {
        border: none;
        outline: none;
        background: #fff;
        padding: 3px 41px;
        border-radius: 2px;
        font-size: 46px;
        text-shadow: 0px 0px 2px #000;
        font-weight: 600;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 1280px) {
       .eazycool-banner {
        width: 100%;
        height: 865px;
        background-image: url(/image/bg-desktop1.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2sease-in-out;
        animation: fadeIn 2sease-in-out forwards;
    }

    .left-heading {
               position: absolute;
        top: 401px;
        transform: rotate(270deg);
        letter-spacing: 14px;
        left: -97px;


    }

       .right-heading {
        position: absolute;
        top: 401px;
        transform: rotate(90deg);
        letter-spacing: 14px;
        right: -89px;
    }


    .center-heading {
        width: 60%;
        position: absolute;
        top: 250px;
        left: 30%;
        text-align: unset;
        text-shadow: 0px 0px 2px #000;
    }

    .center-heading p {
        position: absolute;
        left: 10px;
        font-size: 13px;
        transform: skew(0);
        top: -10px;
    }

    .MYPOPIN {
        font-size: 70px;
        font-weight: 900;
        letter-spacing: 9px;
        position: absolute;
        text-shadow: 4px 6px 1px #000;
        transform: skew(0);
        font-family: ethnocentric;
    }

    .bottom-heading {
        width: 100%;
        margin: auto;
        position: absolute;
        text-align: center;
        bottom: 28%;
            font-family: 'Poppins', sans-serif;
   
        color: #fff;
        text-shadow: 1px 2px 8px #000;
        font-size: 20px;
        /*text-transform: uppercase;*/
        font-weight: 500;
    }

    .score-container {
        width: 75%;
        height: 150px;
        margin: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-image: linear-gradient(to right, #446c75, #242f31);
        /*box-shadow: 0 0 1px #618183;*/
        border-radius: 117px;
        padding: 30px 60px;
        position: absolute;
        bottom: 6%;
        left: 15%;
    }
    .our_service_box_text p {
        font-size: 16px;
    }

    .service-carousel {
        width: 100%;
        height: 455px;
        background-image: url(../image/servicebg.png);
        background-repeat: no-repeat, no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .service-heading img {
       width: 735px;
        position: absolute;
        top: -38%;
        left: 0;
    }
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin: auto;
    }

    .slider img {
        width: 100%;
        border: 2px solid transparent;
        transition: transform .3s, border .3s;
    }

    .slider {
        min-width: 33.33%;
        transition: transform .5s ease;
        display: flex;
    }

    .prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 24px;
        padding: 10px;
        left: 26%;
        cursor: pointer;
        z-index: 1;
    }

    .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
        right: 25.5%;
        z-index: 1;
    }

    .prev img {
        width: 43px;
        height: 43px;
    }

    .next img {
        width: 43px;
        height: 43px;
    }

    .bottom-screen-item {
               width: 100%;
        position: absolute;
        background-size: 66% !important;
        bottom: 1px;
        left: -2%;
        height: 116px;
        background-image: url(/image/servicebottom1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #dynamic-heading {
        position: relative;
        text-align: center;
        left: 0;
        font-size: 75px;
        top: -34px;
        z-index: 9;
        font-family: ethnocentric;
        color: #fff;
    }

    #details {
        position: relative;
        text-align: center;
        left: 9px;
        top: -55px;
        font-size: 21px;
        color: #fff;
        letter-spacing: 0px;
        font-weight: 500;
        text-shadow: 2px 3px 16px #039BE5;
    }

    .eazycool-about {
        width: 100%;
        height: 1410px;
        background-image: linear-gradient(#635f5f17, #363333f0), url(/image/desktop-aboutbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .eazycool_about_row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
    }

    .about_left {
        flex-basis: 23%;
        height: 100%;
    }

    .about_left h1 {
            color: #131b22;
        transform: rotate(270deg);
        font-size: 250px;
        letter-spacing: -20px;
        font-family: 'Poppins', sans-serif;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 26%;
        left: -227px;
    }

    .about_left h3 {
            color: #fff;
        transform: rotate(270deg);
        font-size: 112px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        top: 32%;
        left: 0%;
        font-weight: 900;
    }

    .About_main {
        height: 1294px;
        flex-basis: 77%;
        position: relative;
    }

    .About_main .content {
        position: absolute;
               bottom: -93px;
        right: 14%;
    }

    .About_main .content h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
       
       font-size: 50px;
        letter-spacing: 2px;
    }

    .About_main .content p {
        color: #fff;
        text-shadow: 2px 1px 6px #000;
        font-weight: 500;
               font-size: 19px;
    }

    .our_service_eazycool {
        width: 100%;
        height: 344px;
        background-image: url(/image/our_servicebg.jpg);
        box-shadow: inset 0 0 0 1000px #000000b8;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .our_service_row {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .our_service_box {
        width: 70%;
        margin: auto;
        box-shadow: 0 0 10px #000;
        background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
        position: absolute;
        top: -32px;
        height: 260px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        padding: 20px;
    }

    .our_service_box_image {
        width: 420px;
        height: 220px;
        position: relative;
        background-color: #2c3e50;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .sliderour {
        position: relative;
        width: 420px;
        height: 220px;
        overflow: hidden;
    }

    .slidesour {
        display: flex;
        transition: transform .5s ease-in-out;
    }

    .slideour {
        min-width: 100%;
        box-sizing: border-box;
    }

    .slideour img {
        width: 420px;
        height: 220px;
        object-fit: cover;
    }

    .our_service_box .prev {
        left: -11px;
    }

    .our_service_box .next {
        right: -11px;
    }

    .our_service_box_text {
        text-align: left;
        color: #fff;
        padding: 4px 15px;
    }

    .our_service_box_text h2 {
       font-size: 25px;
    }

    .our_service_box_text button {
            border: none;
        outline: none;
        background: #fff;
        padding: 3px 30px;
        border-radius: 2px;
        font-size: 28px;
        text-shadow: 0px 0px 2px #000;
        font-weight: 600;
        text-transform: uppercase;
    }

    .our_service_box_bottom {
               width: 100%;
        position: relative;
        top: 54%;
        text-align: center;
        right: 102px;
    }

    .our_service_box_bottom img {
        width: 750px;
    }
    .tranding-slider-control .slider-arrow {
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 29%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
}


@media screen and (max-width: 992px) {
    .eazycool-banner {
        width: 100%;
        height: 800px;
        background-image: url(/image/BG-Desktop.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2s ease-in-out;
        animation: fadeIn 2s ease-in-out forwards;
    }

    .eazycool-row {
        width: 100%;
        position: relative;
        color: #fff;
    }

    .left-heading {
        position: absolute;
        top: 365px;
        transform: rotate(270deg);
        letter-spacing: 15px;
        left: -80px;
    }

    .right-heading {
        position: absolute;
        top: 365px;
        transform: rotate(90deg);
        letter-spacing: 15px;
        right: -80px;
    }

    .center-heading {
        width: 75%;
        position: absolute;
        top: 180px;
        left: 20%;
        text-align: unset;
        text-shadow: 0px 0px 2px #000;
    }

    .center-heading p {
        position: absolute;
        left: 10px;
        font-size: 11px;
        transform: skew(0);
        top: -15px;
    }

    .center-heading h1 {
        font-size: 60px;
        font-weight: 900;
        letter-spacing: 9px;
        position: absolute;
        text-shadow: 4px 6px 1px #000;
        transform: skew(0);
    }

    .bottom-heading {
        width: 100%;
        margin: auto;
        position: absolute;
        text-align: center;
        bottom: 25%;
        color: #fff;
        text-shadow: 1px 2px 8px #000;
        font-size: 15px;
        /*text-transform: uppercase;*/
        font-weight: 500;
    }

    .score-container {
        width: 70%;
        height: 125px;
        margin: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-image: linear-gradient(to right, #446c75, #242f31);
        /*box-shadow: 0 0 1px #618183;*/
        border-radius: 117px;
        padding: 30px 60px;
        position: absolute;
        bottom: 5%;
        left: 15%;
        box-shadow: 1px 3px 7px #1a969a;
    }

    .zc-score-data {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

    .score-data-lines {
        width: 52px;
        height: 2px;
        top: 0;
        margin-bottom: 30px;
        background: #f0f8ff;
        transform: rotate(90deg);
    }

    .service-carousel {
        width: 100%;
        height: 470px;
        background-image: url(../image/servicebg.png);
        background-repeat: no-repeat, no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .service-heading[_ngcontent-ng-c1775150584] img[_ngcontent-ng-c1775150584] {
        width: 440px;
        position: absolute;
        top: -32%;
        left: 30%;
    }

    .service-heading img {
        width: 440px;
        position: absolute;
        top: -32%;
        left: 30%;
    }

    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin: auto;
    }

    .prev {
        width: 120px;
        height: 120px;
    }

    .next {
        width: 120px;
        height: 120px;
    }

    .bottom-screen-item {
        width: 100%;
        position: absolute;
        bottom: -51px;
        left: auto;
        height: 168px;
        background-image: url(/image/servicebottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    #dynamic-heading {
        position: relative;
        text-align: center;
        left: -13px;
        font-size: 40px;
        top: -6px;
        font-family: ethnocentric;
        color: #fff;
    }

    #details {
        position: relative;
        text-align: center;
        left: auto;
        top: -6px;
        font-size: 22px;
        color: #fff;
        letter-spacing: 2px;
        font-weight: 500;
        text-shadow: 2px 3px 16px #039BE5;
    }

    /* about */
    .eazycool-about {
        width: 100%;
        height: 1200px;
        background-image: linear-gradient(#635f5f17, #363333f0), url(../image/aboutbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .eazycool_about_row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
    }

    .about_left {
        flex-basis: 24%;
        height: 100%;
    }

    .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-size: 140px;
        letter-spacing: 10px;
        /*text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff;*/
        position: absolute;
        top: 32%;
        left: -140px;
    }

    .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 74px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        top: 38%;
        left: 5%;
        font-weight: 900;
    }

    .About_main {
        height: 1200px;
        flex-basis: 75%;
        position: relative;
    }

    .About_main .content {
        position: absolute;
        bottom: 0;
        right: 25%;
    }

    .About_main .content h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
      
        font-size: 40px;
        letter-spacing: 4px;
    }

    .About_main .content p {
        color: #fff;
        text-shadow: 2px 1px 6px #000;
        font-weight: 500;
    }


    .our_service_eazycool {
        width: 100%;
        height: 400px;
    }

    .our_service_row {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .our_service_box {
        width: 85%;
        margin: auto;
        box-shadow: 0 0 10px #000;
        background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
        position: absolute;
        top: -15px;
        height: 260px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .our_service_box_image {
        width: 420px;
        height: 220px;
        position: relative;
        background-color: #2c3e50;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .sliderour {
        position: relative;
        width: 420px;
        height: 220px;
        overflow: hidden;
    }

    .our_service_box_bottom {
        width: 100%;
        position: relative;
        top: 62%;
        text-align: center;
        right: 130px;
    }

    .our_service_box_bottom img {
        width: 650px;
    }
}

@media screen and (max-width: 768px) {
    .eazycool-banner {
        width: 100%;
        height: 620px;
        background-image: url(../image/BG-Desktop.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2s ease-in-out;
        animation: fadeIn 2s ease-in-out forwards;
    }

    .left-heading {
        position: absolute;
        top: 260px;
        transform: rotate(270deg);
        letter-spacing: 10px;
        left: -70px;
    }

    .right-heading {
        position: absolute;
        top: 260px;
        transform: rotate(90deg);
        letter-spacing: 10px;
        right: -70px;

    }

    .center-heading {
        width: 75%;
        position: absolute;
        top: 135px;
        left: 20%;
        text-align: unset;
        text-shadow: 0px 0px 2px #000;
    }

    .center-heading p {
        position: absolute;
        left: 8px;
        font-size: 10px;
        transform: skew(0);
    }

    .center-heading h1 {
        font-size: 50px;
        letter-spacing: 9px;
        position: absolute;
        text-shadow: 4px 6px 1px #000;
        transform: skew(0);
    }

    .eazycool-bottom-heading {
        width: 100%;
        margin: auto;
        position: absolute;
        text-align: center;
        bottom: 25%;
        color: #fff;
        text-shadow: 1px 2px 8px #000;
        font-size: 12px;
        /*text-transform: uppercase;*/
        font-weight: 500;
    }

    .score-container {
        width: 75%;
        height: 100px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-image: linear-gradient(to right, #446c75, #242f31);
        border-radius: 117px;
        padding: 10px 30px;
        position: absolute;
        bottom: 4%;
        left: 12%;
        /*box-shadow: 1px 3px 7px #1a969a;*/
    }

    .zc-score-data {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }


    .service-heading img {
        width: 290px;
        position: absolute;
        top: -27%;
        left: 34%;
    }

    #dynamic-heading {
        position: relative;
        text-align: center;
        left: auto;
        font-size: 40px;
        top: 5px;
        font-family: ethnocentric;
        color: #fff;
    }

    #details {
        position: relative;
        text-align: center;
        left: auto;
        top: 0;
        font-size: 15px;
        color: #fff;
        letter-spacing: 0px;
        font-weight: 500;
        text-shadow: 2px 3px 16px #039BE5;
    }

    /*.bottom-screen-item {*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*    bottom: -50px;*/
    /*    left: -22px;*/
    /*    height: 168px;*/
    /*    background-image: url(../image/servicebottom.svg);*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: contain;*/
    /*    background-position: center;*/
    /*}*/
        .bottom-screen-item {
        width: 100%;
        position: absolute;
        bottom: -49px;
        left: -22px;
        height: 166px;
        background-image: url(../image/servicebottom.svg);
        background-repeat: no-repeat;
        background-size: contain !important;
        background-position: center;
    }

    .next img {

       width: 43px;
        height: 43px;

    }

    .prev img {

       width: 43px;
        height: 43px;
    }

    .about_left {
        flex-basis: 20%;
        height: 100%;
    }

    .About_main {
        height: 1200px;
        flex-basis: 100%;
        position: relative;
    }

    .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-size: 100px;
        letter-spacing: 10px;
        /*text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff;*/
        position: absolute;
        top: 32%;
        left: -140px;
    }

    .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 48px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        top: 38%;
        left: 1%;
        font-weight: 900;
    }

    .About_main .content h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
       
        font-size: 30px;
        letter-spacing: 4px;
    }

    .About_main .content p {
        color: #fff;
        text-shadow: 2px 1px 6px #000;
        font-weight: 500;
    }

    .our_service_row {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .our_service_box {
        width: 100%;
        margin: auto;
        box-shadow: 0 0 10px #000;
        background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
        position: absolute;
        top: -15px;
        height: 260px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .our_service_box_bottom {
        width: 100%;
        position: relative;
        top: 65%;
        text-align: center;
        right: 130px;
    }

    .our_service_box_bottom img {
        width: 500px;
    }
}


@media screen and (max-width: 576px) {
    .eazycool-banner {
        width: 100%;
        height: 480px;
        background-image: url(/image/BG-Desktop.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2s ease-in-out;
        animation: fadeIn 2s ease-in-out forwards;
    }
    .bottom-heading br:first-of-type {
    display: block;
}


    .left-heading {
        display: none;
        position: absolute;
        top: 200px;
        transform: rotate(270deg);
        letter-spacing: 14px;
        left: -90px;
    }

    .right-heading {
        display: none;
        position: absolute;
        top: 200px;
        transform: rotate(90deg);
        letter-spacing: 14px;
        right: -90px;
    }

    .center-heading {
        width: 75%;
        position: absolute;
        top: 100px;
        left: 10%;
        text-align: unset;
        text-shadow: 0px 0px 2px #000;
    }

    .center-heading p {
        position: absolute;
        left: 7px;
        font-size: 8px;
        transform: skew(0);
        top: -11px;
    }
      .our_service_box .prev {
        left: -22px;
    }

    .our_service_box .next {
        right: -22px;
    }


    .center-heading h1 {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 9px;
        position: absolute;
        text-shadow: 4px 6px 1px #000;
        transform: skew(0);
    }

    .bottom-heading {
        width: 100%;
        margin: auto;
        position: absolute;
        text-align: center;
        bottom: 26%;
                padding: 0px 10px;
        color: #fff;
        text-shadow: 1px 2px 8px #000;
        font-size: 12px;
        /*text-transform: uppercase;*/
        font-weight: 400;
    }

        .score-container {
        width: 91%;
        height: 70px;
        margin: auto;
     display: flex
;
        justify-content: space-between;
        /*display: grid;*/
        /*grid-template-columns: repeat(4, 1fr);*/
        align-items: center;
        /* justify-content: space-between; */
        /* align-items: center; */
        background-image: linear-gradient(to right, #446c75, #242f31);
        box-shadow: 0 0 1px #618183;
        border-radius: 117px;
      padding: 10px 15px;
        position: absolute;
        bottom: 5%;
        left: 4%;
        /*box-shadow: 1px 3px 7px #1a969a;*/
    }

    .zc-score-data h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .zc-score-data p {
        font-size: 10px;
        margin-bottom:0;
    }


    .service-heading img {
        width: 220px;
        position: absolute;
        top: -27%;
        left: 34%;
    }

    .prev img {
     width: 43px;
        height: 43px;
    }

    .next img {
       width: 43px;
        height: 43px;
    }

    .eazycool-about {
        width: 100%;
        height: 850px;
        background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .about_left {
        flex-basis: 34%;
        height: 100%;
    }

    .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-size: 80px;
        letter-spacing: 10px;
        /*text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff;*/
        position: absolute;
        top: 28%;
        left: -20px;
    }

    .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 48px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
         font-family: 'Poppins', sans-serif;
        top: 30%;
        left: 13%;
        font-weight: 900;
    }

    .About_main {
        height: 850px;
        flex-basis: 64%;
        position: relative;
    }

    .About_main .content {
     position: absolute;
        bottom: 0%;
        right: 0%;
    }

    .About_main .content h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
  
        font-size: 24px;
        letter-spacing: 0px;
    }

    .About_main .content p {
        color: #fff;
        text-shadow: 2px 1px 6px #000;
        font-weight: 500;
        font-size: 13px;
    }


    .our_service_box_image {
        width: 300px;
        height: 220px;
        position: relative;
        background-color: #2c3e50;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .our_service_box_text h2 {
        font-size: 16px;
    }

    .our_service_box_text button {
        border: none;
        outline: none;
        background: #fff;
        padding: 10px 22px;
        border-radius: 1px;
        font-size: 17px;
        text-shadow: 0px 0px 2px #000;
        font-weight: 500;
        text-transform: uppercase;
    }

    .our_service_box_bottom {
        width: 100%;
        position: relative;
        top: 65%;
        text-align: center;
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    .eazycool-banner {
        width: 100%;
        height: 675px;
        background-image: url(../image/BG-Mobile.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 35%;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2s ease-in-out;
    }
    .tranding-slide-img{
          background-image: none ;
   
    }
        .service-carousel {
        width: 100%;
        height: 470px;
        background-image: url(../image/cardbg-mobile.png);
        background-repeat: no-repeat, no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .services_carousel {
        width: 100%;
        height: 450px;
    }

    .service-heading img {
        width: 100%;
        position: absolute;
        top: -10%;
        left: 0;
    }

    .bottom_screen-item h1 {
        position: relative;
        font-size: 40px;
        left: auto;
        top: 11px;
        font-family: ethnocentric;
        color: #fff;
    }

    .bottom-screen-item {
        left: 8px;
    }

    .eazycool-about {
        width: 100%;
        height: 850px;
        background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .zc-score-data {
        font-size: 5px;
        font-weight: 600;
        color: #fff;
        /*border-right: 2px solid #fff;*/
        border-width: medium;
        padding-left: 4px;
    }

    .zc-score-data p {
        font-size: 7px;
    }

    .zc-score-line {
        width: 52px;
        height: 2px;
        /*top: 0;*/
        /*margin-bottom: 30px;*/
        background: #f0f8ff;
        transform: rotate(90deg);
        /*display: none;*/
    }
    .swiper-slide-active img {
  
    transform: scale(0.9);
}


    .about_left {
        /*flex-basis: 25%;*/
         flex-basis: 26%;
        height: 100%;
    }

    .about_left h1 {
      color: #131b22;
        transform: rotate(270deg);
        font-size: 100px;
        letter-spacing: -5px;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 17%;
        left: -102px;
    }

    .about_left h3 {
             color: #fff;
        transform: rotate(270deg);
        font-size: 48px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        top: 20%;
        left: -3%;
        font-weight: 900;
         font-family: 'Poppins', sans-serif;
    }

    .About_main {
        height: 850px;
        /*flex-basis: 75%;*/
         flex-basis: 74%;
        position: relative;
    }

    .About_main .content p {
        color: #fff;
        text-shadow: 2px 1px 6px #000;
        font-weight: 500;
        font-size: 12px;
    }

    .our_service_eazycool {
        width: 100%;
        height: 520px;
    }

    .our_service_box {
        width: 100%;
        margin: auto;
        box-shadow: 0 0 10px #000;
        background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
        position: absolute;
        top: 22px;
        height: 400px;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .our_service_box_image {
        width: 370px;
        height: 220px;
        position: relative;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .our_service_box_text h2 {
        font-size: 21px;
       
    }

    .our_service_box_text {
        text-align: center;
        color: #fff;
        padding: 20px 15px;
    }

    .our_service_box_bottom {
        width: 100%;
        position: relative;
      top: 80%;
        text-align: center;
        right: 0;
    }

    .our_service_box_bottom img {
        width: 350px;
    }
        #details {
       
        top: 13%;
                left: -8px;
    }
}

@media screen and (max-device-width: 420px) {
    .eazycool-banner {
        width: 100%;
        height: 599px;
        background-image: url(/image/BG-Mobile.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 35%;
        align-items: center;
        padding: 20px 0;
        position: relative;
        animation: fadeIn 2s ease-in-out;
        animation: fadeIn 2s ease-in-out forwards;
    }

    .center-heading p {
        display: block;
        position: absolute;
        left: 6px;
        font-size: 7px;
        transform: skew(0);
        top: -6px;
    }

    .center-heading h1 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 3px;
        position: absolute;
        text-shadow: 4px 6px 1px #000;
        transform: skew(0);
       
    }

    .bottom-heading {
        width: 100%;
        margin: auto;
        position: absolute;
        text-align: center;
        /*bottom: 2%;*/
        color: #fff;
        text-shadow: 1px 2px 8px #000;
       font-size: 12px;
        /*text-transform: uppercase;*/
        font-weight: 500;
    }

    .score-container {
        width: 95%;
        height: 70px;
        margin: auto;
        /*display: grid;*/
        /*grid-template-columns: repeat(4, 1fr);*/
        display: flex
;
        justify-content: space-between;
        align-items: center;
        border-radius: 56px;
        padding: 10px 10px;
        position: absolute;
        bottom: 6%;
        left: 3%;
        /*box-shadow: 1px 3px 7px #1a969a;*/
    }

    .zc-score-data {
        font-size: 5px;
        font-weight: 600;
        color: #fff;
        /*border-right: 2px solid #fff;*/
        border-width: medium;
        padding-left: 4px;
    }

    .zc-score-data p {
        font-size: 7px;
        text-wrap-mode: nowrap;
    }

    .zc-score-line {
        width: 52px;
        height: 2px;
        /*top: 0;*/
        /*margin-bottom: 30px;*/
        background: #f0f8ff;
        transform: rotate(90deg);
        /*display: none;*/
    }

    .eazycool-about {
        width: 100%;
        height: 850px !important;
        background-image: linear-gradient(#635f5f17, #363333f0), url(/image/aboutbg2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .about_left {
        /*flex-basis: 28%;*/
         flex-basis: 27%;
        height: 100%;
    }

    .about_left h1 {
                 color: #131b22;
        transform: rotate(270deg);
        font-size: 84px;
        letter-spacing: -1px;
        /* text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff; */
        position: absolute;
        top: 16%;
        left: -80px;
    }

    .about_left h3 {
     color: #fff;
        transform: rotate(270deg);
        font-size: 42px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        top: 19%;
        /*left: -1%;*/
          left: 1%;
        font-weight: 900;
    }

    .About_main {
        height: 850px;
        flex-basis: 75%;
        position: relative;
    }

    .our_service_box {
     width: 100%;
        margin: auto;
        box-shadow: 0 0 10px #000;
        background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
        position: absolute;
        top: 15px;
        height: 397px;
        border-radius: 5px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .slideour img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .our_service_box_image {
        width: 365px;
        height: 220px;
        position: relative;
        background-color: #2c3e50;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 1px;
    }

    .our_service_box_text p {
        font-size: 10px;
        font-weight: 600;
    }

    .our_service_box_bottom {
       width: 100%;
        position: relative;
        top: 79%;
        text-align: center;
        right: -15px;
    }

    .our_service_box_bottom img {
        width: 382px;
    }
        .service-heading img {
        width: 100%;
        position: absolute;
        top: -12%;
        left: 0;
    }
}

@media screen and (max-width: 390px) {
    .about_left {
        flex-basis: 28%;
        height: 100%;
    }
        .bottom-heading {
      
        font-size: 9px;
       
    }

    .about_left h1 {
         color: #131b22;
        transform: rotate(270deg);
        font-size: 82px;
        letter-spacing: 0px;
        /*text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff;*/
        position: absolute;
        top: 14%;
        left: -82px;
    }
        .our_service_box_text h2 {
        font-size: 20px;
    }

    .about_left h3 {
             color: #fff;
        transform: rotate(270deg);
        font-size: 40px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        top: 17%;
        left: 1%;
        font-weight: 900;
    }
        .eazycool-about {
        width: 100%;
        height: 685px !important;
        }

    .About_main .content {
        position: absolute;
        bottom: 23%;
        right: 0%;
    }

    .About_main {
        height: 850px;
        flex-basis: 66%;
        position: relative;
    }

    .About_main .content h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
       
        font-size: 14px;
        letter-spacing: 1px;
    }

    .About_main .content p {
        color: #fff;
        text-shadow: 1px 1px 6px #000;
        font-weight: 500;
        font-size: 9px;
    }


    .our_service_box_image {
        width: 320px;
        height: 200px;
        position: relative;
        background-color: #2c3e50;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 1px;
    }

    .our_service_box_bottom img {
        width: 290px;
    }
}
@media screen and (max-width: 375px) {
    .about_left h1 {
        color: #131b22;
        transform: rotate(270deg);
        font-size: 73px;
        letter-spacing: 5px;
        /*text-shadow: -1px 2px 0 #fff, 1px 2px 0 #fff, 1px -3px 0 #fff, -1px -3px 0 #fff;*/
        position: absolute;
        top: 14%;
        left: -85px;
    }
        .about_left h3 {
        color: #fff;
        transform: rotate(270deg);
        font-size: 41px;
        text-shadow: 0px 0px 3px #000;
        position: absolute;
        top: 17%;
        left: 1%;
        font-weight: 900;
    }
    .about_left {
        flex-basis: 27%;
        height: 100%;
    }
    
}

