html,
body {
    background-color: #F3F3F3;
    font-size: 24px;
}

a:hover {
    color: var(--primary-color);
}

.primary-color {
    color: var(--primary-color) !important;
}

.bg-gray {
    background: var(--gray-color);
}

figure {
    margin-bottom: 0;
}

.object-fit {
    display: block;
    overflow: hidden;
    position: relative;
}

.object-fit:before {
    content: "";
    display: block;
    width: 100%;
}

.object-fit>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.text-primary-gradient {
    background: #EC4596;
    background: -webkit-linear-gradient(to right, #EC4596 0%, #EC4596 40%, #8F3C9C 100%);
    background: -moz-linear-gradient(to right, #EC4596 0%, #EC4596 40%, #8F3C9C 100%);
    background: linear-gradient(to right, #EC4596 0%, #EC4596 40%, #8F3C9C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ads {
    background-color: #e5e5e5;
    padding: 35px 0;
    margin: 0 auto;
}
.ads img {
    margin: 0 auto;
    display: block;
    max-width: 95%;
    height: auto;
}

.register-btn {
    border-radius: 8px;
    font-size: 36px;
    line-height: 62px;
    padding: 0px;
    font-family: 'true_boldregular';
	width: 100%;
}

.register-btn:hover {
    color: #FFF;
}

.hero {
  width: 100%;
	position: relative;
	background: linear-gradient(-90deg, #EC4596 33.45%, #8F3C9C 100%);
}

.hero img {
	max-width: 100%;
	opacity: 0.2;
}

.hero .object-fit:before {
    padding-bottom: 46.86%;
}
.hero h3 {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 60px;
	line-height: 70px;
	font-family: 'true_boldregular';
}
.hero .sc-inner {
	text-align: center;
	position: absolute;
	position: absolute;
    left: 0;
    top: 120px;
    right: 0;
}
.hero .btn-white {
	padding: 10px 20px;
    background: #FFF;
    border-radius: 25px;
	font-family: 'true_boldregular';
	margin-bottom: 14px;
	display: inline-block;
	font-size: 32px;
	transition: all 0.5s;
	cursor: default;
}
a.btn-white:hover {
    box-shadow: 2px 0 10px rgb(0 0 0 / 20%);
}

.package {
	margin-top: -253px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.card {
	border: 0;
	border-radius: 20px;
	height: 100%;
}
.package .row > [class*='col-']{
	margin-bottom: 36px;
}
.package-item {
	transition: all 1s;
}
.package-item:hover {
	box-shadow: 5px 0 10px rgb(0 0 0 / 10%);
}
.package-item h2 {
	color:  var(--primary-color);
	font-size: 40px;
	line-height: 42px;
	font-family: 'true_boldregular';
	padding: 33px 35px 11px;
	text-shadow: 2px 0 10px rgb(0 0 0 / 10%);
	margin-bottom: 0;
	height: 83px;
}
.package-item:hover h2,.package-item h2:hover {
    background: linear-gradient(to right, #EC4596 0%, #8F3C9C 100%);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    transition: color 1s ease-in-out;
    position: relative;
}
@keyframes rainbow {
    0% {
        background-position: left
    }
    25% {
        background-position: right
    }
    50% {
        background-position: left
    }
    70% {
        background-position: right
    }
    100% {
        background-position: left
    }
}

.package-item .object-fit:before{
	padding-bottom: 38.888%
}

.package .package-item .item-detail ul {
	padding-top: 28px;
}

.package-item .item-detail ul {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
	margin-bottom: 0;
}
.package-item .item-detail li {
	margin-bottom: 10px;
}
.package-item .item-detail li:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/checkmark.svg);
    background-size: cover;
	margin-top: 2px;
	position: absolute;
	left: 0;
}
.package-item .item-detail {
	margin: 30px 30px 35px;
	min-height: 275px;
	max-height: 275px;
    position: relative;
	overflow: hidden;
}
.package-item .item-price:before{
	content: '';
	width: calc(100% - 70px);
	height: 1px;
	border-top: 1px dashed #9a9a9a;
	display: block;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.package-item .item-price {
	position: relative;
    padding: 24px 22px;
	width: 100%;
}
.package-item .item-price .price {
	font-family: 'true_boldregular';
	color: #0B0914;
	font-size: 48px;
	text-align: center;
	margin-bottom: 34px;
}
.package-item .item-price .price small {
	font-family: 'true_mediumregular';
	font-size: 24px;
}
.package-recommend {
	height: 100%;
	padding: 40px;
	background-color: var(--primary-color);
	color: #FFF;
	background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.package-recommend picture {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.package-recommend picture img {
	border-radius: 20px;
    width: 100%;
}
    
.package-recommend h3 {
	font-size: 32px;
	margin: 0;
    line-height: 20px;
	
}
.package-recommend h2 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 48px;
	font-family: 'true_boldregular';
	height: 74px;
}
.explore-package {
	padding: 80px 0 90px;
	background-image: url(../images/package-explore-bg.jpg);
	background-size: cover;
	background-position: top center;
	box-shadow: 5px 0 5px rgb(0 0 0 / 5%);
}
.explore-package .heading {
    font-size: 62px;
    line-height: 48px;
    font-family: 'true_bold_specialregular';
	margin-bottom: 74px;
}
.package-item h2,
.explore-package .item-detail ul {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.package-item h2 {
	-webkit-line-clamp: 1;
	height: 82px;
}
.explore-package .package-item h2 {
	font-size: 33px;
	height: 74px;
	line-height: 35px;
}
.explore-package .item-detail ul{
    -webkit-line-clamp: 4;
	height: 100px;
}
.explore-package .package-item {
	box-shadow: 5px 0 10px rgb(0 0 0 / 10%);
}
.explore-package .package-item .item-detail {
	min-height: 106px;
	max-height: 106px;
}
.explore-package .package-item .item-price .price {
	margin-bottom: 0;
}
.explore-package  .row > [class*='col-'] {
    margin-bottom: 27px;
}
.modal-dialog {
    max-width: 100%;
    margin: 0;
}
#register_modal .modal-dialog .modal-content {
    padding: 25px 60px 70px;
}
.askmore {
	margin: 23px 0;
	background: #FFF;
	padding: 56px 0 68px;
}
.askmore h2.modal-title {
	width: 100%;
	font-family: 'true_bold_specialregular';
	font-size: 48px;
	line-height: 1;
    margin-bottom: 10px;
	text-transform: uppercase;
}

.askmore p.tagline {
    font-size: 30px;
    line-height: 1;
	color: #979797;
}

.askmore input[type="radio"] {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-appearance: none;
	z-index: 1;
	cursor: pointer;
}

.askmore .form-control {
	position: relative;
	background-color: #FFF;
	border: 1px solid #D1D7E7;
	font-size: 22px;
}
.askmore input[type="radio"]:checked+.card {
	border-color: var(--primary-color);
}
.askmore label {
	font-family: 'true_boldregular';
	color: #21284F;
	font-size: 24px;
	margin-bottom: 10px;
}
.askmore .field {
    width: 49%;
}
.askmore select.form-select {
    width: 47%;
}
.askmore .form-control.form-radio {
    background-color: transparent;
    padding: 0;
}
.askmore .btn-close {
	background-image: url(../images/close.svg);
    position: absolute;
    right: 0;
    top: 10px;
	color: transparent;
	opacity: 1;
	cursor: pointer;
}
.askmore .channel p {
	background: #F3F3F3;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 22px;
    line-height: 1;
}
.askmore .channel.channel-tel p {
	line-height: 44px;
}
.askmore .register-btn {
	margin: 42px auto 0;
	display: block;
	width: auto;
    line-height: 54px;
    padding: 0 165px;
}

@media (max-width: 1399.98px) {
	.hero h3 {
		font-size: 50px;
		line-height: 1;
	}
	.package {
		margin-top: -217px;
	}
	.package-item h2 {
		font-size: 38px;
		height: 80px;
	}
	.package-item .item-price .price {
		font-size: 44px;
	}
	.register-btn {
		font-size: 34px;
		line-height: 56px;
	}
	.explore-package .package-item h2 {
	    font-size: 30px;
	    padding-left: 15px;
	    padding-right: 15px;
			line-height: 35px;
	}
}

@media (max-width: 1199.98px) {
	html, body {
	    font-size: 22px;
	}
	.hero .sc-inner {
		top: 90px;
	}
	.hero h3 {
		font-size: 40px;
	}
	.package {
	    margin-top: -192px;
	}
	.package-item h2 {
	    font-size: 33px;
		height: 73px;
	}
	.package-item .item-detail {
		margin-left: 20px;
		margin-right: 20px;
	}
	.package-item .item-detail li:before {
		margin-top: 5px;
		width: 15px;
		height: 15px;
	}
	.package-item .item-price .price {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.register-btn {
	    font-size: 30px;
	    line-height: 52px;
	}
	.explore-package .heading {
		margin-bottom: 50px;
	}
	.explore-package {
		padding: 60px 0 70px;
	}
	.explore-package .package-item h2 {
		font-size: 25px;
		height: 63px;
		
	}
	#register_modal .modal-dialog .modal-content {
	    padding: 25px 10px 70px;
	}
}
@media (max-width: 991.98px) {
	.package {
	    margin-top: -77px;
	}
	.askmore .field:last-child {
		margin-bottom: 0;
	}
	.askmore .field {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.askmore h2.modal-title {
		font-size: 34px;
	}
	.askmore  p.tagline {
		font-size: 22px;
	}
	
}
@media (max-width: 767.98px) {
	html, body {
	    font-size: 20px;
	}
	.package {
	    margin-top: -96px;
	}
	.hero .sc-inner {
		top: 24px;
	}
	.hero .btn-white {
		padding: 8px 16px;
		font-size: 24px;
		line-height: 25px;
	}
	.hero h3 {
	    font-size: 30px;
	}
	.package-recommend picture {
		position: relative;
		width: calc(100% + 80px);
	    margin: 0 -40px -40px;
	    border-radius: 0;
	}
	.seemore {
	    transform: rotate(90deg);
	    margin-top: 10px;
	}
	.package {
	    margin-top: -55px;
	}
	.package-item .item-detail {
		min-height: unset;
		max-height: unset;
	    margin: 18px 20px 35px;
	}
	.package-item .item-price {
	    padding: 25px 22px;
	}
	.package-item .item-price .price{
		margin-bottom: 20px;
	}
	
	.package .row > [class*='col-'] {
	    margin-bottom: 16px;
	}
	.package-item h2 {
		font-size: 30px;
		margin-bottom: 0;
		height: 70px;
	}
	.package-item .item-detail li:before {
		width: 15px;
		height: 15px;
		margin-top: 5px;
	}
	.package-item .item-price:before {
	    width: calc(100% - 40px);
	}
	.package-item .item-price .price {
		font-size: 32px;
	}
	.explore-package .package-item h2 {
	    font-size: 30px;
		height: 70px;
	}
	.register-btn {
	    font-size: 26px;
	    line-height: 51px;
	    padding: 0;
	}
	.package-recommend h3 {
	    font-size: 28px;
		line-height: 32px;
	}
	.package-recommend p {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.explore-package .heading {
		font-size: 32px;
	}
	.explore-package .heading {
	    margin-bottom: 25px;
	}
	.explore-package {
	    padding: 25px 0 60px;
		background-size: 168% auto;
	}
	
	.askmore .register-btn {
		width: 100%;
	}
	
}

@media (max-width: 470px) {
	.package {
		margin-top: -8%;
	}
}

@media (max-width: 400px) {
	.hero .sc-inner {
	    top: 18px;
	}

	.package {
		margin-top: -10px;
	}
}