﻿.parent2 {
    top: -10px;
    left: 15px;
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 20;
}
.menu {
    opacity: 0;
    width: 60%;
    height: 60%;
    background-color: #25C0D5!important;
    border-radius: 50%;box-shadow:1px 2px 2px #000000!important;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 70px;
    top: 25%;
    left: 25%;
    z-index: 19;
    position: absolute;
}

.menu1 {
    padding-top:2px;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.menu2 {
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .15s;
}
.menu3 {
    padding-left: 5px;
    padding-top: 1px;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .3s;
}
.menu4 {
    padding-left: 2px;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .45s;
}
.menu5 {
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
}
.menu6 {
    padding-top: 2px;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .75s;
}
.menu7 {
    padding-left:12px;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .9s;
}

.mask2 {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: #25C0D5;
    border-radius: 50%;
    position: absolute;
    box-shadow: 1px 2px 2px #000000 !important;
    z-index: 21;
    color: white;
    text-align: center;
    line-height: 84px;
    cursor: pointer;
    position: fixed;
}

.nav_content {
    position:relative;
    border-radius: 7px;
    transition: all .3s ease-out;
    width: max-content;
    position: absolute;
    left: 120%;
    top: 0%;
    opacity: 1 !important;
    background: unset;
}
.nav_content:hover{
    font-size:1.1em;
    color:#296080!important;
    background-color:white;
    padding-left:1.5rem;
    padding-right:1.5rem;
}
.nav_content::after {
    opacity:0!important;
    transition: all .3s ease-out;
    bottom: 48%;
    left: 50%;
    position: absolute;
    content: "";
    width: 100%;
    transform:translateX(-50%);
    background-color: #296080;
    height: 1px;
    margin:auto;
}
.nav_content:hover::after{
    opacity:1!important;
    height:1.5px!important;
    width:65%!important;
    bottom:15%!important;
}

.menu_wrapper {
    transition: all .5s ease-out;
    background: rgba(0, 188, 212, 0.84);
    background: -webkit-linear-gradient(left, rgba(0, 188, 212, 0.84), rgba(41, 33, 71, 0.84));
    background: -o-linear-gradient(left, rgba(0, 188, 212, 0.84), rgba(41, 33, 71, 0.84));
    background: -moz-linear-gradient(left, rgba(0, 188, 212, 0.84), rgba(41, 33, 71, 0.84));
    background: linear-gradient(left, rgba(0, 188, 212, 0.84), rgba(41, 33, 71, 0.84));
    z-index: 5555;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
}

.menu_wrapperOn {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.menu_wrapper article {
    transition: all .3s ease-out;
    left: 58%;
    top: 40%;
    transform:translate(-50%,-50%)
}
.menu_wrapper article > div {
        transition: all .5s ease;
        margin-right: 10px;
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid #fff;
        cursor: pointer;
        width: 15vw;
        height: 15vw;
}
.menu_wrapper img {
    transition: all .5s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu_wrapper article > div:hover {
    box-shadow: 0 3px 6px 0 rgba(13,13,14,.66);
}
.menu_wrapper article > div:hover img {
    opacity: .6 !important;
}
.content_nav {
    width: 90%;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%)
}
.content_nav p, .content_nav h4 {
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.content_nav h4 {
    font-size: 1.1em;
    }
article > p {
    font-family: 'Regular_bold-az', sans-serif !important;
    bottom: -18vh;
    left: 0;
}
.dropdown-menu {
    top:3%!important;
    left: 93% !important;
    min-width: 5rem !important
}
.dropdown-menu a:hover{
    color:white!important;
    background:rgba(0, 188, 212, 0.84)!important;
    padding:0 15px!important;
}