body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

img {
  width: 100%;
}
.slide {
  background-color: #030a00;
  margin-top: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.d1 {
  display: inline-block;
  width: 90%;
  margin: 0vh 5%;
  padding-top: 10vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.d1 img {
  width: 50%;
}
.d1 h1 {
  color: white;
  font-size: 64px;
  text-align: center;
  width: 50%;
  padding: 5vh;
  box-sizing: border-box;
}
.d2 {
  display: inline-block;
  width: 90%;
  margin: 0vh 5%;
  box-sizing: border-box;
}
.d2 .p {
  float: right;
  width: 50%;
  text-align: justify;
  color: white;
  display: inline-block;
  padding: 5vh 5vh 10vh;
  box-sizing: border-box;
}
.yellow {
  float: right;
  display: flex;
  align-items: center;
}
.d2 img {
  width: 45%;
  position: absolute;
}
.circle {
  height: 15px;
  width: 15px;
  background-color: yellow;
  border-radius: 100%;
}
.yellow a {
  color: yellow;
  text-decoration: none;
  margin-left: 1vh;
}

.cards {
  width: 100%;
  background-color: #ffffd3;
  box-sizing: border-box;
  padding-top: 30vh;
  padding-bottom: 10vh;
}
.card {
  width: 20%;
  display: inline-block;
  box-shadow: 1px 1px 20px #030a004f;
  text-align: justify;
  margin-left: 10%;
  background-color: white;
  padding: 3vh;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.card img {
  box-shadow: 1px 1px 10px #030a00a1;
}
.card:hover {
  width: 21%;
  margin-left: 9.5%;
}

.ti {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
}
.texts {
  width: 40%;
  box-sizing: border-box;
  margin-left: 10%;
}
.texts h1 {
  text-align: left;
}
.text {
  width: 40%;
  display: inline-block;
  margin-right: 9%;
  box-sizing: border-box;
}

.dch {
  width: 40%;
  margin-right: 9%;
}
.chair {
  position: relative;
}
.table {
  position: absolute;
  width: 30%;
  right: 26%;
  margin-top: 7vh;
}

.vidio {
  width: 100%;
  margin-top: 15vh;
  background-color: #ffffd3;
  padding: 5vh 0;
  box-sizing: border-box;
}
.vidio div {
  width: 80%;
  margin-left: 10%;
}
.vidio div video {
  width: 100%;
}
