*{
    margin: 0;
    padding: 0;
}
.header{
 width: 97%;
 height: 100px;
 position: fixed;
 /* border: 1px solid tomato; */
 font-weight: bold;
 transition: 0.3s;
 padding: 20px;
 margin-left: 1%;
 margin-right: 1%;
 margin-bottom: 50px;
 display: flex;
 background-color: whitesmoke;
 
 /* background-color: whitesmoke; */
}
.header>div{
    /* border: 1px solid green; */
    width: 200px;
    height: 100px;
}
.header > div:nth-child(2){
    display: flex;
}
.header > div:nth-child(4){
    display: flex;
}
.header > div:nth-child(5){
    display: flex;
    
}
.header > div:nth-child(6){
    display: flex;
}
p{
    margin: 40px 10px;
}

.header>div:nth-child(2) img{
    /* border: 1px solid green; */
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-left: 30px;
}


.header>div:nth-child(5) img{
    /* border: 1px solid green; */
    width: 40px;
    height: 30px;
    margin-top: 30px;
    margin-left: 50px;
    padding-left: 20px;
}
.header>div:nth-child(6) img{
    /* border: 1px solid green; */
    width: 40px;
    height: 30px;
    margin-top: 30px;
    padding-left: 30px;
    
}
 .im:hover{
    
    
    cursor: pointer;
    color: black;
   transition: 0.5s;
    font-weight: bold;

}
.im{
    margin-top: 40px;
    margin-left: 50px;
}
.im2{
    margin-top: 40px;
    margin-left: 50px;
}
input{
    padding-left: 1px;
}


.header>div:nth-child(3){
    /* border: 1px solid green; */
    width: 900px;
    height: 120px;
    margin-left: 40px;
    margin-top: 20px;
}
.header > div img{
    height: 100%;
    width: 100%;
    margin-left: 10px;
   
}
.header>div input{
    border-radius: 30px;
    width: 100%;
    height: 40%;
    margin-left: 10px;
    margin-top: 10px;
}
/* box1 */
.body{
    
    width: 98%;
    height: 100%;
    /* border: 1px solid red; */
    margin-top: 150px;
    display: flex;  
    margin-left: 1%;
    }
     .slideshow-container{
        /* border: 1px solid blue; */
        width: 60%;
        height: 300px;
        padding: 10px;
    }
    .slideshow-container>div img {
        width: 100%;
        height: 300px;
        /* border: 1px solid yellow; */
        border-radius: 20px;
        
    } 



/* Slideshow container */
.slideshow-container {
max-width: 1000px;
/* position: relative; */
margin: auto;
}


/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}


.active, .dot:hover {
background-color: green;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

    .right{
        /* border: 1px solid rgb(196, 31, 58); */
        width: 40%;
        height: 300px;
        margin-top: 5px;
        margin-left: 5px;
        
    }
    .right>div img{
        /* border: 1px solid blue; */
        height: 95px;
        width: 100%;
        margin-top: 5px;
        border-radius: 20px;
        }

/* box2 */

*{
    margin: 0;
    padding: 0;
}
h1{
    margin-top: 10px;
    margin-bottom: 10px;
}
.main{
    width: 98%;
    height: 300px;
    
    margin: auto;
    display: flex;
    
}
.main>div:hover{
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid whitesmoke
}
.main>div{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 18%;
    height: 95%;
    margin-left: 20px;
    /* border: 1px solid blue; */
}
.main>div img{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 60%;
    width: 100%;
    background-color: whitesmoke;
}
.main>div >#flex{
    display: flex;
}
.main>div >p{
    margin-top: 0px;
    margin-bottom: 5px;
}
#flex p {
    margin-top: 0px;
    margin-left: 5px;
}
#flex > button {
    margin-top: 0px;
    margin-left: 60px;
    padding-left: 25px;
    padding-right: 25px;
   box-sizing: border-box;
    border-radius: 15px;
    color: rgb(131, 241, 241);
    height: 30px;
}
#flex > button:hover{
    background: rgb(131, 241, 241);
    cursor: pointer;
    color: white;
}
.box3{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
 /* box3 and box 4 */
.box3,.box4{
/* border: 1px solid blue; */
width: 95%;
height: 300px;
margin-left: 2%;
display: flex;
margin-top: 50px;
padding-left: 20px;


}
.box3>div{
    
/* border: 1px solid red; */
width: 23%;
height: 280px;
margin: auto;

}
.box3>div img{
height: 100%;
width: 100%;
background-color: white;
}
.box4>div{

width: 23%;
height: 280px;

}
.box4>div img{
height: 100%;
width: 100%;
margin-left: 300px;
padding-left: 30px;
background-color: white;

}
#vege{
    display: flex;
    margin-left: 2px;
}
#vege p + p:hover{
    color: cyan;
    cursor: pointer;

}
#vege a{
    text-decoration: none;
    
}


