.travel {
    background-size: 100% 100%;
    padding: 100px 0;
    margin-top: 15px;
    height: 100%;
}

.travel-image {
    background: url("../../images/travel-bg_en.png");
    background-size: 100% 100%;
}

.travel-content-text {
    padding: 60px 70px 60px 0px;
}

@media (max-width:768px) {
    .travel-content-text {
        padding: 0 50px;
    }
}


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

}

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

.travel-content-text h3 {
    position: relative;
    z-index: 2;
}

.travel-content-text h3::after {
    position: absolute;
    content: '';
    background-color: white;
    width: 40%;
    height: 16px;
    top: 29px;
    right: 30%;
    transform: translateY(-50%);
    z-index: -1;

}

@media (max-width: 768px) {
    .travel-content-text h3::after {
        width: 60%;
        right: 20%;


    }
}

.travel-content-text p {
    font-weight: 500;
    line-height: 2.2;
    font-size: 20px;
    text-align: center;
}

.fa-magnifying-glass {
    background: #FF0000;
    width: 80px;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid white;
    border-color: white white white transparent;
    text-align: center;
    margin-left: -46px;
    color: white;
}

.travel-content-text input {
    border-left-color: transparent;
}

.swiper-wrapper .card-para-first {
    top: 100px;
    color: var(--site-main-color);
    font-weight: 600;
}

.swiper-wrapper span {
    color: #FF0000;
    margin-right: 5px;
}

.card-para-last {
    align-items: center;
    justify-content: center;
    bottom: 0px;
    right: 66px;
    color: white;
    font-size: 25px;
    background-color: var(--site-main-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 18px;
    transform: translate(50%, -10%);
}

.fa-location-dot {
    color: #FF0000;
}

.travel-slider {
    position: relative;
}

.swiper-button-next {
    position: absolute;
    left: 180px !important;
    background-color: #085f6d;
}

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

@media (min-width:992px) {
    .botton-card-one {
        right: 10%;
        width: 50%;
        transform: translateX(-50px);
    }
}

/*start book-now */

.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;
}

.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: 20;
    transition: all 0.3s ease-in-out;
}

.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 */
.fa-star {
    color: gold;
}

.choose {
    background-color: #F4F3F6;
}

/* @media (min-width:992px) {
    .choose .row div {
        transition: width 0.3s;
    }

    .three-choose:hover {
        width: 24%;
    }

    .four-choose:hover {
        width: 24%;

    }
} */

.choose-text {
    color: var(--site-main-color);
    font-weight: 600;
    padding-top: 108px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-text div {
    background: #FCFDFD;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}

.choose-text img {
    background-color: var(--site-main-color);
}

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

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Start price section */

.pricing-table {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.pricing-table .price-value {
    color: black;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}

.pricing-table.blue .price-value {
    color: black;
}

.pricing-table.green .price-value {
    color: black;
}

.pricing-table .currency {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    margin-top: 8px;
}

.price-value .amount {
    font-size: 50px;
    font-weight: 700;
}

.pricing-content ul {
    color: #6f6f6f;
    line-height: 50px;
    font-size: 17px;
    margin-bottom: 20px;

}

.pricing-content ul li {
    text-align: left;
    padding-left: 10px;
    color: white;
}

.fa-check {
    background-color: white;
    color: black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-content ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.pricing-content ul li:nth-child(even) {
    background-color: black;
    /* Set the background color for even items */
}

.pricing-content ul li:last-child {
    border-bottom: none;
}

.Sign-Up a {
    display: inline-block;
    padding: 10px 25px;
    background: #EF3E36;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.pricing-table.blue .Sign-Up a {
    background: linear-gradient(to right, #e4ac1e, #c99d2f);
}

.pricing-table.green .Sign-Up a {
    background: #1CA4B9;
}

.Sign-Up a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translate(0, 100%);
    transition: all .6s ease-in-out;
    opacity: 0;
}

.Sign-Up a:hover:before {
    opacity: 1;
    transform: translate(0, -100%);
}


.pricing-table {
    background-color: #191919;
    color: white;
}

.price-header {
    height: 304px;
    background: linear-gradient(to left, #a703ff, #8760ff);
    left: -59px;
    transform: rotate(29deg);
    position: relative;
    top: -41px;
    width: 630px;
}

.rotate-div {
    position: absolute;
    top: 195px;
    width: 195%;
    left: -116px;
    background: aliceblue;
    transform: rotate(29deg);
    font-weight: 600;
    background: linear-gradient(to right, #a703ff, #8760ff);
}

.provide-happiness {
    background-image: url("../../images/Grouphappy.png");
    background-size: cover;
    background-position: center center;
}

.provide-happiness .row>div::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 250px;
    top: -75%;
    left: 30%;
    transform: translate(00%, 50%) rotate(-109deg);
    background-color: #EDECFF;
    border-radius: 0 30px 0 30px;
    z-index: -1;
}

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

.provide-happiness span {
    color: var(--active-text);
    display: inline-block;
    margin-top: 5px;
}

.choose-text div:hover {
    width: 100% !important;
}

.img-choose {
    padding-left: 10px;
}

.choose-image {
    height: 60px;
}

@media (max-width:786px) {
    .choose-text {
        padding: 0;
    }

    .travel-slider {
        padding: 20px 0 !important;
    }
}

.travel-packages .price-header2 {
    transform: rotate(0deg);
    background: linear-gradient(to left, #ffe468, #ffaf08);
}

.rotate-div2 {
    transform: rotate(0deg);
    width: 100%;
    left: 0;
    background: linear-gradient(to right, #ffe468, #ffaf08);

}

.travel-packages .price-header3 {
    left: -182px;
    transform: rotate(-29deg);
    top: -119px;

    background: linear-gradient(to left, #7cfbbd, #3bb361);
}

.rotate-div3 {
    transform: rotate(-29deg);
    top: 161px;
    width: 170%;
    background: linear-gradient(to right, #7cfbbd, #3bb361);

}

.price-title {
    z-index: 2;
    top: 40px;
    right: 50%;
    transform: translateX(50%);
    font-weight: 700;
}

/* end price section */
@media (min-width:992px) {
    .travel-packages .container .row .col-12:first-child {
        transform: translateY(50px);
    }

    .travel-packages .container .row .col-12:nth-child(3) {
        transform: translateY(50px);
    }
}

/* mobile media remove margin and pading */
@media (max-width:425px) {
    .travel-slider {
        padding: 10px !important;
    }

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

    .choose .row {
        gap: 10px !important;
    }

    .travel-packages {
        padding: 10px !important;
    }

    .travel-packages .row {
        gap: 10px !important;
    }

    .provide-happiness {
        padding: 10px !important;
    }
}
