* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

body {
    overflow-x: hidden;

}

.topwar {
    background: #9dcd5a;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.topwar-left-section {
    display: flex;
    align-items: center;
}

.topwar-left-section p {
    color: #f6f6f6;
    font-size: 14px;
    letter-spacing: 0;
}

.topwar-right-section {
    display: flex;
}

.topwar-right-section button {
    padding: 5px 15px;
    color: white;
    background: #2d2d2d;
    border: none;
}

.mob-nav-btn button {
    padding: 5px 15px;
    color: white;
    background: #9dcd5a;
    border: none;
}

/* .custom-tobar {
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */


.custom-nav {
    background: rgb(255, 255, 255);
    padding: 2px;

}

/* .fixed{
    background: rgb(255, 255, 255);
    padding: 2px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-nav-item {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.custom-nav-list {
    list-style: none;
}

.custom-nav-link {
    text-decoration: none;
    color: rgb(86, 86, 86);
    font-weight: 500;
    transition: all .5s;
    font-size: 19px;
}

.custom-nav-link:hover {
    color: #9dcd5a;
}

.custom-active-link {
    color: #9dcd5a;
}


.destination-main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destination-main-box h2 {
    color: #ffffff;
}

.destination1 {
    width: 15%;
    height: 400px;
    background: #9dcd5a;
    border-radius: 5px;
    background-image: url(image/dharmshala.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    transition: all 1s;
    cursor: pointer;
}

.destination2 {
    width: 15%;
    height: 400px;
    background: #9dcd5a;
    border-radius: 5px;
    background-image: url(image/chamba.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    transition: all 1s;
    cursor: pointer;
}



.destination3 {
    width: 15%;
    height: 400px;
    background: #9dcd5a;
    border-radius: 5px;
    background-image: url(image/jammu-kashmir.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    transition: all 1s;
    cursor: pointer;
}

.destination4 {
    width: 15%;
    height: 400px;
    background: #9dcd5a;
    border-radius: 5px;
    background-image: url(image/mandi.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    transition: all 1s;
    cursor: pointer;
}

.destination5 {
    width: 15%;
    height: 400px;
    background: #9dcd5a;
    border-radius: 5px;
    background-image: url(image/img8.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    transition: all 1s;
    cursor: pointer;
}

.active-destination {
    width: 30%;
}

.d-btn1 {
    display: none;
}

.d-btn2 {
    display: none;
}

.d-btn3 {
    display: none;
}

.d-btn4 {
    display: none;
}

.d-btn5 {
    display: none;
}

.active-d-btn {
    padding: 10px 20px;
    background: #9dcd5a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: auto;
    transition: all .5s;
    animation: opacity .5s linear forwards;
}


.destination-box2{
    margin-top: 80px;
}
.desination-img{
    width: 100%;
    overflow: hidden;
    /* height: 400px; */

}

.desination-img img{
    transition: all .5s;
}

.desination-img img:hover{
    transform: scale(1.2);
}

.destination-card a{
    color: rgb(67, 67, 67);
    text-decoration: none;
}

/* .contact-btn{
    border: none;
    background: #9dcd5a ;
    color: white;
    padding: 5px 10px;
    letter-spacing: 1.2;
    display: none;
} */

.toggle-icon {
    color: white;
    display: none;
}

.mob-logo {
    display: none;
}

.mob-nav {
    display: none;
}



/* box1 html */
.box1 {
    width: 100%;
    background-image: url(image/bg1.jpg);
    /* padding: 40px 0px; */
    background-size: cover;
    transition: background-image 2s;
    /* background-position: bottom; */
}

.sub-box1 {
    padding: 90px;
}


.box1-content-box {
    color: white;


}

.main-heading {
    font-size: 79px;
}

.main-heading2 {
    color: #b2ef5d;
    font-size: 25px;
}

.btn1 {
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    border-radius: 2px;
    background: #9dcd5a;
    color: white;
    letter-spacing: 1.3;
    font-weight: bold;
}

.box1-content-box2 {
    display: flex;
    justify-content: end;
}

.form-heading {
    color: #9dcd5a;
    /* text-align: center; */
    font-weight: bolder;
    text-align: center;
}

.form-box {
    border-radius: 4px;
    padding: 20px;
    width: 80%;
    background: white;
}

.form-box form {
    width: 100%;
}

.form-box form label {
    font-size: 18px;
    font-weight: 500;
    color: rgb(71, 71, 71);
}

.form-box form input {
    border-radius: 4px;
    padding: 6px;
    width: 100%;
    border: 1px solid #9dcd5a;
    background: #f8f8f8;
    /* border: none;
    border-bottom: 1px solid rgb(120, 120, 120); */
}

