*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
body{
    background-color: #eeeae6;
}
.whatsappIcon{
    display: table;
    height: 50px;
    left: 25px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 1;
    margin-top: 8px;
}

.icon-container a{
    font-size: 50px;
    color: #25D366;
    transition: transform 0.3s ease, color 0.3s ease;
    top: 90%;
}

.icon-container:hover a {
    transform: scale(1.2);
    color: #128C7E;
}
.navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand img{
    width: 90px;
}
.navbar{
    background-color: #a39f9f;
    /* margin: 0;
    padding: 0; */
}
.nav-item .nav-link{
    color: #E16A40;
}
.dropdown-item{
    color: white;
}
.dropdown-item:hover{
    color: #000;
}
.dropdown:hover>.dropdown-menu {
    display: block;

}
  
.dropdown>.dropdown-toggle:active {
      pointer-events: none;
}
.carousel-caption{
    padding-bottom: 150px;
    margin-right: 300px;
    
}
.carousel-caption h5{
    font-size: 50px;
    color: black;
    animation-delay: 2s ease-in;
    background-color: rgba(225, 106, 64, 0.6);
    padding: 15px;
    width: fit-content;
    /* margin: auto; */
}
.carousel-caption p{
    animation-delay: 3s;
    font-size: larger;
}
.carousel-inner>.carousel-item:before {
    content:'';
    position: absolute;
    width:100%; 
    height:100%;
    top:0; 
    left:0;
}
#productimage img{
    border: 3px solid #E16A40;
}
#see_btn{
    border: 1px solid #E16A40;
    font-weight: bold;
}
/* aboutsection css */
.aboutmainbox{
    background-color: #E16A40;
    position: absolute;
}
.box img {
    position: relative;
    bottom: 15px;
    right: 15px;   
}
.aboutdetails{
    padding-top: 50px;
}
#compamydetails img{
    width: 60px;
    height: 60px;
    margin-top: 5px;
    border-radius: 50%;
    padding: 5px;
}
.aboutext{
    text-align: justify;
    margin-right: 10px;
}
#ourproducts {
    padding-top: 10%;
}
@media (max-width: 780px){
    #about{
      margin-bottom: 15rem;
    }
}
#compamydetails img{
    width: 60px;
    height: 60px;
    margin-top: 5px;
    border-radius: 50%;
    padding: 5px;
}
.cards{
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.cards img{
    width: 100px;
}

#mailsubscription{
    display: flex;
    justify-content: center;
    width: 50%;
}
.QuickSection{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../image/quickenquiryimage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
      
}
#FormSection{
    width: 70%;
    justify-content: center;
    text-align: center;
}
footer{
    background: linear-gradient(to bottom, #e7f1ee, #8d8a8a)
}
#footer_item h5{
    text-transform: uppercase;
}
#footer_item a{
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    color: black;
}
#footer_item a:hover{
    color: red;
}
.copyright{
    background-color: black;
}
.fa-brands{
    border: 1px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#youtube:hover{
    background-color: white;
    color: red;
    transition: all 0.5s ease-in
}
#facebook:hover{
    background-color: white;
    color: #1877F2;
    transition: all 0.5s ease-in
}
#insta:hover{
    background-color: white;
    color: #E4405F;
    transition: all 0.5s ease-in
}
#companyMission{
    background: linear-gradient(to bottom, #e7f1ee, #E16A40);
}
#mailsubscription{
    display: flex;
    justify-content: center;
    width: 80%;
}
#contactform{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    /* padding-top: 100px; */
}
.contactsection{
    background: linear-gradient(to right, #e7f1ee, #E16A40) !important;
    border-radius: 10px;
    margin:auto;
}
.fa-solid{
    background-color: aliceblue;
    border: 1px solid white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #E16A40;
}
#product{
    padding-top: 50px;
}
#about{
    padding-top: 50px;
}
#contact{
    padding-top: 100px;
}
