@font-face {
    font-family: peyda;
    src: url('font/woff2/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: peyda;
    /* position: relative; */
    /* background-color: rgb(243, 242, 242); */
}

li {
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    font-family: peyda;
}

a {
    text-decoration: none;
    color: rgb(23, 66, 59);
    padding: 5px 15px;
}

span {
    margin: 0;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.25);
    width: 100%;
    box-shadow: 0px 20px 20px 0px rgb(54 54 54 / 11%);
    z-index: 1000;
    transition: 1s;
    padding-bottom: 5px;
}

header:hover {
    background-color: white;
}

.banner {
    display: flex;
    background-color: rgb(23, 66, 59);
    /* background-color: rgb(188, 156, 115); */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
}

.close-banner {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 20px;
    padding: 10px;
}

.banner-slidecontainer {
    width: 30%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slideshow {
    width: 80%;
    display: flex;
    text-align: center;
    align-items: center;
    transition: 1s;
}

.banner-slidecontainer button {
    background-color: rgb(23, 66, 59);
    border: none;
    z-index: 20;
    width: 10%;
}

.banner-slide {
    width: 100%;
    flex-shrink: 0;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5%;
}

.logom {
    width: 5%;
    text-align: center;
}

.meow {
    display: flex;
    align-items: center;
}

.logom img {
    width: 50%;
    border-radius: 50%;
}

.menu {
    z-index: 20000;
}

.menu-container {
    position: relative;


}

.menu-container ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    /* overflow: hidden; */
}

.menu-container ul li {
    list-style: none;
    cursor: pointer;
    color: rgb(23, 66, 59);
    transition: 1s;
}

.menu-container ul li a {
    transition: 1s;
}

.mega-menu {
    padding: 5px;
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    height: 400px;
    background-color: white;
    transition: .5s;
    opacity: 0;
    box-shadow: 0px 20px 20px 0px rgb(54 54 54 / 11%);
    transform: translateY(-200%);
    z-index: -1;
}

.menu-container ul li:hover .mega-menu {
    transform: translateY(0);
    opacity: 1;

}

.menu-container ul li:hover a {
    border-bottom: 2px solid rgb(23, 66, 59);
}

.cover {
    background-image: url(img/file_000000002cbc81f49641d32fc66d93cf.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}

.login-container {
    width: 100%;
    height: 100vh;
    background-color: rgba(127, 255, 212, 0.479);
    z-index: 133131;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.login {
    width: 50%;
    height: 50%;
    background-color: white;
    border-radius: 20px;
    padding: 15px;
}

.login form {
    height: 100%;
}

.login form ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.login form ul li label {
    display: inline-block;

}

.login form ul li {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.login form ul li input {
    width: 50%;
    padding: 10px 5px;
    border-radius: none;
}

.login form ul button {
    background-color: rgb(23, 66, 59);
    color: white;
    width: 15%;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 20px;
}

.login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kapcha {
    display: inline-block;
    width: 15%;
    text-align: center;
    border: 2px solid rgb(23, 66, 59);
    height: 100%;
    padding: 5px;
}

.kap {
    height: 100%;
    padding: 5px;
    display: inline-block;
    width: 15%;
    text-align: center;
}

.sabad-kharidcontainer {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    right: 0;
    z-index: 30000;
    transform: translateX(100%);
    transition: .5s;
}

.sabad-kharid {
    background-color: white;
    width: 30%;
    height: 100%;
}

.login-container-badage {
    width: 100%;
    height: 100vh;
    background-color: rgba(127, 255, 212, 0.479);
    z-index: 133131;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.login-badage {
    width: 50%;
    height: 50%;
    background-color: white;
    border-radius: 20px;
    padding: 15px;
}

.login-badage form {
    height: 100%;
}

.login-badage form ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.login-badage form ul li label {
    display: inline-block;
    width: 10%;
}

.login-badage form ul li {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.login-badage form ul li input {
    width: 50%;
    padding: 10px 5px;
    border-radius: none;
}

.login-badage form ul button {
    background-color: rgb(23, 66, 59);
    color: white;
    width: 15%;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 20px;
}

.login-header-badage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kapcha-badage {
    display: inline-block;
    width: 15%;
    text-align: center;
    border: 2px solid rgb(23, 66, 59);
    height: 100%;
    padding: 5px;
}
/* object */
.f-object {
    padding: 70px 70px;
}

.flex-box {
    display: flex;
}

.flex-item {
    flex: 1 1 0;
    transition: all .5s;
}

.ac-flex {
    position: relative;
    height: calc(30vw - 25px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.ac-flex a {
    width: 100%;
    text-align: center;
}

.ac-flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-item:hover {
    flex: 1.5 0 0;
}

.adress {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.adress div {
    width: 30%;
}

.adress div img {
    border-radius: 25%;
}

.darbare {
    margin: 200px auto 20px auto;
    width: 80%;

}

.darbaree {
    margin: 100px auto 20px auto;
    width: 80%;
}

.tamass {
    display: flex;
    justify-content: space-between;
    background-color: rgba(23, 66, 59, 0.628);
    margin: 2%;
    padding: 10px 20px;
    border: 2px solid rgb(23, 66, 59);
    border-radius: 15px;
    width: 30%;
}

.mahsolat-container {
    margin: 200px auto 20px auto;
    width: 80%;
}