* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;

}

:root {
    --primary-color: #ee862b;
    --primary-txt-color: #ee862b;
    --primary-bg-color: #ee862b;
}

/*--------------------------------------------------------------
# common class
--------------------------------------------------------------*/
.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 11px;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px;
}

.zoom-in-out {
    animation: zoonin 2s ease-in-out infinite;
}

@keyframes zoonin {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}





/*--------------------------------------------------------------
# header-strip
--------------------------------------------------------------*/
.twelve h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 13px;
    position: relative;
    color: #ee7e1c;
    font-family: cursive;
}

@media only screen and (max-width: 600px) {
    .twelve h1 {
        font-size: 16px;

    }
}

.twelve h1:before {
    background-color: #ec6e15;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve h1:after {
    background-color: #ec6e15;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.name-ittle {
    font-size: 28px;
}

/* social-media */
.parent {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.child {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: all 0.3s cubic-bezier(0.68, 0.85, 0.265, 1.85);
    border-radius: 50px;
    margin: 0 5px;
    line-height: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.child:hover {
    background-color: white;
    background-position:
        -100px 100px,
        -100px 100px;
    /*transform: rotate3d(0.5, 1, 0, 30deg);*/
    transform: perspective(180px) rotateX(60deg) translateY(2px);
}

.child-1:hover {
    box-shadow: 0px 10px 10px #1e90ff;
}

.child-2:hover {
    box-shadow: 0px 10px 10px #ff00ff;
}

.child-3:hover {
    box-shadow: 0px 10px 10px #000;
}

.child-4:hover {
    box-shadow: 0px 10px 10px #4267b2;
}

.button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 20px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.85, 0.265, 1.55);
}

.child:hover>.button {
    transform: translate3d(0px, 20px, 30px) perspective(80px) rotateX(-60deg) translateY(2px) translateZ(10px);
}

.tmp-menu-bars {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0 none;
    color: #ffffff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 2px solid #ee7e1ced;
    z-index: 1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.tmp-menu-bars::after {
    content: " ";
    position: absolute;
    width: 105%;
    height: 105%;
    border-radius: 100px;
    background: #ee7e1ced;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
    z-index: -1;
}



/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.header-box {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    /* background: blanchedalmond; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.nav-item a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.off-canvas-profile-img-box {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}

.off-canvas-profile-img-box img {
    width: 315px;
    border-radius: 15px;
}

.nav-item a {
    box-shadow: inset 0 0 #f4790d33;
    color: #000;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;

}

.nav-menu-active {
    color: var(--primary-txt-color) !important;
}

.nav-item a:hover {
    color: var(--primary-txt-color);
    box-shadow: inset 200px 0 #f4790d33;
    border-radius: 5px;

}

.close-btn {
    border: none;
    font-size: 22px;
    position: absolute;
    left: -15.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: white;
    background-color: var(--primary-bg-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 418px) {
    .twelve h1 {
        font-size: 15px !important;
    }

    .offcanvas {
        max-width: 93%;
    }
}

@media only screen and (max-width: 366px) {
    .twelve h1 {
        font-size: 12px !important;
    }

    .tmp-menu-bars {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

}

/*--------------------------------------------------------------
# hero
--------------------------------------------------------------*/
.slider-arrow-btn {
    width: 45px;
    cursor: pointer;
}

@media only screen and (max-width: 990px) {
    .slider-arrow-btn {
        width: 30px;

    }
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.facebook-feed-box {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

/*--------------------------------------------------------------
# vission and mission
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner-img-box {
    position: relative;
}

.banner-img-box img {
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.follow-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% -80%);
}

.social-working-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}



.timeline-carousel {
    padding: 7px 0px;
    position: relative;
    overflow: hidden;
}

.timeline-carousel h1 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 40px;
    font-weight: 900;
    text-align: center;

}

.timeline-carousel__item {
    cursor: pointer;
}

.timeline-carousel__image {
    padding-right: 12px;
}

@media only screen and (max-width: 799px) {
    .timeline-carousel__image {
        padding-right: 8px;
    }
}


.media-wrapper {
    transition: all 0.4s ease;
    overflow: hidden;
}

.media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;



}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 30px;
}

.timeline-carousel__item-inner:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
}

.year {
    font-size: 36px;
    color: var(--primary-txt-color);
    /* background-color: #1d1d1e; */
    font-weight: 900;
    margin: -15px 0 4px;
    display: table;
    position: relative;

}

.year:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    /* background-color: #1d1d1e; */
}

.month {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    font-weight: 900;
    display: block;
}

.timeline-carousel__item-inner p {
    font-size: 14px;
    line-height: 22px;
    color: var#000;
    width: 85%;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .timeline-carousel__item-inner p {
        font-size: 12px;
    }

    .year {
        font-size: 29px;

    }
}

.read-more {
    font-size: 12px;
    color: #b38c52;
    text-decoration: none;
    font-weight: 900;
    position: relative;
}

.read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #b38c52;
    transition: width 0.2s ease;
}

.read-more:hover:after {
    width: 100%;
}

.pointer {
    height: 29px;
    position: relative;
    margin: -4px 0 16px;
}

.pointer:before,
.pointer:after {
    content: "";
    position: absolute;
}

.pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--primary-bg-color);
    top: 0;
    left: 0;
}

