@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');






body{
  height:auto;
  width:auto;
  background-color:#FFFDF5;
  margin:0;
  padding:0;
  font-family: "Merriweather-Regular";
      color: #242424;
  }
  
  
   /* SEARCH BAR */
  
  
              .header{
                padding-top:15px;
                 display: flex;
                 background-color: #FFFDF5;
                 height:35px; }
               
                                                                 
                                                    .word1 {
                                                        white-space: nowrap;

                                                    font-family: "Quicksand", sans-serif;
                                                    font-size: 18px;
                                                    font-weight: 400;
                                                    margin-right: 25px;  
                                                  }
                                                  
                                                  
                                                  .word {
                                                      white-space: nowrap;

                                                    font-family: "Quicksand", sans-serif;
                                                    font-size: 16px;
                                                    font-weight: 400;
                                                    margin-right: 25px;  
                                                    color: black;
                                                    text-decoration: none;
                                                    letter-spacing: 0.15em;
                                                    display: inline-block;
                                                    padding: 15px 20px 5px 20px;
                                                    position: relative;
                                                    cursor: pointer; 
                                                  }
                                                  
                                                  .word:after {    
                                                    content: "";
                                                    margin-top:0;
                                                    position: absolute;
                                                    height: 2px;
                                                    bottom: 0;
                                                    left: 50%;
                                                    width: 0;
                                                    background: black;
                                                    transition: width 0.3s ease, left 0.3s ease;
                                                  }
                                                  
                                                  .word:hover:after { 
                                                    width: 100%; 
                                                    left: 0; 
                                                  }

           
                  #search-input {
                      white-space: nowrap;
                    position:relative;
                    margin-top:0;
                    margin-left:70%;      
                    padding-left: 5px;
                    padding-bottom:0;
                    
                    font-size: 18px;
                    font-family: "Quicksand", sans-serif;
                    font-weight: 400;
                            height:25px;
                            width: 200px;     
                        
                      border: none;
                      border-bottom: 1px solid black;
                      text-align:left;
                      
                      outline: none;
                      background-color: #fffaf0;
                    
                    
                                  }
                                  
                 

                input{
                  height:100px;
                  font-family: "Quicksand", sans-serif;
                  font-size: 18px;
                  font-weight: 400;
                  text-align:right;
                  margin-left: 40px;  
                  
                  }
          
  
                              h1{
                                margin-left:15px; 
                                font-family: "Quicksand", sans-serif;
                                font-size: 18px;
                                  font-weight: 400;}
                                  
                              
                              
                                  
 /* HERO IMAGE AND BAR BELOW */
          
      

                .hero-image {
                      background-image :url('hero.png');
                    
                    width: 100%;
                      height: 900px;
                    
                      background-position: center;
                      background-repeat: no-repeat;
                      background-size: cover;
                      position: relative;
                    }
 .bar{
   text-align:center;
 background-color: white;
 height:45px; }    
 
 /* SIGNATURE TEXT */
 
 
      
         .container4{ 
             width: 100%;
            height: auto;
            margin-top:20px;
             margin-right:0;
             margin-bottom:40px; }  
 
 

 
 
 /* FIRST SECTION OF PICS */
 
 

                              .container {
                                display: flex;
                                flex-wrap: nowrap;
                              
                              gap:10px;
                                
                              }
                              
                              .container div {
                                height: auto;
                                width: 500px;
                                margin-left: 50px;
                              
                                padding: 10px;
                              
                                text-align:center;  
                                font-family: "Quicksand", sans-serif;
                                font-size: 30px;
                              }
                               
                               .flower{
                                 transition:0.5s;}
                               
                               .flower:hover{
                                    transform: scale(104%);                     
                                    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .15);
                                    }
                               
 /* BUTTONS */
 
 
 
                                                       button {
                                                     display: block;
                                                      margin: 50px auto;
                                                      
                                                        font-family: "Quicksand", sans-serif;
                                                        font-size: 22px;

                                                        padding-top: 3px;
                                                        color: white;
                                                        background-color: #595347;
                                                        border-radius: 15px;
                                                        height: 100px;
                                                        width: 290px;
                                                        
                                                        bottom: 5px;
                                                        
                                                        position: relative; 
                                                        
                                                        cursor: pointer;
                                                      }
                                                          
                                                button:after {    
                                                    content: "";
                                                    margin-top:0;
                                                    position: absolute;
                                                    height: 2px;
                                                     bottom: 20px;
                                                    left: 50%;
                                                    width: 0;
                                                    background: white;
                                                    transition: width 0.3s ease, left 0.3s ease;
                                                  }
                                                  
                                                  button:hover:after { 
                                                    width: 70%; 
                                                    left: 15%; 
                                                  }
      
 
 
 
 
 
 
 
 
 
  /* WEDDING + PLANTS SECTION */
                
                
                
                
                                        .container2{
                                          margin-top:80px;
                                        position:relative;
                                           width: 100%;
                                          height: 600px;
                                          display:flex;
                                          margin-right:0;
                                          
                                          }
                                              
                                              .container2 img {
                                                margin:0;
                                                width: 50%;
                                                height: 100%;
                                                float: left;
                                              }
                                              
                                                      
          
          
          .bottom-right {
          
            margin-top:18%;
            margin-left:34%;
            position: absolute;
          }   
          .bottom-right button{   
            font-size:26px;
            font-family: "Quicksand", sans-serif;
              margin-top:50px;
              margin-bottom:50px;
              color:white;
              background:rgba(51, 47, 16, .9);
              border-radius:15px;
              height:100px;
              width:250px;}
          
              
                                                          .bottom-left {
                                                            margin-top:18%;
                                                            margin-left:53%;
                                                            position: absolute;
                                                          }   
                                                       .bottom-left button{   
                                                         font-size:26px;
                                                         font-family: "Quicksand", sans-serif;
                                                          margin-top:50px;
                                                          margin-bottom:50px;
                                                          color:white;
                                                          background:rgba(51, 47, 16, .9);
                                                          border-radius:15px;
                                                          height:100px;
                                                          width:250px;}
                                                         
                                                      
          
 
 
 
 /* NEXT BAR */
 
 
                                h2{
                                text-align:center;
                                margin:auto;
                                font-family: "Quicksand", sans-serif;
                                font-size: 40px;
                                  font-weight: 400;}
 
 
           
         .container3{
           background-color:#8a695d ; 
           color:white;
             width: 100%;
            height: 240px;
            margin-top:100px;
             margin-right:0;
             margin-bottom:100px;
             
             padding-top:100px;
                                          
       }  
 
 
 
 
 
 
 
 /* INSTA LINK POSTS */
 
                                .insta {
                                display: flex;
                                flex-wrap: nowrap;
                              
                                gap:10px;
                                
                              }
                              
                              
                              .insta div {
                                height: auto;
                                width: 500px;
                                margin: auto;
                              
                                padding: 10px;
                              
                                text-align:center;  
                                font-family: "Quicksand", sans-serif;
                                font-size: 30px;
                              }
                               
 
                                .instp{
                                 transition:0.5s;}
                               
                               .instp:hover{
                                    transform: scale(103%);                     
                                    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .15);
                                    }
 
 
 
 
 /* TRENDING SECTION */
 
 
 
 
                              .gifts {
                                display: flex;
                                flex-wrap: nowrap;
                              
                                gap:10px;
                                
                              }
                              
                              
                              .gifts div {
                                height: auto;
                                width: 500px;
                                margin: auto;
                              
                                padding: 10px;
                              
                                text-align:center;  
                                font-family: "Quicksand", sans-serif;
                                font-size: 30px;
                              }
                               
 
                                .trends{
                                 transition:0.5s;}
                               
                               .trends:hover{
                                    transform: scale(103%);                     
                                    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .15);
                                    }
 
 
 
 
                                                    p {
                                                      white-space: nowrap;

                                                    font-family: "Quicksand", sans-serif;
                                                    font-size: 20px;
                                                    font-weight: 400;
                                                    margin-right: 25px;  
                                                    color: black;
                                                    text-decoration: none;
                                                    letter-spacing: 0.15em;
                                                    display: inline-block;
                                                    padding: 15px 20px 5px 20px;
                                                    position: relative;
                                                    cursor: pointer; 
                                                  }
                                                  
                                                        p:after {    
                                                          content: "";
                                                          margin-top:0;
                                                          position: absolute;
                                                          height: 2px;
                                                          bottom: 0;
                                                          left: 50%;
                                                          width: 0;
                                                          background: black;
                                                          transition: width 0.3s ease, left 0.3s ease;
                                                        }
                                                        
                                                        p:hover:after { 
                                                          width: 100%; 
                                                          left: 0; 
                                                        }


