:root {
  --BLACK: #000000;
  --WHITE: #FFFFFF;
  --MINT_GREEN: #BEEFE9;
  --DARK_MINT_GREEN: #80E3D7;
}

@font-face {
  font-family: Albertus;
  src: url("../fonts/albr55w.ttf");
}

@font-face {
  font-family: VAGRoundedRegular;
  src: url("../fonts/VAGRoundedRegular.ttf");
}

.vag-font {
  font-family: VAGRoundedRegular;
}

.navbar {
  background-color: var(--BLACK);
  padding: 5px 16px;
}

.nav-link.active {
  font-weight: bold;
}

.navbar .nav-link {
  line-height: 1;
  padding: 5px !important;
}

.logo {
  display: inline-block;
  height: 45px;
  width: 45px;
}

.logo img {
  height: 100%;
  width: 100%;
}

footer {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  background-color: var(--BLACK);
  color: var(--WHITE);
}

footer p {
  margin: 0;
}

 .pricer-board {
  max-width: 980px;
  margin: 1.2rem auto;
  background-color: var(--WHITE);
  font-family: Arial, sans-serif;
  color: var(--BLACK);
        overflow:hidden;
}

.pricer-title {
  font-family: Albertus;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.12;
}

.pricer-subtitle {
  font-family: Albertus;
  margin: 0 0 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.pricer-signup-btn {
  font-family: VAGRoundedRegular;
  padding: 0.36rem 2.4rem;
  border: 1px solid var(--BLACK);
  border-radius: 8px;
  font-size: 1.2rem;
  color: var(--BLACK);
}

/*.pricer-flow {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  min-height: 670px;
}

.pricer-track {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  z-index: 1;
}

.pricer-track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 122px;
  height: 462px;
  width: 1px;
  background: var(--BLACK);
  transform: translateX(-50%);
  z-index: 0;
}

.pricer-track::after {
  content: "";
  position: absolute;
  left: calc(50% + 60px);
  top: 212px;
  height: 287px;
  width: 1px;
  background: var(--BLACK);
  transform: translateX(-50%);
  z-index: 0;
}

.pricer-hex {
  position: relative;
  width: 106px;
  height: 110px;
  clip-path: polygon(50% 0%, 95% 24%, 95% 76%, 50% 100%, 5% 76%, 5% 24%);
  background: var(--MINT_GREEN);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Albertus;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.3rem;
  z-index: 2;
}

.pricer-hex + .pricer-hex {
  margin-top: -22px;
}

.pricer-hex:nth-child(2n) {
  transform: translateX(60px);
}

.pricer-hex:nth-last-child(-n+4) {
  background: var(--DARK_MINT_GREEN);
}

.pricer-side {
  position: absolute;
  width: 38%; */
  /* color: var(--BLACK); */
  /* font-size: 1.1rem; */
  /* padding-top: 20px; */
  /* font-family: VAGRoundedRegular; */
  /* line-height: 1.15;
}

.pricer-side span {
  display: block;
}


.pricer-side-left {
  left: 1%;
  text-align: left;
}

.pricer-side-left::after {
  right: -108px;
  transform: rotate(29deg);
  transform-origin: right center;
}

.pricer-side-right {
  right: 0;
  text-align: right;
}

.pricer-side-right::before {
  left: -20px;
}

.pricer-side-right::after {
  left: -70px;
  transform: rotate(-30deg);
  transform-origin: left center;
}

.pricer-side-1 {
  top: 62px;
}

.pricer-side-1.pricer-side-right {
  top: 23%;
  padding-right: 20px
}

.pricer-side-1.pricer-side-left::before,
.pricer-side-1.pricer-side-left::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--BLACK);
}

.pricer-side-1.pricer-side-left::before {
  top: 0px;
  width: 100%;
}

.pricer-side-1.pricer-side-left::after {
  top: 60px;
  width: 123px;
}

.pricer-side-1.pricer-side-right::before,
.pricer-side-1.pricer-side-right::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--BLACK);
}

.pricer-side-1.pricer-side-right::before {
  top: 0;
  width: 95%;
  right: 0;
  left:auto;
}

.pricer-side-1.pricer-side-right::after {
  top: 60px;
  width: 123px;
}

.pricer-side-2 {
  top: 248px;
}

.pricer-side-2.pricer-side-right {
  top: 336px;
}

.pricer-side-2.pricer-side-left::before,
.pricer-side-2.pricer-side-left::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--BLACK);
}

.pricer-side-2.pricer-side-left::before {
  top: -3px;
  width: 100%;
}

.pricer-side-2.pricer-side-left::after {
  top: 56px;
  width: 123px;
}

.pricer-side-2.pricer-side-right::before,
.pricer-side-2.pricer-side-right::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--BLACK);
}

.pricer-side-2.pricer-side-right::before {
  top: 0;
  width: 100%;
  left: 0;
}

.pricer-side-2.pricer-side-right::after {
  top: 56px;
  width: 123px;
}*/

.pricer-bottom-line {
  height: 1px;
  margin: 0 auto 10px;
  background: var(--BLACK);
}

.pricer-tractor-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -42px;
  margin-bottom: 10px;
}

