body {
    font-family: yekan;
    margin: 0 !important;
    background-color: var(--back-color);
}

.header {
    height: 40px;
    display: flex;
    overflow: hidden;
    background-color: var(--header-color);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.content {
    position: relative;
    min-height: 700px;
    overflow-x: hidden;
}

.logosection {
    position: relative !important;
    display: flex;
    width: 250px;
    left: 3%;
}

.menusection {
    position: relative;
}

    .menusection a {
        position: relative;
        float: left;
        margin-top: 6px;
        font-size: 15px;
        font-weight: bold;
        margin-left: 15px;
        text-decoration: none;
    }

        .menusection a:active {
            color: var(--active-color);
        }

.searchsection {
    position: absolute;
    right: 1px;
}

#searchcontent {
    margin-right: 10px;
    margin-top: 2px;
    float: right;
}

.searchitem {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.menuicon {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 4px;
    display: none;
}

    .menuicon:hover {
        background-color: var(--hover-color);
    }

@media screen and (min-width: 900px) {
    .menuicon, .menuver {
        display: none;
    }
}

#langdropdown {
    display: none;
    background-color: var(--thi-color);
    position: absolute;
    width: 60px;
    height: auto;
    z-index: 100;
    box-shadow: 3px 3px 5px 1px #111111;
    float: right;
    right: 100px;
    text-align: center;
    margin-top: 10px;
}

    #langdropdown a {
        display: block;
        height: 32px;
        color: whitesmoke;
        font-size: 15px;
        text-decoration: none;
    }

        #langdropdown a:hover {
            color: var(--hover-color);
        }

.lang {
    position: relative;
    text-decoration: none;
    color: whitesmoke;
    font-size: 16px;
    top: 5px;
}

    .lang:hover {
        color: var(--hover-color);
    }

.langsection {
    margin-right: 10px;
    float: left;
    height: 38px;
}

#langdropdownver {
    display: none;
    background-color: var(--thi-color);
    position: absolute;
    width: 60px;
    height: auto;
    z-index: 100;
    box-shadow: 3px 3px 5px 1px #111111;
    left: 55px;
    text-align: center;
    margin-top: 30px;
}

    #langdropdownver a {
        display: block;
        height: 32px;
        color: whitesmoke;
        font-size: 15px;
        text-decoration: none;
        margin-right: 30px;
    }

        #langdropdownver a:hover {
            color: var(--hover-color);
        }

.langsectionver {
    float: left;
    height: 38px;
}

.logoimg {
    width: 33px;
    height: 33px;
    position: relative !important;
    top: 2px;
}

#logotxt {
    font-family: cafont !important;
    position: relative !important;
    top: 10px;
    font-size: 17px;
    color: whitesmoke;
    text-decoration: none;
    margin-left: 5px;
}

.menu {
    color: whitesmoke;
}

    .menu:hover {
        color: var(--hover-color);
    }

.menu-active {
    color: var(--active-color);
}

    .menu-active:hover {
        color: var(--hover-color);
    }

.menuver {
    padding: 30px 0px;
    background-color: var(--headfoot-color);
}

    .menuver a {
        display: block;
        height: 40px;
        margin-left: 80px;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
    }

.searchver {
    height: 40px;
    margin-left: 55px;
}

    .searchver a {
        margin-left: 25px;
    }

#searchboxver {
    margin-left: 4%;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 92%;
    height: 25px;
}

#searchbox {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: var(--headfoot-color);
}

    #searchbox input {
        width: 50%;
        height: 25px;
        margin-top: 5px;
        margin-left: 25%;
    }

.imgslider {
    width: 100%;
    height: 38vw;
}

.slidergrad {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 38vw;
    width: 100% !important;
    background: linear-gradient(transparent, black);
}

#downloadbtn {
    position: relative;
    display: flex;
    width: 120px;
    height: 26px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    background-color: var(--btn-color);
}

#downloadbtnver {
    position: absolute;
    display: none;
    right: 50px;
    width: 100px;
    height: 26px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    background-color: var(--btn-color);
}

.footer {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    background-color: var(--headfoot-color);
}

#copyright {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    color: whitesmoke
}

#footercontent {
    height: 90%;
    width: 100%;
    background-color: green;
}

#footerlogosection {
    margin-top: 5px;
}

.flogoimg {
    width: 26px;
    height: 26px;
}

#flogotxt {
    font-family: cafont !important;
    position: relative !important;
    top: 6px;
    font-size: 14px;
    color: whitesmoke;
    text-decoration: none;
    margin-left: 3px;
}

#accounts {
    height: 50px;
    margin-left: 3%;
    margin-top: 20px;
}

#links {
    width: 70%;
    margin-left: 3%;
    margin-top: 10px;
    text-align: left;
}

    #links div {
        width: 15%;
        margin-left: 5%;
        float: left;
    }

    #links a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: whitesmoke;
        margin-bottom: 30px;
        font-size: 14px;
    }

        #links a:hover {
            color: var(--hover-color);
        }

#flogosection {
    display: inline-block;
    margin-top: 20px;
    margin-left: 3.2%;
}

#myacc {
    float: left;
    margin-top: 6px;
    margin-right: 7px;
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

    #myacc div {
        border-radius: 3px;
        background-color: #77bb00;
        width: 24px;
        height: 24px;
    }

@media screen and (max-width: 900px) {
    .menusection, .searchsection, #searchbox {
        display: none;
    }

    .menuicon {
        display: block;
    }

    #downloadbtnver {
        display: flex;
    }

    #links {
        width: 98%;
        margin-left: 1%;
    }

        #links div {
            width: 25%;
            margin-left: 8%;
            float: left;
        }

    .imgslider {
        width: auto;
        height: 70vw;
        transform: translateX(-50vw);
    }

    .slidergrad {
        height: 70vw;
    }
}