
@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url(./fonts/Roboto/Roboto-SemiBold.woff2) format('woff2'),
         url(./fonts/Roboto/Roboto-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Poppins heading';
    font-weight: 600;
    font-style: normal;
    src: url(./fonts/Poppins/poppins-semibold-webfont.woff2) format('woff2'),
         url(./fonts/Poppins/poppins-semibold-webfont.woff) format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url(./fonts/Poppins/poppins-bold-webfont.woff2) format('woff2'),
         url(./fonts/Poppins/poppins-bold-webfont.woff) format('woff');
}
@font-face {
    font-family: 'Poppins paragraph';
    font-style: normal;
    src: url(./fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Lora';
    font-weight: 600;
    src: url(./fonts/Lora/Lora-SemiBoldItalic.woff2) format('woff2'),
         url(./fonts/Lora/Lora-SemiBoldItalic.woff) format('woff');
}
@font-face {
    font-family: 'Lora paragragh';
    src: url(./fonts/Lora/Lora-Italic.woff2) format('woff2'),
         url(./fonts/Lora/Lora-Italic.woff) format('woff');
}

:root {
    --primary-color:#00aeeb;
    --button-color:#ec1c22;
    --hover-color:#080808;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


.hero-btn{
    z-index: 1;
    display: flex;
    gap: 20px;
    margin-top: 8px;
}
.join{
    padding: 15px 20px;
    color: #fff;
    font-size: 1.8rem;
    background:var(--button-color);
    border-radius: 10px;
    font-family: 'Poppins heading';
    border: none;
    cursor: pointer;
}
.join:hover{
    background: var(--hover-color);
}
.hero-btn .donate{
    padding: 15px 20px;
    font-size: 1.8rem;
    color: #000;
    background: #fff;
    font-family: 'Poppins heading';
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.donate:hover{
    background: var(--hover-color);
    color: #fff;
}
.text-section{
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    color: #fff;
}
.text-section h1{
    font-size: 6.5rem;
    font-family: 'Poppins heading';
    line-height: 7.3rem;
    color: #fff;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.8));
}

.text-section p{
    font-size: 2.5rem;
    font-family: 'Lora paragragh';
    color: #fff;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
#hero .img-section{
    position: relative;
    z-index: 1;
    max-width: 650px;
    flex: 1;
}
#hero .img-section img{
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 4vw;
}

.partner-box{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    gap: 30px;
    width: fit-content;
    margin: auto;
    padding: 6px 30px 6px 30px;
    background-color: #fafafa;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    border-radius: 10px;
    position: absolute;
    justify-self: center;
    z-index: 1;
    margin-top: -35px;
}
.partner-img{
    display: flex;
    align-items: center;
    gap: 4vw;
}
.partner-box img{
    height: 68px;
    cursor: pointer;
}

.partner-box h3{
    font-size: 20px;
}
.notic-box p{
     font-size: 16px;
     text-align: center;
     margin-top: 70px;
}
.notic-box a{
    color: #ec1c22;
}
@media screen and (max-width: 750px){
    #hero{
        background-position: 75% ;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
    }
    .text-section h1{
        padding-top: 8vh;
        font-size: 4.4rem;
        line-height: 50px;
    }
    .text-section p{
        padding-top: 18px;
        font-size: 2rem;
        padding: 0 10px;
    }
    .text-section{
        padding: 0 10px;
    }
    #hero .img-section img{
        width: 100vw;
    }
    .partner-box{
        flex-direction: column;
        gap: 5px;
        width: 96vw;
        padding: 8px 0 8px 0;
        margin-top: -25px;
    }
    .partner-box img{
        height: 55px;
    }
    .partner-box h3{
        font-size: 18px;
    }
    .notic-box p{
        font-size: 18px;
        margin-top: 90px;
   }
}
@media screen and (min-width: 760px) and (max-width: 915px){
    #hero{
        background-position: 75% ;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
    }
    .text-section h1{
        padding-top: 8vh;
        font-size: 7rem;
        line-height: 80px;
    }
    .text-section p{
        padding-top: 18px;
        font-size: 3rem;
        padding: 0 10px;
    }
    .text-section{
        padding: 0 10px;
    }
    #hero .img-section img{
        width: 80vw;
    }
    .partner-box img{
        height: 75px;
    }
    .partner-box h3{
        font-size: 20px;
    }
    .notic-box p{
        font-size: 18px;
        margin-top: 90px;
   }
}

