*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

@font-face {
    font-family: font-1;
    src: url(../fonts/font-1.ttf);
}


@font-face{font-family:font-2;src:url('/font-2.otf');font-weight:bold;}

li{
list-style: none;
}



::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #E01723;
}

html{
height: 100%;
}




.hotline-container {
    position: fixed;
    left: 10px;
    top: 150px;
    background: #E01723;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
}
.hotline-container i {
    font-size: 20px;
}
.hotline-container.hidden {
    padding: 10px;
    width: 50px;
    overflow: hidden;
}
.hotline-container.hidden span {
    display: none;
}



.boldi{
font-family: 'font-1';
font-weight: bold;
}


.red-info{
width: 100%;
height: auto;
padding: 10px;
}

.politictitle{
background-color: #E01723;
color: #efefef;
display: flex;
justify-content: center;
text-align: center;
padding: 15px;
font-size: 18px;
margin: 10px 0px;
border-radius: 4px;
}

.ptext{
display: flex;
width: 100%;
margin: 10px 0px;
 line-height: 24px;
}

.psatauri{
font-size: 20px;
font-weight: bold;
margin: 10px 0px;
margin-left: 20px;
font-family: 'font-1';
}

.pkategoria{
  margin: 10px 0px;
  margin-left: 20px;
 line-height: 24px;
}
















body{
background-color: #ffffff;
font-family: 'font-2';
font-size: 15px;
min-height: 100%;
display: flex;
flex-direction: column;
}

.bodynews{
display: block;
background-color: #fff;
max-width: 1200px;
width: 100%;
height: auto;
margin: 10px auto;
padding: 10px;

border-radius: 5px;
}


.box1 a{
text-decoration: none;
color: #fff;
}


.siaxlemeti{
display: flex;
justify-content: center;
text-align: center;
width: 15%;
background-color: #E01723;
color: #fff;
margin: auto;
padding: 20px;
border-radius: 5px;
cursor: pointer;
}

.siaxlemeti a{
text-decoration: none;
color: #fff;
}



.wesebibg{
display: block;
max-width: 1200px;
width: 100%;
}

.wesebititle{
display: flex;
justify-content: center;
width: 100%;
height: auto;
background-color: #2B2D2F;
color: #fff;
border-radius: 4px;
padding: 15px;
font-size: 18px;
margin-bottom: 20px;
}


.wesiinfo{
display: flex;
width: 100%;
height: auto;
padding: 15px;
border: 1px solid #dadada;
border-radius: 3px;
margin: 10px 0px;
}



.minititle{
display: flex;
margin-top: 20px;
margin-bottom: 10px;
font-size: 20px;
}




.header-1{
display: flex;
width: 100%;
height: auto;
background-color: #ffff;
border-bottom: 2px solid #E01723;
position: sticky;
top: 0px;
z-index: 100;
font-family: 'font-1';
}

.topmenu{
display: flex;
justify-content: space-between;
position: relative;
align-items: center;
max-width: 1200px;
width: 100%;
height: 100px;
margin: auto;
  
}

.topmenulink ul{
display: flex;
}

ul{
  list-style: none;
  width: 100%;
  background-color: #ffff;
  
  }
  
  ul li{
  display: inline-block;
  position: relative;
  background-color: #ffff;
  border-radius: 5px;
  color: #141414;
  
  }
  
  ul li a{
  display: block;
  padding: 8px 15px;
  color: #141414;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  
  }

  ul li:hover{
  background-color: #E01723;
  }
  
  ul li ul.dropdown li{
  display: block;
  
  
  }
  
  ul li ul.dropdown{
  width: 300px;
  background-color: #ffff;
  position: absolute;
  z-index: 100;
  display: none;
  
  }
  

ul li ul.dropdown li a{
  color: #fff;
  }



  ul li ul.dropdown li{
  margin: 5px;
  background-color: #E01723;
  color: #fff;
  }

 ul li ul.dropdown li a:hover{
  background-color: #141414;
  }
  
  ul li a:hover{
  background-color: #E01723;

  border-radius: 5px;
  color: #fff;
  }
  
  
  
  ul li:hover ul.dropdown{
  display: block;
  padding: 10px 15px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 8px 16px 0px rgba(211, 42, 0, 0.733);
  transition: all .3s;

  }

 li i{
  padding: 0px 5px;
  font: 12px;
  }


/* servisebis dasawyisi  by abrama */

