
* {
  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; */
}
.heading{
    margin-left: 30px;
}
.head p{
    color: #483727;
    /* margin-top: 10px; */

}

.main-content{
    background: linear-gradient(
        135deg,
        #5A3F2B,
        #A67C52
    );
    color: #fff;
    width: 80vw;
    border-radius: 10px;
    margin-left: 100px;
    margin-top: 100px;
    /* text-align: center; */
}
.information{
    padding-top: 100px;
    margin-left: 90px;
}

.inf-p{
    margin-top: 20px;
}
.inf-p2{
    margin-top: 20px;
}
.how{
    margin-left: 90px;
    margin-top: 30px;
}
.how-p{
    margin-top: 30px;
}
.div{
display: flex;
margin-top: 30px;
gap: 50px;
}

.box-1{
    height: 100px;
    width: 370px;
    color: #6b4d30;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    /* border: 2px solid #4F3824; */
    /* background-color: #fff; */
}
.box-2{
    height: 100px;
    width: 370px;
    color: #6b4d30;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    /* border: 2px solid #4F3824; */
    /* background-color: #fff; */
}
.cookies{
    margin-top: 30px;
    margin-left: 90px;
}
.cookies-p{
    margin-top: 30px;
}
.cookies-p2{
    margin-top: 30px;
    height: 100px;
    width: 500px;
    color: #6b4d30;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    /* border: 2px solid #4F3824; */
    /* background-color: #fff; */
}
.services{
    margin-top: 50px;
}
.services-p{
    margin-top: 30px;
    /* margin-left: 50px; */
}
.data{
    margin-top: 40px;
}
.data-p{
    margin-top: 30px;
}
.user{
    margin-top: 40px;
}
.user-p{
    margin-top: 20px;
}
.user-p2{
    margin-top: 20px;
}
.changes{
    margin-top: 40px;
}
.changes-p{
    margin-top: 20px;
    /* margin-bottom: 80px; */
}

.g{
    padding-top: 80px;
}
hr{
    margin-top: 50px;
    /* width: 10px; */
    columns: #3e2c1c    ;
}
.last_footer {
    margin-top: 30px;

  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
} 

/* ================= 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{
        margin-left:20px;
    }

    .head p{
        font-size:15px;
    }

    .main-content{
        width:95%;
        margin:50px auto;
    }

    .information,
    .how,
    .cookies{
        margin-left:20px;
        margin-right:20px;
    }

    .div{
        flex-direction:column;
        gap:20px;
    }

    .box-1,
    .box-2,
    .cookies-p2{
        width:95%;
        height:auto;
    }

    .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;
    }

    .main-content{
        width:90%;
        margin:60px auto;
    }

    .information,
    .how,
    .cookies{
        margin-left:40px;
    }

    .div{
        flex-direction:column;
    }

    .box-1,
    .box-2,
    .cookies-p2{
        width:90%;
        height:auto;
    }

     .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 input{
        width:250px;
    }
 .search-box{
      display: none !important;
    }
    .main-content{
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .div{
        flex-wrap:wrap;
    }

    .box-1,
    .box-2{
        width:320px;
    }

    .cookies-p2{
        width:80%;
        height:auto;
    }
}


/* ================= DESKTOP ================= */

@media (min-width:1025px) and (max-width:1440px){

    .search-box input{
        width:320px;
    }

    .main-content{
        margin-left:auto;
        margin-right:auto;
    }
}