*{
    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;
}

/*თავი დასასრული*/

/* DW1 და DW2 დასაწყისი */
.whole{
    height: 100%;
    width: 100%;
    background-color: #E3DFDE;
    padding-top: 50px;
}
.intro{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 3px;
}
.DW1{
  display: block;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  width: 600px;
}
.DW1 img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider{
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #B24210;
    border-radius: 10px;
}
.slider img{
    width: 600px;
    height: 600px;
    display: none;
    margin-top: 40px;
    object-fit: cover;
}
.slides{
  display: flex;
  justify-content: center;
}
img.displaySlide{
    display: block;
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {opacity: .5}
    to {opacity: 1}
}
.imgslide{
  height: 50px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.left{
  width: 60px;
  border-radius: 6px;
  background-color: #3333333d;
}
.left p{
  font-size: 22px;
  color: #B24210;
}
.right{
  width: 60px;
  border-radius: 6px;
  background-color: #3333333d;
}
.right p{
  font-size: 22px;
  color: #B24210;
}


.DW2{
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  height: fit-content;
  padding-bottom: 10px;
  width: 600px;
  border: 1px solid #B24210;
  border-radius: 10px;
  background-color: #DCD8D7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title{
  height: 40px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.title h1{
  font-size: clamp(2rem, 2vw, 2rem);
}
.cost{
  height: fit-content;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #B24210;
}
.cost p{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: clamp(1.5rem, 2vw, 1.5rem);
  font-weight: bolder;
}
.chet{
  font-size: clamp(0.9rem, 0.9vw, 1rem);
  font-weight: bolder;
  color: #333333;
  text-align: center;
  width: 100%;
}
.info{
  height: 100%;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.info p{
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  margin-left: 5px;
  line-height: 40px;
}
.gap{
  width: 100%;
  height: 100px;
  background-color: #E3DFDE;
}
.gap1{
  display: none;
  width: 10px;
  height: 20px;
  background-color: #E3DFDE;
  margin-top: 5px;
}
.info a{
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
}
.type3{
  font-size: 25px;
  margin-top: 10px;
  width: 100px;
  height: 45.35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C0D72F;
  color: #333333;
}
.type1{
  font-size: 25px;
  margin-top: 10px;
  width: 100px;
  height: 45.35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #03A551;
  color: #333333;
}
.type2{
  font-size: 25px;
  margin-top: 10px;
  width: 100px;
  height: 45.35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #51B748;
  color: #333333;
}
.type1:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #03A551;
  border-top: 25px solid transparent;
  border-bottom: 22px solid transparent;
}
.type2:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #51B748;
  border-top: 25px solid transparent;
  border-bottom: 22px solid transparent;
}
.type3:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #C0D72F;
  border-top: 25px solid transparent;
  border-bottom: 22px solid transparent;
}
.type3 p{
  color: white;
  font-weight: bolder;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.type1 p{
  color: white;
  font-weight: bolder;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.type2 p{
  color: white;
  font-weight: bolder;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* DW1 და DW2 დასასრული */

/* DW3 დასაწყისი*/
.DW3{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 25px;
}
.DW3-GN{
  width: 200px;
  height: 60px;
  border: 1px solid #B24210;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 16px;
}
.DW3 a{
  color: #333333;
  text-decoration: none;
}
.DW3-GN:hover{
  background-color: #b24310a6;
  transition: 1s;
  color: #E3DFDE;
}


/* DW3 დასასრული */

/*კუდის დასაწყისი*/

.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;
  }
}



/*

.sale-box{
  width: 100%;
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.DW3{
  border: 1px solid #33333333;
  height: 230px;
  width: 400px;
  margin-left: auto;
  margin-right: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
  background-color: #DCD8D7;
}
.PRS{
  margin-left: auto;
  margin-right: auto;
}
.PRS{
  font-size: 20px;
  font-weight: bolder;
}