*{
    padding: 0;
    margin: 0;
}

/*თავი დასაწყისი*/

.container{
    display: flex;
    align-items: center;
    width: 100%;
}
nav{
    background-color: #B24210;
    overflow: hidden;
    height: 102px;
    width: 100%;
}
nav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-right: 10px;
}
nav a{
    color: #333333;
    text-decoration: none;
    font-size: clamp(10px 17px 1.188rem);
    padding: 15px;
    padding-top: 18px;
    display: block;
    text-align: center;
}
nav .a0{
    text-decoration: none;
    padding: 0;
    padding-top: 20px;
}
nav img{
    display: block;
    float: left;
    width: 40px;
    height: 58px;
    padding-top: 12.5px;
    padding-left: 60px;
}
nav .FC{
    display: block;
    float: right;
    padding-top: 5px;
    padding-right: 50px;
    width: 50px;
    height: 50px;
}
nav li{
    text-align: center;
    float: right;
    background-color: #9d380a;
    height: 60px;
    width: 130px;
}
nav button{
  text-align: center;
  float: right;
  background-color: #9d380a;
  height: 60px;
  width: 130px;
  border: none;
}
nav .listhead{
    border-radius: 15px 0px 0px 15px;
}
nav .listtail{
    border-radius: 0px 15px 15px 0px;
}
.menue{
  display: none;
}
.listmid:hover{
  background-color: #B24210;
  transition: 1s;
}
.listhead:hover{
  background-color: #B24210;
  transition: 1s;
}
.listtail:hover{
  background-color: #B24210;
  transition: 1s;
}
.lista{
  font-size: 17px;
  font-weight: bold;
  color: #DCD8D7;
}
.logo{
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 1px;
}
.sidebar{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 240px;
  background-color: #E3DFDE;
}
.sidebar ul{
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
}
.sidebar li{
  backdrop-filter: blur(10px);
  background-color: #E3DFDE;
  width: 100%;
}
.sidebar a{
  display: flex;
  float: left;
  color: #333333;
  width: 100%;
}
.sidebar a:hover{
  background-color: #B24210;
  transition: 1s;
}
.hide{
  background-color: #E3DFDE;
  border: none;
}
.hide div{
  font-size: 30px;
  transform: rotate(45deg);
}
.topbar{
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  height: 300px;
  width: 100%;
  background-color: #e3dfdecf;
  backdrop-filter: blur(10px);
}
.topbarcolumn{
  display: flex;
  width: 100%;
}
.box1{
  height: 100%;
  flex: 1;
}
.box2{
  height: 100%;
  flex: 1;
}
.titlebox{
  margin-top: 20px;
  margin-left: 20px;
}
.title3{
  font-size: 19px;
}
.topbarlist{
  display: flex;
  flex-direction: column;
  float: left;
  margin-right: auto;
  margin-left: 50px;
}
.topbarlista{
  color: #333333;
  height: 4px;
  font-size: 17px;
}
.topbarlista:hover{
  color: #B24210;
  transition: 1s;
}
.extopbar{
  backdrop-filter: blur(10px);
  background-color: #e3dfdecf;
  border: none;
}
.extopbar div{
  font-size: 30px;
  transform: rotate(45deg);
}
.extopbarbox{
  display: flex;
  float: right;
}
.sidebarlist{
  display: none;
  width: 100%;
  height: fit-content;
  background-color: #E3DFDE;
  flex-direction: column;
  overflow-y: auto;
}
.sidebarlist h1{
  font-size: 16px;
  margin-left: 5px;
}
.sidebarlist a{
  font-size: 13px;
  height: 10px;
}
.sidebarlist a:hover{
  color: #DCD8D7;
}
.sidebarlist li{
  height: 30px;
}
.lista1{
  font-size: 17px;
}
.lista1:hover{
  color: #DCD8D7;
  transition: 1s;
}
.productli{
  width: 100%;
  height: 20px;
}
.hide1{
  width: 100%;
  background-color: #E3DFDE;
}
.hide1:hover{
  background-color: #B24210;
  transition: 1s;
}

/*თავი დასასრული*/

.whole{
    height: 100%;
    width: 100%;
    background-color: #E3DFDE;
    padding-top: 50px;
}
.eror{
    display: flex;
    height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
}
.eror h1{
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    text-align: center;
    color: #333333;
    font-size: 30px;
}


/*კუდის დასაწყისი*/

.bottom{
  background-color: #B24210;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
}
.btp{
  color: white;
  text-align: center;
  margin: auto;
  margin-top: 45px;
  padding: 10px 0;
	width: 90%;
	max-width: 100ch;
  font-size: 1rem;
}

/*კუდის დასასრული*/

@media only screen and (max-width: 1300px) { 
  .drop { 
    display: block; 
  } 
  .main {
    display: none;
  }
  .about{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about2{
    width: 100%;
    height: 680px;
  }
  .FC{
    display: block;
    margin-top: 0%;
    margin-left: auto;
    width: 100px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    object-fit: contain;
  }
  .ul1{
    display: none;
  }
  .menue{
    display: flex;
    float: right;
    border: none;
    background-color: none;
    font-size: 30px;
    color: #DCD8D7;
    width: 40px;
    height: 80px;
    padding-top: 28px;
    background-color: #B24210;
  }
  .menue div{
    font: solid;
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
  }
  .DW1{
    width: 100%;
  }
  .DW2{
    width: 100%;
  }
  .DW3{
    border-radius: 0px;
  }
}
@media only screen and (max-width: 990px) { 
  .slider img{
    width: 500px;
    height: 500px;
  }
  .container{
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .intro{
    gap: 60px;
  }
}
@media only screen and (max-width: 990px) { 
  .DW2{
    border-radius: 0px;
  }
}
@media only screen and (max-width: 600px) { 
  .nav{
    overflow: hidden;
    width: 100%;
  }
  .logo{
    padding-left: 40px;
  }
  .a0{
      display: none;
    }
    .gap1{
      display: flex;
    }
}
@media only screen and (max-width: 400px) { 
  .slider img{
    width: 260px;
    height: 260px;
  }
  .DW1{
    height: 300px;
    width: auto;
  }
  .DW2{
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .DW3{
    width: 100%;
  }
  .info{
    width: 320px;
  }
}
@media only screen and (max-width: 360px) { 
  .intro{
    width: auto;
    border: none;
  }
}