html { 
    scroll-behavior: smooth;
    overflow-x: hidden;
}

::-moz-selection {
    background-color: #67bc00;
    color: #fff;
}
::selection {
    background-color: #67bc00;
    color: #fff;
}

body {
    position: relative;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background: 
        linear-gradient( 27deg, rgba(214, 214, 214, 0.04) 0% 34%, rgba(104, 104, 104, 0.04) 34% 100%),
        linear-gradient(-54deg, rgba(200, 200, 200, 0.09) 0% 32%, rgba(101, 101, 101, 0.09) 32% 100%),
        linear-gradient(-50deg, rgba(105, 105, 105, 0.04) 0% 51%, rgba(255, 255, 255, 0.04) 51% 100%),
        linear-gradient(-16deg, rgba( 14,  14,  14, 0.03) 0% 10%, rgba(238, 238, 238, 0.03) 10% 100%),
        linear-gradient( -5deg, rgba(  9,   9,   9, 0.01) 0% 96%, rgba( 20,  20,  20, 0.01) 96% 100%),
        linear-gradient( 64deg, rgba(161, 161, 161, 0.02) 0% 20%, rgba( 43,  43,  43, 0.02) 20% 100%),
        linear-gradient( 77deg, rgba(164, 164, 164, 0.01) 0% 72%, rgba( 14,  14,  14, 0.01) 72% 100%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-color: #08AEEA;

    font-family: "PT Serif", serif, "Open Sans", sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.618em;
}

b {
    font-weight: bold;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ornament-section {
    position: relative;
    width: 100%;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}
.ornament {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    background: url('img/ornament.svg') center no-repeat;
    background-size: 100% 100%;
}
.ornament-section > canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    overflow: hidden;
}
.btn-start {
    padding: 0.4em 1.8em 0.4em 1.8em;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
.overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.main-menu {
    /**
    background: -webkit-linear-gradient(0deg, #ade600 0%, #62b900 100%);
    background: -moz-linear-gradient(0deg, #ade600 0%, #62b900 100%);
    background: -ms-linear-gradient(0deg, #ade600 0%, #62b900 100%);
    background: -o-linear-gradient(0deg, #ade600 0%, #62b900 100%);
    background: linear-gradient(0deg, #ade600 0%, #62b900 100%);
    background-color: #ade619;
    */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.25) 100%);

    padding: 12px 20px;
    border: 1px solid #1795C6;
}
.menu-icon {
    display: none;
    padding: 0 8px 0px 8px;
    margin-left: 10px;
    font-size: 1.618rem;
    color: #ddd;
    transition: 0.3s;
}
.menu-icon:hover {
    color: red;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu {
    display: flex;
}
.nav-menu > li {
    display: block;
    margin-left: 5px;
}
.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    transition: 0.3s;
}
.nav-menu .dropdown-menu {
    padding: 8px 0px 8px;
    background-color: #057EAA; /**#08AEEA*/
}

#logo1 {
    width: 100px;
}
#logo2 {
    width: 130px;
}

@media (max-width: 767px) {
    #nav-menu-container {
        display: none;
        padding: 30px 10px 20px 10px;
        margin-top: 10px;
        background-color: #666;
        width: 100%;
        z-index: 1;
    }
    .nav-menu {
        display: block;
    }
    .nav-menu > li {
        display: block;
        margin: 0;
        text-align: center;
    }
    .nav-menu > li > a {
        display: inline-block;
    }
    .menu-icon {
        display: block;
    }
    .width-md-100 {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
}

.hvr-underline-from-right {
    /** transform: perspective(1px) translateZ(0); */
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: yellow;
    height: 4px;
    transition: left 0.2s ease-out;
}
.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right.active:before,
.hvr-underline-from-right:active:before {
    left: 0;
}

.inp-search {
    margin: 1px;
    padding: 10px 20px;
    height: 3.5rem;
    border: 1px;
    background-color: #f1f1f1;
}
.sel-search {
    margin: .3rem;
    width: 40%;
    padding: 10px 20px;
    border: 1px;
    border-radius: 4px;
    background-color: #f1f1f1;
}
.btn-search {
    margin: 2px;
    padding: 10px 20px;
    height: 3.5rem;
    border: 1px;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }
    #logo1 {
        width: 50px !important;
    }
    #logo2 {
        width: 70px !important;
    }
    .inp-search {
        border-radius: 4px !important;
    }
    .btn-search {
        border-radius: 4px !important;
    }
    #dropdownMenuButton {
        width: 100%;
    }
}

.inp-clear {
    background: none;
    border: 0;
    font-size: 20px;
    color: #555;
    padding: 6px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 1px;
    outline: none;
}
.inp-clear:hover {
    color: red;
}

.dropdown-filter {
    position: absolute;
    display: none;
    right: 3px;
    left: 3px;
    top: 99%;
    max-height: 300px;
    overflow-x: none;
    overflow-y: scroll;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    z-index: 1;
}
.dropdown-filter li {
    padding-right: 17px;
    padding-left: 17px;
    cursor: pointer;
}
.dropdown-filter li:hover {
    background-color: #f1f1f1;
}

.result-section {
    display: none; font-size: 1rem; line-height: 1.3; background: #f1f1f1; padding: 20px 0 5px;
}

@media (min-width: 991px) {
    .dropdown-hover {
        position: relative;
    }
}
@media (max-width: 767px) {
    .dropdown-hover > .dropdown-menu {
        width: calc(100vw - 40px);
        overflow-x: scroll;
    }
}
.dropdown-hover > .dropdown-menu {
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 18%), 0 0 20px 0 rgb(0 0 0 / 50%);
}
.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.backspace {
    margin-left:-4px;
}
.morfo tr {
    border-bottom: 1px solid black;
}
.morfo-word {
    font-size: 12px; border-collapse: collapse; white-space: normal; width: 40rem;
}

.textbox {
    min-height: 100px;
    width: 100%;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 30px 0;
}
.footer .social {
    font-size: 28px;
}
.footer .fa-youtube-play:hover {
    color: red;
}