@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&family=Ledger&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap&family=Grey+Qo&display=swap');

/* import custom font */
@font-face {
    font-family: 'Arlon';
    src: url('../fonts/webfonts/ArlonSemiBold-DEMO.otf');
}

h1,
h2 {
    font-family: "Arlon", sans-serif;
}

h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

.btn--primary {
    font-family: "Arlon", sans-serif;
}

.team .team__single-content h6 {
    font-family: "Arlon", sans-serif;
}

.header .navbar__item a {
    font-family: "Arlon", sans-serif;
}

.help__content h2 {
    margin-bottom: 20px;
}

.header .navbar__sub-menu a {
    font-size: 16px;
}

.header .navbar__item a {
    font-size: 16px;
}

.stycn {
    font-family: "Caveat", cursive !important;
}

.tag a {
    font-family: "Arlon", sans-serif;
}

.preloader p {
    font-family: "Arlon", sans-serif;
}

.signature {
    font-family: "Grey Qo", sans-serif;
    font-size: 2.5rem;
}

.logo-text {
    font-family: "Arlon", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    background: -webkit-linear-gradient(333deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-logo-text {
    font-family: "Arlon", sans-serif;
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    font-weight: 600;
    background: -webkit-linear-gradient(333deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.footer-logo-tags {
    color: #ffc008 !important;
    font-size: 1.1rem;
    letter-spacing: 0.6px;
    margin-top: 6px;
}

.preloader img {
    animation: preloaderRotate 2s ease-in-out infinite;
}

.navbar-logo img {
    /* gear rotate animation, delay 3s then again start smoothly only 3 spin */
    animation: rotateGear 3s ease-in-out infinite;
    animation-delay: 3s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
}

@keyframes preloaderRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateGear {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb {
    margin: 20px;
    display: flex;
    justify-content: center;
    background: transparent;
    position: absolute;
    z-index: 4;
}

.breadcrumb ul {
    list-style: none;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li::after {
    display: inline-block;
    content: '>>';
    margin: 0 10px;
    color: #088791;
    font-size: 20px;
    font-weight: 400;
    font-family: "Caveat", cursive;
}

.breadcrumb ul li:last-child::after {
    display: none;
}

.breadcrumb ul li a {
    color: #656060;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb ul li a:hover {
    color: #74b654;
    transition: all 0.3s ease-in-out;
}

.breadcrumb__inner ul li:last-child {
    color: #f58532;
}

.header .navbar__item a:hover {
    color: #6aaf63 !important;
    transition: all 0.3s ease-in-out;
}

.corporate-about {
    margin: 80px 0;
    padding-bottom: 30px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.donate-heart-icon path {
    fill: #f58532 !important;
    stroke: #f58532 !important;
}

.footer-logo img {
    height: 120px;
    animation: rotateGear 3s ease-in-out infinite;
    animation-delay: 5s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
    margin-bottom: 10px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-top-pic {
    height: 210px;
}

.about-bottom-pic {
    height: 210px;
}

.apply-option-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 0;
    border-radius: 10px;
    background-color: #fff;
}

.apply-icon-box {
    height: 140px;
    width: 140px;
    background: #ffc92a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 50%;
    border: 1px solid #f585325e;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.more-way-boxes {
    background: #F5F0E5;
    padding: 40px;
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
}

.apply-option-box h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    line-height: 35px;
    color: #04757e;
}

.apply-option-box h3 span {
    color: #f58532;
}

.volunteer-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.view-more-btn {
    margin-top: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgb(116 182 84 / 20%) 0px 8px 16px -8px;
}

.volunteer-option h2 {
    font-size: 22px;
    margin-top: 20px;
    line-height: 35px;
}

.volunteer-option .volunteer-option-text {
    padding: 0 30px;
}

.volunteer-option h3 span {
    color: #ffc008;
}

/* .prev-volunteer {
    position: absolute;
    right: 180px;
    bottom: 20px;
}

.next-volunteer {
    position: absolute;
    right: 140px;
    bottom: 20px;
} */

.volunteer-option-pic {
    height: 300px;
}

.volunteer-option-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.volunteer-option-section {
    padding: 40px 0;
    background-color: #efede9;
}

.banner-two__slider-content h2 {
    color: #fff;
}

.section-divider {
    margin-top: 16px;
}

.section-divider .divider-2 {
    width: 250px;
}

.section-divider .divider-3 {
    width: 250px;
}

.text-orange {
    color: #f58532 !important;
}

.blockquote__icon {
    color: #1095d3;
    font-size: 6rem;
    margin-top: 34px;
    font-family: "Caveat", cursive;
}

.blockquote__text {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 35px;
    font-family: "Caveat", cursive;
    margin-top: -25px !important;
    padding-left: 30px;
}

/* .base-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.base-btn-area .base-btn i {
    margin-bottom: 10px;
    color: #f58532;
    font-size: 20px;
    margin-right: 10px;
}

.overview-details-section {
    background-color: #F5F0E5;
    position: relative;
    padding: 40px 0;
}

.overview-details-section::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 183px;
    background-color: #f5f0e5;
    clip-path: polygon(0 76%, 100% 93%, 100% 100%, 0% 100%);
}

.overview-details-section::after {
    content: "";
    position: absolute;
    bottom: -175px;
    left: 0;
    width: 100%;
    height: 183px;
    background-color: #f5f0e5;
    clip-path: polygon(0 0, 100% 0, 100% 23%, 0 6%);
}

.banner-two__slider-single {
    height: 110vh;
}

.common-banner__content p {
    color: #fff !important;
}

.banner-two__slider-bg {
    background-position: top center !important;
}

.stylish-font {
    font-family: var(--caveat);
    color: #f58532 !important;
}

.help__content-icon .content a:hover h6 {
    color: #f58532 !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* .cause-two .cause-two__slider-single img {
    object-fit: contain;
} */
h1,
h2 {
    font-size: 45px;
    line-height: 50px;
}

.cm-sidebar-overview {
    margin-top: 16px;
}

.cm-sidebar-overview .cm-logo img {
    animation: rotateGear 3s ease-in-out infinite;
    animation-delay: 5s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
    margin-bottom: 10px;
}

.difference-two .difference-two__thumb .thumb-lg .about-tribedi-top-pic {
    height: 400px;
}

.blog-main .cm-details-author .social a:hover {
    background-color: #74b6548a;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    color: #f58532;
}

.about-tribedi-box::after {
    content: "";
    position: absolute;
    bottom: -100px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
    height: 100%;
    border: 1px solid var(--base-color);
    border-radius: 20px;
    z-index: -1;
}

.cause__slider-single .content h3 {
    font-family: "Arlon", sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #1c1b1b;
}

.blog-main .cm-details-author .social a {
    border-radius: 50% 50%;
    background-color: #ffc008b3;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
}

@media (max-width: 767px) {
    .banner-two__slider-single {
        height: 71vh;
    }

    .common-banner__content .w-50 {
        width: 100% !important;
    }

    .community .community-donation .community__thumb {
        position: static;
    }

    .community .community-donation .community__thumb img {
        width: 100%;
    }

    .help .help__thumb-inner {
        min-width: 330px;
    }

    .help .grid-line {
        position: absolute;
        inset-inline-start: 10px;
        top: 65%;
    }

    .about-bottom-pic {
        height: 180px;
    }

    .counter .poor::before {

        background: -webkit-linear-gradient(333deg, rgb(245 133 50) 0%, rgb(116 182 84) 100%);
        background: linear-gradient(333deg, rgb(245 133 50) 0%, rgb(116 182 84) 100%);
    }
}