body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fff;
}
/*Header*/
.header {
  margin: 50px 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu {
  gap: 30px;
  display: flex;
  font-size: 16px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.menu a {
  color: #000;
}
.logo {
  height: 70px;
}
.links {
  gap: 30px;
  display: flex;
  font-size: 16px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.links a {
  color: #000;
}
/*Banner*/
.content {
  margin: 150px 300px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.text {
  font-size: 30px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/*About*/
.about {
  margin: 100px 300px;
  gap: 50px;
  display: flex;
  flex-direction: column;
}
.H3 {
  font-size: 60px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  justify-content: space-between;
  display: flex;
  align-items: end;
  line-height: 80px;
}
.H4 {
  font-size: 30px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
}
.H5 {
  font-size: 20px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  justify-content: space-between;
  display: flex;
  gap: 50px;
  line-height: 30px;
}
.paragraph {
  width: 100%;
}
.H6 {
  font-size: 16px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
/*Discover*/
.discover {
  margin: 100px 300px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.images {
  justify-content: space-between;
  display: flex;
  align-items: end;
  gap: 50px;
}
.images img {
  width: 100%;
}
.imagehover:hover {
  box-shadow: 0px 20px 40px 0px rgba(255, 184, 0, 0.25);
  border-radius: 50px;
}
.textgroup {
  align-items: center;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.texts {
  align-items: center;
  display: flex;
  gap: 10px;
}
.H4-2 {
  font-size: 30px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 40px;
}
.button {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  background-color: #FFB800;
  color: #fff;
  border-radius: 25px;
  width: 250px;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.button:hover {
  box-shadow: 0px 20px 40px 0px rgba(255, 184, 0, 0.25);
}
/*Contact*/
.line {
  border: 1px solid #FFB800;
  margin: 50px 700px;
}
.contact {
  margin: 100px 300px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button2 {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  background-color: #fff;
  color: #000000;
  border-radius: 25px;
  border: 1px solid #FFB800;
  width: 250px;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.button2:hover {
  box-shadow: 0px 20px 40px 0px rgba(255, 184, 0, 0.25);
}
/*Footer*/
.footer {
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  margin: 100px 300px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1441px), (max-width: 1281px) {
.header {
  margin: 50px 100px;
}
.content {
  margin: 100px 100px;
}
.about {
  margin: 100px 100px;
}
.discover {
  margin: 100px 100px;
}
.line {
  margin: 50px 500px;
}
.contact {
  margin: 100px 100px;
}
.footer {
  margin: 50px 100px;
}
}
@media only screen and (max-width: 1025px), (max-width: 961px) {
.header {
  margin: 30px 50px;
}
.menu {
  gap: 20px;
  font-size: 12px;
}
.links {
  gap: 20px;
  font-size: 12px;
}
.logo {
  height: 50px;
}
.content {
  margin: 100px 50px;
}
.content img {
  width: 45%;
}
.text {
  font-size: 24px;
}
.about {
  margin: 100px 50px;
  gap: 30px;
}
.H3 {
  font-size: 40px;
  line-height: 50px;
}
.H3 img {
  width: 20%;
}
.H4 {
  font-size: 20px;
  line-height: 25px;
}
.H5 {
  font-size: 14px;
  line-height: 20px;
  gap: 30px;
}
.H6 {
  font-size: 12px;
}
.discover {
  margin: 50px 50px;
  gap: 30px;
}
.images {
  gap: 30px;
}
.H4-2 {
  font-size: 24px;
}
.texts img {
  height: 30px;
}
.button {
  font-size: 20px;
  border-radius: 20px;
  width: 220px;
  height: 50px;
}
.line {
  margin: 50px 300px;
}
.contact {
  margin: 50px 50px;
  gap: 30px;
}
.button2 {
  font-size: 20px;
  border-radius: 20px;
  width: 220px;
  height: 50px;
}
.footer {
  margin: 50px 50px;
}
}
@media only screen and (max-width: 861px), (max-width: 811px),(max-width: 781px) {
.logo {
  height: 40px;
}
.content {
  margin: 50px 50px;
  gap: 30px;
}
.content img {
  width: 40%;
}
.text {
  font-size: 20px;
}
.about {
  margin: 50px 50px;
  gap: 30px;
}
.H3 {
  font-size: 36px;
  line-height: 46px;
}
.H4 {
  font-size: 18px;
  line-height: 20px;
}
.H5 {
  font-size: 12px;
  line-height: 16px;
  gap: 30px;
}
.H6 {
  font-size: 10px;
}
.textgroup {
  gap: 5px;
}
.texts img {
  height: 30px;
}
.H4-2 {
  font-size: 18px;
}
.button {
  font-size: 16px;
  border-radius: 15px;
  width: 180px;
  height: 45px;
}
.line {
  margin: 50px 250px;
}
.contact {
  margin: 20px 50px;
  gap: 30px;
}
.contact img {
  width: 20%;
}
.button2 {
  font-size: 16px;
  border-radius: 15px;
  width: 180px;
  height: 45px;
}
} 
@media only screen and (max-width: 431px), (max-width: 429px), (max-width: 391px) {
.header {
  margin: 30px 50px;
  flex-direction: column;
  gap: 20px;
}
.menu {
  font-size: 14px;
}
.content {
  margin: 50px 50px;
  gap: 30px;
}
.content img {
  width: 70%;
}
.text {
  font-size: 18px;
}
.about {
  gap: 20px;
}
.H3 {
  font-size: 24px;
  line-height: 30px;
  display: contents;
}
.H3 img {
  width: 40%;
}
.H4 {
  font-size: 16px;
  line-height: 20px;
}
.H5 {
  font-size: 12px;
  line-height: 16px;
  display: contents;
}
.discover {
  margin: 50px 50px;
  gap: 20px;
}
.images {
  display: contents;
}
.images img {
  width: 90%;
}
.texts {
  display: flow-root;
  line-height: 24px;
}
.contact img {
  width: 30%;
}
.line {
  margin: 50px 100px;
}
.footer {
  text-align: center;
}
}