:root{--bg:#FAF7F2;--section:#F4EADF;--card:#FFFDF9;--primary:#6F4E37;--primary-hover:#5A3F2B;--secondary:#A67C52;--accent:#D3B58A;--heading:#2C2118;--text:#5D5249;--light-text:#8A7C70;--border:#E6D7C7;--shadow:0 15px 40px rgba(111,78,55,.12);}body{background:var(--bg)!important;color:var(--text)!important;font-family:Poppins,sans-serif;}nav{background:rgba(250,247,242,.92)!important;backdrop-filter:blur(15px);border-bottom:1px solid var(--border);}ul li a{color:var(--heading)!important;}ul li a:hover{color:var(--primary)!important;border-bottom:2px solid var(--primary);} .login,.search-box button,.search-box1 button,.tagline,.join_work{background:linear-gradient(135deg,var(--primary),var(--secondary))!important;color:#fff!important;box-shadow:var(--shadow);} .box,.box1,.box2{background:var(--card)!important;border:1px solid var(--border)!important;border-radius:20px!important;box-shadow:var(--shadow);} .box:hover,.box1:hover,.box2:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(111,78,55,.18)!important;} .footer{background:var(--footer)!important;} img{border-radius:18px;}

* {
  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;
  border-bottom: none;
}

.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:#483727;
    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-color:#483727;
  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; */
}

.heading{
    padding-top: 250px;
    margin-left: 30px;
}
.h-heading{
    color: #483727;
    font-size: 28px;
}
.p-heading{
    color: #4F3824;
    margin-top: 50px;
    font-weight: 700;
}
.get{
    margin-top: 40px;
    color: #fff;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
    width: 130px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}
