.image-wrap {
    padding: 12px;
    width: 300px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}
.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 2s ease-in-out;
}
.image-wrap:hover img {
    object-position: bottom center;
}

form {
  max-width: 550px;
  padding: 1rem;
  margin: 0 auto;
}

input, textarea {
  width: 100%;
  padding: .5rem;
  border: 1px solid silver;
}
input[type=submit] {
  padding: .5rem;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

label, small {
  font-size: small;
}

/*Package*/
.pkagwerp .navwrp {}

.tabs {
    display: none;
}
.tabs.current {
    display: block;
}
                        
.navwrp{
    margin: 0 auto;
}

.navwrp ul {
    margin: 20px 0 50px;
    display: block;
    text-align: center
}

.navwrp ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #000;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    /*border: 1px solid;*/
    font-family: 'Poppins';
    cursor: pointer;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important
}

.navwrp ul li.current,
.dropdown-item.current {
    background: -webkit-linear-gradient(0deg, #d201b5, #fe1561 50%);
    color: #fff;
    border: unset
}

.navwrp ul li:hover {
    box-shadow: 0 10px 20px rgba(254, 22, 96, 0.2);
    background: -webkit-linear-gradient(0deg, #d201b5, #fe1561 50%);
    color: #fff;
}

.dropdown-item {
    color: #212529 !important;
}

.pakge-box {
    transition: all 200ms ease-in;
    padding: 30px 20px 10px;
    border: 2px solid #ffffff;
    border-radius: 12px;
    background: #fff;
    margin: 0 0 30px
}

.pakge-box:hover {
    box-shadow: 0 0 20px 1px #f6f6f626;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    border: 1px solid #fe1561;
}

.pakge-box .pkge-name h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.pakge-box .pkge-name h2 {
    background-clip: text;
    color: #000000;
    text-align: center;
}

.pakge-box .pkge-name h2 b{
    font-size: 16px;
    font-weight: 300;
}

.pakge-box .pkge-name h2 span {
    color: #f6806b !important;
    font-size: 20px;
    text-decoration: line-through;
    display: inline-block
}

.pakge-box .pkge-name p {
    font-size: 13px;
    display: none
}

li.dropdown-toggle:hover .dropdown-menu.dropdown-menu-right.myDrop {
    display: block;
    color: #000 !important;
}

.pakge-box .detailwrp ul {
    height: 230px;
    margin: 0 0 0 -8px;
    overflow: auto;
    font-family: 'Poppins';
}

.pakge-box .detailwrp ul li {
    position: relative;
    padding: 0 0 2px 15px;
    font-size: 16px;
    color: #000000;
}

.pakge-box .detailwrp ul li.heading {
    font-size: 18px;
    color: #ee7c68;
    padding: 7px 0 10px;
    font-weight: 500
}

.pakge-box .detailwrp ul li.heading:after {
    display: none
}

.pakge-box .detailwrp ul li:after {
    content: "\f0da";
    position: absolute;
    font-family: fontawesome;
    left: 0;
    color: #d302b0;
    top: 0
}

.pakge-box .btnwrp {
    display: block;
    text-align: center;
    margin: 0 0 10px
}

.pakge-box .btnwrp {
    margin-top: 15px !important;
}

.pakge-box .btnwrp .btn-1 {
    padding: 12px 70px;
    font-size: 15px;
    border: unset;
    border-radius: 12px
}

.pakge-box .btnwrp .btn-1:hover {
    background: -webkit-linear-gradient(180deg, #d201b5, #fe1561 80%);
    color: #fff;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
}

.pakge-box .btnwrp .btn-2 {
    padding: 12px 13px;
    font-size: 15px;
    display: none;
}

.pakge-box .pakgedetail {
    display: block;
    text-align: center;
    padding: 10px 0 20px
}

.pakge-box .pakgedetail a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    display: block
}

.pakge-box .actions {
    border-radius: 0 0 24px 23px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
}

.pakge-box .actions a {
    color: #d302b0 !important;
    margin: 0 auto;
}

.pakge-box .actions span small {
    display: flex;
    color: #343a40;
    font-size: 16px;
    font-weight: 500;
}

.pakge-box .price-amount {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0 0px;
    font-family: 'Poppins';
}

.pakge-box .price-amount strike {
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    color: #000;
}

.pakge-box .price-amount h2 {
    font-size: 40px;
    font-weight: 600;
    color: #323232;
}

.pakge-box .btndiv {
    display: block;
    text-align: center;
    padding: 55px 0 0
}

.pakge-box .clintwrp {
    background: #120818;
    padding: 20px 0 30px
}