/* Styles for the demo */
body,
div,
span,
button,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 6em;
  font-size: calc(2em + 2vw);
  margin: 0;
  padding: 1em 0 0 0;
  font-family: "Lato", sans-serif;
}

.section,
.slide {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: bottom;
}

.section_center {
  background-position: center;
}

.centered-box {
  align-items: center !important;
}

/* fix height of box to allow scroll within box */
.scrollable-box {
  height: 100vh;
}

.scrollable-box-v2 {
  height: 125vh;
}

.fixed-box-height {
  height: 60vh;
  z-index: 1;
}

.alignmentBoxAndhra {
  margin-top: 24px !important;
}

.alignmentBoxSectionMH {
  margin-bottom: 25%;
}

.marginBox {
  margin-top: 4% !important;
}

.btn-map {
  color: #ffffff;
  border-radius: 5px;
  padding: 12px;
  font-size: 15px;
  border-width: 0;
  cursor: pointer;
  text-decoration: none;
  min-width: 61px;
  text-align: center;
  font-weight: 600;
  margin-left: 10px;
}

.btn_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  margin-top: 301px;
  margin-right: 370px;
  position: absolute;
  top: 33rem;
  left: 50%;
}

.section_centerOne {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.alignmentBoxSectionMH-v2 {
  margin-top: 10rem !important;
}

.ladakh-temp {
  margin-bottom: 20rem !important;
}

.marginTopMP {
  margin-top: -59px !important;
}

.margin-top {
  margin-top: 5%;
}

/* Elements */
.box {
  padding: 30px 0 0 0;
  text-align: center;
  margin: 30px auto;
  border-radius: 12px;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: flex-start;
}

.marginTopTamil {
  margin-top: 76px !important;
}

.videoFrame {
  width: 700px;
  height: 400px;
  display: block;
}
/* Mobile specific background images */
/* @media (max-width: 1000px) {


} */

/* Browser (desktop) specific background images */
/* @media (min-width: 1000px) { */
#herosection {
  background-image: url("./assets/images/bg/desktop/herosection.png");
}

/* image updated */
#dessert {
  background-image: url("./assets/images/bg/desktop/dessart-new.png");
}

#level1,
#level2 {
  color: #3d3a28;
  background-image: url("./assets/images/bg/desktop/Level-bg.png");
}

/* image updated */
#tn_ap {
  background-image: url("./assets/images/bg/desktop/tn_ap-new.png");
}

/* image updated */
#tamilnadu {
  background-image: url("./assets/images/bg/desktop/tn.png");
}

#ap1 {
  background-image: url("./assets/images/bg/desktop/ap1.png");
}

#ap_solar {
  background-image: url("./assets/images/bg/desktop/ap-solar.png");
}

#mh_ld {
  background-image: url("./assets/images/bg/desktop/mh_ld-new.png");
}

#ladakh {
  background-image: url("./assets/images/bg/desktop/ladakh-new.png");
}

/* image updated */
#maha {
  background-image: url("./assets/images/bg/desktop/maha.png");
}

#ka_od {
  background-image: url("./assets/images/bg/desktop/ka_od-new.png");
}

#odisha {
  background-image: url("./assets/images/bg/desktop/odisha-new.png");
}

#ka {
  background-image: url("./assets/images/bg/desktop/ka-new.png");
}

#hording {
  background-image: url("./assets/images/bg/desktop/hording-new.png");
}

#mapSection {
  background-position: center !important;
  background-image: url("./assets/images/bg/desktop/map-new.png");
}

#video-section {
  background-image: url("./assets/images/bg/desktop/video-last.png");
}
/* } */

.video-text {
  font-size: 20px;
  color: black;
  text-align: left;
  padding: 0px -5px;
  width: 700px;
  margin-top: 50px;
}

.nickelfox {
  text-decoration: none;
  color: black;
}

