/*

    CUSTOM 0.1
    14 July 2023
    PUNEET UPADHYAY
*/
/*HEADER*/
.header-action-btn {
    padding: 5px 15px !important;
    background: #246bb9;
    color: white !important;
    border-radius: 20px;
}

/*HEADER END*/

/*MENU*/
/*.menu-bar {
    height: 90px !important;
}*/
/*MENU END*/

/*BUTTONS*/
.button.button-text-white {
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    color: white;
    margin-right: 20px;
}

a.button.button-text-white:not(:first-child) {
    margin-left: 20px;
}
/*BUTTONS END*/

/*TEXT STYLE*/
a.color-white {
    color: white !important;
}

.fd-u:after {
    width: 100%;
    height: 2px;
    background: #299be8;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.fd-u {
    text-decoration: none;
    position: relative;
}

.marker-effect:after {
    content: "";
    position: absolute;
    bottom: calc(15%);
    left: 0;
    width: 100%;
    height: 75%;
    background: #0095ff47;
    transform: rotate(-4deg) skew(-3deg, -2deg);
    z-index: -1;
}

.marker-effect {
    position: relative;
    z-index: 1;
}
/*TEXT STYLE END*/

/*BREADCRUMB*/
.page-breadcrumb.style-capsule {
    float: left !important;
    width: 40%;
    text-align: left !important;
    padding: 0 10px 0 2px;
    border-radius: 10px;
    display: inline-block;
    width: auto;
    background: #299be87a;
}
/*BREADCRUMB END*/

/*********CUSTOM CLASS************/
.counter-percent {
    position: absolute;
    top: 2px;
    left: 90px;
    font-size: 33px;
    font-weight: 500;
}
/*********CUSTOM CLASS END************/



/*TITLE*/
.page-title {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
/*TITLE END*/

/***************FONT-FAMILY*************/
.font-impact {
    font-family: Impact;
}
/***************FONT-FAMILY-END*************/

/***************FONT_WEIGHT*****************/
.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

/***************FONT_WEIGHT END*****************/



/*******************BUTTON*******************/
.speak-yenetch:hover i.fa.fa-volume-up {
    transform: scale(1.2);
    transition: all cubic-bezier(0.21, 2.24, 1, 1.05) .3s;
}

.speak-yenetch {
    transition: all linear .1s !important;
    color: #892f2f !important;
    cursor: pointer;
}

.btn-brown {
    background: #b74f4f !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

a.btn-brown:hover {
    background: #853030 !important;
    border-color: #ffffff !important;
}

.btn-green {
    background: #1a761a !important;
    border-color: #cefdce !important;
    color: #ffffff;
}

    .btn-green:hover {
        background: #136613 !important;
        border-color: #ffffff !important;
    }

.btn-blue {
    border-color: white !important;
}

.btn-saffron {
    background: #ffa33f !important;
    border-color: white !important;
}

    .btn-saffron:hover {
        background: #c47726 !important;
        border-color: white !important;
    }

/*******************BUTTON END*******************/


/*******************DEFAULTS********************/

/**********HOVER*********/
.hover-yellow:hover {
    background: #fddd9b;
    color: #323232;
    border: 2px solid #299be8;
}

/***********BG***********/
.saffron-bg {
    background: #ffab50 !important;
    padding: 30px;
}

.green-bg {
    background: #86cf61 !important;
    padding: 30px;
}

.red-bg {
    background: #e96d6d !important;
    padding: 30px;
}

/*********SCROLLER*********/

#scrolltop {
    display: none;
}

#rocketmeluncur {
    position: fixed;
    bottom: 65px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 26px;
    height: 48px;
    right: 25px;
    background: url(../images/rocket.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition: visibility 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
    display: block;
    margin-top: 48px;
    height: 14px;
    background: url(../images/rocket.png) no-repeat 50% -48px;
    opacity: .5;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0
}

#rocketmeluncur:hover {
    background-position: 50% -62px
}

#rocketmeluncur:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming .7s infinite;
    -moz-animation: flaming .7s infinite;
    animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
    visibility: visible;
    opacity: 1
}

#rocketmeluncur.launchrocket {
    background-position: 50% -62px;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none
}