.servisebidrop {
  background-color: #181717;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  font-family: font-1;
  text-align: center;
     border-radius: 5px;
}

.active, .servisebidrop:hover {
  background-color: #e40514; 
}

.servisebicontent {

  display: none;
  background-color: white;
  overflow: hidden;
}

.servisibox:hover .aqtiuripost{
display: none;
}


/* servisebis dasasruli  by abrama */

/* akardionis dasawyisi  by abrama */

.accordion {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  display: inline-block;

}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "-";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}


.servisebi-title{
display: flex;
width: 100%;
background-color: #141414;
color: #fff;
justify-content: center;
padding: 20px;
border-radius: 5px;
}

/* akardionis dasasruli  by abrama */


/* donaciis gilakis  dasawyisi  by abrama */

.misiatitle{
display: flex;
width: 100%;
height: auto;
background-color: #2B2D2F;
color: #fff;
border-radius: 5px;
padding: 15px 5px;
justify-content: center;
margin-top: 20px;
margin-bottom: 20px;
}





/*enebis kodis  dasawyisi  by abrama */

.enebibg{
position: relative;
font-weight: bold;
}
.enebi{
  display: flex;
  align-items: center;
  max-width: 100px;
  position: absolute;
  right: 50px;
  }
  

#language-selector {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

#language-dropdown {
  position: absolute;

  background-color: #f9f9f9;
  min-width: 84px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  display: none;
  align-items: center;
  border-radius: 5px;
  
}

#language-dropdown a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: flex;
   align-items: center;
  position: absolute;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  top: 2px;
}

#language-dropdown a:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.flag {
  width: 30px;
  height: 20px;
  margin-right: 5px;
}


/*enebis kodis  dasasruli by abrama */




.popUp {
	
max-width: 300px;/*aq sheucvale zomebi  1100 mets ar gaiSvebs  */
width: 100%;
margin: 0 auto;
background-color: #E01723;

  position: fixed;
 z-index: 100;
  bottom: 0px;
  right: 20px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.popUp.hidden {
	display: none;
}

.popUp-close{
display: flex;
width: auto;
height: 40px;
background-color: #2B2D2F;/*aq sheucvale ukana foni daxure gilaks*/
color: #fff;
align-items: center;
padding: 12px;
font-family: 'font-1';
border: none;
outline: none;
border-radius: 50%;
box-sizing: border-box;
position: absolute;
right: 5px;
top: 5px;
font-size: 20px;
}


.popUp-close:hover{
background-color: #80040c;
transition: all 0.5s;
cursor: pointer;
}

.vabpopupinfo{
position: relative;
display: block;
width: 100%;
height: 100px;
background-color: #E01723; /*aq sheucvale ukana foni */
padding: 20px;
}

.vabpopupinfo h1{
color: #fff;
}

.vabpopupinfo p{
font-size: 20px;
color: #f1f1f1;
margin-top: 10px;
}

.vabdonaciabtn{
background-color: #383838;
position: absolute;
border-radius: 5px;
padding: 10px;
color: #fff;
text-decoration: none;
font-size: 25px;
bottom: 20px;
}
/* donaciis gilakis  dasasruli  by abrama */





/* popapis dasawyisi*/
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 1000; /* Make sure it sits on top */
 
}

.popup-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
  transform: translateY(-100%);
  animation: slideDown 0.5s forwards; /* Add animation */
  border-radius: 4px;
}

/* Animation for the popup */
@keyframes slideDown {
  from {
      transform: translateY(-100%);
  }
  to {
      transform: translateY(0);
  }
}

.close-btn {
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
  position: absolute;
  top: -15px;
  right: 5px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background-color: #d80404;
  color: #F8F9FA;
  width: 30px;
  height: 30px;
  overflow: hidden;
 
}



.psaxeli{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 50px;
background-color: #E01723;
color: #F8F9FA;
font-family: 'font-1';
font-size: 18px;
border-radius: 4px;
}


.pinfo{
display: flex;
justify-content: center;
margin: 15px 0px;
font-size: 16px;
font-family: 'font-1';
}
/*popapis dasasruli */




/* Dropdown Button */
.dropbtn {
display: flex;
align-items: center;
 background-color: transparent;
  color: #141414;
  font-family: 'font-1';
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 0px 10px;
}

.dropbtn i{
padding-left: 10px;
}