.video-block {
  background: transparent;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapFirstData {
  /* border: 2px solid red; */
  position: relative;
  top: 20rem;
  left: 30rem;
}

.mapSecondData {
  /* border: 2px solid red; */
  position: relative;
  top: 70rem;
  left: 30rem;
}

.mapThirdData {
  /* border: 2px solid green; */
  position: relative;
  top: 120rem;
  left: 30rem;
}

.big-scrollable-box {
  height: 300vh;
  /* width: 99vw; */
}

.white-box {
  background-color: rgba(248, 246, 246, 0.9);
  border-radius: 10px;
  max-width: 45%;
  height: auto;
  padding: 40px 58px;
  color: #111;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-top: -59px;
}

.white-box-new {
  background-color: rgba(248, 246, 246, 0.9);
  border-radius: 10px;
  width: 45%;
  height: auto;
  padding: 30px 38px;
  color: #111;
  font-size: 20px;
  line-height: 43px;
  text-align: left;
  margin-top: -59px;
}

.white-box-level {
  background-color: rgba(248, 246, 246, 0.9);
  border-radius: 10px;
  max-width: 45%;
  height: auto;
  padding: 40px 58px;
  color: #111;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-top: -59px;
}

.margin-top-v2 {
  margin-top: -120px;
}

.borderBlock {
  padding: 30px 0px !important;
}

.hidden {
  display: none;
}

.text-orange {
  font-weight: 600;
  color: #ea5813;
}

.title-level {
  font-size: 20px;
  text-transform: uppercase;
}

.large-text {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}

.level-box {
  margin: 20px 0;
}

.btn-main {
  background-color: #3d3a28;
  color: #fcf5cc;
  border-radius: 10px;
  padding: 16px 36px;
  font-size: 20px;
  cursor: pointer;
  border-width: 0;
  text-decoration: none;
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.btn-orange {
  background-color: #ea5813;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 5px;
  outline: none;
  padding: 8px 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  min-width: 200px;
}

.btn-orange:hover {
  background-color: #ee7c48;
}

.btn-orange:focus {
  box-shadow: 0 0 0 4px #f38c5d;
}

.btn-orange:active {
  background-color: #f38c5d;
  box-shadow: none;
}

.btn-map {
  color: #ffffff;
  border-radius: 5px;
  padding: 12px;
  font-size: 15px;
  border-width: 0;
  cursor: pointer;
  text-decoration: none;
  min-width: 61px;
  text-align: center;
  font-weight: 600;
  margin-left: 10px;
}

.btn_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  margin-top: 301px;
  margin-right: 370px;
}

.btn_container_hydro {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  margin-top: 563px;
  margin-right: 371px;
}

.box-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px 0px 30px;
  margin-bottom: 13px;
  font-size: 18px;
  color: #ea5813;
  font-weight: 100 !important;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
}

.box-content {
  padding-left: 30px;
  padding-right: 30px;
}

.flex-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  color: #575756;
  text-decoration: none;
}

