*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  margin-left: 160px;
  font-size: 28px; 
  padding: 0px 10px;
}
.sidenav img{
  width: 160px;
  height: 151px;
  border-radius: 50%;
  margin-top: -8px;
  margin-bottom: 15px;
  margin-left: 40px;
}
.snip1211 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1211 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.5em;
  padding: 0;
}
.snip1211 a {
  padding: 0.4em 0;
  color: rgb(179, 53, 53);
  position: relative;
  text-decoration: none;
  margin: 1px;
  text-align: center;
}
.snip1211 a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-top: 3px solid #4b345e;
  border-bottom: 3px solid #0655a3;
}
.snip1211 a:hover,
.snip1211 .current a {
  color: #000000;
}
.snip1211 a:hover:before,
.snip1211 .current a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.upper{
  text-transform: uppercase;
}
.weight{
  font-weight: 600;
}
.sidenav a{
  color: black;
  font-size: 17px;
}
.center{
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px;
}
.marginLeft{
  margin-left: 22px;
  margin-bottom: 10px;
}
.fa{
  font-size: 25px;
}
.fa-facebook{
  color: rgb(255, 255, 255);
  background-color: rgb(29, 6, 129);
  padding-left: 5px;
  padding-right: 5px;
  padding: 4px;
  border-radius: 100%;
  padding: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
.fa-github{
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding-left: 5px;
  padding-right: 5px;
  padding: 4px;
  border-radius: 100%;
  font-size: 24px;
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.fa-mobile{
  color: rgb(255, 255, 255);
  background-color: rgb(16, 129, 6);
  padding-left: 5px;
  padding-right: 5px;
  padding: 4px;
  border-radius: 100%;
  padding: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
.padding{
  padding-bottom: 12px;
  padding-top: 2px; 
}
h4{
  font-weight: 900;
}
a{
  color: black;
  margin: 18px;
}
.container {
  width: 100%; 
  background-color: #ddd; 
  margin: 7px;
}
.skills {
  text-align: right;
  color: white;
  padding: 4px;
}
.html {width: 93%; background-color: #c5761d;} 
.css {width: 86%; background-color: #1988e4;} 
.Sass {width: 82%; background-color: #d849d1;} 
.Boostrap {width: 75%; background-color: #4f26c2;} 
.jQuery{width: 70%; background-color: #9c3bb4;} 
.js {width: 55%; background-color: #afad18;} 
.React {width: 20%; background-color: #449bb1;} 
.resume img{
  width: 217px;
  height: 166px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
  h1 {
    text-align: center;
    padding: 5px;
    color: #0c00c3;
    font-weight: 900;
}
.sidenav-menu{
  position: fixed;
  z-index: 1;
  text-align: center;
  background-color: #927894bb;
  padding: 9px;
  color: #ebeaff;
  font-weight: 900;
  font-size: 30px;
  width: 100%;
  -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
          box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.list-inline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-style{
  font-size: 20px;
  cursor: pointer;
  background: white;
  color: black;
  font-weight: 900;
  padding: 9px;
}
.menu-style:hover{
  font-size: 20px;
  cursor: pointer;
  background: rgb(218, 216, 216);
  color: rgb(255, 255, 255);
  font-weight: 900;
  padding: 9px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  outline: none;
  background-color: #c75a4b;
  border: 1px solid #621409;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: .9s ease;
  -o-transition: .9s ease;
  transition: .9s ease;
  -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
          box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
#myBtn:hover {
  background-color: #701b10;
  border: 1px solid #c9b5b5;
}
.icon-bar {
  position: fixed;
  top: 79%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 9px;
  margin: 0;
}
.icon-bar a:hover {
  background-color: rgb(18, 42, 179);
}
.fa{
  border-radius: 100%;
  padding: 5px;
  padding-left: 13px;
  padding-right: 12px;
}
.facebook {
  background-color: rgb(29, 6, 129);
  color: white;
}
.mobile {
  background-color: rgb(16, 155, 4);
    color: white;
  }
.github {
  background-color: rgb(0, 0, 0);
  color: white;
}
.google {
  background-color: rgb(206, 72, 38);
  color: rgb(255, 255, 255);
}
.content {
  margin-left: 75px;
  font-size: 9px;
}
.mySlides img{
  border:none;
}
.mySlides img:hover{
  border:none;
}
footer  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer ul li{
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  text-align: center;
}
footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
  background-color: #bbbfc2;
  padding: 5px;
}
footer ul a:hover {
  opacity:1;
}
.author{
  padding: 6px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.section-zero{
  background: url("../img/background/b.jpg") no-repeat center center;
  background-size: cover;
  background-color: #6c38cc;
}

.section-Two{
  background-color: #808080;
}
.card-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  justify-content: center;
  
  flex-wrap: wrap;
}
.wrapper{
  display: flex;
  flex-wrap: wrap;

}
.section-Two h1{
  padding: 12px;
  font-weight: 900;
  font-size: 21px;
  color: white;
  background: #707070;
}
.card {
  position: relative;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width:300px;
  border-radius: 5px;
  margin: 12px;
  background-color: white;
}
.card img{
  display: block;
  width:300px;
  height: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
img {
  border-radius: 50%;
  border-bottom: 10px solid rgba(146, 2, 33, 0.952);
}
img:hover{
  border-bottom: 5px ridge rgba(53, 24, 182, 0.6);
}
.containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px 16px;
  position: relative;
  
  width: 280px;
 
  height: 80px;
  background: white;
  border-radius: 75px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: lighter;
  -webkit-transition: 1s -webkit-box-shadow;
  transition: 1s -webkit-box-shadow;
  -o-transition: 1s box-shadow;
  transition: 1s box-shadow;
  transition: 1s box-shadow, 1s -webkit-box-shadow;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .9s ease;
  -o-transition: .9s ease;
  transition: .9s ease;
  background-color: #14054dd2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 3px solid white;
  cursor: pointer;
}
.card:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 900;
  padding: 18px;
  font-size: 36px;
  color: #ff6868;
  font-family: system-ui;
}
.text-slide{
  color: white;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 87%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 900;
  padding: 18px;
  font-size: 23px;
  background: #b3040470;
}
.section-three{
  background-color: #442020;
}
.section-three h2{
padding: 12px;
font-weight: 900;
font-size: 21px;
color: white;
background-color: #682e2e;
text-align: center;
}
.section-Two h2{
  padding: 12px;
  font-weight: 900;
  font-size: 21px;
  color: white;
  background-color: #585858b0;
  text-align: center;
  }
  .section-four{
  background-color: #3a1580;
}
.section-four h2{
  padding: 12px;
  font-weight: 900;
  font-size: 21px;
  color: white;
  background-color: #2c0770;
  text-align: center;
  }
  .section-five{
    background-color: #801569;
  }
  .section-five h2{
    padding: 12px;
    font-weight: 900;
    font-size: 21px;
    color: white;
    background-color: #63084f;
    text-align: center;
    }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  @media screen and (max-width: 450px) {
    .slider-width {
      width: 100%;
      height: 300px;
      margin-top: 65px;
      border-radius: 7px;
      -webkit-box-shadow: 1px 1px 1px 0px #242121;
      box-shadow: 1px 1px 1px 0px #242121;
  }
  .text-slide {
    color: white;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 79%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 900;
    padding: 18px;
    font-size: 19px;
    background: #b3040470;
}
  }
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
  .snip1211 {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
  }
 
  #anime{
    
    margin: 0 0.5rem;
  
  animation-duration : 8s;
  animation-iteration-count: infinite;
}

h4{
  margin-bottom: 10px;
}

.category-select-wrapper {
  margin-bottom: 20px; /* სივრცე სელექტის და კარტების შორის */
}

#categorySelect {
  width: 200px; /* სწორი ზომა */
  padding: 10px; /* სივრცე სელექტის შიგნით */
  font-size: 16px; /* ტექსტის ზომა */
  border-radius: 5px; /* გლუვი კუთხეები */
  border: 1px solid #ccc; /* საზღვარი */
  background-color: #f9f9f9; /* ფონდის ფერი */
  cursor: pointer;
}
#categorySelect{
  margin-left: 70%;
  margin-bottom: 50px;
}
#categorySelect:focus {
  outline: none; /* გამორთავს ფოკუსის ქარის */
  border-color: #007bff; /* ფოკუსის დროს საზღვრის ფერი */
}

/* სხვა სტილები */
.card-container01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  height: 420px;
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card .containers {
  padding: 15px;
}

.card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.card p {
  font-size: 16px;
}

.card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
}

.card:hover .overlay {
  display: flex;
}

.card .itemId {
  font-size: 14px;
  color: #888;
}
/* ახალი სტილები ჯსზე გადაწყობის შემდეგ შემატებული */


.testdiv{
  width: 300px;
  display: flex;
  padding-left: 20px;
  justify-content: space-around;
}