.form-box form select {
    border-radius: 4px;
    padding: 6px;
    width: 100%;
    border: 1px solid #9dcd5a;
    background: #f8f8f8;
    /* border: none;
    border-bottom: 1px solid rgb(120, 120, 120); */
}

.form-box form input:focus {
    outline: none;
}

.form-box form button {
    padding: 10px 15px;
    border: none;
    color: white;
    background: #9dcd5a;
    text-align: center;
}

/* .form-box {
    width: 70%;
    margin: auto;
    padding: 20px;
    background: rgb(56, 56, 56);
}

form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input {
    padding: 7px 0px;
    background: rgb(56, 56, 56);
    border: none;
    border-bottom: 1px solid rgb(169, 169, 169);
    color: white;
}

input::placeholder {
    color: #c7c7c7;
}

input:focus {
    outline: none;
}

.form-btn {
    background: #9dcd5a;
    color: white;
    border: none;
    padding: 8px 8px;
} */

/* box2 css */
.box2 {
    margin-top: 80px;
}

.box2-content-box1 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 2px rgb(239, 239, 239);
}

.box2-sub-head {
    font-size: 23px;
    color: #9dcd5a;
}

.box1-text-box {
    padding: 10px 20px;
    font-size: 17px;
}


.box2-list {
    margin: auto;
    width: 90%;
    padding: 20px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(207, 207, 207, 0.523);

}


.box2-list ul {
    padding: 0;

}

.box2-list ul li {
    list-style: none;
    font-size: 18px;
    color: #3d3d3d;
}

.card-btn {
    border: none;
    background-color: #9dcd5a;
    padding: 8px 15px;
    color: white;
}


.img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-box img {
    transition: transform 0.8s ease;
}

.img-box img:hover {
    transform: scale(1.1);
}



/* box3 css */
.box3 {
    padding: 40px;
    width: 100%;
    background: #f6f6f6;
    margin-top: 80px;
}

.success-number {
    font-size: 55px;
    font-weight: 700;
}

.success-card {
    text-align: center;
    font-size: 20px;
    color: #848484;
}


/* box4 css */

.box4 {
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
}

.box2-content-box {
    padding: 0px 10px;
    width: 300px;
}

.box2-content-box p {
    color: #848484;
}



/* box5 css */
.box5 {
    text-align: center;
    margin-top: 80px;
    padding: 40px 0px;
    background: #f6f6f6;
}

.box5-mob {
    text-align: center;
    margin-top: 80px;
    padding: 40px 0px;
    background: #f6f6f6;
    display: none;
}



.box5-img-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.custom-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.572);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all .5s;
}

.active-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.572);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all .5s;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.custom-modal-content {
    text-align: center;
    color: white;
}

