@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700");
.navbar-brand a img{
  width: 235px;
  height: auto;
}
@media (max-width: 991.98px){
  .navbar-brand a img{
    width: 180px;
  }
}
@media (max-width: 991.98px){
  .navbar-expand-lg .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
.navbar-brand a span{
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 400;
}
.navbar-brand a span b{
  font-size: 1.4rem;
  font-weight: bolder;
}

  .welcome {
  font-size: 60px;
  text-align: center;
  color: #333;
  }
  @media (min-width: 1400px){
    .centerfold-wrap{
      position: relative;
      top: -50px;
    }
  }
  .hex-master-wrap {
  position: relative;
  left: 35px;
  background-repeat: no-repeat;
  background-position: 94px 20px;
  background-size: 495px;
  }
  @media (min-width: 768px){
    .hex-master-wrap {
      background-position: 40px 10px;
      background-size: 510px;
    }
  }
  @media (min-width: 1400px){
    .hex-master-wrap {
      background-position: 90px 10px;
    }
  }
  @media (max-width:768px){
    .hex-master-wrap{
      position: relative;
      top:-110px;
    }
  }
 
  
  
  
  
  
  
  
  .intro-block .grid-1,
  .intro-block .grid-2,
  .intro-block .grid-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  margin-bottom: -50px;
  }
  
  .intro-block .grid-3 {
  margin-bottom: -50px;
  }
  
  .intro-block .grid-2,
  .intro-block .grid-3 {
  margin-top: -50px;
  }
  
  .hex-wrap {
  position: relative;
  width: 150px;
  height: 190px;
  margin: 0 3em 2em 0;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border: 0px solid;
  transform: scale(1.1);
  }

  .hex-wrap:after{
    content: "";
    position: absolute;
    background-image: url(../img/arrow.svg);
    width: 51%;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
   display: none;
  }
  .hex-wrap.box-1:after{   
    top: 10px;
    transform: rotate(46deg);
    right: -42px;
    width: 36px; }
  .hex-wrap.box-2:after{  
    top: 82px;
    transform: rotate(91deg);
    right: 8px;
    width: 36px;}
  .hex-wrap.box-3:after{  
    top: 83px;
    transform: rotate(154deg);
    left: 8px;
    width: 36px;}
  .hex-wrap.box-center:after{ display: none;}
  .hex-wrap.box-4:after{  
    top: 10px;
    transform: rotate(46deg);
    right: -42px;
    width: 36px;}
  .hex-wrap.box-5:after{  
    top: 10px;
    transform: rotate(46deg);
    right: -42px;
    width: 36px;}
  .hex-wrap.box-6:after{  
    top: 10px;
    transform: rotate(46deg);
    right: -42px;
    width: 36px;}

  .hex-wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 58px;
  color: #343f52;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 8px;
  font-family: 'Manrope', sans-serif;
  }
  
  .hex-wrap .label svg, .hex-wrap .label img {
  height: 50px;
  width: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
  
  .hexagon {
  width: 300px;
  height: 150px;
  margin: 15px 0 0 -75px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
  
  .hex-inner-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  }
  
  .hex-inner-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  /* background-image: url(http://placekitten.com/240/240); */
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
  }
  
  
  .hex-inner-2::before, .hex-inner-2::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  top: 0;
  left: 0;
  height: 110%;
  width: 109%;
  content: "";
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  }
  
  .hex-wrap   .hex-inner-2::before, .hex-wrap .hex-inner-2::after {
    
    background-color: #f6d147;
  }
  .hex-wrap:hover .hex-inner-2::before, .hex-wrap:hover .hex-inner-2::after {
    
    background-color: rgba(254, 209, 0, 1);
  }
  .hex-wrap .border-1,  .hex-wrap .border-2,  .hex-wrap .border-3{
    
    border-color: rgba(254, 209, 0, 1);
  }

  .hex-wrap.box-center   .hex-inner-2::before, .hex-wrap.box-center .hex-inner-2::after {
    background-color: rgba(3, 171, 43, 1);
  }

  .hex-wrap.box-center .border-1,  .hex-wrap.box-center .border-2,  .hex-wrap.box-center .border-3{
    border-color: rgba(3, 171, 43, 1);
  }
  .hex-wrap.box-center .label{
    color: #ffffff;
    font-weight: 900;
  }
  .hex-wrap:hover .label{
    color: #ffffff;
    font-weight: 900;
  }
  .hex-wrap a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  /**********************************************************************************
                                  Hex Hover Area
  **********************************************************************************/
  .hex-init {
  position: absolute;
  top: 46px;
  left: 0px;
  height: 46%;
  width: 100%;
  z-index: 9;
  transform: rotate(-60deg);
  cursor: pointer;
  }
  
  .hex-init::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transform: rotate(-60deg);
  }
  
  .hex-init::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transform: rotate(60deg);
  }

  @media (max-width: 768px){
    .intro-block{
      margin-top: 47px;
      margin-left: -134px;
    }
    .centerfold-wrap{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 400px;
      width: 100%;
    }
    .hex-master-wrap{
      transform: scale(.54);

      position: relative;
      left: 19px;
    }
  }


  .default-btn {
    position: relative;
    text-align: left;
    line-height: 1.2;
    padding: 10px 15px;
    padding-left: 60px;
    font-size: 16px;
    color: #ffffff;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #00aa2b;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    border-radius: 6px;
    border:0;
}
.default-btn:hover{
  background-color: #1a1a1a;
  color: #fff;
}
.default-btn.active {
background-color: #1a1a1a;
color: #fff;
}
.default-btn.active:hover {
  background-color: #00aa2b;
  color: #fff;
  }
