@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

a {
  color: white;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

a:hover {
  color: black;
}

section {
  width: 90%;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  background: #c0d1d7;
  margin-top: 30px;
}

.inner-link {
  background-color: #d6e3e8;
  padding: 20px;
  transition: 0.1s ease-in;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  box-shadow: 8px 11px 1px 0px rgba(10, 10, 10, 10);
}

.inner-link:hover {
  background-color: transparent;
}

body {
  background: #c0d1d7;
}

#logoImg {
  font-size: 30px;
  font-family: fontAwesome;
}

.sub-head {
  font-size: 25 px;
  font-weight: bold;
}

.links-selection {
  margin-top: 30px;
}

.sub-sec {
  margin: 10px 0px;
}

@media screen and (max-width: 720px) {
  section {
    width: 100%;
  }
}

.logo2Img {
  width: 50px;
  margin-right: 250px;
  border-radius: 120px;
}

.treeDots {
  margin-right: 10px;
}

.linkText {
  font-size: 18px;
}

.contentBod a {
  margin-bottom: 2rem;
}

.contentBod {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .foto {
    width: 100%;
  }

  .yttfoto {
    width: 100% !important;
    height: auto !important;
  }
}

.ytlogo {
  width: 60px;
  height: 60px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background-color: white;
  cursor: pointer;
  z-index: 999;
  font-size: 28px;
  color: red;
}

.foto {
  border-radius: 15px;
  filter: blur(2px);
}

.popContent {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.yazi {
  padding: 10px 20px;
  background-color: #d6e3e8;
  border: none;
  border-radius: 6px;
}

#about-us {
  display: none;
  background: #d6e3e8;
  padding: 21px;
  border-radius: 10px;
  text-align: left;
  line-height: 30px;
}

.btnCont {
  text-align: left;
}

.beImg {
  width: 250px;
  border-radius: 20px;
}

.baslik {
  font-size: 30px;
}

.yttfoto {
  width: 720px;
  border-radius: 20px;
  height: 360px;
  object-fit: cover;
}
