

.panels .panel.menu-panel {
    height: 74px;
    margin-bottom: 7.5px;
    justify-content: center;
    align-items: self-start;
    position: relative;
}
.panels .panel.menu-panel::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(14, 37, 62, 0.4) 0%, rgba(14, 37, 62, 0) 71.44%);
    z-index: 1;
}
.panels .panel.menu-panel.active::before{
    background: rgba(80, 178, 172, 0.7)

}

.panels .panel.menu-panel .panel-menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 0px 0px 40px;
}
.panels .panel.menu-panel .panel-menu-flex p{
  
    font-family: 'abigate';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 31px;
}
.panels .panel.menu-panel .petal {
    position: unset;
}
.panels .panel.menu-panel img{
    object-position: 100%; 
}
/* watch Video */
.watch-container .video-link,
.watch-video img {
    width: 100%;
}

.watch-container .tutorial-link {
    text-align: left;
    cursor: pointer;
}

.video-about-sensory {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.video-about-sensory p {
    margin-bottom: 0;
    color: #A7BFBA;
    font-size: 30px;
    font-family: 'abigate'
}

.video-about-sensory a {
    color: #50B2AC;
    font-size: 17px;
}

.video-about-sensory .watch-video {
    margin: 10px 0;
}
.watch-video .btn-play{
    position: relative;
}
.watch-video .btn-play:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url(../images/play-button.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.lang-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.lang-container .language-toggle{
    margin: 0;
}
.panels{
    padding-bottom: 100px;
}
.responsive-heading{
    margin-top: 10px;
}
.language-bottom{
    display: none;
}
.panels .row.text-center .col-12:nth-child(1) .panel.menu-panel img{
    object-position: 100% 43%;
  }
  .panels .row.text-center .col-12:nth-child(2) .panel.menu-panel img{
    object-position: 100% 15%;
  }
  .panels .row.text-center .col-12:nth-child(3) .panel.menu-panel img{
    object-position: 100% 88%;
  }
  .panels .row.text-center .col-12:nth-child(5) .panel.menu-panel img{
    object-position: 100% 85%;
  }
  .panels .row.text-center .col-12:nth-child(6) .panel.menu-panel img{
    object-position: 100% 46%;
  }
@media (min-width: 992px) {
    .panels .panel.menu-panel .heading {
        top: 0;
    }
}

@media(max-width:991.98px) {
    
    .petal {
        display: block !important;
    }
    .panels .panel.menu-panel::before{
        background: radial-gradient(50% 50% at 50% 50%, rgba(18, 30, 64, 0.4) 28.94%, rgba(15, 37, 62, 0) 100%);

    }
}

@media(max-width:1024px) {
    .video-about-sensory {
        margin-left: 40px;
    }
}

@media(max-width:767px) {
    .panels{
        padding-bottom: 20px;
    }
    .panels .panel.menu-panel .panel-menu-flex {
        justify-content: center;
        padding: 0;
    }

    .panels .panel.menu-panel {
        height: 150px;
    }
    .panels .row.text-center .col-12:nth-child(6) .panel.menu-panel img {
        object-position: 100% 38%;
    }
    
    .petal {
        display: none !important;
    }

    .watch-video .btn-play {
        width: 100%;
    }

    .watch-container {
        justify-content: flex-start !important;
        margin: 10px 0;
    }

    .watch-container .video-about-sensory {
        margin: 40px 0;
        width: 100%;
        margin-left: 0;
        align-items: center;
        gap:15px;
    }
    .language-bottom{
        display: block;
    }
    .language-top{
        display: none;
    }
}