.newssrulad img{
width: 100%;
border-radius: 10px;
margin-bottom: 20px;
}





/* Dropdown button on hover*/
.dropbtn:hover {
  color: #E01723;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(238, 0, 0, 0.5);
  z-index: 1;
  margin-top: 40px;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
     display: block;
  text-align: center;
  width: 100%;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #E01723;
color: #fff;
border-radius: 5px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}




/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
 display: flex;
  bottom: 100px;
  max-width: 1200px;
  width: 50%;
  margin: auto;
justify-content: center;
transition: all 0.5s;
  
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 50px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #E01723;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}







.slaidimg{
display: flex;
width: 100%;
height: 580px;
background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(236, 14, 6, 0.3)),
                  url("../images/slaidi01.jpeg");
background-size: cover;
background-position: center;
}

.slaidimg2{
display: flex;
width: 100%;
height: 580px;
background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(236, 14, 6, 0.3)),
                  url("../images/slaidi02.jpeg");
background-size: cover;
background-position: center;
}


.slaidimg3{
display: flex;
width: 100%;
height: 580px;
background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(236, 14, 6, 0.3)),
                  url("../images/slaidi03.jpeg");
background-size: cover;
background-position: center;
}

.gadamrtveli{
display: flex;
justify-content: center;
width: 100%;
position: absolute;
bottom: 10px;
}


.fa-bars{
font-size: 30px;
}


/* slaideris dasasruli */


.aboutbody{
display: flex;
width: 100%;
height: auto;
background-color: #fff;
color: #141414;
padding: 20px 0px;
}

.news-1{
display: flex;
justify-content: space-between;
max-width: 1200px;
width: 100%;
height: 500px;
margin: auto;

}

.about-1{
display: block;
width: 550px;
height: 400px;
padding: 10px;
border: 1px solid #dadada;
border-radius: 10px;
overflow: hidden;
}

.about-2{
display: block;
width: 550px;
height: auto;
overflow: hidden;
}


.aboutsaxeli{
font-size: 30px;
padding: 10px 0px;
}
.about1title{
color: #E01723;
}

.about-1 p{
font-size: 16px;
line-height: 20px;
}


.aboutimg{
display: block;
width: 550px;
height: 300px;
border: 1px solid #dadada;
padding: 10px;
border-radius: 10px;
overflow: hidden;

}

.aboutimg img{
width: 100%;
height: 100%;
margin-top: 1px;
object-fit: cover;
border-radius: 10px;
}
.imgtxt{
margin-top: 20px;
line-height: 20px;
}

.aboutsrulad {
display: flex;
align-items: center;
color: #E01723;
margin: 10px 0px;
}

.sruladbtn{
display: flex;
align-items: center;
background-color: #E01723;
width: auto;
padding: 10px;
border-radius: 5px;
text-decoration: none;
color: #fff;
transition: all .5s;
}
.sruladbtn i{
padding-left: 10px;
}

.sruladbtn:hover i{
transform: rotate(-45deg);
transition: all 0.5s;
}


.siaxle1{
display: flex;
width: 100%;
background-color: #fff;
color: #141414;
height: auto;
}

.siaxle2{
display: inline-block;
max-width: 1200px;
width: 100%;
height: auto;
margin: 30px auto;
}

.siaxletitle{
display: flex;
justify-content: center;
font-size: 30px;

padding: 20px 0px;
}


.box1 {
  display: inline-block;
  width: 384px;
  height: 300px;
  background-color: #fbfbfb;
  margin: 15px 3px 15px 3px;
  overflow: hidden;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
 cursor: pointer;
}
.img-box{
  width: 100%;
  height: 240px;
  overflow: hidden; 
  position:relative;  
  background-color: #2B2D2F;  
}

.img-box img {
  width: 100%;
  height: 97%;
  object-fit: cover;
  transition:all 2s ease;
}
.bottom{
  width: 100%;
  height: 7px;
  background-color: #E01723;
  position: absolute;
  bottom: 0;
}
.img-box img:hover{
  transform: scale(1.1);
  
}
.img-box:hover .bottom{
  background-color: #e0172496;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.box1 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'font-1';
  font-size: 15px;
  padding-top: 10px;
  font-weight: 500;
  color: #141414;
 height: 59px;
 width: 100%;
padding: 0px 5px;
line-height: 20px;
}


.siteinfo{
display: flex;
width: 100%;
background-color: #080A42;
}