#rocketmeluncur.launchrocket i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 10.2);
    -moz-transform: scale(1.4, 10.2);
    transform: scale(1.4, 10.2)
}
@keyframes shaking {
    0% {
        transform: skewX(-1deg) translate(-1px,0px) scale(1.4, 2.2)
    }

    20% {
        transform: skewX(1deg) translate(1px,0px) scale(1.4, 2.2)
    }

    40% {
        transform: skewX(-1deg) translate(-1px,0px) scale(1.4, 2.2)
    }

    60% {
        transform: skewX(1deg) translate(1px,0px) scale(1.4, 2.2)
    }

    80% {
        transform: skewX(-1deg) translate(-1px,0px) scale(1.4, 2.2)
    }

    100% {
        transform: skewX(1deg) translate(-1px,0px) scale(1.4, 2.2)
    }
}

@keyframes shakingLaunch {
    0% {
        transform: skewX(-1deg) translate(-1px,0px) scale(2, 7)
    }

    20% {
        transform: skewX(1deg) translate(1px,0px) scale(2, 7)
    }

    40% {
        transform: skewX(-1deg) translate(-1px,0px) scale(2, 7)
    }

    60% {
        transform: skewX(1deg) translate(1px,0px) scale(2, 7)
    }

    80% {
        transform: skewX(-1deg) translate(-1px,0px) scale(2, 7)
    }

    100% {
        transform: skewX(1deg) translate(-1px,0px) scale(2, 7)
    }
}

#rocketmeluncur:hover {
}

    #rocketmeluncur:hover i {
        transform: scale(1.4, 2.2);
        animation: shaking .1s infinite;
    }

    #rocketmeluncur:hover:after {
        display: none;
    }

#rocketmeluncur.launchrocket i {
    animation: shakingLaunch .1s infinite;
}
/*********SCROLLER END*********/


/*************LOADING YENETCH**************/
nav.mega-menu.desktopTopFixed .menu-list-items {
    height: 60px;
}

nav.mega-menu:not(.desktopTopFixed) .menu-list-items {
    height: 87px;
}

svg {
    font-family: impact;
    position: absolute;
    width: 100%;
    height: 200px;
}

    svg.loading {
        font-family: impact;
        position: absolute;
        width: 100%;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    svg text {
        text-transform: uppercase;
        animation: stroke 5s infinite alternate;
        stroke-width: 2;
        stroke: #246bb9;
        font-size: 140px;
    }

    svg.loading text {
        text-transform: uppercase;
        animation: stroke 2s infinite alternate;
        stroke-width: 2;
        stroke: #246bb9;
        font-size: 140px;
    }

@keyframes stroke {
    0% {
        fill: rgba(72,138,20,0);
        stroke: rgba(36 107 185,1);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }

    70% {
        fill: rgba(72,138,20,0);
        stroke: rgba(36 107 185,1);
    }

    80% {
        fill: rgba(72,138,20,0);
        stroke: rgba(36 107 185,1);
        stroke-width: 3;
    }

    100% {
        fill: rgba(72,138,204,1);
        stroke: rgba(36 107 185,0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

.bounce2 {
    animation: bounce2 1s ease infinite;
}

@keyframes bounce2 {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(0%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(0%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0);
    }
}

#rocketmeluncur:after {
content: "Go to Top";
font-size: 10px;
width: 57px;
display: block;
left: -13px;
bottom: -2px;
position: relative;
background: #ffffffff;
    padding: 0 4px;
    border-radius: 8px;
    color: gray;
}

#rocketmeluncur.launchrocket:after {
    display: none;
}

#rocketmeluncur:hover:after {
    background: #fff;
    color: black
}
/*************LOADING YENETCH END**************/

.footer-label-yenetch {
    font-weight: bold;
    margin-right: 10px;
}
/*****PARALLAX SLIDER****/
.slider-parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*******FIX MENU**********/
.mega-menu.desktopTopFixed .menu-list-items {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 10px;
    background: #323232;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

nav#menu.desktopTopFixed .menu-list-items {
    animation-name: menu-slide-down;
    animation-duration: .8s;
}

@keyframes menu-slide-down {
    from {
        top: -60px;
    }

    to {
        top: 0;
    }
}

nav#menu {
    background: url(images/yenetch-doodle-03.png);
    background-size: cover;
    background-position: center;
}