/* header Start */


.header-main{
    background-color: rgb(232, 210, 252);
    width: 100%;
    height: auto;
    padding: 10px 10px;
}
.header-main ul li{
    display: inline-flex;
    padding: 10px 10px;
    font-size: 17px;
}

.main-banner{
    background-image: url(https://assets.architecturaldigest.in/photos/60083af8f93542952b6654c6/16:9/w_2560%2Cc_limit/home-decor-Duplex-apartment-home-design-pexels-vecislavas-popa-1571460-1366x768.jpg);
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.body{
    display: flex;
    height: 100%;
}
.header-slogan{
    margin-top: 23%;
    margin-right: 20px;
    font-size: 30px;
    color: white;
}
.logo-img{
    padding: 20px 20px;
}
.header-contact-info p{
    font-size: 17px;
    color: rgb(89, 19, 21);
    margin-left: 8px;
    margin-top: 30px;
}

/* header End */



/* Section Start */
.index-about-text{
    background-color: rgba(229, 229, 240, 0.264);
}
 .index-about-text h1{
     font-size: 70px;
    text-align: center;
    margin-top: 10px;
 }
.index-about-text1{
   
   padding: 100px;
   font-size: 26px;
}
.index-about-text1 p{
    font-size: 15px;
}
.div-icon-info{
    text-align: center;
    padding: 100px 100px;
}
.countr-info{
    background-color: rgba(99, 143, 144, 0.364);
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 80px 50px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(32, 86, 185);
}
.Estimator-index-info{
   
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    
}
#Estimator-index-info1{
    width: 350px;
    height: 270px;
    border: 1px solid rgba(0, 0, 0, 0.226);
    position:relative;
    margin-left: 190px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: justify;
    border-radius: 8px;
    transition: transform 0.2s ease;

}
#Estimator-index-info2{
    width: 350px;
    height: 270px;
    border: 1px solid rgba(0, 0, 0, 0.226);
    margin: 10px;
    position:relative;
    text-align: justify;
    border-radius: 8px;
    transition: transform 0.2s ease;
    

}
#Estimator-index-info1 p{
    margin-left: 10px;
    margin-top: 20px;
}
#Estimator-index-info2 p{
    margin-left: 10px;
    margin-top: 20px;
}
#Estimator-index-info1 button{
    padding: 10px 50px;
    text-align: center;
    font-size: 20px;
    border: 0.2px solid black;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 55px;
    background-color: rgb(134, 70, 70);
    color: rgb(252, 252, 254);
}
#Estimator-index-info2 button{
    padding: 10px 50px;
    text-align: center;
    font-size: 20px;
    border: 0.2px solid rgba(0, 0, 0, 0.151);
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 55px;
    background-color: rgb(134, 70, 70);
    color: rgb(252, 252, 254);
}
#Estimator-index-info1:hover {
    transform: scale(1.1); /* Zoom effect on hover */
  }
  #Estimator-index-info2:hover {
    transform: scale(1.1); /* Zoom effect on hover */
  }
.offer-index-info{
    background-image: url(https://img.freepik.com/premium-photo/interior-has-armchair-empty-white-wall-background-3d-rendering_41470-1785.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 90px;
    
    
}
.scroll-container{
    
  overflow: auto;
  
}
#offer-index-info1{
    width: 300px;
    height: 480px;
    border: 0.2px solid rgba(0, 0, 0, 0.218);
    background-color: rgba(245, 245, 220, 0.401);
    padding: 20px;
    
    margin-top: 20px;
    margin: 5px;
}
#offer-index-info1 ul li{
    padding: 10px 20px;
}

.centered {
    width: 320px;
    height: 200px;
    position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
  background-color: rgba(95, 158, 160, 0.27);
  padding: 10px;
  color: whitesmoke;
    
  }
  .centered button{
    width:130px;
    height: 40px;
    background-color: rgba(91, 104, 219, 0.045);
    font-size: 20px;
    color: rgb(244, 244, 244);
 }
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 380px;
    height: 220px;
    text-align: center;
    padding: 10px;
    background-color: rgba(95, 158, 160, 0.623);
    color: whitesmoke;
  }
  .top-left button{
     width:130px;
     height: 40px;
     background-color: rgba(91, 104, 219, 0.462);
     font-size: 20px;
     color: rgb(142, 207, 251);
  }
  .bottom-right {
    position: absolute;
    bottom: 30%;
    right: 30%;
    width: 280px;
    height: 200px;
    background-color: rgba(91, 104, 219, 0.462);
    text-align: center;
    padding: 5px;
    color: whitesmoke;
  }
  .bottom-right button{
    width:130px;
    height: 40px;
    background-color: rgba(91, 104, 219, 0.462);
    font-size: 20px;
    color: rgb(142, 207, 251);
 }
 .top-right {
    position: absolute;
    top: 13%;
    right: 10%;
    width: 300px;
    height: 220px;
    background-color: rgba(212, 215, 244, 0.694);
    text-align: center;
    padding: 5px;
    color: rgb(241, 59, 59);
  }
 .top-right button{
    width:130px;
    height: 40px;
    background-color: rgba(91, 104, 219, 0.462);
    font-size: 20px;
    color: rgb(142, 207, 251);
 }
