@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.member-list .member-details {
    background-color: #edf2fa;
    margin-top: -30px;
    border-radius: 10px;
}
.member-list .mr-n2 {
    margin-right: -0.75em !important;
}
.member-list .card-img-avatar {
    height: 80px;
    width: 80px;
    margin: -40px auto 0 auto;
    border: 3px solid #fff;
}
.member-list .card-title {
    font-size: 14px;
    line-height: 20px;
}
.member-list .btn-view-more {
    padding: 5px 13px;
    border: 1px solid #4da42f;
    color: #212121;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.member-list span {
    margin: 2px 0px;
}
.member-list img.card-img-top {
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.member-filter-title {
    font-family: "Mulish";
    font-weight: 900;
    color: #333333;
    font-size: 22px;
}

.filter-member span {
    color: #333333;
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    font-weight: 700;
    margin: 3px 0px;
    background: #ffffff;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

.member-details-main h2 {
    font-family: "Literata", serif;
    font-size: 42px;
    font-weight: 700;
}

.sidebar-right {
    margin-top: -148px;
    z-index: 99;
}

.member-sidebar-details ul {
    padding: 0;
    margin: 0;
}
.member-sidebar-details ul li {
    list-style-type: none;
    border-bottom: 1px solid #efefef;
    line-height: 45px;
    font-weight: 500;
}
.member-sidebar-details ul li:first-child {
    border-top: 1px solid #efefef;
}
.member-sidebar-details ul li .list-name {
    color: #4da42f;
}

.member-search {
    background-position: center center !important;
    background-color: #09757a;
}

.search-trail {
    position: relative;
}

#dropdownMenu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    min-height: 200px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#dropdownMenu li {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

#dropdownMenu li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

#dropdownMenu li:hover {
    background-color: #f1f1f1;
}

.trip-facts-member .item i {
    font-size: 26px;
    color: #4da32f;
}
.trip-facts-member .item .text {
    padding-top: 10px;
}

.trip-facts-member .item i {
    font-size: 30px;
    color: #ff9800;
}

.trail-profile {
    background-position: center center !important;
    background-color: #09757a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trail-profile .trail-profile h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
}
.trail-profile img {
    width: 100%;
}
.trail-profile .search-trail #searchInput {
    border: none;
    outline: none;
    box-shadow: none;
}
.trail-profile .search-trail #searchInput:focus {
    outline: none;
    box-shadow: none;
}
.trail-profile .search-trail__search {
    margin: 30px 0 0;
    padding: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1215686275);
    border: 1px solid #d9d9d9;
    transition: border-color 0.3s;
    border-radius: 40px;
    display: flex;
    width: 100%;
    max-width: 100%;
    line-height: 50px;
    background: #ffffff;
}
.trail-profile .search-trail__search:focus-within {
    border-color: #4da42f;
}
.trail-profile .search-trail__search input,
.trail-profile .search-trail__search select,
.trail-profile .search-trail__search textarea {
    font-size: 18px;
}
.trail-profile .search-trail__search b {
    padding: 0px 8px 0px 15px;
    font-size: 16px;
    color: #7b7b7b;
}
.trail-profile .search-trail__search--input-type {
    width: 90%;
    border: none;
}
.trail-profile .search-trail__search .btn-search {
    background: #4da42f;
    border: none;
    padding: 0px 20px;
    border-radius: 30px;
    color: #fff;
}
.trail-profile .search-trail__search .btn-search i {
    color: #ffffff;
}
.trail-profile--meta-search span {
    color: #424242;
    padding: 6px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 0px 0px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    font-family: "Poppins", sans-serif;
}

.trail-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.trail-card .title {
    font-weight: 700;
    font-family: "Literata", serif;
    font-size: 62px !important;
    line-height: 1.2em !important;
}
.trail-card .subtitle {
    width: 70%;
    margin: 0 auto;
    /* line-height: 1.75; */
    /* letter-spacing: 0.5px; */
    font-size: 20p;
}
.trail-card__details {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3803921569);
}
.trail-card__content {
    width: 70%;
}
.trail-card__content span {
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
}

.section-trail p {
    font-weight: 600;
}
.section-trail h4 {
    color: #212529;
    font-family: "Literata", serif;
}
.section-trail a {
    text-decoration: none;
}
.section-trail .section__title h3 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    line-height: 1.4em;
    font-family: "Taviraj", serif;
    position: relative;
    display: inline-block;
}
.section-trail .section__title span {
    color: #4da42f;
}
.section-trail .tag {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.section-trail .tag.up-coming {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.61);
}
.section-trail .tag.up-coming img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px;
    height: 150px;
}
.section-trail__details .owl-nav button.disabled {
    opacity: 1 !important;
}
.section-trail__details__list {
    height: 100%;
}
.section-trail__details__list__box {
    /* margin: 20px 0px 0px; */
    position: relative;
    height: auto;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.section-trail__details__list__box:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.section-trail__details__list__box .logo-img {
    height: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.section-trail__details__list__box .logo-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.section-trail__details__list__box .text {
    color: #000000;
    color: #000000;
    padding: 5px 20px 20px 20px;
}
.section-trail__details__list__box .text a {
    color: #212529;
}
.section-trail__details__list__box .text h5 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Literata", serif;
}
.section-trail__details__list__box .text small {
    display: block;
    color: #424242;
    padding: 15px 0px 6px;
    letter-spacing: 0.5px;
}
.section-trail__details__list__box .text small i {
    color: #4da42f;
    padding-right: 2px;
}
.section-trail__details__list__box .bagde-flag-wrap {
    position: absolute;
    top: 20px;
    left: -12px;
}
.section-trail__details__list__box .bagde-flag-wrap::before {
    content: "";
    position: absolute;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #4da42f transparent transparent;
}
.section-trail__details__list__box .bagde-flag-wrap .bagde-flag {
    text-transform: capitalize;
    color: #ffffff;
    background: #4da42f;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    border-radius: 0px 20px 20px 0px;
}
.section-trail__details__list__box .price-tag {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    z-index: 999;
    color: #f9f9f9;
    background: #4da42f;
    padding: 6px 20px;
    border-radius: 20px;
}
.section-trail__details__list__box .price-tag p {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.about-us h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 600;
    font-family: "Taviraj", serif;
}
.about-us .an-user .image-big {
    height: 90px;
    width: 90px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.about-us .an-user .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.about-us .an-user .text .name {
    font-family: "Taviraj", serif;
    font-weight: 700;
}
.about-us .an-user .text p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.about-us .an-user .text a {
    text-decoration: none;
}
.about-us .an-user .text .more-details span {
    color: #4da42f;
    font-weight: 600;
}
.about-us .check-list {
    padding-left: 0px;
}
.about-us .check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 10px;
}
.about-us .check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #4da42f;
    font-size: 16px;
}
.about-us strong {
    color: #4da42f;
}
.about-us h5 {
    margin-bottom: 20px;
    display: inline-block;
}

