
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
i{
  color: #E5D6C5;
}

a{
    text-decoration: none;
}
body {
  font-family: 'Montserrat', sans-serif; 
   background-color: #FAF5EF;
}
nav {
  /* margin-right: 20px; */
  /* margin-top: 10px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FAF5EF;
  width: 100%;
  height: 70px;
  /* box-shadow: 0px 4px 1px #000000; */
  position: fixed;
  z-index: 10;
}

.logo {
  margin-top: 8px;
  /* border-bottom: 2px solid #333333; */
}
img {
  height: 80px;
  width: 90px;
}
.search-box{
  /* display: none !important; */
  /* position: absolute; */
    display:flex;
    align-items:center;
    /* background:rgb(99, 23, 220); */
    border-radius:10px;
    /* border-color: #b22626; */
    
    height: 40px;
    overflow:hidden;
        /* font-family: "Montserrat", sans-serif; */

    margin-top: 15px;
    /* bottom: 270px; */
    /* left: 70px; */
    /* padding:10px 15px; */
}

.search-box input{
  /* position: absolute; */
    /* border:none; */
    /* outline:none; */
    width:420px;
    padding:10px 15px;
    font-size:16px;
    background-color: transparent;
    /* border: 2px solid #939393; */
    /* color: black; */
    /* border-top-right-radius: 10px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* border-bottom-right-radius: 10px; */
    
  }
  #searchInput::placeholder{
    color: black;
    font-weight: 300;
  }
  
  .search-box button{
  /* border-top-left-radius: 10px; */
    border:none;
border-radius: 10px;
  background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );    color:white;
    padding:10px 15px;
    cursor:pointer;
    height: 70px;
    font-size: 20px;
}

.menu-icon{
    display:none !important;
    color:rgb(255, 255, 255);
    font-size:25px;
    cursor:pointer;
}
.close-btn{
  display: none !important;
}

ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
ul li {
  list-style: none;
  font-size: 20px;
  margin-right: 25px;
}
ul li a {
  text-decoration: none;
  color: #2B1F14;
  font-weight: 600;
}
ul li a:hover {
  /* text-decoration: underline; */
  text-decoration-color: #4F3824;
  color: #4F3824;
}
.login{
  margin-right: 70px;
  margin-top: 15px;
  /* border: 2px solid #811ddf ; */
  background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );  width: 80px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  /* border-top: 20px; */
  height: 45px;
  cursor: pointer;

  /* bottom: 10px; */
}
.log{
  font-size: 20px;
  color: #ffffff !important;
  font-weight: 550;
  /* bottom: 30px; */
  /* display: flex; */
 margin-top: 9px;
 /* margin-bottom: 30px; */
}

.join{
    padding-top: 150px;
    display: flex;
    justify-content: center;
    /* margin-top: 200px; */
    margin-bottom: 130px;
}
.join_work{
    width: 80%;
    height: 220px;
  background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}
.join_p{
    color: #fff;
    margin-top: 15px;
    margin-left: 380px;
    font-size: 25px;
}
.join_work_luba{
    color: #fff;
    margin-top: 20px;
    
    /* background-color: #0b0b0b; */
    font-size: 45px;
    margin-left: 400px;
    /* line-height: 65px; */
}
.btn{
    background-color:#fff;
    color: #4F3824;
    font-weight: 700;
    cursor: pointer;
    width: 100px;
    height: 40px;
    margin-top: 30px;
    margin-left: 43%;
    border-radius: 5px;
}
.design{
    color: #4F3824;
    margin-left: 130px;
}
.category{
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
    margin-top: 50px;
    margin-left: 110px;
    justify-content: space-around;
}
.box{
  background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );    height: 80px;
    width: 170px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 17px;
}
.box:hover {
  box-shadow: 0px 5px 8px #4F3824;
  cursor: pointer;
}
.seprate{
 background-color:#4f3927 ;
    height: 80px;
    width: 170px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 17px;
}
.seprate:hover {
  box-shadow: 0px 5px 8px #171617;
  cursor: pointer;
}

.explore{
    color: #4F3824;
    margin-left: 90px;
    margin-top: 80px;
}
.popular{
    margin-top: 60px;
    margin-left: 40px;
}
.popular_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* gap: 30px; */
  margin-bottom: 100px;
}

.popular_box img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.box1 {
   background-color: #F5EBE0;
 height: 300px;
  width: 250px;
  border-radius: 10px;
}

.box1:hover {
  box-shadow: 0px 5px 8px #4F3824;
}
.ser_img{
  object-fit: cover;
}
.popular_box1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* gap: 30px; */
  margin-bottom: 100px;
}
.popular_box1 img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.box2 {
   background-color: #F5EBE0;
;  height: 300px;
  width: 250px;
  border-radius: 10px;
}
.box2:hover {
  box-shadow: 0px 5px 8px #4F3824;
}


.functional {
  color: #4f3927;
  margin-top: 12px;
  margin-left: 5px;
  font-weight: 700;
}


