@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&display=swap');

/* Base rule */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


.navigation {
    position: absolute;
    position: fixed;
    top: 61px;
    right: 1px;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 10000;
    border-radius: 4px;
    overflow: hidden;
    transition: width 0.5s, height 0.5s;
    transition-delay: 0s, 0.75s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.navigation i {
    width: 20px;
    height: 20px;
}

.navigation.active {
    width: 250px;
    height: 250px;
    transition: height 0.5s, width 0.5s;
    transition-delay: 0s, 0.75s;

}

.navigation .menu-toggle {
    background-image: url(/images/main_page_image/accesibility-img.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    height: 30px;
    width: 30px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background: #ff4081; */
    transition: 0.5s;
    cursor: pointer;
}

.navigation .menu-toggle.active {
    /* background: #2196f3; */
    background: var( --navandfooter-color);
}

.navigation .menu-toggle::before {
    content: '+';
    position: absolute;
    font-size: 2em;
    display: flex;
    justify-content:flex-end;
    align-items:flex-end;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 400;
    transition: 0.5s;
}



.navigation .menu-toggle.active::before {
    transform: rotate(315deg);
}


.Accessibility {

    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

.navigation ul {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 10px;

}

.navigation ul li {
    /* position: absolute; */
    list-style: none;
    width: 100%;
    padding: 5px;
}



.navigation ul li .btn{
    position: relative;
    display: flex;
    justify-content: center;
    width: 30%;
    height: 10%;
    align-items: center;
    /* background-color:antiquewhite; */
    border-radius: 5px;
    cursor: pointer;
    padding: 0px;
    font-size: 15px;
}

.navigation ul li .btn:hover {
    text-decoration: underline; 
    
}

.navigation ul li i {
    position: relative;
    display: block;
    /* padding-right: 5px; */
    font-size: 14px;

}

.navigation ul li .icon {
    position: relative;
    display: flex;

}


/* idy 2025 */


.idy_navigation {
    position: absolute;
    position: fixed;
    /* top: 160rem; */
    top:29.5rem;
    right: 0.5rem;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 10000;
    border-radius: 4px;
    overflow: hidden;
    transition: width 0.5s, height 0.5s;
    transition-delay: 0s, 0.75s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.idy_navigation img {
    width: 70px;
    height: 70px;
}

.idy_navigation.active {
    width: 250px;
    height: 250px;
    transition:height 0.5s, width 0.5s,;
    transition-delay: 0s, 0.75s;

}

.idy_navigation .idy_menu-toggle {
    background-image: url(/images/yoga-logo.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    height: 50px;
    width: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background: #ff4081; */
    transition: 0.5s;
    cursor: pointer;
}

.idy_navigation .idy_menu-toggle.active {
    /* background: #2196f3; */
    background: var(--navandfooter-color);
}

.idy_navigation .idy_menu-toggle::before {
    content: '+';
    position: absolute;
    font-size: 2em;
    display: flex;
    justify-content:flex-end;
    align-items:flex-end;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 400;
    transition: 0.5s;
}



.idy_navigation .idy_menu-toggle.active::before {
    transform: rotate(315deg);
}


.idy_Accessibility {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.idy_navigation ul {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 10px;

}

.idy_navigation ul li {
    /* position: absolute; */
    list-style: none;
    width: 100%;
    padding: 5px;
}



.idy_navigation ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    /* width: 50%; */
    /* height: 10%; */
    align-items: center;
    /* background-color:antiquewhite; */
    border-radius: 5px;
    cursor: pointer;
    padding: 9px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.idy_navigation ul li a:hover {
    text-decoration: underline; 
    
}

.idy_navigation ul li i {
    position: relative;
    display: block;
    /* padding-right: 5px; */
    font-size: 14px;

}

.idy_navigation ul li .icon {
    position: relative;
    display: flex;

}



@media (max-width: 575.98px){
    .navigation {
    display: none;
}
.idy_navigation {
    display: none;
}
}