.org-chart img {
    width: 100%;
}

.inner-banner {
    position: relative;
    width: 100%;
    height: 500px;
}
.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 251, 251, 0.9843137255);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(9, 9, 121, 0));
    z-index: 1;
}
.inner-banner__navbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 99;
}
.inner-banner__navbar h1 {
    font-family: "Literata", serif;
    font-size: 58px;
    font-weight: 700;
    text-shadow: 2px 3px 0px #000;
}
.inner-banner__navbar .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.inner-banner__navbar .quick-view {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.inner-banner__navbar .quick-view .quick-detail {
    background: rgb(255, 153, 0);
    padding: 5px 20px;
    border-radius: 5px;
}
.inner-banner__navbar .quick-view .quick-detail a {
    color: #fff;
    text-decoration: none;
}
.inner-banner .member-page .quick-view {
    position: relative;
    right: 0;
    bottom: auto;
    top: 0;
}
.inner-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.main-content__sidebar {
    position: sticky;
    top: 120px;
    z-index: 99;
}

.trail-page {
    position: relative;
    width: 100%;
    height: 300px;
}
.trail-page__title {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px 0px;
    border: 1px solid #ccc;
}
.trail-page .inner-banner__nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: -40px;
}
.trail-page .inner-banner__nav h1 {
    font-size: 32px;
    color: #000 !important;
}
.trail-page img {
    width: 100%;
}

.trail-details img {
    width: 100%;
    border-radius: 5px;
}

.page_content h4 {
    font-size: 20px;
    font-weight: 700;
}

.trail-packages .section__title h3 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Taviraj", serif;
}
.trail-packages__card {
    border-radius: 5px;
    overflow: hidden;
}
.trail-packages__card:hover img {
    transform: scale(1.1);
}
.trail-packages__card a.tour_image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.trail-packages__card a.tour_image img {
    width: 100%;
    transition: 0.5s ease-in-out;
}
.trail-packages__card a.tour_image .tour-band {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #4da42f;
    border-radius: 0px 20px 20px 0px;
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition-duration: 0.2s;
}
.trail-packages__card a.tour_image .tour-band.upcomming {
    background-color: #dc3545;
}

.portfolio_info_wrapper {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
}
.portfolio_info_wrapper a {
    text-decoration: none;
}
.portfolio_info_wrapper a h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #213245;
}
.portfolio_info_wrapper span {
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0px;
    font-family: "Mulish", sans-serif;
    color: #222222;
}
.portfolio_info_wrapper span i {
    color: #4da42f;
}

.br-widget a.br-selected:after {
    content: "\f005";
    color: #50e3c2;
    content: "▮";
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
}

.tour_attribute_wrapper .tour_attribute_share a {
    border: 1px solid #ff4a52;
    padding: 4px 13px;
    display: inline-block;
    color: #ff4a52;
}
.tour_attribute_wrapper .tour_attribute_link i {
    color: #4da42f;
}
.tour_attribute_wrapper .tour_attribute_link a {
    color: #222222;
    font-size: 14px;
    font-family: "Poppins";
}

.member-profile .member-heading {
    background-color: #4da42f;
    position: relative;
    height: 150px;
}
.member-profile .company-log img {
    background-color: #fafafa;
    padding: 5px;
    width: auto;
    margin: 10px;
}
.member-profile .company-detail {
    margin-top: -44px;
    padding-left: 16px;
}
.member-profile .company-detail .member-sketch {
    z-index: 99;
    background: white;
    padding: 3px;
    border-radius: 5px;
}
.member-profile .company-detail .member-sketch img {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 5px;
}
.member-profile .company-detail .profile-details {
    z-index: 99;
    margin-left: 16px;
}
.member-profile .company-detail .profile-details h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.member-profile .company-detail .profile-details p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #141414;
    font-weight: 700;
}
.member-profile .contact-details span {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    font-family: "Poppins";
}
.member-profile .contact-details .phone-number a {
    font-weight: 600;
}
.member-profile .contact-details .btn-contact {
    background-color: #4da42f;
    border-radius: 20px;
    font-weight: 500;
}
.member-profile .contact-details .btn-call-us {
    background: #ff9900;
}

.page_content h2 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #4da42f;
    padding-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
.page_content .trail-package .trails-list--title {
    line-height: 33px;
}
.page_content .trail-package .trails-list--title span {
    color: #4da42f;
    font-size: 20px;
}
.page_content .trail-package .trails-list--title a {
    text-decoration: none;
    color: #000000;
}

.map {
    border: 1px solid #ccc;
    height: 500px;
    overflow-y: scroll; /* Ensure vertical scroll */
    overflow-x: hidden; /* Hide horizontal scroll */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px; /* Optional, if you want rounded corners for the map box */
}

/* Webkit browsers (Chrome, Safari) */
.map::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
}

.map::-webkit-scrollbar-thumb {
    background-color: #4da32f;
    border-radius: 10px;
}

/* Firefox */
.map {
    scrollbar-width: thin;
    scrollbar-color: #4da32f transparent;
}

.map::-webkit-scrollbar-thumb {
    background-color: #4da32f;
    border-radius: 10px;
}

.banner2-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.banner2-card.five::before {
    border-radius: 10px;
}

.banner2-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, 0.2);
    border-radius: 5px;
}

