.wheel-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 665px;
  /*margin-top: -101px;*/
}
@media only screen and (max-width: 767px) {
  .wheel-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .wheel-wrapper {
    min-height: 735px;
  }
}
.wheel-wrapper:before {
  content: "";
  position: absolute;
  top: 20px;
  background-color: #8d92a0;
  /* background: url(/images/svg_shape/shape-1.svg) no-repeat 40% 160%; */
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
@media only screen and (min-width: 1200px) {
  .wheel-wrapper {
  }
}
@media only screen and (min-width: 1400px) {
  .wheel-wrapper {
  }
}
.sector-state-txt .heading,
.sector-state-txt h4 {
  margin-bottom: 10px;
}
.sector-state-txt h2 {
  font-size: 21px;
}
@media only screen and (min-width: 1024px) {
  .sector-state-txt h2 {
    font-size: 30px;
  }
}
.sector-state-txt h2 p {
  line-height: 1.2;
}
.sector-state-txt h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .sector-state-txt h3 {
    font-size: 20px;
  }
}
.sector-state-txt h3 p {
  line-height: 1.4;
}
.sector-state-txt p strong {
  color: #2ea35e;
}
.sectors-info {
    width: 100%;
    max-width: 560px;
    padding: 15px;
    position: relative;
    background: #ffffffba;
    min-height: 615px;
    margin-left: 15px;
    border-radius: 30px;
}
@media only screen and (min-width: 1200px) {
  .sectors-info {
    margin-top: 40px;
    max-width: 640px;
    padding: 20px 35px;
    position: absolute;
    left: 0;
  }
}
#shapes g {
  cursor: pointer;
}
#wheel {
  transform-origin: 300px 300px;
  transition: transform 0.4s ease-in-out;
  -webkit-filter: drop-shadow(0 11px 5px rgb(207 200 200 / 0.82));
  filter: drop-shadow(0 11px 5px rgb(207 200 200 / 0.82));
}
.wheel-container {
  position: absolute;
  right: 40px;
  top: 47px;
  width: 286px;
}
.wheel-container:hover .inner-circle {
  width: 90px;
  height: 90px;
}
.wheel-container:hover .inner-circle .rotation-arrows {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wheel-container svg g path {
  stroke: rgb(151 148 171 / 0.65);
  stroke-width: 1px;
}
.wheel-container svg > g > g:hover path {
  cursor: pointer;
  fill: #8cbe35;
}
.wheel-container .active path {
  fill: #f41451;
  stroke: #f41451;
  -webkit-filter: drop-shadow(0 14px 27px rgb(237 53 70 / 0.43));
  filter: drop-shadow(0 14px 27px rgb(237 53 70 / 0.43));
}
.wheel-container svg > g > g.active:hover path {
  fill: #f41451;
}
.wheel-container .outer-circle {
  width: 120px;
  height: 120px;
  top: 39.5%;
  right: -75px;
  position: absolute;
  box-shadow: 6.5px 10.1px 18px rgb(207 200 200 / 0.82);
}
.wheel-container .inner-circle,
.wheel-container .outer-circle {
  border-radius: 50%;
  border: 1px solid #bebdcd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wheel-container .inner-circle {
  width: 90px;
  height: 90px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  background: #f2f4f9;
}
@media only screen and (min-width: 1200px) {
  .wheel-container .inner-circle {
    width: 60px;
    height: 60px;
  }
  .wheel-container .inner-circle .rotation-arrows {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.4s;
  }
}
.wheel-container .inner-circle .rotation-arrows span {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #bebdcd;
  margin: 10px auto;
  cursor: pointer;
  font-size: 0;
}
.wheel-container .inner-circle .rotation-arrows span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border: 1px solid #bebdcd;
  border-right: #fff0;
  border-bottom: #fff0;
}
.wheel-container .inner-circle .rotation-arrows span.downBtn:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wheel-container .inner-circle .rotation-arrows span:hover,
.wheel-container .inner-circle .rotation-arrows span:hover:after {
  border-color: #f41451;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  width: 125px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}
.active .ellipsis {
  color: #fff;
}
.disabled {
  pointer-events: none;
}
#popupContainer2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99991;
}
#popupContent2 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
  position: relative;
}
#closeButton2 {
  padding: 0 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  font-size: 25px;
}
#popupContainer3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99991;
}
#popupContent3 {
  background-image: url(../img/fort.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
  position: relative;
}
#closeButton3 {
  padding: 0 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}
