/* div and look style sheet css */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shanti&family=Sora:wght@100..800&display=swap");

:root {
  --main-red: #ed1b24;
  --main-white: #ffffff;
  --main-black: #020817;
  --black2: #232323cc;
  --fontfamily: "DM Sans";
}

body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  font-family: var(--fontfamily);
}

.h23 {
  color: #2c2c2c;
  font-size: 40px;
  font-family: DM Sans;
  font-weight: 600;
  line-height: 56px;
  word-wrap: break-word;
}

.h23 > span {
  color: #ed1b24;
}

.bg4th {
  background-image: url("https://landmarkglobal.co.in//assets/images/home/br4rd.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 0 0;
}

.timeline-container {
  position: relative;
  width: 100%;
  height: 3124px;
}

.content-block {
  position: absolute;
}

.start_content_red_left {
  color: #ed1b24;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 25px 61px 0 0px;
}

.h34 {
  color: #002147;
  font-family: var(--fontfamily);
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.p4 {
  color: #002147;
  font-family: var(--fontfamily);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.left1 {
  width: 48%;
  text-align: left;
  right: 40%;
}

.left2 {
  width: 50%;
  right: 43%;
}

.right-side {
  left: 72%;
  text-align: left;
}

.right1 {
  width: 48%;
}

#timeline-svg {
  width: 560px;
  height: 3377px;
}

.top1 {
  top: 47px;
}
.top2 {
  top: 455px;
}
.top3 {
  top: 857px;
}
.top4 {
  top: 1327px;
}
.top5 {
  top: 1786px;
}
.top6 {
  top: 2323px;
}
.top7 {
  top: 2669px;
}

.timeline_left_img {
  width: 50%
  max-width: 400px;
}

.roadmap_phone {
  display: none;
}