@font-face {
    font-family: kalameh;
    font-weight: 700;
    src: url("../components/kalameh/KalamehWeb_Black.9d833aba.ttf") format("truetype");
}

@font-face {
    font-family: dana;
    font-weight: 400;
    src: url("../components/dana/dana-regular.ff38c3e5.woff2");
}

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "dana";
    background-color: #fff;
}

.form-control {
    margin: 24px;
    width: 500px;
    border: none;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
}

.note-tool .nav {
    padding: 0;
    margin: 24px;
}

.note-editor {
    width: 550px;
    height: 400px;
    margin: 24px;
    background-color: #dddddd;
    border-radius: 5px;
}

i {
    position: relative;
    bottom: -2px;
}

textarea {
    width: 500px;
    height: 206px;
    margin: 0 24px 24px;
    padding: 12px;
    display: block;
    border: 1px solid #545454;
    border-radius: 5px;
}

textarea:focus-visible {
    outline: none;
}

.btn:focus {
    box-shadow: none;
    background-color: #777777;
    border-radius: 5px;
}

.btn:hover {
    box-shadow: none;
    background-color: hsla(0, 0%, 0%, 0.116);
    border-radius: 5px;
}

#btn-save {
    color: #206a41;
}

#btn-delete {
    color: #990000;
}

.border-color {
    border-bottom: 3px solid #000000;
}

.bg-color {
    background-color: #fff;
}


.direction {
    direction: ltr;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.note {
    background-color: #dddddd;
    border-radius: 5px;
    width: 550px;
    height: 400px;
    padding: 24px;
    margin: 24px;
    display: none;
}

.title {
    font-family: "kalameh";
    font-size: 24px;
}

.text {
    font-size: 16px;
} 

.context-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 80px;
    line-height: 1.44;
    box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.2);
    margin: 12px;
    display: none;
}

.context-menu ul {
    padding: 0;
}

.context-menu .menu {
    text-align: left;
}

.context-menu .menu a {
    padding: 8px 12px;
    color: #000000;
}

.context-menu .menu a:hover {
    background-color: #dddddd;
}

.dropdown-menu {
    min-width: 0;
    width: 40px;
    padding: 0;
    background: none;
    border: none;
}

.other-color input {
    width: 100%;
}

.other-color {
    padding: 0;
    text-align: center;
}

.background {
    width: 100%;
}

.background {
    padding: 0;
    text-align: center;
}

.section-2 {
    height: 500px;
    background-color: #f4f4f2;
}

.navbar {
    padding: 0;
}

.navbar-style {
    background-color: #dddddd;
    box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.2);
}

.navbar-style .navbar-brand {
    font-family: "kalameh";
    font-size: 34px;
    color: #3a3a3a;
} 

.navbar-style .nav-link {
    text-align: center;
    width:100px;
    color: #000000;
} 

.navbar-style .nav-link:hover {
    color: #fff;
    background-color: #3a3a3a;
    border-radius: 20px 0 20px 0;
} 

.sticky-nav {
    position: fixed;
    background-color: #3a3a3a;
    box-shadow: none;
    width: 100%;
    z-index: 1000;
}

.sticky-nav .navbar-brand {
    font-family: "kalameh";
    font-size: 28px;
    color: #fff;
} 

.sticky-nav .nav-link {
    font-size: 14px;
    text-align: center;
    width:100px;
    color: #fff;
} 

.sticky-nav .nav-link:hover {
    color: #000000;
    background-color: #fff;
    border-radius: 20px 0 20px 0;
} 

.nav-top {
    background-color: #f4f4f2;
    text-align: center;
    display: none;
}

.nav-top i {
    color: #FFBED8;
    margin: 0;
    padding: 12px;
}

.btn-scroll {
    position: fixed;
    background-color: #3a3a3a;
    border: none;
    border-radius: 5px;
    color: #fff;
    bottom: 10px;
    padding: 6px 8px;
    left:20px;
    z-index: 2;
}

.btn-scroll:focus {
    border: none;
}

.section-1 {
    text-align: center;
    height: 600px;
    background-color: #000000;
    align-items: center;
    display: flex;
    margin-top: 40px;
}

.bg-img {
    background-image: url("../img/h1.jpg");
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    filter: blur(10px);
    position: absolute;
    align-items: center;
}

.card {
    width: 300px;
    padding: 24px;
    margin: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    display: inline-block;
}

.card h2 {
    font-size: 24px;
    font-weight: 700;
}

.card h3 {
    font-size: 18px;
    color: #3a3a3a;
}

.card-img-top {
    border-radius: 5px;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.card-body {
    padding: 12px 0;
}

.player-controls {
    padding: 12px;
}

.player {
    width: 100%;
    margin: 12px 0;
}

.player .time-line {
    width: 100%;
    height: 4px;
    position: relative;
}

.player .time-line .time-line-bg {
    width: 100%;
    height: 100%;
    background-color: #777777;
    border-radius: 5px;
}

.player .time-line .fill {
    width: 0;
    height: 100%;
    background-color: #3a3a3a;
    position: absolute;
    top: 0;
    left: 0;
}

.player .time-line .fill-btn {
    width: 10px;
    height: 10px;
    background-color: #e2e2e2;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0;
}

.player .time-songe {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

#time-past,
#time-left {
    font-size: 14px;
    color: #525252;
    position: absolute;
    top: 0;
    direction: ltr;
}

#time-past {
    left: 0;
}

#time-left {
    right: 0;
}

.audio-controls i {
    padding: 12px;
}

.audio-controls {
    margin-top: 12px;
    position: relative;
}

#play {
    width: 50px;
}