.view-more-btn {
    padding: 10px 20px;
    background: #9dcd5a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


/* box6 css */

.box6 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.box6-content {
    text-align: center;
    font-size: 18px;
    color: rgb(109, 109, 109);
}

.box6-icon {
    font-size: 60px;
    color: #9dcd5a;
}


/* review page css */

.review-section {
    margin-top: 80px;
    width: 100%;
    padding: 40px;
    background-image: url(image/review-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}




.review-head-box {
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
}

.review-head-box h2 {
    font-size: 38px;
    font-weight: 500;
    /* margin-bottom: 40px; */
    margin-bottom: 0;
    color: #9dcd5a;
}

.review-head-box button {
    padding: 10px 20px;
    background: white;
    font-weight: bold;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    transition: all .5s;
}

.review-head-box button:hover {
    background: #9dcd5a;
    color: white;
}


.review-card-box {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
    padding: 20px;
}

.review-card {
    padding: 30px;
    background: white;
    width: 100%;
}

.review-card p {
    color: #848484;
}

.review-card-head {
    display: flex;
    justify-content: last baseline;
    align-items: center;
}

.review-card-head p{
    margin-bottom: 0;
}
.client-img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: hidden;
    background-image: url(https://img.freepik.com/free-vector/isolated-young-handsome-man-different-poses-white-background-illustration_632498-859.jpg?t=st=1710172812~exp=1710176412~hmac=41675f6…&w=826);
    background-size: cover;
    background-repeat: no-repeat;
}

.client-name-box {
    margin-left: 15px;
}

.client-name-box p {
    line-height: 1.3;
}

.client-name-box p span {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.customer-msg p {
    margin-bottom: 0;
}

.review-section-footer-btn {
    display: none;
}

/* footer */
.footer {
    /* margin-top: 80px; */
    width: 100%;
    background: rgb(58 59 60);

    color: #dddddd;
}

.footer-content {
    padding: 30px 0px;
}

.icon-box-f {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #1877F2;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;

}

.icon-box-i {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #833AB4;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all .5s;
}

.icon-box-y {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #FF0000;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all .5s;
}

.icon-box-t {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #1DA1F2;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all .5s;
}

.footer-box1 {
    margin: auto;
    width: max-content;
}

.flex {
    display: flex;
    justify-content: center;
}

.footer-bottom-box {
    padding: 20px 0px;
    border-top: 1px solid #636363;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* AbOUT PAGE CSS */


/* about box1 css */

.about-box1 {
    width: 100%;
    /* padding: 10px 0px; */
    /* height: 100vh; */
    background-image: url(image/about-bg.jpg);
    background-size: cover;
    background-position: bottom;
}

.dharmshala-box1{
    padding: 10px 0px;
    width: 100%;
    background: #9dcd5a17;
}

.top-link {
    color: white;

}

.top-link a {
    color: white;
    text-decoration: none;

}

.top-link a:hover {
    color: #9dcd5a;
    text-decoration: none;

}

.about-page-heading {
    margin-top: 80px;

}

.about-sub-head {
    color: #848484;
    font-size: 20px;
}

.about-head {
    font-size: 50px;
    font-weight: 600;
    color: #848484;
}

.about-box2 {
    margin-top: 80px;
    padding: 40px 10px;
    background: #f6f6f6;
}

.custom-row {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    background: #ffffff;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgb(204, 204, 204);
}

.custom-col {
    background-image: url(image/about-img1.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.custom-col-img2 {
    background-image: url(image/about-img2.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


.about-box3 {
    margin-top: 80px;
    padding: 40px 10px;

}

.custom-col-2 {
    width: 50%;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-row-box3 {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    background: #f6f6f6;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgb(204, 204, 204);
}


.about-box4 {
    margin-top: 80px;
    padding: 40px 10px;
    background: #f6f6f6;
    margin-bottom: 50px;
}

.about-box4-card {
    width: 200px;
    height: 200px;
    background: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box-f i {
    transition: all .5s;
}

.icon-box-i i {
    transition: all .5s;
}

.icon-box-y i {
    transition: all .5s;
}

.icon-box-t i {
    transition: all .5s;
}

.icon-box-f i:hover {
    transform: scale(1.2);
}

.icon-box-i i:hover {
    transform: scale(1.2);
}

.icon-box-y i:hover {
    transform: scale(1.2);
}

.icon-box-t i:hover {
    transform: scale(1.2);
}




/* contact page html*/
.contact-box1 {
    width: 100%;
    background-image: url(image/contact-bg.jpg);
    background-size: cover;
    background-position: bottom;
}

.contact-box3 {
    width: 100%;
    height: 40%;
    margin-top: 40px;
}

iframe {
    width: 100%;
    height: 100%;
}

.contact-box2 {
    margin-top: 80px;
}

.conatct-form {
    width: 100%;
    padding: 40px;
    box-shadow: 0px 5px 20px rgba(203, 203, 203, 0.35);
}

.conatct-form form {
    width: 100%;
}

.conatct-form form input {
    width: 100%;
    padding: 15px 7px;
    border-radius: 5px;
    border: 1px solid #afafaf;
}

.conatct-form form input:focus {
    outline: 1px solid #9dcd5a;
    border: 1px solid white;
}

.conatct-form form textarea {
    width: 100%;
    border: 1px solid #afafaf;
    padding: 15px 7px;
    border-radius: 5px;
}

.conatct-form form textarea:focus {
    outline: 1px solid #9dcd5a;
    border: 1px solid white;
}

.contact-box2-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 0px 20px;
    color: #848484;
}

.info h1 {
    font-size: 40px;
    font-weight: 600;
    color: #9dcd5a;
    margin-bottom: 15px;
}

.info p {
    font-size: 20px;
}

.info span {
    font-size: 20px;
}

.conatct-form form button {
    padding: 10px 15px;
    color: white;
    background: #9dcd5a;
    border: none;
    border-radius: 3px;
}



/* tour page css */


.tour-box1 {
    width: 100%;
    /* padding: 10px 0px; */
    /* height: 100vh; */
    background-image: url(image/bg4.jpg);
    background-size: cover;
    background-position: bottom;

    margin-bottom: 40px;
}


.filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 40px; */
    /* margin-bottom: 20px; */
    padding: 20px;
    border: 2px solid rgb(235, 235, 235);
    border-radius: 3px;


}

.filter-btn{
    display: none;
}

.sticky-box {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.945);
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    box-shadow: 0px 10px 20px rgba(61, 61, 61, 0.145);
}

.filter1 {
    margin-right: 20px;
}

.filter1 label {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}


.filter1 select {
    border: 1px solid #9dcd5a;
    background: none;
    color: #9dcd5a;
    padding: 7px 15px;
    border-radius: 2px;
}

.filter1 select option {
    border: none;
    background: #ffffff;
    color: rgb(86, 86, 86);
}

.tour-card {
    box-shadow: 0px 0px 5px rgba(61, 61, 61, 0.145);
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    /* animation: tour-card .5s linear forwards; */
    transition: all .5s;
}





.tour-card:hover {
    box-shadow: 0px 10px 20px rgba(61, 61, 61, 0.145);
}



.tour-card-box {
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.tour-card-img {
    width: 100%;
    height: 100%;
    /* height: 400px; */
    background-image: url(image/img2.jpg);
    background-size: cover;
}



.tour-card-content {
    /* text-align: center; */
    margin-top: 20px;
    /* width: 60%; */
    padding: 0px 10px;
}

.tour-card-content p {
    color: #848484;
}



.tour-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 17px;
}

.tour-price-box {
    padding-left: 30px;
    border-left: 1px solid rgb(222, 222, 222);
    font-size: 30px;
    font-weight: bold;
}

.tour-card-footer-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    border-top: 1px solid rgb(222, 222, 222);
    padding-top: 15px;
}

.tour-card-footer-box p {
    width: 60%;
    text-align: left;
    margin: 0;
    font-size: 17px;
}

.tour-card-footer-box button {
    padding: 10px 19px;
    border: none;
    background: #9dcd5a;
    color: white;
    letter-spacing: 1.4;
    font-size: 19px;
}

.tour-card-img2 {
    width: 100%;
    height: 100%;

    /* height: 400px;  */

    background-image: url(image/dharmshala.jpg);
    background-size: cover;
}

.tour-card-img3 {
    width: 100%;
    height: 100%;
    /* height: 400px;  */

    background-image: url(image/img-manali.jpg);
    background-size: cover;
}

.tour-card-img4 {
    width: 100%;
    height: 100%;

    /* height: 400px;  */

    background-image: url(image/img3.jpg);
    background-size: cover;
}

.tour-card-img5 {
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/img4.jpg);
    background-size: cover;
}

.tour-card-img6 {
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/img5.jpg);
    background-size: cover;
}

.tour-card-img7 {
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/img6.jpg);
    background-size: cover;
}

.tour-card-img8 {
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/img7.jpg);
    background-size: cover;
}

.tour-card-img9 {
    width: 100%;
    height: 100%;
    /* height: 400px; */

    background-image: url(image/img8.jpg);
    background-size: cover;
}

.tour-card-img10 {
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/img1.jpg);
    background-size: cover;
}

.tour-card-img11{
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/jammu-kashmir.jpg);
    background-size: cover;
 
}

