/**
 * Price Packages
 *
 * Generated by Dreamz Page Builder on 2026-07-29.
 */

.price-packages {
	padding: 50px 0;
}
.price_packages_wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    row-gap: 32px;
}
.top_title_section {
	max-width: 856px;
	margin: 0 auto 40px auto;
}
.top_title_section h2 {
	margin-bottom: 10px;
	font-family: "Fraunces", serif;
	color: #173F3F;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 48px; /* 133.333% */
}
.top_title_section h2 strong{
	color: #0E8F96;
	font-weight: 900;
}
.top_title_section p {
	text-align: center;
}
/* Card */

.price-items,
.party_addons{
    height:100%;
}

.price_item_wrapper{
    background:#fff;
    border-radius:30px;
    padding:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border-top:10px solid #0e8a8d; 
    display:flex;
    flex-direction:column;
    height:100%;
    min-height: 555px;
    position: relative;
}

.price_logo{
    width:64px;
    height:64px;
    margin:0 auto;
	background-color: #0C8288;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.price_logo img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}


.price_item_wrapper h2 {
	font-family: "Fraunces", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
    margin-bottom:5px;
	margin-top: 20px;
}
.price_item_wrapper h2:first-of-type{
    text-align:center;
    color: #173F3F;
	text-align: center;
	
}

.price_item_wrapper h3{
   color: #E4738A;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.priceContent{
   color: #0C8288;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
}

.seprator_line{
    width:100%;
    height:1px;
    background:#F0F0F0;
    margin:24px 0;
}

/* List */

.price_desc_list_wrapper ul,
.list_of_addons ul{
    list-style:none;
    margin:0;
    padding:0;
}

.price_desc_list_wrapper li,
.list_of_addons li{
    position:relative;
    padding-left:34px;
    color: #738080;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom: 15px;
}

.price_desc_list_wrapper li:last-child,
.list_of_addons li:last-child{
    margin-bottom:0;
}

.price_desc_list_wrapper li::before
{
       content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background: url('../images/check.svg') no-repeat center center;
    background-size: contain;
}
.list_of_addons li::before{
       content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background: url('../images/white_check.svg') no-repeat center center;
    background-size: contain;
}

/* Bottom */

.bottom_content_prrice{
    margin-top:24px;
    padding:10px 12px;
   border-radius: 8px;
    background: #F0FAFA;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin-top: 20px;
}
.bottom_content_prrice p {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.bottom_content_prrice p strong {
    color: #0E8F96;
    font-weight: 700;
}
.bottom_content_prrice p:last-child{
    margin-bottom:0;
}
/* 2nd card */
.price-items:nth-child(2) .price_item_wrapper {
    border-color: #DF607E;
}
.price-items:nth-child(2) .bottom_content_prrice strong{
    color: #DF607E;
}
.price-items:nth-child(2) .bottom_content_prrice p{
     color: #738080;
}
.price-items:nth-child(2) .bottom_content_prrice{
    background-color: #FAF0F2;
}
.price-items:nth-child(2) .price_logo {
    background-color: #DF607E;
}

/* 3rd card */
.price-items:nth-child(3) .price_item_wrapper {
    border-color: #F8BC25;
}
.price-items:nth-child(3) .bottom_content_prrice strong{
    color: #F8BC25;
}
.price-items:nth-child(3) .bottom_content_prrice p{
     color: #738080;
}
.price-items:nth-child(3) .bottom_content_prrice{
    background-color: #FAF7F0;
}
.price-items:nth-child(3) .price_logo {
    background-color: #F8BC25;
}

/* 4th card */
.price-items:nth-child(4) .price_item_wrapper {
    border-color: #123F42;
}
.price-items:nth-child(4) .bottom_content_prrice strong{
    color: #123F42;
}
.price-items:nth-child(4) .bottom_content_prrice p{
     color: #123F42;
}
.price-items:nth-child(4) .bottom_content_prrice{
    background-color: #F0F9FA;
}
.price-items:nth-child(4) .price_logo {
    background-color: #123F42;
}



/* Party Addons */

.party_addons{
    background:#0d3d43;
    color:#fff;
    border-radius:30px;
    padding:35px 30px;
    display:flex;
    flex-direction:column;
      border-top:10px solid #D85E7B; 
}
.party_addons.price-items .price_logo {
    background: #D85E7B;
}

.party_addons img{
        width: 24px;
    height: 24px;
    object-fit: contain;
}
.party_addons h2{
    text-align:center;
}
.party_addons.price-items h2 {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #ffffff;
}
.party_addons.price-items h3 {
    color: #E4738A;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.party_addons.price-items p {
    color: #FFF;
    text-align: center;
    font-family:"Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.party_addons li {
    color: #fff;
     font-family:"Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.party_addons .seprator_line{
    background:rgba(255,255,255,0.30);
}

.party_addons li{
    color:#fff;
}

/* Button */

.price_bottom_wrapper{
    text-align:center;
    margin-top:50px;
}

.price_bottom_wrapper p{
    margin-top:20px;
}
.price_bottom_wrapper a{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.price_bottom_wrapper a svg{
    width:11px;
    height:11px;
    flex-shrink:0;
}

/* Tablet */
@media(max-width:1199px){

     .price-packages .top_title_section h2 {
        font-size: 32px;
        line-height: 42px;
    }

}
@media (min-width: 1025px) and (max-width: 1086px) {

.price_item_wrapper {
    min-height: 600px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
    .price_item_wrapper {
        min-height: 570px;
    }
    .price_desc_list_wrapper li, .list_of_addons li {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .seprator_line {
        margin: 15px 0;
    }
    .price_logo {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:991px){

    .price_packages_wrapper{
        grid-template-columns:repeat(2,1fr);
    }
     .price-packages .top_title_section h2 {
        font-size: 28px;
        line-height: 38px;
    }


}

/* Mobile */

@media(max-width:767px){

    .price-packages{
        padding:60px 0;
    }

    .price_packages_wrapper{
        grid-template-columns:1fr;
        gap:20px;
    }

    .price_item_wrapper,
    .party_addons{
        padding:20px;
    }

    .price_item_wrapper h2:first-of-type{
        font-size:22px;
    }

    .price_item_wrapper h3,
    .party_addons h2:nth-of-type(2){
        font-size:34px;
    }
    .price-packages .top_title_section h2 {
        font-size: 24px;
        line-height: 34px;
    }

}