.info-1{
display: flex;
justify-content: space-between;
max-width: 1200px;
width: 100%;
height: auto;
color: #fff;
margin: auto;
padding: 100px 0px;
}

.info-2{
display: block;
text-align: center;
width: 210px;
height: 180px;
background-color: #1F1C4F;
color: #fff;
padding: 10px 0px;
overflow: hidden;
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
border-radius: 5px;
cursor: pointer;

}


.info-2:hover{
  transform:scale(1.1);    
  transition: all 1.1s ease;
}

.info-2 i{
font-size: 30px;
}

.ricxvi{
display: block;
font-size: 50px;
}




.newssrulad{
display: block;
width: 100%;
height: auto;
padding: 20px;

border-radius: 5px;
line-height: 23px;
}

.ssimg{
display: flex;
width: 100%;
height: 500px;
overflow: hidden;
}

.ssimg img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
border: none;
}

.sstext{
display: block;
width: 100%;
height: auto;
margin-top: 10px;
line-height: 22px;
}

.ss-title{
display: flex;
align-items: center;
width: 100%;
height: 50px;
background-color: #2B2D2F;
color: #fff;
border-radius: 5px;
margin-bottom: 10px;
padding: 0px 20px;
}




.proeqtebibg{
display: flex;
width: 100%;
height: auto;
background-color: #fff;
}

.proeqti{
display: block;
max-width: 1200px;
width: 100%;
height: auto;
margin: auto;
background-color: #fff;
padding: 50px 0px;
}


.proeqti-title{
display: flex;
justify-content: center;
font-size: 40px;
margin-bottom: 30px;
}





::selection{
  background: rgba(255, 0, 0, 0.993);
}
.wrapper{
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}
.wrapper .parent-tab,
.wrapper .child-tab{
  margin-bottom: 8px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}
.wrapper .parent-tab label,
.wrapper .child-tab label{
  background: #E01723;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
}
.wrapper .parent-tab label:hover{
  background: #1E1E1E;
}
.parent-tab input:checked ~ label,
.child-tab input:checked ~ label{
  border-radius: 3px 3px 0 0;
  background: #1E1E1E;
}
.wrapper label span{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 -1px 1px #E01723;
}
.wrapper .child-tab label span{
  font-size: 17px;
}
.parent-tab label .icon{
  position: relative;
  height: 30px;
  width: 30px;
  font-size: 15px;
  color: #E01723;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-shadow: 0 -1px 1px #E01723;
}
.wrapper .child-tab label .icon{
  height: 27px;
  width: 27px;
}
.parent-tab label .icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parent-tab input:checked ~ label .icon i:before,
.child-tab input:checked ~ label .icon i:before{
  content: '\f068';
}
.wrapper .parent-tab .content,
.wrapper .child-tab .sub-content{
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 3px 3px;
  transition: all 0.4s ease;
}
.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content{
  max-height: 100vh;
}
.tab-3 input:checked ~ .content{
  padding: 15px 20px;
}
.parent-tab .content p,
.child-tab .sub-content p{
  padding: 15px 20px;
  font-size: 16px;
 line-height: 20px;
}
.child-tab .sub-content p{
  font-size: 15px;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}

.contentimg1{
width: 100%;
height: 400px;
background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(236, 14, 6, 0.3)),
                  url("../images/k1.png");
background-size: cover;
background-position: center;
object-fit: cover;
}

.contentimg2{
width: 100%;
height: 400px;
background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(236, 14, 6, 0.3)),
                  url("../images/k2.jpg");
background-size: cover;
background-position: center;
object-fit: cover;
}


.contentimg3{
width: 100%;
height: 400px;
background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(236, 14, 6, 0.3)),
                  url("../images/slaid2.jpg");
background-size: cover;
background-position: center;
object-fit: cover;
}

.moxalisebg{
display: flex;
width: 100%;
height: 400px;
background-image: linear-gradient(rgba(24, 23, 23, 0.767), rgba(236, 14, 6, 0.3)),
                  url("../images/moxalisebg.avif");
background-size: cover;
background-position: center;
object-fit: cover;
background-attachment: fixed;
}

.moxalise-1{
display: block;
text-align: center;
max-width: 1200px;
width: 100%;
margin: auto;
color: #fff;

height: 100%;
}

.mtitle{
font-size: 40px;
margin-top: 50px;
}