.banner2-card.five .banner2-content-wrap {
    background-image: url(https://demo-egenslab.b-cdn.net/html/triprex/preview/assets/img/home3/vector/banner2-content-bg2.svg);
    padding: 38px 20px 38px 25px;
    text-align: center;
    right: 0;
    left: unset;
    background-size: contain;
    background-position: right center;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    height: 100%;
}

.banner2-card .banner2-content-wrap {
    padding: 60px 20px 35px;
    background-image: url(https://demo-egenslab.b-cdn.net/html/triprex/preview/assets/img/home1/vector/banner2-content-bg1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
}

.banner2-card.five .banner2-content-wrap .banner2-content {
    max-width: 250px;
    width: 100%;
    text-align: center;
}

.banner2-card.five .banner2-content-wrap .banner2-content span {
    margin-bottom: 5px;
}

.banner2-card .banner2-content-wrap .banner2-content > span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}

.banner2-card.five .banner2-content-wrap .banner2-content h5 span {
    font-size: 35px;
    font-weight: 700;
    color: #ffc107;
}

.banner2-card.five .banner2-content-wrap .banner2-content h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

.banner2-card.five .banner2-content-wrap .banner2-content .secondary-btn1 {
    background-color: #63ab45;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 11px 17px;
    text-decoration: none;
    color: #fff;
}

.secondary-btn1 {
    border-radius: 30px;
    background-color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 17px 31px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.banner2-card.five
    .banner2-content-wrap
    .banner2-content
    .secondary-btn1::after {
    background-color: #333;
}

.secondary-btn1::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #333;
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform 0.7s;
}

.secondary-btn1:hover::after {
    transform: scalex(1);
    transform-origin: left;
}

.banner4-card {
    position: relative;
    height: 100%;
}
.banner4-card img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.banner4-card .banner4-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        87deg,
        #bc6c25 2.1%,
        rgba(188, 108, 37, 0.97) 16.21%,
        rgba(188, 108, 37, 0.95) 27.22%,
        rgba(188, 108, 37, 0) 62.92%
    );
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.banner4-card .four .banner4-content-wrapper .banner4-content {
    padding: 50px 20px;
}
.banner4-card .banner4-content-wrapper .banner4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
}
.banner4-card .banner4-content-wrapper .banner4-content span {
    color: #fff;
    font-family: var(--font-satisfy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}
.banner4-card .banner4-content-wrapper .banner4-content h3 {
    color: #fff;
    font-family: var(--font-rubik);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.banner4-card .banner4-content-wrapper .banner4-content .text {
    color: #fff;
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}
.banner4-card .banner4-content-wrapper .banner4-content .primary-btn1 {
    border-radius: 5px;
    background-color: #63ab45;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.banner4-card .banner4-content-wrapper .banner4-content .primary-btn1 {
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
}
.banner4-card .banner4-content-wrapper .banner4-content .primary-btn1::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #333;
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform 0.7s;
}
.banner4-card
    .banner4-content-wrapper
    .banner4-content
    .primary-btn1:hover::after {
    transform: scalex(1);
    transform-origin: left;
}

.section-bg-banner {
    position: relative;
}
.section-bg-banner .hero-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-bg-banner .hero-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-bg-banner .hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5019607843);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.section-bg-banner .section-hero-title {
    padding: 100px 0px;
}
.section-bg-banner .page-title-icon {
    position: absolute;
    right: 7%;
    bottom: 21%;
    animation: moveRightAndBack 4s infinite;
}

@keyframes moveRightAndBack {
    0%,
    100% {
        right: 7%;
    }
    50% {
        right: 30%;
    }
}
.profile-page .text {
    background: #edf2fa;
    padding: 20px;
    border-radius: 5px;
}
.profile-page .an-user {
    margin-top: -100px;
}
.profile-page .an-user .image-big {
    height: 100px;
    width: 100px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f90;
}

.gallery-item {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

a.swipebox {
    display: block;
    position: relative;
    border-bottom: none;
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
}
a.swipebox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}
a.swipebox:hover .gallery-item {
    background: rgba(77, 164, 47, 0.6196078431);
    opacity: 1;
}

.gallery-item .title {
    display: block;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px 25px;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 2;
    overflow: hidden;
    text-transform: uppercase;
}

.itinery .accordion-button:not(.collapsed) {
    background-color: rgba(76, 164, 47, 0) !important;
}
.itinery h2 {
    font-size: 30px;
    color: #4da42f;
    font-family: "Taviraj", serif;
    font-weight: 600;
}
.itinery__item {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.itinery__item:last-child {
    border-bottom: 0px;
}
.itinery a.accordion-button {
    padding: 0px;
    padding: 20px 0px;
}
.itinery .accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        rgba(222, 226, 230, 0);
}
.itinery h5 {
    font-size: 18px;
    font-weight: 700;
}
.itinery h5 span {
    color: #4da32f;
    margin-right: 15px;
    font-size: 20px;
}
.itinery .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: rgba(204, 204, 204, 0);
}
.itinery .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
}
.itinery a {
    text-decoration: none;
}
.itinery .itinery-read-more {
    padding: 20px 0px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    color: #4da42f;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: rgba(76, 164, 47, 0) !important;
}
.faqs h2 {
    font-size: 30px;
    color: #4da42f;
    font-family: "Taviraj", serif;
    font-weight: 600;
}
.faqs__item {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.faqs__item:last-child {
    border-bottom: 0px;
}
.faqs a.accordion-button {
    padding: 0px;
    padding: 20px 0px;
}
.faqs .accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        rgba(222, 226, 230, 0);
}
.faqs h5 {
    font-size: 18px;
    font-weight: 700;
}
.faqs h5 span {
    color: #4da32f;
    margin-right: 15px;
    font-size: 20px;
}
.faqs .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: rgba(204, 204, 204, 0);
}
.faqs .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
}
.faqs a {
    text-decoration: none;
}
.faqs .itinery-read-more {
    padding: 20px 0px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    color: #4da42f;
}

.sidebar h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background: #fdfdfd;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 20px;
    color: #333030;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.sidebar.trail-details-sidebar h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background: #4da32f;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}
