/* :root {
  --primary: #3f61ab;
  --secondary: #494d5b;
} */
/* .secondSub {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    var('/Users/webdeveloper2/Desktop/bennewtemplate/assets/bg.jpg') center
      center;
  background-size: cover cover;
  color: red;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  background-blend-mode: screen multiply;
} */

/* * {
  border: 1px solid red;
} */

body{
  color:#333;
}

.fade.in {
  opacity:1;
  transition: .15s linear;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  top:5% !important;
  margin-top:0 !important;
  right:25px !important;
}

.youtube-container {
    display: flex;
    justify-content: center;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.preicons {
  display: block;
  text-align: right;
  margin-top: -25px;
}
td{
  border-right: black solid 2px;
}

.prephoneemail {
  margin-top: 15px;
}

.chart {
  width: 50%;
  float: left;
  display: grid;
  gap: 1em;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: 1fr minmax(0, 3fr);
  grid-template-areas:
    'a h'
    'a c'
    'a f';
  height: calc(100vh - 2em);
  /*width: calc(100vw - 2em);  not necessary, but just to be explicit */
  height: 400px;
  margin: 1em;
  max-width: 950px;
  border: 1px solid #134369;
  border-radius: 10px;
  margin: 2%;
}

.chart div {
  grid-column: 1/4;
  grid-row: 2/3;
}
.chart h3 {
  background: var(--color-1);
  color: #000;
  line-height: 1.3;
  padding: 0.2em;
  text-align: center;
  grid-row: 1/2;
  grid-column: 1/4;
  text-align: center;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 150px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

@media only screen and (max-width: 480px) {
.hero{
  /* margin-top:50px; */
}
}

@media only screen and (max-width: 680px) {
.video{
  width: 80vw!important;
}
.introSection{
  /* margin-top: 35px; */
}
.remove-top {
  margin-top: 0 !important;
}
.remove-bottom {
  margin-bottom: 0 !important;
}
}

@media only screen and (max-width: 992px) {
.videotag{
  text-align: center;
}
}

@media only screen and (max-width: 1200px) {
.videotag{
  text-align: center;
}
}


@media only screen and (max-width: 1800px) {
.videotag{
  text-align: center;
}
}

@media only screen and (max-width: 2200px) {
.videotag{
  text-align: center;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
  button.close {
    font-size:3rem !important;
  }
}

@media all and (max-width: 599px) {
  button.close {
    font-size:2.5rem !important;
  }
  .bottom-signup {
    width:75%;
  }
  .list-element {
    font-size:1.25rem;
  }
}
