@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap');

:root {

    --main-color: #8fa282;
    --light-three: #fafff9;
    --light-color: #eff9ee;
    --dark: #5a5a5a;
    --box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
}

html {
    overflow: scroll;
    scroll-behavior: smooth;
    background-color: #fff;
    /* scroll-snap-type: y mandatory; */
}

body {
    direction: rtl;
    font-family: "Tajawal", sans-serif;



}

a {
    text-decoration: none;
}

header {
    width: 100%;
    background-color: var(--main-color);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    position: relative;
    position: fixed;
    box-shadow: var(--box-shadow);
}



nav {
    width: 100%;
    position: relative;
    z-index: 50;
}

nav .container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
 margin: 0 1rem;
 z-index: -1;
}

.btn {

    background-color: var(--main-color);
    color: var(--light-color);
    border-radius: 50px;
    padding: 0.85rem 2rem;
    margin: 0.5rem;
    font-size: 1.05rem;
    font-weight: 500;
    transition: 0.5s ease;
}

.btn:hover {
    background-color: #66775b;
    color: var(--light-color);
    box-shadow: var(--box-shadow);
    transform: scale(1);
}

.links {

    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    border-radius: 20px;
    height: 4rem;


}



.links .bb {
    text-decoration: none;
    font-size: 1.7rem;
    border-radius: 20rem;
    padding: .5rem 1.5rem;
    color: var(--light-color);
    cursor: pointer;

}

header .navbar{

    padding: 0 1.5rem;
    display: flex;
    position: relative;
top: 0;
align-items: center;
    justify-content: center;

}
.navbar .links .active,
.navbar .links .bb:hover {
    color: var(--main-color);
    background-color: var(--light-color);
}

.hamburger-menu {
    width: 2.7rem;
    height: 3rem;
    z-index: 100;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu .bar {
    position: relative;
    width: 2.1rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--dark);
    transition: 0.5s;
}

.bar:before,
.bar:after {
    content: "";
    position: absolute;
    width: 2.1rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--dark);
    transition: 0.5s;
}

.bar:before {
    transform: translateY(-9px);
}

.bar:after {
    transform: translateY(9px);
}

nav.open .hamburger-menu .bar {
    background-color: transparent;
    transform: rotate(360deg);
}

nav.open .hamburger-menu .bar:before {
    transform: translateY(0) rotate(45deg);
    background-color: var(--light-three);
}

nav.open .hamburger-menu .bar:after {
    transform: translateY(0) rotate(-45deg);
    background-color: var(--light-three);
}

nav.open .links {
    transform: translateX(0);
}

/* .logo img {
 display: none;
} */

section {
    position: relative;
    width: 100%;
    min-height: fit-content;
    height: 92vh;
    padding-top: 6rem;



}

.container {
    max-width: 92rem;
    padding: 4rem 4rem;
    text-align: center;
    margin: 0 auto;
    font-display: flex;
    justify-content: center;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


/*************************************/
/**************** ABOUT SECTION *********************/

.about-section {
height: 90vh;
    background-image: url(./img/hero-hana2.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content{
    max-width: 500px;

}
.content .title {
    text-align: right;
    font-size: 42px;
    color: var(--main-color);

}

.content .description {
    text-align: right;
    font-size: 24px;
    color: #5a5a5a;
    font-weight:400 ;

}

.description .underline {
    box-shadow: inset 0 -5px var(--main-color)
}

.about-section .container {

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}


/*************************************/
/**************** SERVICE SECTION *********************/

.services-section {
    background-color: var(--light-three);
   min-height: 92vh;
}

.services-section .container h2 {
    position: relative;
    top: 1rem;
    display: inline-block;
    color: var(--dark);
    font-size: 40px;
    margin: 0 auto;
    padding-bottom: 1rem;


}

.services-section .container h2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--main-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.services-section .container .description {
    font-size: 30px;
    font-weight: 400;
    margin:4rem 3rem;
    text-align: center;

  }
.services-section .container .description-sm {
    margin: 1.5rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
    text-align: center;height: 100px;

}

.services-section .card-wrapper {
    display: flex;
    max-width: 92rem;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;




}

.services-section .card-wrapper .card {
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: -10px 10px 10px rgb(0, 0,0, 0.02);
    height: 370px;
    padding: 1.8rem 1.7rem 3rem 1.7rem;
    margin-bottom: 2rem;
  


}

.card .title {
    color: var(--main-color);
    margin: 1rem;

}

/*////////////////////////////////*/

.portfolio-section {
    height: fit-content;
}
.portfolio-section .container h2 {
    position: relative;
    top: 1rem;
    display: inline-block;
    color: var(--dark);
    font-size: 40px;
    margin: 0 auto;
    padding-bottom: 1rem;


}

.portfolio-section .container h2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--main-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.portfolio-section .container .description {
    font-size: 30px;
    font-weight: 400;
    margin:4rem 3rem;
    text-align: center;

  }

.videos{
    align-content: center;
    justify-content: center;
    flex-direction: column;



}
.videos .video  {
  
    width: 850px;
    margin-bottom: 2rem;
}
/*////////////*/


.our-client-section {

    height: 60vh;
}

.our-client-section .container h2 {
    position: relative;
    top: 1rem;
    display: inline-block;
    color: var(--dark);
    font-size: 40px;
    margin: 0 auto;
    padding-bottom: 1rem;


}

.our-client-section .container h2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--main-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.our-client-section .clients {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  

}

.clients img {
    padding: 4rem 0;
    margin: 3rem;
    filter: grayscale(100%);
}

.clients img:hover {
    margin: 3rem;
    padding: 4rem 0;
    filter: grayscale(0%);

}

/*****/


.order-section{
    background-color: var(--main-color);
display: flex;
justify-content: center;
height: 60vh;
}



.order-section .container {
    height: 50vh;

    text-align: center;

}

.order-section .container h2 {
    position: relative;
    top: 1rem;
    display: inline-block;
    color: var(--light-color);
    font-size: 40px;
    margin: 0 auto;
    padding-bottom: 1rem;


}

.order-section .container h2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--dark);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.order-section .container .description {
    padding: 4rem 0;
    color: var(--light-color);
    display: block;
    font-size: 22px;

}

.order-section .container .btn {
    background-color: var(--light-color);
    color: #8fa282;
    margin-right: 1rem;
}

.order-section .container .btn:hover {
    background-color: var(--light-color);
    color: #222;
    margin-right: 1rem;
}







.footer {
    background-color: #222;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con{
    max-width: 70%;
margin: 0 1rem;
display: flex;
justify-content: center;
align-items: center;


}

.followme {
    margin-left:  6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.followme h3 {
    color: var(--light-color);
    font-weight: 200;
    font-size: 1.3rem;
}

.followme .footer-line {
    width: 60px;
    height: 2px;
    background-color: var(--light-color);
    margin: 0 1.2rem;
    display: inline-block;
}

.social-media a {
    color: var(--light-color);
    font-size: 1.3rem;
    margin-right: 0.4rem;
    transition: 0.3s;
}

.social-media a:hover {
    color: var(--main-color);
}

.credit {
    color: var(--light-color);
    font-weight: 200;
    font-size: 1.3rem;

}

.credit a {
    color: var(--main-color);
    font-size: 1.3rem;
    margin-left: 0.4rem;
    transition: 0.3s;
}

.credit a:hover {
    color: var(--light-color);
}