#popupContainer6 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99991;
}
#popupContent6 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
  position: relative;
}
#closeButton6 {
  padding: 0 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}
.main-popup-content-part {
  display: flex;
  padding: 10px;
}
.main-popup-content {
  text-align: center;
  background-image: url(../img/tricolorbackdropblur.png);
  background-size: 100% 100%;
}
.main-popup-content h3 {
  color: #000;
}
#popupContainer2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99991;
}
#popupContent2 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
  position: relative;
}
#closeButton2 {
  padding: 0 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}
.cta {
  position: relative;
  padding: 19px 22px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #b3e450;
  width: 64px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #000;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #9c3;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  height: 80vh;
  margin: auto;
}
.slide {
  display: flex;
  flex: 0 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
  transform: translateX(100%);
}
.slide.active {
  transform: translateX(0);
}
.text-box {
  flex: 3;
  height: 100%;
}
.arrow {
  position: absolute;
  top: 40%;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
#prevBtn {
  left: 10px;
  color: #fc7500;
  font-size: 30px;
}
#nextBtn {
  right: 10px;
  color: #fc7500;
  font-size: 30px;
}
.know-btn a {
  background-color: #f60;
  cursor: pointer;
  border-radius: 4px;
}
.know-btn .btn-orange {
  background-position: 1% 50%;
  background-size: 300% 300%;
  color: #fff;
}
.know-btn .btn-2 {
  border: 1px solid #fff0;
  background-image: linear-gradient(
    45deg,
    transparent 0%,
    transparent 75%,
    rgb(255 255 255 / 0.8) 75%,
    transparent 100%
  );
}
.know-btn .btn-2:hover {
  border: 1px solid rgb(255 255 255 / 0.5);
  background-position: 150% top;
}
.know-btn-m a {
  background-color: #f60;
  cursor: pointer;
  border-radius: 8px;
}
.know-btn-m .btn-orange {
  background-position: 1% 50%;
  background-size: 300% 300%;
  color: #fff;
}
.btn-orange {
  flex: 1 auto;
  margin: 5px;
  padding: 7.8px 15px;
  text-align: center;
  background: #eee;
  transition: all 0.5s ease-out;
  cursor: crosshair;
}
.know-btn-m .btn-2 {
  border: 1px solid #fff0;
  background-image: linear-gradient(
    45deg,
    transparent 0%,
    transparent 75%,
    rgb(255 255 255 / 0.8) 75%,
    transparent 100%
  );
}
.know-btn-m .btn-2:hover {
  border: 1px solid rgb(255 255 255 / 0.5);
  background-position: 150% top;
}
.sector-a2 {
  width: 100%;
  display: block;
}
.button-big img {
  width: 25px;
}
.button-big {
  display: inline-block;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-big:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--opqblk);
  border-radius: 8px;
  z-index: -2;
}
.button-big:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f69a03;
  transition: all 0.3s;
  border-radius: 8px;
  z-index: -1;
}
.button-big:hover {
  color: #fff;
}
.button-big:hover:before {
  width: 100%;
}
.btn-ani3 img {
  width: 25px;
}
.btn-ani3 {
  background: none;
  background-color: var(--opqblk);
  padding: 10px;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  transform: translateY(0);
  transition: all 0.5s linear;
}
.window_slide:hover {
  box-shadow: inset 8rem 0 0 0 #f69a03, inset -8rem 0 0 0 #f69a03;
  color: #fff;
  transform: translateY(-0.5rem);
}
@media (max-width: 1100px) and (min-width: 1000px) {
  .arrow {
    top: 35%;
  }
}
