.bg-title {
  background-color: #fbc412 !important;
  color: #219f94;
}
.word-color {
  color: #ddad0f;
}
.bg-button {
  background-color: #219f94;
}
.bg-nav {
  background-color: #09b3ad;
}
.bg-footer {
  background-color: #222;
  padding: 2rem;
  color: #fff;
  margin-top: 2rem;
  border-top: 8px solid #09b3ad;
}
.bg-word {
  background-color: #dddd;
}
.icon-hvr {
  margin-left: 3px;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  font-size: 21px;
  text-align: center;
  transition: 0.5s;
}
.icon-hvr:hover {
  color: #09b3ad;
}
.facebook {
  color: #3b5998;
}
.twitter {
  color: #55acee;
}
.instagram {
  color: #cd486b;
}
.youtube {
  color: red;
}
.telegram {
  color: #26a4e3;
}
.linkedin {
  color: #0072b1;
}
.tiktok {
  color: #fe2c55;
}
.max-h {
  max-height: 60px;
  object-fit: cover;
}
a {
  color: #09b3ad;
}
.check-font {
  font-size: 1.2rem;
  font-weight: 600;
}
.bg-videos {
  background-color: #f9f6ef;
}
.wp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.wp i {
  margin-top: 15px;
}
.button {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: 1.5px solid rgba(18, 70, 75, 0.491);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  transition: color 0.5s;
  display: inline-block;
  min-width: 200px;
}
.button:hover {
  color: #fff;
}

.btn-mavi {
  color: #000;
  font-weight: 700;
  order: 1;
  background-color: #c5e5e3;
}

.btn-trnc {
  color: #000;
  font-weight: 700;
  width: 300px;
  background-color: #c5e5e3;
}

.btn-krmz::after {
  background-color: #eb4d4b;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: blink;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-krmz {
  width: 300px;
  background-color: #eb4d4b;
  color: #fff;
  font-weight: 900;
  position: relative;
  /* transition:color .8s; */
}
.btn-krmz:hover {
  color: #000;
}

.nav-link {
  width: 350px;
  line-height: 30px;
  color: #000;
}
.icerik a {
  display: inline-block;
  position: relative;
}
.icerik a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #cd486b;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.icerik a:hover::after {
  width: 100%;
  left: 0;
}
.ln-3 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.icerik {
  padding-left: 15.5rem;
}
.icerik-baslik a {
  color: #cd486b;
}
.max-logo {
  max-height: 100px;
  object-fit: cover;
}
.bolum-img {
  max-width: 100%;
  height: auto;
}
.content-campuses p {
  font-size: 24px;
}
.accreditations {
  color: #fff;
  background-color: rgba(181, 174, 156, 0.82);
  text-align: center;
}
.accreditations div {
  border-radius: 0;
  display: inline-block;
  margin: 10px;
  text-align: center;
}
.line {
  border-top: 2px solid #09b3ad;
}
.overflow-scroll-y {
  overflow-y: scroll;
  overflow-x: hidden;
}
footer p {
  margin: 0;
  margin-bottom: 8px;
}
footer a:hover {
  opacity: 0.6;
}
.top-alert {
  background-color: #ffd504;
  padding: .5rem;
}
.top-alert-btn {
  background-color: #ffd504;
  color: #09b3ad;
  font-weight: 600;
  position: relative;
  border: 0;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 18px;
}
.top-alert-btn:hover {
  color: #eb4d4b;
}
.video{
  max-width: 100%;
  height: 700px;
}
.modal-title{
  color: #fff;
  font-size: 16px;
}
.modal-header{
  background-color: #09b3ad;
}
.bg-videos .video{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 343px) {
  .btn-krmz {
    min-width: 265px !important;
    max-height: 122px !important;
    order: 1;
  }
  .btn-mavi {
    min-width: 130px !important;
    min-height: 116px;
  }
  .btn-trnc {
    min-width: 265px !important;
    max-height: 122px !important;
  }
}
@media only screen and (max-width: 375px) {
  .button {
    min-width: 90px !important;
    max-width: 90px !important;
    font-size: 12px !important;
  }
  .btn-krmz {
    min-width: 290px !important;
    max-height: 122px !important;
  }
  .btn-mavi {
    min-width: 142px !important;
  }
  .btn-trnc {
    min-width: 290px !important;
    max-height: 122px !important;
  }
  /* .baslik {
    background-color: #ffc107 !important;
  }
  .baslik span {
    background-color: transparent !important;
  } */
  .nav-link {
    max-width: 300px !important;
    line-height: 30px;
  }
  .sosyal-medya {
    font-size: 12px;
  }
  .max-h {
    width: 130px;
  }
}
@media only screen and (max-width: 576px) {
  .fs-4 {
    font-size: 16px !important;
  }
  .content-campuses p {
    font-size: 16px;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .m-xs-0 {
    margin: 0;
  }
  .p-xs-0 {
    padding: 0;
  }
  .baslik {
    font-size: 1.4rem;
  }
  .check-font {
    font-size: 1rem;
    font-weight: 700;
  }
  .btn-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .button {
    min-width: 110px !important;
    max-width: 110px !important;
    font-size: 14px !important;
  }
  .me-xm-0 {
    margin-right: 0.5em !important;
    margin-bottom: 0.5em;
  }
  .btn-krmz {
    min-width: 330px !important;
    max-height: 122px;
  }

  .btn-trnc {
    min-width: 330px !important;
    max-height: 122px;
  }
  .bolum-img {
    width: 90px;
  }
  .icerik {
    padding-left: 6.5rem;
  }
  .icerik-baslik {
    font-size: 12px;
  }
  .tarih {
    font-size: 14px;
  }
  /* .col-lg-12 {
    padding: 0 !important;
  } */
  .float-xs-none {
    float: none !important;
  }
  .max-h {
    max-height: 50px;
    object-fit: cover;
  }
  .en-logo {
    text-align: left !important;
    float: left;
  }
  .sosyal-medya {
    float: right;
  }
  .list-group-item {
    padding: 0;
  }
  .py-xs-0 {
    padding: 5px 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ln-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .top-alert-btn {
    background-color: #ffd504;
    color: #09b3ad;
    font-weight: 600;
    position: relative;
    padding: 5px 10px;
    transition: 0.3s;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  .tabs {
    flex-direction: column;
  }
  .bolum-img {
    width: 90px;
  }
  .icerik {
    padding-left: 6.5rem;
  }
  .icerik-baslik {
    font-size: 12px;
  }
  .tarih {
    font-size: 14px;
  }
  /* .col-lg-12 {
    padding: 0 !important;
  } */
}
/* animasyon */
@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}
