
.waves {position: relative;width: 100%;height: 15vh;margin-bottom: -7px;min-height: 100px;max-height: 150px;}
.content {position: relative;height: 20vh;text-align: center;background-color: white;}
.parallax>use {animation:move-forever 25s cubic-bezier(.55, .5, .45, .5) ;}
.parallax>use:nth-child(1) {animation-delay: 0;animation-duration: 7s;}
.parallax>use:nth-child(2) {animation-delay: -1;animation-duration: 6s;}
@keyframes move-forever { 0% {transform: translate3d(-14px, 0, 0);}100% {transform: translate3d(0, 0, 0);}}
/*Shrinking for mobile*/
@media (max-width: 768px) {.waves { height: 40px;min-height: 40px;}.content {height: 30vh;}h1 {font-size: 24px;}}
.footer {background: var(--fotr-bg-color); margin-top: 0;}
.browse_options {background: var(--optn-ls-color)!important; border-radius: 10px; border: none;}
.list { background: var(--oopt-ls-color); margin-top: 5px; border-radius: 10px; }
.list a {color: #FFF}
.badge {background-color: transparent;}
.sub_list {background: var(--oopt-ls-color)!important;}
.nav_links_wrapper {position:fixed; top: 0; z-index: 999; right:0; left:0;background: rgba(0,0,0,.5);}
.sub_define_title {padding:1px 0; text-align: right; border-right: solid thick #FFF; font: 18px 'mthn'; padding-right: 20px;}
.gray_cont {background: transparent; color: #FFF; border: none}
.sub_define_text {font: 16px "tajawal","DejaVu Sans","Trebuchet MS",Verdana,"sans-serif"; text-align: justify; margin-top: 15px }
.main_bg {background: var(--main-bg-color)}
.search_bar {margin-top: 0;background: var(--main-bg-color); opacity: .8;}
.ajax_search_header, .search_filter {background: var(--fotr-bg-color);}
/* .list-item:not(a) {mix-blend-mode: difference;} */
.list-item {color: darkgray;}
.nav_links {padding-top: 10px;}
.drop_nav {background-color:var(--main-bg-color);;}
.icon_bar {background-color: #FFF;}
.lang1 ,.lang2 { position: absolute; padding: 2px; top: 8px; left: 5px; background: rgba(255,255,255,1); border-radius: 2px; }
.lang2 {top: 35px}
.lang_active { background-color: #ffbd69; }