.sidebar__package ul {
    padding: 0;
    margin: 0;
}
.sidebar__package ul li {
    list-style-type: none;
    display: inline-block;
}
.sidebar__package .post_circle_thumb {
    position: relative;
    z-index: 2;
    overflow: hidden;
    float: left;
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 0;
}
.sidebar__package .post_circle_thumb img {
    float: left;
    margin: 0 10px 2px 0;
    width: 70px;
    height: 70px;
    border-radius: 250px;
}
.sidebar__package a {
    color: #222222;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
.sidebar__package .website-visit {
    color: #4da42f;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
}
.sidebar__package .website-visit i {
    color: #4da42f;
}
.sidebar__package .website-visit::before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: transparent;
    z-index: 1;
    border: 2px dashed #4da42f;
    transition: all ease 0.4s;
}
.sidebar__package .website-visit:hover {
    color: #4da32f;
}
.sidebar__package .website-visit:hover i {
    color: #4da32f;
}
.sidebar__package .website-visit:hover::before {
    border: 2px dashed #4da32f;
}
.sidebar__package .post_attribute {
    padding: 0;
    margin-top: 0;
    color: #999;
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 600;
    font-family: Poppins, "Georgia", Arial, Verdana, sans-serif;
    margin-top: 5px;
}
.sidebar__package .social-media a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    border-radius: 50%;
}
.sidebar__package .social-media a:first-child {
    background-color: #0866ff;
    color: #fff;
}
.sidebar__package .social-media a:nth-child(2) {
    background-color: #0a66c2;
    color: #fff;
}
.sidebar__package .social-media a:nth-child(3) {
    background-color: #ff0000;
    color: #fff;
}
.sidebar__package .social-media a:nth-child(4) {
    background: radial-gradient(
        circle at 33% 100%,
        #fed373 4%,
        #f15245 30%,
        #d92e7f 62%,
        #9b36b7 85%,
        #515ecf
    );
    color: #fff;
}

.sidebar-profile {
    background: #f2f7f1;
    overflow: hidden;
    border-radius: 5px;
}

.sidebar-border {
    border: 1px solid #dce0e0;
}

.sidebar-package-overview {
    border-radius: 5px;
}

.sidebar_widget {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}
.sidebar_widget img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.sidebar_widget .flickr {
    list-style: none;
    margin: 10px 0 -10px 0;
    float: left;
    display: block;
    clear: both;
    width: 104%;
    padding: 15px 0 3px 0;
}
.sidebar_widget .flickr li {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    clear: none;
    width: 33%;
    padding-right: 10px;
    box-sizing: border-box;
}

.trail-gallery a {
    display: block;
}
.trail-gallery img {
    vertical-align: middle;
    width: 100%;
    border-radius: 5px;
}

