.package_show {
  padding: 3.8rem 0 7.3rem;
}
.package_show .flex {
  margin-top: 2.8rem;
}
.package_show .lt {
  width: 47.01388889%;
  position: sticky;
  top: 150px;
}
.package_show .swiper_box > div {
  position: static;
}
.package_show .package_show_gallery_swiper {
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.package_show .package_show_gallery_swiper a.glightbox {
  cursor: zoom-in;
}
.package_show .package_show_gallery_swiper .img {
  display: block;
  padding-bottom: 72.4444444%;
}
.package_show .package_show_gallery_swiper .img.img_ab img {
  width: 70.963%;
  height: 97.956%;
  left: 15.2593%;
}
.package_show .package_show_thumbs_swiper {
  overflow: hidden;
  margin: 2.7rem -1px 0;
  padding: 1px;
}
.package_show .package_show_thumbs_swiper .swiper-slide {
  border: 1px solid #e0e0e0;
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.package_show .package_show_thumbs_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.package_show .package_show_thumbs_swiper .swiper-slide:hover .img.img_ct img {
  transform: translate(-50%, -50%) scale(1.1);
}
.package_show .package_show_thumbs_swiper .swiper-slide-thumb-active {
  border-color: #c0a05c;
  box-shadow: 0 0 0 1px #c0a05c;
}
.package_show .package_show_thumbs_swiper .img {
  padding-bottom: 100%;
  overflow: hidden;
}
.package_show .package_show_thumbs_swiper .img.img_ct img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 87.25490196%;
  height: 87.25490196%;
}
.package_show .ad_lis {
  margin-top: 1.5rem;
}
.package_show .ad_lis li + li {
  border-top: 1px solid #e0e0e0;
}
.package_show .ad_lis li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: start;
  gap: 3.3rem;
  padding: 1.3rem 0 3.2rem;
}
.package_show .ad_lis .icon,
.package_show .ad_lis .icon.icon_ab { 
  height: 7rem;
  padding-bottom: 0;
  position: relative;
}
.package_show .ad_lis .icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.package_show .ad_lis li .info {
  margin-top: 0.9rem;
}
.package_show .ad_lis li .info strong {
  font-size: 2.2rem;
  font-weight: 500;
}
.package_show .ad_lis li .info p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #635e59;
  margin-top: 0.8rem;
}
.package_show .rt {
  flex: 1;
  width: 100%;
  max-width: 66.4rem;
  padding-top: 1rem;
}
.package_show .head h1 {
  font-size: 4rem;
  font-weight: 500;
}
.package_show .head p {
  margin-top: 1.6rem;
}
.package_show .head .purpose {
  color: var(--text);
  margin-top: 0.9rem;
}
.package_show .head .pricing {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 2.2rem;
}
.package_show .head .metas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.2rem 0;
  margin-top: 0.3rem;
}
.package_show .head .metas strong {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  padding-left: 1.07143em;
}
.package_show .head .metas strong::before {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0.5em;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.package_show .head .metas p {
  font-size: inherit;
  line-height: normal;
  color: #6e665a;
  margin: 0;
  text-align: right;
}
.package_show .features_form {
  margin-top: 4.6rem;
}
.package_show .features_form .wpcf7 {
  display: contents;
}
.package_show .features_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem 0;
}
.package_show .features_form span {
  width: 100%;
}
.package_show .features_form .col-3 {
  width: 31.92771084%;
}
.package_show .features_form .col-4 {
  width: 27.56024096%;
}
.package_show .features_form .wpcf7-spinner {
  width: auto;
  flex: none;
}
.package_show .features_form .label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
}
.package_show .features_form .label i {
  color: var(--primary);
}
.package_show .features_form input,
.package_show .features_form textarea,
.package_show .features_form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6e665a;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  transition: border-color 0.2s;
  height: 4.3rem;
  padding: 0 1.7rem;
}
.package_show .features_form input::placeholder,
.package_show .features_form textarea::placeholder,
.package_show .features_form select::placeholder {
  color: #6e665a;
  opacity: 0.85;
}
.package_show .features_form input:focus,
.package_show .features_form textarea:focus,
.package_show .features_form select:focus,
.package_show .features_form input.focus,
.package_show .features_form textarea.focus,
.package_show .features_form select.focus {
  border-color: var(--secondary);
}
.package_show .features_form input:not([type=submit]),
.package_show .features_form textarea:not([type=submit]),
.package_show .features_form select:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.package_show .features_form select {
  outline: none;
  background: url("../img/icon-select.svg") no-repeat center right 1.7rem/1.3rem;
  padding-right: 3.5rem;
}
.package_show .features_form .wpcf7-form-control-wrap {
  display: block;
  margin: -1px 0 -2px;
}
.package_show .features_form .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.package_show .features_form .wpcf7-form-control-wrap .wpcf7-form-control span {
  width: auto;
}
.package_show .features_form .wpcf7-form-control-wrap .wpcf7-list-item input {
  display: none;
}
.package_show .features_form .wpcf7-form-control-wrap .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #f7f4ed;
  border-color: var(--secondary);
  color: var(--title);
  font-weight: 600;
}
.package_show .features_form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  color: #6e665a;
  border: 1px solid #e0e0e0;
  font-size: 1.5rem;
  line-height: 4.1rem;
  padding: 0 1.9rem;
}
.package_show .features_form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label:hover {
  background-color: rgba(247, 244, 237, 0.5);
}
.package_show .features_form .num {
  margin-top: 1.3rem;
}
.package_show .features_form .num select {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  color: var(--title);
  height: 4.9rem;
  padding-left: 1.9rem;
  background-position-x: right 2rem;
  padding-right: 4rem;
}
.package_show .features_form span:has(input[type=submit]) {
  flex: 1;
  margin-left: 1.8rem;
  margin-top: 1.3rem;
}
.package_show .features_form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  font-size: 1.6rem;
  height: 4.8rem;
  padding: 0 2rem;
}
.package_show .features_form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.package_nav {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.package_nav .nav {
  margin-bottom: -2px;
}
.package_nav .nav .nav_list {
  gap: 2rem 3.4%;
}
.package_nav .nav .nav_item {
  border-bottom-width: 3px;
  padding: 2.1rem 0 1.7rem;
}
.package_nav .nav .nav_item.active {
  margin-right: 0.4rem;
}
.package_details {
  padding: 10.7rem 0 4.7rem;
}
.package_details .package_details_swiper {
  overflow: hidden;
  margin-top: 5.6rem;
}
.package_details .item {
  display: block;
  height: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4.4rem;
}
.package_details .item .icon {
  width: 5.2rem;
  height: 5.2rem;
  margin-left: 0.9rem;
}
.package_details .item .info {
  margin-top: 2.7rem;
}
.package_details .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.package_details .item .info p {
  max-width: 43rem;
  margin-top: 1.5rem;
}
.package_options {
  padding: 4.7rem 0 13.2rem;
}
.package_options .flex + .flex {
  margin-top: 6.3rem;
}
.package_options .row_reverse p {
  max-width: 57.3rem;
}
.package_options .img {
  width: 47.84722222%;
  --h: 68.06966618%;
}
.package_options .head {
  flex: 1;
  width: 100%;
  max-width: 57.3rem;
  padding-bottom: 3.2%;
}
.package_options .hd_h2 {
  max-width: 37.8rem;
}
.package_options p {
  max-width: 54rem;
  margin-top: 3.3rem;
}
.package_process {
  background-color: var(--bg);
  padding: 12rem 0 9.9rem;
}
.package_process .package_process_swiper {
  overflow: hidden;
  margin-top: 3.1rem;
}
.package_process .package_process_swiper .swiper-wrapper {
  counter-reset: process;
}
.package_process .item {
  display: block;
  height: 100%;
}
.package_process .item:hover img {
  transform: scale(1.03);
}
.package_process .item .img {
  background-color: #fff;
  padding-bottom: 58.07860262%;
}
.package_process .item .info {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  margin-top: 3.3rem;
  gap: 0 2rem;
}
.package_process .item .info::before {
  display: block;
  font-size: 7.891rem;
  font-weight: 500;
  opacity: 0.17;
  line-height: 1;
  counter-increment: process;
  content: counter(process);
  min-width: 0.95045em;
  grid-row: span 2;
  margin-top: 2px;
}
.package_process .item .info h3,
.package_process .item .info p {
  grid-column: 2;
}
.package_process .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.package_process .item .info p {
  margin-top: 1.5rem;
}
.package_available {
  padding: 12.6rem 0 9.2rem;
}
.package_available .swiper_btns {
  margin-bottom: 1.2rem;
}
.package_available .package_available_swiper {
  margin-top: 6rem;
  overflow: hidden;
}
.package_available .item {
  display: block;
  height: 100%;
}
.package_available .item:hover img {
  transform: scale(1.03);
}
.package_available .item:hover .title {
  text-decoration-color: var(--title);
}
.package_available .item .img {
  padding-bottom: 78.0058651%;
}
.package_available .item .title {
  font-size: 2.2rem;
  font-weight: 500;
  text-decoration: underline transparent;
  text-decoration-thickness: 1px;
  margin-top: 2.5rem;
  transition: all 0.3s;
}
.package_related {
  padding: 9.1rem 0 9.8rem;
}
.package_related .head {
  padding-bottom: 0.8rem;
}
.package_related .package_related_swiper {
  overflow: hidden;
  margin-top: 6.6rem;
}
.package_related .center:has(.btn) {
  margin-top: 6.1rem;
}
.package_related .center:has(.btn) .btn {
  line-height: 5rem;
  min-width: 18.9rem;
}
.page_faqs {
  padding: 10.7rem 0 10.5rem;
}
.footer_contact {
  position: relative;
  overflow: hidden;
  background: #2e2a26;
}
.footer_contact::before {
  content: "";
  position: absolute;
  width: 108.07292%;
  padding-bottom: 193.22917%;
  left: 50%;
  top: 50%;
  background: radial-gradient(ellipse at 38% 48%, #7a6742, #2e2a26 60%);
  transform: translate(-50%, -50%) rotate(45.736deg);
  pointer-events: none;
}
.footer_contact .flex {
  min-height: 48.8rem;
  padding: 6rem 0;
}
.footer_contact .head {
  flex: 1;
  margin-top: 1.2%;
}
.footer_contact h2 {
  max-width: 65.3rem;
}
.footer_contact p {
  max-width: 50rem;
  margin-top: 2rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.5rem;
  gap: 2.7rem;
}
.footer_contact .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
  padding: 0 2.85rem;
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.40625% 0;
}
@media screen and (max-width: 768px) {
  .package_show {
    padding: 20px 0 40px;
  }
  .package_show .flex {
    margin-top: 20px;
  }
  .package_show .package_show_thumbs_swiper {
    margin-top: 14px;
  }
  .package_show .ad_lis {
    margin-top: 16px;
  }
  .package_show .ad_lis li {
    grid-template-columns: 40px 1fr;
    gap: 16px;
    padding: 14px 0;
  }
  .package_show .ad_lis li .info {
    margin-top: 0;
  }
  .package_show .ad_lis li .info strong {
    font-size: 18px;
  }
  .package_show .ad_lis li .info p {
    font-size: 14px;
    margin-top: 5px;
  }
  .package_show .rt {
    padding-top: 0;
  }
  .package_show .head h1 {
    font-size: 30px;
  }
  .package_show .head .purpose {
    margin-top: 8px;
  }
  .package_show .head .pricing {
    font-size: 24px;
    margin-top: 16px;
  }
  .package_show .head p {
    margin-top: 12px;
  }
  .package_show .head .metas {
    grid-template-columns: 1fr;
    font-size: 13px;
    padding: 10px 0;
    margin-top: 5px;
    gap: 10px;
  }
  .package_show .head .metas p {
    text-align: left;
  }
  .package_show .features_form {
    margin-top: 24px;
  }
  .package_show .features_form form {
    gap: 16px 0;
  }
  .package_show .features_form .col-3,
  .package_show .features_form .col-4 {
    width: 100%;
  }
  .package_show .features_form .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .package_show .features_form input,
  .package_show .features_form textarea,
  .package_show .features_form select {
    height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }
  .package_show .features_form select {
    padding-right: 40px;
    background-size: 10px;
    background-position-x: right 14px;
  }
  .package_show .features_form .wpcf7-form-control-wrap {
    margin: 0;
  }
  .package_show .features_form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 36px;
    padding: 0 14px;
  }
  .package_show .features_form .num {
    margin: 0;
  }
  .package_show .features_form .num select {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    height: 46px;
    background-position-x: right 14px;
  }
  .package_show .features_form span:has(input[type=submit]) {
    margin: 4px 0 0;
  }
  .package_show .features_form input[type=submit] {
    font-size: 14px;
    height: 46px;
  }
  .package_nav .nav_list {
    gap: 20px;
  }
  .package_nav .nav_item {
    padding: 14px 0;
  }
  .package_nav .nav_item.active {
    margin-right: 0;
  }
  .package_details {
    overflow: hidden;
    padding: 50px 0;
  }
  .package_details .package_details_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .package_details .item {
    padding-bottom: 20px;
  }
  .package_details .item .icon {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
  .package_details .item .info {
    margin-top: 16px;
  }
  .package_details .item .info h3 {
    font-size: 20px;
  }
  .package_details .item .info p {
    margin-top: 10px;
  }
  .package_options {
    padding: 50px 0;
  }
  .package_options .flex + .flex {
    margin-top: 30px;
  }
  .package_options .head {
    padding: 0;
  }
  .package_process {
    padding: 50px 0;
    overflow: hidden;
  }
  .package_process .package_process_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .package_process .item .info {
    margin-top: 16px;
    gap: 0 10px;
  }
  .package_process .item .info::before {
    font-size: 40px;
    margin: 0;
  }
  .package_process .item .info h3 {
    font-size: 20px;
  }
  .package_process .item .info p {
    margin-top: 5px;
  }
  .package_process .item .info p br {
    display: none;
  }
  .package_available {
    padding: 50px 0;
    overflow: hidden;
  }
  .package_available .swiper_btns {
    margin: 0;
  }
  .package_available .package_available_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .package_available .item .title {
    font-size: 20px;
    margin-top: 16px;
  }
  .package_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .package_related .head {
    padding: 0;
  }
  .package_related .package_related_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .package_related .center:has(.btn) {
    margin-top: 30px;
  }
  .package_related .center:has(.btn) .btn {
    min-width: unset;
    line-height: 42px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .package_show .lt {
    width: 100%;
    position: static;
  }
  .package_show .head .metas {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .package_show .head .metas p {
    text-align: left;
  }
  .package_options .flex {
    flex-direction: column;
  }
  .package_options .flex .img,
  .package_options .flex .head {
    width: 100%;
    max-width: unset;
  }
  .footer_contact::before {
    width: 150%;
  }
}
