html {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  /* background-color: transparent; */
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: orangered;
  border-radius: 20px;
  border: 0px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: white;
}
p,
a,
span,
h2,
h1 {
  color: rgb(190, 190, 190);
  font-family: "Mulish";
}
p {
  font-size: 14px;
}
h2,
h1 {
  color: orangered;
}
video {
  width: 180px;
}
.head {
  display: flex;
  justify-content: space-between;
}
.mt {
  margin-top: 30px;
}
a {
  text-decoration: none;
}
.head-a {
  border: 1px solid gainsboro;
  color: orangered;
  /* text-decoration: underline; */
  padding: 5px 10px 8px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.head-a:hover {
  border: 1.5px solid orangered;
}
.hero-a {
  /* border: 1px solid gainsboro; */
  color: white;
  background-color: orangered;
  padding: 6px 20px 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.hero-a:hover {
  box-shadow: 5px 5px rgb(220, 220, 220);
}
.hero-a:active {
  background-color: black;
}

select {
  padding: 5px;
  /* border: none; */
  border: 1px solid orangered;
  border-radius: 12px;
  color: orangered;
  font-size: 15px;
  background-color: white;
  outline: none;
}
option {
  color: orangered;
  font-size: 15px;
  border-radius: 15px;
  background-color: white;
}
.closed {
  margin-left: 5vw;
}
.calls {
  margin-left: 0;
}
.row {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: -20px;
}
.mb10 {
  margin-bottom: 1px;
}
.hero {
  display: flex;
}
.hero-text {
}

.cards {
  margin-top: 25px;
}

@media only screen and (min-width: 600px) {
  .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-top,
  .card-bottom,
  .card-middle {
    width: 320px;
  }
}

.card {
  line-height: 4px;
  font-size: 13px;
  margin-bottom: 15px;
  margin-left: -20px;
}

.card-top {
  background-color: #f8ceec;
  /* background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%); */
  background: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
  position: relative;
  padding: 5px 20px;
  border-radius: 6px 6px 0 0;
  line-height: 0px;
  background-color: #f8ceec;
  background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%);
}
.card-middle {
  background-color: white;
  position: relative;
  padding: 5px 20px;
  border-radius: 0;
}
.card-bottom {
  background-color: #f8ceec;
  /* background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%); */
  background: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
  position: relative;
  padding: 5px 20px;
  border-radius: 0 0 6px 6px;
  background-color: #f8ceec;
  background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%);
}

.line {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.line2 {
  display: flex;
  width: 100%;
  padding: 0;
}

.lTxt {
  color: rgb(248, 248, 248);
  font-size: 14px;
}
.dlTxt {
  color: rgb(230, 227, 227);
  font-size: 14px;
}
.dTxt {
  color: rgb(4, 101, 126);
  color: white;
  /* color: rgb(3, 69, 85); */
  font-weight: 400;
  font-size: 14px;
}
.bTxt {
  font-weight: 600;
}
.fs10 {
  font-size: 10px;
}
.card-bottom > .line2 > p:nth-child(1) {
  flex: 0.4;
  /* min-width: 40%; */
}
.card-bottom > .line2 > p:nth-child(2) {
  flex: 0.3;
  /* min-width: 30%; */
  text-align: center;
}
.card-bottom > .line2 > p:nth-child(3) {
  flex: 0.3;
  /* min-width: 30%; */
  text-align: right;
}
.btn {
  padding: 8px 16px;
  outline: none;
  border: none;
  position: relative;
  border-radius: 25px;
  font-family: Inter;
  margin-bottom: 6px;
  font-size: 12.5px;
  cursor: pointer;
}
.btn-light {
  background-color: white;
  color: rgb(4, 101, 126);
  /* border-radius: 3px; */
}
.btn-dark {
  color: white;
  background-color: rgb(4, 101, 126);
}
.service-btns,
.type-btns {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}
.type-btns {
  font-size: 13px;
}
.txtUL {
  text-decoration: overline;
}
.ml-40 {
  margin-left: -40px;
}

html {
  /* background-color: #ededed; */
}
.plans {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan {
  border: 1px solid white;
  color: white;
  border-radius: 8px;

  background-color: #f8ceec;
  background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%);

  width: 305px;
  /* text-align: center; */
  padding: 40px;
}
.plan > p {
  color: white;
}
.plan-head > h2 {
  /* background-color: white; */
  color: white;
  margin-top: -15px;
}
@media only screen and (max-width: 700px) {
  .plans {
    flex-direction: column;
  }
  .plan {
    margin-bottom: 80px;
    width: 60vw;
  }
}
@media only screen and (min-width: 700px) {
  .plan {
    margin-right: 100px;
  }
  .mob {
    display: none;
  }
}
.white-btn {
  color: orangered;
  background-color: white;
  padding: 6px 20px 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.white-btn:hover {
  box-shadow: 5px 5px rgb(220, 220, 220);
}
.white-btn:active {
  background-color: black;
  color: white;
}

.purple-btn {
  background-color: rgb(240, 240, 240);
  color: rgb(93, 19, 100);
  padding: 6px 20px 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  border: 1px solid rgb(93, 19, 100);
  font-family: Inter;
  letter-spacing: 1px;
  height: 50px;
  /* display: flex; */
  text-align: center;
}

.gradient {
  height: fit-content;
  z-index: 3;
  width: 100%;
  max-width: 640px;
  background-image: radial-gradient(
      at 27% 37%,
      hsla(215, 98%, 61%, 1) 0px,
      transparent 0%
    ),
    radial-gradient(at 97% 21%, hsla(125, 98%, 72%, 1) 0px, transparent 50%),
    radial-gradient(at 52% 99%, hsla(354, 98%, 61%, 1) 0px, transparent 50%),
    radial-gradient(at 10% 29%, hsla(256, 96%, 67%, 1) 0px, transparent 50%),
    radial-gradient(at 97% 96%, hsla(38, 60%, 74%, 1) 0px, transparent 50%),
    radial-gradient(at 33% 50%, hsla(222, 67%, 73%, 1) 0px, transparent 50%),
    radial-gradient(at 79% 53%, hsla(343, 68%, 79%, 1) 0px, transparent 50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  filter: blur(100px) saturate(150%);
  top: 80px;
  opacity: 0.15;
}

.copyright {
  font-size: 12px;
  margin-left: 20px;
  color: orangered;
  color: gray;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: rgba(235, 235, 235, 0.788);
}
.foot {
  /* margin-left: -2vw;
        margin-right: -2vw; */
  /* background-color: rgb(248, 245, 245); */
  padding: 20px 50px;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 700px) {
  .foot {
    padding: 20px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .copyright {
    margin-left: 8px;
  }
}

.foot > a {
  color: rgb(143, 140, 143);
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
