@import url("../common.css");

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
}
#main img {
  height: 400px;
  width: 100%;
}

#cover-img {
  height: 300px;
  object-fit: cover;
  object-position: 10% 10%;
}

@media (min-width: 748px) {
  #cover-img {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  #cover-img {
    height: 600px;
  }
}

#main {
  text-align: center;
}
#other {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
}

#photo img {
  height: 200px;
  margin-top: 50px;
}

.jer {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.jer p {
  font-size: 20px;
  font-style: italic;
}

.jer img {
  height: 250px;
  width: 300px;
  border-radius: 12px;
}

#katar1 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}

#katar2 {
  display: flex;
  justify-content: space-between;
}

html {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

#footer {
  font-size: 18px;
  margin-top: 16px;
}

@media only screen and (max-width: 600px) {
  #katar1 {
    flex-direction: column;
    align-items: center;
  }
  #katar2 {
    flex-direction: column;
    align-items: center;
  }
  #footer {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

.testimonials {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 0 20px 20px 0;
  display: flex;
  align-items: center;
  border: none !important;
}

.testimonials > img {
  border: none !important;
}
.testimonials {
  width: full;
  display: flex;
  justify-content: center;
}

#links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}

#links a {
  text-decoration: none;
  color: black;
}

#Narynqol {
  border-radius: 1000px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: blueviolet;
  color: white;
  margin-top: -25px;
  padding-left: 4px;
}

#links button {
  height: 50px;
  border: none;
}
#logo-image {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

@media (min-width: 1024px) {
  #links {
    font-size: 30px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  #links {
    font-size: 25px;
    justify-content: space-around;
  }
  #Narynqol {
    width: 120px;
    height: 120px;
    margin-top: -50px;
  }
}