.footer {
    background-color: #1c325e;
    padding: 7rem 0 0;
    color: #c2c2c2;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.footer h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.footer .trails-list li a {
    margin-bottom: 20px;
    font-size: 16px;
    padding-top: 0px;
    color: #c2c2c2;
    line-height: 25px;
    display: block;
    list-style-type: none;
    text-decoration: none;
}
.footer .trails-list img {
    height: 48px;
    border-radius: 50%;
    width: 98px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer .quick-info i {
    font-size: 20px;
    color: #4da42f;
    color: #ff9900;
}
.footer .quick-info span {
    display: block;
}
.footer .quick-info a {
    text-decoration: none;
    color: #ffffff;
}
.footer .quick-info li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer .trail-package span i {
    color: #4da42f;
    color: #ff9900;
}
.footer .subscribe {
    position: relative;
}
.footer .subscribe .form-control {
    background-color: rgba(0, 0, 0, 0.2117647059);
    box-shadow: none;
    border-radius: 30px;
    height: 55px;
    padding-left: 30px;
    padding-right: 130px;
    border: none;
    color: #fff;
}
.footer .subscribe .form-control::-moz-placeholder {
    color: white;
}
.footer .subscribe .form-control::placeholder {
    color: white;
}
.footer .subscribe .btn-submit {
    background: #4da42f;
    background: #ff9900;
    height: 47px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.footer .gallery .img-fluid {
    max-width: 100%;
    height: 120px;
    width: 100;
    margin-bottom: 20px;
}
.footer .footer-menu-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-menu-wrap ul li a {
    color: #ffffff;
    line-height: 25px;
    display: block;
    list-style-type: none;
    text-decoration: none;
    padding-right: 20px;
}
.footer a {
    text-decoration: none;
}
.footer dl,
.footer ol,
.footer ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.footer-members {
    background-color: #202126;
    padding: 7rem 0 0;
    color: #888;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.footer-members h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-members .trails-list li a {
    margin-bottom: 20px;
    font-size: 16px;
    padding-top: 0px;
    color: #888;
    line-height: 25px;
    display: block;
    list-style-type: none;
    text-decoration: none;
}
.footer-members .trails-list img {
    height: 48px;
    border-radius: 50%;
    width: 98px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-members .quick-info i {
    font-size: 20px;
    color: #4da42f;
}
.footer-members .quick-info span {
    display: block;
}
.footer-members .quick-info a {
    text-decoration: none;
    color: #ffffff;
}
.footer-members .quick-info li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-members .trail-package span i {
    color: #4da42f;
}
.footer-members .subscribe {
    position: relative;
}
.footer-members .subscribe .form-control {
    background-color: #292b31;
    box-shadow: none;
    border-radius: 30px;
    height: 55px;
    padding-left: 30px;
    padding-right: 130px;
    border: none;
    color: #fff;
}
.footer-members .subscribe .form-control::-moz-placeholder {
    color: white;
}
.footer-members .subscribe .form-control::placeholder {
    color: white;
}
.footer-members .subscribe .btn-submit {
    background: #4da42f;
    height: 47px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.footer-members .gallery img {
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-members .footer-menu-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-members .footer-menu-wrap ul li a {
    color: #ffffff;
    line-height: 25px;
    display: block;
    list-style-type: none;
    text-decoration: none;
    padding-right: 20px;
}
.footer-members a {
    text-decoration: none;
}
.footer-members dl,
.footer-members ol,
.footer-members ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.login {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.login h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Taviraj", serif;
}
.login p {
    font-size: 16px;
    color: #ffffff;
}
.login a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}
.login .btn-login {
    padding: 10px 30px;
    border: 1px solid #4da42f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background-color: #4da42f;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(to left, #4da42f 50%, #ffffff 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.login .btn-login:hover {
    background-position: left;
    color: #000;
}
.login .form-control {
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #dcdcdc;
    line-height: 1.5;
    transition: 0.3s;
    color: #909090;
    line-height: 34px;
}
.login__form {
    width: 50%;
    background: #4da42f;
}
.login__form h3 {
    color: #fff;
}
.login__form label {
    color: #ffffff;
    font-weight: 500;
}
.login__form .form-control {
    background: white;
    color: #292929;
}
.login__form .btn-login {
    color: #000000;
    background: linear-gradient(to left, #ff9900 50%, #ffffff 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.login__form img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login__img {
    width: 50%;
}
.login__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.register {
    background: #4da42f;
}
.register h3 {
    color: #fff;
}
.register label {
    color: #ffffff;
}
.register .form-control {
    background: white;
    color: #292929;
}
.register .btn-login {
    color: #000000;
    background: linear-gradient(to left, #ffc107 50%, #ffffff 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.register img {
    -o-object-fit: cover;
    object-fit: cover;
}

.trail-img {
    height: 300px;
}
.trail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.package-quick-info ul {
    padding: 0;
    margin: -0.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.package-quick-info ul li {
    min-width: 25%;
    flex: 0 0 25%;
}

.trip-facts .item {
    height: 100%;
    padding-bottom: 30px;
}
.trip-facts .item i {
    font-size: 40px;
    color: #4da32f;
}
.trip-facts .item .text {
    padding-top: 15px;
}
.trip-facts .item h6.info-title {
    color: #4d4d4d;
    font-size: 14px;
}
.trip-facts .item h5.info {
    font-size: 18px;
}

.taan-trail-video img {
    width: 100%;
    box-shadow: 2px 2px 20px 5px #ccc;
}

.trail-list-overal {
    margin-bottom: -48px;
}
.trail-list-overal .trail-list-overal__details {
    border: 2px solid #eceff7;
    border-radius: 10px;
    padding: 20px;
    background-color: #eceff7;
    height: 100%;
    position: relative;
}
.trail-list-overal ol,
.trail-list-overal ul {
    padding-left: 0rem;
}
.trail-list-overal ol li,
.trail-list-overal ul li {
    list-style-type: none;
}
.trail-list-overal ol li a,
.trail-list-overal ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
.trail-list-overal h5 {
    font-size: 16px;
    border-bottom: 2px solid #8bc34a;
    padding-bottom: 10px;
}

.img-part-logo {
    height: 100px;
    margin-top: -50px;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    bottom: 0;
}
.img-part-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.trip-facts-member .item i {
    font-size: 33px;
    color: #4da42f;
}

@font-face {
    font-family: "Georgia Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Georgia Regular"),
        url("../georgia-2/georgia.ttf") format("woff");
}
body {
    font-family: "Roboto", sans-serif;
    position: relative;
}

.pt-140 {
    padding-top: 140px;
}

.typed-title {
    top: 22%;
    color: #fff;
}

h5 {
    font-family: "Roboto", sans-serif;
}

.b-member {
    border: 1px solid #4da42f;
    background: #4da42f;
}
.b-member .icon {
    background-color: #4da42f;
}
.b-member p {
    margin-bottom: 0px;
    padding: 5px 15px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #fff;
}
.b-member .become {
    border-bottom: 1px solid #ccc;
    background-color: #000000;
}
.b-member .members {
    background-color: #000000;
}

.header {
    background-color: #4da42f;
    padding: 8px 0px;
}
.header img {
    max-height: 20px;
}
.header__content p {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
}
.header .member-login {
    text-decoration: none;
    color: #fff;
}
.header .member-login span {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 6px 10px;
}
.header .member-login span i {
    color: #4da42f;
}

.btn-readmore {
    padding: 10px 30px;
    background-color: #4da42f;
    border: 1px solid #4da42f;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
}
.btn-readmore:hover {
    border: 1px solid #4da42f;
    background-color: #ffffff;
    color: #000000;
}

p {
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px;
}

.news-img img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

img.img {
    width: 100%;
    height: 100%;
}

.navbar {
    transition: top 0.3s;
    border-bottom: 1px solid #d9d9d9;
   
}
.navbar img {
    width: 252px;
    height: 72px;
}
.navbar a.nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 28px 15px !important;
    display: inline-block;
    /* letter-spacing: 0.7px; */
    /* font-family: "Literata", serif; */
    color: #212121;
}
.navbar .active {
    color: #4da42f !important;
}
.navbar .btn-login {
    padding: 10px 30px;
    border: 1px solid #4da42f;
    color: #000000;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(to left, #ffffff 50%, #4da42f 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.navbar .btn-login:hover {
    background-position: left;
    color: #fff;
}
.navbar .btn-signup {
    padding: 10px 30px;
    border: 1px solid #4da42f;
    color: #ffffff;
    font-weight: 500;
    background-color: #4da42f;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(to left, #4da42f 50%, #ffffff 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.navbar .btn-signup:hover {
    background-position: left;
    border: 1px solid #4da42f;
    color: #000000;
}

.banner {
    /* Loading overlay */
    /* Slider container */
    /* Each slide */
    /* Show the active slide */
    /* Zoom out animation */
}
.banner .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.banner .spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.banner .slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.banner .slider img {
    height: 600px;
}
.banner .slider__image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.banner .slider__image.active {
    opacity: 1;
    animation: zoomOut 4s ease-in-out;
}
@keyframes zoomOut {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.banner img {
    width: 100%;
    /* border-radius: 20px; */
    background: #2f452d;
}
.banner__details {
    position: relative;
}
.banner__details::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 70%);
}
.banner__article {
    position: absolute;
    top: 0;
    left: 7%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 99;
}
.banner__article--content {
    width: 800px;
}
.banner__article--content h1 {
    color: #ffffff;
    font-weight: 600;
    font-family: "Literata", serif;
    line-height: 1.2em !important;
    font-size: 54px;
}
.banner__article--content p {
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: #ffffff;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;
}
.banner .member__search {
    margin: 30px 0 0;
    padding: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1215686275);
    border: 1px solid #d9d9d9;
    border-radius: 40px;
    display: flex;
    width: 90%;
    max-width: 100%;
    line-height: 48px;
    background: #ffffff;
}
.banner .member__search #searchInput {
    border: none;
    outline: none;
    box-shadow: none;
}
.banner .member__search #searchInput:focus {
    outline: none;
    box-shadow: none;
}
.banner .member__search input,
.banner .member__search select,
.banner .member__search textarea {
    font-size: 18px;
}
.banner .member__search b {
    padding: 0px 8px 0px 15px;
    font-size: 18px;
    color: #495057;
}
.banner .member__search--input-type {
    width: 90%;
    border: none;
}
.banner .member__search .btn-search {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4da42f;
    background: #ff9900;
    border: none;
}
.banner .member__search .btn-search i {
    color: #ffffff;
}

.view-all {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    color: #fcfcfc;
    border: 1px solid #4da42f;
    display: inline-block;
    background: #4da42f;
}
.view-all:before {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 1px);
    height: 1px;
    width: 45px;
    background-color: #84b9dc;
}