/* footer css */

.footer1{
    width:100%;
    height: 700px;
    border: 1px solid teal;
    
    display: flex;
}
.footer1 > div{
    width: 50%;
    height: 98%;
    
    /* border: 1px solid green; */
}
.footer1> div #im{
 
    width: 70%;
    height: 60%;
    margin-top: 110px;
    margin-left: 40px;

}

.footer1>#right img{
    width: 30px;
    height: 30px;


}


#right h1{
    text-align: center;
    margin-top: 70px;
}
#right h5{
   padding-left: 140px;
}
#r1{
   display: flex;
   /* border: 1px solid rgb(201, 201, 201); */
   width: 250px;
   height: 60px;
   border-radius: 30px;
   margin-left: 190px;
   }
#r1 div{
    display: flex;
    border-radius: 25px;
    
}  
#r1 div:nth-child(1){
    background-color: black;
    color: white;
    }
    #r1 p{
        margin-top: 25px;
        margin-right: 5px;
    }


#r1 img{
   padding: 20px;
}
/* #r1 p{
   margin-top: 28px;
} */
#r1 a{
   text-decoration: none;
   color: black
}
h5{
   margin-left: 50px;
   font-size: large;
   color: rgb(97, 95, 95);
}

#btn{
   /* padding:5px;
   border: none;
   outline: none;
   font-weight: bold; */

   margin-left: 200px;
  font-size: 40px;
  /* padding: 20px 130px; */
  background-color: rgb(150, 243, 221);
  color: white;
 
}
input{
   margin-top: 20px;
   margin-bottom: 30px;
   margin-left: 200px;
   font-size: 30px;
   padding-right: 20px;

}
.footer2 {
   width: 400px;
   /* border: 1px solid red; */
   display: flex;
   margin-left: 200px;
   margin-top: 30px;
   color: rgb(122, 118, 118);
}
.footer2 img{
   margin-left: 30px;
   margin-top: 10px;
}

/* second footer */
.footerBgImg{
   width: 100%;
   height: 150px;
   /* border: 1px solid yellow; */
   }
   .footerBgImg{
       background-image:  url( https://fraazo.com/static/footerDesign-26fcca451f726500fd06e7fc02d09cb4.svg);
       
   }
   .footerBgImg2 {
       background-color: rgb(22,82,65);
       color: white;
    
       
   }
.footerBgImg2 >.footer3{
   /* border: 1px solid tomato; */
   width: 100%;
   height: 300px;
   display: flex;
   
   
}


.footer3>div{
   width: 23%;
   height: 300px;
   /* border: 1px solid blue; */
   margin-left: 20px;
   margin-top: 50px;
   
}
.footer3 img{
width: 70%;
}
.footer3 p{
   font-size: 20px;
}
.footer3>div li{
   text-decoration: black;
}

.app {
   display: flex;
}
.footer3 h3{
   margin-left: 40px;
}
.footer3 ul a li {
   color: white;
   list-style: none;
   line-height: 30px;
   color: rgb(233, 232, 232);
   
}
.footer3 a{
   text-decoration: none;
   
}
.app{
margin-left: 40px; 
}
.about{
   width: 100%;
   height:100%;
   /* border: 1px solid green; */
   
}
.about p{
 line-height: 20px;
}










