/* ====================================== */
main {
  padding: 2rem 1rem;
}

.hero {
  padding: 2rem 0;
}
.hero .flex div {
  width: 45%;
  margin: 1rem 0;
}
.hero h1 {
  font-size: 40px;
}
.h-text {
  /* max-width: 500px; */
  font-size: 18px;
  line-height: 1.5;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
}
.flex-1,
.flex-2 {
  width: 45%;
  margin: 2rem 0;
}
.compact {
  padding: 2rem 0;
}
.compact ul li {
  margin-bottom: 1rem;
}
.compact strong {
  font-size: 25px;
  font-weight: 500;
}
.compact strong span {
  font-size: 30px;
}
.compact li p {
  font-size: 16px;
  line-height: 1.5;
}
.requirement {
  padding: 2rem 0;
}
.requirement h1 {
  max-width: 500px;
}
.requirement .flex {
  align-items: stretch;
  gap: 4%;
}
.requirement .flex-1,
.requirement .flex-2 {
  /* border: 1px solid #d4d4d45a; */
  padding: 1rem;
  border-radius: 10px;
  width: 48%;
  /* cursor: pointer; */
}
.requirement .img-container {
  display: block;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.img-container img {
  transition: all 0.9s ease-in-out;
}
.r1:hover .img-container img {
  transform: scale(1.2);
}
.r2:hover .img-container img {
  transform: scale(1.2);
}
.requirement h2 {
  font-size: 30px;
}
.requirement p {
  font-size: 18px;
}

.why {
  padding: 2rem 0;
  margin-top: 2rem;
}
.why h1 {
  max-width: 600px;
}
.why ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
  padding: 2rem 0;
}
.why li {
  width: 45%;
  /* border: 1px solid #d4d4d45a; */
  /* border-radius: 100px; */
  padding: 3%;
  margin-bottom: 1rem;
  background-color: #06060632;
}
.why li strong {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
}
.why li p {
  font-size: 20px;
}
.why img {
  mix-blend-mode: exclusion;
  background-color: #151515;
  animation: slow-down 10s linear infinite;
}
@keyframes slow-down {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pricing {
  padding: 2rem 0;
}
.pricing .btn {
  padding: 15px 3rem;
}
.p-text {
  font-size: 25px;
  max-width: 800px;
  text-align: center;
  line-height: 1.8;
  margin: auto;
}
.calculator {
  max-width: 500px;
  margin: 2rem auto;
  box-shadow: 4px 4px 5px #31313172;
  border-radius: 10px;
  border: 1px solid #1a1a1a;
}
.c-head {
  background-color: #000000;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #202020;
}
.c-head h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.c-head p {
  font-size: 14px;
}
.highlight {
  display: inline-block;
  background: #313131;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}
.c-input {
  background-color: #000000;
  padding: 2rem 1rem;
}
.input-group {
  margin-bottom: 20px;
}
.c-input label {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}

.c-input input {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s;
  box-sizing: border-box;
  background-color: #313131;
  color: #ffffff;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.c-input input:focus {
  outline: none;
  border-color: #bbbbbb;
}

.c-input input::placeholder {
  color: #bbbbbb;
}

.result {
  background: #313131;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 24px;
  transition: all 0.3s ease;
}

.result-value {
  font-size: 30px;
  font-weight: 800;
  margin: 8px 0;
  color: #ffffff;
  word-wrap: break-word;
  padding: 1rem 0;
}

.result-label {
  font-size: 14px;
  color: #bbbbbb;
}

.col-group {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 5%;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.col {
  width: 30%;
  min-height: 500px;
  /* border: 1px solid #d4d4d45a; */
  background-color: #060606;
  border-radius: 15px;
  padding: 2rem 1rem;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.col:hover {
  background-color: #ffffff;
  color: #000000;
}

.col h3 {
  font-size: 25px;
  text-align: start;
  font-weight: 800;
}

.col ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.col li {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}
.col strong {
  font-size: 25px;
  display: block;
  margin-bottom: 1rem;
}
.loader {
  margin: 1rem 0;
  margin-left: 1.5rem;
}
.col small {
  font-size: 15px;
  font-weight: 600;
}

.c-sales a {
  background-color: yellow;
  color: #000000;
  width: 100%;
}

.ft {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  left: 1rem;
}

.col a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  margin-top: 1rem;
  border-radius: 10px;
  font-weight: 500 !important;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
/* .col:hover .ft a{
    background-color: #000000 !important;
    color: #ffffff !important;
} */

.p-compact a {
  background-color: red;
  color: #ffffff;
}
.p-plus a {
  background-color: blue;
  color: #ffffff;
}

.start {
  padding: 1rem;
  margin-top: 2rem;
}
.start h2 {
  font-size: 35px;
}
.start p {
  font-size: 18px;
  font-weight: 500;
}
/* #package {
  pointer-events: none;
} */
.help-box {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  max-width: 300px;
  line-height: 1.8;
  z-index: 999;
}
.help-box p {
  text-align: center;
}
.help-box a {
  display: block;
  text-align: center;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 868px) {
  .col-group {
    gap: 4%;
  }
  .col {
    width: 48%;
  }
  .flex-1,
  .flex-2 {
    width: 100% !important;
    margin: 1rem 0;
  }
  .hero .flex div {
    width: 100% !important;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .why {
    padding: 2rem 0;
    margin-top: 0;
  }
  .why li {
    border-radius: 50px;
  }
}
/* @media (max-width: 768px) {
  
  } */
@media (max-width: 600px) {
  h1 {
    max-width: 100% !important;
  }
  .col-group {
    gap: 4%;
  }
  .col {
    width: 100%;
  }
  .why li {
    border-radius: 10px;
    width: 100%;
  }
  .p-text {
    font-size: 18px;
  }
  .c-head h2 {
    font-size: 20px !important;
  }
}
