* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

header {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 99;
  border-bottom: 8px solid #b94b4a;
}

header h3 {
  color: rgb(124, 107, 106);
}
.red {
  color: rgb(185, 75, 74);
}

.header {
  width: 75%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header li {
  list-style: none;
}

header a {
  text-decoration: none;
  color: rgb(0 0 0);
  font-weight: 200;
  padding: 10px;
}

.ikonat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60px;
}

.ikonat svg {
  width: 20px;
  height: 20px;
}

/* mbaron headeri  */

.container {
  width: 75%;
  margin: 20px auto;
  border-radius: 20px;
  border: 4px solid rgb(185, 75, 74);
  border-top: 20px solid rgb(185, 75, 74);
  border-bottom: 20px solid rgb(185, 75, 74);
}

 

/*  */

.fotot {
  display: flex;
  justify-content: center;
  border-bottom: 5px solid rgb(185, 75, 74);
  padding: 10px;
}

.majt img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 550px;
  height: 60vw;
  max-height: 550px;
  object-fit: cover;
  border-radius: 15px;
}

.majt {
  width: 60%;
}

.djathtas {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 30%;
  padding: 10px;
  align-content: flex-start;
}

button {
  width: 5vw;
  height: 5vw;
  margin: 5px;
  border: none;
  border-radius: 15px;
}

.djathtas img {
  width: 5vw;
  height: 5vw;
  border-radius: 15px;
  object-fit: cover;
}

@media only screen and (max-width: 950px) {
  .fotot {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .majt {
    width: 100%;
  }

  .djathtas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;

    align-content: flex-start;
  }

  .majt img {
    display: block;
    margin: auto;
    width: 100%;
  }
}

h2 {
  text-align: center;
  margin: 10px auto;
  border-bottom: 2.5px solid rgb(185, 75, 74);
  width: 60%;
}



@media only screen and (min-width: 750px) {
.flex {
  display: flex;
  border-bottom: 2.5px solid rgb(185, 75, 74);
  width: 90%;
  margin: auto;
}

p {
  width: 50%;
  padding: 30px;
}
}
 

@media only screen and (max-width: 750px) {
.flex {
  border-bottom: 2.5px solid rgb(185, 75, 74);
  width: 90%;
  margin: auto;
}
 
p {
  width: 100%;
  padding: 30px;
 text-align: justify;
}

}

.unsegt{
  width: unset;
}

.nukduhet_hapsire   {
 width: unset;
}

.svg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg svg {
  width: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}

a:hover svg{
  transform: scale(1.1);
}

a:active svg{
  transform: scale(1.1);
}
button:active{ 
  transform: scale(0.8);
transition: all 0.1s;
}