/* home banner section css start */

section.home-banner {
  position: relative;
  background-image: url("./img/price-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: 75vh;
}

section.home-banner .home-cont {
  align-self: center;
  padding: 150px 50px;
  position: relative;
}

section.home-banner .home-cont .hero-head {
  padding: 30px;
}

section.home-banner .home-cont .hero-head h6 {
  color: var(--other-color);
}

section.home-banner .home-cont .hero-head h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}


/* price icon box */

section.price-icon {
    padding: 60px 66px;
    position: relative;
}


.prcbx {
    position: relative;
     width: 32% !important;
}

.prc-row {
    gap: 0 20px;
}

.prc-img img {
    width: 110px;
}

.prccont-icnbox {
    align-self: center;
}

.prccont-icnbox h5 {
    font-weight: 700;
    font-size: 18px;
}

/* subscription section start  */


section.subscription {
    padding: 60px 12px;
    background: var(--lt-bg-color);
}

section.subscription .row.subs-align {
    padding: 0 54px;
}

section.subscription .card.subs {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    border: none;
}

section.subscription .card.subs .card-body {
    padding: 40px 0;
}

section.subscription .subscribe-head {
    padding-bottom: 50px;
}

section.subscription .subscribe-head p {
    text-align: center;
    text-transform: uppercase;
    color: var(--other-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

section.subscription .subscribe-head h2 {
    text-align: center;
    width: 40%;
    margin: auto;
    color: var(--heading-color);
    font-size: 45px;
    font-weight: 700;
}

section.subscription p.substitl {
    text-align: center;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    width: 30%;
    margin: auto;
    border-radius: 25px;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

section.subscription h5.card-title {
    text-align: center;
    font-size: 55px;
    padding: 30px 0 0;
    font-weight: 600;
}

section.subscription h5.card-title sup {
    font-size: 35px;
    font-weight: 600;
}

section.subscription p.card-cont {
    text-align: center;
    width: 60%;
    margin: auto;
    color: #717580;
}

section.subscription a.chospckg {
  text-decoration: none;
  margin: 30px auto 15px;
  display: block;
  background: var(--btn-color);
  color: var(--white-color);
  padding: 18px 26px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  width: 43%;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Hover effect on text */
section.subscription a.chospckg::after {
  content: "Choose package";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.4s ease;
  color: var(--white-color);
}

/* Hide original text during transition */
section.subscription a.chospckg:hover {
  color: transparent;
}

/* Animate in the :after text on hover */
section.subscription a.chospckg:hover::after {
  transform: translateY(-50%);
  opacity: 1;
}



section.subscription h6 {
    font-size: 13px;
    text-align: center;
    color: #717582;
    margin-bottom: 20px;
}

section.subscription p.srvcprovid-atv {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    color: #717582;
    font-size: 16px;
}

section.subscription p.srvcprovid-dsbl {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    color: #71758099;
    font-size: 16px;
}

section.subscription a.get-quotebtn {
    display: flex;
    align-items: center;
    color: var(--heading-color);
    margin-top: 20px;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

section.subscription a.get-quotebtn:hover {
    color: var(--other-color);
}


/* happy customer section start  */


section.hpycstmr {
    padding: 60px 12px 10px;
}


section.hpycstmr .row {
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
}

section.hpycstmr .col-lg-4 {
    /* border: 2px solid red; */
}

h4.totlcstmr {
    font-size: 28px;
    font-weight: 600;
}

.hpycnt-sec,
.hpyrtcount {
    display: flex;
}

.hpycstmr-icon i {
    font-size: 22px;
    color: #FD961E;
}

.hpyrtcount {
    padding: 0 0 0 20px;
}

.hpyrtcount h5 {
    font-size: 24px;
    font-weight: 600;
}

.hpyrtcount h5 span {
    border-bottom: 2px solid var(--heading-color);
}


/* review section start */

section.review_sec {
    padding: 0px 100px 20px;    
}

section.review_sec .review {
    padding: 60px 0 40px;    
    cursor: url(./img/cursor-testy.png), auto;
}

.review.inner {
    background-color: transparent;
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}

.item {
    border-radius: 5px;
    border:1px solid #e4e4e4;
}

section.review_sec .owl-carousel .owl-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.d-item .rvw-cont {
    padding-bottom: 10px;
}

.rvw-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.rvw-cont p {
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
}

.review-nmrt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-top: 1px solid #e4e4e4;
}

.review-nmrt h5 {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
}

.review-nmrt .rating i {
    color: #fd961e;
}


.review-cta {
    justify-content: center;
}

.rvwcta-cont {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* border: 2px solid red; */
}

.rvwcta-cont h6.rvw-hurray {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black-color);
    padding: 8px 16px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    font-weight: 600;
}

.rvwcta-cont h5{
    font-size: 18px;
    font-weight: 400;
}

.rvwcta-cont h5 a {
    color: var(--heading-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--heading-color);
    transition: all 0.3s ease;
}

.rvwcta-cont h5 a:hover{
    color: var(--other-color);
    border-bottom: 1px solid var(--other-color);
}

/* review section End */