.pricer-diamond {
  position: absolute;
  top: 20px;
  width: 380px;
  height: 150px;
  background: var(--DARK_MINT_GREEN);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.pricer-tractor {
  position: relative;
  width: 160px;
  left:4px;
  height: auto;
  z-index: 2;
}

.pricer-cta-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -20px auto 0;
  background-color: rgba(190, 239, 233, 0.42);
  top: 80px;
  min-height: 56px;
  padding: 0 14px;
  border-bottom: 1px solid var(--BLACK);
  overflow: visible;
}

.pricer-cta-left,
.pricer-cta-right {
  position: relative;
  font-family: Albertus;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--BLACK);
  line-height: 1;
  z-index: 2;
}

.pricer-cta-left {
  text-align: left;
}

.pricer-cta-right {
  text-align: right;
}

.pricer-cta-row::before,
.pricer-cta-row::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: var(--BLACK);
  z-index: 1;
}

.pricer-cta-row::before {
  top: -6px;
  left: calc(50% - 137px);
  transform: rotate(-24deg);
  transform-origin: right center;
}

.pricer-cta-row::after {
  top: -6px;
  right: calc(50% - 137px);
  transform: rotate(24deg);
  transform-origin: left center;
}

.pricer-bottom-signup {
  margin-top: 8px;
}
.right-hex::after {
  content: "";
    position: absolute;
    height: 1px;
    background: var(--BLACK);
    bottom:0;
    left:0;
    width:100%;
    transform: rotate(-29deg);
    transform-origin: right center;
} 

/* @media (max-width: 1100px) {
  .pricer-title {
    font-size: 2rem;
  }

  .pricer-side {
    font-size: 1.4rem;
  }

  .pricer-cta-left,
  .pricer-cta-right {
    font-size: 1.4rem;
  }
} */


.pricer-flow {
  display: flex;
    flex-direction: column;
    justify-content: center;
    flex:1;

}


.pricer-track.left-track {
    position:relative;
}

.pricer-track.left-track::after {
  position:absolute;
  top:24%;
  left:0;
  right:0;
  margin:0 auto;
  content:"";
  width:1px;
  height:60%;
  border-left:1px solid var(--BLACK);
}


.pricer-track.right-track {
  margin-top:90px;
  margin-left:-45px;
  position:relative;
}

.pricer-track.right-track::after {
  position:absolute;
  top:27%;
  left:0;
  right:0;
  margin:0 auto;
  content:"";
  width:1px;
  height:50%;
  border-left:1px solid var(--BLACK);
}
.pricer-hex {
  position: relative;
  width: 106px;
  height: 110px;
  margin:70px 0;
  clip-path: polygon(50% 0%, 95% 24%, 95% 76%, 50% 100%, 5% 76%, 5% 24%);
  background: var(--MINT_GREEN);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Albertus;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.3rem;
  z-index: 2;
}

.left-hex::after{
  content: "";
    position: absolute;
    height: 100%;
    border-left: 1px solid var(--BLACK);
    bottom: -34%;
    right: 95%;
    width: 1px;
    transform: rotate(-60deg);
    transform-origin: right center;
}

.left-hex::before{
 content:"";
    position: absolute;
    height: 1px;
    border-top: 1px solid var(--BLACK);
    top: 65px;
    right: 139%;
    width: 37vw;

}



.right-hex::before{
 content:"";
    position: absolute;
    height: 1px;
    border-top: 1px solid var(--BLACK);
    top: 64px;
    left: 139%;
    width: 37vw;

}