.client-info{
    width: 400px;
    height: 500px;
    margin: 2px;
    padding: 15px;
    text-align: justify;
}
.contact{
    background-color: black;
    width: 50%;
    height: 500px;
    text-align: center;
    padding: 90px;
}
.contact h2{
    font-size: 50px;
    color: white;
    font-weight: bold;
    
}
.contact p{
   
    font-size: 20px;
    color: white;
    padding: 15px;
    
}
.contact button{
    padding: 10px 90px;
    text-align: center;
    font-size: 28px;
    border: 0.2px solid rgba(0, 0, 0, 0.151);
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 30px;
    background-color: rgb(120, 56, 56);
    color: rgb(252, 252, 254);
}

.visit{
    background-color: rgb(241, 50, 50);
    width: 50%;
    height: 500px;
    text-align: center;
    padding: 90px;
}

.visit h2{
    font-size: 50px;
    color: white;
    font-weight: bold;
    
}
.visit p{
   
    font-size: 20px;
    color: white;
    padding: 15px;
    
}
.visit button{
    padding: 10px 90px;
    text-align: center;
    font-size: 28px;
    border: 0.2px solid rgba(0, 0, 0, 0.151);
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 30px;
    background-color: rgb(120, 56, 56);
    color: rgb(252, 252, 254);
}
.box-container{
    width: 750px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.624);
    position:relative;
	margin: auto;
    margin-top: 4%;

}
.box-container h2{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 40px;
    padding: 20px;
}
.box-container h4{
    text-align: justify;
    padding: 10px;
}
.box-container p{
    text-align: justify;
    margin-left: 15px;
    font-size: 17px;
}

.about-info h3{
    text-align: justify;
    font-weight: bold;
    font-size: 25px;
    

}
.about-info p{
    text-align: justify;
    margin-left: 10px;

}
.rectangle{
    background-color: rgba(255, 228, 196, 0.841);
    width: 80%;
    height: 90px;
    border: 0.5px solid rgba(0, 0, 0, 0.381);
    border-radius: 9px;
    margin-top: 3%;
    margin-left: -15%;
}
.img-kitchen{
    padding: 10px;
}
.ovel{
    width: 250px;
    height: 350px;
    border: 0.2px solid rgba(0, 0, 0, 0.429);
    border-radius: 90px;
    margin: 15px;
    background-color: rgba(161, 161, 226, 0.221);
}
.kithen-quality button{
    padding: 10px 60px;
    text-align: center;
    font-size: 20px;
    border: 0.2px solid rgba(0, 0, 0, 0.151);
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 39%;
    margin-bottom: 30px;
    background-color: rgb(120, 56, 56);
    color: rgb(252, 252, 254);
}
#Estimator-index-info3:hover {
    transform: scale(0.9); /* Zoom effect on hover */
  }

/* Section End */

/* footer Start */
.footer-start{
    background-color: rgb(232, 210, 252);
    width: 100%;
    height: auto;
}
.nav-footer ul li{
    display:block;
    padding: 5px 5px;
    font-size: 18px;
    
}
.box h4{
    text-align: justify;
    padding: 10px;
    color: rgb(140, 140, 247);
}
.box p{
    text-align: justify;
    margin-left: 40px;
    
}
.box1 h3{
    text-align: justify;
    padding: 10px;
    color: rgb(140, 140, 247);
}
.box1 p{
    
    color: rgba(145, 125, 65, 0.835);
    font-size: 15px;
    margin-left: 10%;
}


/* footer End */

@media screen and (max-width:700px){

    .main-banner{
        width: 100%;
    }
    .countr-info{
        width: 100%;
        height: auto;
    }
    .index-about-text{
        width: 100%;
        
    }
    .index-about-text ul li{
        text-align: center;
    }
    .box-container{
        margin-left: -6px;
    }
    #Estimator-index-info1{
        width: 350px;
        height: 270px;
        border: 1px solid rgba(0, 0, 0, 0.226);
        position:relative;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: justify;
        border-radius: 8px;
        transition: transform 0.2s ease;
    
    }
    .client-info{
        width: 100%;
        height: 500px;
        margin: 0px;
        padding: 1px;
        text-align: justify;
    }
    
    .bakground-info-img3 h2{
        text-align:center;
    }
    .contact{
        background-color: black;
        width:100%;
        height: 500px;
        text-align: center;
        padding: 90px;
    }
    .contact button{
        padding: 5px 20px;
        text-align: center;
        font-size: 23px;
        border: 0.2px solid rgba(0, 0, 0, 0.151);
        border-radius: 20px;
        margin-top: 30px;
        margin-left: 10px;
        background-color: rgb(120, 56, 56);
        color: rgb(252, 252, 254);
    }
    
    .visit{
        background-color: rgb(241, 50, 50);
        width: 100%;
        height: auto;
        text-align: center;
        padding: 90px;
    }
    .visit button{
        padding: 5px 20px;
        text-align: center;
        font-size: 23px;
        border: 0.2px solid rgba(0, 0, 0, 0.151);
        border-radius: 20px;
        margin-top: 30px;
        margin-left: 10px;
        background-color: rgb(120, 56, 56);
        color: rgb(252, 252, 254);
    }
    .kithen-quality button{
        padding: 5px 20px;
        text-align: center;
        font-size: 20px;
        border: 0.2px solid rgba(0, 0, 0, 0.151);
        border-radius: 20px;
        margin-top: 30px;
        margin-left: 10%;
        margin-bottom: 30px;
        background-color: rgb(120, 56, 56);
        color: rgb(252, 252, 254);
    }
    .rectangle{
        background-color: rgba(255, 228, 196, 0.841);
        width: 100%;
        height: 100px;
        border: 0.5px solid rgba(0, 0, 0, 0.381);
        border-radius: 9px;
        margin-top: 3%;
    
    }
    .nav li{
        display: block !important;
    }
}