.service-card-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.Umrah {
    height: 100%;
}

.Umrah-image {
    height: 500px;
}

@media (max-width:992px) {
    .Umrah-image {
        background: url("../../images/umrah-bg-2.png") !important;
        background-size: 100% 100% !important;
        /* height: 100% !important; */
    }

    .Umrah-content-text .dev-h3 {
        padding-top: 80px !important;
    }
}

@media (max-width:500px) {
    .Umrah-image {
        height: 100% !important;

    }
}

.circle-image {
    width: 42% !important;
    height: 70% !important;
    border-radius: 50%;
    object-fit: cover;
    right: 8% !important;
    top: 14% !important;
    transform: rotate(-8deg);
}

@media (max-width:768px) {
    .Umrah {
        padding: 20px 0;
    }
}

.Umrah-content-text h2 {
    color: var(--site-main-color);
    font-weight: 500;
    margin-top: 100px;

}

.Umrah-content-text .dev-h3 {
    color: var(--site-main-color);
    font-weight: 500;
}

.Umrah-content-text p {
    /* line-height: 2.2; */
    /* font-size: 20px; */
    text-align: justify;
}

.baka h2 {
    color: var(--site-main-color);
}

.btn-close-model:hover {
    background-color: red !important;
}


.details {
    background: url('../../images/service-backgroung.png');
    background-size: cover;
}

.details h2 {
    color: var(--site-main-color);
    font-weight: 600;
}

.details .circles {
    width: 120px;
    height: 120px;
    background: #D7D4FFA1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-20px, 0);
}

.details .circles::before {
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    border-radius: 50%;
    box-shadow: #fff 20px 15px 0px, #252168 20px 15px 0px 2px;
    transition: 0.5s;
}

@media (max-width:768px) {
    .details .circles {
        display: none
    }
}

.img-icon {
    animation-name: img;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
    width: 40px;
}

@keyframes img {
    0% {
        transform: rotate(0deg);
    }


    100% {
        transform: rotate(360deg);
    }
}

.slider-umra {
    background: url("../../images/Vector Objec 1.png");
    background-size: cover;
    padding-bottom: 30px;
}

.slider-umra .card {
    border: none;
    /* background-color: rgba(224, 222, 254, 0.3); */
    padding: 10px;
    border-radius: 15px;
}

