@font-face {
    font-family: myFirstFont;
    src: url(../fonts/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/NotoKufiArabic-Bold.ttf);
    font-weight: bold;
}

body, h1, h2, h3{
    font-family: 'myFirstFont', sans-serif;
}

.kh-head{
    top:0;
    right: 0;
    left: 0;
    height: 65px;
    position: fixed;
    background-color: #2196f3;
    z-index: 55
}

.logo-postion{
    margin-top: -45px;
    text-align: center;
}

.fh5co-nav-toggle{
    top: 10px;
    color: #FFF;
}

.fh5co-nav-toggle::after {
    top: 10px;
    color: #FFF;
}


#fh5co-main{
    margin-top: 40px;
    direction: rtl;
    padding: 0 10px;
    font-family: 'myFirstFont', sans-serif;
}


.ctr{
    text-align: center;
}

.flex{
    display: flex;
}

.kh-head-title{
    color: #FF5733;
}

.kh-intro{
    color: #000;
}

.note{
    color: #F00;
    font-style: italic;
    text-align: center
}

.kh-btn{
    background-color: #2196f3;
    margin: 5px auto;
    text-align: center;
    width: 40%;
    max-width: 220px;
    font-family: 'myFirstFont', sans-serif;
    color: #FFF;
    height: 45px;
    line-height: 45px;
}

.kh-btn2{
    background-color: #FFF;
    margin: 5px auto;
    text-align: center;
    width: 40%;
    max-width: 220px;
    font-family: 'myFirstFont', sans-serif;
    color: #000;
    height: 45px;
    line-height: 45px;    
    border: solid thin #333;
}

.active-btn{
    background-color: #333;
    border: solid thin #333;
    color: #FFF;
}


.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #2196f3;
}

.box-user{
    width: 100%;
    max-width: 450px;
    min-height: 400px;
    margin: 15px auto;
}

.groom{
    background-color: #B9F4F5;
}

.bride{
    background-color: #F5B9EF;
}

.groom-suuni{
    background-color: rgb(248, 239, 161);
}

.bride-suuni{
    background-color: rgb(247, 123, 123);
}

.tryangles{
    width: 0; 
    height: 0; 
    border-right: 110px solid transparent;
    float: left;
    z-index: 1000;
    margin-left: -15px;
}

.top1{
    border-top: 115px solid #698EF9
}

.top2{
    border-top: 115px solid #F904EA
}

.text-try{
    position: relative;
    z-index: 100;
    top:-108px;
    left: 5px;
    float: left;
    color: #FFF;
    font-size: 3.7rem;
}

.squar{
    width: 98px;
    height: 100px;
    float: right;
}

/*Up-left pointing*/
.triangle-up-left {
    width: 0;
    height: 0;
    padding-bottom: 10%;
    padding-left: 10%;
    overflow: hidden;
    float:left;
    margin:0.5%;
}
.triangle-up-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #4679BD;
}

.info-user{
    color: #000;
    font-family: 'myFirstFont', sans-serif;
    font-size: 1.5rem;
    padding-right: 0.6rem;
}

.bold{
    font-family: 'myFirstFont', sans-serif;
    font-weight: bold;
}

.font-md{
    font-size: 1.9rem;
    padding-left: 0.6rem;
    color: #F00;
}

.anus_points{
    color: #000;
    font-size: 1.65rem;
}

.anus_points::before {
    content: "- ";
}

@media only screen and (max-width: 320px) {
    .box-user{
        height: 290px;
    }
}

@media only screen and (max-width: 360px) {
    .box-user{
        height: 340px;
    }
}

.admin-control{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



#snackbar {
    visibility: hidden;
    min-width: 100%;
    margin-left: -125px;
    background-color: rgb(160, 160, 160);
    color: #F00;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    font-size: 1.3rem;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.id{
    text-align: center;
    font-size: 2.5rem;
    color: #000;
}