@charset "utf-8";
.mainpackage-sec {
  width: 100%;
  padding: 100px 0;
  background: #000101;
}
.packageheding h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.packageheding p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  font-family: "calibri", sans-serif;
}
.mainpackage-sec .row .col-lg-4 {
  margin-top: 7px;
  margin-bottom: 20px;
}
.packagemain-col {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid #fff;
  padding: 25px 25px 50px;
  position: relative;
}
.pkgtitle-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
}
.pkgtitle,
.pkgprice {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Maqin Larisa Display";
}
.packagedata {
  margin: 0;
  padding: 0 0 20px;
}
.packagedata ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding: 3px 0 3px 20px;
  font-family: "calibri", sans-serif;
  position: relative;
}
.packagedata ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: #f36c21;
  position: absolute;
  left: 0;
  top: 14px;
}
.packagebtn {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 9;
}
.packagebtn:hover {
  color: #f36c21;
}
.packageicon {
  position: absolute;
  right: 25px;
  bottom: 25px;
  max-width: 60px;
  max-height: 60px;
}

/*-------------------------------- Responsive Media Query --------------------------------*/

@media (max-width: 1199px) {
  .mainpackage-sec {
    padding: 50px 0;
  }
  .packageheding h2 {
    font-size: 30px;
  }
  .pkgtitle,
  .pkgprice {
    font-size: 24px;
  }
  .packagebtn {
    font-size: 16px;
  }
}
