header{
    display: flex;flex-direction: row;justify-content: center;
    position: sticky;top: 0;z-index: 10000;background-color: #f9f9f9;
}
header>div{
    text-align: center;margin: 10px;
}
#head1{
    width: 20%;
}
#head2{
    width: 70%;
}
#head1 img{
    width: 100%;height: 50px;
}
.head2>ul>li{
    list-style-type: none;padding: 0;
}
.head2>ul{
    display: flex;flex-direction: row;justify-content: space-evenly;
   
}

.head2>ul li>a{
    text-decoration: none;color: #747474;font-size: 16px;font-weight: 500;
}
.head2 a:hover{
    transition: 0.5s;background-color: #ffc107;padding: 10px;border-radius: 6px;
}
 header a:hover{
  transition: 0.5s;background-color: #ffc107;padding: 10px;border-radius: 6px;
}
.head1>ul{
    display: flex;flex-direction: row;justify-content: end;
}
.head1>ul li{
    margin-right: 30px;list-style-type: none;
}
.head1 a{
    color: #747474;text-decoration: none;font-weight: 500;
}
body{
    margin: 0;padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#side{
    background-color: #fff;
   padding: 20px;
    display: none;z-index: 10000;

}
#side img{
    display: none;
}
.container {
    display: none;
  }
  
  .bar1, .bar2, .bar3 {
    width: 20px;
    height: 5px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
.sidenav{
    display: none;
}
.sidenav{
    display: none;
}
#img{
    width: 200px;
}
#underNav{
    display: none;
}

div{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  }

  div.visible {
    opacity: 1;
    transform: translateY(0);
}
p,h1,h2,h3{
    color: #747474;
}
#begining{
    text-align: center;padding: 20px;padding-left: 30px;padding-right: 30px;
}
#begining h1{
    font-weight: 400;
}
#services1{
    display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;
}
#services1>a{
    width:25%;margin: 10px;text-align: center;text-decoration: none;
}
#services1 img{
    width: 100%;
}
#services{
    display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;
}
#services>a{
    width:20%;margin: 10px;text-align: center;text-decoration: none;
}

#services img{
    width: 100%;
}
#talk ul li{
    color: #747474;
}
button{
    background-color: #ffc107;padding: 10px;border: 1px solid black;
}
.btn{
    background-color: #f7f7f7;padding: 10px;border: 1px solid black;  
}
#talk{
    display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;
    background-color: #f7f7f7;margin-top: 30px;
}
#talk>div{
    width: 40%;
}
#talk img{
    width: 100%;border-radius: 7px;
}

#bg>div{
    display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;
   background-image: url(images/daisies-near-window-2485064_640.jpg);background-position: center;background-repeat: no-repeat;
   background-size: cover;
}

#bg>div>div{
    width: auto;padding: 20px;
}
#bg img{
    width: 100%;
}
#bg p{
    color: #000000;
}
footer{
    display: flex;flex-direction: row;justify-content: space-evenly;
    background-color: #878787;margin-top: 30px;color: #fff;
}
footer>div{
    margin: 20px;width: 30%;
}
footer h3{
    font-weight: 400;color: #ffc107;
}
footer p{
    color: #fff;
}
#ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
  }
  #ul li{
    line-height: 30px;border-bottom: 1px solid #ffc107;
  }
  #ul a{
    text-decoration: none;color: #fff;
  }
  #ul li::before {
    content: '>'; /* Add the greater-than sign */
    margin-right: 8px; /* Add some spacing */
    color: #ffffff; /* Customize the color if needed */

  }
  #show{
    background-color: #ffc107;padding: 10px;border-radius: 6px;
  }

  #contact1{
    display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;padding: 20px;
  }
  #contact1>div{
    width: 30%;
  }
  #contact1 img{
    width:300px;
  }
  #contact1 ul li{
    color: #747474;
  }
  #contact1 a{
    color: #ffc107;text-decoration: none;
  }
  #talk2{
    display: flex;flex-direction: row;justify-content: space-evenly;
    background-color: #f7f7f7;
}
#talk2>div{
    width: 40%;
}

#talk2 form{
    padding: 10px;
}
#talk2 form input,select{
    width: 100%;padding: 7px;margin-bottom: 10px;border: 1px solid #ffc107;
    border-radius: 5px;
}

#talk2 textarea{
    height: 100px;width: 100%;border: 1px solid #ffc107;
    border-radius: 5px;
}
button a{
    text-decoration: none;color: #000000;
}
.content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth fade-in transition */
  }
  .content.visible {
    display: block;
    opacity: 1; /* Fully visible when the class is added */
  }
  #uppest{text-align: center;padding: 20px;}
  #uppest h2{color: #ffc107;}
  #uppest p{color: #000000;}
  #uppest ul li{list-style-type: none;}
@media only screen and (max-width: 1000px){
    #uppest{text-align: center;background-color: #ffffffbd;padding: 20px;}
    #services{
        flex-direction: column;flex-wrap: nowrap;
    }
    #services>a{
        width: 100%; 
    }
    #services1{
        flex-direction: row;flex-wrap: wrap;
    }
    #services1>a{
        width: 35%; 
    }
    #talk,#talk2{
        flex-direction: column;justify-content: center;
    }
    #talk2 >div{
        width: 90%;padding: 20px;
    }
    #talk >div{
        width: 90%;
    }
    #contact1{flex-direction: column;}
    #contact1>div{
        width: 90%;height: auto;
    }
    #imgbg{
    display: none;
    }
    footer{
       flex-direction: column;
    }
    footer>div{
        margin: 20px;width:90%;height: auto;
    }
    .sidenav{
        display: block;
    }
    #sideNav{
        display: block;
    }
    #underNav{
        display: block;margin-top: 25px;margin-left: 20px;
    }
    .container{
        display: inline-block;
        cursor: pointer;
       }
    #side{
        display: block;height: 70px;position: sticky;top: 0;background-color: #ffffff;
    }
    #side img{
        display: block;margin: -5%;width: 250px;
    }
    header{
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
      }
      
      .sidenav a {
        text-decoration: none;
        display: block;
        transition: 0.3s;
        line-height: 50px;
        color: #747474;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
    padding-left: 15px;
      }
      
      .sidenav a:hover {
        color: #ffffff;background-color: #ffc107;
      }

.container{
    float: right;margin-right: 30px;margin-top: -30px;
}

}