body {
  background-color: #f9f9f9;
  margin-bottom: 500px;
  padding:0px 15px;
}
/*-------------------div1------------------------ */

#div1 {
  height: 150px;
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 35px;
}

#div1leftbtn {
  flex: 0.5;
}

#div1center {
  flex: 9;
  display: flex;
  gap: 20px;
}

#div1rightbtn {
  flex: 0.5;
}
#div1center > div {
  flex: 1;
  border-radius: 10px;
}
#div1center > div {
  text-align: center;
  cursor: pointer;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#div1center > div > div > img {
  margin-top: 16px;
  width: 60%;
}
#div1center > div:hover {
  background-color: #f1f1f1;
  font-weight: 900;
}
#div1center > div > p {
  font-size: 14px;
}

#navButton {
  width: 100%;
  height: 100%;
}
#navButton > img {
  width: 100%;
  margin-top: 23px;
}

#navButton:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

/*-------------------div2------------------------ */
#div2 {
  display: flex;
  height: 500px;
  margin: 15px;
  margin-top: 30px;
  gap: 20px;
}

#div2 > div {
  width: 50%;
}
#d2leftimg {
  width: 100%;
  height: 100%;
}

#d2right1img {
  width: 100%;
  height: 100%;
}

#d2rightlowerdiv {
  display: flex;
  width: 100%;
  gap: 12px;
  height: 50%;
}

#d2rightupperdiv {
  height: 50%;
}
#d2rightlowerdiv > div {
  margin-top: 2%;
  width: 50%;
  height: 95%;
}
#d2rightlowerdiv > div > img {
  height: 100%;
  width: 100%;
}

/*----------------------------- div3 --------------------------- */
#div3 {
  margin-top: 100px;
  display: flex;
  width: 100%;
  margin-left: 15px;
  height: 75px;
}
#div3 > div {
  width: 25%;
}

#imgdiv3 {
  margin-top: 7%;
}

#div3 > div {
  display: flex;
  gap: 15px;
}

#div3 > div > img {
  height: 45px;
  margin-left: 12px;
  margin-top: 12px;
}

#div3 > div > div {
  font-size: 16px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#div3 > div > div > p {
  color: #9f9f9f;
}

/*----------------------------- div4 --------------------------- */

/* @media only screen and (min-width: 600px) and (max-width: 2500px) {

  
} */

#div4 {
  height: 400px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 100px;
  background-color: white;
  border-radius: 15px;
}

#div4 > div > h6 {
  margin-top: 24px;
  margin-left: 24px;
  font-size: 24px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#d4leftdiv {
  flex: 1;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 16px;
  background-color: #eeefe9;
}

#h6div {
  height: 10%;
}

#divv4 {
  display: flex;
  height: 80%;
  gap: 15px;
  margin-left: 6px;
}

#d4rightdiv {
  flex: 4;
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
  margin-right: 16px;
}

#d4rightdiv > div {
  width: 25%;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
#d4leftdiv > img {
  width: 100%;
}
#d4rightdiv > div > div > img {
  width: 60%;
  margin-left: 50px;
  justify-content: center;
}

#d4rightdiv > div > h4 {
  margin-left: 5px;
  margin-right: 16px;
}
#d4rightdiv > div > p {
  margin-left: 5px;
}
#d4rightdiv > div > h5 {
  margin-left: 5px;
}

#d4rightdiv > div {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

/* -------------------------------div2 leftsubdiv-----------------------exp */

* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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: orange;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

#imgDivsss > div > img {
  width: 100%;
  height: 500px;
}



/* foooter */

#footer{
  width: 110%;
  margin:0px -20px;
}