.arrow {
  text-align: center;
  margin: 42px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.fade-on-scroll {
  position: sticky;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-on-scroll.fade-visible {
  opacity: 1;
}

.animate__animated {
  animation-delay: calc(var(--index) * 0.3s);
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

.logobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  animation: 2s fadeInUp;
  margin-top: 0%;
}

.mapHeading {
  animation: 2s fadeInUp;
}

.logo-img {
  object-fit: cover;
  margin-bottom: 35px;
  height: 85px;
}

.b1-img {
  height: 120px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.btn-map:hover {
  animation: pulse 0.2s;
  box-shadow: 0 0 0 0.2em rgba(131, 129, 129, 0.6);
}

.section_centerOne {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.logoDots {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 9%;
  height: auto;
  margin: 10px;
}

.fp-watermark {
  display: none !important;
  z-index: -999;
}

.fp-instant .slide {
  transition: none !important;
}

.section::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Make the scrollbar handle transparent */
}

.section::-webkit-scrollbar-track {
  background-color: transparent;
  /* Make the scrollbar track transparent */
}

.section {
  scrollbar-color: transparent transparent;
  /* Firefox: hide the scrollbar */
  scrollbar-width: thin;
  /* Makes scrollbar thin for Firefox */
}

.fa-arrow-down {
  color: #9d9d9c;
  cursor: auto;
}
.video-description {
  color: #333333;
  font-size: 20px;
  width: 700px;
  margin-bottom: 35px;
}

.level-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.level-container > img {
  width: 70%;
}

.btn-orange.btn-icon {
  display: flex;
  align-items: center;
}

.btn-icon > img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.btn-icon.center {
  align-items: center;
  justify-content: center;
}

.video-block > .btn-group {
  width: 40%;
}

.video-block > .btn-group > .btn-orange {
  padding: 12px 0.8em;
  font-weight: bold;
}

.icon-btn-fixed {
  position: absolute;
  right: 45px;
  height: 24px;
  width: 24px;
  bottom: 45px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 12px;
}

.icon-btn-fixed > img {
  height: 24px;
  width: 24px;
  padding: 7px;
}

#openModalBtn {
  background-color: #ea5813;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.icon-btn-fixed > img:hover {
  background-color: #ee7c48;
}

.icon-btn-fixed > img:focus {
  box-shadow: 0 0 0 4px #f38c5d;
}

.icon-btn-fixed > img:active {
  background-color: #f38c5d;
  box-shadow: none;
}

/*====resposive====*/

@media (max-width: 700px) {
  .white-box {
    max-width: 78%;
    padding: 18px 19px;
    font-size: 15px;
    line-height: 25px;
  }

  /* .white-box-level {
    max-width: calc(100% - 10%);
    font-size: 15px;
    line-height: 25px;
  } */
  .box-head {
    font-size: 15px;
  }

  .b1-img {
    height: 90px;
  }

  .btn-orange {
    min-width: 160px;
  }

  .level-container > img {
    min-width: 100%;
  }
}
/* media query for phone */
@media (max-width: 480px) {
  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 77%;
    max-width: 500px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .white-box-level {
    max-width: 78%;
    padding: 18px 19px !important;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0px;
  }

  .mh-height {
    height: 120vh !important;
  }

  .position-rel-mh {
    position: relative !important;
    bottom: 8rem !important;
  }

  .marginTopMP {
    margin-top: -119px !important;
  }

  .margin-top {
    margin-top: 58%;
  }

  .alignmentBoxSectionMH {
    margin-bottom: 65rem !important;
  }
  .btn_container {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    width: 99% !important;
    margin-top: 301px !important;
    position: absolute !important;
    top: 33rem !important;
    left: 0 !important;
  }

  .ladakh-temp {
    margin-bottom: 40rem !important;
  }

  .alignmentBoxAndhra {
    margin-top: 50px !important;
  }

  .box-head {
    margin-bottom: 0 !important;
    padding: 0px !important;
  }

  .white-box-new {
    background-color: rgba(248, 246, 246, 0.9);
    border-radius: 10px;
    width: 660px !important;
    padding: 25px 25px !important;
    color: #111;
    line-height: 48px !important;
    text-align: left;
  }

  .mapFirstData,
  .mapSecondData,
  .mapThirdData {
    left: 12% !important;
  }

  .mapSecondData {
    top: 140rem !important;
  }

  .mapThirdData {
    top: 260rem !important;
  }

  #herosection {
    background-image: url("./assets/images/bg/mobile/herosection-mobile.png");
  }

  #dessert {
    background-image: url("./assets/images/bg/mobile/dessert-mobile.png");
  }

  #level1,
  #level2 {
    color: #3d3a28;
    background-image: url("./assets/images/bg/desktop/Level-bg.png");
  }

  #tn_ap {
    background-image: url("./assets/images/bg/mobile/tn_ap-mobile.png");
  }

  #tamilnadu {
    background-image: url("./assets/images/bg/mobile/tn-mobile.png");
  }

  #ap1 {
    background-image: url("./assets/images/bg/mobile/ap1-mobile.png");
  }

  #ap_solar {
    background-image: url("./assets/images/bg/desktop/ap-solar.png");
  }

  #mh_ld {
    background-image: url("./assets/images/bg/mobile/mh_ld-mobile.png");
  }

  #ladakh {
    background-image: url("./assets/images/bg/mobile/ladakh-mobile.png");
  }

  #maha {
    background-image: url("./assets/images/bg/mobile/maha-mobile.png");
  }

  #ka_od {
    background-image: url("./assets/images/bg/mobile/ka_od-mobile.png");
  }

  #odisha {
    background-image: url("./assets/images/bg/mobile/odisha-mobile.png");
  }

  #ka {
    background-image: url("./assets/images/bg/mobile/ka-mobile.png");
  }

  #hording {
    background-image: url("./assets/images/bg/mobile/hording-mobile.png");
  }

  #mapSection {
    background-image: url("./assets/images/bg/mobile/map-new-mobile.png");
  }

  #video-section {
    background-image: url("./assets/images/bg/desktop/video-last.png");
  }

  .marginBox {
    margin-top: 20% !important;
  }
  .video-block > .btn-group {
    min-width: 100%;
  }

  .modal-content {
    width: 75%;
  }

  .logobox {
    margin-top: 5%;
  }

  .level-title {
    display: none;
  }

  .logo-img {
    object-fit: cover;
    margin-bottom: 40px;
    height: 70px;
  }

  .btn-group {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 8px;
  }

  .box-content {
    margin-top: 8px;
    padding: 0px;
  }

  .videoFrame {
    width: 335px;
    height: 250px;
    display: block;
  }

  .b1-img {
    height: 75px;
  }

  .btn-orange {
    min-width: 210px;
    padding: 8px 2px;
    margin: 5px;
    font-size: 14px;
  }

  .box-head {
    font-size: 14px;
    color: #ea5813;
    padding: 0px 23px 0px 30px;
  }
  .video-description {
    color: #333333;
    font-size: 15px;
    width: 335px;
    text-align: center;
  }
}