/* About section css */

.about-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 10vh 0;
}

.img-sec, .text-sec {
    width: 600px;
    box-sizing: border-box;
}
.img-sec p{
    font-size: 24px;
    color: #fff;
    font-weight:400;
    text-align: center;
    width: 180px;
    height: 180px;
    background-color: var(--button-color);
    border-radius: 50%;
    position: relative;
    bottom: -170px;
    padding-top: 3.7rem;
}
.img-sec p span{
    font-size: 30px;
    font-weight: bold;
}
.img-sec{
    position: relative;
}
.img-sec div{
    position: absolute;
    width: 35vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-sec{
    padding-left: 40px;
}

.img-sec img{
    object-fit: cover;
    width: 100%;
}
.sec-heading{
    color: var(--button-color);
    font-size: 1.7rem;
    font-family:'Poppins';
    margin-bottom: 15px;
}
.sec-heading div{
    background-color: var(--button-color);
    width: 60px;
    height: 2px;
}
.text-sec h2{
    font-size: 4rem;
    font-family: 'Lora';
    margin-bottom: 20px;
}
.text-sec p{
    font-size:17px;
    font-family:'Poppins paragraph';
    margin-bottom: 16px;
    color: rgb(97, 97, 97);
}
.text-sec ul li{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 7px;
    color: rgb(97, 97, 97);
    font-family:'Poppins paragraph';
    font-weight: 500;
}
.text-sec ul{
    margin-bottom: 20px;
}

.text-sec ul li i{
    font-size: 22px;
    color: var(--button-color);
}

.rotate-image {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@media screen and (min-width:1480px){
    .img-sec div{
        width: 29vw;
        
    }
}
@media screen and (max-width: 750px){
    .about-sec {
        flex-direction: column;
        overflow-x: hidden;
        gap: 50px;
        padding: 0;
        margin: 9vh 0 5vh;
    }
    .img-sec, .text-sec {
        width: 100%;
    }
    .text-sec h2{
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .img-sec, .text-sec{
        padding: 20px;
    }
    .img-sec div{
        width: 70vw;
    }
    .img-sec p{
        z-index: 3;
        font-size: 20px;
        width: 150px;
        height: 150px;
        bottom: -120px;
        padding-top: 3rem;
    }
    .img-sec p span{
        font-size: 26px;
    }
    .rotate-image {
        max-width: 100%;  
        display: block;
        margin: auto;
    }
}
@media screen and (min-width: 760px) and (max-width: 915px){
    .about-sec {
        flex-direction: column;
        overflow-x: hidden;
        gap: 70px;
        padding: 0;
        margin: 7vh 0 10vh;
    }
    .img-sec, .text-sec {
        width: 100%;
    }
    .text-sec h2{
        font-size: 4rem;
        margin-bottom: 20px;
    }
    .img-sec, .text-sec{
        padding: 20px 40px;
    }
    .img-sec div{
        width: 70vw;
    }
    .img-sec p{
        z-index: 3;
        font-size: 25px;
        width: 200px;
        height: 200px;
        bottom: -210px;
        padding-top: 5rem;
    }
    .rotate-image {
        max-width: 100%;  
        display: block;
        margin: auto;
    }
}

/* About section css end */
/* service section */
#services{
    background-color: #fafafa;
    padding: 7rem 0;
}
.service-container{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.service-heading{
    margin-bottom: 40px;
}
.service-heading h2{
    text-align: center;
    font-size: 4rem;
    font-family: 'Lora';
}
.service-heading .sec-heading{
    text-align: center;
}
.service-heading .sec-heading div{
    margin: auto;
}
.service-name{
    width: 420px;
    height: 420px;
    overflow: hidden;
    border-radius: 35px;
    position: relative;
}
.service-name .service-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.service-details{
    position: absolute;
    bottom: -32%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 85%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 25px;
    transition: bottom 0.4s ease-in-out;
}
.service-name:hover .service-details{
    bottom: 23%;
}
.service-details div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.service-details .servic-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--button-color);
}
.service-details .servic-icon img{
    width: 40px;
}
.service-details div h5{
    font-size: 24px;
}
.service-details p{
    font-size: 16px;
    margin-top: 20px;
    color: rgb(97, 97, 97);
}

@media screen and (max-width: 750px){
    #services{
        padding: 7rem 10px;
    }
    .service-heading h2{
        font-size: 3rem;
    }
    .service-container{
        flex-direction: column;
        gap: 40px;
    }
    .service-name{
        width: 100%;
        height:340px;
    }
    .service-details{
        bottom: -42%;
        width: 85%;
        padding: 15px;
    }
    .service-name:hover .service-details{
        bottom: 15%;
    }
    .service-details .servic-icon{
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width: 760px) and (max-width: 915px){
    #services{
        padding: 7rem 10px;
    }
    .service-heading h2{
        font-size: 4rem;
    }
    .service-container{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .service-name{
        width: 420px;
        height:400px;
    }
    .service-details:nth-child(1){
        bottom: -30%;
    }
    .service-details:nth-child(2){
        bottom: -32%;
    }
    .service-name:hover .service-details{
        bottom: 15%;
    }
    .service-details .servic-icon{
        width: 50px;
        height: 50px;
    }
}
/* service section end */


/* working process css */
#working-section{
    margin: 0 0 7rem;
    padding-bottom: 3rem;
    position: relative;
    height:fit-content;
    background: url(./images/bg-hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#working-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 174, 235, 0.7);
}
#working-section .service-heading{
    z-index: 2;
    padding-top:7rem ;
    position: relative;
    color: #fff;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
.service-heading p{
    font-size:17px;
    width: 70%;
    margin: 2rem auto;
    text-align: center;
    font-family:'Poppins paragraph';
    color: #fff;
}
.working-steps{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 6rem;
}
.working-steps .step{
    width: 290px; 
    height: 290px;
    border-radius: 50%;
    background-color: #fff;
    border: 6px solid #f1f4f1;;
    position: relative;
}
.step .step-num{
    font-size: 16rem;
    font-family:"poppins";
    font-weight: bolder;
    color: #fdefde;
    text-align: center;
}
.img-text{
    display: flex;
    position: absolute;
    bottom: 0;
    left: -30px;
}
.img-text div{
    margin-top: 2rem;
}
.img-text h5{
    font-size: 24px;
    margin-bottom: 10px;
}
.img-text p{
    font-size: 16px;
    color: rgb(97, 97, 97);;
}
.step .img-text img{
    width: 180px;
}
.book-btn{
    padding: 15px 20px;
    width: fit-content;
    font-size: 1.8rem;
    background: var(--button-color);
    font-family:'Poppins';
    border-radius: 10px;
    border: none;
    cursor: pointer;
    z-index: 2;
    position: relative;
    margin: auto;
    color: #fff;
}
.book-btn a{
    color: #fff;
    text-decoration: none !important;
}

@media screen and (max-width: 750px){
    .service-heading p{
        font-size:16px;
        width: 100%;
        padding: 0 20px;
    }
    .working-steps{
        flex-direction: column;
        margin-bottom: 6rem;
    }
}
@media screen and (min-width: 760px) and (max-width: 915px){
    .service-heading p{
        font-size:16px;
        width: 100%;
        padding: 0 20px;
    }
    .working-steps{
        flex-wrap: wrap;
        margin-bottom: 6rem;
    }
}
/* working process css end*/
/* Why us Css */
.whyus-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 6vh;
}
.whyus-container .whyus-row{
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 30px 30px 0 0;
}
.whyus-container .whyus-row:hover .whyus-text h5{
    color: var(--button-color);
}
.whyus-row .whyus-img{
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(-1px 7px 4px #dbdbdb);
    flex-shrink: 0;
}
.whyus-row .whyus-img img{
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.whyus-container .whyus-row .whyus-text{
    flex: 1;
}
.whyus-container .whyus-row .whyus-text h5{
    font-size: 21px;
    margin-bottom: 10px;
    font-family:'Poppins';
    font-weight: 400;
}
.whyus-container .whyus-row .whyus-text p{
    font-size: 16px;
    font-family:'Poppins paragraph';
    color: rgb(97, 97, 97);
}
@media screen and (max-width: 449px){
    #whyus-section{
        padding: 0 15px;
    }
    .whyus-container{
        grid-template-columns: repeat(1, 1fr);
        margin: 0 1vh;
        gap: 10px;
    }
    .whyus-container .whyus-row{
        padding: 10px 0 0 0;
    }
}
@media screen and (min-width: 450px) and (max-width: 915px) {
    
    .whyus-container{
        grid-template-columns: repeat(2, 1fr);
        margin: 0 1vh;
        gap: 10px;
    }
}
/* Why us Css end */
/* Pricing css */
#price-section{
    margin: 7rem 0;
    background-color: #fafafa;
    padding: 7rem 0;
}
.price-container{
    display: flex;
    justify-content: center;
    gap: 24px;
}
.price-col{
    width: 380px;
    border: 1px solid rgb(110, 110, 110);
    padding: 30px 45px;
    background-color: #fff;
    border-radius: 25px;
}
.price-col h3{
    font-size: 30px;
    font-family:sans-serif;
}
.price-col .price-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.price-col .price-icon img{
    width: 100px;
}
.price-col .price-icon p{
    font-size: 45px;
    font-weight: 600;
    color: rgb(13, 178, 243);
}
.price-col .price-icon p span{
    font-size: 15px;
    color: #000;
}
.price-col ul{
    padding-top: 25px;
}
.price-col ul li{
    font-size: 16px;
    padding-bottom: 15px;
}
.price-col ul li i{
    padding-right: 15px;
}
.dryclean-box{
    display: flex;
    justify-content: center;
    gap: 23px;
    margin-top: 4rem ;
}
.dry-clean{
    width: 220px;
    background-color: #fff;
    border: 1px solid rgb(110, 110, 110);
    border-radius: 15px;
    padding: 25px 0;
    text-align: center;
}
.dry-clean img{
    margin: auto;
}
.dry-clean div{
    text-align: center;
    margin-top: 25px;
}
.dry-clean div h3{
    font-size: 22px;
    font-family:sans-serif;
}
.dry-clean div h4{
    font-size: 30px;
    color: var(--primary-color);
}
.dry-clean div p{
    font-size: 18px;
    padding: 7px 0;
}
@media screen and (max-width: 449px){
    #price-section {
        padding: 5rem 1.5rem;
    }
    .price-container{
        flex-direction: column;

    }
    .price-col{
        width: 100%;
        max-width: 320px;
        margin: auto;
        padding: 30px ;
    }
    .price-col h3{
        font-size: 28px;
        font-family:sans-serif;
    }
    .price-col .price-icon p{
        font-size: 40px;
    }
    .dryclean-box{
        display: flex;
        justify-content:flex-start;
        overflow-x: auto;
    }
    .dry-clean{
        flex: 0 0 75%;
        max-width: 220px;
    }
}
@media screen and (min-width: 760px) and (max-width: 915px){
    .price-container{
        gap: 15px;
    }
    .price-col{
        width: 350px;
        border: 1px solid rgb(110, 110, 110);
        padding: 30px 23px 20px;
    }
    .price-col h3{
        font-size: 26px;
    }
    .price-col .price-icon img{
        width: 80px;
    }
    .price-col .price-icon p{
        font-size: 36px;
    }
    .dryclean-box{
        gap: 10px;
    }
    .dry-clean{
        padding: 25px 5px ;
    }
    .dry-clean div h3{
        font-size: 20px;
    }
    .dry-clean div h4{
        font-size: 28px;
    }
    
}
/* Pricing css end */
/* Impact css */
#impact-section{
    margin: 12vh 2vw;
}
.impact-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    padding: 6rem 0;
    background: url(./images/bg-cta.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: #fff;
    position: relative;
    border-radius: 35px;
    
}
.impact-container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 174, 235, 0.7);
    border-radius: 35px;
}
.impact-container h3{
    z-index: 2;
    width: 800px;
    font-size: 6rem;
    text-align: center;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.8));
}


