html{ scroll-behavior: smooth;}
html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
}
main {
  height: 100%;
  width: 100%;
}
section {
  height: auto;
  width: 100%;
  position:relative;
}
section:nth-child(1) {
overflow: hidden;
height: 100%;
}
section:nth-child(2) {
  background-color: #fff;
  overflow: hidden;
}
section:nth-child(3) {
  background-color: #2E253A;
  overflow: hidden;
}
section:nth-child(4) {
  background-color: #fff;
  overflow: hidden;
}
section:nth-child(5) {
  background-color: #fff;
  overflow: hidden;
}
section:nth-child(6) {
  background-color: #fff;
  overflow: hidden;
}
section:nth-child(7) {
  background-color: #fff;
  overflow: hidden;
}
section:nth-child(8) {
  background-color: #6113A5;
  overflow: hidden;
  height: 100px;
}
h1, h2, h3, p{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
h1{font-size: 80px; font-weight: 900; text-transform: uppercase; margin:0;}
h2{font-size: 60px; font-weight: 900;}
h3{font-size: 30px; font-weight: 900; text-transform: uppercase;}
p{font-size: 24px; font-weight: 400;}
.hero{line-height: 120px;
display:block; position:relative; color:#ffffff;
}
.hero-position{top:160px; left:80px; display:block; position:relative; width:55%;}
.head {
position: fixed;
top: 0;
width: 100%;
height:100px;
background-color: #ffffff;
background-image: url("img/hexaflow-logo.svg");
background-size: 280px 68px;
background-position: center;
background-repeat: no-repeat;
box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
z-index:1000;
}

.flex-container {
    display: flex;
    padding: 80px;
}
.flex-item {
    margin: 40px;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.shad-background {

border-radius: 30px;
box-shadow: 0px 4px 30px #dfd1fb;
}

.row_am {
    padding: 50px 0;
}

.latest_story {
}
.story_box {
  margin-bottom: 30px;
  min-height:250px;
}

.latest_story .story_box {
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
box-shadow: 0px 4px 30px #dfd1fb;
overflow:hidden;
}

.latest_story .story_box .story_img {
    position: relative;

}

.latest_story .story_box .story_img img {
    max-width: 100%;
}

.latest_story .story_box .story_img span {
    position: absolute;
    left: 15px;
    top: 15px;
}

.latest_story .story_box .story_text {
    padding: 20px 30px;
}

.latest_story .story_box .story_text h3 {

}

.latest_story .story_box .story_text a {
    margin-top: 25px;
    display: block;
    margin-bottom: 10px;
}
.faq_bg {
    position: absolute;
    top: 0;
    right: -300px;
}
.faq_bg {
    animation: bcgrotate 5s infinite;
}
.faq_bg_2 {
    position: absolute;
    bottom: 0;
    left: -300px;
}
.faq_bg_2 {
    animation: bcgrotate 5s infinite;
}

.map-section-text{
margin-right:80px; margin-top:80px;
text-align:left; padding-left:0; padding-right:0;
}

.qr-section-text{
margin-right:80px; margin-top:80px;
text-align:left; padding-left:0; padding-right:0;
}

.hexa-map{
  margin-left:80px; margin-top:80px;
}

.hexa-qr{
  margin-left:80px; margin-top:80px; margin-bottom:80px;
}

.hexa-map-img{
  width:100%; min-width:600px; height:auto;
}
.section-separator-line{
width:40%; height:2px; background-color:#E2CCFF; display:block; margin-left:auto; margin-right:auto; margin-top:80px;
}

.qr-video{
  margin-right:auto; margin-left:auto; display:block; position:relative; margin-top:60px;
}
.qr-video-text{
  text-align:center; margin-top:60px; text-align:justify; margin-left:20px; margin-right:20px;
}
.story-text{
position:relative; color:#404040; text-align:center; margin-bottom:60px; margin-top:60px;
}

.qr-video-h1{
  position:relative; color:#404040; text-align:center; margin-top:80px;
}
.carusel-top{
margin-top:-160px;
}

.mobile-slider{
margin-left:auto; margin-right:auto; display:block; position:relative; margin-top:80px;
}

.dimension-text{
  position:relative; color:#404040; text-align:left; margin-bottom:60px; padding-right:80px; padding-left:0;
}

.mobile-dimension-display{
  display:flex;
}

.mobile-dimension-display-none{
  display:none;
}

.mobile-item{margin-left:25%;}

.footer_section{font-size:20px; color:#fff; margin-top:32px;}
.dimension-container{margin-top:80px;}

@keyframes bcgrotate {
  50% {transform: rotate(180deg);}
}

@media only screen and (max-height: 1024px) {
  .carousel__body{
    padding: 260px 0 200px 0;
  }
  }
  @media only screen and (max-height: 950px) {
    .carousel__body{
      padding: 80px 0 80px 0;
    }
    }

@media only screen and (max-width: 1800px) {
  .qr-mobile-h1{font-size:80px;}
  h1{font-size: 80px;}
  h2{font-size: 50px;}
  .hero{line-height: 110px;}
  p{font-size: 20px;}
}

@media only screen and (max-width: 1686px) {
  .qr-mobile-h1{font-size:60px;}
  h1{font-size: 60px;}
  h2{font-size: 40px;}
  .hero{line-height: 80px;}
  p{font-size: 20px;}
  .qr-section-text{
  margin-top:0px;
margin-bottom:80px;
margin-right:auto; margin-left:auto; text-align:center;
padding-left:80px; padding-right:80px;
  }
  .mobile-item{margin-left:10%;}
}
@media only screen and (max-width: 1400px) {
  .qr-mobile-h1{font-size:60px;}
  h1{font-size: 60px;}
  h2{font-size: 40px;}
  .hero{line-height: 80px;}
  p{font-size: 20px;}

}

@media only screen and (max-width: 1341px) {
  .map-section-text{
  margin-top:40px;
  margin-right:auto; margin-left:auto; text-align:center;
  padding-left:40px; padding-right:40px;
}
.qr-section-text{
  padding-left:40px; padding-right:40px;
}
  .hexa-map{
    margin-left:20px; margin-top:80px;
}
.hexa-qr{
  margin-left:20px; margin-top:80px;
}
}
@media only screen and (max-width: 1153px) {
  #myVideo {
    right: -100%;
  }
  .hero-position{width:70%;}
  .dimension-h1{font-size: 40px;}
  .dimension-text{
   padding-left:40px;
   padding-right:40px;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:20px;
   margin-top:0px;
  }
  .dimension-text p{
   text-align:justify;
  }
  .mobile-dimension-display{
    display:none;
  }
  .mobile-dimension-display-none{
    display:flex;
  }
  }
  @media only screen and (max-width: 860px) {
      .mobile-item{margin-left:-15%;}
  }
@media only screen and (max-width: 732px) {
  h1{font-size: 30px;}
  .hexa-map-img{
    min-width:300px;
  }
  h2{font-size: 24px;}
  h3{font-size: 24px;}
  p{font-size: 16px;}
  .hero{line-height: 46px;}
  .hexa-map{
    margin-left:auto; margin-right:auto; margin-top:40px; padding-left:20px; padding-right:20px;
  }
  .hexa-qr{
    margin-left:auto; margin-right:auto; margin-top:0px; padding-left:20px; padding-right:20px;
  }
  .section-separator-line{
  margin-top:40px;
  }
  .story-text{
margin-bottom:40px; margin-top:0px;
  }
  .head {
  height:68px;
  background-size: 198px 48px;
  }
  .qr-section-text{
margin-bottom:40px;
  }
  .hexa-qr{
    margin-bottom:20px;
  }

.qr-video{
 margin-top:40px;
}
.qr-video-text{
margin-top:30px;
}
.qr-video-h1{
margin-top:40px;
}
.qr-mobile-h1{font-size:25px;}
.carusel-top{
margin-top:-40px;
}
.carousel__body{
  background-position:top;
  padding: 80px 0 80px 0;
}
.mobile-slider{
margin-top:40px;
}
.hero-position{top:100px; left:0px; margin-left:auto; margin-right:auto; display:block; position:relative; width:100%; text-align:center; padding-left:30px; padding-right:30px; padding-bottom:140px;}
section:nth-child(1) {
height: auto;
}
#myVideo {
  right: -180%;
}
  .dimension-h1{font-size:30px;}
  .mobile-item{margin-left:8%;}
  section:nth-child(8) {
    height: 68px;
  }
  .footer_section{font-size:15px; margin-top:22px;}
  .dimension-container{margin-top:60px;}
  .row_am{padding-top:50px; padding-bottom:0px;}
}