.tour-card-img12{
    width: 100%;
    height: 100%;
    /* height: 400px;  */
    background-image: url(image/goa-image.jpg);
    background-size: cover;
    background-position: right;
}

.filter-input {
    display: flex;
}


.filter-input:focus {
    border: none;
}

/* review page css */
.review-box2 {
    margin-top: 80px;
    margin-bottom: 40px;
}

/* .review-page-card-box {
    display: flex;
    justify-content: space-around;
} */

.review-page-card {
    border: 1px solid #9dcd5a;
    width: 300px;
    height: max-content;
    position: relative;
    box-shadow: 0px 5px 15px rgb(220, 220, 220);
    margin-bottom: 20px;
}

.card-marjin {
    margin-top: 70px;
}

.review-page-card-head {
    padding: 10px;
    background-color: #9dcd5abd;
    /* border: 4px solid #9dcd5a ; */
    color: white;
    margin-bottom: 10px;
}

.review-page-card-client-img {
    height: 70px;
    width: 70px;
    background: white;
    border-radius: 50px;
    margin: auto;
    background-image: url(https://img.freepik.com/free-vector/isolated-young-handsome-man-different-poses-white-background-illustration_632498-859.jpg?t=st=1710172812~exp=1710176412~hmac=41675f6268339d40200c40e895968f90ff4f64561adc931785f1c195cbca9c0f&w=826);
    background-size: cover;
    margin-bottom: 10px;
}

.review-form-box {
    padding: 20px;
    box-shadow: 0px 5px 15px rgb(239, 239, 239);
}

.review-form-box form {
    width: 100%;
    font-size: 18px;
}

.review-form-box form input {
    width: 100%;
    font-size: 18px;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid rgb(192, 192, 192);
}

.review-form-box form label {
    font-weight: bold;
    font-size: 18px;
    color: #848484;
}

.review-form-box form button {
    padding: 7px 15px;
    border: none;
    background: #9dcd5a;
    color: white;
}

.review-form-box form input:focus {
    outline: none;
    border: 1px solid rgb(161, 201, 137);
}

.review-form-box form textarea {
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    padding: 7px 10px;
    border: 1px solid rgb(192, 192, 192);
}

.review-form-box form textarea:focus {
    outline: none;
    border: 1px solid rgb(161, 201, 137);
}

.review-form-box-text {
    padding: 30px;
}

.review-form-box-text h2 {
    font-weight: bold;
    color: #9dcd5a;
}

.review-form-box-text p {

    color: #848484;
}

.review-page-box2 {
    margin-top: 80px;
}

/* shimla tour */
.shimla-tour {
    width: 100%;
}

.carousel-img1 {
    width: 100%;
    height: 50%;
    background-image: url(image/shimla-bg1.jpg);
    background-size: cover;
    background-position: center;

}


.carousel-bliss-img1 {
    width: 100%;
    height: 50%;
    background-image: url(image/img-manali.jpg);
    background-size: cover;
    background-position: bottom;

}

.carousel-bliss-img2 {
    width: 100%;
    height: 50%;
    background-image: url(image/img-manali2.jpg);
    background-size: cover;
    background-position: top;

}




.tour-heading {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tour-heading h1 {
    color: #ffffff;
    font-size: 30px;
    animation: move 1.5s linear forwards;
    /* Apply animation and retain final state */
}

@keyframes move {
    0% {

        transform: scale(0);
    }

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

.tour-heading p {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
    animation: left 1.5s linear forwards;
}



@keyframes left {
    0% {

        margin-left: -400px;
    }

    100% {
        margin-left: 0p;
    }
}


.loarder-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.345);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
  }
  
  .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #67BD45;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: none;  */
  }
  .notifi{
    position: fixed;
    top: 45%;
    left: 48%;
    color: #84ED5A;
  }

  .custom-alert {
    width: 100%;
    padding: 17px;
    background-color: white;
  
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: space-between;
    align-items: center;
  }
  
  .custom-alert p {
    color: black;
    margin: 0;
  }
  
  #closeButton {
    /* margin-top: 10px; */
    padding: 5px 10px;
    background-color: #27481A;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }


  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

