:root{
  --mega-knaki:#C3B29E;
  --mega-accent:#F9B250;
  --mega-jet:#303442;
  --mega-radius:4px;
}

body{
  margin:0;
  font-family:'Montserrat',sans-serif;
}

/* ===== SECTION ===== */
.mega-about{
  height: 820px;
  overflow:hidden;
}

.mega-about-container{
  max-width:1440px;
  padding:0;
}

/* LEFT SIDE */
.mega-about-left{
  background: var(--mega-knaki);
  display:flex;
  align-items:center;
}

.mega-about-content{
  padding: 80px 70px;
  color: var(--mega-jet);
}

.mega-about-title{
  font-family:'Mulish',sans-serif;
  font-weight:300;
  font-size:56px;
  line-height:105%;
  margin-bottom:28px;
}

.mega-about-content p{
  font-size:14px;
  line-height:150%;
  margin-bottom:16px;
  max-width:380px;
}

.mega-btn{
  margin-top:20px;
  background:var(--mega-accent);
  border:0;
  border-radius:var(--mega-radius);
  height:48px;
  padding:0 24px;
  font-weight:600;
  color:var(--mega-jet);
}

/* RIGHT SIDE */
.mega-about-right{
  position:relative;
}

.mega-about-stage{
  position:relative;
  height:100%;
}

.mega-about-img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* HOTSPOTS */
.mega-icon-pin{
  position:absolute;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--mega-accent);
  border:0;
  transform:translate(-50%, -50%);
  cursor:pointer;
  box-shadow:0 12px 24px rgba(0,0,0,.15);
}

.mega-icon-pin::after{
  content:"";
  width:18px;
  height:18px;
  display:block;
  margin:auto;
  margin-top:13px;
  background:url('assets/icon.svg') center/contain no-repeat;
}

/* TOOLTIP */
.mega-tooltip{
  position:absolute;
  background:#fff;
  padding:8px 12px;
  border-radius:6px;
  font-size:13px;
  font-weight:500;
  box-shadow:0 10px 24px rgba(0,0,0,.15);
  display:none;
  pointer-events:none;
}

/* RESPONSIVE */
@media(max-width:991px){
  .mega-about{
    height:auto;
  }
  .mega-about-content{
    padding:40px 20px;
  }
}
