/*start with navbar*/
*{
  font-family: "Work Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal !important;
  box-sizing: border-box;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
header {
  position: relative;
  height: 100vh;
  width: 100%;
  color: white;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: relative;
/*   background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
 */  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
.left-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 88px;
  margin: 0;
}
.left-section .test1 {
  width: 100px;
  height: 70px;
  margin-left: 20%;
}
.left-section .test1 img {
  width: 100%;
  height: 100%;
}
.logo-icon {
  width: 100px;
  height: auto;
  margin: 0 auto;
  margin-left:60%;
}
nav {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.center-links {
  margin: 0;
  margin-left: 8%;
}
.right-links {
  margin: 0;
  margin-right: 5%;
}
.center-links,
.right-links {
  display: flex;
  gap: 1.5rem;
  font: normal normal normal 18px/21px Work Sans;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  margin-left: auto;
}
.headline {
  position: absolute;
  bottom: 50px;
  width: 450px;
  left: 23%;
  transform: translateX(-50%);
  max-width: 90%;
}
.headline h1 {
  font-size: 37px;
  font-weight: bolder !important;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.headline p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
}


/*start section body*/
.section-light {
  background: rgb(249, 248, 246);
  padding: 4rem 2rem;
  position: relative;
}
.content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -5%;
}
.content-container .text {
  flex: 1 1 100%;
  margin-left: -10rem;
  transform: scale(0.6);
}
.content-container .text h2 {
  color: #3B312C;
  text-align: left;
  font: normal normal 300 40px/44px Work Sans;
  font-weight: bold !important;
  letter-spacing: 0px;
  color: #3b312c;
  text-transform: uppercase;
  opacity: 1;
}
.content-container .text p {
  text-align: left;
  font: normal normal normal 19px/22px Nunito Sans;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1.8rem;
  color: #3b312c;
  opacity: 1;
}
.content-container .map {
  flex: 1 1 60%; 
  text-align: center;
  position: relative;
  right: -40px; 
  margin-right: 15%;
  margin-top: 10%;
  z-index: 1;
}
.content-container .map img {
  width: 100%;
  height: auto;
  transform: scale(1.5); 
}
/*End section body*/

/*Start investment-options*/
.investment-options {
  background: var(--gray);
  padding: 60px 20px;
  text-align: center;
}
.investment-options h3 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font: normal normal normal 20px/44px Work Sans;
  letter-spacing: 2px;
  color: #3b312c;
  text-transform: uppercase;
}
.investment-options h5 {
  text-align: center;
  font: normal normal 50 35px/44px Work Sans;
  font-weight: bold !important;
  letter-spacing: 0px;
  color: #3b312c;
  text-transform: uppercase;
  margin-top: -2%;
  margin-bottom: 20px;
}
.option-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15%;
  
}
.option {
  max-width: 300px;
}
.option-grid .option img{
  margin-top: 20px;
}
.option-grid .option h4 {
  text-align: center;
  font: normal normal normal 18px/35px Work Sans;
  letter-spacing: 2px;
  color: #3b312c;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 35px;
}
.option-grid .option p {
  width: 300px;
  text-align: center;
  font: normal normal normal 15px/22px Nunito Sans;
  letter-spacing: 0px;
  color: #3b312c;
  opacity: 1;
  margin-top: -10%;
}
.cta {
  margin-top: 100px;
}
.cta a {
  font-weight: bolder !important;
  text-decoration: none;
  text-align: center;
  font: normal normal 600 15px/24px Work Sans;
  letter-spacing: 0px;
  word-spacing: 2px;
  color: #f78f2d;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bolder;
}
/*End investment-options*/

/*Start Footer*/
.main-footer {
  color: #fff;
  padding: 3rem 2rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  background-size: cover;
  min-height: 200px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 80px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  flex: 2;
  min-width: 150px;
  text-align: left;
  margin-left: 5%;
}
.footer-links a {
  text-decoration: none;
  text-align: left;
  font: normal normal normal 14px/28px Work Sans;
  letter-spacing: 1.0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-logo {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  flex: 2;
  min-width: 150px;
}
.social {
  flex: 2;
  min-width: 200px;
  color: #fff;
  text-align: right;
  margin-right: 8%;
}
.social h2 {
  font-size: 10px;
  font-weight: bolder !important;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  font: normal normal 600 20px/26px Work Sans;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
.social p {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  text-align: right;
  font: normal normal normal 12px/30px Work Sans;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
.social-icons {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
}
.social-icons i {
  display: flex;
  align-items: center;
}
.social-icons img {
  display: block;
  width: 30px;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.social-icons .what img{
  width: 40px !important;
}
.social-icons img:hover {
  opacity: 0.8;
}
.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #bbb;
  text-align: center;
  font: normal normal normal 13px/30px Work Sans;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.5;
}
.address {
  margin-bottom: -2rem;
}
/*End Footer*/