/* media query for ipad */
@media (min-width: 768px) and (max-width: 1024px) {
  .logobox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    animation: 2s fadeInUp;
    margin-top: 6%;
  }
  .btn-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
  }

  .logo-img {
    object-fit: cover;
    margin-bottom: 55px;
    height: 123px;
  }
  .b1-img {
    height: 135px;
  }
  .white-box {
    background-color: rgba(248, 246, 246, 0.9);
    border-radius: 10px;
    max-width: calc(100% - 50%);
    height: auto;
    padding: 33px 62px;
    color: #111;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
  }
  .level-container > img {
    width: 85%;
  }
  .white-box-level {
    background-color: rgba(248, 246, 246, 0.9);
    border-radius: 10px;
    max-width: 62%;
    height: auto;
    padding: 33px 62px;
    color: #111;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    margin-top: -59px;
  }
  .box-head {
    font-size: 20px;
  }
  .btn-orange {
    margin: 5px;
    background-color: #ea5813;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: 14px 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    min-width: 362px;
  }
  .arrow {
    font-size: 1.6em;
  }
  .video-block > .btn-group {
    width: 70%;
  }
  .videoFrame {
    width: 673px;
    height: 406px;
    display: block;
  }
  .video-block > .btn-group > .btn-orange {
    padding: 18px 1.8em;
    font-weight: bold;
  }
  #openModalBtn {
    background-color: #ea5813;
    width: 52px;
    height: 52px;
    border-radius: 5px;
  }
  .icon-btn-fixed > img {
    height: 40px;
    width: 40px;
    padding: 13px;
  }
  #herosection {
    background-image: url("./assets/images/bg/ipad/herosection.png");
  }
  #dessert {
    background-image: url("./assets/images/bg/ipad/dessart.png");
  }

  #level1,
  #level2 {
    color: #3d3a28;
    background-image: url("./assets/images/bg/desktop/Level-bg.png");
  }
  #tn_ap {
    background-image: url("./assets/images/bg/ipad/tn_ap.png");
  }

  #tamilnadu {
    background-image: url("./assets/images/bg/ipad/tn.png");
  }

  #ap1 {
    background-image: url("./assets/images/bg/ipad/ap1.png");
  }

  #mh_ld {
    background-image: url("./assets/images/bg/ipad/mh_ld.png");
  }

  #ladakh {
    background-image: url("./assets/images/bg/ipad/ladakh.png");
  }

  #maha {
    background-image: url("./assets/images/bg/ipad/maha.png");
  }

  #ka_od {
    background-image: url("./assets/images/bg/ipad/ka_od.png");
  }

  #odisha {
    background-image: url("./assets/images/bg/ipad/odisha.png");
  }

  #ka {
    background-image: url("./assets/images/bg/ipad/ka.png");
  }

  #hording {
    background-image: url("./assets/images/bg/ipad/hording.png");
  }

  #mapSection {
    background-position: center !important;
    background-image: url("./assets/images/bg/ipad/map.png");
  }
}
/* media query for pro */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .logobox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    animation: 2s fadeInUp;
    margin-top: 6%;
  }
  .btn-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
  }
  .box-content {
    padding: 0px;
  }
  .borderBlock {
    padding: 0px !important;
  }

  .logo-img {
    object-fit: cover;
    margin-bottom: 55px;
    height: 123px;
  }
  .b1-img {
    height: 135px;
  }
  .white-box {
    background-color: rgba(248, 246, 246, 0.9);
    border-radius: 10px;
    max-width: calc(100% - 37%);
    height: auto;
    padding: 33px 62px;
    color: #111;
    font-size: 32px;
    line-height: 55px;
    text-align: left;
  }
  .level-container > img {
    width: 85%;
  }
  .white-box-level {
    background-color: rgba(248, 246, 246, 0.9);
    border-radius: 10px;
    max-width: 62%;
    height: auto;
    padding: 38px 62px !important;
    color: #111;
    font-size: 30px;
    line-height: 59px;
    text-align: left;
    margin-top: -59px;
    font-size: 32px;
  }
  .box-head {
    font-size: 25px;
    padding: 0px;
  }
  .btn-orange {
    margin: 5px;
    background-color: #ea5813;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: 29px 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    min-width: 416px;
  }
  .arrow {
    font-size: 1.6em;
  }
  .video-block > .btn-group {
    width: 70%;
  }
  .videoFrame {
    width: 673px;
    height: 406px;
    display: block;
  }
  .video-block > .btn-group > .btn-orange {
    padding: 18px 1.8em;
    font-weight: bold;
  }
  #openModalBtn {
    background-color: #ea5813;
    width: 52px;
    height: 52px;
    border-radius: 5px;
  }
  .icon-btn-fixed > img {
    height: 40px;
    width: 40px;
    padding: 13px;
  }
  #herosection {
    background-image: url("./assets/images/bg/ipad/herosection.png");
  }
  #dessert {
    background-image: url("./assets/images/bg/ipad/dessart.png");
  }

  #level1,
  #level2 {
    color: #3d3a28;
    background-image: url("./assets/images/bg/desktop/Level-bg.png");
  }
  #tn_ap {
    background-image: url("./assets/images/bg/ipad/tn_ap.png");
  }

  #tamilnadu {
    background-image: url("./assets/images/bg/ipad/tn.png");
  }

  #ap1 {
    background-image: url("./assets/images/bg/ipad/ap1.png");
  }

  #mh_ld {
    background-image: url("./assets/images/bg/ipad/mh_ld.png");
  }

  #ladakh {
    background-image: url("./assets/images/bg/ipad/ladakh.png");
  }

  #maha {
    background-image: url("./assets/images/bg/ipad/maha.png");
  }

  #ka_od {
    background-image: url("./assets/images/bg/ipad/ka_od.png");
  }

  #odisha {
    background-image: url("./assets/images/bg/ipad/odisha.png");
  }

  #ka {
    background-image: url("./assets/images/bg/ipad/ka.png");
  }

  #hording {
    background-image: url("./assets/images/bg/ipad/hording.png");
  }

  #mapSection {
    background-position: center !important;
    background-image: url("./assets/images/bg/ipad/map.png");
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .btn-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
  }
  .white-box {
    font-size: 20px;
    /* line-height: 40px; */
  }
  .white-box-level {
    background-color: rgba(248, 246, 246, 0.9);
    border-radius: 10px;
    max-width: 53% !important;
    height: auto;
    padding: 38px 14px !important;
    color: #111;
    /* line-height: 40px; */
    text-align: left;
    margin-top: -59px;
    font-size: 20px;
  }
  .box-head {
    font-size: 20px;
    padding: 0px 32px;
  }
  .video-block > .btn-group {
    width: 60% !important;
  }
  .btn-orange {
    margin: 5px;
    background-color: #ea5813;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding: 0px 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    min-width: 254px;
  }
  .video-block > .btn-group > .btn-orange {
    padding: 7px 1.8em;
    font-weight: bold;
  }
}