.ptitle{
display: block;
width: 400px;
margin: auto;

font-size: 20px;
line-height: 25px;
margin-top: 30px;
}

.mbutton{
  display: flex;
justify-content: center;
align-items: center;
  background-color: #E01723;
  width: auto;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  transition: all .5s;
  margin-top: 40px;
  transition: all 0.5s;
  overflow: hidden;
}

.mbutton:hover{
background-color: #2B2D2F;
}


.partniorebibg{
display: flex;
width: 100%;
height: auto;
background-color: #fff;
}

.partniorebi{
display: block;
max-width: 1200px;
width: 100%;
height: auto;
margin: auto;
background-color: #fff;
}


.partniorititle{
font-size: 40px;
display: flex;
justify-content: center;
margin-top: 30px;
}

/* partniorebi  dasawyisi by abrama */


.wrapper-partniorebi {
  padding: 35px;
  position: relative;
  overflow-x: hidden;
  max-width: 1200px;
 
  background: #fff;
  border-radius: 13px;
}
.wrapper-partniorebi .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
}
.icon:first-child {
  left: 0;
  display: none;
  background: linear-gradient(90deg, #fff 70%, transparent);
}
.icon:last-child {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(-90deg, #fff 70%, transparent);
}
.icon i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.icon i:hover {
  background: #efedfb;
}
.icon:first-child i {
  margin-left: 15px;
} 
.icon:last-child i {
  margin-right: 15px;
} 
.wrapper-partniorebi .tabs-box {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.tabs-box.dragging {
  scroll-behavior: auto;
  cursor: grab;
}
.tabs-box .tab {
  cursor: pointer;
  font-size: 1.18rem;
  white-space: nowrap;
  background: #f5f4fd;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #d8d5f2;
 
 
}
.tabs-box .tab:hover{
  background: #fff;
}
.tabs-box.dragging .tab {
  user-select: none;
  pointer-events: none;
}
.tabs-box .tab.active{
  color: #fff;
  
  border-color: transparent;
}

.tab img{
width: 200px;
height: 100px;
object-fit: contain;
overflow: hidden;
}

.foonterbg{
display: block;
width: 100%;
height: auto;
background-color: #1E1E1E;
margin-top: auto;
}

.footr-2{
display: flex;
justify-content: space-between;
max-width: 1200px;
width: 100%;
height: auto;
margin: auto;
color: #fff;
padding: 30px 0px;
}

.vabblok{
display: block;
width: 250px;
height: auto;

position: relative;
padding: 10px;
line-height: 25px;

}

.vtitle{
display: flex;

margin-top: 10px;
margin-bottom: 20px;
}

.vabblok li{
list-style: none;

}

.vabblok li a{
text-decoration: none;
color: #fff;
font-size: 15px;
}

.footer3{
display: flex;
max-width: 1200px;
width: 100%;
margin: auto;
color: #fff;
border-top: 1px solid #dadada69;
padding: 20px 0px;
position: relative;
}

.footer3 li{
list-style: none;
padding: 0px 20px;
}

.footer3 li a{
text-decoration: none;
color: #fff;
}

.vabcopy{
position: absolute;
right: 0px;
color: #E01723;
cursor: pointer;
}


.mobmenu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.mobmenu-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.mobmenu a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.mobmenu a:hover, .mobmenu a:focus {
  color: #E01723;
}

.mobmenu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


.kontakti-title{
width: 100%;
display: flex;
justify-content: center;
font-size: 25px;
text-align: center;
cursor: pointer;
}

.ksection{
position: relative;
display: flex;
align-items: center;
width: 100%;
height: auto;
border: 1px solid #dadada;
padding: 20px;
border-radius: 5px;
font-size: 20px;
cursor: pointer;
margin: 15px 0px;
}

.ksection i{
position: absolute;
left: 10px;
}

.ksection span{
display: flex;
padding-left: 20px;
}






.gundititle{
display: flex;
width: 100%;
align-items: center;
height: auto;
padding: 20px;
background-color: #2B2D2F;
color: #fff;
font-size: 25px;
text-align: center;
justify-content: center;
border-radius: 5px;
overflow: hidden;
margin-bottom: 15px;
}



.flip-card {
display: inline-block;

  background-color: transparent;
  width: 360px;
  height: 300px;
perspective: 1000px; 
  margin: 5px 15px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  width: 360px;
}

.flip-card-back {
  background-image: linear-gradient(rgba(10, 10, 10, 0.50), rgba(15, 15, 15, 0.50)),
  url("../images/gundibg.jpg");
background-size: cover;
background-position: center;
  color: white;
  transform: rotateY(180deg);

}

.flip-card-front img{
width: 100%;
height: 100%;
  object-fit: cover;
}

.flip-cardtitle{
display: flex;
align-items: center;
justify-content: center;
background-color: #141414d8;
z-index: 1;
position: absolute;
width: 100%;
height: 50px;
bottom: 0px;
color: #fff;
font-size: 18px;
}

.flip-card-back h1{
margin-top: 20px;
}

.flip-card-back p{
margin-top: 20px;
font-size: 17px;
}



.aqtiuripost {
    display: flex;
    position: absolute;
    top: -10px;
    right: 15px;
    background-color: #f90212;
    z-index: 10;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
}


.servisibox {
  display: inline-block;
  width: 384px;
  height: 270px;
  background-color: #ffffff;
  margin: 5px 3px 5px 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
}
.servisiimg{
  width: 100%;
  height: 220px;
  overflow: hidden; 
  position:relative;  
  background-color: #2B2D2F;  
}

.servisiimg img {
  width: 100%;
  height: 96%;
  object-fit: cover;
  transition:all 2s ease;
}
.servisibottom{
  width: 100%;
  height: 7px;
  background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(15, 15, 15, 0.651)),
  url("../images/servisvab.svg");
background-size: cover;
background-position: center;
  position: absolute;
  bottom: 0;
}
.servisiimg img:hover{
  transform: scale(1.1);
  
}
.servisiimg:hover .servisibottom{
  background-image: linear-gradient(rgba(24, 23, 23, 0.5), rgba(15, 15, 15, 0.651)),
                  url("../images/servisvab.svg");
background-size: cover;
background-position: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  font-size: 12px;
  overflow: hidden;
}
.servisibox h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'font-1';
  height: 50px;
  font-size: 15px;
  
}

.dervisebitext{
display: block;
height: 100%;
width: 100%;
justify-content: center;
text-align: center;
margin-top: 20px;
padding: 0px 10px;
color: #fff;
font-size: 14px;
position: relative;
}


.sruladbtn2{
display: flex;
justify-content: center;
align-items: center;
width: 30%;
height: 40px;
background-color: #E01723;
border-radius: 5px;
padding: 10px;
text-decoration: none;
color: #fff;
margin: auto;
margin-top: 10px;
}


.sruladbtn2 i{
display: flex;
align-items: center;
padding: 0px 5px;
font-size: 18px;

}




.satestobtn{
background-color: #e40514;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin: 40px 0px;
}


.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 200;
}


