h1 {
    font-size: 36px;
}

.form-wrapper {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.banner-section .col-half p {
    font-size: 14px;
    margin: 20px 0 30px;
}

.banner-wrapper .banner-text {
    max-width: 500px;
    padding: 20px;
    padding: 150px 0;
}

.banner-wrapper .banner-text .text-box {
    border-radius: 10px;
    padding: 20px 20px 20px 46px;
    background: linear-gradient(145deg, #000 0%, rgba(0, 0, 0, .3) 102%, rgba(0, 0, 0, 0) 59.65%) !important;
}

.banner-wrapper .banner-text p {
    margin: 20px 0;
}

.banner-wrapper .banner-text h1,
.banner-wrapper .banner-text p {
    color: #fff;
}

.banner-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    background-color: #61cdcfb8;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.banner-wrapper .slick-arrow::after {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "font awesome 5 free";
    width: 40px;
    height: 40px;
    z-index: 11;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 900;
}

.banner-wrapper .slick-next::after {
    content: "\f105";
}

.banner-wrapper .slick-next {
    right: 0;
}

.banner-wrapper .slick-dots {
    display: flex;
    justify-content: center;
}

.banner-wrapper .slick-dots .slick-active button {
    background-color: #24B4BD;
}

.banner-wrapper .slick-dots li button {
    font-size: 0;
    background-color: #D7CE34;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.banner-wrapper .slick-dots li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.banner-wrapper .slick-dots li button {
    cursor: pointer;
}

.banner-wrapper img {
    width: 100%;
    border-radius: 10px;
}

.banner-section .row2 {
    margin-top: 40px;
}

.common-card-wrapper .common-box {
    display: inline-block;
    margin: 10px;
    background-color: #fff;
    border-radius: 16px;
}

.common-card-wrapper .common-box .img-box img {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.common-card-wrapper .common-box h4 {
    font-size: 16px;
}

.common-card-wrapper .common-box .content-box {
    /* display: inline-block;
    width: 100%; */
    padding: 15px;
}

.common-card-wrapper .common-box .content-box h3 {
    font-size: 16px;
}

.common-card-wrapper .common-box .content-box del {
    color: #a8a8a8;
    font-size: 14px;
}

.star-rating {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.star-rating ul li {
    margin-right: 4px;
}

.star-rating ul li i {
    color: rgb(247 148 32);
    font-size: 14px;
}

.star-rating span {
    font-size: 12px;
}

.location-tour {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0;
}

.location-tour ul li {
    font-size: 14px;
    color: #a8a8a8;
}

.location-tour ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
}

.location-tour ul li i {
    color: #a8a8a8;
    margin-right: 6px;
}

.price-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.price-box .price-inr {
    border-right: 1px solid #ddd;
    padding-right: 30px;

}

.price-box h5 {
    font-size: 20px;
    line-height: normal;
}

.price-box h5 span {
    color: #a8a8a8;
    font-weight: normal;
    font-size: 14px;
}

.common-card-wrapper .content-box .enquire-btn {
    width: 100%;
    text-align: center;
}

.trusted {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 40px;
}

.trusted h6 {
    grid-column-start: 1;
    grid-column-end: 3;
    font-weight: 600;
    margin-bottom: 20px;
}

.trusted img {
    width: 260px;
}

.tripadvisor-img {
    width: 140px !important;
}

/* icon-sec css */
.icon-sec .col-4 {
    text-align: center;

}

.icon-sec .col-4 img {
    margin: 0 auto 20px;
    display: block;
}

.icon-sec p {
    font-weight: 700;
}

/* golden-trangle-sec css */
.golden-trngle-wrapper .trangle-box {
    display: block;
    margin: 0 10px;
}

.golden-trngle-wrapper img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.golden-trngle-wrapper .content-box {
    padding: 20px 15px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}

.golden-trngle-wrapper .content-box p {
    margin: 5px 0 10px;
    font-size: 15px;
}

/* common-btn-sec css */
.common-btn-sec .plan-your-trip-box {
    position: relative;

}

.common-btn-sec .yellow-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.common-btn-sec .yellow-btn::after,
.common-btn-sec .yellow-btn::before {
    content: "";
    width: 42%;
    height: 0.5px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common-btn-sec .yellow-btn::before {
    left: 0;
}

/* about-sec css */
.about-sec ul {
    row-gap: 30px;
}

.about-sec ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-sec ul li img {
    margin-right: 10px;
}

.about-sec p {
    margin: 20px 0;
}

/* ram-mandir-sec css */

.ram-mandir-sec p {
    font-size: 14px;
    margin: 20px 0;
}

.ram-mandir-slider .common-box {
    display: block;
    margin: 0 10px;
    background-color: #f5f5f5;
    border-radius: 10px;

}

.ram-mandir-slider .content-box {
    padding: 15px;
}

.ram-mandir-slider .content-box h5 {
    font-size: 18px;
}

.ram-mandir-slider .content-box h3 {
    font-size: 14px;
    font-weight: 600;
}

/* visa-assistance-sec css */

.visa-assistance-sec p {
    margin: 20px 0;
}

.img-wrapper .img-box {
    position: relative;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
}

.img-wrapper .img-box img {
    width: 100%;
    border-radius: 20px;
}

.white-btn {
    padding: 7px 24px 7px 24px;
    background-color: #FFFFFFD6;
    border-radius: 40px 40px 40px 40px;
    color: #000;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.img-wrapper .img-box .white-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-wrapper .img-box i {
    font-size: 30px;
    color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 20px;
}

.form-wrapper h3 {
    text-align: center;
    margin-bottom: 20px;
}


.get-question {
    width: 100%;
    margin-top: 36px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative;
}

.get-question h3 {
    background-color: #fff;
    padding: 0 6px;
    position: absolute;
    top: -14px;
}

.get-question ul li {
    width: 50%;
}

.get-question p {
    font-size: 14px !important;
    margin: 10px 0 !important;
}

.get-question li {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 600;
}

.get-question li i {
    margin-right: 10px;
}

.get-question li i.fa-whatsapp {
    color: #09b31c;
}

.get-question li i.fa-phone {
    color: #669ef7;
}

/* guest-satisfaction css */
.guest-satisfaction {
    background-color: #f5f5f5;
}

.feedback-matter .inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-matter .inner-col {
    width: 58%;

}

.feedback-matter .inner-col:nth-of-type(1) {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-matter .inner-col .img-box1 {
    width: 48%;
}

.feedback-matter .inner-col .img-box1 img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.feedback-matter .inner-col:nth-last-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
}

.feedback-matter .inner-col .text-top h3 {
    margin-bottom: 10px;
}

.feedback-matter .inner-col .text-top p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.feedback-matter .inner-col .name-box h6 {
    color: #858585;
    font-weight: 600;
    font-size: 15px;
}

.feedback-matter .inner-col .text-bottom {
    display: flex;
    justify-content: space-between;
}

.feedback-matter .inner-col .text-bottom .cricle-img span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.feedback-matter .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.feedback-matter .slick-dots .slick-active button {
    background-color: #000;
}

.feedback-matter .slick-dots li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.feedback-matter .slick-dots li button {
    font-size: 0;
    background-color: #bdbbbb;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
}

.guest-satisfaction .trusted {
    width: 40%;
}

/* gallery-sec css */
.gallery-sec {
    width: 100%;
}

.gallery-sec .row {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;

}

.gallery-sec .row img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 70% 40%;
    border-radius: 10px;
}

.gallery-sec h3 {
    text-align: center;
    margin-top: 10px;
}


/* faq-sec css */
.faq-sec {
    padding: 50px 0;
}

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}

/* blog-sec css */
.blog-sec {
    width: 100%;
}

.blog-sec .travel-list {
    width: 100%;
    overflow-x: auto;
}

.blog-sec .travel-list ul li {
    padding: 12px 20px;
    background-color: #28b2b2;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.blog-sec .travel-list ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #f79420;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.blog-sec .travel-list ul li:hover::after {
    left: 0;
}

.blog-sec .blog-box {
    /* width: 33.33%; */
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #dddddd61;
    margin: 10px;
}

.blog-sec .blog-box .img-box {
    position: relative;
    width: 100%;
}

.blog-sec .blog-box .img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-sec .blog-box .content-box {
    width: 100%;
    padding: 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -2px 20px;
}

.blog-sec .blog-box .content-box p {
    margin: 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

.blog-sec .blog-card {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}


@media (max-width: 1200px) {}

@media (max-width: 1180px) {
    .ram-mandir-sec .row {
        row-gap: 20px;
    }

    .ram-mandir-sec .col-half {
        width: 100%;
    }

    .ram-mandir-sec .common-box .img-box img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
}


@media (max-width: 992px) {
    .trusted {
        display: none;
    }

    .about-sec .row {
        row-gap: 20px;
    }

    .about-sec .col-half {
        width: 100%;
    }
}

@media (max-width: 850px) {
    h1 {
        font-size: 30px;
    }

    .common-card-wrapper .common-box {
        display: block;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .banner-section .row {
        row-gap: 20px;
    }

    .banner-section .col-half {
        width: 100%;
    }

    .banner-wrapper .slick-arrow {
        display: none !important;
    }

    .golden-trngle-wrapper img {
        height: 180px;
    }

    .icon-sec .col-4 {
        margin-bottom: 20px;
    }

    .feedback-matter .inner-row {
        row-gap: 20px;
    }

    .feedback-matter .inner-col {
        width: 100% !important;
    }

    .img-wrapper .img-box {
        display: block;
    }
}


@media (max-width: 480px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    p ,div p{
        font-size: 15px;
    }

    .about-sec .row {
        row-gap: 20px;
    }

    .about-sec .form-group {
        width: 100%;
    }

    .get-question li {
        font-size: 13px;
    }

    .get-question li i {
        margin-right: 5px;
    }

    .accordion-common .at-title .tittle-name {
        font-size: 16px;
        width: 95%;
    }

}

@media (max-width: 380px) {}