.home {
    width: 100%;
}


.home .mainSlider {
    width: 100%;
    position: relative;
}

.home .mainSlider .swiper-container {
    height: 500px;
    overflow: hidden;
}

.home .mainSlider .swiper-container .tourzoneSlider {
    width: 100%;
}

.home .mainSlider .swiper-container .tourzoneSlider>video {
    height: 100%;
}

.home .mainSlider .swiper-container .tourzoneSlider>img {
    width: 100%;
}

.home .mainSlider .sliderMiddle {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    z-index: 9;
    max-width: 900px;
}

.home .sliderMiddle>.motto {

    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding-left: 10px;
    text-align: center;
    text-shadow: -2px 3px 6px rgb(0 0 0 / 27%);
    margin-bottom: 20px;
}


.home .sliderMiddle>.searchBox {
    display: flex;
    background: #fff;
    border-radius: 10px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    padding-left: 20px;
    padding-right: 2px;
    position: relative;
}

.home .sliderMiddle>.searchBox>.autoComplete {
    position: absolute;
    top: 60px;
    background-color: #fff;
    border-radius: 7px;
    padding: 10px;
    width: 90%;
    z-index: 999;
    box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    opacity: 0;

}

.home .sliderMiddle>.searchBox>.autoComplete.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    transform: translateY(0);
    width: calc(100% - 60px);
}

.home .sliderMiddle>.searchBox>.autoComplete>a {
    color: #000;
    text-decoration: none;
}

.home .sliderMiddle>.searchBox>.autoComplete>a>.searchBody {
    display: flex;
    margin-bottom: 10px;
}



.home .sliderMiddle>.searchBox>.autoComplete>a>.searchBody>.photo {
    width: 40px;
    margin-right: 10px;

}

.home .sliderMiddle>.searchBox>.autoComplete .firstClick {
    width: 100%;
    padding: 15px;
}

.home .sliderMiddle>.searchBox>.autoComplete .firstClick>.firstClickTitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.home .sliderMiddle>.searchBox>.autoComplete .firstClick>.firstClickTitle>.title {
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;

}

.home .sliderMiddle>.searchBox>.autoComplete .firstClick>.firstClickTitle>.clearHistory {
    font-size: 12px;
    color: #41009a;
    cursor: pointer;
}

