          
@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter/Inter-Medium.ttf');
}   

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter/Inter-Bold.ttf');
}   

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter/Inter-SemiBold.ttf');
}   

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}  

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.ttf');
} 

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf');
} 

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.ttf');
} 

@font-face {
    font-family: 'Autography';
    src: url('../fonts/Autography.ttf');
}

.custom-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}



/* banner START */

.banner-content {
    /* position: absolute;
    left: 50%;
    transform: translate(-50%, -106%);
    top: 50%; */
}

.banner-content h1 {
    color: #FFF;
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner-content h6 {
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-img-left {
    width: 30%;
    position: absolute;
    bottom: -28px;
    left: 21px;
    display: none;
}

/* .banner-img-left {
    width: 41%;
    position: absolute;
    bottom: -172px;
    left: -72px;
} */

/* .left-shadow {
    width: 381px;
    height: 22px;
    border-radius: 381px;
    background: rgba(73, 73, 73, 0.50);
    filter: blur(21.450000762939453px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
} */

/* .banner-img-right {
    width: 26%;
    position: absolute;
    bottom: -21px;
    right: 21px;
} */

/* .right-shadow {
    width: 381px;
    height: 22px;
    border-radius: 381px;
    background: rgba(73, 73, 73, 0.50);
    filter: blur(21.450000762939453px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
} */



.banner-background{
        position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
}
.banner-background img{
    height: 100%;
    width: 100%;
}

.banner-img-counting img{
      max-width: 112px;
}
.banner-img-counting{
    
    position: relative;
    text-align: center;
}
.banner-img-counting {
      margin-top: -28px;
}
.banner-background::after {
    content: '';
    position: absolute;
    bottom: -4px;
    background-image: url(https://elac.in/images/new-index/banner-btmline.png);
    width: 100%;
    height: 5px;
    background-repeat: no-repeat;
    left: 0px;
    background-size: 100% 100%;
}
.banner-content h1{
    font-size: 13.5px;
}
.banner-content h6{
    font-size: 11.5px;
}
.banner-content {
    text-align: center;
}
@media (min-width:768px){
    .banner-img-counting{
    margin-top: -48px;
    }
    .banner-img-counting img{
    max-width: 202px;
}
.banner-content{
    text-align: start;
}
.banner-content h1{
        font-size: 22px;
}
.banner-content h6{
    font-size: 16px;
}
}
@media (min-width:1200px){
    .banner-content h1{
                font-size: 28px;
}
    .banner-content h6 {
        font-size: 17px;
    }
    .banner-content{
                padding-left: 42px !important;
    }
}
@media (min-width: 1900px) {
    .banner-content h6 {
        font-size: 20px;
    }
        .banner-content h1{
                font-size: 32px;
}
}
@media (max-width:991px) {
    .v2-banner {
        height: 434px;
    }



    .banner-img-left {
        bottom: -19px;
    }

    .banner-img-right {
        bottom:-14px;
    }
}

@media (max-width:768px) {
    .banner-content {
        width: 100%;
        padding: 0 20px;
    }

    .v2-banner {
        height: 335px;
    }
}

@media (max-width:600px) {
   

  

    /* .banner-img-counting {
        bottom: -12px;
    } */

   
    .banner-img-left {
        bottom: -10px;
    }

    .banner-img-right {
        bottom:-8px;
    }


}

@media (max-width:500px) {
    .v2-banner {
        height: 271px;
    }

   

    .left-shadow {
        width: 42px;
    }

    

   
}

@media (max-width:375px) {
   
}


@media (min-width:2000px) {
    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content h6 {
        font-size: 23px;
    }
}

@media (min-width:768px){
    .banner-img-right img{
            margin-left: 5%;

    }
}
/* banner END  */



/* about START  */
.About-list h1{
    color: #2D2D2D;
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.About-list h4 {
    color: #2D2D2D;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.About-list-set {
    row-gap: 50px;
}

.About-list-set::after {
    position: absolute;
    content: "";
    width:65%;
    background: linear-gradient(to right, white 0%, #0569A6 46.5%, white 100%);
    top: 50%;
    transform: translate(-50%, -50% );
    height: 1px;
    left: 50%;
}

.About-center-content h2{
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #01356F 0%, #004DA2 47.5%, #01356F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.About-center-content h5 {
    color: #2D2D2D;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
    width: 89%;
    margin: 0 auto;
}

.About-line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left:18%;
    background: linear-gradient(to bottom, white 0%, #0569A6 46.5%, white 100%);
}

.About-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right:18%;
    background: linear-gradient(to bottom, white 0%, #0569A6 46.5%, white 100%);
}

.design-section img{
    width: 20%;
}


@media (min-width:2000px) {
    .About-list h4 {
        font-size:20px;
    }

    .About-center-content h2 {
        font-size: 26px;
    }

    .About-center-content h5 {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .About-list-set::after {
        width: 1px;
        background: linear-gradient(to bottom, white 0%, #0569A6 46.5%, white 100%);
        top: 42%;
        height: 90%;
    }

    .about-gap {
        row-gap: 60px;
    }

    .About-line::after {
        width: 100%;
        height: 1px;
        left: 0;
        top: 26%;
        background: linear-gradient(to right, white 0%, #0569A6 46.5%, white 100%);
    }

    .About-line::before {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 29%;
        background: linear-gradient(to right, white 0%, #0569A6 46.5%, white 100%);
    }
}

@media (max-width: 600px) {
    .About-line::before {
        bottom: 26%;
    }

    .design-section img {
        width: 38%;
    }
}

@media (max-width:475px) {
    .About-line::before {
        bottom: 23%;
    }

    .About-line::after {
        top: 21%;
    }
}

@media (max-width:424px) {
    .About-list-set::after {
        left: 53%;
    }


        .About-line::before {
            bottom: 21%;
        }

        .About-line::after {
            top: 20%;
        }


   
}
/* About END  */

/* Water Heaters START  */
.banner {
    display: block;
    position: relative;
    margin-bottom: 1.2rem;
    background-color: #ccc;
    border-radius: 15px;
}

.banner img {
    border-radius: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.water-heaters-left h1 {
    font-family: 'Poppins-Bold';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #01356F 0%, #004DA2 47.5%, #01356F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.water-heaters-left h3 {
    color: #2D2D2D;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
}

.water-heaters-right h1 {
    color: #D20202;
    font-family: 'Poppins-SemiBold';
    font-size: 20.377px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 30px;
}

.water-heaters-right h1 span{
    font-size: 30.377px;
}

.expmore-btn {
    position: relative;
    overflow: hidden;
}

.expmore-btn {
    /* background: #FFF; */
    color: #fff;
    font-family: 'Poppins-SemiBold';
font-size: 16px;
font-style: normal;
z-index: 1;
line-height: normal;
border-radius: 20px;
padding: 6px 14px;
text-decoration: none;
}

.expmore-btn{
    position: relative;
    overflow: hidden;
}
.expmore-btn::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 20px;
}
.expmore-btn::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D20202;
    right: 0px;
    top: 0px;
    z-index: -2;
    border-radius: 20px;
}
.expmore-btn:hover {
    color: #fff;
    text-decoration: none;
   
}
.expmore-btn:hover::before  {
    width:  100%;
    background: #000;
   z-index: -1;
    transition: all 0.5s ease;
}


.facilities {
    width: 100%;
    padding-bottom: 100px;
    background: url(../images/new-index/facilites.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -125px;
    padding-top: 170px;
    z-index: -2;
    position: relative;
    border-bottom: 2px solid #F6B836;
}

.banner-3 ::before {
    position: absolute;
    width: 30%;
    height: 150px;
    background-color: #fff;
    content: "";
    right: -129px;
    bottom: 57px;
    z-index: -1;
}

.facilities-list h3{
    color: #FFF;
    font-family: 'Inter-SemiBold';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.facilities-list h3 img {
    padding-bottom: 7px;
    padding-right: 6px;
}

.facilities-box {
    width: 90%;
    background: url(../images/new-index/facilites.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    border: 2px solid #F6B836;
    position: absolute;
    bottom: -78px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
}

.box-set {
    width: 20%;
    position: relative;
}

.box-set::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(
        to bottom, 
        #01356C 0%, 
        white 52.4%, 
        #01356F 100%
      );
}

.box-set:nth-child(5)::after{
    display: none;
}

.box-set h5 {
    color: #FFF;
text-align: center;
font-family: 'Poppins-Regular';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-top: 10px;
}

.facilities-list {
    row-gap: 20px;
}

.emty-space {
    width: 100%;
    height: 77px;
    z-index: -6;
    position: relative;
}

@media (min-width:2000px) {
    .water-heaters-left h1 {
        font-size: 30px;
    }

    .water-heaters-left h3 {
        font-size: 23px;
    }

    .water-heaters-right h1 {
        font-size: 25px;
    }

    .expmore-btn {
        font-size: 20px;
    }

    .facilities-list h3 {
        font-size: 20px;
    }

    .box-set h5 {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .facilities-box-details {
        justify-content: unset !important;
        row-gap: 22px;
    }

    .box-set {
        width: 33%;
    }

    .facilities-box {
        bottom: -180px;
    }

    .emty-space  {
        height: 179px;
    }

    .box-set:nth-child(5)::after{
        display: block;
    }
}

@media (max-width:768px) {
    .water-heaters-left{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .apply-btn-sec {
       justify-content:space-between;
    }

    .water-heaters-right{
        width: 100%;
        text-align: center;
    }

    .facilities-list h3 {
        width: 50%;
    }
}

@media (max-width:600px) {
    .banner-3 ::after {
        display: none;
    }

    .box-set {
        width: 50%;
       
    }
 
    .facilities-box {
        padding: 25px 0;
    }
    
    .facilities-list h3 {
        width: 100%;
        text-align: center;
    }

    .facilities-box {
        bottom: -290px;
    }

    .emty-space {
        height: 290px;
    }

        .facilities-box-details {
            justify-content: center !important;
            row-gap: 22px;
        }

        .box-set:nth-child(5)::after {
            display: none;
        }
   
}


@media (max-width: 424px) {
    .water-heaters-left h1 {
        font-size: 21px;
    }

    .water-heaters-left h3 {
        font-size: 16px;
    }

    .water-heaters-right h1 {
        font-size: 16px;
    }

    .water-heaters-right h1 span {
        font-size: 20.377px;
    }

    .expmore-btn {
        font-size: 13px;
    }
}



/* Water Heaters END  */

/* Rating START  */
.rating-top-design {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.rating-top-design img{
    width: 60%;
}

.rating-heading h1 {
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #01356F 0%, #004DA2 47.5%, #01356F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.testimonial-slider .swiper-pagination{
    position: static;
    text-align: end;
}
.testimonial-slider .swiper-slide{
    border-radius: 15px;
border: 1px solid rgba(0, 131, 181, 0.28);
background: #FFF;
box-shadow: 0px 2px 9px 0px rgba(206, 206, 206, 0.25);
padding: 19px 21px  15px 25px;
}
.person-name{
    color: #2D2D2D;


font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 23.4px */
letter-spacing: 0.39px;
text-transform: uppercase;
}
.testimonial-slider .sub-para-small{
    color: #2D2D2D;

font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 23.4px */
letter-spacing: 0.39px;
}
.testimonial-slider  .swiper-pagination-bullet-active{
width: 31px;
height: 6px;
border-radius: 5px;
background: #4C4C4C;
transition: width 1s ease;
}
.testimonial-slider .swiper-pagination-bullet{
background: #4C4C4C;

}
.testimonial-slider {
padding-left: 3px !important;
padding-right: 3px !important;
}

@media (max-width:600px) {
    .rating-heading {
        flex-direction: column;
    }
    
    .rating-heading h1 {
        text-align: center;
    }
}

@media (min-width:2000px) {
    .rating-heading h1 {
        font-size: 25px;
    }

    .testimonial-slider .sub-para-small {
        font-size: 18px;
    }

    .person-name p {
        font-size: 17px;
    }
}


/* Rating END */

/* Aircooler START  */

.Aircooler {
    width: 100%;
    background: url(../images/new-index/air-cooler-bg.jpg);
    background-size: cover;
    background-position: center;
}

.introducing {
    font-family: 'Autography';
    color: #fff;
    font-size: 41px;
    margin-bottom: 2px;
}

.Aircooler-heading {
    color: #FFF;
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.Aircooler-para {
    color: #FFF;
    font-family: 'Poppins-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

.aircooler-details {
    color: #FFF;
    font-family: 'Inter-SemiBold';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.aircooler-details img {
    padding-right: 10px;
}

@media (min-width:2000px) {
    .introducing {
        font-size: 46px;
    }

    .Aircooler-heading {
        font-size: 35px;
    }

    .Aircooler-para {
        font-size: 20px;
    }

    .aircooler-details {
        font-size: 20px;
    }

    .expmore-btn {
        font-size: 20px;
    }

    .water-heaters-right h1 {
        font-size: 25px;
    }
}


@media (max-width:991px) {
    .Aircooler-rotate {
        flex-direction: column-reverse;
    }

    .Aircooler-img, .Aircooler-content {
        text-align: center;
    }

    .Aircooler-img img {
        width: 60%;
    }

    .water-heaters-right {
        justify-content: center;
    }
}

@media (max-width:600px) {
    .Aircooler-img img {
        width: 100%;
    }

    .water-heaters-right {
        flex-direction: column-reverse;
        row-gap: 15px;
    }
}

@media (min-width:2000px) {
    .check-out-heading {
        font-size: 25px;
    }

    .check-out-list a  {
        font-size: 19px;
    }
}


/* Aircooler END  */





/* .checkout START  */
.check-out-heading {
    color: #2D2D2D;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.check-out-list a {
    color: #101931;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
    letter-spacing: 0.15px;

    padding: 10px 15px;
    border-radius: 29px;
    border: 1px solid #7BBBE5;
    background: linear-gradient(270deg, #B9E2FC 0%, #FFF 100%);
    display: block;
    width: 196px;
    text-align: center;
}

.check-out-list a img {
    width: 20px;
}

.check-out-list  {
    row-gap: 20px;
}

.check-out-heading::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: linear-gradient(187deg, #FFF 0%, #000 48.5%, #FFF 100%);
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:991px) {
    .check-out-heading::after {
        display: none;
    }

    .check-out-list-gap {
        row-gap: 35px;
    }
}

@media (max-width:600px) {
    .check-out-list {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .check-out-list-details {
        width: 50%;
        text-align: center;
        
    }
}

@media (max-width:424px) {
    
    .check-out-list-details {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}
/* .checkout END  */


.Aircooler-img {
    margin-top: -10px;
    margin-bottom: -10px;
}









.banner {
    position: relative;
    overflow: hidden; /* Ensures the image stays inside the container */
  }
  
  .banner img {
    transition: transform 0.3s ease-in-out;
  }
  
  .banner:hover img {
    transform: scale(1.1); /* Zoom effect */
  }