.pointer:before {
    width: 1px;
    height: 100%;
    background-color: var(--primary-bg-color);
    left: 4px;
    top: 0;
}

.slick-dots li button {
    background-color: var(--primary-bg-color);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #b38c52;
}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

.link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.link .fa {
    font-size: 28px;
    margin-right: 8px;
}

.slick-dots li button:before {
    font-size: 20px !important;

}

/* ._2p3a{
    width: 100% !important;
    min-width: 100% !important;
} */
.video-gallery {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.video-box {
    padding: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 3px dotted var(--primary-color);
    border-radius: 15px;
    position: relative;
}

/* .ply-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
} */

.video-author {
    color: var(--primary-txt-color);
}

.video-description {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .video-description {
        font-size: 18px;
    }
}

.swiper {
    padding: 40px 0;
}

.swiper-slide {
    transition: all 0.5s ease-in-out;
}

.slide-box {
    border-radius: 15px;
    background-color: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.video-description {
    text-align: justify;
}

.swiper-button-prev:after {
    opacity: 0;
}

.swiper-button-next:after {
    opacity: 0;
}

.video-pre-nex-btn {
    width: 35px;
}

/*--------------------------------------------------------------
# Shri Gorakhnath Sargu Ashram Foundation
--------------------------------------------------------------*/
.asram-founder-txt {
    color: var(--primary-txt-color);
}

.founder-box {
    position: relative;
}

.arrow-shape-box img {
    width: 55px;
    animation: left-right 3s linear infinite;

}

@keyframes left-right {
    0% {
        transform: translateX(-50px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(-50px);
    }
}

.arrow-shape-box {
    position: absolute;
    left: 38%;
    top: -71%;
}

.founder-txt-box {
    position: relative;
}

.flower-shape-1 {
    position: absolute;
    right: -50px;
}

.flower-shape-2 {
    position: absolute;
    bottom: -10%;
    left: 40%;
}


.flower-shape-3 {
    position: absolute;
    bottom: -20%;
    right: 0%;
}

@media only screen and (max-width: 767px) {
    .flower-shape-1 img {
        width: 150px;
    }

    .flower-shape-1 {

        right: 0px;
    }

    .flower-shape-3 img {
        width: 150px;
    }

    .flower-shape-3 {

        bottom: 0%;
    }

    .flower-shape-2 {
        bottom: 10%;
    }

}

.video-shape-2 img {
    width: 93px;
    transform: rotate(357deg);
}

.video-shape-2 {
    position: absolute;
    right: -4px;
    bottom: -106px;
}

.insta-box {
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fb-img-gallery {
    width: 63px;
    height: 53px;
    overflow: hidden;
}

.fb-img-gallery img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .fb-user-name {
        font-size: 20px;
    }

    .fb-profile-img {
        width: 100px;
        height: 100px;
    }

}

@media only screen and (max-width: 1394px) {
    .fb-img-gallery {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

}
@media only screen and (max-width:405px) {
  .fb-nav-tab{
    font-size: 13px !important;
  }

}

/* image gallery */

.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 82%;
    margin: 0 auto;

    div {
        width: 150px;
        margin: 0 1.5rem 1.5rem 0;
        display: inline-block;
        width: 100%;
        border: solid 2px #ccc;
        padding: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        transition: all .25s ease-in-out;

        &:hover img {
            filter: grayscale(0);
        }

        &:hover {
            border-color: coral;
        }

        img {
            width: 100%;
            /* filter: grayscale(100%); */
            border-radius: 5px;
            transition: all .25s ease-in-out;
        }

        p {
            margin: 5px 0;
            padding: 0;
            text-align: center;
            font-style: italic;
            font-size: 14px;
        font-weight: 700;
        color: var(--primary-txt-color);
        }
    }
}