* {
  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; */
}


.foter
 {
  margin-top: 50px;
    background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
  padding: 60px 80px;
}

.footer-container {
  /* background-color: brown; */
  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: rgb(121, 50, 228); */
}
hr{
  color: #5A3F2B;
}
.last_footer {
  margin-top: 80px;
  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: #6A523B;
}

.social-icons i:hover {
 color:  #2B1F14
} 
.heading{
  padding-top: 300px;
  color: #4F3824;
  justify-content: center;
}
.head{
  /* justify-content: center; */
  margin-left: 300px;
}
.head h1{
  margin-left: 250px;
  font-size: 50px;
}
.head p{
  margin-top: 10px;
  width: 450px;
  margin-left: 300px;
  font-weight: 550  ;
}
.client{
  margin-top: 150px;
  margin-left: 40px;
    color: #4F3824;

}
.cli p{
  margin-top: 10px;
  width: 600px;
  font-weight: 550;
}
.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;
}
.tag {
  display: flex;
  justify-content: center;
  /* margin-top: 150px; */
  padding-top: 100px;
}
.tagline {
  width: 90%;
  height: 250px;
  background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  /* padding-top: 200px; */
  margin-top: 70px;
}

.about {
  color:#6A523B;
  /* margin-top: 30px; */

  /* background-color: #6A523B; */
  font-size: 40px;
  margin-left: 200px;
  line-height: 65px;
  font-weight: 500;
  color: #fff;
}
.about-p{
  color:#6A523B;
  margin-top: 10px;

  /* background-color: #6A523B; */
  font-size: 35px;
  margin-left: 100px;
  /* line-height: 65px; */
  font-weight: 500;
  color: #fff;
}
.tagline:hover {
  box-shadow: 0px 5px 8px #6A523B;
}

/* ================= 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;
    }

    .head{
        margin-left:0;
        text-align:center;
        padding:0 20px;
    }

    .head h1{
        margin-left:0;
        font-size:32px;
    }

    .head p{
        width:100%;
        margin-left:0;
        font-size:15px;
    }

    .client{
        margin-top:80px;
        margin-left:20px;
    }

    .cli p{
        width:100%;
    }

    .work,
    .work1{
        flex-direction:column;
        align-items:center;
        gap:20px;
    }

    .verify,
    .secure,
    .support,
    .global,
    .ai,
    .lowfee{
        width:90%;
        height:auto;
        padding:20px;
    }

    .tagline{
        height:auto;
        padding:30px 20px;
    }

    .about{
        margin-left:0;
        font-size:28px;
        line-height:40px;
        text-align:center;
    }

    .about-p{
        margin-left:0;
        font-size:18px;
        text-align:center;
    }

    .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;
    }

    .head{
        margin-left:0;
        text-align:center;
    }

    .head h1{
        margin-left:0;
    }

    .head p{
        width:90%;
        margin:10px auto;
    }

    .client{
        margin-left:30px;
    }

    .cli p{
        width:90%;
    }

    .work,
    .work1{
        flex-wrap:wrap;
        justify-content:center;
    }

    .tagline{
        height:auto;
        padding:40px 20px;
    }

    .about,
    .about-p{
        margin-left:0;
        text-align:center;
    }

  .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;
    }


    .head{
        margin-left:0;
        text-align:center;
    }

    .head h1{
        margin-left:0;
    }

    .head p{
        margin:10px auto;
    }

    .work,
    .work1{
        flex-wrap:wrap;
    }

    .about{
        margin-left:50px;
        font-size:32px;
    }

    .about-p{
        margin-left:50px;
        font-size:24px;
    }
}


/* ================= DESKTOP ================= */

@media (min-width:1025px) and (max-width:1440px){

    .search-box input{
        width:320px;
    }

    .head{
        margin-left:100px;
    }

    .head h1{
        margin-left:100px;
    }

    .head p{
        margin-left:150px;
    }
}