@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
body{
    float: left;
    width: 100%;
    font-size: 14px;
}
.bgr_m {
    background: #b8db67 url(../img/farm-background.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.sid_m{    background: #404E67;}

.prd_lsts ul li:last-child {
    border-bottom: none;
}
.prd_lsts ul li {
    margin-bottom: 0;
}
.prd_lsts ul li a {
    padding: 12px 0px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.prd_lsts ul li a i {
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    min-height: 24px;
    line-height: 18px;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
    padding-right: 30px;
}
.prd_lsts ul li a:hover {
    text-decoration: none;
}

.prd_lsts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prd_lsts {
    position: absolute;
    margin-top: 0;
    padding: 0;
    border-radius: 4px;
    width: 90%;
}

.chartcenter-wrapper{
    float: left;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centerpiece-wrapper{
    height: 90vh;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
}
.container{
    max-width: 100% !important;
}
.centerpiece{
    margin: 0 auto;
    width: 350px;
    transform: rotate(-118deg);
    margin-top: -125px;
    /* margin: 0 auto;
    width: 570px;
    transform: rotate(-118deg);
    margin-top: 70px; */
    /*margin:0 auto; 
    width:570px; 
     background: #f00;  
    transform: rotate(-125deg);*/
}
.first-stap{
    float:left; 
    width:100%; 
}
/* .firststap-child{
    margin:0 auto; 
    width:140px; 
    height:190px; 
    color: #ffffff;
    background:#ed7d31;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
} */

.firststap-child {
    width:185px; 
    height:130px;
    position: relative;
    margin-bottom: 1.2rem;
    transition: all 0.4s ease;
  }
.firststap-child:after,
.firststap-child:before {
    content: '';
    position: absolute;
  }

.firststap-child:hover {
    width:185px; 
    height:130px;
    position: relative;
    margin-bottom: 1.2rem;
    transition: all 0.4s ease;
  }

.firststap-child:after {
    width: 100%;
    height: 9px;
    left: 6px;
    bottom: 0;
    transform: translatey(100%) skewx(45deg);
  }

.firststap-child:before {
  width: 10px;
  height: 100%;
  right: 0;
  transform: translatex(100%) skewy(45deg);
  top: 4px;
}

.secoundstap-child {
    height: 115px;
    width: 48%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0px 1.2rem 1rem 0;
    transition: all 0.4s ease;
  }
.secoundstap-child:after,
.secoundstap-child:before {
    content: '';
    position: absolute;
  }


.secoundstap-child:hover {
    height: 115px;
    width: 48%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0px 1.2rem 1rem 0;
    transition: all 0.4s ease;
  }

.secoundstap-child:after {
    width: 100%;
    height: 11px;
    left: 6px;
    bottom: 0;
    transform: translatey(100%) skewx(45deg);
  }
.secoundstap-child:before {
    width: 11px;
    height: 100%;
    right: 0;
    transform: translatex(100%) skewy(45deg);
    top: 6px;
}


.thirdstap-child {
    height: 70px;
    width: 20%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.2rem 1rem 1rem 0;
    transition: all 0.4s ease;
  }
  .thirdstap-child:hover {
    height: 70px;
    width: 20%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.2rem 1rem 1rem 0;
    transition: all 0.4s ease;
  }
.thirdstap-child:after,
.thirdstap-child:before {
    content: '';
    position: absolute;
  }
.thirdstap-child:after {
    width: 100%;
    height: 10px;
    left: 6px;
    bottom: 0;
    transform: translatey(100%) skewx(45deg);
  }
.thirdstap-child:before {
    width: 10px;
    height: 100%;
    right: 0;
    transform: translatex(100%) skewy(45deg);
    top: 5px;
}


.fourtstap-child {
    height: 35px;
    width: 10%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.2rem 1rem 1rem 0;
    transition: all 0.4s ease;
  }
  .fourtstap-child:hover {
    height: 35px;
    width: 10%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.2rem 1rem 1rem 0;
    transition: all 0.4s ease;
  }
.fourtstap-child:after,
.fourtstap-child:before {
    content: '';
    position: absolute;
  }
.fourtstap-child:after {
    width: 100%;
    height: 7px;
    left: 4px;
    bottom: 0;
    transform: translatey(100%) skewx(45deg);
  }
.fourtstap-child:before {
    width: 8px;
    height: 100%;
    right: 0;
    transform: translatex(100%) skewy(45deg);
    top: 4px;
}





.blank-green {
  background: #387a23;
}
.blank-green:hover {
  background: #215e0d;
  cursor: pointer;
}
.blank-green:after,
.blank-green:before {
  background: #549140;
}


.filled-blue {
  background: #4473c5;
}
.filled-blue:hover {
  background: #0a3c94;
  cursor: pointer;
}
.filled-blue:after,
.filled-blue:before {
  background: #51678d;
}


.pending-orange {
  background: #ed7d31;
}
.pending-orange:hover {
  background: #b34c06;
  cursor: pointer;
}
.pending-orange:after,
.pending-orange:before {
  background: #98755d;
}





.pagetitle-center {
    float: left;
    width: 100%;
    text-align: left;
}
.pagetitle-center h2 {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.secound-stap{
    float:left;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* .secoundstap-child{
    float: left;
    margin:0 auto;
    width: 48%;
    height:200px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 20%);
} */
/* .secoundstap-child-one{
    float: left;
    margin:0 auto;
    width: 48%;
    height:200px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 20%);
} */
.third-stap{
    float:left;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* .thirdstap-child{
    float: left;
    margin:0 auto;
    width: 24%;
    height:150px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
} */
/* .thirdstap-child-one{
    float: left;
    margin:0 auto;
    width: 24%;
    height:150px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
} */
/* .thirdstap-child-two{
    float: left;
    margin:0 auto;
    width: 24%;
    height:150px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
} */
/* .thirdstap-child-three{
    float: left;
    margin:0 auto;
    width: 24%;
    height:150px;
    color: #ffffff;
    background:#4473c5;  
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
} */
.fourt-stap{
    float:left;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* .fourtstap-child{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
} */
/* .fourtstap-child-one{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}
.fourtstap-child-two{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}
.fourtstap-child-three{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5;  
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}
.fourtstap-child-four{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}
.fourtstap-child-five{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5;  
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}
.fourtstap-child-six{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
}
.fourtstap-child-seven{
    float: left;
    margin:0 auto;
    width: 11.5%;
    height:80px;
    color: #ffffff;
    background:#4473c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
} */


       
/* .item-hints{
    height: 500px;
    width: 500px;
    margin: 250px auto;
  } */
  .item-hints .hint {
    /* width: 60px;
    height: 60px;
    margin: 150px auto; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-hints .hint::before{ /* //rotated squre */
    background-color: #fff;
    width: 8px;
    height: 8px;
    z-index: 2;
    -webkit-clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
    clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  
  .item-hints .hint::after{ /* //green glow */
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 30px rgba(72,170,72,.3);
    box-shadow: 0 0 50px 30px rgba(72,170,72,.3);
    -webkit-animation: home_hero_item_hints_glow 2s cubic-bezier(.25,.1,.2,1) infinite;
    animation: home_hero_item_hints_glow 2s cubic-bezier(.25,.1,.2,1) infinite;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  @-webkit-keyframes home_hero_item_hints_glow {
    0% {
      -webkit-box-shadow: 0 0 30px 5px #48aa48;
      box-shadow: 0 0 30px 5px #48aa48
    }
    70% {
      -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
      box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
      box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
    }
  }
  @keyframes home_hero_item_hints_glow {
    0% {
      -webkit-box-shadow: 0 0 30px 5px #48aa48;
      box-shadow: 0 0 30px 5px #48aa48
    }
    70% {
      -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
      box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
      box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
    }
  }
  .item-hints .hint-dot {
    z-index: 3;
    /* border: 1px solid #fff; */
    /* border-radius: 50%;
    width: 60px;
    height: 60px; */
    display: block;
    /* -webkit-transform: translate(-0%,-0%) scale(.95);
    transform: translate(-0%,-0%) scale(.95);
    -webkit-animation: home_hero_item_hints_border 2s linear infinite;
    animation: home_hero_item_hints_border 2s linear infinite; */
    margin: auto;
  }
  @-webkit-keyframes home_hero_item_hints_border {
    0%,
    100% {
      border-color: rgba(255, 255, 255, .6);
      -webkit-transform: translate(-50%, -50%) scale(.95);
      transform: translate(-0%, -0%) scale(.95)
    }
    50% {
      border-color: rgba(255, 255, 255, .3);
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-0%, -0%) scale(1)
    }
  }
  @keyframes home_hero_item_hints_border {
    0%,
    100% {
      border-color: rgba(255, 255, 255, .6);
      -webkit-transform: translate(-50%, -50%) scale(.95);
      transform: translate(-0%, -0%) scale(.95)
    }
    50% {
      border-color: rgba(255, 255, 255, .3);
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-0%, -0%) scale(1)
    }
  }
  .item-hints .hint-radius {
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color,opacity,visibility,-webkit-transform;
    transition-property: background-color,opacity,visibility,-webkit-transform;
    transition-property: background-color,opacity,visibility,transform;
    transition-property: background-color,opacity,visibility,transform,-webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease,ease,ease,cubic-bezier(.5,0,0,1);
    transition-timing-function: ease,ease,ease,cubic-bezier(.5,0,0,1);
  }
  .item-hints .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .item-hints .hint[data-position="1"] .hint-content {
    top: 85px;
    left: 50%;
    margin-left: 56px;
  }
  .item-hints .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .7s ease,visibility .7s ease;
    transition: opacity .7s ease,visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none
  }
  .item-hints .hint:hover .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity .7s ease,visibility .7s ease;
    transition: opacity .7s ease,visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none
  }
  .item-hints .hint-content::before {
    width: 0px;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
  }
  .item-hints .hint:hover .hint-content::before {
    width: 180px;
    transition: width 0.4s;
  }
  .item-hints .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 0;
    left: 0;
    width: 80px;
    content: '';
    background-color: transparent;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .item-hints .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible;
  }
  /* .item-hints .hint[data-position="4"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 56px;
  } */
  .item-hints .hint[data-position="4"] .hint-content {
    bottom: -80px;
    left: 48%;
    margin-left: 0px;
    transform: rotate(90deg);
}




@media  screen and (max-width: 1366px) {
  .centerpiece {
    margin: 0 auto;
    width: 275px;
    transform: rotate(-118deg);
    margin-top:-10px;
}
.firststap-child{
  width: 110px;
  height: 95px;
}
.firststap-child:hover{
  width: 110px;
  height: 95px;
}
.secoundstap-child{
  height: 80px;
  width: 48%;
}
.secoundstap-child:hover{
  height: 80px;
  width: 48%;
}
.thirdstap-child{
  height: 50px;
  width: 20%;
}
.thirdstap-child:hover{
  height: 50px;
  width: 20%;
}
.fourtstap-child{
  height: 25px;
  width: 10%;
}
.fourtstap-child:hover{
  height: 25px;
  width: 10%;
}
.item-hints .hint[data-position="4"] .hint-content{
  bottom: -80px;
  left: 48%;
  font-size: 10px;
  margin-left: -45px;
}
.pagetitle-center h2 {
    font-size: 22px;
    height: 50px;
    line-height: 29px;
    position: relative;
    width: 228px;
    text-align: center;
    left: -15px;
    background: #272d36;
}
}