.slider-umra .card .card-img {
    height: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.slider-umra .card .btn-wishlist {
    color: var(--site-main-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.slider-umra .card .btn-wishlist button {
    border: 0;
}

.slider-umra h2 {
    color: var(--site-main-color);
    font-weight: 500;
}

.slider-umra .card .card-title {
    color: var(--site-main-color);
    /* text-align: justify; */
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.slider-umra .card .img-icon-location {
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin-left: 5px;
}

.slider-umra .card .card-text {
    position: relative;
    font-size: 14px;
}

.slider-umra .card .card-text::before {
    content: "";
    position: absolute;
    background-color: var(--site-main-color);
    width: 10px;
    height: 10px;
    right: -15px;
    top: 0;
    box-shadow: #fff -5px 5px 0, var(--active-text) -5px 5px 0px 1px;
    transform: translate(100%, 50%);
    transition: 0.5s ease;
}

.slider-umra .card .card-text:hover::before {
    box-shadow: #fff 5px 5px 1px, var(--active-text) -10px 10px 0px 1px;
}

.swiper-slide {
    background-color: transparent;
    display: flex;
    height: 320px;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeSwiper-one .swiper-rtl .swiper-button-next {
    right: 120px;
    top: 90%;
    border: 1px solid var(--site-main-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--site-main-color);
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
}

/* .slider-umra .card {
    height: 500px;
} */
.title-location {
    top: 20px;
    right: 20px;
    z-index: 9;
}

.service-cards .img {
    width: 100%;
    height: 350px;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: .3s ease-out;

}

.service-card {
    min-height: 350px;
    transition: .3s;
}

/* .service-card:hover.service-card img{
    display: none;
}
.service-card:hover.title-content{
position: relative;
height: 100;}
 */

.service-cards .title {
    /* -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    min-height: 53px;
}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-card .img {
    transition: height 0.3s ease;
    /* Add transition for image opacity */
}


.title-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* Background color with transparency */
    padding: 20px;
    /* Adjust padding as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Add transition for container opacity */
}


.title-container .title {
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Add transition for title opacity */
    height: 100% !important;
}






.service-cards .title .icon {
    margin-left: 5px;

}

.service-card .hr {
    width: 90%;
    background: var(--active-text);
    border-color: var(--active-text);
    height: 2px;
    opacity: 1;
}

.btn-play {
    display: flex;
    justify-content: center;
    background: var(--site-main-color);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    align-items: center;
    color: var(--active-text);
    margin: auto;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse-btn-play;
    /* bottom: -50%; */
    /* left: 50%; */
}

.btn-play:is(:hover, :focus) {
    transform: scale(1.2);
}

@keyframes pulse-btn-play {
    100% {
        box-shadow: 0 0 0 45px rgba(193, 244, 246, 0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-header .btn-close {
    margin-left: 0 !important;
}

.mySwiper2 {
    height: 280px;
    width: 100%;
    box-shadow: none;
}

.swiper-cube .swiper-cube-shadow:before {
    background-color: transparent;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: white;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.card-text {
    display: flex;
    gap: 3px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.card-text i {
    margin-top: 5px;
}

.imageSlider {
    display: grid;
}

@media (min-width:1440px) {
    .imageSlider .card {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width:1440px) {
    .slider-umra .imageSlider {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        gap: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .slider-umra .imageSlider .card {
        width: 100%;
    }
}

@media (max-width:992px) {
    .slider-umra .imageSlider {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .slider-umra .imageSlider .card {
        width: 100%;
    }
}

@media (max-width:425px) {
    .slider-umra .imageSlider {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .slider-umra .imageSlider .card {
        width: 100%;
    }
}

.top-card {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 30px;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.botton-card {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 85%;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.paca-price {
    background: #252168;
    border-radius: 15px;
}

.paca-price h3 {
    width: 80%;
    background-color: #FF0000;
    text-align: center;
    padding: 20px 5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    color: white;
    font-weight: 600;
}

.paca-price div p {
    margin: 0;
    color: white;
    z-index: 1;
}

.paca-price .price-detalis {
    border: 1px solid white;
    color: white;
    width: 80%;
    /* padding: 3px 30px; */
    border-radius: 5px;
    margin: auto;
    position: relative;
    transition: 0.5s;
}

.paca-price .price-detalis-dev {
    margin-top: 50px;
}

.paca-price .price-detalis::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    right: -50px;
    top: 50%;
    background-color: white;
    transition: 0.5s;
    transform: translate(0, 50%);
}

.paca-price .price-detalis::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -20px;
    top: 50%;
    background-color: white;
    transition: 0.5s;
    transform: translate(0, -50%);
}

.fa-diamond,
.fa-location-dot {
    color: var(--site-main-color);
}

.fa-star {
    color: gold
}

.start-bg {
    background-color: #eee;
    border-radius: 10px;
}

/*  */
.citys {
    background: url('../../images/service-backgroung.png');
    background-size: cover;
}

.citys .card {
    border: none;
    background-color: rgba(224, 222, 254, 0.3);
    padding: 10px;
    border-radius: 15px;
}

.citys .card .card-img {
    height: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width:567px) {
    .citys .card .card-img {
        height: 250px;
    }
}

.citys .card .btn-wishlist {
    color: var(--site-main-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
}

.citys .card .btn-wishlist button {
    border: 0;
}

.citys h2 {
    color: var(--site-main-color);
    font-weight: 500;
}

.citys .card .card-title {
    color: var(--site-main-color);
}

.citys .card .card-text {
    font-weight: 500;
    text-align: justify;
}





.citys .card span {
    font-weight: 500;
}

.citys i {
    color: #ffc107;
}

.citys .card .price {
    font-family: cursive;
    font-weight: 600;
    color: #FF0000;
    width: fit-content;

}

.price-coun {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    font-family: 'CairoPlay';
    left: -28px;
    top: 1px;

}

/* @media (max-width:768px) {
    .price-coun  {
        left:-18px;
        top:-3px;
    
    }
} */

@media (max-width:425px) {
    .citys h2 {
        font-size: 18px;
    }
}

.image-viwe {
    height: 290px;
    width: 100%;
    object-fit: cover;

}

.img-content {
    position: relative;
    margin: 5px;
}

.img-span {
    position: absolute;
    background-color: var(--site-main-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9;
    right: 30px;
    top: 10px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idea h2 {
    color: var(--site-main-color);
    font-weight: 500;
}

@media (max-width:992px) {
    .citys .card:last-child {
        margin-top: 20px;
    }
}

/* start btn-wishlist */

.button--full-width {
    min-width: 385px;
}

.icon-with-text {
    display: inline-flex;
    align-items: flex-start;
}

.icon-with-text__icon {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -2px;
}

.icon-svg--color-silver {
    fill: var(--site-main-color);
    color: var(--site-main-color);
}

.icon-svg--color-blue {
    fill: #FF0000;
    color: #FF0000;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}

.effect-group .effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.effect-group .effect:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background: #FF0000;
}

.effect-group .effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #ff6600;
    transform: scale(0, 0);
}

.active .heart-stroke {
    opacity: 0;
}

.active .heart-full {
    opacity: 1;
}

.active .icon-svg {
    -webkit-animation: bounceIn 0.5s linear;
    animation: bounceIn 0.5s linear;
}

.active .effect:before {
    -webkit-animation: fireworkLine 0.5s linear 0.1s;
    animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
    -webkit-animation: fireworkPoint 0.5s linear 0.1s;
    animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}

.broken-heart--left {
    transform: rotate(0deg);
    transform-origin: 60% 200%;
}

.broken-heart--right {
    transform: rotate(0deg);
    transform-origin: 63% 200%;
}

.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}

.deactivate .broken-heart {
    opacity: 1;
}

.deactivate .broken-heart--left {
    -webkit-animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
    -webkit-animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
    -webkit-animation: crack 0.2s ease-in forwards;
    animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulse 1s ease-out infinite;
    animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulseBlue 1s ease-out infinite;
    animation: pulseBlue 1s ease-out infinite;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@-webkit-keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@-webkit-keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* end btn-wishlist */

.citys .card .title-location {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 30px;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*start book-now */

.div-book-now {
    width: 80%;
    margin: auto;
}

.book-now {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--site-main-color);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    /* margin: auto; */
}

.book-now:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--active-text);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.book-now:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.book-now span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    z-index: 8;
    transition: all 0.3s ease-in-out;
}

.video-play {
    object-fit: contain;
    height: 250px !important;
    aspect-ratio: 1 / 1;


}

.book-now:hover span {
    color: var(--site-main-color);
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* end book-now */
.discover-now {
    background: url('../../images/Vector Objec 1.png');
    background-size: cover;
    margin-top: 80px;
}

.discover-now h5 {
    color: #FF0000;
}

.discover-now button {
    /* background-color: #FF0000; */
    background-color: black;
    width: 50%;
}

.discover-now .person-image {
    animation-name: animation-up-down;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
    /* height: 400px; */
    /* width: 100%; */
    /* aspect-ratio: 1/1; */
    /* object-fit: cover; */
    margin-top: -100px;
}

@keyframes animation-up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width:992px) {
    .discover-now .row {
        align-items: center;
    }

    .discover-text {
        align-items: center;
        padding-bottom: 30px;
    }

    .discover-text button {
        width: 65%;
    }
}

.person-image {
    object-fit: contain;
    width: 70%;
    aspect-ratio: 1/1;
}

.lab-logo {
    width: 90px;
    top: 45%;
    left: 44%;
    transform: rotate(-7deg);
    z-index: 2;
}

.person-image-div:after {
    content: '';
    background-color: #EDECFF;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 40%;
    left: 43%;
    z-index: 1;
}

@media (max-width:992px) {
    .lab-logo {
        width: 100px;
        top: 35%;
        left: 25%;
    }
}

@media (max-width:425px) {
    .lab-logo {
        width: 60px !important;
        top: 10%;
        left: 25%;
    }

    .person-image-div:after {
        top: 10%;
        width: 60px;
        height: 60px;

    }

    .person-image-div {
        text-align: center !important;
    }
}

@media (max-width:1400px) {
    .person-image-div:after {
        width: 100px;
        height: 100px;

        top: 40%;
        left: 30%;
        z-index: 1;
    }
}

@media (max-width:1024px) {
    .person-image-div:after {
        width: 80px;
        height: 80px;

        top: 25%;
        left: 30%;
        z-index: 1;
    }
}

@media (max-width:768px) {
    .person-image-div:after {
        width: 80px;
        height: 80px;

        top: 30%;
        left: 30%;
        z-index: 1;
    }
}

@media (max-width:425px) {
    .person-image-div:after {
        width: 40px;
        height: 40px;
        top: 12%;
        left: 30%;
        z-index: 1;
    }
}

/* mobile media remove margin and pading */
@media (max-width:425px) {

    .citys {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .citys h2 {
        padding-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .details {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .details h2 {
        margin-bottom: 10px !important;
    }

}





/* start price-packages  */


.price-packages .price-detalis-dev .num-person {
    z-index: 1;
}

.price-packages .price-detalis-dev .price {
    color: #FF0000;
    font-weight: 600;
    width: auto !important;
}

.paca-price .price-detalis:hover::before,
.paca-price .price-detalis:hover::after {
    background-color: var(--active-text)
}












.price-packages .swiper-slide {
    height: 100% !important;
}

.price-packages .carousel-right .item {
    width: 90%;
    border-radius: 20px;
    position: relative;
    text-align: center;
    transition: width 0.5s ease;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 450px;
    margin: auto;
}

.price-packages .carousel-right .item:hover {
    width: 100%;
}

.price-packages .carousel-right .item .top-card,
.citys .card .title-location {
    position: absolute;
    right: 20px;
    top: 20px;
    width: fit-content;
    height: 30px;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.price-packages .carousel-right .item .top-card i {
    color: var(--site-main-color);
}

.price-packages .carousel-right .item .top-card .img-icon-location,
.carousel-top .img-icon-location {
    width: 30px;
    display: inline;
}

.price-packages .carousel-right .item .bttom-card {
    width: 90%;
    border-radius: 10px;
    background-color: #ffffffa8;
}

.price-packages .carousel-right .item.img-alola {
    background: url(../../images/section3-image-1.jpg) center center/cover no-repeat;
}

.price-packages .carousel-right .item.img-gada {
    background: url(../../images/section3-image-2.jpg) center center/cover no-repeat;
}


.form {
    overflow: hidden;
}
.head_form{
    color: var(--site-main-color)
}

.form label {
    visibility: hidden;
}

.form input {
    background-color: transparent !important;
}

.form .btn {
    background-color: var(--site-main-color);
}
form button {
    background-color: var(--primary);
    color: #fff;
    border-radius: 8px;
}

form .change {
    padding: 20px;
    border-radius: 6px 0 0 6px !important;
    resize: none;
    color: #fff;
    margin: 10px;
}

form .change {
    top: 0px;
    left: 0;
}


/* end price-packages  */