.advantage{
    display: flex;
    justify-content: center;
    margin-top: 150px;
}
.advantage h1{
    color: #4F3824;
    font-size: 50px;
}
.work{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    gap: 60px;

}
.verify{
    width: 250px;
    height: 150px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
    border-radius: 10px;
}
.verify h3{
color: #fff;
margin-top: 50px;
margin-left: 10px;
}
.verify p{
color: #fff;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
}
.secure{
    width: 250px;
    height: 150px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.secure h3{
color: #fff;
margin-top: 50px;
margin-left: 10px;
}
.secure p{
color: #fff;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
}
.support{
    width: 250px;
    height: 150px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.support h3{
color: #fff;
margin-top: 50px;
margin-left: 10px;
}
.support p{
color: #fff;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
}
.work1{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 60px;

}
.ai{
    width: 250px;
    height: 150px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.ai h3{
color: #fff;
margin-top: 50px;
margin-left: 10px;
}
.ai p{
color: #fff;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
}
.lowfee{
    width: 250px;
    height: 150px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.lowfee h3{
color: #fff;
margin-top: 50px;
margin-left: 10px;
}
.lowfee p{
color: #fff;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
}

.global{
    width: 250px;
    height: 150px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.global h3{
color: #fff;
margin-top: 50px;
margin-left: 10px;
}
.global p{
color: #fff;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
}
.story{
    margin-top: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.our{
color: #483727;
font-size: 50px;
font-weight: 600;
display: flex;
justify-content: center;
}

.about-story{
    margin-top: 50px;
    margin-left: 28%;
    color: #483727;
    width: 740px;
    font-weight: 700;
    /* display: flex;
    justify-content: center; */
}
.value{
    margin-top: 190px;
    display: flex;
    justify-content: center;
    color: #483727;
    font-size: 35px;
    font-weight: 600;
}
.guided{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 200px;
}
.transparency{
    width: 250px;
    height: 200px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
    border-radius: 10px;
}
.transparency h1{
    color: #fff;
    margin-top: 40px;
    margin-left: 10px;

}
.transparency p{
    color: #fff;
    margin-top: 20px;
    font-size: 13px;
    margin-left: 10px;

}

.innovation{
    width: 250px;
    height: 200px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;
}
.innovation h1{
    color: #fff;
    margin-top: 40px;
    margin-left: 10px;

}
.innovation p{
    color: #fff;
    margin-top: 20px;
        font-size: 13px;
margin-left: 10px;

}
.quality{
    width: 250px;
    height: 200px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.quality h1{
    color: #fff;
    margin-top: 40px;
    margin-left: 10px;

}
.quality p{
    color: #fff;
    margin-top: 20px;
        font-size: 13px;
        margin-left: 10px;


}

.community{
    width: 250px;
    height: 200px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
        border-radius: 10px;

}
.community h1{
    color: #fff;
    margin-top: 40px;
    margin-left: 10px;

}
.community p{
    color: #fff;
    margin-top: 20px;
        font-size: 13px;
margin-left: 10px;
}

.footer {
  margin-top: 50px;
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
  padding: 60px 80px;
}

.footer-container {
   background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  border-radius: 10px;
/* margin-left: 30px; */
}

.footer-column h3 {
  /* background:#480d7f; */
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 24px;
  color:#FFFDF9;
  margin-left: 30px;
}

.footer-column a {
  /* background: #0b0b0b; */
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  transition: 0.3s;
  margin-left: 30px;
}
.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: #6F4E37;
}

.social-icons i:hover {
  color: #4F3824; /* Fiverr Green */
}
/* ================= MOBILE ================= */

@media (max-width:480px){

     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:30px;
        position: absolute;
        /* margin-top:15px; */
      }
      /* menu icon */
      .menu-icon{
        display:block !important;
        position: absolute;
        color: #483727;
        margin-right:20px;
        margin-top:30px; 
        margin-left: 10px;   
    }
 .login{
        position:absolute;
        right:20px;
        top:22px;
        margin:0;
        width:70px;
        height:38px;
    }

    .log{
        font-size:16px;
        margin-top:8px;
    }
    #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;
        padding-left: 40px;
        transition:0.4s;
        z-index:100;
    }
.close-btn{
     display:block !important;

    color:#4F3824;
    font-size:30px;
    margin-left:160px;
    cursor:pointer;
}
    .search-box{
      display: none !important;
    }
    .search-box1{
      display: none !important;
    }
    .heading{
        padding-top:120px;
        margin-left:20px;
    }

    .h-heading h1{
        font-size:32px;
    }

    .p-heading p{
        font-size:15px;
    }

    .work,
    .work1,
    .guided{
        flex-direction:column;
        align-items:center;
    }

    .verify,
    .secure,
    .support,
    .global,
    .ai,
    .lowfee,
    .transparency,
    .innovation,
    .quality,
    .community{
        width:90%;
    }

    .advantage h1,
    .our,
    .value{
        font-size:30px;
        text-align:center;
    }

    .about-story{
        width:90%;
        margin:30px auto;
        text-align:center;
    }

    .footer{
        padding:40px 20px;
    }

    .footer-container{
        grid-template-columns:1fr;
    }

    .last_footer{
        flex-direction:column;
        gap:20px;
        padding:20px;
    }

    .social-icons{
        margin:0;
    }
}

/* ================= TABLET ================= */

@media (min-width:481px) and (max-width:768px){

     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:30px;
        position: absolute;
        /* margin-top:15px; */
      }
      /* menu icon */
      .menu-icon{
        display:block !important;
        position: absolute;
        color: #483727;
        margin-right:20px;
        margin-top:30px; 
        margin-left: 10px;   
    }
 .login{
        position:absolute;
        right:20px;
        top:22px;
        margin:0;
        width:70px;
        height:38px;
    }

    .log{
        font-size:16px;
        margin-top:8px;
    }
    #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;
        padding-left: 40px;
        transition:0.4s;
        z-index:100;
    }
.close-btn{
     display:block !important;

    color:#4F3824;
    font-size:30px;
    margin-left:160px;
    cursor:pointer;
}
    .search-box{
      display: none !important;
    }
    .search-box1{
      display: none !important;
    }

    .heading{
        padding-top:140px;
        margin-left:30px;
    }

    .work,
    .work1,
    .guided{
        flex-wrap:wrap;
        justify-content:center;
    }

    .about-story{
        width:90%;
        margin:auto;
        margin-top:40px;
    }

    .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;
    }
}

/* ================= LAPTOP ================= */

@media (min-width:769px) and (max-width:1024px){

    .search-box {
        /* width:250px; */
        display: none !important;
    }

    .work,
    .work1{
        flex-wrap:wrap;
    }

    .guided{
        flex-wrap:wrap;
    }

    .about-story{
        width:90%;
        margin:50px auto;
    }

    .footer-container{
        grid-template-columns:repeat(3,1fr);
    }
}

/* ================= DESKTOP ================= */

@media (min-width:1025px) and (max-width:1440px){

    .search-box input{
        width:320px;
    }

    .about-story{
        margin-left:auto;
        margin-right:auto;
    }
}