.carousel-img2 {
    width: 100%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1610178008162-a08e088e8e4d?q=80&w=1914&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.carousel-img3 {
    width: 100%;
    height: 50%;
    background-image: url(image/shimla-bg3.jpg);
    background-size: cover;
    background-position: center;
}

.carousel-goa-img1 {
    width: 100%;
    height: 50%;
    background-image: url(image/goa-bg1.jpg);
    background-size: cover;
    background-position: top;
}

.carousel-goa-img2 {
    width: 100%;
    height: 50%;
    background-image: url(image/goa-bg2.jpg);
    background-size: cover;
    background-position: center;
}

.carousel-goa-img3 {
    width: 100%;
    height: 50%;
    background-image: url(image/goa-bg3.jpg);
    background-size: cover;
    background-position: center;
}

.carousel-jammu-img1 {
    width: 100%;
    height: 50%;
    background-image: url(image/jammu-bg1.jpg);
    background-size: cover;
    background-position: center;
}

.carousel-jammu-img2 {
    width: 100%;
    height: 50%;
    background-image: url(image/jammu-bg2.jpg);
    background-size: cover;
    background-position: center;
}

.carousel-jammu-img3 {
    width: 100%;
    height: 50%;
    background-image: url(image/jammu-bg3.jpg);
    background-size: cover;
    background-position: center;
}


.carousel-control-next-icon {
    color: #ffffff;
    font-size: 30px;
}

.next-btn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: none;
    border: 4px solid #9dcd5a;
    font-size: 30px;
    color: #9dcd5a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}


.tour-info-individual {
    width: 100%;
    margin-top: 80px;
}

.tour-info-individual-content-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.tour-info-individual-content-head button {}

.tour-btn1 {
    border: 0.5px solid #9dcd5a;
    border-right: none;
    transition: all .3s;
    color: #9dcd5a;
    width: 25%;
    padding: 15px 0px;
    background: none;
}

.tour-btn2 {
    border: 0.5px solid #9dcd5a;
    border-right: none;
    transition: all .3s;
    color: #9dcd5a;
    width: 25%;
    padding: 15px 0px;
    background: none;
}

.tour-btn3 {
    border: 0.5px solid #9dcd5a;
    border-right: none;
    transition: all .3s;
    color: #9dcd5a;
    width: 25%;
    padding: 15px 0px;
    background: none;
}

.tour-btn4 {
    border: 0.5px solid #9dcd5a;
    transition: all .3s;
    color: #9dcd5a;
    width: 25%;
    padding: 15px 0px;
    background: none;
}

.tour-btn1:hover {
    border: none;
    color: white;
    background: #9dcd5a;
    width: 25%;
    padding: 15px 0px;

}

.tour-btn2:hover {
    border: none;
    color: white;
    background: #9dcd5a;
    width: 25%;
    padding: 15px 0px;

}

.tour-btn3:hover {
    border: none;
    color: white;
    background: #9dcd5a;
    width: 25%;
    padding: 15px 0px;

}

.tour-btn4:hover {
    border: none;
    color: white;
    background: #9dcd5a;
    width: 25%;
    padding: 15px 0px;

}

.active-btn {
    border: none;
    background: #9dcd5a;
    color: white;
    padding: 15px 0px;
    width: 25%;
    padding: 15px 0px;
}


.content-overview {
    width: 100%;
    display: none;
    padding: 30px;
    height: max-content;
    box-shadow: 0px 5px 15px rgb(212, 212, 212);
    transition: all .5s;

}

.content-itinerary {
    width: 100%;
    padding: 30px;
    display: none;
    height: max-content;
    display: none;
    box-shadow: 0px 5px 15px rgb(212, 212, 212);
    transition: all .5s;

}

.content-cost {
    width: 100%;
    padding: 30px;
    display: none;
    height: max-content;
    box-shadow: 0px 5px 15px rgb(212, 212, 212);
    transition: all .5s;

}

.content-gallery {
    display: none;
}

.active-content {
    width: 100%;
    padding: 30px;
    height: max-content;
    box-shadow: 0px 5px 15px rgb(212, 212, 212);
    display: block;
    transition: all .5s;
    animation: opacity .5s linear forwards;
    position: relative;


}

@keyframes opacity {
    0% {

        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.day-number {
    width: 40px;
    height: 40px;
    background: #9dcd5a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.tour-details {
    padding: 10px;
    color: white;
    background: #9dcd5a;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}



.tour-loction {
    width: 20px;
    height: 20px;
    background: #9dcd5a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 7px;
}

.tour-form {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(61, 61, 61, 0.145);
    height: max-content;
}

.tour-form form {
    width: 100%;
}

.tour-form form input {
    width: 100%;
}

.tour-form form button {
    padding: 10px 20px;
    color: white;
    background: #9dcd5a;
    font-size: 17px;
    border: none;

}

.tour-img-box {
    width: 100%;
    /* height: 100px; */
    /* background-image: url(image/img1.jpg); */
    cursor: pointer;
}

.tour-img-box2 {
    width: 100%;
    /* height: 100px; */
    /* background-image: url(image/img1.jpg); */
    cursor: pointer;
}

.price {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9dcd5a;
    color: white;
    position: absolute;
    top: 10;
    right: 10;
}

.price h5 {
    font-size: 18px;
}

.active-content h2 {
    font-size: 30px;
}


#container {
    width: 100%;
    /* mask: linear-gradient(90deg, transparent, white 30%, white 30%, transparent);
	-webkit-mask: linear-gradient(
		90deg,
		transparent,
		white 30%,
		white 30%,
		transparent
	); */
    margin: auto;

}

.tour-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.tour-list li {
    background: var(--light-blue);
    color: var(--text-color);
    padding: 10px 20px;
    border-radius: 7px;
    /* 	border: 1px outset var(--text-color); */
    box-shadow: 2px 2px 2px var(--dark-blue-shadow),
        2px 3px 3px var(--dark-blue-shadow), 2px 5px 5px var(--dark-blue-shadow),
        2px 8px 8px var(--dark-blue-shadow);
}

#container2 {
    /* width: 100%; */
    /* mask: linear-gradient(90deg, transparent, white 30%, white 30%, transparent);
	-webkit-mask: linear-gradient(
		90deg,
		transparent,
		white 30%,
		white 30%,
		transparent
	); */
    margin: auto;

}

#container[data-animated] {
    overflow: hidden;
}

#container[data-animated] #list {
    width: max-content;
    animation: scroll 50s linear infinite;
}


