* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.5rem;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

#Itenary {
    padding: 5rem 0rem;
}

.container {
    max-width: 120rem;
    margin: 0rem auto;
}

.grid {
    display: grid;
    gap: 20rem;
}

.grid-two-column {
    grid-template-columns: repeat(2, 1fr);
}

.grid-three-column {
    grid-template-columns: repeat(3, 1fr);
}

.Itenary-heading {
    max-width: 36rem;
}

.Itenary-heading h2 {
    margin-top: 2rem;
}

.WagnisTrip-logo {
    margin-left: 3rem;
}

.WagnisTrip-logo img {
    max-width: 20rem;
    display: inline-block;
}

.ITA-logo img {
    max-width: 10rem;
    margin: 1.2rem 5rem;
    display: inline-block;
}

.shimla {
    color: rgb(16, 128, 209);
    font-weight: bolder;
    padding: 6rem 0rem;
    font-style: italic;
}

.package {
    margin-top: -4rem;
}

.package h4 {
    border: 0.1rem solid grey;
    border-radius: 1.7rem;
    background: rgb(232, 242, 250);
    color: rgb(16, 128, 209);
    padding: 0.4rem;
    max-width: 10rem;
    text-align: center;
}

.flexi {
    margin-top: -3rem;
}

.flexi h4 {
    font-weight: normal;
    text-align: center;
}

.shimla-tour {
    margin-top: -6.5rem;
}

.selection,
.price,
.payments {
    padding: 5rem 0rem;
}

.selection h4 {
    font-weight: normal;
}

.price h4 {
    font-weight: normal;
    text-align: center;
}

.payments h4 {
    font-weight: normal;
}

.pvt-6 {
    border-bottom: 0.3rem solid rgb(16, 128, 209);
    margin-bottom: 2rem;
}

.content ol a li {
    color: rgb(16, 128, 209);
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
}

.content h4 {
    margin-bottom: 1rem;
}

.WagnisTrip-Holidays {
    background: rgb(232, 242, 250);
    border-radius: 1.5rem;
    padding: 1rem 5rem;
    max-width: 50rem;
    margin: 0rem auto;
    border: 0.1rem solid rgb(16, 128, 209);
    margin-left: 9.2rem;
}

.WagnisTrip-Holidays h5 {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.WagnisTrip-Holidays h2 {
    font-style: italic;
    font-size: 3.5rem;
}

.WagnisTrip-Holidays h5 {
    font-weight: bold;
}

.Trip-overview {
    padding: 2rem 0rem;
}

.Trip-overview h2 {
    color: rgb(16, 128, 209);
    font-weight: bold;
    font-style: italic;
}

.Trip-overview img {
    display: inline-block;
    max-width: 120rem;
    margin-top: 2rem;
}

.price-starting {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
}

.price-starting h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.duration {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
}

.duration h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.New-Delhi {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
    margin-top: 5rem;
}

.New-Delhi h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.Delhi {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
    margin-top: 5rem;
}

.Delhi h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.forward-icon {
    display: inline-block;
    position: relative;
    top: 0.2rem;
}

.operated {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
    margin-top: 5rem;
}

.operated h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.operator {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
    margin-top: 5rem;
}

.operator h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.tour {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
    margin-top: 5rem;
}

.tour h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.itenary {
    padding: 5rem 0rem;
}

.itenary h2 {
    color: rgb(16, 128, 209);
    font-weight: bold;
}

.itenary h3 {
    color: rgb(234, 100, 10);
    font-weight: bold;
    padding: 1rem 0rem;
}

.itenary p {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
}

.day1-heading {
    margin-top: -3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.day1-heading h4 {
    font-weight: bold;
    font-style: italic;
}

.start-point {
    background: rgb(232, 240, 247);
    color: #000;
    border-radius: 1rem;
    padding: 2rem 10rem;
    line-height: 1.8;
    margin-top: 5rem;
}

.start-point h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
}

.days .delhi-para {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1rem 0rem;
}

.days .delhi-para-2 {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 4rem 0rem;
}

.days .shimla-para {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1rem 0rem;
    margin-bottom: 0.5rem;
}

.day-2-heading {
    margin-top: -3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 5rem;
}

.day-2-heading h4 {
    font-weight: bold;
    font-style: italic;
}

.day-4-heading {
    margin-top: -3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 5rem;
}

.day-4-heading h4 {
    font-weight: bold;
    font-style: italic;
}

.clock-icon {
    display: inline-block;
    position: relative;
    top: 0.2rem;
}

.included h3:nth-child(1) {
    color: rgb(16, 128, 209);
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.included h3:nth-child(2) {
    color: rgb(16, 128, 209);
    font-style: italic;
    font-weight: 900;
}

.included .para-1,
.included .para-2,
.included .para-3 {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0.8rem 0rem;
    margin-bottom: 2rem;
}

.included .meals,
.included .transport,
.included .others {
    font-weight: bold;
}


.why-book {
    padding: 5rem 0rem;
}

.why-book h2 {
    color: rgb(16, 128, 209);
    font-weight: bold;
    font-style: italic;
}

.booking-fees h4 {
    margin-top: 2rem;
}

.booking-fees p {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 2rem;
}

.unlimited-travel h4 {
    margin-top: 2rem;
}

.unlimited-travel p {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 2rem;
}

.safely-book {
    margin-top: 3rem;
}

.safely-book h4 {
    margin-top: 2rem;
}

.safely-book p {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 2rem;
}

.flexible-payment {
    margin-top: 3rem;
}

.flexible-payment h4 {
    margin-top: 2rem;
}

.flexible-payment p {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 2rem;
}

.booking-button {
    text-align: center;
}

.booking-button button {
    background-color: rgb(234, 100, 10);
    color: #fff;
    border: 0.1rem solid rgb(234, 100, 10);
    display: inline-block;
    padding: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}


/**** Image Slider CSS  ****/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /* 1rem = 10px */
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.slider {
    width: 60rem;
    height: 50rem;
    overflow: hidden;
    margin-top: 5rem;
}

.slides {
    width: 500%;
    height: 50rem;
    display: flex;
}

.slides input {
    display: none;
}

.slide {
    width: 20%;
    transition: 2s;
}

.slide img {
    max-width: 70rem;
    height: 30rem;
    display: inline-block;
}



#radio1:checked~.first {
    margin-left: 0rem;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

#radio5:checked~.first {
    margin-left: -80%;
}

#radio6:checked~.first {
    margin-left: -100%;
}