a.read-more {
    padding: 10px 30px;
    background-color: #4da42f;
    border: 1px solid #4da42f;
    display: inline-block;
    margin-top: 15px;
    color: white;
    text-decoration: none;
    border-radius: 30px;
}

.achivements {
    background-image: url(../images/trail/title-bg.jpg);
    background-size: cover;
    position: relative;
}
.achivements::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.achivements > * {
    position: relative;
    z-index: 2;
}
.achivements img {
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}
.achivements .logo-img {
    background: white;
    padding: 30px 0px;
    border-radius: 5px;
}

.feature {
    position: relative;
    margin-top: 50px;
}
.feature__content {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    /* border: 5px solid #4da42f; */
    border-radius: 5px;
    background: #ffffff;
    height: 274px;
}
.feature__content i {
    font-size: 50px;
    color: #4da42f;
}

.about-taan img {
    width: 100%;
}
.about-taan p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 29px;
}

.owl-nav button {
    height: 48px;
    width: 48px;
    background: #4da42f !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

button.owl-dot {
    width: 15px;
    height: 15px !important;
    background: #d9d9d9 !important;
    margin: 0px 5px;
    border-radius: 50%;
}

button.owl-dot.active {
    background: #4da42f !important;
    background: #ff9900 !important;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.trip-advisor {
    background: #f2f7f1;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.scroll-btn::before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: transparent;
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed #4da42f;
    transition: all ease 0.4s;
    animation: spin 13s infinite linear;
}
.scroll-btn i {
    display: inline-block;
    background-color: #4da42f;
    background-color: #ff9900;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: 50%;
    position: relative;
    transition: all ease 0.8s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn i:hover {
    background-color: #ff4a52;
}

.sub-menu .sub-count {
    background: #4da42f;
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 130px;
    height: 100%;
}
.sub-menu .sub-count a {
    color: #fff;
}
.sub-menu a {
    text-decoration: none;
}
.sub-menu.sub-menu-items {
    width: 300px !important;
}
.sub-menu.sub-menu-items a {
    display: block;
    line-height: 28px;
    /* padding: 5px 0px; */
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.3s ease;
    padding: 8px 20px;
}
.sub-menu.sub-menu-items a:first-child {
    border-top: 1px solid #f1f1f1;
}
.sub-menu.sub-menu-items a:hover {
    color: #4da42f;
    color: #ffffff;
    background: #4da42f;
}
.sub-menu.sub-menu-items h5.sub-menu-title {
    color: #4da42f;
    /* border-radius: 4px; */
    /* border-bottom: 5px solid #4da42f; */
    font-size: 18px;
    font-weight: 600;
}

.navbar .dropdown-menu {
    padding: 0;
}

.members__details .owl-nav button.disabled {
    opacity: -1 !important;
}
.members__details__list__box {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0px;
    position: relative;
    height: 200px;
}
.members__details__list__box .logo-img img {
    width: 100%;
}
.members__details__list__box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: inset 6px -200px 157px -10px rgba(0, 0, 0, 0.44);
    padding: 20px 20px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: end;
    justify-content: center;
}

.destination {
    background: #2f56bc;
    background: #edf2fa;
    background: #1c325e;
}
.destination__details .owl-nav button {
    height: 48px;
    width: 48px;
    background: #fff !important;
    color: #4da32f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}
.destination__details__list__box {
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0px;
    position: relative;
    height: 350px;
    overflow: hidden;
}
.destination__details__list__box:hover img {
    transform: scale(1.1);
}
.destination__details__list__box .logo-img {
    height: 100%;
}
.destination__details__list__box .logo-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease-in-out !important;
}
.destination__details__list__box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: inset 6px -101px 34px -25px rgba(0, 0, 0, 0.74);
    padding: 20px 20px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: end;
    justify-content: center;
}
.destination__details__list__box .price-tag {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    z-index: 999;
    color: #f9f9f9;
    background: #4da42f;
    padding: 6px 20px;
    border-radius: 20px;
}
.destination__details__list__box .price-tag p {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.faq .accordion-button:not(.collapsed) {
    background-color: rgba(76, 164, 47, 0) !important;
}
.faq h2 {
    font-family: "Taviraj", serif;
    font-weight: 600;
}
.faq .accordion-body {
    padding: 20px 20px 20px 0px;
}
.faq__item {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 5px 20px;
}
.faq__item:last-child {
    border: 0px;
}
.faq a.accordion-button {
    padding: 0px;
    padding: 10px 0px;
}
.faq .accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        rgba(222, 226, 230, 0);
}
.faq h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.faq .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: rgba(204, 204, 204, 0);
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
}
.faq a {
    text-decoration: none;
}
.faq .faq-read-more {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    color: #fcfcfc;
    border: 1px solid #4da42f;
    display: inline-block;
    margin-top: 20px;
    background: #4da42f;
}

.section__title {
    margin: 10px 0px;
}
.section__title h3 {
    font-size: 34px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: "Taviraj", serif;
}

.message .president {
    background-image: url("../images/slider/slider.jpg");
    color: #ffffff;
    border-radius: 20px;
}
.message .president .president-message {
    padding: 50px 0px 50px 50px;
    font-family: "Roboto", serif;
}
.message .president .president-message h3 {
    font-size: 40px;
    font-family: "Taviraj", serif;
}
.message .president .president-message h5 {
    font-size: 20px;
}
.message .president .president-message p {
    font-size: 20px;
}
.message .president .president-message button {
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
}
.message .president .president-message a {
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    background-color: #fff;
}
.message .president .president-message a:hover {
    color: #4da32f;
}
.message .president .president-image img {
    height: 100%;
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
}

.taan-support .support {
    background-color: #2f56bc;
    background-color: #4da32f;
    background: #008929; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4da42f, #ff9900);
    color: #ffffff;
    border-radius: 5px;
}
.taan-support .support .support-message {
    padding: 50px 30px 50px 50px;
    font-family: "Roboto", serif;
}
.taan-support .support .support-message h3 {
    font-size: 35px;
    font-family: "Taviraj", serif;
}
.taan-support .support .support-message h4 {
    font-family: "Taviraj", serif;
}
.taan-support .support .support-message p {
    font-size: 18px;
    padding-top: 15px;
}
.taan-support .support .support-message button {
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
}
.taan-support .support .support-image img {
    padding: 20px 10px 20px 15px;
    height: 100%;
    width: 450px;
    height: 490px;
}

