@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: whitesmoke;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Raleway", sans-serif;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  height: 487px;
  border-bottom: 6px solid #ff8000;
}
.nav-heading1 {
  font-size: 4rem;
  letter-spacing: 3px;
}
.nav-heading2 {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.nav-p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.backgorund-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 487px;
  object-fit: cover;
  z-index: -1;
}
#header-text {
  color: #ffff;
  text-align: center;
}
#header-text h2,#header-text h3, #header-text p {
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif !important;
}

.section1 {
  margin-top: 44px;
}
.section1-div1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section1-div2 {
  margin: 0 0 0 -140px;
  padding: 0;
}
.order-btn {
  outline: none;
  font-size: 22px;
  padding: 15px 20px;
  background-color: #ff8000;
  border: none;
  margin-top: 15px;
  color: #fff;
}
.section2 {
  margin-top: 32px;
}
.section2-div2 {
  background-color: #340000;
  padding: 25px;
  color: #fff;
}
.facts-play-icon {
  color: #ff8000;
}
h6 {
  font-weight: normal;
  line-height: 34px;
}
.section2-heading {
  margin-bottom: 32px;
}
.section3 {
  width: 100%;
  background-color: red;
  color: #fff;
  margin: 25px 0 0 0;
}
.section3-h1 {
  margin-bottom: 15px;
}
.section3-div1 {
  padding: 44px;
  text-align: center;
  margin: 25px 0 0 0;
}
#webinar-btn {
  margin: 15px 0 25px 0;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  background-color: red;
}
.arrow-contanier {
  text-align: center;
}
.arrow {
  width: 200px;
}
.section4-h1 {
  margin: 10px 0 15px 0;
}
.section4 {
  text-align: center;
}
.red {
  color: red;
}
.organe {
  color: #ff8000;
}
.brown {
  color: #340000;
}
.investor-btn,
.agent-btn {
  outline: none;
  border: none;
  color: #fff;
  padding: 5px 75px;
  font-size: 22px;
  margin: 15px 32px;
}
.investor-btn {
  background-color: #ff8000;
}

.agent-btn {
  background-color: #340000;
}
.section5,
.section8 {
  background-color: #ededed;
  text-align: center;
  padding: 16px 44px;
}
.section5 {
  margin-top: 15px;
}
.section5-inner {
  margin-top: 32px;
}
.section6 {
  min-height: 160px;
  background-image: url("./images/curve-bg.JPG");
  background-size: cover;
}
.section6-h1 {
  text-align: center;
  padding: 25px;
  color: #fff;
}
.section7-h1 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section7-p {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: justify;
}
.section7-span {
  color: #3399ff;
}
.section7-h1-orange {
  color: #ff8000;
}
.section7-h1-bold {
  font-size: 24px;
  font-weight: bolder;
}
.map-image {
  width: 100%;
}
.section8 {
  padding: 25px 10px;
}
.section8-h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.section8-p {
  font-size: 22px;
  letter-spacing: 1px;
}
.section8-inner {
  text-align: center;
}

.section9-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section9-div-div1 {
  background-image: url("./images/footer1.jpg");
}
.section9-div-div1:hover {
  width: 30%;
  transition: 1s;
}
.section9-div-div2 {
  background-image: url("./images/footer2.jpg");
}
.section9-div-div2:hover {
  width: 30%;
  transition: 1s;
}
.section9-div-div3 {
  background-image: url("./images/footer3.jpg");
}
.section9-div-div3:hover {
  width: 30%;
  transition: 1s;
}

.section9-div-div4 {
  background-image: url("./images/footer4.jpg");
}
.section9-div-div4:hover {
  width: 30%;
  transition: 1s;
}
.section9-div-div1,
.section9-div-div2,
.section9-div-div3,
.section9-div-div4 {
  width: 20%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.section9-div-div1-p,
.section9-div-div3-p,
.section9-div-div2-p,
.section9-div-div4-p {
  color: #fff;
  padding: 10px 25px;
  margin: 0;
}
.section9-div-div1-p,
.section9-div-div3-p {
  background-color: #ff8000;
}
.section9-div-div2-p,
.section9-div-div4-p {
  background-color: #340000;
}
.section10 {
  background-color: #ededed;
  padding: 8px;
  margin-top: 25px;
}
.section10-inner {
  margin: 0 auto;
}
.section10-h1 {
  font-size: 22px;
  color: #3399ff;
}
.footer-left {
  text-align: left;
}
.footer-right {
  text-align: right;
  line-height: 34px;
}
.click-here {
  font-size: 16px;
  margin-top: 0;
}
.license{
  cursor: pointer;
  text-align: center;
}
.license a{
  text-decoration: none;
  color: black;
}

/* Media Queries */
@media screen and (max-width: 991px) {
  .order-btn {
    font-size: 1rem;
  }
  .nav-heading1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .nav-heading2 {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .nav-p {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .section1-div2 {
    margin: 25px 0 0 0;
    text-align: center;
  }

  .section2-div2 {
    margin-top: 15px;
    padding: 15px;
  }
  .section2-heading {
    margin-bottom: 16px;
  }
  #webinar-btn {
    font-size: 1rem;
  }
  .investor-btn,
  .agent-btn {
    padding: 10px 35px;
    font-size: 1rem;
  }
  .section5-inner-div {
    margin-top: 15px;
  }
  .section7-p {
    text-align: left;
  }
  .section9-div-div1-p,
  .section9-div-div3-p,
  .section9-div-div2-p,
  .section9-div-div4-p {
    color: #fff;
    padding: 5px;
    margin: 0;
  }
  .footer-right,
  .footer-left {
    text-align: center;
  }
}