@media screen and (max-width: 750px){
    #impact-section{
        margin: 5vh 0;
        padding: 0 10px;
    }
    .impact-container{
        flex-direction: column;
        background-position: center;
        gap: 8vw;
    }
    .impact-container h3{
        z-index: 2;
        width: 100%;
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 760px) and (max-width: 915px){
    .impact-container h3{
        width: 700px;
        font-size: 5rem;
    }
}
/* Impact css end */


/* Faq Section css */

.faq-section {
    width: 100%;
    max-width: 1500px;
    padding: 0 20px 0;
    display: flex;
    margin: auto;
  }
  .faq-img{
    position: relative;
  }
 .faq-img img{
    width: 37vw;
    margin-bottom: -3px;
 }
 .faq-img .question-icon{
    width: 140px;
    position: absolute;
    top: 70px;
    right: 110px;
 }
  .faq-container{
    margin: auto;
  }
  .faq-heading h2{
    font-size: 4rem;
    font-family: 'Lora';
    margin-bottom: 40px;
  }
  .faq-container .faq {
    border-radius: 10px;
    padding: 10px 0;
    background-color: #fff;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0.2, 0.2));
    color: #000;
  }
  .faq{
    margin-bottom: 17px;
    color: #fff;
  }
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-left: 30px;
  }
  
  .faq-question h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
  }
  
  .faq-toggle {
    font-size: 3rem;
    padding-right: 30px;
    color: var(--button-color);
  }
  .faq-answer p{
    color: darkgray;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 20px;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    margin-top: 0; 
    background: #fff;
}

