.navbar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 30vh;
    width: 100vw;
    text-align: right;
    background: #ffdecf;
}

.navbar h1 {
    margin: 0 auto 0 110px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #222831;
}

.navbar ul {
    width: 100px;
    font-weight: 800;
    list-style: none;
}

.navbar a {
    padding: 0px 10px 0 0;
    text-decoration: none;
    font-size: 20px;
    color: #222831;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    margin-top: 40px;
    padding: 10px!important;
    height: auto!important;
}

.column img {
    vertical-align: middle;
    width: 100%;
    position: relative!important;
    top: 0!important;
    left: 0!important;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

.portfolio-item .item {
    float: left;
    margin-bottom: 10px;
}

.active-menu {
    border-bottom: 2px solid #275E58;
    color: #275E58;
    font-variation-settings: "wght" 800;
}

.btn-menu {
    margin: 0 -3px!important;
    padding: 0 20px;
    padding-bottom: 10px;
    font-size: 15px;
}

.btn-menu:hover {
    border-bottom: 2px solid #275E58;
}

#khadamati {
    display: none;
    margin-top: 15px;
}

#mosou {
    display: none;
    margin-top: 15px;
}

ul {
    margin: 0;
}

hr {
    margin-top: -2px!important;
    margin-bottom: 0px!important;
    border: 0;
    border-top: 1px solid black!important;
    margin: 0;
    margin-top: -4px;
}

.right-col {
    padding-right: 0!important;
}

.left-col {
    padding-left: 0!important;
}

.center-col {
    padding: 10px 5px!important;
}

.montakhab {
    margin-top: 50px;
}

.grey {
    background-color: #EDEDED;
    margin: 0;
    margin-top: 40px;
}

.no-padding {
    padding: 0;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-btn {
    margin-top: 40px;
}

.moraba {
    width: 100%;
    height: 350px;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    object-fit: cover;
}

.mostatil {
    width: 100%;
    height: 200px;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.bigmostatil-text {
    height: 300px;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.bigmostatil {
    height: 300px;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    transition: width 2s;
}

.hoverr:hover .bigmostatil {
    width: 40%;
}

.hoverr:hover .arrow-right {
    left: 58.5%;
}

.hoverr:hover .arrow-left {
    right: 58.5%;
}

.arrow-left {
    position: absolute;
    right: 48.5%;
    width: 50px;
    top: 110px;
    z-index: 2;
    transition: right 2s;
}

.arrow-right {
    position: absolute;
    left: 48.5%;
    width: 50px;
    top: 110px;
    transition: left 2s;
}

#hover-left {
    position: relative;
    transition: left 4s;
    left: 1000px;
}

#hover-right {
    position: relative;
    transition: right 2s;
    right: 1000px;
}

.mostatil-txt {
    padding: 0 70px;
    width: 50%;
}

p {
    font-variation-settings: "wght" 500;
    font-size: 13px;
}

h3 {
    font-variation-settings: "wght" 650;
    font-size: 22px;
}

.morabaa .back-title {
    z-index: 0;
    background-color: rgb(54, 89, 88, 0.8);
    position: absolute;
    /*title is positioned at the top of container div*/
    bottom: 0;
    color: white;
    width: 100%;
    font-size: 25px;
    text-align: center;
    /*title div is at the back of container and hence not visible*/
    opacity: 0;
    transition: 0.5s all ease;
    height: 350px;
}

.mostatill .back-title {
    z-index: 0;
    background-color: rgb(54, 89, 88, 0.8);
    position: absolute;
    /*title is positioned at the top of container div*/
    bottom: 0;
    color: white;
    width: 100%;
    font-size: 25px;
    text-align: center;
    /*title div is at the back of container and hence not visible*/
    opacity: 0;
    transition: 0.5s all ease;
    height: 200px;
}

a:hover .back-title {
    z-index: 220;
    /*becomes visible on hover as title comes on top of container*/
    opacity: 1;
}

.title {
    position: absolute;
    bottom: 50%;
    right: -30%;
    width: 100%;
    transition: 2s all ease;
    font-size: 20px;
    font-variation-settings: "wght" 500;
}

.mostatill .after-title {
    bottom: 35%;
}

.morabaa .after-title {
    bottom: 40%;
}

.after-title {
    position: absolute;
    left: -30%;
    width: 100%;
    transition: 2s all ease;
    font-size: 15px;
    font-variation-settings: "wght" 300;
}

a:hover .title {
    /*becomes visible on hover as title comes on top of container*/
    right: 0%;
}

a:hover .after-title {
    /*becomes visible on hover as title comes on top of container*/
    left: 0%;
}

.mar-bott {
    margin-bottom: 15px;
}

.mar-top {
    margin-top: 15px;
}

.menu-top {
    font-size: 18px;
}

.button-arrow {
    border: 1px solid black;
    padding: 5px;
    border-radius: 180px;
    width: 70px;
    margin-top: 20px;
}

.button-arrow:hover {
    border-color: #00a874;
}

.button-arrow:hover hr {
    width: 80%;
    border-color: #00a874;
}

.button-arrow hr {
    top: 4.5px;
    position: relative;
    border: 0;
    border-bottom: 1.5px solid black;
    margin: 0;
    width: 30%;
    transition: width 2s;
    margin: auto;
    border-top: 0!important;
}

.arroww {
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: black;
    right: 30px;
    position: relative;
    border-width: 0px 1px 1px 0px;
    transform: rotate(135deg);
    transition: right 2s;
}

.button-arrow:hover .arroww {
    right: 45px;
    border-color: #00a874;
}

.text-end {
    text-align: right;
}

.button-arrow-le {
    border: 1px solid black;
    padding: 5px;
    border-radius: 180px;
    width: 70px;
    margin-top: 20px;
    float: left;
}

.button-arrow-le:hover {
    border-color: #00a874;
}

.button-arrow-le:hover hr {
    width: 80%;
    border-color: #00a874;
}

.button-arrow-le hr {
    top: 4.1px;
    position: relative;
    border: 0;
    border-bottom: 1.5px solid black;
    margin: 0;
    width: 30%;
    transition: width 2s;
    margin: auto;
    border-top: 0!important;
}

.arroww-le {
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: black;
    right: 20px;
    position: relative;
    border-width: 0px 1px 1px 0px;
    transform: rotate(320deg);
    transition: right 2s;
}

.button-arrow-le:hover .arroww-le {
    right: 7px;
    border-color: #00a874;
}