#radio7:checked~.first {
    margin-left: -120%;
}




.navigation-auto {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 60rem;
    margin-top: 27.5rem;
}

.navigation-auto div {
    border: 0.2rem solid #fff;
    padding: 0.5rem;
    border-radius: 1rem;
    transition: 1s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 4rem;
}

#radio1:checked~.navigation-auto .auto-btn1 {
    background: #fff;
}

#radio2:checked~.navigation-auto .auto-btn2 {
    background: #fff;
}

#radio3:checked~.navigation-auto .auto-btn3 {
    background: #fff;
}

#radio4:checked~.navigation-auto .auto-btn4 {
    background: #fff;
}

#radio5:checked~.navigation-auto .auto-btn5 {
    background: #fff;
}

#radio6:checked~.navigation-auto .auto-btn6 {
    background: #fff;
}

#radio7:checked~.navigation-auto .auto-btn7 {
    background: #fff;
}




.images-slider-group .grid {
    display: grid;
    gap: 2rem;
}

.images-slider-group .grid-three-column {
    grid-template-columns: repeat(3, 1fr);
}

.image-1 {
    margin-top: 5rem;
}

.image-1 img {
    max-width: 35rem;
    height: 30rem;
    display: inline-block;
}

.image-2 {
    margin-top: 5rem;
    margin-right: 33rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.image-2 img {
    max-width: 20rem;
    height: 14.5rem;
    display: inline-block;
}

.main-shimla {
    margin-top: -20rem;
}





/*********   Media Queries    *****************/
@media only screen and (max-width: 1220px) {
    .container {
        max-width: 100rem;
    }

    html {
        font-size: 56.25%;
        /* 1rem = 9px */
    }

    .Itenary-heading h2 {
        margin-top: 0rem;
        font-size: 3rem;
    }

    .Trip-overview img {
        max-width: 100rem;
    }

    .image-1 img {
        display: none;
    }

    .image-2 img {
        max-width: 31rem;
    }

    .slider {
        width: 66rem;
    }
}

@media only screen and (max-width: 930px) {
    .container {
        max-width: 90rem;
    }

    html {
        font-size: 56.25%;
        /* 1rem = 9px */
    }

    .Itenary-heading h2 {
        margin-top: 0rem;
        font-size: 3rem;
    }

    .Trip-overview img {
        max-width: 90rem;
    }

    .Itenary-heading h2 {
        font-size: 2.5rem;
    }

    .image-2 img {
        max-width: 22rem;
    }
}



@media only screen and (max-width: 850px) {
    .slider {
        width: 55rem;
    }
}

@media only screen and (max-width: 750px) {
    .slider {
        width: 45rem;
    }

    .image-2 {
        margin-left: -2rem;
    }
}

/* For  max-width: 830px */
@media only screen and (max-width: 51.875em) {
    .container {
        max-width: 80rem;
    }

    html {
        font-size: 56.25%;
        /* 1rem = 9px */
    }

    .Itenary-heading h2 {
        margin-top: 0rem;
        font-size: 3rem;
    }

    .Trip-overview img {
        max-width: 80rem;
    }

    .Itenary-heading h2 {
        font-size: 2rem;
    }

    .shimla-tour h3 {
        font-size: 1.8rem;
    }

    .WagnisTrip-logo img {
        max-width: 17rem;
    }

    .ITA-logo img {
        max-width: 8rem;
        margin: 1.2rem 0rem;
    }
}

/* For  max-width: 830px */
@media only screen and (max-width: 45.625em) {
    .container {
        max-width: 70rem;
    }

    html {
        font-size: 50%;
        /* 1rem = 8px */
    }

    .Itenary-heading h2 {
        margin-top: 0rem;
        font-size: 3rem;
    }

    .Trip-overview img {
        max-width: 70rem;
    }

    .Itenary-heading h2 {
        font-size: 1.8rem;
        margin-top: 2rem;
    }

    .shimla-tour h3 {
        font-size: 1.6rem;
        margin-top: 0.8rem;
    }

    .WagnisTrip-logo img {
        max-width: 15rem;
    }

    .ITA-logo img {
        max-width: 7rem;
        margin: 1.2rem 0rem;
    }

    .grid {
        gap: 10rem;
    }
}

/* For  max-width: 570px */
@media only screen and (max-width: 35.625em) {
    .container {
        max-width: 60rem;
    }

    html {
        font-size: 43.75%;
        /* 1rem = 7px */
    }

    .Itenary-heading h2 {
        margin-top: 0rem;
        font-size: 3rem;
    }

    .Trip-overview img {
        max-width: 60rem;
    }

    .Itenary-heading h2 {
        font-size: 1.5rem;
        margin-top: 4rem;
    }

    .shimla-tour h3 {
        font-size: 1.6rem;
        margin-top: 2rem;
    }

    .WagnisTrip-logo img {
        max-width: 13rem;
    }

    .ITA-logo img {
        max-width: 5rem;
        margin: 1.2rem 3rem;
    }

    .grid {
        gap: 6rem;
    }

    .flexi h4 {
        font-weight: normal;
        text-align: center;
        font-size: 1.8rem;
    }

    .package h4 {
        font-size: 1.5rem;
    }

    .selection h4,
    .price h4,
    .payments h4 {
        font-size: 1.8rem;
    }

    .grid-two-column {
        grid-template-columns: 1fr;
    }

    .content {
        text-align: center;
    }

    .slider {
        width: 40rem;
    }

    .image-2 {
        margin-left: -3rem;
    }

    .image-2 img {
        max-width: 20rem;
    }
}


/* For  max-width: 430px */
@media only screen and (max-width: 26.875em) {
    .container {
        max-width: 40rem;
    }

    .Trip-overview img {
        max-width: 40rem;
    }

    .Itenary-heading {
        width: 10rem;
    }

    .Itenary-heading h2 {
        font-size: 1.3rem;
    }

    .grid {
        gap: 3rem;
    }

    .WagnisTrip-logo {
        margin-top: 1rem;
    }

    .WagnisTrip-logo img {
        max-width: 11rem;
    }

    .ITA-logo {
        margin-top: 1.8rem;
    }

    .ITA-logo img {
        max-width: 4rem;
    }

    .WagnisTrip-Holidays {
        margin-left: 0rem;
    }
    .image-2 img {
        display: none;
    }
}

/* For  max-width: 430px */
@media only screen and (max-width: 18.75em) {
    .container{
        max-width: 40rem;
    }
   html{
    overflow-x: hidden;
    font-size: 37.5%;
    /* 1rem = 6px */
   }
   body{
    overflow-x: hidden;
   }
}