.cookies-popup p{
font-size: 30px;
}

.cookies-popup p {
  margin: 0;
}

.cookies-popup a {
  color: #fff;
  text-decoration: underline;
}





.gundi{
display: flex;
width: 100%;
height: auto;

}

.vabteam{
background-color: #fff;
display: inline-block;
width: 31.08%;
height: 300px;
overflow: hidden;
position: relative;
box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
margin: 1% 1% 2% 1%;
cursor: pointer;
border-radius: 5px;
}

.vabteam:hover .teambg{
background-color: #1E1E1E;
}




.teambg{
width: 100%;
height: 120px;
background-color: #E01723;
color: #fff;
display: flex;
justify-content: center;
padding: 10px 0px;
transition: all 0.5s;
}


.teampoto{
width: 150px;
height: 150px;
background-color: #000000;
margin: auto;
margin-top: -80px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0px 0px 25px rgba(243, 3, 3, 0.649);
}

.teampoto img{
width: 100%;
height: 100%;
object-fit: cover;
}

.teaminfo{
display: flex;
justify-content: center;
text-align: center;
width: 100%;
height: auto;
padding: 7px;
align-items: center;
font-size: 14px;
line-height: 20px;
margin-top: 10px;
}


.shecdomabg{
display: block;
width: 90%;
height: auto;
margin: 50px auto;
border: 1px solid #dadada;
padding: 20px;
border-radius: 5px;
}

.shecdomatitle{
display: flex;
width: 100%;
justify-content: center;
background-color: red;
padding: 20px;
border-radius: 5px;
color: #fff;
font-family: 'font-1';
font-size: 18px;
}

.shecdomainfo{
display: flex;
width: 100%;
margin: 30px 0px;
justify-content: center;
}