* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
  color: #000 !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body,
html {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ---main page--- */
.main-page {
  background-image: url("../images/bgimg.png");
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-page-data {
  padding: 50px 0;
}
.text-end{
  text-align: end;
}
.main-page-title h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
.main-page-title h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  background-color: #ffffff8d;
  box-shadow: 3px 4px 1px rgba(0, 0, 0, 0.1);
  width: max-content;
  margin: 0 0 0 auto;
  border-radius: 20px;
}
.main-page-box1{
    background-image: url("../images/btn-2.png");
}
.main-page-box2{
    background-image: url("../images/btn-1.png");
}
.main-page-box1.custm-btn1{
    background-image: url("../images/Left\ Arrow.png");
}
.main-page-box2.custm-btn2{
    background-image: url("../images/Right\ Arrow.png");
}
.main-page-box1.green-bg{
    background-image: url("../images/green21.png");
}
.main-page-box1.pinkbg{
    background-image: url("../images/Group\ 656.png");
}
.main-page-box1,.main-page-box2  {
  width: 400px;
  height: 267px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.main-page-box1 h2 , .main-page-box2 h2{
    padding: 0 46px;
    font-size: 42px;
    line-height: 47px;
    font-weight: 600;
    width: 100%;
    max-width: 424px;
    text-align: center;
}
.main-page-btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
    margin-top: 150px;
}

/* ---singapore-page--- */
.singapore-page{
    position: relative;
}
.z-index2{
    z-index: 2;
}
.bottom-nav{
    position: absolute;
    bottom: 52px;
    left: 52px;
    z-index: 2;
    display: flex;
    gap: 30px;
}
.bottom-nav img{
    width: 100%;
    max-width: 100px;
}
.img-1{
    top: 0;
    left: 0;
    width: 100%;
    max-width: 388px;
    z-index: 1;
}
.img-2{
    top: 0;
    right: 0;
    width: 100%;
    max-width: 200px;
    z-index: 1;
}
.img-3{
    bottom: 0;
    left: 0;
    z-index: 1;
}
.img-5{
    right: 0;
    bottom: 35px;
    z-index: 1;
}
.img-4{
    bottom: 16px;
   right: 0;
  width: 100%;
  max-width: 73%;
  z-index: 1;
}
.img-6{
    top: 0;
    left: 0;
    z-index: 0;
    height: 100vh;
    width: auto;
}
.link-li div {
  padding: 20px 0 5px 32px;
  margin-bottom: 0;
  position: relative;
}
.link-li div a{
    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    color: #305821 !important;
    word-wrap: break-word;
}
.link-data-img{
    z-index: 2;
    position: relative;
    margin-top: 70px;
}
.link-data-img img{
    width: 100%;
    max-width: 400px;
}
.link-li{
    position: relative;
    z-index: 1;
    background-image: url('../images/pos.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
 width:80%;
 /* max-width: 500px; */
 /* height: 75px; */
    bottom: 0;
    right: 0;
}
.bottom-nav img{
    transition: all 0.5s;
}
.bottom-nav img:hover{
  transform: scale(0.9);
}


/* =-----future_main1--- */
.future_main1{
    background-image: url("../images/Layer\ 564\ copy.png");
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title-span{
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
}
.future_main1 .main-page-btn {
    margin-top: 91px;
}
.scenari-1{
    display: flex;
    gap: 60px;
    justify-content: end;
    /* padding: 0 150px; */
    padding: 0 400px;
    margin-top: 80px;
}
.scenari-1 .main-page-box1{
    gap: 10px;
}
.scenari-1 .main-page-box2{
    gap: 10px;
}

.scenari-1 .main-page-box1 h2, .scenari-1 .main-page-box2 h2{
    padding: 0;
    text-align: start;
    font-size: 30px;
    line-height: 36px;
}
.inner-img{
    width: 100%;
    max-width: 120px;
}
.past-scenari-mt.scenari-1{
  margin-top: 204px;
}