:root {
    --maincolor: #3a0243;
    --secondcolor: #003079;
    --price-color: #27AE60;
}
img {
    max-width: 100%;
}
.rann-logo {
    display: block;
    padding: 5px 0px;
}
.rann-logo img {
    max-height: 68px;
}
.rann-header-info {
    padding: 2px 0;
}
.rann-header-info ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.rann-header-info ul li {
    list-style-type: none;
    margin-right: 30px;
}
.rann-header-info ul li i {
    overflow: hidden;
}
.rann-header-info ul li i img {
    filter: drop-shadow(0px 1000px 0 var(--maincolor));
    transform: translateY(-1000px);
}
.rann-header-info ul li a {
    color: #252525;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
    font-size: 18px;
}
.rann-header-info ul li:last-child {
    margin-right: 0;
}

.rann-main-section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
}
.rann-form {
    max-width: 350px;
    margin-left: auto;
    padding: 15px;
    background-color: var(--maincolor);
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.rann-form #tarvller_show {
    top: -39px;
    padding-top: 2px !important;
}
.rann-form .room_booking_traveller  {
    padding: 0 15px;
}
.rann-form .room_booking_traveller .title {
    background: #666;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
}
.rann-form .form-group .control-label {
    color: #000;
    font-size: 12px;
    margin-bottom: 4px;
}
.rann-form .add_more {
    padding: 4px 10px;
    font-size: 14px;
}
.rann-form .travller_done {
    padding: 4px 10px;
    font-size: 14px;
    background: var(--maincolor);
    border: 1px solid var(--maincolor);
}
.rann-form .totalTravellersRoomwiseDiv {
    width: 100%;
}
.rann-form .travelerbox_bx_pax_click {
    margin: 0 !important;
}
.rann-form .caption {
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
}
.rann-form .btn-enq {
    background: var(--secondcolor);
    color: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.rann-marquee {
    padding: 10px 0;
    background-color: #f1f1f1;
    color: var(--maincolor);
}

.rann-section-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.rann-section-description {
    text-align: center;
    line-height: 1.9;
    color: #252525;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

[class*="col-"]:has(.rann-package-card) {
    margin-bottom: 1.25rem;
}
.rann-package-card {
    position: relative;
    border-radius: 10px;
    border: 1px solid #EBE6DE;
    background-color: #ffffff;
    transition: all 500ms ease;
    box-shadow: 0 4px 15px 0 rgba(4, 32, 66, 0.5);
    overflow: hidden;
    height: 100%;
}
.rann-package-card:hover {
    box-shadow: none;
}
.rann-package-card .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.rann-package-card .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 70%, #000);
    z-index: 1;
}
.rann-package-card .img-box img {
    transition: all 500ms ease;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.rann-package-card:hover .img-box img {
    transform: scale(1.1);
}
.rann-package-card .package-tag {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
.rann-package-card .package-tag span {
    width: 80px;
    height: 28px;
    display: block;
    background-color: var(--maincolor);
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    padding: 0 5px 0 8px;
}
.rann-package-card .package-tag span::before {
    content: "";
    position: absolute;
    display: block;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid var(--maincolor);
}
.rann-package-card .package-tag span::after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    right: -4px;
    top: 12px;
}
.rann-package-card .content-box {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.rann-package-card .package-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px;
    background: var(--maincolor);
    text-align: center;
    min-height: 58px;
}
.rann-package-card .package-title a {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.rann-package-card .duration {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 9;
    font-weight: 700;
}
.rann-package-card .price-starts {
    color: #736d75;
    margin-bottom: 2px;
}
.rann-package-card .price-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--price-color);
    margin-left: auto;
}
.rann-package-card .itnry {
    display: flex;
    padding-left: 0;
    border-top: 1px solid var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-x: auto;
}
.rann-package-card .itnry li {
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
    margin-right: 10px;
}
.rann-package-card .itnry li:last-child {
    margin-right: 0;
}
.rann-package-card .itnry li img {
    width: 35px;
    max-height: 33px;
    margin-top: auto;
}
.rann-package-card .itnry li span {
    margin-top: auto;
    font-size: 12px;
    color: #736d75;
}
.rann-package-card .rann-pkg-date-quote {
    min-height: 83px;
    display: flex;
    flex-direction: column;
}
.rann-package-card .rann-pkg-date {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 8px;
    height: 45px;
    overflow-y: auto;
}
.rann-package-card .quote-btn {
    background: var(--maincolor);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}
.rann-package-card .whatsapp-btn {
    background-color: #096c05;
    color: #fff;
    border-radius: 5px;
    margin-left: auto;
    margin-bottom: 5px;
}
.rann-package-card .pkg-incusion {
    padding-left: 18px;
    margin-bottom: 4px;
    margin-top: 8px;
    height: 100px;
    overflow-y: auto;
}
.rann-package-card .pkg-incusion li {
    color: #736d75;
    font-size: 13px;
}

.rann-customers-section {
    position: relative;
}
.rann-customers-section .testimonial-one__bg {
    background-position: center bottom;
    background-size: auto;
    opacity: 1;
    mix-blend-mode: normal;
    background-repeat: repeat-x;
    animation: cloudMove3 60s linear 0s infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes cloudMove3 {
    0% {
      background-position: 1920px 100%;
    }
    100% {
      background-position: 0 100%;
    }
}
.rann-testimonials-card {
    position: relative;
    padding: 49px 40px 40px;
    border-radius: 10px 10px 10px 0px;
    border: 1px solid var(--trevlo-white3, #EBE6DE);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    background-color: var(--trevlo-white, #ffffff);
    margin-top: 32px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 40px;
    margin-right: 12px;
}
.rann-testimonials-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 58px 0 0;
    border-color: var(--trevlo-white3, #EBE6DE) transparent transparent transparent;
    transition: all 0.4s ease-in-out;
}
.rann-testimonials-card .testimonials-card__image {
    position: absolute;
    top: -32px;
    right: 40px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.rann-testimonials-card .testimonials-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rann-testimonials-card .testimonials-card__meta {
    position: relative;
    position: absolute;
    top: 33px;
    right: -13px;
    text-align: center;
    padding: 5px 31px 10px 20px;
    background-color: var(--maincolor);
    border-radius: 6px 0px 0px 6px;
    transition: all 400ms ease;
}
.rann-testimonials-card .testimonials-card__meta__name {
    font-size: var(--trevlo-size-2xl, 16px);
    color: var(--trevlo-white, #ffffff);
    text-transform: capitalize;
    line-height: 1.625;
    margin-bottom: 0;
    transition: all 400ms ease;
}
.rann-testimonials-card .testimonials-card__meta__designation {
    font-size: var(--trevlo-size-md, 12px);
    color: var(--trevlo-white, #ffffff);
    letter-spacing: 0.48px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 400ms ease;
}
.rann-testimonials-card .testimonials-card__meta::after {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 0 13px;
    border-color: transparent transparent transparent var(--maincolor);
    transition: all 0.4s ease-in-out;
}
.rann-testimonials-card .testimonials-card__ratings {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 37px;
    font-size: 19px;
    color: var(--secondcolor);
    transition: all 0.4s ease-in-out;
}
.rann-testimonials-card .testimonials-card__quote {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    min-height: 144px;
}
#rann-customers-slider {
    margin-top: 15px;
}
#rann-customers-slider .owl-dots {
    text-align: center;
}
#rann-customers-slider .owl-dots .owl-dot {
    background: #bababa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    outline: 0;
}
#rann-customers-slider .owl-dots .owl-dot.active {
    background: var(--maincolor);
}

@media only screen and (min-width: 768px) {
    .rann-mainbanner-mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .rann-header-info {
        display: none;
    }
    .rann-mainbanner-mobile {
        text-align: center;
    }
    .rann-main-section {
        background: #f9f9f9;
        background-image: none !important;
    }
    .rann-form {
        margin: 0 auto;
    }
    .package-inclusion-with-fixed{
        max-height: 40px;
        overflow-y: auto;
    }
}
.rann-footer {
    background: var(--bg-footer1);
    color: #fff;
    padding: 30px 0;
}
.rann-footer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.rann-footer-block i {
    font-size: 28px;
    margin-bottom: 10px;
}
.rann-footer-block a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.rann-footer-bottom {
    background: var(--bg-footer1);
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.rann-media {
    margin-bottom: 15px;
}
.rann-media a {
    text-decoration: none;
}
.rann-footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
}
@media (max-width: 575px) {
    .rann-footer-block {
        padding: 10px 0;
    }
    .rann-footer-block i {
        margin-bottom: 5px;
    }
}
.fa fa-star .checked{
    color: var(--secondcolor)
}
.line {
    background-image: linear-gradient(to right, var(--maincolor), white, var(--maincolor));
    width: 100%;
    margin: 12px 0 12px;
    padding: 0;
    height: 2px;
}
.line-main{
    background: var(--maincolor);
}