#container2[data-animated] {
    overflow: hidden;
}

#container2[data-animated] #list {
    width: max-content;
    animation: scrolly 20s linear infinite;
}

@keyframes scroll {
    to {
        translate: calc(-50% - 5px);
    }
}

@keyframes scrolly {
    to {
        translate: calc(-50% - 5px);
    }
}


.tour-list-box {
    width: 350px;
    height: 150px;
    /* border-radius: 100px; */
    overflow: hidden;
    position: relative;
}

.tour-list-box-tour-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
}

.tour-list-box-tour-info h6 {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    color: rgb(48, 48, 48);
}

.tour-list-box-tour-info button {
    padding: 7px 20px;
    color: white;
    background: #9dcd5a;
    border: none;
}

.more-trip-section {
    margin-top: 80px;
}




/* services page css */
.service-box2 {
    margin-top: 80px;
    margin-bottom: 40px;
}



.services-icone-box {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #9dcd5a52;
    color: #9dcd5a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.services-icone-box p {
    font-size: 40px;
}

.services-box2-content-box {
    text-align: center;
    padding: 20px 10px;

}

.services-box2-content-box p {
    color: #616161;
}

@media screen and (max-width: 1200px) {
    .main-heading {
        font-size: 59px;
    }

    .topwar {
        padding: 0px 10px;
    }

    .review-page-card-box {
        justify-content: space-between;
    }
}