.home .sliderMiddle>.searchBox>.autoComplete .firstClick>.lastSearchContainer>a>.lastSearchItem {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.home .sliderMiddle>.searchBox>.autoComplete>a>.searchBody>.photo>.search-pic {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 4px;

}

.home .sliderMiddle>.searchBox>.autoComplete>a>.searchBody>.content {}

.home .sliderMiddle>.searchBox>.autoComplete>a>.searchBody>.content>.title {
    font-size: 14px;
    font-weight: bold;
}

.home .sliderMiddle>.searchBox>.autoComplete>a>.searchBody>.content>.destination {
    font-size: 12px;
    font-weight: bold;
}


.home .sliderMiddle>.searchBox>.where {
    padding-left: 35px;
    width: calc(100% - 30px);
    position: relative;

}

.home .sliderMiddle>.searchBox>.where>input {
    font-family: 'Comfortaa', cursive, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0;
    font-size: 16px !important;
    display: block;
    width: 100%;
    height: 60px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.home .sliderMiddle>.searchBox>.where>input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.home .sliderMiddle>.searchBox>.where>.icon {
    position: absolute;
    left: 8px;
    width: 24px;
    top: 17px;
}

.home .sliderMiddle>.searchBox>.thingstodo {
    padding-left: 35px;
    width: 25%;
    position: relative;
    border-right: 1px solid #dedede;
    margin-left: 10px
}

.home .sliderMiddle>.searchBox>.thingstodo>input {
    font-family: 'Comfortaa', cursive, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0;
    font-size: 16px !important;
    display: block;
    width: 100%;
    height: 60px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.home .sliderMiddle>.searchBox>.thingstodo>input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.home .sliderMiddle>.searchBox>.thingstodo>.icon {
    position: absolute;
    left: 8px;
    width: 24px;
    top: 17px;
}

.home .sliderMiddle>.searchBox>.dates {
    padding-left: 35px;
    width: calc(50% - 30px);
    position: relative;
    margin-left: 10px;
}

.home .sliderMiddle>.searchBox>.dates>input {
    font-family: 'Comfortaa', cursive, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0;
    font-size: 16px !important;
    display: block;
    width: 100%;
    height: 60px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.home .sliderMiddle>.searchBox>.dates>input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.home .sliderMiddle>.searchBox>.dates>.icon {
    position: absolute;
    left: 8px;
    width: 24px;
    top: 17px;
}

.home .sliderMiddle>.searchBox>.searchButton {

    width: 60px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home .sliderMiddle>.searchBox>.searchButton img {
    width: 24px;
}

.home .sliderMiddle>.searchBox>.searchButton>.search {
    width: 60px;
    border-radius: 10px;
    border: 1px solid #41009a;
    text-align: center;
    /* font-size: 16px; */
    /* font-family: "Avenir LT Pro 85 Heavy", Helvetica, Arial, Sans-Serif; */
    padding-bottom: 13px;
    padding-top: 15px;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    background-color: #41009a;
    transition: .3s ease;
}

.home .covid {
    width: 100%;

    background-color: #999;
    color: #fff;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    font-size: 14px;

}

.home>.homeContainer {
    position: relative;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    z-index: 6;
}

.home>.homeContainer>.whyTourzone {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;

}

.home>.homeContainer>.turstIcons {
    display: flex;

    padding: 15px;
}

.home>.homeContainer>.categories {
    margin-top: 30px;
    display: flex;
    padding: 15px;
    width: 100%;
    justify-content: space-evenly;
}

.home>.homeContainer>.categories>.items {
    display: flex;
    width: 130px;
    align-items: center;
    justify-content: center;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: -2px 3px 6px rgb(0 0 0 / 80%);
    font-size: 12px;
    background-size: cover !important;
    background-blend-mode: saturation;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 10px 22px -8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 22px -8px rgb(0 0 0 / 30%);
    cursor: pointer;

}



.home>.homeContainer>.turstIcons>.items {
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: center;
}

.home>.homeContainer>.turstIcons>.items>.icon {
    margin-right: 15px;
}

.home>.homeContainer>.turstIcons>.items>.icon>img {
    width: 48px;
}

.home>.homeContainer>.turstIcons>.items>.detail>.title {
    font-weight: bold;
    font-size: 14px;
}

.home>.homeContainer>.turstIcons>.items>.detail>.text {

    font-size: 12px;
}

.home>.homeContainer .products {
    margin-top: 15px;
    width: 100%;

    padding: 25px 0px;
}

.home>.homeContainer .products .loadings {
    display: flex;
    justify-content: space-around;
}

.home>.homeContainer .products>.groups {
    margin-bottom: 30px;
}

.home>.homeContainer .products>.banner {
    margin-top: 60px;
    width: 100%;

    border-radius: 15px;
    background-position: center;
    background-size: cover;
    margin-bottom: 60px;
}

.home>.homeContainer .products>.banner>img {
    width: 100%;
    border-radius: 12px;

}

.home>.homeContainer .products>.groups>.groupName {
    font-size: 32px;
    font-weight: bolder;
    padding-bottom: 30px;
    padding-top: 0px;
    padding-left: 0;
    text-align: center;
}

.home>.homeContainer .products>.groups .productDiv {
    border-radius: 7px;
    background-color: #fff;
    transition: .5s ease;
    cursor: pointer;
    border: 0px solid #ededed;

}

.home>.homeContainer .products>.groups .swiper-slide {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

.home>.homeContainer .products>.groups .swiper-slide a {
    text-decoration: none;
}


.home>.homeContainer .products>.groups .productDiv:hover>.productImg {
    background-size: 110%;
    transition: .5s ease;
    background-position: center;

    -webkit-box-shadow: 0 10px 22px -8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 22px -8px rgb(0 0 0 / 30%);
}

.home>.homeContainer .products>.groups .productDiv>.productImg {
    height: 175px;
    background-size: 100%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    transition: .5s ease;
    background-position: center;
}


.home>.homeContainer .products>.groups .productDiv>.productDetail {
    position: relative;
}

.home>.homeContainer .products>.groups .productDiv>.productDetail>.productSpect {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.home>.homeContainer .products>.groups .productDiv>.productDetail>.productSpect>.icons {
    margin-right: 5px;
    height: 12px;
}

.home>.homeContainer .products>.groups .productDiv>.productDetail>.productSpect>.icons>img {
    width: 12px;
    height: 12px;
}

.home>.homeContainer .products>.groups .productDiv>.productDetail>.productSpect>.text {
    font-size: 12px;
    color: #000;

}

.home>.homeContainer .products>.groups .productDiv>.productDetail>.productTitle {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 5px;
    padding-top: 10px;
    letter-spacing: -0.5px;
    max-height: 54px;
    height: 54px;
}

.home>.homeContainer .products>.groups .productDiv>.productDetailPrice {
    display: flex;
    align-items: center;
    color: #000;
}

.home>.homeContainer .products>.groups .productDiv>.productDetailPrice>.froms {
    font-size: 14px;
    font-weight: bold;
}

.home>.homeContainer .products>.groups .productDiv>.productDetailPrice>.price {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.home>.homeContainer .products>.groups .productDiv>.productDetailPrice>.priceType {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}


.home>.homeContainer .products>.groups .productDiv>.productDetail>.productText {
    font-size: 11px;
    color: #666;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 32px;
    max-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home>.homeContainer .products>.groups .productDiv>.line {
    border-bottom: 1px solid #dedede;
    width: 100%;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.mapIcon {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    position: absolute;
    bottom: 5px;
    right: 5px;
    overflow: hidden;
    transition: .5s ease;
    -webkit-box-shadow: 0 10px 22px -8px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, .35);
    box-shadow: 0 10px 22px -8px rgb(0 0 0 / 35%);
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.mapIcon>.icon {
    transition: .5s ease;
    margin-left: 6px;
    margin-top: 4px;
    margin-right: 5px;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.mapIcon>.text {

    margin-top: 7px;
    font-size: 14px;
    text-align: center;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.mapIcon>.icon img {
    width: 21px;
    height: 21px;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.mapIcon:hover>.icon {
    transform: translateX(0px);
    transition: .5s ease;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.mapIcon:hover {
    width: 80px;
    transition: .5s ease;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.wishlistProduct {
    position: absolute;
    top: 10px;
    right: 10px;
}

.home>.homeContainer .products>.groups .productDiv>.productImg>.wishlistProduct>img {
    width: 32px;
}

.home>.homeContainer .products>.groups .productDiv>.categories {
    position: relative;
    margin-top: -12px;
    background-color: #41009a;
    font-weight: bold;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    margin-left: 15px;
    color: #fff;
    width: fit-content;
}

.home>.homeContainer .products>.groups .productDiv .savetoUp {
    position: absolute;
    margin-top: 0px;
    background-color: #ff6c0e;
    font-weight: bold;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    margin-left: 15px;
    color: #fff;
    width: fit-content;
    display: flex;
}

.swiper-button-next-tour-home {
    position: absolute;
    top: 40%;

    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 7px 7px -4px hsl(0deg 0% 65% / 35%);
    box-shadow: 0 7px 7px -4px hsl(0deg 0% 65% / 35%);
    border-radius: 50%;
    /* top: 120px; */
    background-color: #fff;
    height: 45px;
    width: 45px;
    z-index: 1;
    right: 2px;
    left: auto;
}

.swiper-button-prev-tour-home {
    position: absolute;
    top: 40%;

    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 7px 7px -4px hsl(0deg 0% 65% / 35%);
    box-shadow: 0 7px 7px -4px hsl(0deg 0% 65% / 35%);
    border-radius: 50%;
    /* top: 120px; */
    background-color: #fff;
    height: 45px;
    width: 45px;
    z-index: 1;
    left: 2px;
    right: auto;
}




.swiper-button-prev-tour-home::after {
    font-size: 18px;
    margin-left: -4px;
    margin-top: 2px;
    font-weight: bold;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    content: 'prev';
    color: #41009a;
}

.swiper-button-next-tour-home::after {
    font-size: 18px;
    margin-left: 5px;
    margin-top: 2px;
    font-weight: bold;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    content: 'next';
    color: #41009a;
}

.showDestination {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;

}

.showDestination .destinationGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 400px;
}

.showDestination>.titles {
    font-size: 32px;
    font-weight: bolder;
    padding-bottom: 30px;
    padding-top: 0px;
    padding-left: 0;
    text-align: center;
}

.showDestination .destName {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: #41009a;
    font-weight: bold;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;

    color: #fff;
    width: fit-content;
}

.showDestination .destinationGrid .div0 {
    grid-area: 1 / 2 / 7 / 4;
    position: relative;
    cursor: pointer;
}

.showDestination .destinationGrid .div1 {
    grid-area: 1 / 1 / 4 / 2;
    position: relative;
    cursor: pointer;
}

.showDestination .destinationGrid .div2 {
    grid-area: 4 / 1 / 7 / 2;
    position: relative;
    cursor: pointer;
}

.showDestination .destinationGrid .div3 {
    grid-area: 1 / 4 / 4 / 5;
    position: relative;
    cursor: pointer;
}

.showDestination .destinationGrid .div4 {
    grid-area: 4 / 4 / 7 / 5;
    position: relative;
    cursor: pointer;
}



.showDestination .destinationGrid img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    transition: box-shadow .2s;
    height: 100%;
    border-radius: 7px;
}

@media (max-width: 1580px) {
    .home>.homeContainer {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 1280px) {

    .home .sliderMiddle>.motto {
        font-size: 2.6rem;
    }

    .home .sliderMiddle>.searchBox {
        margin-left: 15px;
        margin-right: 15px;
    }

    .home>.homeContainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home>.homeContainer>.turstIcons {
        margin-top: 30px;
        flex-wrap: wrap;
        padding: 0px;
    }


    .home>.homeContainer>.turstIcons>.items {
        width: 100%;
    }

    .home .sliderMiddle>.searchBox>.autoComplete.active {

        width: calc(100%);
    }

    .home>.homeContainer .products>.groups>.groupName {
        font-size: 21px;
    }

    .home>.homeContainer .products>.banner {
        margin-top: 30px;
        width: 100%;

        overflow: hidden;
        border-radius: 15px;
        background-position: center;
        background-size: cover;
        margin-bottom: 60px;
    }
}