html {
  overflow-x: hidden !important;
}

body {
  font-family: "BPG Mrgvlovani Caps 2010";
  color: var(--dark-color);
  line-height: normal;
 
  font-size: 14px;
  
}
p{
  font-family: "BPG Mrgvlovani";
}
*{
  transition: color 0.4s ease;
  transition: background-color 0.4s ease;
}

:root {
  --primary-color: #ED1B24;
  --bg-color: #F6F6F6;
  --text-grey: #5B5B5B;
  --border-radius: 5px;
  
}

.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}
.slider_img {
  width: 100%;
  height: 750px;
}
.slider_img img {
  object-fit: cover;
  object-position: center;
}

.margin10{
  margin-left: 10vw;
  margin-right: 10vw;
}
.padding10{
  padding-left: 10vw;
  padding-right: 10vw;
}

/* header start*/


.header__top{
  background-color: var(--bg-color);
  height: 40px;
  
}

.header__top > div{
  gap: 22px;
  align-items: center;
  height: 100%;
  font-size: 10px;

}
.header__middle{
  margin-top: 13px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__middle > a{
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__middle > a span{
  color: #9F0A0E;
  font-family: "Gilroy GEO";
  font-size: 12px;
  text-transform: capitalize;
}
.header__middle > a span:last-child{
  color: #ED1B24;
  font-family: "Gilroy GEO";
  font-size: 12px;
  text-transform: capitalize;
  
}
.lang{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.lang > a{
  font-size: 10px;
}
.lang > a:nth-child(2){
  padding: 0 20px;
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}
.search{
  display: flex;
  align-items: center;
  position: relative;
}
.search a{
  position: absolute;
  right: 0;
  height: 40px;
  
}
.search input{
  height: 40px;
  width: 400px;
  border-radius: 20px;
  padding-left: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #E5E5E5;
  outline: none;
}
.search select{
    background-color: transparent;
    height: 100%;
    border: none;
}
.search > div:first-child{
  height: 40px;
  min-width: 123px;
  border: 1px solid #E5E5E5;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 10px;
  cursor: pointer;
  position: relative;
  overflow: visible !important;
}
.search .not-active .dropdown-content{
  display: none;
}
.search .active .dropdown-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50px;
}

.language-dropdown div{
  display: none;
}
.language-dropdown:hover div{
  display: block;
  position: absolute;
}

.header__bottom{
  height: 50px;
  background-color: var(--primary-color);
  color: white;

}
.registration button{
  font-size: 10px;
}
.registration a:first-child button{
  color: white;
}
.registration a:last-child button{
  color: #5B5B5B;
  background-color: white;
  height: 30px;
  border-radius: 20px;
  width: 114px;
  margin-left: 10px;
}
.registration a:last-child button:hover{
  color: white;
  background-color: black;
}
.time{
  padding: 5px 30px;
  border-radius: 20px;
  border: 1px solid white;
  font-family: 'Gilroy GEO';
  font-size: 16px;
  
}

.header__bottom > div:first-child span{
  font-size: 12px;
  position: relative;
  
}
.header__bottom > div:first-child span:first-child{
  margin-right: 15px;
}

/* header end */
/* footer start */
footer.footer{
  min-height: 200px;
  background-color: var(--bg-color);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-top: 40px;
}
.footer__items{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__items a{
  font-size: 10px;
  
}
.footer__items a:hover{
  color: var(--primary-color) !important;
}
.footer__items a:first-child{
  margin-bottom: 10px;
  font-family: "Gilroy GEO";
  font-size: 12px;
}
.credits{
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;

}
.credits a{
  color: var(--primary-color) !important;
}
/* footer end */


/* Landing page start */
main{
  min-height: 100vh;
}


.swiper-pagination-bullet{
  width: 20px;
  height: 20px;
}
.showcaseSlider-pagination{
  position: absolute;
 
  z-index: 100;
}
.swiper-pagination-bullet-active{
  background: var(--primary-color);
}
.slider__text{
  z-index: 10;
  left: 5%;
  bottom: 20%;
}
.slider__text button{
  background-color: var(--primary-color);
  color: white;
  padding: 15px 30px;
  border-radius: 15px;
}
.slider__text button:hover{
  background-color: white;
  color: var(--primary-color);
}
.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  height: 500px;
  width: 100%;
}
section.slider{
  margin-bottom: 40px;
}
h2{
  text-align: center;
  font-family: "Gilroy GEO";
  font-size: 20px;
}
section.last-auctions{
  font-size: 20px;
  font-family: "Gilroy GEO";
}
.auction__img{
  position: relative;
}
.auction__img::before{
  content: "";
  background-color: #C1C1C1;
  position: absolute;
  height: 1px;
  width: 134px;
  left: -150px;
  top: 40%;
  
  z-index: 5;
}
.auction__img::after{
  content: "";
  background-color: #C1C1C1;
  position: absolute;
  height: 1px;
  width: 134px;
  right: -150px;
  top: 40%;
  
  z-index: 5;
}
.auctions__item{
  flex: 0 0 23%;
  min-width: 250px;
}
.auctions__main .auctions__item{
    flex: 0 0 31%;
}
.img-wrapper > *:not(img){
  position: absolute;
}
.lot-number{
  top: 10px;
  left: 10px;
  font-family: "Gilroy GEO";
  font-size: 10px;
  color: white;
  background: var(--primary-color);
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.lot-bids{
  top: 10px;
  right: 10px;
  font-family: "Gilroy GEO";
  font-size: 10px;
  color: black;
  background: white;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.time-container{
  display: flex;
  gap: 5px;
  bottom: -23px;
  width: 100%;
  justify-content: center;
  color: #5B5B5B;
}
.time-container > div{
  width: 54px;
  height: 54px;
  background-color: white;
  text-align: center;
  box-shadow: 0px 2px 5px  #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.time-container > div > p:first-child{
  font-family: "Gilroy GEO";
  font-size: 16px;
}
.time-container > div > p:last-child{
  
  font-size: 10px;
}
.auction__description{
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.auction__name{
  font-family: "BPG Mrgvlovani";
  font-size: 12px;
  margin-bottom: 10px;
}
.auction__cost{
  font-family: "Gilroy GEO";
  font-size: 12px;
}
.auction__cost span:first-child{
  margin-right: 20px;
}
.auction__description button{
  width: 100%;
  height: 40px;
  border: 1px solid #AAA9A9;
  border-radius: 15px;
  font-family: "BPG Mrgvlovani Caps 2010";
  font-size: 12px;
}
.auction__description button:hover{
  color: white;
  background-color: var(--primary-color);
  border: none;
}
.auctions__item .img-wrapper img{
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.ad__banner{
  height: 120px;
  margin: 50px 0;
  font-size: 16px;
  background-color: var(--bg-color);
}
.category__container{
  gap: 30px;
}
.category__item a{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.category__item button{
  height: 84px;
  background-color: rgba(237, 27, 36, 0.8);
  width: 270px;
  border-radius: 20px;
  color: white;
  font-size: 27px;
  font-family: "Gilroy GEO";
}
.categories  > h2{
  margin-bottom: 20px;
}
.category__item{
  flex: 0 0 49%;
}
.category__item .img-wrapper img{
  width: 100%;
  height: 100%;
  max-height: 320px;
}
.gap30{
  gap: 20px;
}
.default-button{
  color: white;
  background-color: var(--primary-color);
  width: 154px;
  height: 40px;
  font-family: "BPG Mrgvlovani Caps 2010";
  font-size: 12px;
  border-radius: 20px;
}
.default-button:hover{
  opacity: 0.8;
}
.news__item{
  box-shadow: 0px 2px 5px  #707070;
  flex: 1 1 27%;
}
.fa-arrow-right,.fa-arrow-left{
    font-size: 10px !important;
}
.news .gap30{
  gap: 30px;
}
.news__item .img-wrapper{
  height: 227px;
}
.news__item .img-wrapper img{
  width: 100%;
  max-height: 250px;
}
.news__description{
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  
}
.news__item .fa-arrow-right{
  background: black;
color: white;
border-radius: 50%;
font-size: 7px;
width: 21px;
height: 21px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all 0.4s ease;
right: 0;
}
.news__item:hover .news__description .gap-2{
  color: #ED1B24;
}
.news__item:hover  .fa-arrow-right{
  transition: all 0.4s ease;
  background-color: #ED1B24;
  right: -20px;
}
section.subscribe .default-button{
  position: absolute;
  right: 0;
  bottom: 16px;

}
section.subscribe input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #C1C1C1;
  height: 50px;

}

/* Landing page end */


/* auctions start */
  .left-side .ad{
    height: 590px;
    width: 250px;
    background-color: #F6F6F6;
    
  }
  .auctions__main > div:nth-child(2){
    gap: 30px;
  }
  .categories__list{
    font-family: "BPG Mrgvlovani Caps 2010";
    font-size: 14px;
    
    background-color: #F6F6F6;
    margin-bottom: 50px;
  
  }
  .category__header{
    height: 50px;
    background-color: #ED1B24;
    color: white;
    display: flex;
    justify-content: left;
    padding: 0 30px;
    align-items: center;
  }
  .categories__list ul{
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
.pagination .fa-arrow-left, .pagination .fa-arrow-right{
  background: #ED1B24;
  color: white;
  border-radius: 50%;
  font-size: 7px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  right: 0;
}
.pagination .fa-arrow-left:hover {
right:15px;
}
.pagination .fa-arrow-right:hover{
  right: -15px;
}

.pagination .active{
  text-decoration: underline !important;
  color: #5B5B5B !important;
  

}


/* auctions end */

/* news_inner start */
.inner__description{
  box-shadow: 1px 1px 5px  rgba(0,0,0,0.27);
  padding: 40px;
}



.inner__container{
  gap: 20px;

}
.inner__container {
  width: 875px;
  max-width: 90vw;
}
.back i{
  background: #ED1B24;
color: white;
border-radius: 50%;
font-size: 7px;
width: 21px;
height: 21px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all 0.4s ease;
left: 0;
}
.back:hover i{
  left: -20px;
}
.share a:hover i{
  color: var(--primary-color);
}





/* news_inner end */

/* FAQ start */
.faq{
  width:588px;
  max-width: 90vw;
  font-size: 12px;
}
.accordion__item  div{
  position: relative;
  font-size: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out , margin 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out , margin 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out , margin 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out , margin 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, box-shadow 1s linear, padding 0.3s ease-in-out , margin 0.3s ease-in-out;
  
}
.accordion__item{
  position: relative;
  cursor: pointer;
  border-bottom: 0 solid #C1C1C1;
  font-family: 'BPG Mrgvlovani';
}
.accordion__item i{

  font-size: 18px;
  color: var(--primary-color);
  transition: all 1s ease;
}
.accordion__container .active{
  border-bottom: 1px solid #C1C1C1;
  
  
}
.accordion__container .active  div{
  max-height: 400px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  
}



/* FAQ END */

/* company start */
.company > .content{
  max-width: 60%;
}

/* company end */
/* auctions__inner start */
  .right__side{
    background-color: #F9F9F9;
    max-width: 525px;
    padding: 30px;
  }
  .auctions__inner  img{
    height: 100%;
    width: 100%;
  }
  .inner_slider a{
    height: 24%;
  }
  .inner_slider{
    overflow-y: scroll;
    scrollbar-width: none; /* Hide the scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide the scrollbar for IE and Edge */
  }
  
/* Hide scrollbar for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .inner_slider::-webkit-scrollbar {
    width: 0; /* Adjust the width to change the scrollbar thickness */
    background-color: transparent;
  }
}
.auctions__inner > div:first-child{
  height: 530px;
}
.bordered{
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 25px 0;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}
.bids{
  margin-top: auto;
}
.right__side .gap-2{
  gap: 10px !important;
}
.bids > button{
  background-color: #00C448;
  height: 40px;
  width: 180px;
  max-width: 80vw;
  color: white;
}
.bids input{
  height: 40px;
  border:none;
  width: 270px;
}
input{
  padding-left: 20px !important;
}
.bids > div{
  position: relative;
}
.bids > div div{
  position: absolute;
  top: 0;
  right: 0;
}
.bids > div button{
  width: 26px;
  height: 20px;
  background-color: #5B5B5B;
  color: white;
 
}
.bids > div button:hover{
  background-color: #9F0A0E;
}

.inner__bottom button.active{
  background-color: #5B5B5B;
  color: white;
}
.inner__bottom button{
  padding: 8px 40px;
  color: white;
  height: 50px;
  background-color: #F9F9F9;
  color: black;
}
.bottom__content{
  margin-top: 30px;
  font-family: 'BPG Mrgvlovani';
  font-size: 12px;
  width: 78%;
  max-width: 96vw;
}
.bottom__content div{
  display: none;
}
.bottom__content div.active{
  display: unset;
}
/* auctions__inner end */
/* contact start */
section.contact input{
  height: 48px;
  width: 100%;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  color: #AEAEAE;
}
section.contact textarea{
  padding: 20px;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  color: #AEAEAE;
  resize: none; 
  height: 166px;
}
section.contact button{
  align-self: flex-start;
  width: 143px;
  height: 40px;
  background-color: black;
  color: white;
  border-radius: 10px;
}
section.contact button:hover{
  background-color: var(--primary-color);
}
section.contact iframe{
  min-height: 525px;
  height: 100%;
  min-width: 250px;
  width: 36%;
  
}
.iframe__container{
  padding: 0 30px;
  border-left: 2px solid #C1C1C1 !important;
  border-right: 2px solid #C1C1C1 !important;
}
section.contact .gap30{
  gap: 30px;
}
section.contact  .mb-lg-5{
  margin-bottom: 30px !important;
  display: flex;
  align-items: center;
}
/* contact end */

/* PIRADI start */
  .profile{
    position: relative;
    width: 330px;
    max-width: 90vw;
    height: 231px;
    box-shadow: 1px 1px 8px  rgb(0,0,0,0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .profile > *{
    padding-left: 38%;
  }
  .profile p, .profile a{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .profile__pic{
    left: -65px;
    top: -20px;
    padding-left: 0;
  }
  .profile__pic img:first-child{
    width: 195px;
    height: 195px;
  }
  .profile__pic img:last-child{
    position: absolute;
    right: 20px;
    bottom: 10%;
  }
  .piradi .gap30{
    gap: 30px;
  }

/* Piradi End */


/* authorization start */
.authorization input{
  height: 44px;
  border: 2px solid #C1C1C1;
  border-radius: 5px;
  font-size: 12px;
}
.authorization button:hover{
  background-color: var(--primary-color);
  color: white;
}
.authorization > div{
  width: 50%;
}
.avtorizacia{
  border-right: 2px solid rgba(112, 112, 112, 0.13);
  padding-left: 70px;
}
.avtorizacia button{
  width: 205px;
  height: 45px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  font-size: 10px;
}

.header__bottom > div:first-child{
  margin-right: 45px;
}




.register button{
  width: 230px;
  height: 50px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  font-size: 12px;
  color: white;
  background-color: #5B5B5B;
}

.mandatory{
  position: relative;
}
.mandatory::after{
  position: absolute;
  right: 10px;
  top: 30%;
  content: '*';
  color: #717171;
  
}

select#programmoduleselect
{
    
    
   background-color: transparent;
   border: none;
    z-index: 101; 
    position: absolute;
    right: 20px;
    top: 30%;
    color: #717171;
    cursor: pointer;
}



.select {
    position: relative;
    margin-bottom: 15px;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .select .selectBtn {
    background: var(--bg1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    height: 44px;
border: 2px solid #C1C1C1;
border-radius: 5px;
text-align: center;
  }
  /*
  .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 30%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
  } */
  .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
  }
  .select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 300px;
    
    border-radius: 0 0 3px 3px;
    overflow: scroll;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .select .selectDropdown .option {
    padding: 7px 20px;
    
    box-sizing: border-box;
    cursor: pointer;
  }
  .select .selectDropdown .option:hover {
    background: #f8f8f8;
  }
  .select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }




/* authorization end */


/* mobile menu */
.navbar-expand-xl{
    display: none;
}
.navbar-toggler{
    padding:  8px 12px;
    background-color: var(--primary-color);
    border-radius: 10px;

}
.navbar-toggler svg{
    width: 30px;
    height: 30px;
}