@media screen and (max-width: 1026px) {
    .topwar {
        padding: 10px;
        display: none;
        margin-top: 0;
    }
}


@media screen and (max-width: 900px) {

    .box5-mob {
        display: block;
    }

    .box5{
        display: none;
    }

    .topwar {
        padding: 10px;
        display: none;
        margin-top: 0;
    }

    .topwar-left-section {
        display: block;
    }

    .nav-container {
        display: none;
    }

    .custom-nav {
        padding: 6px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 99999;
        background: black;
    }

    .toggle-icon {
        color: white;
        display: block;
        margin: 0;
        font-size: 20px;
        z-index: 1;
    }

    .toggle-icon-2 {
        color: white;
        display: block;
        margin: 0;
        font-size: 25px;
        z-index: 9999999;
    }

    .mob-logo {
        display: block;
        z-index: 9999999;
    }

    .mob-nav {
        display: block;
        width: 100%;
        height: 0%;
        background: rgb(29, 29, 29);
        position: absolute;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-left: 0%;
        overflow: hidden;
        transition: all .5s;
        z-index: 999999;
    }

    .mob-active-nav {
        display: block;
        width: 100%;
        height: 100%;
        background: rgb(29, 29, 29);
        position: absolute;
        text-align: center;
        margin: 0;
        padding: 20px 0px;
        margin-left: 0;
        transition: all .5s;
        z-index: 99999;
    }

    .contact-btn-mob {
        border: none;
        background: #9dcd5a;
        color: white;
        padding: 5px 10px;
        letter-spacing: 1.2;
    }

    .mob-list {
        margin-top: 20px;
        margin-bottom: 20px;
        list-style: none;
    }

    .mob-link {
        color: white;
        font-weight: 400;
        text-decoration: none;
    }

    .main-heading {
        font-size: 45px;
    }

    .review-section {
        padding: 0;
    }



    .review-card-head {
        display: block;
    }

    .client-name-box {
        margin: 0px;
        margin-top: 20px;
    }

    .review-card-box {
        display: block;
    }

    .review-card {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        padding: 20px 10px;
    }

    .client-img {
        margin: auto;
    }

    .review-head-box button {
        display: none;
    }

    .review-head-box {
        text-align: center;
        display: block;
    }

    .review-section-footer-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .review-section-footer-btn button {
        padding: 10px 20px;
        color: white;
        background: #9dcd5a;
        font-weight: bold;
        font-size: 20px;
        border: none;
        border-radius: 10px;
        transition: all .5s;
    }

    .review-head-box h2 {
        font-size: 35px;
        color: #9dcd5a;
    }

    .review-page-card-box {
        display: block;
    }

    .review-page-card {
        margin: auto;
        margin-bottom: 20px;
    }

    .destination-main-box {
        display: none;
    }


}


