@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");

#slider{
	width: 100%;
	margin:auto;
	margin-top: 10px;
    height: 400px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
   
}
   #ul 
   {
   	  width: 98%;
   	  bottom: 5px;
   	  z-index: 9;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  text-align: center;
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: #fff;
     margin-left: 20px;
     cursor:pointer;
   }
    
   #ul li:first-child 
   {
   	background-color: hsl(var(--color-black));
   	color: #f3f3f3
   }


.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .wrapper,
   .banner,
   header,
   section,
   footer {
   	min-width: 1200px;
   }
.container {
    max-width: 1200px;
    margin: auto;
}
.display {
    display: flex;
}
a {
    text-decoration: none;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    display: flex;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background-color: #07077a;
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}