.accrediation .partners-list .partners {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.accrediation .partners-list .partners img {
    border-radius: 5px;
    width: 100%;
}

.video img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.video__wrapper {
    position: relative;
    overflow: hidden;
}
.video__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video__play-icon span {
    box-sizing: content-box;
    display: inline-flex;
    position: relative;
    border-radius: 50%;
    color: #fff;
    height: 55px;
    align-items: center;
    justify-content: center;
    width: 55px;
}
.video__play-icon span::before {
    position: absolute;
    content: "";
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.3607843137);
    border-radius: 50%;
    z-index: 2;
}
.video__play-icon span::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: zoominout 2s infinite linear alternate-reverse;
    transition: 0.3s linear color;
    z-index: 1;
}
@keyframes zoominout {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}
.video__play-icon span i {
    font-size: 1.75rem;
    z-index: 2;
    position: relative;
    color: #ffffff;
    background: #4da42f;
    padding: 10px;
    border-radius: 50%;
}

.ytp-impression-link {
    background: rgba(23, 23, 23, 0.8);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    bottom: 0px;
    height: 47px;
    width: 100%;
    position: absolute;
}

.view-all-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.our-partner {
    background: #008929; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4da42f, #4da42f);
    color: #fff;
    /* height: 100%;
    display: flex; */
    /* align-items: center;
    justify-content: center; */
    text-align: center;
    border-radius: 5px;
}