@media screen and (max-width: 800px) {
    .custom-tobar {
        display: none;
    }

    .box1-content-box2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box1-content-box {
        text-align: center;
    }

    .main-heading {
        font-size: 38px;
    }

    .sub-box1 {
        padding: 20px 0px;
    }

    .form-box {
        width: 100%;
    }

    .flex {
        display: flex;
        justify-content: start;
    }

    .icon-box-f {
        width: 40px;
        height: 40px;
        border-radius: 22px;
    }

    .icon-box-i {
        width: 40px;
        height: 40px;
        border-radius: 22px;
    }

    .icon-box-y {
        width: 40px;
        height: 40px;
        border-radius: 22px;
    }

    .icon-box-t {
        width: 40px;
        height: 40px;
        border-radius: 22px;
    }

    .footer-bottom-box {
        display: block;
        text-align: center;
        font-size: 15px;
    }

    .success-number {
        font-size: 45px;
    }

    .custom-modal {
        display: flex;
    }

    .main-heading2 {
        font-size: 20px;
    }

    .about-head {
        font-size: 28px;
    }

    .about-page-heading {
        margin-top: 30px;
    }

    .custom-row {
        display: block;
        overflow: visible;
        height: max-content;
    }

    .custom-row-box3 {
        display: block;
        overflow: visible;
        height: max-content;
    }

    .custom-col-2 {
        width: 100%;
    }

    .custom-col {
        width: 100%;
        height: 300px;
    }

    .custom-col-img2 {
        width: 100%;
        height: 300px;
    }

    .about-box3 {
        margin-top: 30px;
    }

    .about-box4 {
        margin-top: 30px;
    }

    .about-box5 {
        margin-top: 30px;
    }

    .about-box4-card {
        margin: auto;
    }

    .contact-box2 {
        margin-top: 30px;
    }

    .info h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 767px) {

    .tour-card-img {
        width: 100%;
        height: 241px;
    }

    .tour-card-img2 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img3 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img4 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img5 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img6 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img7 {
        width: 100%;
        height: 241px;
    }


    .tour-card-img8 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img9 {
        width: 100%;
        height: 241px;
    }


    .tour-card-img10 {
        width: 100%;
        height: 241px;
    }

    .tour-card-img11 {
        width: 100%;
        height: 241px;
    }
    .tour-card-img12 {
        width: 100%;
        height: 241px;
    }

    .tour-card-footer-box {
        display: block;
    }

    .tour-card-footer-box p {
        width: 100%;
    }

    .tour-card-footer-box button {
        margin-top: 20px;
    }

    .sticky-box {
        position: relative;
        z-index: 0;
    }

    .filter-box {
        display: block;
        height: 0;
        padding: 0px 20px;
        border: none;
        transition: all .5s;
    }

    .mob-filter-box {
        display: block;
        height: 300px;
        border: none;
        padding: 20px;
        border: 2px solid rgb(235, 235, 235);
        border-radius: 3px;
        transition: all .5s;
        overflow: hidden;
    }

    .filter-input {
        display: block;
        width: 100%;
    }

    .filter1 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .filter1 select {
        width: 100%;
    }

    .filter-box button {
        margin-top: 20px;
    }

    .tour-info {
        display: block;
    }

    .tour-price-box {
        padding: 0;
        border: none;
    }

    .review-page-box2 {
        margin-top: 10px;
    }

    .review-form-box-text {
        padding: 10px;
    }

    .review-form-box {
        padding: 10px;
    }

    .tour-heading h1 {
        color: #ffffff;
        font-size: 22px;
        animation: zoom 1s linear forwards;
        /* Apply animation and retain final state */
    }

    @keyframes zoom {
        0% {

            transform: scale(0);
        }

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

    .tour-heading p {
        color: white;
        font-size: 18px;
        margin-bottom: 0;
        animation: zoom 1s linear forwards;
    }

    .next-btn {
        display: none;
    }

    .tour-btn1 {
        font-size: 13px;
    }

    .tour-btn2 {
        font-size: 13px;
    }

    .tour-btn3 {
        font-size: 13px;
    }

    .tour-btn4 {
        font-size: 13px;
    }

    .active-content {
        padding: 30px 10px;
    }

    .active-content h2 {
        font-size: 20px;
    }

    .tour-details {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .price {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: 20px;
        top: 12;
        right: 11;
    }

    .price h5 {
        font-size: 10px;
    }

    .tour-info-individual {
        margin-top: 30px;
    }

    .more-trip-section {
        margin-top: 30px;
    }

    .tour-list-box {
        width: 300px;
    }

    .tour-list-box-tour-info {
        width: 300px;
    }

    #container {
        width: 100%;
        /* mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
        -webkit-mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent); */
        margin: auto;
    }

    .box3 {
        margin-top: 40px;
    }

    .footer-content {
        padding: 20px 0px;
    }

    .service-box2 {
        margin-top: 30px;
    }

    .tour-card {
        margin-top: 0px;
    }

    .filter-btn{
        display: block;
        padding: 5px 15px;
        color: white;
        background: #9dcd5a;
        border: none;
    }

    .review-card-head p{
        margin-bottom: 5px;
    }
}