body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#about{
  background: url("https://img.freepik.com/premium-photo/striking-red-robot-background-emphasizes-transformative-power-potential-robotics-within-various-industries_674594-6236.jpg") no-repeat;
  background-size: 100%;
  margin: 0;
  position: relative;
}

#header {
  background-color: rgb(237, 187, 85); 
  border: black 2px solid;
  /* position:static; */
}
.dark-mode header{
  background-color: rgb(95, 72, 26);
}
.navbar {
  overflow: hidden;
  background-color: blanchedalmond;
  display: flex;
  border: black 2px solid;
  justify-items: center;
}

.navbar a {
  float: left;
  font-size: 22px;
  color: rgb(29, 29, 29);
  text-align: center;
  padding: 25px 25px;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgb(210, 158, 47);
}

.navbar a:hover {
  background-color: #ddd;
  color: rgb(127, 12, 12);
  font-size: 24px;
}
.navbar button {
  margin-left: 450px;
  /* margin-top:10px;
  margin-bottom: 10px; */
  background-color: #010101;
  color: rgb(241, 241, 241);
  border: 5px #ffffff solid;
  /* border-radius: 20px; */
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 5px 15px;
}
.dark-mode {
  background-color: black;
  color: white;
}

.dark-mode .navbar {
  background-color: black;
  color: white;
}
.dark-mode a {
  color: white;
}
.dark-mode button {
  background-color: #f1f1f1;
  color: #010101;
}

#logo {
  margin: 10px 20px 0px 20px;
  width: 20%;
  padding: 10px 10px;
  height: 5%;
}
.bg-text {
  background: white;
  padding: 40px 20px;
  border: 2px #f8f6f6 solid;
  border-radius: 10px;
  margin: 100px 80px;
  font-size: 30px;
  /* padding: 20px; */
  text-align: center;
}

b {
  color: #ebc549;
  text-shadow: 2px 2px 5px rgb(179, 126, 12);
}
* {
  box-sizing: border-box;
}

.bg-image {
  /* background-image: url("https://img.freepik.com/premium-photo/striking-red-robot-background-emphasizes-transformative-power-potential-robotics-within-various-industries_674594-6236.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding:100px 10px;
}

.bg-text {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  /* font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center; */
}
.dark-mode .bg-text{
  background-color: rgba(0, 0, 0, 0.694);
}
.custom-shape-divider-bottom-1694020318 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694020318 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 98px;
}

.custom-shape-divider-bottom-1694020318 .shape-fill {
  fill: #ffffff;
}

/* .custom-shape-divider-bottom-1694020045 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694020045 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 112px;
}

.custom-shape-divider-bottom-1694020045 .shape-fill {
  fill: #FFFFFF;
} */

.executiveheading {
  background-color: #f1f1f1;
  font-size: 40px;
  /* align-items: center; */
  padding: 20px 20px;
  color: #010101;
}
.flip-card {
  background-color: rgb(234, 226, 187);
  width: 33.3%;
  height: 370px;
  border: 7px solid #0b0a0a;
  perspective: 1000px;
  padding: 30px 70px;
  margin: 20px 20px 20px 20px;
}
.dark-mode .flip-card {
  background-color: #606060;
  border: 7px solid #ffffff;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 5px 5px 5px 3px rgb(159, 158, 157);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #0f0f0f;
  color: black;
  width: 300px;
  height: 300px;
}

.flip-card-back {
  background-color: rgb(61, 68, 74);
  color: white;
  transform: rotateY(180deg);
  width: 300px;
  height: 300px;
  font-size: 22px;
  text-shadow: 2px 2px 5px rgb(236, 166, 54);
}

#executivebody {
  background-color: #ffffff;
  display: flex;
  height: 400px;
}

.dark-mode #executivebody {
  background-color: #010101;
  color: wheat;
}
.Team{
  background-color: antiquewhite;
  color:black;
  font-size: 40px;
  align-items: center;
  padding: 20px 20px;
  font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif; 
  border:3px black solid;
}

.grid-container {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  background-color: rgb(246, 228, 204);
  padding: 10px;

}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 4px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.grid-heading{
  background-color: brown;
  color: #f1f1f1;
  border: 1px black solid;
  border-radius:14px;
  padding:10px 10px;
}
.contact{
  background: url('contact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-heading{
  color:whitesmoke;
  padding:10px 10px;
  padding-top: 20px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  color: white;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  /* background-color: #f2f2f2; */
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}