.teams.tems-100 {
    margin-top: -90px;
}
.teams__social-media a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: #4da42f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 5px;
    border-radius: 50%;
}
.teams__social-media a i {
    font-size: 20px;
}
/* taan latest changes biki */
.teams__details__list__box {
    /* border: 1px solid #dcdcdc; */
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.teams .teams__details__list {
    border-radius: 20px;
    overflow: hidden;
}
.teams .logo-img {
    overflow: hidden;
    text-align: center;
}
.teams .logo-img img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 250px;
    border-radius: 50%;
}
.teams .bg-facebook {
    background-color: #2f56bc;
}
.teams .bg-insta {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.teams .bg-twitter {
    background-color: #121212;
}
.teams .text h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}
.teams .text span {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.responsive-view-logo{
    display: none;
}

.profile-btn {
    position: absolute;
     left: 50%; 
     transform: translate(-50%, 0);
    right: 0;
    bottom: 0;
    display: block;
    background: #4da42f;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    border-radius: 20px 20px 0px 0px;
  
    padding: 5px 18px;
    font-family: "Poppins", sans-serif;
    transition: 0.3s;
}
.gallery-part .nav-tabs .nav-link {
    
    font-size: 20px;
    font-weight: 500;
    color: #212121;
}
.gallery-part .nav-tabs .nav-link.active {
    color: #ff9900;
    border-top-color: #ff9900;
    
}
/* new changes */
.profile-btn:hover {
    background: #ff9900;
}

.newsletter__file {
    background-color: #f0f0f0;
}
.newsletter__file h3 {
    font-family: "Taviraj", serif;
}

.team-list-faq-style {
    width: 100%;
    border: 1px solid #4da42f;
    padding: 0px 0px;
    margin: 4px 0px;
}
.team-list-faq-style a {
    text-decoration: none !important;
}
.team-list-faq-style .accordion-button {
    color: #fafafa;
    text-align: left;
    background-color: #4da42f;
}

@media (max-width: 1440px) {
    .navbar .btn-signup {
        padding: 10px 20px;
    }
    .navbar a.nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1339.98px) {
    .navbar .btn-signup {
        padding: 10px 20px;
    }
    .navbar .btn-login {
        padding: 10px 20px;
        border: 1px solid #4da42f;
        color: #000000;
        font-weight: 500;
        border-radius: 30px;
    }
    .tour_attribute_share a {
        border: 1px solid #ff4a52;
        padding: 4px 13px;
        display: inline-block;
        color: #ff4a52;
        font-size: 12px;
    }
    .teams .logo-img img {
        height: 200px;
    }
    .navbar .btn-signup {
        padding: 10px 10px;
        font-size: 14px;
    }
    .navbar .btn-login {
        padding: 10px 10px;
        font-size: 14px;
    }
    .navbar a.nav-link {
        padding: 28px 10px !important;
    }
    .navbar img {
        width: 100%;
        height: 55px;
    }
}
@media (max-width: 1299.98px) {
    .navbar img {
        width: 100%;
        height: 52px;
    }
}

@media (max-width: 1199.98px) {
    .sub-menu.sub-menu-items {
        width: 250px !important;
    }
    .banner__article--content {
        width: 70%;
    }
    .responsive-view-logo{
        display: block;
    }
  
    .logo-fordesktop{
        display: none;
    }
    .teams .logo-img img {
        height: 150px;
    }
    .teams .text h4 {
        font-size: 18px;
    }
    .teams .text span {
        font-size: 14px;
    }
    .banner .member__search {
        margin: 0 auto;
    }
    .navbar a.nav-link {
        font-size: 15px;
        padding: 0px 10px !important;
    }
    .banner__article {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner__article--content h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    .banner__article--content p {
        text-align: center;
    }
    .typed-title {
        left: 50%;
        transform: translate(-50%);
    }
    .navbar .btn-login {
        font-size: 12px;
    }
    .navbar .btn-signup {
        font-size: 12px;
    }
    .feature__content {
        height: 310px;
    }
    .navbar img {
        width: 174px;
        height: auto;
    }
    .navbar .btn-signup {
        padding: 10px 10px;
    }
    .navbar a.nav-link {
        font-size: 12px;
    }

    .navbar a.nav-link {
        font-size: 14px;
        font-weight: 600;
        padding: 28px 10px !important;
    }
    .navbar img {
        width: 100%;
        height: 95px;
    }
}
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
        transition: transform 0.3s ease-in-out;
    }
    
    /* Ensure the arrow transitions smoothly */
    .navbar .dropdown-icon {
        transition: transform 0.3s ease-in-out;
    }
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* Remove margin if necessary */
    }
    .navbar::after {
        border-top: 0.3em solid transparent;
        border-right: 0.3em solid;
        display: none;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }
    .dropdown-icon {
        transition: transform 0.3s ease;
    }
    .dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all 0.3s ease;
        border-top: 3px solid #008929;
        border-top: 3px solid #ff9900;
        overflow: hidden;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }
    .dropdown-icon {
        transition: transform 0.3s ease;
    }
    .dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }
}
@media (max-width: 1030.98px) {
    a.read-more {
        display: block;
        width: -moz-max-content;
        width: max-content;
    }
    .responsive-view-logo {
        display: none;
    }
    .banner .member__search {
        width: 100%;
        max-width: 100%;
    }
    .navbar img {
        width: auto;
        height: 60px;
    }
    .banner__article {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar img {
        width: 140px;
        height: auto;
    }
}
@media (max-width: 991px) {
    .navbar .dropdown-menu {
        display: none !important; /* Hide submenu by default */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s ease !important;
    }
    .logo-fordesktop{
        display: block;
    }

    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block !important; /* Show submenu on hover */
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .navbar .dropdown-icon {
        transition: transform 0.3s ease;
    }
    .nav-item.dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }
    .sub-menu .sub-count {
        display: none;
    }
    .navbar a.nav-link {
        font-size: 15px;
        width: 100%;
        background: #edf2fa;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid green;
        /* padding: 20px !important; */
        padding: 10px 20px !important;
    }
}
@media (max-width: 991.98px) {
    .banner__article--content h1 {
        font-size: 46px;
        line-height: 50px;
    }
    .typed-title {
        top: 0;
    }
    .pt-140 {
        padding-top: 90px;
    }
    .banner__article--content h1 {
        font-size: 40px;
    }
    .feature__content {
        height: auto;
    }
    .banner .member__search {
        max-width: 100%;
        width: 100%;
    }
    .inner-banner__navbar h1 {
        font-size: 36px;
    }
    .inner-banner__navbar .quick-view {
        position: relative;
        right: 0;
        top: 0;
    }
    .inner-banner {
        position: relative;
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    .navbar img {
        width: auto;
        height: 55px;
    }
    .banner__article--content p {
        font-size: 20px;
    }
    .banner .member__search {
        line-height: 44px;
    }
    .trail-card .title {
        font-size: 46px !important;
    }
    .trail-card__content {
        width: 100%;
    }
    .taan-support .support .support-image img {
        width: 100%;
    }
    .footer .footer-menu-wrap ul li a {
        color: #ffffff;
        line-height: 25px;
        display: block;
        list-style-type: none;
        text-decoration: none;
        padding-right: 20px;
        border: 1px solid #ff9900;
        padding: 10px 20px;
        margin: 5px;
    }
    .sub-menu.sub-menu-items {
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .banner__article--content h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .banner__article--content {
        width: 80%;
    }
    .banner .member__search {
        max-width: 90%;
        width: 90%;
    }
    .banner .member__search--input-type {
        width: 70%;
        border: none;
    }
    p {
        font-size: 16px !important;
    }
    .navbar img {
        width: auto;
        height: 60px;
    }
    .section__title h3 {
        font-size: 26px;
    }
    .trail-card .title {
        font-size: 28px !important;
    }
    .banner .slider {
        height: 400px;
        overflow: hidden;
    }
    .banner__details {
        position: relative;
        height: 400px;
    }
    .banner .slider img {
        height: 400px;
    }
    .typed-title {
        text-align: center;
    }
    .section-bg-banner .section-hero-title {
        padding: 30px 0px;
        text-align: center;
    }
    .about-us h1 {
        margin: 0 0 0px;
        font-size: 26px;
    }
    .profile-page .an-user {
        margin-top: 40px;
    }
    .inner-banner__navbar h1 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .banner__article--content h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .typed-title {
        font-size: 16px;
    }
    .banner .member__search .btn-search {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #4da42f;
        border: none;
    }
    .banner .member__search {
        line-height: 34px;
    }
    .banner .member__search input,
    .banner .member__search select,
    .banner .member__search textarea {
        font-size: 16px;
    }
    .banner .member__search b {
        font-size: 16px;
    }
    .banner__details {
        position: relative;
        height: 400px;
    }
    .banner {
        height: 400px;
    }
    /* .taan {
        color: #000000 !important;
    } */
    .header__content {
        padding: 0px 38px;
        justify-content: center;
        text-align: center;
    }
    .message .president .president-image img {
        width: 100%;
        border-radius: 20px;
    }
    .inner-banner__navbar h1 {
        font-size: 26px;
    }
    .w-75 {
        width: 100% !important;
    }
    .inner-banner__navbar .quick-view {
        flex-wrap: wrap;
    }
    .inner-banner__navbar .quick-view .quick-detail {
        margin-bottom: 10px;
    }
    .message .president .president-message {
        padding: 20px;
        text-align: center;
    }
    .message .president .president-message h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .message .president .president-message h5 {
        font-size: 18px;
        color: #dfdfdf;
    }
    .blog__details__list__box .blog-text h3 {
        line-height: 30px;
    }
    .taan-support .support .support-message {
        padding: 30px;
        text-align: center;
    }
    .banner {
        height: 400px;
    }
    .pt-140 {
        padding-top: 50px;
    }
    .typed-title {
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }
    .teams .logo-img img {
        height: auto;
    }
    .footer {
        padding: 3rem 0 0;
    }
    .member-list .member-details {
        background-color: #edf2fa;
        margin-top: 15px;
        border-radius: 10px;
    }
}
@media (max-width: 480px) {
    .banner__article--content h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner__article--content p {
        padding: 0px 0px;
    }
    .typed-title p {
        padding: 0px 0px;
    }
    .profile-page .an-user {
        flex-wrap: wrap;
        justify-content: center;
    }
    .teams__social-media {
        justify-content: center;
    }
    .header__content {
        padding: 0px 0px;
     
    }
    .message .president {

        border-radius: 0px;
    }
    .message .president .president-image img {
        border-radius: 0px;
    }
    .trail-profile .search-trail__search {
        margin: 20px 0 ;
        line-height: 20px;
        background: #ffffff;
    }
    .trail-profile .search-trail__search .btn-search {
        background: #4da42f;
        border: none;
        padding: 7px 5px;
        /* border-radius: 10px !important; */
        border-radius: 5px;
        color: #fff;
       
    }
    .btn-search i {
        display: none;
    }
    .trail-profile .search-trail__search {
     
        border-radius: 10px;
   
    }
    .trail-details img {
        width: 100%;
        border-radius: 5px;
        object-fit: cover;
        height: 100%;
    }

} /*# sourceMappingURL=style.css.map */