.default-btn i{
    font-size: 40px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.default-btn span{
  display: block;
  font-size: 20px;
  font-weight: 600;
}

/* .hex{
  width: 195px;
  height: 195px;
  cursor: pointer;
} */
#hex1{
  position: relative;
  top: 36px;
  left: 94px;
  z-index: 2;
}
#hex2{
  position: relative;
  top: 170px;
  left: 157px;
  z-index: 2;
}
#hex5{
  position: relative;
  top: 104px;
  right: 69px;
  z-index: 2;
}
#hex3{
  position: relative;
  top: -163px;
  z-index: 2;
  left: 73px;
}
#hex7{
  position: relative;
  top: -33px;
  right: 87px;
  z-index: 2;
}
#hex6{
  position: relative;
  right: 156px;
  bottom: 168px;
  z-index: 2;
}
@media (max-width:992px){
  .intro-block{
    margin-left: -159px;
  }
  #hex1{
    position: relative;
    top: 28px;
    left: 97px;
    Z-INDEX: 2;
  }
  #hex2{
    position: relative;
    top: 150px;
    left: 138px;
    z-index: 2;
  }
  #hex5{
    position: relative;
    top: 115px;
    right: 83px;
    z-index: 2;
  }
  #hex7{
    position: relative;
    top: -21px;
    right: 96px;
    z-index: 2;
  }
  #hex6{
    position: relative;
    right: 131px;
    bottom: 151px;
    z-index: 2;
  }
  #hex3{
    position: relative;
    z-index: 2;
    top: -179px;
    left: 92px;
  }
}
@media (max-width:768px){
  #hex1{
    position: relative;
    top: 30px;
    left: 90px;
    z-index: 2;
  }
  #hex2{
    position: relative;
    top: 148px;
    left: 129px;
    z-index: 2;
  }
  #hex5{
    position: relative;
    top: 116px;
    right: 88px;
    z-index: 2;
  }
  #hex7{
    position: relative;
    top: -29px;
    right: 97px;
    z-index: 2;
  }
  #hex6{
    position: relative;
    right: 122px;
    bottom: 145px;
    z-index: 2;
  }
  #hex3{
    position: relative;
    bottom: 48px;
    right: 53px;
    z-index: 2;
  }
}
.hex .inner{
  width: 185px;
  height: 185px;
  background-image: url(../img/new.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1.1);
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.hex .inner.center{
  background-image: url(../img/rectangle.png);
  width: 450px;
  height: 450px;
  flex-direction: column;
}
.hex .inner.even{
  background-image: url(../img/new.png);
}
.hex .inner.even.new{
  background-image: url(../img/new_even.png);
  height: 250px;
}
.hex .inner.even.new p{
  position: relative;
  top: 57px;
}
.hex .inner.even.new i{
  position: relative;
  top: 59px;
}
.hex .inner.center .center-text{
  color: #0d5388; 
  font-weight: 600;
}
.hex .inner.center li{
  white-space: nowrap;
  text-align: left;
  line-break: strict;
  font-size: 13px;
  font-weight: 600;
}
.hex .inner.center ul{
  padding-left: 12px;
}
.hex .inner.center p{
  margin-top: -22px;
  /* display: block; */
}

/* .hex .inner:hover{ transform: scale(1.3); transition: all 0.5s ease-in; } */
.hex .inner a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.hex .inner p{
  width: 100%;
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  /* color: #000; */
  line-height: 1.4;
  margin: 0;
  transition: all 0.5s ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0px;
}
.hex .inner p  img{
  display: block;
  /* width: 25px; */
  height: auto;
  position: relative;
  top: -14px;
  /* margin-top: 5px; */
}
#hex3 p img{
  position: relative;
  top:-24px;
}
#hex2 p img{
  position: relative;
  top:-33px;
}
#hex7 p img{
  position: relative;
  top:-22px;
}
.hex .inner .playicon{
  display: none;
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.hex .inner .playicon img{
  width: 25px;
  height: 25px;
  transition: all 0.5s ease-in;
  margin-right: 5px;
}
.hex .inner:hover p,.hex .inner:hover li,.hex .inner:hover .d-flex-img,.hex .inner:hover .d-flex-g1,.hex .inner:hover .d-flex-g2{
  /* display: none; */
  transition: all 0.5s ease-in;
}
/* .hex .inner:hover .playicon{
  display: flex;
  transition: all 0.5s ease-in;
  font-style: normal;
  color: white;
  font-weight: 600;
} */
.hex .inner.center p{
  color: #000;
}
.mask-figure{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mask-figure img{
  width: 90%;
  height: auto;
}
.about-figure{
  margin-bottom: 50px;
}
@media (min-width: 768px){
  .about-figure{
    float: right;
    width: 500px;
    margin-left: 40px;
    margin-bottom: 0;
  }
}
.moreInfo{
  display: none;
}
.sub-logo img{
  width: 300px;
  height: auto;
}
.d-flex-img{
  display:flex;
  align-items: center;
  /* padding-top: 20px; */
  position: absolute;
  bottom: 38px;
  height: 22px;
  width: 22px;
}
.d-flex-g1{
  /* padding-bottom: 15px !important; */
  position: absolute;
  bottom: 11px;
  height: 21px;
  width: 22px;
}
.d-flex-g1 img{
  padding-top: 13px !important;
}
.d-flex-g2{
  /* padding-top: 40px; */
  position: absolute;
  bottom: 105px;
  height: 22px;
  width: 22px;
}


