@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
#carousel3d .carousel-3d-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#carousel3d .carousel-3d-slide.current {
    background-color: transparent;
    color: #000;
}

#carousel3d .carousel-3d-slide.current span {
    font-size: 20px;
    font-weight: 500;
}

.carousel-3d-slide {
    opacity: 0.5 !important;
    border-color: transparent !important;
}

.each-slide {
       transition: all 0.5s ease;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
    }
    .each-slide:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
          transition: all 0.5s ease;
           -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
}
    .slide-image-content {
        overflow: hidden;
        border-radius: 15px;
    }

.viewmore-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    background-color: #e50019;
    box-shadow: 2px 2px 4px 0px #262626;
    -webkit-box-shadow: 2px 2px 4px 0px #262626;
    -moz-box-shadow: 2px 2px 6px 0px #262626;
    text-shadow: 1px 1px 20px #e50019;
    border: solid #e50019 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
     -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
   
}

.viewmore-btn:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

#carousel3d .portfolio-info h4 a {
    color: #000;
    margin-top: 5px;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

#carousel3d .portfolio-info h4 {
    margin: 0px;
}

#carousel3d .slide-image-content {
    position: relative;
}

#carousel3d .slide-image-content img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    box-shadow: 0 0 10px rgba(0, 0, 0, .65);
}

#carousel3d .slide-image-content .moderate {
    position: absolute;
    width: auto;
    top: 0px;
    left: 0px;
}

#carousel3d .slide-image-content .moderate .moderate-title {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 1.5px;
}

#carousel3d .slide-image-content .moderate .moderate-title p {
    margin: 0px;
}

.fontyellow {
    color: #F6D919;
}

#call-to-action span i {
    font-size: 2rem;
}

#class-to-action span.call-action-text {
    position: relative;
    top: -5px;
    color: red;
}

span.checked {
    color: #F6D919;
}