hr {
  margin-top: 30px;
  border: 1.5px solid #4F3824;
}
.footer {
  margin-top: 50px;
  background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );  padding: 60px 80px;
}

.footer-container {
  /* background-color: #0b0b0b; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.footer-column h3 {
  /* background:#480d7f; */
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}

.footer-column a {
  /* background: #0b0b0b; */
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  transition: 0.3s;
}
.footer-column a:hover {
  text-decoration: underline;
  color: #fff;
}
.last_footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  /* justify-content: flex-end; */
}
.social-icons {
  display: flex;
  /* align-items:center; */
  /* flex-direction: row; */
  /* justify-content: flex-end; */
  margin-left: auto;
  margin-right: 40px;
  gap: 20px;
  font-size: 22px;
}

.social-icons i {
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  transition: 0.3s;
  color: #4F3824;
}

.social-icons i:hover {
  color: #4f3927; /* Fiverr Green */
}
@media (max-width:768px)
{

    /* Navbar */

    nav{
        flex-direction:column;
        height:auto;
        /* padding-bottom:15px; */
        position: relative;
        height: 40px;
    }
    nav .logo{
        display: flex;
        justify-content: center;
    }

    ul{
        display: flex;
        justify-content: flex-start;
        flex-direction:column;
        gap:10px;
        position: absolute;
        /* margin-top:15px; */
    }
/* menu icon */
      .menu-icon{
        color: #483727;
        display:block !important;
        position: absolute;
        margin-right:20px;
        margin-top:30px; 
        margin-left: 10px;   
    }

    #sidebar{
        position:fixed;
        top:0;
        left:-250px;
        width:250px;
        height:100vh;
  background-color: #FAF5EF;
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
        padding-top:80px;
        transition:0.4s;
        z-index:100;
    }

    #sidebar li{
        margin:20px;
    }

    .close-btn{
      display: block !important;
    color:#483727;
    font-size:30px;
    margin-left:200px;
    cursor:pointer;
}
.login{
        position:absolute;
        right:35px;
        top:22px;
        margin:0;
        width:70px;
        height:38px;
    }

    .log{
        font-size:16px;
        margin-top:8px;
    }
.category{
    flex-wrap:wrap;
    justify-content:center;
    margin-left:0;
    gap:15px;
}
.popular_box{
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: 20px;
}
.popular_box1{
     margin-bottom: 20px;
    margin-left: -20px;
    margin-right: 20px;
}
 .popular_box,
    .popular_box1{
        flex-direction:column;
        align-items:center;
        gap:20px;
        /* margin-left: 30px; */
    }

    .box1,
    .box2{
        width:70vw;
        /* margin-left: 30px; */
    }
.design{
  margin-left: 1px;
    
}
.explore{
    margin-left: 1px;
}

.join_p{
    text-align:center;
    margin-left:0;
}

.join_work_luba{
    text-align:center;
    margin-left:0;
}
.join_work{
    height: 300px;
}
.btn{
        margin-left:auto;
        margin-right:auto;
        display:block;
    }



    /* Footer */
    .footer-column a{
      font-size: 12px;
    }
  .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .last_footer{
        flex-direction:column;
        gap:20px;
    }

    .social-icons{
        margin-left:0;
        margin-right:0;
        margin-bottom: 40px;
    }
}

@media (min-width:768px) and (max-width:1023px)
{

nav{
    flex-direction:row;
    height:70px;
}

.menu-icon{
    display:none !important;
}

#sidebar{
    position:static;
    display:flex;
    flex-direction:row;
    width:auto;
    height:auto;
    background:none;
    padding-top:0;
}

.category{
    flex-wrap:wrap;
    justify-content:center;
    margin-left:0;
    gap:15px;
}
ul{
    flex-direction:row;
    position:static;
    gap:25px;
    /* width: 100%; */
    /* margin-right: 100px; */
}
.search-box input{
    display: none !important;
}

.close-btn{
  display: none !important;
}

.slide-btn1{
  display: none !important ;
    /* margin-left: 300px; */
 }
 .slide-btn{
  display: none !important ;
    /* margin-left: 300px; */
 }
 button{
  display: none !important;
 }

.main-icon{
        display:none !important;
       
    }
/* Boxes side by side */


.popular_box{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.popular_box1{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.box1{
  width: 400px;
  /* gap: 30px; */
}
.box2{
  width: 400px;
  /* gap: 30px; */
}
h1{
    font-size:50px;
}

.about{
    font-size:28px;
    margin-left:40px;
    margin-right:40px;
}

.join_work{
    width:80%;
    height: 300px;
}
.join_work p{
    margin-left: 140px;
}
.graphics-grid{
    margin-left: -60px;
}

.footer-container{
    grid-template-columns:repeat(3,1fr);
    margin-left: 0px;
}
.footer{
    /* margin-left: 40px; */
    /* width: 100%; */
    margin-left: 30px;
}
}
