/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Teko:wght@300;400;500;600;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }
body { font-family: 'Teko', sans-serif; font-size: 18px; font-weight: 300; color: var(--black); line-height: 2; background-color: var(--white); }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; transition: var(--transition); }
ul { padding: 0; margin: 0; list-style: none; }
p { margin-bottom: 30px; }

/* global */
.centered { padding-right: calc((100% - 1100px)/ 2); padding-left: calc((100% - 1100px)/ 2); }
.wire { position: absolute; left: 0; bottom: -10px; width: 100%; pointer-events: none; }
.wire svg { width: 100%; height: 70px; }

main { padding-top: 0!important; }

/* wrapper */
.wrapper { width: 100%; position: relative; overflow: hidden; }

/* hero */
.hero { margin-bottom: 50px; width: 100%; position: relative; min-height: 100vh; display: flex; align-items: center; flex-wrap: wrap; align-content: center; overflow: hidden; }
.hero.dhHero{min-height: unset; height: 700px;} 
.hero:before { position: absolute; left: 0; bottom: 0; width: 100%; content: ''; height: 80px; background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 58%,rgba(255,255,255,1) 100%); }
.hero .top { padding: 25px 20px; position: absolute; left: 0; top: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; z-index: 5; }
.hero .logo { display: block; width: 182px; background-image: none; }
.hero .logo svg { width: 182px; height: 30px; }
.hero .back { color: var(--white); position: relative; text-transform: uppercase; font-size: 14px; font-weight: 500; }
.hero .back:before { position: absolute; left: -12px; top: 7px; content: ''; width: 0; height: 0; border-width: 5px 6px 5px 0; border-color: transparent #e81616 transparent transparent; border-style: solid; }
.hero .back:hover { color: #e92222; }
.hero .title {position: relative; z-index: 2; padding: 80px 0; display: block; width: 100%; }
.hero .mainTitle { width: 100%; font-weight: 700; color: #fff; text-align: center; font-size: 130px; line-height: 1.1; font-family: 'Teko', sans-serif; display: block; }
.hero .mainTitle span { display: inline-block; position: relative; font-family: 'Teko', sans-serif; }
.hero .mainTitle span:after { content: attr(data-shadow); position: absolute; top: .06em; left: .06em; z-index: -1; text-shadow: none; background-image: linear-gradient(45deg, transparent 45%, hsla(48,20%,90%,1) 45%, hsla(48,20%,90%,1) 55%, transparent 0); background-size: .05em .05em; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shad-anim 15s linear infinite; font-family: 'Teko', sans-serif; }
.hero .flag-left { position: absolute; left: 0; top: 50%; transform: translateY(-80%); width: 18%; }
.hero .flag-right { position: absolute; right: 0; top: 50%; transform: translateY(-80%); width: 18%; }
.hero .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; }
.hero .bg:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; z-index: 1; background-color: rgba(0,0,0,0.4); }
.hero .bg:after { position: absolute; left: 0; bottom: 0; width: 100%; height: 80px; content: ''; background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero iframe { width: 100vw; height: 56.25vw; min-height: 100vh;  min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); aspect-ratio: 16/9; }
.hero .toop { position: absolute; left: 50px; bottom: 0; width: 36%; z-index: 1; }
.hero .cloud { position: absolute; left: 0; width: 100%; z-index: 2; top: 19%; height: 100%; display: flex; align-items: flex-end; }
.hero .cloud img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero .cloud3 { display: flex; justify-content: flex-end; }
.hero .cloud2 img,
.hero .cloud3 img { width: 100%; }
.hero .building { position: absolute; left: 0; top: 25%; width: 100%; height: 100vh; }
.hero .scroll { position: absolute; left: 50%; bottom: 20px; z-index: 5; text-decoration: none; transform: translateX(-50%); color: #000; font-size: 16px; background-image: none; }
.hero .icon { margin: 10px auto 0 auto; width: 25px; animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.hero .icon svg { width: 24px; height: 28px; fill: #ff0000; }
@keyframes bounce {
  50% { transform: translate(0, -15px); }
}

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
}

/* text side */
.textSide { padding-bottom: 100px; margin-bottom: 100px; font-size: 18px; width: 100%; position: relative; z-index: 1; overflow: hidden; }
.textSide h2 { margin-bottom: 30px; font-size: 65px; font-weight: 700; max-width: 800px; line-height: 1.2; color: #ff0000; font-family: 'Teko', sans-serif; }
.textSide h2 span { color: var(--black); font-family: 'Teko', sans-serif; } 
.textSide .block { display: flex; flex-wrap: wrap; justify-content: space-between; }
.textSide .left { width: 63%; line-height: 2; }
.textSide .image { margin-bottom: 30px; width: 100%; }
.textSide .right { width: 32%; }
.textSide .map { margin-top: -100px; width: 100%; }

/* topList */
.topList { padding-top: 200px; padding-bottom: 200px; margin-bottom: 50px; width: 100%; position: relative; z-index: 2; overflow: hidden; }
.topList h2 { margin-bottom: 20px; width: 100%; font-size: 60px; text-align: center; font-weight: 700; font-family: 'Teko', sans-serif; position: relative; z-index: 2; line-height: 1.1; color: #ffd600; }
.topList .text { position: relative; z-index: 2; color: #fff; text-align: center; font-size: 18px; line-height: 34px; width: 100%; }
.topList .text h3 { margin-bottom: 20px; font-size: 30px; font-weight: 700; color: #fff; text-align: center; }
.topList .background { position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; }
.topList .topbg { position: absolute; left: 0; top: 0; width: 100%; height: 100px; z-index: 2; }
.topList .topbg svg { width: 100%; height: 100%; fill: #fff; }
.topList .topbg img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.topList .bottombg { position: absolute; left: 0; bottom: -5px; width: 100%; height: 100px; z-index: 2; }
.topList .bottombg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.topList .bottombg svg { width: 100%; height: 100%; fill: #fff; }
.topList .sliderBg { width: 100%; height: 100%; position: relative; }
.topList .sliderBg:before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; opacity: 0.7; background-color: #000; z-index: 2; }
.topList .swiper { padding-top: 10px; padding-bottom: 60px; height: 100%; }
.topList .sliderBg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.topList .swiper-button-prev,
.topList .swiper-button-next { position: absolute; left: 50%; bottom: 0; top: unset; transform: translate(-50%, 0); font-weight: 700; }
.topList .swiper-button-prev { margin-right: 30px; }
.topList .swiper-button-next { margin-left: 30px; }
.topList .swiper-button-prev:after,
.topList .swiper-button-next:after { font-size: 24px; }
.topList .background .swiper { padding: 0; }

/* yearly side */
.yearlySide { padding-bottom: 20px; width: 100%; position: relative; z-index: 1; }
.yearlySide h2 { margin-bottom: 20px; font-size: 60px; text-align: center; font-weight: 700; font-family: 'Teko', sans-serif; color: #000; line-height: 1; }
.yearlySide h2 span { color: #f00; font-family: 'Teko', sans-serif; }
.yearlySide ul { position: relative; }
.yearlySide ul:before { position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ''; width: 1px; height: 100%; background-color: #c7c7c7; }
.yearlySide li { margin-bottom: 40px; width: 100%; font-size: 18px; }
.yearlySide li:last-child { margin-bottom: 0; }
.yearlySide .block { padding-right: 40px; width: 50%; position: relative; text-align: right; }
.yearlySide .text { padding: 10px 20px; position: relative; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); color: #fff; background-color: #000; }
.yearlySide .text:before { position: absolute; right: -8px; top: 50%; transform: translateY(-50%); content: ''; width: 0; height: 0; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #000;
	border-style: solid; }
.yearlySide .year { padding-left: 40px; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); font-weight: 700;     font-size: 24px; color: #f00; }
.yearlySide .year:before { position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); content: ''; border-radius: 50%; width: 10px; height: 10px; border: 4px solid #fcd1d1; background-color: #f00;}
.yearlySide li:nth-child(odd) .block { padding-left: 40px; padding-right: 0; text-align: left; margin-left: auto; }
/* .yearlySide li:nth-child(odd) .text { padding-left: 20px; padding-right: 0; border-left: 5px solid #2e5060; border-right: 0;     padding: 10px 15px; border: 1px solid #cf9484; border-radius: 10px; background: #f1cec4; } */
.yearlySide li:nth-child(odd) .text:before { right: unset; left: -8px; border-width: 8px 8px 8px 0; border-color: transparent #000 transparent transparent; }
.yearlySide li:nth-child(odd) .year { padding-left: 0; padding-right: 40px; left: unset; right: 100%; }
.yearlySide li:nth-child(odd) .year:before { left: unset; right: 0; transform: translate(50%, -50%); }

/* timeline side */
.timelineSide { margin-bottom: 100px; width: 100%; position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.timelineSide .timelines { padding-left: 30px; width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
.timelineSide .topdate { padding: 5px 0; margin-bottom: 20px; position: relative; width: 100%; min-height: 40px; }
.timelineSide .topdate:before { position: absolute; left: -38px; top: 8px; content: ''; pointer-events: none; width: 20px; height: 20px; border-radius: 50%; background-color: #ff0000; }
.timelineSide .date { font-size: 15px; position: relative; font-weight: 600; color: #f00; text-transform: uppercase;  }
.timelineSide .block { padding-bottom: 30px; margin: 0 -15px 40px -15px; display: flex; flex-wrap: wrap; border-bottom: 2px solid #f2f2f2; }
.timelineSide .block:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.timelineSide .story { padding: 0 15px; margin-bottom: 30px; width: 20%; }
.timelineSide .item { display: flex; flex-wrap: wrap; width: 100%; height: 100%; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); background-color: #fff; }
.timelineSide .image { width: 100%; }
.timelineSide .image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.timelineSide .text { padding: 15px; width: 100%; height: 116px; overflow: hidden; font-size: 11px; font-weight: 600; line-height: 1.6; }
.timelineSide .default-line { content: ""; position: absolute; left: 0; top: 9px; width: 4px; background: #f2f2f2; height: 100%; }
.timelineSide .draw-line { width: 4px; height: 0; position: absolute; left: 0; top: 9px; background: #000; }

/* footer */
.footer { padding: 0!important; height: 250px; position: relative; z-index: 1; display: flex; justify-content: center; width: 100%; border: 0!important; }
.footer img { position: relative; bottom: 20px; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.2; }
.footer .copy_right { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 14px; font-weight: 600; color: #000; background: #cfcfcf; padding-top: 5px; padding-bottom: 5px;}

/* loader */
.preloader { position: fixed; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; z-index: 99; background-color: #000; }
.kunal { position: absolute; left: 53%; right: 10.5820106%; top: 70%; bottom: 50%; color: #fbfafa; }
.KunalBlinkCSS { -webkit-animation: shadow 1s infinite ease; animation: shadow 1s infinite ease; }
.radar { background: url(https://gtms03.alicdn.com/tps/i3/TB1Vet9IVXXXXbuapXXb2YSIVXX-567-567.png) no-repeat 50% 50%; width: 180px; height: 180px; position: relative; background-size: 180px 180px; position: absolute; left: 50%; top: 50%; margin-left: -90px; margin-top: -90px; }
.radar:hover { background: none; }
.radar .pointer { position: absolute; z-index: 1024; left: 10.5820106%; right: 10.5820106%; top: 10.5820106%; bottom: 50%; will-change: transform; transform-origin: 50% 100%; border-radius: 50% 50% 0 0/100% 100% 0 0; background-image: linear-gradient(135deg, rgba(5, 162, 185, 0.8) 0%, rgba(0, 0, 0, 0.02) 70%, rgba(0, 0, 0, 0) 100%); -webkit-clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0); -webkit-animation: rotate360 3s infinite linear; animation: rotate360 3s infinite linear; }
.radar .pointer:after { content: ""; position: absolute; width: 50%; bottom: -1px; border-top: 2px solid rgba(0, 231, 244, 0.8); box-shadow: 0 0 3px rgba(0, 231, 244, 0.6); border-radius: 9px; }
.shadow { position: absolute; left: 11%; top: 11%; right: 11%; bottom: 11%; margin: auto; border-radius: 9999px;
  box-shadow: 0 0 66px 6px #A51414; -webkit-animation: shadow 1s infinite ease; animation: shadow 1s infinite ease; }

@keyframes rotate360 {
  0% { transform: rotate(0deg); }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes shadow {
  0% { opacity: 0; }
  50% { opacity: 1; }
  to { opacity: 0; }
}

/* background animation */
.back-bg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; }
.rain { position: absolute; z-index: -1; opacity: 0.4; }
.rain img { transform: rotate(180deg); }
.rain1 { left: 10rem; top: -40rem; animation: raining 3s linear infinite both; }
.rain2 { left: 20rem; top: -10rem; animation: raining 5s linear infinite both; }
.rain3 { right: 20rem; top: -6rem; animation: raining 7s linear infinite both; }
.rain4 { right: 25rem; top: -40rem; animation: raining 4s linear infinite both; }

@keyframes raining {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1200px);
  }
}

@media screen and (max-width: 1140px)  {
  /* global */
  .centered { padding-left: 20px; padding-right: 20px; }

  .hero .flag-left { width: 350px; }
  .hero .flag-right { width: 350px; }
  
  .textSide .map { margin-right: -20px; width: auto; }
}

@media screen and (max-width: 991px)  {
  .hero .flag-left { width: 250px; }
  .hero .flag-right { width: 250px; }
  .hero .toop { left: 20px; width: 40%; }
  .hero .mainTitle { font-size: 100px; }

  .textSide h2 { font-size: 60px; }
  .textSide .map { margin-top: -80px; }

  .timelineSide .story { width: 25%; }
}

@media screen and (max-width: 767px)  {
  .hero.dhHero{min-height: unset; height: 600px;} 
  .wrapper { overflow: hidden; }
  .hero iframe { margin-top: -50px; }

  .hero .logo { width: 150px; height: 24px; }
  .hero .logo svg { width: 150px; height: 24px; }
  .hero .flag-left { width: 180px; }
  .hero .flag-right { width: 180px; }
  .hero .cloud { top: 18%;}
  .hero .toop { left: 20px; bottom: 40px; width: 45%; }
  .hero .mainTitle { font-size: 70px; }
  .hero .cloud3 { display: none; }
  .hero .scroll { bottom: 80px; color: #fff; }

  .textSide h2 { font-size: 50px; }
  .textSide .left { width: 100%; }
  .textSide .right { width: 100%; }
  .textSide .map { margin-top: 0; margin-left: auto; width: 60%; display: none; }

  .topList { padding-top: 150px; padding-bottom: 150px; }
  .topList h2 { font-size: 36px; }

  /* .timelineSide .timelines { padding-left: 30px; }
  .timelineSide .topdate { padding: 0; margin-bottom: 20px; text-align: left; min-height: unset; line-height: unset; }
  .timelineSide .topdate:before { left: -39px; }
  .timelineSide .date { padding-left: 45px; margin-left: -44px; margin-right: 0; min-height: 40px; display: inline-flex; align-items: center; }
  .timelineSide .image { margin-right: 10px; width: 80px; }
  .timelineSide .text { width: calc(100% - 90px); } */
  .timelineSide .block { display: block; overflow-y: hidden; overflow-x: auto; white-space: nowrap; }
  .timelineSide .story { width: 200px; white-space: normal; display: inline-block; margin-bottom: 10px; }


  .yearlySide h2 { font-size: 40px; }
  .yearlySide ul:before { left: 0; transform: translateX(0); }
  .yearlySide li { font-size: 14px; }
  .yearlySide .block { padding-left: 40px; padding-right: 0; width: 100%; }
  .yearlySide .text { text-align: left; }
  .yearlySide .text:before { right: unset; left: -8px; border-width: 8px 8px 8px 0; border-color: transparent #000 transparent transparent; }
  .yearlySide .year,
  .yearlySide li:nth-child(odd) .year { padding-right: 0; padding-left: 0; font-size: 18px; margin-bottom: 10px; top: unset; transform: unset; position: relative; right: unset; left: 0; text-align: left; }
  .yearlySide .year:before,
  .yearlySide li:nth-child(odd) .year:before { right: unset; left: -49px; transform: translate(0, -50%); }
  .yearlySide li:nth-child(odd) .block { margin-left: 0; }

  .yearlySide li:nth-child(odd) .text:before,
  .yearlySide .text:before { transform: rotate(90deg); top: -12px; left: 16px; }
}

@media screen and (max-width: 479px)  { 
  .hero .logo { width: 100px; height: 18px; }
  .hero .logo svg { width: 100px; height: 18px; }
  .hero .flag-left { width: 120px; }
  .hero .flag-right { width: 120px; }
  .hero .toop { width: 50%; }
  .hero .back { font-size: 12px; }

  .textSide h2 { font-size: 36px; } 

  .topList .swiper { padding-bottom: 50px; }
  .topList h2 { font-size: 36px; }
  .topList .text h3 { font-size: 26px; }
  .topList .text { font-size: 16px; line-height: 30px; }

}