.reviewstar span {
    font-size: 18px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.owl-prev {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: -25px;
    cursor: pointer;
    font-size: 0.1px;
    top: 37%;
    width: 40px;
    height: 40px;
    background: transparent url('../img/keyboard_arrow_left_black_144x144.png')no-repeat;
    background-size: contain;
}

.owl-next {
    position: absolute;
    z-index: 10;
    display: inline-block;
    right: -25px;
    cursor: pointer;
    font-size: 0.1px;
    top: 37%;
    width: 40px;
    height: 40px;
    background: transparent url('../img/keyboard_arrow_right_black_144x144.png')no-repeat center;
    background-size: contain;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

.userreview {
    background: #fff;
    position: relative;
    display: block;
    padding: 10px;
}

.userreview ::after {
    content: "";
    clear: both;
    display: table;
}

.user-first-letter {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    line-height: 1.2px;
    padding: 6px 15px;
    text-align: center;
    width: auto;
}

.user-first-letter p {
    position: relative;
    top: 13px;
    font-size: 20px;
    color: #fff;
}

.user-review-content {
    margin-left: 50px;
}

.review-time {
    color: #888888;
    margin-left: 5px;
    font-size: 12px;
}

.user-review-text {
    text-align: justify;
}

.content-block {
    padding: 96px 32px;
    background: #000000;
    color: #fff;
}

.content-success-title {
    padding: 15px 46px 14px;
}

.content-success-title p {
    font-size: 2rem;
    text-align: center;
    color: #fff;
}

.trekking-tips p {
   font-family: 'Poppins',Helvetica,Arial,sans-serif;
    letter-spacing: 1.2px;
}

.posted-view-btn {
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000000;
    font-size: 20px;
    font-weight: 100;
    padding: 10px 20px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    border: solid #fff 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.posted-view-btn:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.keepposted {
    text-align: center;
    text-transform: uppercase;
}

.footer-links span {
    position: relative;
    top: 4px;
}

.carousel-indicators {
    display: none;
}

.mouse-icon {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    bottom: 8px;
    z-index: 2;
}

.wheel {
    position: relative;
    width: 2px;
    height: 6px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    top: 4px;
    border-radius: 10px;
    animation-name: drop;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: linear;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: drop;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-play-state: running;
    -moz-animation-timing-function: linear;
    -o-animation-name: drop;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-play-state: running;
    -o-animation-timing-function: linear;
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.carousel-content a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.carousel-content a::after {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 0.5rem;
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.carousel-content a:hover::after {
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tour-packages {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 50px;
}

.tour-packages article {
    border: 1px solid;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    transition-timing-function: linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tour-packages article:hover {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    transition: all 0.5s ease;
    transition-timing-function: linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tour-img img {
    width: calc(100% + 0px);
    height: 215px;
}

.tour-package,
.whole {
    position: relative;
}

.read-info {
    opacity: 0;
    position: absolute;
    right: 0px;
    z-index: 1;
    color: red;
    top: 0px;
    transition: all 1s ease;
    transition-timing-function: linear;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.tour-package .whole,
.tour-package {
    transition: all 1s ease;
    transition-timing-function: linear;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.tour-package:hover .read-info {
    opacity: 1;
    z-index: 1;
    transition: all 1s ease;
    transition-timing-function: linear;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.tour-package:hover .whole {
    transform: translate(-12em, 0);
    -webkit-transform: translate(-12em, 0);
    -moz-transform: translate(-12em, 0);
    -o-transform: translate(-12em, 0);
    -ms-transform: translate(-12em, 0);
    transition: all 1s ease;
    transition-timing-function: linear;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.read-link {
    background: #E74C3C;
    padding: 50px;
    height: 215px;
    line-height: 100px;
}

.tour-title {
    font-size: 1.3rem;
    color: #000000;
    text-align: right;
    font-weight: 700;
}

.tour-hilights {
    padding: 5px 20px;
}

.tour-price {
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.7);
    background: linear-gradient(to bottom, #F6D919 5%, #F6D919 100%);
    background-color: #F6D919;
    border-radius: 50px 0px 50px 50px;
    border: 1px solid #d6bcd6;
    display: inline-block;
    cursor: pointer;
    color: #000000;
   font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 17px;
    padding: 7px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #e1e2ed;
    font-weight: 700;
}

.tour-price:hover {
    background: linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
    background-color: #bab1ba;
}

.tour-price:active {
    position: relative;
    top: 1px;
}

.touramount {
    font-weight: 700;
    font-size: 1.2rem;
}

.tour-facility {
    width: 100%;
    margin-top: 15px;
}

.tour-facility ul {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}

.tour-facility ul li {
    list-style: none;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.imgleft {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.restpart {
    float: left;
}

.banner-container {
    position: relative;
}

.banner-container .banner-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

.banner-inter-container {
    display: block;
    padding-top: 134px;
}

.banner-inter-container h3 {
    color: #FFFFFF;
    font-size: 3rem;
}

.banner-inter-container p {
    color: #FFFFFF;
}

.maincontainer {
    margin-top: 0px;
}

.tour-details-section .tour-facility ul li {
    margin-right: 70px;
    margin-bottom: 30px;
}

.readbgcolor {
    position: relative;
}

.Path_6 {
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
    width: 759.6px;
    height: 817.253px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.container-redbg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
}

.price-container {
    position: relative;
    top: -65px;
}

.container-redbg .tour-package-price {
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.7);
    background: linear-gradient(to bottom, #F6D919 5%, #F6D919 100%);
    background-color: #F6D919;
    border-radius: 50px 0px 50px 50px;
    border: 1px solid #d6bcd6;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    padding: 15px 75px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #e1e2ed;
    font-weight: 700;
    text-align: center;
}

.container-redbg .tour-package-price .touramount {
    font-size: 2rem;
}

.tour-package-info {
    position: relative;
    top: -50px;
}

.view-book {
    z-index: 1;
}

.view-book ul {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}

.view-book ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

.view-book ul li a {
    display: block;
    border: 1px solid #F5F5F5;
    padding: 10px 15px;
    background: #F5F5F5;
    color: #E74C3C;
    border-radius: 50px 0px 0px 50px;
    min-height: 70px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    width: 190px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.view-book ul li a .imgleft {
    float: left;
    width: 44px;
}

.adjust_text {
    position: relative;
    top: 8px;
}

.view-book ul li a:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.view-book ul li a:hover {
    transform: scaleY(1.1);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.about-tour {
    color: #ffffff;
}

.about-tour h5,
.about-tour h6 {
    color: #FFFFFF;
}

.about-tour h6 {
    font-size: 1.2rem;
}

.tour-overview {
    padding: 10px 20px;
}

.tour-overview h4 {
    font-size: 1.7rem;
}

.needhelp {
    width: 100%;
    background: #F6D919;
    padding: 50px 0px;
    color: #000000;
}

.needcall {
    font-size: 1.3rem;
    font-weight: 700;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }
    49% {
        color: #E74C3C;
    }
    60% {
        color: #000;
    }
    99% {
        color: #004aad;
    }
    100% {
        color: #000;
    }
}

@media screen and (min-width: 769px) {
    .banner-container {
        min-height: 500px;
        max-height: 500px;
        overflow: hidden;
    }
}