* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
main {
  height: 100%;
  width: 100%;
  background-color: black;
}
.heading {
  text-align: center;
  align-content: center;
  color: white;
}

.center {
  display: flex;
  /* height:200px; */
  width: 100%;
  margin-left: 20px;
  position: relative;
  margin-top: 20px;
}
h5 {
  position: absolute;
  color: #e68b2c;
  padding: 4px 6px;
  border: 1px solid #e68b2c;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 260px;
  font-size: 10px;
  align-self: auto;
}
.Pic1 {
  height: 260px;
  width: 160px;
  object-fit: contain;
  border: 1px solid #a85b25;
  border-radius: 18px;
  background-color: #11100f;
  margin-right: 20px;
  padding-left: 20px;
  padding-bottom: 90px;
  padding-right: 10px;
  margin-left: 250px;
  flex-shrink: 0;
  padding-top: 20px;
  box-shadow:
    inset 0 0 30px rgba(230, 139, 44, 0.18),
    inset 0 0 70px rgba(230, 139, 44, 0.08);
}
.para1 {
  position: absolute;
  top: 175px;
  left: 230px;
  width: 210px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}
.dash {
  color: #723c15;
  font-size: 30px;
  line-height: 10px;
}
.para1 span {
  display: block;
  margin-top: 0;
  line-height: 0px;
  color: #e68b2c;
}

.Pic1:hover {
  border-color: orange;
  cursor: pointer;
}
.Pic2:hover {
  box-shadow:
    inset 0 0 30px rgba(230, 139, 44, 0.18),
    inset 0 0 70px rgba(230, 139, 44, 0.08);
  border-color: rgb(248, 163, 5);
  cursor: pointer;
}
.Pic3:hover {
  box-shadow:
    inset 0 0 30px rgba(230, 139, 44, 0.18),
    inset 0 0 70px rgba(230, 139, 44, 0.08);
  border-color: rgb(248, 163, 5);
  cursor: pointer;
}
.Pic4:hover {
  box-shadow:
    inset 0 0 30px rgba(230, 139, 44, 0.18),
    inset 0 0 70px rgba(230, 139, 44, 0.08);
  border-color: rgb(248, 163, 5);
  cursor: pointer;
}

.Pic2,
.Pic3,
.Pic4 {
  height: 260px;
  width: 150px;
  object-fit: contain;
  border-radius: 18px;
  background-color: #11100f;
  margin-right: 20px;
  padding-left: 10px;
  padding-bottom: 90px;
  margin-left: 20px;
  padding-top: 20px;
  border: 1px solid #a85b25;
  flex-shrink: 0;
}
.para2 {
  position: absolute;
  top: 175px;
  left: 420px;
  width: 210px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}
.para2 span {
  display: block;
  margin-top: 20px;
  line-height: 0px;
  color: #e68b2c;
}
.para3 {
  position: absolute;
  top: 175px;
  left: 615px;
  width: 210px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}
.para3 span {
  display: block;
  margin-top: 20px;
  line-height: 0px;
  color: #e68b2c;
}
h6 {
  position: absolute;
  color: #e68b2c;
  padding: 0px 10px;
  border: 0.1px solid #e68b2c;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 850px;
  font-size: 10px;
  display: flex;
  align-items: center;
}
h6 span {
  font-size: 15px;
  margin-right: 5px;
  padding: 0;
}

.para4 {
  position: absolute;
  top: 175px;
  left: 800px;
  width: 210px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}
.para4 span {
  display: block;
  margin-top: 20px;
  line-height: 0px;
  color: #e68b2c;
}

.bottom {
  margin-top: 20px;
  display: flex;
  height: 220px;
  width: 58%;
  margin-left: 21%;
  border: 1px solid #a85b25;
  border-radius: 10px;
  padding-left: 2px;
}
.Pic5 {
  height: 100%;
  width: 25%;
  object-fit: contain;
  padding: 20px;
}
.bottom:hover {
  box-shadow:
    inset 0 0 30px rgba(230, 139, 44, 0.18),
    inset 0 0 70px rgba(230, 139, 44, 0.08);
  border-color: rgb(248, 163, 5);
  cursor: pointer;
}

.bottom h3 {
  position: absolute;
  left: 40%;
  top: 350px;
  color: #e68b2c;
  font-size: 8px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.bottom h1 {
  position: absolute;
  left: 40%;
  top: 365px;
  color: white;
  font-size: 25px;
  font-weight: 200;
}

/* Bottom Paragraph */

.bottom p {
  position: absolute;
  left: 40%;
  top: 400px;
  color: #999;
  line-height: 1.7;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
button {
  position: absolute;
  left: 40%;
  bottom: 100px;
  padding: 7px 15px;
  border: 1px solid #e68b2c;
  border-radius: 20px;
  background: transparent;
  color: #e68b2c;
  font-size: 12px;
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.button i {
  color: #e68b2c;
}

/* footer*/

footer {
  height: 50px;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e68b2c;
  color: grey;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  font-size: 13px;
}
.footer-links {
  display: flex;
  gap: 20px;
}
.footer-links b {
  color: #e68b2c;
}
.social {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
i {
  color: #e68b2c;
  font-size: 15px;
}
