@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;
  }
  
  
  
              .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; /* for hover effect */
                                                  }
                                                  
                                                  .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 {
                      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; }    
 
                         
            
            
            .wrapper{
             display: grid;
            background-color: blue;
            padding: 40px 20px;
            width: 100%;
            box-sizing: border-box;
            }
            
                                      .grid{
                                      display: grid;
                                       grid-template-columns:auto auto auto auto;
                                       grid-gap: 10px;
                                       background-color: red;
                                       padding: 10px ; }
            
            
                                                        button {
                                                        font-family: "Quicksand", sans-serif;
                                                        font-size: 22px;
                                                        margin: 50px;
                                                        padding-top: 3px;
                                                        color: white;
                                                        background-color: #595347;
                                                        border-radius: 15px;
                                                        height: 100px;
                                                        width: auto;
                                                        
                                                        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%; 
                                                  }
      
      
      
      
      
      
      

            .containerimg{
              background-color: red;
              height: 590px;
              width: 100%;      /* fill its grid cell */
              max-width: 425px; /* keeps images from getting too large */
              text-align: center;
              margin: 0;        /* remove float/margin overrides */
              float: none;  }
                
                
                
                
                
                                        .container{
                                        position:relative;
                                           width: 100%;
                                          height: 600px;
                                          display:flex;
                                          margin-right:0;
                                          
                                          }
                                              
                                              .container img {
                                                margin:0;
                                                width: 50%;
                                                height: 100%;
                                                float: left;
                                              }
                                              
                                                      
          
          
          .bottom-right {
          
            margin-top:22%;
            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:22%;
                                                            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;}
                                                         
                                                      
          
          
          
          
         .container2{
            clear: both;
           background-color:#876A5E ; 
             width: 100%;
            height: 300px;
            margin-top:200px;
             margin-right:0;
                                          
       }  
          
          

          
          
          
          
          
          
          
          
          