/* FOOTER */

b{
  color:white;}

.footer{
    background-color:#454545;
  display: grid;
    
   height:500px;
   width:100%;
   margin:0;
    
  grid-template-columns: 1fr 3fr;
  gap: 3px;
  padding: 5px;
}


.menu {
  font-family: "Quicksand", sans-serif;

text-align:center;
  font-weight: 400;
  font-size:20px;
  color:#f7e5c3;
  
  background-color:#454545;
  margin:0;
}

.content {
  background-color:#454545;
  margin:0;
}





        /* SEARCH BAR IN FOOTER FOOT */
        
        
    .footerfoot {
      
  background-color:#5a5347;
  margin:0;
  padding-top:20px;
  padding-left:40px;
  height:750px;

}    
  
                 
                 .search-container {
                   margin-top:10px;
                   height:auto;
                  width:700px;

                   display:grid;
                   
                     grid-template-columns: 2fr 1fr;
                    text-align: left;
                }

                .search-input {
                  text-align:left;
                  height:50px;
                  background-color:white;  
                  margin:0;
                }

                .search-button {
                  color:black;
                  width:70px;
                    height:55px;
                    border-radius:0;
                    background-color:#f9bded;
                    margin-left:-3px;
                    margin-top:4px;
                    transition:0.5s;
                    text-decoration:none;
                    }

                        .search-button:hover {
                          text-decoration:none;
                          color:white;
                      background-color:#CA4FD1;
                    }
                    
                    
                    
                    /* BOTTOM PART WITH TEXT ABOUT */
                    
                           
        h3{
          color:white;
          font-family: "Quicksand", sans-serif;
          font-size:18px;
          font-weight:400;
          margin-bottom:0;

          }
          
          
        
          h4{
          color:white;
          font-family: "Quicksand", sans-serif;
          font-size:22px;
          font-weight:400;
          margin-bottom:60px;


          }
        
        
        
                    
       
            
.aboutsect{
  float:left;
  display: grid;
    
   height:400px;
   width:700px;
   margin:0;
    
  grid-template-columns: 0.5fr 0.5fr ;
  grid-template-rows:500px 500px ;
  gap: 3px;
  padding: 5px;
}


.about {
  
  height:200px;
 margin:0;
}

.learn {
  height:200px;

  margin:0;
}        
                    
                 
                 .logo{
                   text-align:center;
                   margin-top:-150px;
                   margin-left:710px;

                   height:500px;
                   width:700px;}
                    
                    
   .copyright{
     padding-top:140px;

     height:auto;
     
     color:white;
     
     font-family: "Quicksand", sans-serif;
      font-weight:400;
     font-size:15px;
   }
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
            