﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carouselSection {
    width: 100%;
    height: 700px;
    padding-bottom: 4em;
    position: relative;
    object-fit: cover;
}

.swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.carouselSection h1 {
    position: absolute;
    left: 50%;
    text-shadow: 0 0 9px #464444;
    top: 50%;
    transform: translate(-50%, 50%);
    color: white;
    font-weight: 800;
    font-size: 2.5rem;
    z-index:9;
}

.packContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    gap: 2rem;
    padding-bottom: 4em;
}

.packContent {
    /* padding: 20px; */
    width: 100%;
    height: 255px;
    position: relative;
    transition: .3s;
}

h1 {
    font-weight: 600;
}

.packImg {
    object-fit: cover;
    width: 100%;
    background: black;
    border-radius: 2rem 10px;
    height: 100%;
}

.packContent h2 {
    margin: 15px;
    border-bottom: 3px solid white;
    z-index: 1;
    position: absolute;
    color: white;
    text-shadow: 0 0 5px black;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: bold;
}

.packContent:hover {
    transform: scale(1.05);
    transition: .3s ease;
    backdrop-filter: blur(1);
}

.cardlist1 {
    width: 400px;
}

    .cardlist1 img {
        width: 100%;
    }
/*==========================*/
/*Third Section of Desktop View */
.cardSection h1 {
    font-weight: 600;
}

.Cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    column-gap: 1rem;
    row-gap: 2rem;
    justify-items: center;
}

.cardBody {
    width: 100%;
    border-radius: 20px;
    position: relative;
    background-position: center 10px;
    position: relative;
    isolation: isolate;
    box-shadow: 0 0 8px gray
}

.card_title {
    font-weight: 600;
    color: #d98400c2;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-bottom: 2px solid #3d3d3d24;
}

/* .cardBody::after {
    content: '';
    position: absolute;
    background-color: #00000073;
    inset: 0;
    z-index: -1;
    border-radius: 20px;
    backdrop-filter: blur(0.5px);
} */

.cardBody img {
    width: 100%;
    border-radius: 20px 20px 10px 10px;
    height: 250px;
    object-fit: cover;
}

.cardContent > p {
    font-weight: 600;
    font-size: 1.1rem;
    color: #008000a1;
    border-bottom: 2px solid #3d3d3d24;
}

    .cardContent > p > span {
        font-weight: 500;
        color: gray;
        border: none;
    }

.iconPack i {
    font-size: 1.4rem;
    text-shadow: 0 2px 3px gray;
}

.iconPack p {
    font-weight: 600;
}

.cardContent p span {
    font-weight: 500;
    color: gray;
}

.mx-2 {
    background-color: #ff000096;
    position: absolute;
    color: white;
    font-family: 'Poppins';
    border-radius: 6px;
    font-weight: bold;
    right: 5px;
    top: 1rem;
    font-style: normal;
    padding: 6px 10px;
}

/*about*/
.h_about h1 {
    font-size: 3rem;
    color: #ffc107b8;
    font-weight: 600;
}

.about_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.h_about p {
    font-size: 1.35rem;
    font-family: inherit;
    text-align: justify;
}

