/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.div_box_contents {
  margin: 0 10px 45px 10px;
  display: block;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.div_box_contents .wrapper {
  /* padding: 0 30px 40px 60px; */
  position: relative;
  display: flex;
}
.div_box_contents .wrapper.blog {
  padding: 0 20px 30px 20px;
}
.div_box_contents .text-wrapper {
  width: 70%;
}
.div_box_contents figure {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  /* margin-bottom: 30px; */
  margin: auto;
  width: 30%;
}
.div_box_contents figure img {
  height: 14rem;
  width: 100%;
  object-fit: cover; /* Menyesuaikan gambar agar terisi secara proporsional */
  object-position: center; /* Posisi objek gambar di tengah */
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 12px 0px 12px rgba(0, 0, 0, 0.5);
}
.div_box_contents figure em {
  position: absolute;
  z-index: 4;
  left: 0px;
  background-color: #24262d;
  color: #fff;
  padding: 10px 15px;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
.div_box_contents small {
  font-weight: 600;
  color: #ddd;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 40px;
  display: block;
  width: 150%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  position: absolute;
  letter-spacing: 2px;
}
.div_box_contents small:after {
  background-color: #eee;
  width: 100%;
  height: 1px;
  content: "";
  display: inline-block;
  margin: 4px;
}
.div_box_contents h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.div_box_contents p {
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
}
.div_box_contents .icon {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.div_box_contents .entry-meta span {
  padding: 0 8px 0 0;
  position: relative;
  font-size: 12px;
  color: #333;
}
.div_box_contents .entry-meta span:before {
  color: #333;
  content: "|";
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.div_box_contents .entry-meta span:last-child:before {
  display: none;
}
.div_box_contents em {
  font-style: normal;
  font-weight: 600;
  position: relative;
}

.div_box_contents:hover em:before {
  width: 100%;
  background-color: #333;
}

.div_box_contents:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.table tbody tr:hover {
  background-color: #fff;
  font-weight: bold;
}

.information-border {
  background-color: #faf8f5;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  transition: transform 0.3s ease; /* Menambahkan transisi untuk animasi halus */
  margin-bottom: 10px;
}

.information-border:hover {
  transform: scale(1.05); /* Membesarkan elemen ketika di-hover */
}

.price-onclick {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  color: #1e76ba;
}

.price-onclick:hover {
  color: #000;
}

.price_menu {
  display: none;
  overflow: hidden;
}

/* Keyframes for slide down animation */
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 1000px;
    opacity: 1;
  }
}

/* Keyframes for slide up animation */
@keyframes slideUp {
  from {
    max-height: 1000px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

/* Classes to control the animations */
.slide-down {
  display: block;
  animation: slideDown 0.5s forwards;
}

.slide-up {
  display: block;
  animation: slideUp 0.5s forwards;
}

.p-40 {
  padding: 40px 0 0 0;
}

@media (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .p-40 {
    padding: 0 0 0 0;
  }
}

a.box_cat_tours {
  display: block;
  margin-bottom: 25px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  a.box_cat_tours {
    height: 400px;
  }
}
a.box_cat_tours .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 10% 30px;
  color: #000;
  left: 0;
  bottom: -75px;
  padding-bottom: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  /* background: linear-gradient(to bottom, transparent, #000); */
  background: #fff;
  border-radius: 10px;
}
a.box_cat_tours .info h2 {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
a.box_cat_tours .info small {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #000;
}
a.box_cat_tours .info h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 15px;
}
a.box_cat_tours .info span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  opacity: 0;
  position: relative;
}
a.box_cat_tours .info span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #000;
}
a.box_cat_tours .info span:hover {
  border-color: transparent;
}
a.box_cat_tours figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
a.box_cat_tours:hover .info {
  -webkit-transform: translate(0, -65px);
  -moz-transform: translate(0, -65px);
  -ms-transform: translate(0, -65px);
  -o-transform: translate(0, -65px);
  transform: translate(0, -65px);
}
a.box_cat_tours:hover .info span {
  opacity: 1;
}
a.box_cat_tours:hover .info span:before {
  width: 100%;
}
a.box_cat_tours:hover .background-image {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tagslider__wrap1 .cmntag__item {
  margin-top: 60px;
  margin-bottom: 30px;
}

.tagslider__wrap2 .cmntag__item {
  margin-bottom: 60px;
}

.cmntag__item {
  font-size: 18px;
  color: var(--title);
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  padding: 20px 10px;
  border-radius: 100px;
  box-shadow: 0px 4px 55px 0px rgba(69, 105, 231, 0.15);
  background: var(--white);
  transition: all 0.4s;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cmntag__item .game__controller {
  min-width: 40px !important;
  height: 40px;
}
.cmntag__item .game__controller img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmntag__item:hover {
  background: var(--base);
  color: var(--white);
}
@media (max-width: 1399px) {
  .cmntag__item {
    padding: 15px 8px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cmntag__item {
    padding: 15px 8px;
    font-size: 14px;
  }
}

.progress-wrap-back {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .progress-wrap-back {
    display: none !important;
  }
}
.progress-wrap-back.active-progress {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap-back::after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\F12C";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: red;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap-back:hover::after {
  color: red;
}
.progress-wrap-back svg path {
  fill: none;
}
.progress-wrap-back svg.progress-circle path {
  stroke: red;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap-backtour {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .progress-wrap-backtour {
    display: none !important;
  }
}
.progress-wrap-backtour.active-progress {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap-backtour::after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\F12C";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: red;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap-backtour:hover::after {
  color: red;
}
.progress-wrap-backtour svg path {
  fill: none;
}
.progress-wrap-backtour svg.progress-circle path {
  stroke: red;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.accordion .card {
  border: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.accordion .card .card-header {
  background-color: #fff;
  padding: 20px;
  border: 0;
  border-radius: 10px;
}

.accordion .card-body {
  padding: 40px 20px;
}

.accordion .card-header h3 {
  font-size: 26px;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #333;
}

.accordion .card-header h3 a {
  border: 0;
  display: block;
  color: #333;
}

.accordion .card-header h3 a i.indicator {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  font-weight: normal;
  float: right;
  color: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion .card-header h3 a.collapsed i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 992px) {
  .contact-m20 {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-h3 a {
    font-size: 1.4rem;
  }

  .mobile-h3 .indicator {
    display: none;
  }
}

/* start mini-size-img */
.mini-size,
.big-size {
  transition: left 0.5s ease, top 0.5s ease, width 0.5s ease, height 0.5s ease,
    box-shadow 0.5s ease, border 1s ease 0.1s;
}

.big-size {
  position: absolute;
  left: 0px;
  top: 0;
  width: auto;
  height: 100%;
  border: 0 solid transparent;
}

.big-size {
  position: absolute;
  left: 0px;
  top: 0;
  width: auto;
  height: 100%;
  border: 0 solid transparent;
}

.mini-size:hover {
  filter: brightness(100%);
  transition: filter 0.5s ease;
}

.mini-size.hover-effect {
  filter: brightness(100%);
  transition: filter 0.5s ease;
}

.mini-size {
  position: absolute;
  left: -170px;
  top: 27%;
  height: 63%;
  width: auto;
  border: 4px solid white;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  animation: slide-up 0.5s ease forwards;
  filter: brightness(85%);
  transition: filter 0.5s ease;
}

@media only screen and (max-width: 1200px) {
  .mini-size {
    left: -140px;
  }
}

@media screen and (max-width: 991px) {
  .mini-size {
    left: 45px;
  }

  .big-size {
    left: 10.8rem;
  }
}

@media screen and (max-width: 772px) {
  .mini-size {
    left: 15px;
  }

  .big-size {
    left: 7.7rem;
  }
}

@media screen and (max-width: 550px) {
  .big-size {
    left: 6.8rem;
  }
}

@media screen and (max-width: 470px) {
  .big-size {
    left: 6.4rem;
  }
}

@media screen and (max-width: 450px) {
  .big-size {
    left: 6rem;
  }
}

@media screen and (max-width: 420px) {
  .big-size {
    left: 5.6rem;
  }
}

@media screen and (max-width: 400px) {
  .big-size {
    left: 5.3rem;
  }
}

@media screen and (max-width: 380px) {
  .big-size {
    left: 5rem;
  }
}

@media screen and (max-width: 350px) {
  .big-size {
    left: 4.6rem;
  }
}

@keyframes slide-up {
  from {
    transform: translateY(20%);
  }

  to {
    transform: translateY(0);
  }
}
/* end mini-size */

/* start service */
.feature-block_one-image {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px;
  cursor: pointer;
  border-radius: 18px;
  min-height: auto;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.feature-header {
  display: flex;
  align-items: center;
}

.feature-header .feature-block_one-heading {
  font-weight: 700;
  color: black;
  margin-top: 15px;
  width: 70%;
}

.feature-header img {
  display: flex;
  filter: invert(0.4);
  -webkit-transform-style: preserve-3d;
  width: 30%;
}

.feature-block_one-text {
  position: relative;
  line-height: 26px;
  color: black;
  font-size: 16px;
  margin-top: 15px;
  text-align: start !important;
}

.feature-block_one-image:hover {
  background-color: #faf8f5;
  transform: scale(1.05);
}

.feature-block_one-image:hover .feature-block_one-heading,
.feature-block_one-image:hover .feature-block_one-text {
  transition: color 0.2s ease;
}

@media only screen and (max-width: 600px) {
  .feature-block_one-image {
    background-color: #faf8f5;
  }
}
/* end service */

/* start package-details */
.mid-col {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

@media screen and (max-width: 600px) {
  .mid-col {
    border-left: none;
    border-right: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px 0;
  }
}

/* tour itenary */
.days-outer {
  position: relative;
}

.day-box {
  position: relative;
  margin-bottom: 20px;
}

.day-box .title {
  position: relative;
  color: #505050;
  font-size: 16px;
  font-weight: 600;
  padding-left: 35px;
}

.day-box .day-text {
  position: relative;
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  padding-left: 35px;
}

.day-box .day-text:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #dedede;
}
/* end package-details  */

/* start customers */
.melali-partners__logo-wrapper2 {
  padding: 0.75rem;
  border: 1px solid #d4d4d8;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  min-height: 100%;
}

.melali-partners__logo2 {
  max-height: 80px;
  max-width: 80%;
}
/* end customers */

/* start portofolio */

.text-portofolio {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -10px;
  z-index: 999;
  background: linear-gradient(to bottom, transparent, #000);
  cursor: pointer;
  padding: 35px 15px 25px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: scale(1);
  opacity: 1;
}

.text-portofolio h6 {
  color: white;
}

.item:hover .text-portofolio {
  transform: scale(0.8);
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  .item-img .content {
    display: none;
  }
}
/* end portofolio */

/* start package details */
@media only screen and (max-width: 767px) {
  .span-hotel {
    min-width: 23%;
  }

  .hide-mobile-span {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .span-hotel {
    min-width: 30%;
  }
}
/* end package details */

/* start mouse-left */
#img-big {
  transition: all 0.8s ease-in-out;
}

#img-big:hover {
  position: relative;
  z-index: 99999 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.mouse-left-clicked_wp {
  position: absolute;
  bottom: 125px;
  left: 45px;
  text-align: left;
  width: 30px;
  z-index: 999;
}

@media screen and (max-width: 1399px) {
  .mouse-left-clicked_wp {
    bottom: 110px;
    left: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .mouse-left-clicked_wp {
    bottom: 105 px;
    left: 0;
  }
}

@media screen and (max-width: 990px) {
  .mouse-left-clicked_wp {
    bottom: 130px;
    left: 330px;
  }
}

@media screen and (max-width: 772px) {
  .mouse-left-clicked_wp {
    display: none;
    bottom: 110px;
    left: 35px;
  }
}

.mouse-left-clicked {
  background: white;
  width: 30px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: mouseClick 5s linear infinite;
}

.mouse-left-clicked:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 54px;
  background-color: #222a30;
  border-radius: 100px;
}

.mouse-left-clicked:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 20px;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 80px 0 0 0;
  animation: clickBallColor 2s linear infinite;
}

@keyframes mouseClick {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  10%,
  40%,
  60%,
  90% {
    transform: translateY(8px);
  }

  20%,
  80% {
    transform: translateY(-4px);
  }
}

@keyframes clickBallColor {
  0% {
    background-color: #bfbfbf;
  }

  12.5% {
    background-color: #9e9e9e;
  }

  25% {
    background-color: #7e7e7e;
  }

  37.5% {
    background-color: #5e5e5e;
  }

  50% {
    background-color: #222a30;
  }

  62.5% {
    background-color: #5e5e5e;
  }

  75% {
    background-color: #7e7e7e;
  }

  87.5% {
    background-color: #9e9e9e;
  }

  100% {
    background-color: #bfbfbf;
  }
}
/* end mouse-left */

.big-menu-title {
  font-weight: 700 !important;
}

@media screen and (min-width: 1400px) {
  .big-menu {
    display: flex !important;
  }

  .big-menu li {
    min-width: 160px !important;
  }

  .big-menu li:hover > .fixed-a {
    padding-left: 15px !important;
  }

  .big-submenu {
    position: relative !important;
    border: none !important;
    top: 0 !important;
    box-shadow: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    min-width: max-content !important;
  }

  .big-submenu li a {
    color: #848484 !important;
  }

  .big-submenu li:hover > a {
    padding-left: 20px !important;
  }

  .big-submenu::before {
    content: none;
    display: none;
  }

  .divide-line {
    width: 0.5px;
    background-color: #ededed;
    margin: 50px 8px 10px;
  }

  .big-menu-title {
    border-bottom: 2px solid #ededed !important;
  }

  .big-submenu li a {
    border-bottom: 1px solid #ededed !important;
  }
}

/* past supported event */
.scroll-wrapper {
  overflow-x: scroll;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 4px;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #1e76ba;
  border-radius: 4px;
}

.scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #4b514d;
}

.scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* price package style */
.inner {
  width: 100%;
  margin: -8px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 98;
}

.package_block {
  width: 100%;
  margin: 0;
  padding: 25px 30px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #1e76ba;
}

.package_block h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
}

.package_block h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.package_block .price {
  display: block;
  margin: 20px 0 10px;
  padding: 0;
  font-size: 45px;
  color: #555;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.package_block .price .price-text {
  display: flex;
  justify-content: center;
  align-items: end;
}

.package_block .price .price-text .inner-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: start;
  margin-bottom: 5px;
}

.package_block .price .price-text .inner-text span {
  font-size: 0.7rem;
  margin-bottom: 5px;
}

.package_block .price .price-buttom {
  font-size: 0.6rem;
}

.package_block .price .price-text h4 {
  font-size: 45px;
  color: #555;
  font-weight: 700;
}

.package_block .price .price-text small {
  font-size: 16px;
  color: #959599;
  font-weight: 300;
}

.package_block .price small {
  font-size: 16px;
  color: #959599;
  font-weight: 300;
}

.package_block.first {
  border-radius: 10px 0 0 10px;
}

.package_block.last {
  border-radius: 0 10px 10px 0;
}

.owl-item.active.center {
  position: relative;
  z-index: 999;
}

.owl-item.active.center .package_block {
  width: 98%;
  padding: 25px 80px;
  margin: auto;
  background-color: #1e76ba;
  background-image: url("../images/plan-bg dmc.png");
  background-size: cover;
  border: 0;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-item.active.center .package_block h3 {
  color: #b2deff;
}

.owl-item.active.center .package_block h4 {
  color: #b2deff;
}

.owl-item.active.center .package_block .price {
  color: #fff;
}

.owl-item.active.center .package_block .price small {
  color: #fff;
  opacity: 0.7;
}

.owl-item.active.center .radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.owl-item.active.center .radial-out:hover {
  background: #fff;
  color: #000;
}

.owl-carousel.owl-drag .owl-item {
  padding: 30px 0 40px 0;
}

.owl-carousel .owl-dots {
  width: 100%;
  margin: 32px 0 -5px 0;
  padding: 0;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.owl-carousel .owl-dot {
  margin: 0 5px;
  display: inline-block;
}

.owl-carousel .owl-dot span {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dot.active span {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* responsive-pricing */
@media (max-width: 1366px) {
  .global_title {
    font-size: 40px;
    line-height: 28px;
  }

  .package_block .price {
    font-size: 40px;
  }

  .package_block h3 {
    font-size: 20px;
  }

  .owl-carousel .owl-dots {
    margin: 22px 0 -5px 0;
  }
}

@media (max-width: 1199px) {
  .global_title {
    font-size: 37px;
  }
}

@media (max-width: 991px) {
  section {
    width: 100%;
    margin: 0px;
    padding: 50px 0;
  }

  .global_title {
    margin: 0 0 35px 0;
    line-height: 21px;
    font-size: 30px;
  }

  .owl-carousel.owl-drag .owl-item {
    padding: 20px 0 40px 0;
  }

  .inner {
    margin: 0;
    padding: 0;
  }

  .package_block h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  ul.package_list li {
    margin: 0 0 10px 0;
  }

  .package_block .price {
    font-size: 38px;
  }

  .package_block .price small {
    font-size: 14px;
  }

  .sec_pricing .package_block.middle:before {
    display: none;
  }

  .sec_pricing {
    padding-bottom: 40px;
  }

  .package_block h3 {
    margin-bottom: 5px;
  }

  .package_inn {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  section {
    width: 100%;
    margin: 0px;
    padding: 40px 0;
  }

  .global_title {
    margin: 0 0 30px 0;
  }

  .inner {
    margin: -2px 0 0 0;
  }

  .package_block {
    text-align: center;
  }

  .owl-item.active.center .package_block {
    width: 100%;
  }

  .package_block .price {
    font-size: 25px;
  }

  .sec_pricing .package_block .top_info h3 {
    margin: 0;
  }

  .third_pricing .package_block .top_info:before {
    height: 40px;
  }

  .third_pricing .package_block .top_info {
    padding: 25px 30px 38px 30px;
  }

  .package_inn .package_block.select {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }

  .package_inn .inner {
    padding: 0 10%;
  }

  .package_inn .package_block {
    margin-bottom: 30px;
  }

  .package_inn {
    padding-bottom: 15px;
  }

  .sec_pricing .package_block .top_info:before {
    height: 20px;
  }

  .sec_pricing .package_block .top_info {
    padding: 25px 30px 20px 30px;
  }

  .sec_pricing {
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .global_title {
    font-size: 26px;
    line-height: 18px;
  }

  .inner {
    padding: 0;
  }

  .owl-item.active.center .package_block {
    padding: 25px 20px;
  }

  .owl-item.active.center .package_block .price {
    margin-bottom: 10px;
  }

  .package_inn .inner {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .owl-carousel.owl-drag .owl-item {
    padding: 20px 0;
  }

  .owl-carousel .owl-dots,
  .team_sec .owl-carousel .owl-dots {
    margin: 18px 0 -5px 0;
  }

  .package_block h3,
  .owl-item.active.center .package_block .price {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .owl-item.active.center .package_block {
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }

  .owl-carousel.owl-drag .owl-item {
    padding: 0;
  }

  .owl-item.active.center:before {
    display: none;
  }
}

/* add text editor style */
.ql-indent-1 {
  margin-left: 2em; /* Adjust this value for the indent size */
}

.float {
  position: fixed;
  width: 46px;
  height: 46px;
  bottom: 30px;
  left: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
  transition: transform 0.8s ease;
}

.my-float {
  margin-top: 13px;
}

.float:hover {
  width: 60px;
  height: 60px;
  font-size: 32px;
}

.float:hover .my-float {
  margin-top: 15px;
}

@media (max-width: 600px) {
  .float {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .my-float {
    margin-top: 15px;
  }
}

.hidden-left {
  transform: translateX(-120px);
}

.brochure a {
  font-size: large;
  font-weight: 700;
}

/* media & resource */
/* Style for the larger checkboxes */
.wrap-items-media label {
  display: flex;
  align-items: center;
}

.wrap-items-media input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}

/* Checkmark style when radio is checked */
.wrap-items-media input[type="radio"]:checked {
  background-color: #000;
  border-color: #000;
}

.wrap-items-media input[type="radio"]:checked::before {
  content: "✔";
  color: white;
  font-size: 16px;
  position: absolute;
  left: 3px;
  top: -4px;
}

.count-category {
  position: absolute;
  right: 10px;
  top: 10px;
}

.single-post-list-wrap {
  margin-bottom: 17px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-post-list-wrap .media .media-left {
  margin-right: 13px;
}

.single-post-list-wrap .media-left {
  position: relative;
}

@media (max-width: 1599px) {
  .single-post-list-wrap .media img {
    width: 75px;
  }
}

.single-post-list-wrap .media img {
  border-radius: 5px;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-meta-single ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 1599px) {
  .single-post-list-wrap .media .media-body .post-meta-single ul li {
    font-size: 13px;
  }
}

.single-post-list-wrap .media .media-body .post-meta-single ul li {
  font-size: 14px;
  color: black;
}

.post-meta-single ul li:last-child {
  margin-right: 0;
}

.post-meta-single ul li:first-child {
  margin-left: 0;
}

.post-meta-single ul li {
  display: inline-block;
  margin: 0 6px;
  color: black;
  font-size: 14px;
}

.post-meta-single ul li i {
  margin-right: 5px;
}

.single-post-list-wrap .media .media-body h6 {
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  .single-post-list-wrap .title {
    font-size: 14px;
  }
}

/*--------  Contact page --------*/
.btn-form-email {
  text-align: right;
}

@media (max-width: 767px) {
  .btn-form-email {
    text-align: center;
  }
}

/* text error */
@media (max-width: 767px) {
  .text-error {
    margin-bottom: 50px;
  }
  .text-error h1 {
    text-align: center;
  }
  .text-error p {
    text-align: center;
  }
}
