:root {
    --main-color: #b29a76;
    --gray-color: #fcf9f9;
    --white-color: #fff;
    --black-color: #000;
    --red-color: #b40404;
    --section-color:#fcfcfc;
    scroll-behavior: auto;
}
html[dir="rtl"] footer {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
html[dir="rtl"] .copyrights {
  margin-left: 0 !important;
  padding-left: 0 !important;
}   
html{
    height: 100%;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.woff2") format("woff2"),
       url("../fonts/Cairo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Bold.woff2") format("woff2"),
       url("../fonts/Cairo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.no-scroll {
  overflow: hidden;
}
body {
  overflow-x: hidden;
  font-family: "Cairo", Arial, sans-serif;
    padding: 0;
    margin: 0;

}
html{
    height: 100%;
    padding: 0;
    margin: 0;

}
i {
    cursor: pointer;
}


* {
    font-family: "Cairo", Arial, sans-serif;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
}
a{
    text-decoration: none;
    color: var(--black-color);
}
a:hover{
    text-decoration: none;
    color: var(--black-color);

}


/* logo // --  */
.logo {
    width: 100px;
    margin-left: 15px;
}
@media (min-width:600px) {
    .logo {
        width: 100px;
        margin-left: 15px;
    }
    
}
button{
    border: 0;
    background-color: transparent;
    font-size: 20px;
    transition: .5s;
    display: block;
}
.headLine{
    color: var(--main-color);
    font-size: 35px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 5px;
}
.headLine::after{
    content: " ";
    position: absolute;
    top: 90%;
    left: -80%;
    width: 100px;
    height: 2px;
    background-color: var(--main-color);
}
.headLine::before{
    content: " ";
    position: absolute;
    top: 90%;
    right: -80%;
    width: 100px;
    height: 2px;
    background-color: var(--main-color);
}
.headLineLarge{
    color: var(--main-color);
    font-size: 35px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 5px;
}
.headLineLarge::after{
    content: " ";
    position: absolute;
    top: 90%;
    left: -50%;
    width: 100px;
    height: 2px;
    background-color: var(--main-color);
}
.headLineLarge::before{
    content: " ";
    position: absolute;
    top: 90%;
    right: -50%;
    width: 100px;
    height: 2px;
    background-color: var(--main-color);
}

.simeHeadLine{
    font-weight: 700;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    font-size: 18px;
    width: fit-content;
    text-decoration: none;
    display: block;
}
.simeHeadLine::after{
    content: " ";
    position: absolute;
    top: 100%;
    right: 15%;
    width: 80px;
    height: 2px;
    background-color: var(--black-color);
}
.simeHeadLineLarge{
    font-weight: 700;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    font-size: 18px;
    width: fit-content;
    text-decoration: none;
    display: block;
}
.simeHeadLineLarge::after{
    content: " ";
    position: absolute;
    top: 100%;
    right: 25%;
    width: 80px;
    height: 2px;
    background-color: var(--black-color);
}
section{
    padding: 60px 0px;
    text-align: center;
}
section img{
    width: 60%;
    text-align: center;
    margin: 10px 0px;
}
.whatsup{
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 20;
    padding: 11px 9px;
    transition: .5s;
}
.whatsup i{
    color: var(--white-color);
    font-size: 35px;
}
.whatsup:hover{
    transform: scale(1.1);
    animation-play-state: paused;
}
main{
    margin-top: 102px;
}
.navigation-links{
    background-color: var(--main-color);
    color: var(--black-color);
    min-height: 100px;
    padding: 15px 0px;
    margin-bottom: 20px;
}
.navigation-links .container-links{
    display: flex;
    align-items: flex-start;
    justify-items: center;
    flex-direction: column;
    width: 85%;
    margin: auto;
}
.navigation-links .container-links h2{
    font-size: 25px;
}
.navigation-links .container-links div a{
    color: var(--black-color);
    font-size: 19px;
    margin: 0px 5px;
    transition: .5s;
    display: inline-block;
}
.navigation-links .container-links div a:hover{
    text-decoration: none;
    color: #70767d;
}
.navigation-links .container-links .filter {
  display: flex;
  overflow-x: auto; 
  white-space: nowrap; 
  scroll-snap-type: x mandatory; 
  -webkit-overflow-scrolling: touch; 
  scroll-behavior: smooth;
  max-width: 100%; 
}

.navigation-links .container-links .filter::-webkit-scrollbar {
  display: none; 
}

.navigation-links .container-links .filter a {
  flex: 0 0 auto; 
  margin-right: 50px;
  scroll-snap-align: start;
  text-decoration: none;
  color: var(--black-color);
  font-weight: 500;
  min-width: 150px; 
}
.navigation-links .container-links button {
  color: var(--main-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  padding: 5px;
  cursor: pointer;
  background-color: var(--white-color);
}
.orderBy{
    width: 90%;
    margin: auto;
    padding: 20px 0px;
}
.orderBy select{
    border: none;
    border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
    outline: none;
    font-size: 20px;
    cursor: pointer;
}
.orderBy select option:hover {
  background-color: var(--black-color);
  color: var(--main-color);
}
.about .page-content{
    width: 90%;
    margin: auto;
}
.about .page-content div:first-of-type{
    width: 60%;
}
.about .page-content div:last-of-type{
    width: 40%;
    height: 500px;
}
.about .page-content h1{
    color: var(--main-color);
    text-align: left;
    margin-bottom: 20px;
}
.about .page-content p{
    line-height: 2;
    font-size: 18px;
    color: #707070;
    text-align: left;
}
.about .page-content img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/* .orderBy select option:checked {
  background-color: var(--black-color);
  color: #fff;
  } */
  
@media (max-width:800px){
    section img{
        width: 100%;
    }
    
}
@media (max-width:600px){
    main{
        margin-top: 135px;
    }
    section{
        padding: 40px 0px;
    }
    .headLine{
        margin-bottom: 20px;
    }
    .headLine::after{
        left: -10%;
        top: 95%;
    }
    .headLine::before{
        right: -10%;
        top: 110%;
    }
    .headLineLarge{
        margin-bottom: 20px;
    }
    .headLineLarge::after{
        left: -5%;
        top: 95%;
        width: 150px;
    }
    .headLineLarge::before{
        right: -5%;
        top: 110%;
        width: 150px;
    }

    .whatsup{
        bottom: 20px;
        left: 10px;
    }
    .navigation-links .container {
        padding: 0;
    }
    .navigation-links .container-links div a{
        font-size: 16px ;
    }
    .navigation-links .container-links{
        width: 95%  ;
    }
    
    .about .page-content div:first-of-type{
        width: 100%;
    }
    .about .page-content div:last-of-type{
        width: 100%;
        height: 300px;
    }
}