.cardContent {
    height: 200px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.about_section img {
    width: 100%;
    border-radius: 22%;
    object-fit: cover;
    grid-row: -1;
}

.iconPack {
    display: flex;
    place-items: center;
    justify-content: space-around;
    gap: 15px;
    font-size: 0.8rem;
}

    .iconPack p {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

.chooseUs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    gap: 1rem;
}

.review {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .review h2 {
        font-size: 1.3rem;
        color: #d98400c2;
        font-weight: 600;
    }

    .review p {
        font-size: 1.2rem;
        color: gray;
        text-wrap: balance;
    }

    .review i {
        font-size: 5rem;
        color: #ff8a08;
        text-shadow: 0 3px 4px #8f8f8f8f;
    }

.splide {
    background-image: url(./assets/Images/bgAdventrue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.splide__slide img {
    vertical-align: bottom;
    height: 480px;
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    box-shadow: 0 0 10px #b6b5b5;
    object-position: center;
}

.splide__list .splide__slide {
    padding: 0.5rem 1rem;
    position: relative;
}

.adventureContent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* align-items: center; */
    padding: 2rem;
    justify-content: space-evenly;
}

    .adventureContent p {
        display: inline;
        width: 145px;
        padding: 4px;
        background: #ff0000cf;
        text-align: center;
        border-radius: 4px;
        color: white;
        position: absolute;
        top: 24px;
    }

    .adventureContent h2 {
        color: white;
        text-shadow: 0 2px 6px gray;
        font-size: 1.6rem;
        position: absolute;
        font-weight: 600;
        letter-spacing: 3px;
        top: 2em;
    }


.HyperLink1 {
    position: absolute;
    bottom: 2em;
    right: 3em;
    width: 120px;
    background-color: #FF9800;
    border: none;
    text-align: center;
    padding: 11px 15px;
    border-radius: 14px 6px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

    .HyperLink1:hover {
        color: var(--white);
        background-color: rgba(194, 194, 194, 0.57);
        box-shadow: rgba(255, 255, 255, 0.73) 0px 0px 9px inset;
        border-radius: 6px;
    }

.rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 2px solid #80808040;
}

    .rate p {
        margin-bottom: 0;
    }

.HyperLink2 {
    background-color: #FF9800;
    border: none;
    text-align: center;
    padding: 6px 10px;
    border-radius: 14px 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}


.destinationSection {
    display: grid;
    gap: 2rem;
}

.destinations {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem
}

.destinationImages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
    gap: .5rem
}

.ImgWraper {
    position: relative;
}

.destinations img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.destinationContent {
    margin: auto
}

    .destinationContent h2 {
        color: orange;
    }

    .destinationContent h4 {
        color: orange;
    }

    .destinationContent p {
        color: gray;
        font-family: math;
        font-size: 1.3rem;
    }

.destinationTitle {
    display: flex;
    padding: 7rem 1rem 1rem;
    color: white;
    text-shadow: 0 2px 6px black;
    position: absolute;
    border-radius: 8px;
    inset: 0;
    flex-direction: column;
}

    .destinationTitle h4 {
        color: white;
    }

    .destinationTitle:hover {
        background-color: #00000061;
        transition: .3s
    }
/*asdklfjl;kasjdflk;jas*/
@media screen and (max-width:680px) {
    .carouselSection h1 {
        padding: 1rem;
        left: 0;
        top: 60%;
        transform: translate(0, 0);
        font-size: 1.3rem;
    }

    .packContainer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about_section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .Cards {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chooseUs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .splide__list li {
        padding: 0;
    }

    .destinations {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .destinationImages {
        display: grid;
        grid-template-columns: 1fr;
    }

    .destinationMb {
        grid-row: 1;
    }

    section .contactContent {
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
    }
}

@media screen and (min-width:681px) and (max-width:1100px) {

    .packContainer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about_section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .Cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .chooseUs {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/*Cards Css*/
/*====================================================================================================================*/
.pack_Img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.packHeading p {
    text-align: justify;
    font-size: 1.4rem;
    text-wrap: balance;
    color: gray;
}
/*================================================================================*/
.aboutImg {
    width: 100%;
    object-fit: cover;
    height: 450px;
    object-position: center;
}

.mainContact > p {
    color: gray;
    font-size: 1.5rem;
    text-align: justify;
    padding: 1.4rem;
}

.contactContent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
}

.contactItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 15px 9px #0000ffb3 inset;
    width: 250px;
    height: 250px;
    gap: 0.7rem;
    border-radius: 50%;
    justify-content: center;
    font-size: 0.8rem;
}

    .contactItem i {
        font-size: 3.4rem;
        text-shadow: 0 2px 6px #bdbdbdcf;
        color: #0000ffb3;
    }

    .contactItem a {
        text-decoration: none;
        color: black;
    }

.FormContent {
    margin: 3rem 0;
    display: grid;
    height: 350px;
    gap: 2rem;
}

.contactForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.map {
    grid-row: -1;
}

.input {
    border: none;
    box-shadow: 0 0 2px gray;
    border-radius: 3px;
    padding: 1rem;
}

.contactBtn {
    border: none;
    padding: 1rem;
    box-shadow: 0 0 2px gray;
    background: #3c3cdeb3;
    border-radius: 3px;
    color: white;
    border: 2px solid transparent;
    font-weight: 600;
    transition: .3s all;
}

    .contactBtn:hover {
        background: transparent;
        color: #3c3cdeb3;
        border-color: #3c3cdeb3;
    }

.message {
    grid-row: 3;
    grid-column: span 2;
}