.faq-answer.open {
    max-height: 200px; 
    padding: 10px 30px; 
}
@media screen and (min-width: 1550px){
    .faq-img img{
        width: 30vw;
     }
}
@media screen and (min-width: 1950px){
    .faq-img img{
        width: 27vw;
     }
}
  
  @media screen and (max-width: 479px){
    .faq-section {
        flex-direction: column-reverse;
        padding: 20px  10px 0;
      }
    .faq-img img{
        width: 92vw;
      }  
    .faq-img .question-icon{
        width: 90px;
        top: 50px;
        right: 90px;
        margin-bottom: -30px;
      }
    .faq-heading h2{
        font-size: 3rem;
        margin-bottom: 40px;
      }  
    .faq-container{
        max-width: 95%;
      }
      .faq-container .faq{
        padding: 10px 0;
      }
    .faq-question h3 {
        font-size: 1.7rem;
        line-height: 2.5rem;
      }
    .faq-toggle {
        font-size: 2.2rem;
        padding-right: 15px;
      }
    .faq-question {
        padding-left: 15px;
      }
    .faq-answer {
        padding: 0 15px;
      }
      .faq-answer p{
        padding: 0;
      }
  }
  @media screen and (min-width: 760px) and (max-width: 915px){
    .faq-section {
        flex-direction: column-reverse;
        padding: 20px  10px 0;
      }
    .faq-img img{
        width: 50vw;
        display: block;
        margin: 0 auto;
      }  
    .faq-img .question-icon{
        width: 120px;
        top: 50px;
        right: 200px;
        margin-bottom: -30px;
      }
    .faq-heading h2{
        font-size: 4rem;
        margin-bottom: 40px;
      }  
    .faq-container{
        max-width: 92%;
      }
      .faq-container .faq{
        padding: 10px 0;
      }
    .faq-question h3 {
        font-size: 1.8rem;
        line-height: 2.5rem;
      }
   
  }