.right-hex::after{
  content: "";
    position: absolute;
    height: 100%;
    border-left: 1px solid var(--BLACK);
    bottom: -34%;
    left: 95%;
    width: 1px;
    transform: rotate(60deg);
    transform-origin: right center;
}
.pricer-side-right {
  text-align:right;
  position:relative;
}
.pricer-side-left {
  text-align:left;
  position:relative;
}

.pricer-side-right.pricer-side-1 {
  margin-top:-97px;
}

.pricer-side-right.pricer-side-2 {
  margin-top:156px;
}

.pricer-side-left.pricer-side-1 {
  margin-top:-276px;
}

.pricer-side-left.pricer-side-2 {
     margin-top: 132px;
}


@media (max-width:768px) {
  .pricer-side-left.pricer-side-1,
  .pricer-side-left.pricer-side-2,
  .pricer-side-right.pricer-side-1,
  .pricer-side-right.pricer-side-2 {
    font-size:14px;
  }
  .pricer-diamond {
        width: 290px;
    height: 145px;
    top:38px;
  }
  .pricer-tractor {
    width:124px;
    top:30px;
  }
  .pricer-bottom-signup {
    margin-top: 80px;
}
}

@media (max-width:575px) {
  .pricer-side-left.pricer-side-1,
  .pricer-side-left.pricer-side-2,
  .pricer-side-right.pricer-side-1,
  .pricer-side-right.pricer-side-2 {
    font-size:12px;
  }
  .pricer-hex {
        width: 91px;
    height: 95px;
    font-size:13px;
  }
  .right-hex::after {
    height: 78%;
    bottom: -29%;
    left: 85%;
  }
    .left-hex::after {
    height: 78%;
    bottom: -29%;
    right: 85%;
  }

.left-hex::before {
top: 67px;
        right: 120%;
}

  .pricer-side-right.pricer-side-1 {
    margin-top: -64px;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 146px;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -234px;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 127px;
}

.right-hex::before {
      top: 66px;
    left: 120%;
}
.right-hex::before {
      top: 66px;
    right: 120%;
}
.pricer-cta-left, .pricer-cta-right {
  font-size:1rem;
}
.pricer-tractor {
  width:100px;
}
.pricer-diamond {
  width:230px;
  top:24px;
}
.pricer-cta-row::before, .pricer-cta-row::after {
      width: 114px;
}
.pricer-cta-row::after {
    top: 9px;
    right: calc(50% - 85px);
}
.pricer-cta-row::before {
   top: 9px;
    left: calc(50% - 85px);
}
.pricer-cta-left, .pricer-cta-right {
  font-size:1.1rem;
}
}

@media (max-width:490px) {
   .pricer-side-right.pricer-side-1 {
    margin-top: -40%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 75%;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -135%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 62%;
}
    .pricer-cta-left, .pricer-cta-right {
        font-size: 1rem;
        width: 60px !important;
    }
    .pricer-diamond {
      width: 180px;
        top: 51px;
        height:120px;
    }
    .pricer-tractor {
      width: 90px;
        top: 54px;
              left: 4px;
    }
        .pricer-bottom-signup {
        margin-top: 91px;
    }
}

@media (max-width:475px) {
   .pricer-side-right.pricer-side-1 {
    margin-top: -44%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 77%;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -148%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 67%;
}
}

@media (max-width:436px) {
  .pricer-side-right.pricer-side-1 {
    margin-top: -36%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 88%;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -153%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 79%;
}
}

@media (max-width:420px) {

.pricer-side-left.pricer-side-1 {
    margin-top: -155%;
}

}

@media (max-width:390px) {
  .pricer-side-right.pricer-side-1 {
    margin-top: -34%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 106%;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -177%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 72%;
}
}

@media (max-width:384px) {
    .pricer-side-right.pricer-side-1 {
    margin-top: -34%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 106%;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -177%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 60%;
}
}

@media (max-width:376px) {
    .pricer-side-right.pricer-side-1 {
    margin-top: -42%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 106%;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -192%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 60%;
}
}
@media (max-width:361px) {
    .pricer-side-right.pricer-side-1 {
    margin-top: -44%;
}
  .pricer-side-right.pricer-side-2 {
    margin-top: 114 %;
  }

.pricer-side-left.pricer-side-1 {
    margin-top: -206%;
}

  .pricer-side-left.pricer-side-2 {
    margin-top: 68%;
}
}