@import url("https://fonts.cdnfonts.com/css/amertha-2");

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #f75100;
  text-decoration: none;
}

a:hover {
  color: #8577fb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

article {
  color: #000000;
}

article h1,
h2,
h3 {
  font-size: 25px;
  color: #000000;
}

.hr_main {
  color: #fff;
}

.text-center {
  text-align: center;
}

.to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 50px;
  z-index: 996;
  background: #203868;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border-color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.to-top:hover {
  background: #190c63;
  color: #fff;
}

.to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #203868;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #190c63;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #203868;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #252b66;
  padding: 20px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

.logo-area img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  border-color: #fff;
}

.navbar .getstarted:before,
.navbar li:hover > .getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul li:hover {
  background-color: #788efe;
}

.navbar ul .social-media-mobile {
  display: none;
}

.navbar ul .cikis-mobile {
  display: none;
}

.navbar .dropdown ul a:hover {
  color: #fff;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #2c4964;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.nav-right-area a {
  color: #fff;
  font-size: 14px;
  padding: 8px 8px;
}

.nav-right-area a:first-child {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  background-color: #4200f775;
  border-radius: 4px;
}

.nav-right-area a:nth-child(2) {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  background-color: #f708008c;
  border-radius: 4px;
}

.nav-right-area a:nth-child(3) {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  background-color: #f75200a6;
  border-radius: 4px;
}

.nav-right-area a:nth-child(4) {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  background-color: #0db846a6;
  border-radius: 4px;
}

#header .nav-right-area a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

#header .social-links a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  right: 20px;
  top: 30px;
  z-index: 9999999999;
}

.middle-area {
  display: none;
}

@media (max-width: 991px) {
  .navbar ul .social-media-mobile {
    display: block;
  }

  .navbar ul .cikis-mobile {
    display: block;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #header .social-links {
    display: none;
  }

  .nav-right-area {
    display: none;
  }

  .middle-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .middle-area a {
    color: #fff;
    font-size: 14px;
  }

  .ust-alan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .mobil-yd {
    background-color: #fff;
    color: #f75100 !important;
    padding: 4px 12px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
  }

  .hr_main {
    display: none;
  }

  .logo-area img {
    max-height: 50px;
    padding-left: 20px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.925);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  top: 15px;
  right: 15px;
}

.navbar-mobile ul .social-media-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.navbar-mobile ul .social-media-mobile a i {
  font-size: 20px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 50px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile .active:focus,
.navbar-mobile li:hover > a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 20px;
  max-width: 250px;
}

.navbar-mobile .dropdown ul li:hover {
  background-color: #788efe;
  border-radius: 5px;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
  float: left;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding: 0;
  margin: 0;
}

#hero img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#mobile_bg {
  min-height: 100vh;
}

.home-slider [class^="swiper-button-"]::after {
  font-size: 30px;
  color: #fff;
}

.search-area-home-desktop {
  position: absolute;
  width: 65%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 70%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 4px solid #767c9a;
  border-radius: 50px;
  background-color: #fff;
  padding: 5px;
}

.home-select {
  width: 160%;
  font-size: 14px;
  border-radius: 30px;
  border-color: transparent;
}

.home-input {
  width: 100%;
  background-color: #fff;
  padding: 5px 10px;
  border-color: transparent;
  color: #424242;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
}

.home-input::placeholder {
  color: #424242;
}

.search-area-home-mobile {
  display: none;
}

@media screen and (max-width: 1775px) {
  .home-search-button {
    padding: 9px 20px;
  }
}

@media screen and (max-width: 991px) {
  .search-area-home-desktop {
    top: 80%;
  }
}

@media screen and (max-width: 768px) {
  .home-slider {
    display: none;
  }

  .search-area-home-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-image: url(../img/breadcrumps/anasayfa_mobil.webp);
    background-size: cover;
    background-position: center;
  }

  .search-mobile-box {
    border-radius: 50px;
    margin-top: 400px;
    margin-bottom: 10px;
  }

  .size {
    width: 65%;
  }

  .home-select-mobile {
    background: transparent;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-color: transparent;
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align-last: center;
  }

  .home-select-mobile option {
    background-color: #fff;
    color: #000;
  }

  .home-input-mobile {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
  }

  .home-input-mobile::placeholder {
    text-align: center;
    color: #fff;
    padding: 5px 15px;
  }
}

@media (max-width: 575px), (max-height: 600px) {
  #hero {
    height: auto;
  }
}

.home-intro {
  position: relative;
  margin-top: -150px;
  z-index: 1 !important;
}

.home-intro-slider1 {
  display: none;
}

.home-intro-slider {
  display: none;
}

@media screen and (max-width: 1536px) {
  .home-intro {
    margin-top: -110px;
  }
}

@media screen and (max-width: 1280px) {
  .home-intro {
    margin-top: -90px;
  }
}

@media screen and (max-width: 1200px) {
  .home-intro {
    display: none;
  }

  .home-intro-slider1 {
    display: block;
    position: relative;
    z-index: 1 !important;
    margin-top: -90px;
  }

  .home-intro-text-slider1 .home-baslik-slider1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
  }

  .home-intro-slider1 .home-intro-content {
    position: relative;
    margin-bottom: 15px;
  }

  .home-intro-slider1 .ivy {
    background-image: url(../img/home/dreambig_ivy.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider1 .bestuni {
    background-image: url(../img/home/dreambig_universite_kabulu.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider1 .tu {
    background-image: url(../img/home/dreambig_tu9_oxford_cambridge_kabulu.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider1 .worlduni {
    background-image: url(../img/home/dreambig_en_iyi_universiteler.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider1 .anlasmali {
    background-image: url(../img/home/dreambig_anlasmali_universite.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider1 .burs {
    background-image: url(../img/home/dreambig_uluslararasi_burs.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-text-slider1 .home-baslik {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
  }

  .home-intro-text-slider1 {
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
  }

  .home-intro-text-slider1:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
  }

  .home-intro-text-slider1 .text-cont-home {
    padding-top: 200px;
    margin-left: 25px;
  }

  .home-intro-text-slider1 .home-yazi {
    margin-top: 400px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1192px) {
  .home-intro-slider1 {
    margin-top: -70px;
  }
}

@media screen and (max-width: 1024px) {
  .home-intro-slider1 {
    margin-top: -50px;
  }
}

@media (max-width: 992px) {
  .home-intro {
    display: none;
  }

  .home-intro-slider1 {
    display: none;
  }

  .home-intro-slider {
    display: block;
    position: relative;
    z-index: 1 !important;
    margin-top: 10px;
  }

  .home-intro-slider .home-intro-content {
    position: relative;
    margin-bottom: 15px;
  }

  .home-intro-slider .ivy {
    background-image: url(../img/home/dreambig_ivy.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider .bestuni {
    background-image: url(../img/home/dreambig_universite_kabulu.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider .tu {
    background-image: url(../img/home/dreambig_tu9_oxford_cambridge_kabulu.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider .worlduni {
    background-image: url(../img/home/dreambig_en_iyi_universiteler.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider .anlasmali {
    background-image: url(../img/home/dreambig_anlasmali_universite.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-slider .burs {
    background-image: url(../img/home/dreambig_uluslararasi_burs.webp);
    background-size: cover;
    min-height: 370px;
  }

  .home-intro-text-slider .home-baslik {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
  }

  .home-intro-text-slider {
    margin-bottom: 15px;
  }

  .home-intro-text-slider .text-cont-home {
    padding-top: 200px;
    margin-left: 25px;
  }

  .home-intro-text-slider .home-yazi {
    margin-top: 400px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
  }
}

.home-intro-content {
  position: relative;
  margin-bottom: 15px;
}

.home-intro-text {
  transition: 0.3s ease-in-out;
}

.ivy {
  background-image: url(../img/home/dreambig_ivy.webp);
  background-size: cover;
  min-height: 370px;
}

.bestuni {
  background-image: url(../img/home/dreambig_universite_kabulu.webp);
  background-size: cover;
  min-height: 370px;
}

.tu {
  background-image: url(../img/home/dreambig_tu9_oxford_cambridge_kabulu.webp);
  background-size: cover;
  min-height: 370px;
}

.worlduni {
  background-image: url(../img/home/dreambig_en_iyi_universiteler.webp);
  background-size: cover;
  min-height: 370px;
}

.anlasmali {
  background-image: url(../img/home/dreambig_anlasmali_universite.webp);
  background-size: cover;
  min-height: 370px;
}

.burs {
  background-image: url(../img/home/dreambig_uluslararasi_burs.webp);
  background-size: cover;
  min-height: 370px;
}

.home-intro-text:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.home-intro-text .home-baslik {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}

.home-intro-text {
  margin-bottom: 15px;
}

.text-cont-home {
  padding-top: 200px;
  margin-left: 25px;
}

.home-intro-text .home-yazi {
  margin-top: 400px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 40px 0;
  background-image: url(../img/home/about-bg.webp);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.about .db-baslik {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  text-align: center;
}

.about h1 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-top: -20px;
}

.lead {
  font-weight: 500;
  font-size: 18px;
  color: #3f3e3e;
  text-align: center;
}

.hand-write p {
  font-family: "Amertha", sans-serif;
  font-size: 42px;
  color: #203868;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #203868;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #203868 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #203868 0%, #7b27d8 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# KVKK
--------------------------------------------------------------*/
.kvkk {
  padding: 40px 0;
  color: #000000;
}

.kvkk .kvkk-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.kvkk li {
  font-weight: 500;
  font-size: 14px;
  margin-left: 25px;
  color: #727272;
}

.kvkk h4 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.kvkk h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.kvkk h5 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}

.kvkk p {
  font-weight: 500;
  font-size: 14px;
  color: #727272;
}

/******home-uni-area*******/

.home-uni-area {
  background-image: url(../img/home/uni-area-back.webp);
  background-size: contain;
  background-position: top left;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .home-uni-area {
    background-image: none;
  }
}

.home-uni-area .light {
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.home-uni-area .dark {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  margin-top: -20px;
}

.home-uni-area .hand {
  color: #000;
  font-family: "Amertha", sans-serif;
  font-size: 35px;
  color: #252b66;
  margin-top: -15px;
}

.uni-home-filter {
  margin-top: 12%;
}

.uni-home-filter a {
  font-size: 14px;
  margin: 0px 10px;
}

@media screen and (max-width: 400px) {
  .uni-home-filter {
    text-align: center;
  }

  .uni-home-filter a {
    font-size: 12px;
    margin: 0px 10px;
  }
}

.active_filter {
  background-color: #203868;
  padding: 12px 14px;
  border-radius: 30px;
  color: #fff;
}

.uni-card {
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  /* width: 370px;
  height: 516px; */
  position: relative;
}

.uni-card-img {
  position: relative;
  max-height: 300px;
}

.badge-card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 5px;
  top: 10px;
  left: 10px;
}

.uni-card-popbadge {
    background-color: #e73131;
    color: #fff;
    font-size: 10px;
    padding: 2px 15px 2px 15px;
    margin-top: 25px;
    position: absolute;
    margin-left: 15px;
}

.uni-card-popbadge-red {
  background-color: #e73131;
  color: #fff;
  font-size: 10px;
  padding: 2px 15px 2px 15px;
}
.uni-card-popbadge-yel {
  background-color: #ff9c00;
  color: #fff;
  font-size: 10px;
  padding: 2px 15px 2px 15px;
}

.uni-inside {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  top: 25px;
  left: 25px;
}

.uni-card-uninfo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 5px;
  bottom: -10px;
  right: 20px;
}

.uni-card-uninfo .uni-card-ucretsizbadge {
  background-color: #ff9c00;
  font-size: 10px;
  color: #fff;
  padding: 2px 15px 2px 15px;
}

.uni-card-uninfo .uni-card-bursbadge {
  background-color: #7f3b96;
  font-size: 10px;
  color: #fff;
  padding: 2px 15px 2px 15px;
}

.uni-card-modals {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 5px;
  bottom: 5px;
  left: 10px;
}

.uni-card .uni-like {
  color: #ffff;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.uni-card .second {
  color: red;
}

.uni-card .uni-like a {
  color: #ffff;
}

.uni-card .uni-like:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.uni-card .uni-combine {
  color: #ffff;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.uni-card .uni-combine a {
  color: #ffff;
}

.uni-card .uni-combine:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.uni-card .uni-basvuru {
  color: #ffff;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.uni-card .uni-basvuru a {
  color: #ffff;
}

.uni-card .uni-basvuru:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.uni-card .uni-ucretsiz {
  color: #ffff;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.uni-card .uni-ucretsiz a {
  color: #ffff;
}

.uni-card .uni-ucretsiz:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.uni-card .uni-card-logo img {
  position: absolute;
  right: 15px;
  width: 100px;
  height: 72px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 2;
}

.uni-card .uni-card-text {
  padding: 25px 20px 0px 20px;
  min-height: 300px;
}

.uni-card .uni-card-text .uni-card-puan {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uni-card .uni-card-text .uni-card-point {
  background-color: #00c932;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px 2px 10px;
  font-weight: 400;
}

.uni-card .uni-card-text .uni-card-point-text {
  color: #727272;
  font-size: 10px;
  font-weight: 400;
}

.uni-card .uni-card-text .uni-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-bottom: 7px;
}

.uni-card .uni-card-text .uni-card-location {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 7px;
}

.uni-card .uni-card-text .uni-card-info {
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}

.uni-card .uni-card-text .uni-card-info .uni-card-bilgi {
  font-size: 12px;
  font-weight: 700;
  color: #727272;
}

.uni-card .uni-card-view {
  background-color: #f9f9f9;
  padding: 10px 20px 10px 20px;
  text-align: center;
}
.uni-card .uni-card-view .uni-card-view-link{
  margin: 3px 0 3px 0;
}
.uni-card .uni-card-view .uni-card-view-link a {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 3px;
  background-image: radial-gradient( circle farthest-corner at 10% 20%, rgb(255, 75, 2) 0%, rgb(255, 75, 2) 100.2% );
  font-family: "Poppins", sans-serif;
}

/* Home Video area */

.home-video-area {
  padding: 40px 0;
  background-color: #fff;
}

.semi_title {
  font-size: 26px;
  color: #000;
  font-weight: 500;
}

.dark_title {
  font-size: 48px;
  color: #000;
  font-weight: 900;
  margin-top: -25px;
}

.light_title {
  margin-top: -20px;
  font-size: 18px;
  color: #7e7e7e;
  font-weight: 400;
  padding-bottom: 30px;
}

.video-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.video-detail {
  margin-bottom: 20px;
}

.video-detail .video_title {
  font-size: 16px;
  color: #727272;
  padding-top: 10px;
  font-weight: 700;
}

.video-detail .video_desc {
  font-size: 14px;
  color: #727272;
  margin-top: -10px;
}

/* Home Üni Bul Area */

.uni_bul_home {
  background-image: url(../img/home/uni_bul_bg.webp);
  background-size: cover;
  padding: 60px 0;
}

.home_uni_bul_semi {
  font-weight: 500;
  color: #000;
  font-size: 28px;
}

.home_uni_bul_dark {
  font-weight: 800;
  color: #000;
  font-size: 28px;
  margin-top: -20px;
}

.home_uni_bul_content {
  color: #575757;
  font-size: 16px;
  padding-bottom: 15px;
}

.uni_bul_home_btn a {
  background-color: #203868;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
}

.uni_bul_home_btn a:hover {
  background-color: #1e2252;
  color: #fff;
}

.home_bolumler {
  padding: 60px 0;
  background-image: url(../img/home/bolumler_bg.webp);
  background-size: cover;
}

.home_bolumler .home_bolum_title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.home_bolum_desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.bolum_slide img {
  width: 75px;
  height: 75px;
}

.home_bolum_slide_title {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

/* target the active bullet */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/* target all bullets */
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

/*basari hikayeleri*/
.home-basari {
  padding: 60px 0;
  background-image: url(../img/home/basari_bg.webp);
  background-size: cover;
}

.home-basari .basarili-kisi {
  color: #fff;
}

.basari-card {
  background-color: #243392;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.basari-card .basari-hikaye {
  padding: 40px;
  min-height: 415px;
}

.basari-card .basari-hikaye .basari-ust-alan {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
}

.basari-card .basari-ust-alan img {
  width: 25%;
  height: 25%;
  border-radius: 50%;
}

.basari-card .kisi-info .kisi-title {
  font-size: 16px;
  color: #fff;
}

.basari-card .kisi-info .kisi-subtitle {
  font-size: 14px;
  color: #fff;
}

.basari-card .kisi-info .kisi-puan {
  font-size: 12px;
  color: #fff;
  display: flex;
  gap: 5px;
}

.basari-card .kisi-info .kisi-puan .kisi-puan-yildiz {
  color: #ed9d0d;
}

.basari-card .basari-hikaye .basari-alt-alan {
  font-size: 12px;
}

.home-basari .basarili-kisi .basari-title {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-basari .basarili-kisi .basari-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Home Blog Area */
.home-blogs-area {
  padding: 80px 0;
}

.home-blog-title {
  font-size: 28px;
  color: #000;
}

.home-blog-subtitle {
  color: #727272;
}

.home-blog-titles {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.home-blog-titles a {
  color: #727272;
  border-bottom: 1px solid #727272;
}

.blogs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.blog-item {
  margin: 3px;
  -webkit-filter: brightness(70%);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.blogs .blog-item:hover {
  -webkit-filter: brightness(100%);
}

@media screen and (max-width: 991px) {
  .blog-item {
    margin: 3px;
    -webkit-filter: brightness(100%);
  }

  .blogs .blog-item:hover {
    filter: grayscale(25%);
  }
}

.blogs .blog-item .blog-item-text {
  position: relative;
}

.blogs .blog-item .blog-item-text .blog-item-title {
  position: absolute;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  bottom: -16px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.7287289915966386) 30%,
    rgba(255, 255, 255, 0) 85%
  );
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
}

/*footer area*/
.footer-area {
  padding: 60px 0px 0px 0px;
}

.footer-area .footer-white .footer-logo img {
  max-height: 80px;
}

.footer-area .footer-white .social-media {
  margin-top: 30px;
  margin-left: 18px;
}

.footer-area .footer-white .social-media .social-media-text {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}

.footer-area .footer-white .social-media .social-youtube-icon {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #ff0000;
}

.footer-area .footer-white .social-media .social-facebook-icon {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  background-color: #1877f2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.footer-area .footer-white .social-media .social-instagram-icon {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.footer-area .footer-white .social-media .social-linkedin-icon {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  background-color: #0a66c2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.footer-area .footer-white .office {
  margin-top: 35px;
}

.footer-area .footer-white .reach {
  margin-top: 35px;
}

.footer-area .footer-white .subscriber {
  margin-top: 35px;
}

.footer-area .footer-white .footer-title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.footer-area .footer-white .footer-subtitle {
  margin-top: 20px;
}

.footer-area .footer-white .footer-subtitle .red-arrow {
  color: #d80000;
  font-size: 10px;
}

.footer-area .footer-white .footer-subtitle a {
  font-size: 13px;
  color: #727272;
}

.footer-area .footer-white .footer-subtitle .footer-subtitle-text {
  font-size: 13px;
  color: #727272;
}

.footer-area .footer-white .subscriber .subscribe-eposta {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f1f1f1;
  border-radius: 25px;
  font-size: 14px;
  color: #727272;
  text-align: center;
}

.btn-abone-ol {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #d80000;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.btn-abone-ol:hover {
  background-color: #f10000;
  color: #fff;
}

.footer-area .footer-black {
  background-color: #000;
  color: #a0a0a0;
  margin-top: 60px;
}

.footer-area .footer-black .sube {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer-area .footer-black .sube .sube-title {
  font-size: 16px;
  font-weight: 600;
}

.footer-area .footer-black .sube a {
  color: #727272;
}

.footer-area .footer-black .sube a:hover {
  color: #fff;
}

.footer-area .footer-black .sube .sube-foto {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-area .footer-text {
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}

.footer-area .footer-text .footer-text-title-left {
  margin-top: 5px;
}

.footer-area .footer-text .footer-text-title-left a {
  color: #727272;
}

.footer-area .footer-text .footer-text-title-right {
  margin-top: 15px;
  text-align: right;
}

/*cookie popup style*/

.pop-container {
  position: relative;
  margin-top: 120px;
}

.pop-container button {
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 12%;
  right: 10%;
}

.pop-container a {
  color: #fff;
  position: absolute;
  bottom: 17%;
  right: 12%;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}

.pop-container a img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .pop-container a img {
    display: none;
  }

  .close_pop {
    width: 20px;
  }
}

@media screen and (max-width: 1536px) {
  .pop-container a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {
  .pop-container a {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .pop-container a {
    font-size: 9px;
  }
}

@media screen and (max-width: 992px) {
  .pop-container a {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .pop-container a {
    font-size: 7px;
  }

  .close_pop {
    width: 15px;
  }
}

.popping {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.719);
}

/*search modal style*/

.search-modal .modal-content {
  border-radius: 20px;
  border: 2px solid #767c9a;
}

.search-modal .modal-content .modal-title {
  color: #727272;
  font-weight: 600;
}

.search-modal .modal-header {
  border-bottom: none;
}

.search-modal .modal-body .btn-search {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*uni modal style*/

.uni-modal .modal-content {
  border-radius: 20px;
  border: 2px solid #767c9a;
}

.uni-modal .modal-content .modal-title {
  color: #727272;
  font-weight: 600;
  font-size: 20px;
}

.uni-modal .modal-header {
  border-bottom: none;
}

.uni-modal .modal-body h4 {
  color: #252b66;
  font-weight: 500;
  font-size: 16px;
  padding-left: 3px;
}

.uni-modal .modal-body p i {
  color: #f75100;
  font-weight: 500;
  font-size: 14px;
  padding-left: 3px;
}

.uni-modal .modal-body p {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  padding-left: 3px;
}

.uni-modal .modal-body p strong {
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  padding-left: 3px;
}

.uni-modal .modal-body .form-group input {
  background-color: transparent;
  border-color: transparent;
  color: #727272;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #767c9a;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.uni-modal .modal-body .form-group select {
  background-color: transparent;
  border-color: transparent;
  color: #727272;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #767c9a;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.uni-modal .modal-body .forgot-password {
  text-align: center;
  margin-top: 10px;
}

.uni-modal .modal-body .forgot-password a {
  color: #727272;
  font-size: 14px;
}

.uni-modal .modal-body .tus {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.uni-modal .modal-body .form-check {
  margin-top: 25px;
  margin-bottom: 10px;
}

.uni-modal .modal-body .form-check label {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}

.uni-modal .modal-body .form-check input {
  border: 1px solid #767c9a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.uni-modal .modal-body .btn-uni {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/*login modal style*/

/*login modal style*/

.login-modal .modal-content {
  border-radius: 20px;
  border: 2px solid #767c9a;
}

.login-modal .modal-content .modal-title {
  color: #727272;
  font-weight: 600;
}

.login-modal .modal-header {
  border-bottom: none;
}

.login-modal .modal-body .form-group .login-title {
  color: #727272;
  font-weight: 500;
  font-size: 14px;
  padding-left: 3px;
}

.login-modal .modal-body .form-group input {
  background-color: transparent;
  border-color: transparent;
  color: #727272;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #767c9a;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.login-modal .modal-body .form-group select {
  background-color: transparent;
  border-color: transparent;
  color: #727272;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #767c9a;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.login-modal .modal-body .forgot-password {
  text-align: center;
  margin-top: 10px;
}

.login-modal .modal-body .forgot-password a {
  color: #727272;
  font-size: 14px;
}

.login-modal .modal-body .tus {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login-modal .modal-body .text-other {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.login-modal .modal-body .text-other span {
  font-size: 12px;
  font-weight: 400;
}

.login-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.login-social-media .login-social-media-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.login-social-media .login-social-media-item i {
  font-size: 25px;
  color: #3b5998;
}

.login-social-media .login-social-media-item img {
  width: 25px;
}

.login-social-media .login-social-media-item:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.login-modal .modal-body .form-check {
  margin-top: 25px;
  margin-bottom: 10px;
}

.login-modal .modal-body .form-check label {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}

.login-modal .modal-body .form-check input {
  border: 1px solid #767c9a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.login-modal .modal-body .btn-login {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.login-modal .modal-body .btn-singup {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #767c9a;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/* Hakkımızda */

.hakkimizda-baslik {
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../img/hakkimizda/hakkimizda.png);
  background-size: cover;
  object-fit: cover;
  background-position: center;
  flex-direction: column;
}

.sayfa-baslik {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 170px;
}

.about-card {
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.about-card .about-card-title {
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-card .about-text {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .hakkimizda-baslik {
    min-height: 350px;
  }

  .sayfa-baslik {
    margin-top: 100px;
    font-size: 35px;
  }

  .about-card .about-card-title {
    font-size: 22px;
  }

  .about-card .about-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .hakkimizda-baslik {
    min-height: 250px;
  }

  .sayfa-baslik {
    margin-top: 70px;
    font-size: 22px;
  }
}

/*Contact*/
.contact-baslik {
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../img/iletisim/iletisim.png);
  background-size: cover;
  object-fit: cover;
  background-position: center;
  flex-direction: column;
  padding-bottom: 12px;
}

.contact-main {
  background-color: #f5f5f5;
}

.contact-form {
  padding: 30px 0px 0px 0px;
}

.contact-form .contact-title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

.contact-form .contact-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group .form-group-title {
  font-size: 14px;
  font-weight: 500;
  color: #727272;
}

.contact-form .form-group input {
  border-color: transparent;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-form .form-group textarea {
  border-color: transparent;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-form .form-group .btn-gonder {
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 0px 40px 0px 40px;
}

.contact-form .form-group .btn-gonder:hover {
  background-color: #1e2252;
  color: #fff;
}

.contact-address {
  padding: 60px 0px 60px 0px;
}

.contact-address .address {
  padding: 20px;
}

.contact-address .address .address-title {
  font-size: 25px;
  font-weight: 400;
  color: #000;
}

.contact-address .address .address-text {
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  min-height: 300px;
}

@media screen and (max-width: 991px) {
  .contact-baslik {
    min-height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .contact-baslik {
    min-height: 150px;
  }

  .contact-form .contact-title {
    font-size: 25px;
  }

  .contact-form .contact-subtitle {
    font-size: 16px;
  }
}

/*Yurt dışında üniversite bul*/
.find-abroad-baslik {
  width: 100%;
  min-height: 467px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/yurt-disinda-uni-bul/find-abroad.png);
  background-size: cover;
  object-fit: cover;
  background-position: center;
  padding-bottom: 30px;
}

.find-abroad-baslik .find-abroad-text {
  padding-left: 130px;
}

.find-abroad-baslik .find-abroad-text .find-abroad-title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 200px;
  text-transform: uppercase;
}

.find-abroad-baslik .find-abroad-text .find-abroad-subtitle {
  font-size: 19px;
  color: #ffffff;
}

.find-abroad-university {
  background-image: url(../img/home/uni-area-back.webp);
  background-size: contain;

  background-position: top left;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.find-abroad-university .find-abroad-university-title {
  font-size: 30px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .find-abroad-university {
    background-image: none;
  }
}

.find-abroad-university .find-abroad-university-subtitle {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: -25px;
}

.find-abroad-university .search-card-filter {
  display: none;
}

.find-abroad-university .uni-search-card {
  display: block;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #767c9a;
  background-color: #fff;
  margin-bottom: 20px;
  /*position: sticky;*/
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 680px;
  top: 220px;
}

.find-abroad-university .uni-search-card .form-group {
  margin-bottom: 10px;
}

.find-abroad-university .uni-search-card .form-group .btn-reset {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.find-abroad-university .uni-search-card .form-group .btn-reset:hover {
  background-color: #1e2252;
  color: #fff;
}

.find-abroad-university .uni-search-card .form-group input {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-color: transparent;
  color: #727272;
  text-align: left;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #767c9a;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.find-abroad-university .uni-search-card .form-group .form-select {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-color: transparent;
  color: #727272;
  text-align: left;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #767c9a;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.find-abroad-university .uni-search-card .search-text {
  font-size: 14px;
  color: #727272;
  margin-top: 10px;
  text-align: center;
}

.find-abroad-university .uni-search-card .btn-login {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.find-abroad-university .uni-search-card .btn-login:hover {
  background-color: #1e2252;
  color: #fff;
}

.find-abroad-university .uni-search-card .btn-singup {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #767c9a;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.find-abroad-university .uni-search-card .btn-singup:hover {
  background-color: #6b6f8e;
  color: #fff;
}

.find-abroad-university .find-uni-card {
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  position: relative;
}

.find-abroad-university .find-uni-card .find-uni-card-img {
  position: relative;
}

.find-abroad-university .find-uni-card .find-uni-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.find-abroad-university .find-uni-card .find-uni-card-logo {
  position: relative;
}

.find-abroad-university .find-uni-card .find-uni-card-logo img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.find-abroad-university .find-uni-card .find-uni-card-view {
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
}

.find-abroad-university
  .find-uni-card
  .find-uni-card-view
  .find-uni-card-view-link {
  font-size: 12px;
  font-weight: 500;
  color: #252b66;
}

#uni-search-card::-webkit-scrollbar-track {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#uni-search-card::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

#uni-search-card::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #767c9a;
}

@media screen and (max-width: 991px) {
  .find-abroad-baslik {
    min-height: 250px;
  }

  .find-abroad-baslik .find-abroad-text .find-abroad-title {
    font-size: 35px;
  }

  .find-abroad-baslik .find-abroad-text {
    padding-left: 50px;
  }

  .find-abroad-baslik .find-abroad-text .find-abroad-subtitle {
    font-size: 14px;
  }

  .find-abroad-university .search-card-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .find-abroad-university .search-card-filter .btn-filter {
    background-color: #203868;
    padding: 12px 14px;
    border-radius: 30px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
  }

  .find-abroad-university .uni-search-card {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .find-abroad-baslik {
    min-height: 150px;
  }

  .find-abroad-baslik .find-abroad-text .find-abroad-title {
    font-size: 25px;
  }

  .find-abroad-baslik .find-abroad-text {
    padding-left: 20px;
  }

  .find-abroad-baslik .find-abroad-text .find-abroad-subtitle {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding: 40px 0;
  background-image: url(../img/home/about-bg.webp);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.services .service-card {
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.services .service-card .service-text-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.services .service-card .service-text-title .title-1 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.services .service-card .service-text-title .title-2 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-style: italic;
}

.services .service-card .service-text-title .service-card-title {
  font-size: 20px;
  color: #000;
}

.services .service-card .service-text-title .service-card-title span {
  margin-top: 5px;
}

.services .service-card .service-text {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

/* yurt dışında üniversite */
.abroad-university {
  padding: 20px 0;
  background-image: url(../img/home/about-bg.webp);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.search-area-uni-country {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 4px solid #767c9a;
  border-radius: 50px;
  background-color: #fff;
  margin-bottom: 20px;
}

.country-select {
  width: 100%;
  font-size: 14px;
  border-radius: 30px;
  border-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}

.country-input {
  width: 100%;
  background-color: #fff;
  padding: 5px 10px;
  border-color: transparent;
  color: #727272;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
}

.country-input::placeholder {
  color: #424242;
}

.btn-abroad-uni {
  width: 500px;
  height: 43px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.abroad-university-title {
  font-size: 25px;
  color: #000;
  text-align: center;
}

.uni-ranking .uni-ranking-subtitle {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

#article1::-webkit-scrollbar-track {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#article1::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

#article1::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #767c9a;
}

#article2::-webkit-scrollbar-track {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#article2::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

#article2::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #767c9a;
}

.btn-read-more {
  width: 130px;
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

.university-rankings .university-rankings-subtitle {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.university-rankings .find-uni-card {
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  position: relative;
  min-height: 350px;
}

.university-rankings .find-uni-card .find-uni-card-logo {
  position: relative;
}

.university-rankings.find-uni-card .find-uni-card-logo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.university-rankings .find-uni-card .find-uni-text-area {
  padding: 10px;
  text-align: center;
  min-height: 250px;
}

.university-rankings .find-uni-card .find-uni-text-area h1 {
  font-size: 20px;
  color: #252b66;
  font-weight: 700;
}

.university-rankings .find-uni-card .find-uni-text-area h2 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  min-height: 30px;
  margin-top: -2px;
}

.university-rankings .find-uni-card .find-uni-text-area h3 {
  font-size: 14px;
  color: #252b66;
  font-weight: 600;
}

.university-rankings .find-uni-card .find-uni-card-view {
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.university-rankings
  .find-uni-card
  .find-uni-card-view
  .find-uni-card-view-link {
  font-size: 12px;
  font-weight: 500;
  color: #252b66;
}

.uni-price .uni-price-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.uni-country {
  margin-bottom: 20px;
}

.uni-country .uni-country-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.uni-country .country-card-title {
  position: absolute;
  bottom: -16px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.7287289915966386) 30%,
    rgba(255, 255, 255, 0) 85%
  );
  padding: 10px;
  text-align: center;
}

.uni-area {
  margin-top: 30px;
}

.uni-area .uni-area-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.uni-area .area-card-title {
  position: absolute;
  bottom: -20px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.7287289915966386) 30%,
    rgba(255, 255, 255, 0) 85%
  );
  padding: 10px;
  text-align: center;
}

.uni-city {
  margin-bottom: 20px;
  margin-top: 20px;
}

.uni-city .uni-city-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.city-card {
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  position: relative;
}

.city-card .city-card-img {
  position: relative;
}

.city-card .city-card-title {
  position: absolute;
  bottom: -16px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.7287289915966386) 30%,
    rgba(255, 255, 255, 0) 85%
  );
  padding: 10px;
}

.see-cities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.see-cities .btn-all-cities {
  background-color: #203868;
  padding: 12px 14px;
  border-radius: 30px;
  color: #fff;
  border: none;
  font-size: 14px;
}

.see-cities .btn-all-cities:hover {
  background-color: #1e2252;
  color: #fff;
}

.pop-uni {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pop-uni .pop-uni-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.fac-dep {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fac-dep .fac-dep-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.fac-dep .fac-dep-card {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  position: relative;
  padding: 20px;
  min-height: 170px;
}

.fac-dep .dep-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fac-dep .dep-icon img {
  width: 60px;
  height: 60px;
}

.fac-dep .fac-dep-card-title {
  font-size: 12px;
  color: #252b66;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.faq-area {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-area .faq-area-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #252b66;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #252b66;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #252b66;
  border: 1px solid #252b66;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #252b66;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 500px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  overflow: auto;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

@media screen and (max-width: 520px) {
  .btn-abroad-uni {
    font-size: 12px;
  }

  .country-select {
    font-size: 12px;
  }

  .country-input {
    font-size: 12px;
  }
}

@media screen and (max-width: 475px) {
  .search-area-uni-country {
    flex-direction: column;
    border: none;
  }

  .search-area-uni-country .country-select {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #767c9a;
    text-align: center;
    border-color: transparent;
    padding: 5px 15px;
    border: 4px solid #767c9a;
    border-radius: 10px;
    -webkit-appearance: none;
    margin-bottom: 10px;
    text-align-last: center;
  }

  .search-area-uni-country .country-input {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #767c9a;
    text-align: center;
    border-color: transparent;
    padding: 5px 15px;
    border: 4px solid #767c9a;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .search-area-uni-country .country-input::placeholder {
    color: #767c9a;
  }

  .btn-abroad-uni {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #252b66;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
  }
}

/*arama sonuçları*/
.btn-find-abroad {
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  background-color: #767c9a;
  padding: 12px;
}

.btn-find-abroad:hover {
  background-position: 30% 50%;
  background-color: #6b6f8e;
  color: #fff;
}

.find-abroad-baslik .find-abroad-text a {
  color: #fff;
}

.search-result {
  padding: 20px;
}

/*turkey universities*/
.pages {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages .pages-link {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  background-color: #252b66;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 5px 4px;
}

.pages .pages-link:hover {
  background-color: #1e2252;
  color: #fff;
}

.pages .pages-link a {
  color: #fff;
}

/*blog card*/
.blog-area {
  margin-top: 30px;
}

.blog-area .blogs-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-card {
  background-color: #fff;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  min-height: 500px;
}

.blog-card .blog-card-img {
  position: relative;
  max-height: 300px;
}

.blog-card .blog-card-text .blog-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #727272;
  font-size: 12px;
  font-weight: 400;
}

.blog-card .blog-card-text {
  padding: 25px 20px 25px 20px;
}

.blog-card .blog-card-text .blog-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-bottom: 7px;
  height: 100px;
}

.blog-card .blog-card-text .blog-card-details {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 7px;
}

.blog-card .blog-card-text .blog-card-details p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-card-view {
  padding: 20px 0;
}

.blog-card-view .blog-card-view-link {
  width: 120px;
  background-color: #203868;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
}

.blog-card-view .blog-card-view-link a {
  color: #fff;
}

/*genereal search*/
.search-result {
  margin-bottom: 20px;
}

.search-result .search-result-title {
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
}

.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: var(--labelOffset);
  --cardColor: #767c9ac4;
}

.olcards li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: white;
  color: var(--cardColor);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}

.olcards li .content {
  background-color: var(--cardColor);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
    var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowClipSize)) 0,
    100% 50%,
    calc(100% - var(--arrowClipSize)) 100%,
    calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
    0 calc(100% + var(--cardsGap))
  );
  position: relative;
}

.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}

.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}

.olcards li .content .title {
  grid-area: title;
  font-size: 1em;
  /* font-weight: 700; */
}

.olcards li .content .title a {
  color: #ffff;
}

.olcards li .content .text {
  grid-area: text;
}

/* universite sayfasi */
.breadcrump {
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../img/hakkimizda/hakkimizda.png);
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.breadcrump .breading-area {
  margin-top: 380px;
  padding-top: 30px;
}

.breading-area h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.breading-area p {
  color: #d6d6d6;
}

.breading-area p a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .breadcrump {
    min-height: 250px;
  }

  .breadcrump .breading-area {
    margin-top: 85px;
  }

  .breading-area h1 {
    font-size: 22px;
  }

  .breading-area p {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .breadcrump {
    min-height: 150px;
    background-image: none;
    background-color: #252b66;
  }
}

.university-main {
  background-color: #ffffff;
}

.university-main .modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.university-main .modal-body::-webkit-scrollbar {
  width: 4px;
}

.university-main .modal-body::-webkit-scrollbar-track {
  background: #ffffff;
}

.university-main .modal-body::-webkit-scrollbar-thumb {
  background: #203868;
}

.university-main .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #f75100;
}

.university-details {
  padding: 20px 0;
}

.uni-title {
  text-align: center;
  padding-bottom: 5px;
}

.uni-title h2 {
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.uni-intro-icon {
  background-color: #fff;
  text-align: center;
  padding: 8px 0;

  margin-bottom: 10px;
}

.uni-intro-icon img {
  width: 64px;
  height: 64px;
  padding: 10px;
}

.uni-intro-icon .uni_intro_title {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 600;
}

.uni-intro-icon .uni_intro_text {
  margin-top: -15px;
  font-size: 12px;
  font-weight: 700;
  color: #f75100;
}

.uni-intro-sticky {
  position: sticky;
  top: 10.5rem;
  z-index: 4;
  background-color: #fff;
  padding-top: 20px;
}

.uni-sticky-icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.uni-left-menu {
  /*position: sticky;*/
  max-height: 540px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -10px;
  background-color: #fff;
  margin-top: 20px;
  top: 14rem;
  box-shadow: rgba(60, 72, 238, 0.15) 0px 12px 20px 0px;
}

#uni-mobil-menu-sticky {
  position: sticky;
  top: 59px;
  z-index: 6;
  margin-top: -20px;
}

.uni-left-menu::-webkit-scrollbar {
  width: 4px;
}

.uni-left-menu::-webkit-scrollbar-track {
  background: #ffffff;
}

.uni-left-menu::-webkit-scrollbar-thumb {
  background: #f75100;
}

.uni-left-menu::-webkit-scrollbar-thumb:hover {
  background-color: #440707;
}

.uni-left-navigation {
  list-style: none;
  margin-top: -30px;
  padding: 0px 40px;
}

.uni-left-navigation li {
  padding: 0px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 300;
  font-size: 13px;
  line-height: 32px;
}

.uni-left-navigation li a {
  font-size: 13px;
  color: #203868;
  font-weight: 600;
}

.uni-left-iletisim {
  padding: 0px 40px;
}

.uni-left-iletisim h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #f75100;
  padding-bottom: 10px;
}

.uni-left-iletisim p {
  font-size: 12px;
  line-height: 13px;
}

.uni-left-iletisim p span {
  font-weight: 700;
  color: #203868;
}

.uni-left-tags {
  padding: 0px 40px;
}

.uni-left-tags h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #f75100;
  padding-bottom: 10px;
}

.uni-left-tags li {
  display: inline-block;
  list-style-type: none;
  padding: 4px 0;
  font-size: 12px;
  margin: 4px 0;
}

.uni-left-tags li a {
  padding: 4px 12px;
  margin: 5px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
}

.uni-left-social-media {
  padding: 8px 40px 40px;
}

.uni-left-social-media h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #f75100;
  padding-bottom: 10px;
}

.uni-left-social-media li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 4px;
}

.uni-detail-right {
  margin-top: 20px;
}

.uni-photos img {
  display: block;
  width: 100%;
}

.uni-siralamalar {
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
}

.uni-siralamalar h3 {
  color: #f75100;
  font-size: 24px;
  text-align: center;
}

.siralama-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  margin-bottom: 10px;
}

.siralama-box .siralama_num {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f75100;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  color: #ffff;
  font-weight: 500;
}

.siralama-box .siralama_text {
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
  text-align: center;
}

.uni-bilgi-alani {
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
}

.uni-bilgi-ust {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.uni-bilgi-ust p {
  font-size: 12px;
}

.uni-bilgi-alani p a {
  color: #f75100;
}

.uni-bilgi-alani-title h3 {
  color: #203868;
}

.uni-bilgi-alani-text {
  text-indent: 30px;
  text-align: justify;
}

.uni-bilgi-alani-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  flex-direction: row;
}

@media screen and (max-width: 367px) {
  .uni-bilgi-alani-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

.uni-bilgi-left-button .btn-bilgi {
  background-color: #203868;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
}

.uni-bilgi-left-button .btn-bilgi:hover {
  background-color: #190c63;
  color: #fff;
}

.uni-bilgi-right-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.uni-bilgi-right-button .uni-like {
  background-color: #203868;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.uni-bilgi-right-button .uni-combine {
  background-color: #203868;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.uni-bilgi-right-button .uni-basvuru {
  background-color: #203868;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.uni-bilgi-right-button .uni-ucretsiz {
  background-color: #203868;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.uni-bilgi-right-button .uni-like i {
  font-size: 20px;
}

.uni-bilgi-right-button a {
  font-size: 20px;
}

.uni-form-btn {
  margin-top: 10px;
  background-color: #203868;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
}

.uni-form-btn:hover {
  background-color: #f75100;
  color: #fff;
}

.uni-bolumler {
  padding: 20px;
}

.uni-bolumler h3 {
  font-weight: 500;
  color: #f75100;
}

.uni-bolumler .accordion button .accordion-title {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.uni-bolumler h4 {
  color: #203868;
}

.bolum-title {
  padding: 0;
}

.bolum-title a {
  display: block;
  color: #f75100;
  padding: 5px 12px;
  margin: 5px 0;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}

.bolum-title a i {
  float: right;
}

.bolum_detaylar {
  padding: 30px;
}

.bolum_detaylar h4 {
  font-size: 18px;
  color: #f75100;
}

.bolum_detaylar p {
  font-size: 12px;
}

.bolum_detaylar p i {
  color: #203868;
}

.accordion-header {
  border-bottom: 1px solid #ddd;
}

.uni-basvuru-tarihleri {
  padding: 0px 20px;
}

.uni-basvuru-tarihleri h3 {
  color: #f75100;
}

.uni-basvuru-box {
  background-color: #fafafa;
  box-shadow: 0px 0px 5px 0px #d8d6d6ee;
  margin-bottom: 10px;
  padding: 15px;
}

.uni-basvuru-box h4 {
  color: #203868;
  font-size: 20px;
  font-weight: 500;
}

.uni-basvuru-box p {
  font-size: 18px;
  color: #f75100;
  font-weight: 700;
}

.uni-kabul-kosullari {
  padding: 0px 20px;
  margin-top: 20px;
}

.uni-kabul-kosullari h3 {
  color: #f75100;
}

.uni-fiyatlar {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-fiyatlar h3 {
  color: #f75100;
}

.uni-ozel-burslar {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-ozel-burslar h3 {
  color: #f75100;
}

.uni-ozel-yasam-masraflari {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-ozel-yasam-masraflari h3 {
  color: #f75100;
}

.uni-kampus-hayati {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-kampus-hayati h3 {
  color: #f75100;
}

.uni-kampus-bilgileri {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-kampus-bilgileri h3 {
  color: #f75100;
}

.uni-spor-kulupleri {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-spor-kulupleri h3 {
  color: #f75100;
}

.uni-unlu-mezunlar {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-unlu-mezunlar h3 {
  color: #f75100;
}

.uni-oduller {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-oduller h3 {
  color: #f75100;
}

.uni-tanitim-filmi {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-tanitim-filmi h3 {
  color: #f75100;
}

.uni-konum {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-konum h3 {
  color: #f75100;
}

.uni-yorumlar {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-yorumlar h3 {
  color: #f75100;
}

.uni-iletisim-area {
  margin-top: 30px;
  padding: 0px 20px;
}

.uni-iletisim-area h3 {
  color: #f75100;
}

.uni-iletisim-area p {
  font-size: 14px;
}

.uni-iletisim-area span {
  font-weight: 600;
}

.uni-iletisim-area li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 4px;
}

.uni-iletisim-area {
  display: none;
}

@media screen and (max-width: 992px) {
  .uni-iletisim-area {
    display: block;
  }
}

.read-more-btn {
  margin-top: 10px;
  background-color: #203868;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
  border-color: transparent;
}

.read-more-btn:hover {
  background-color: #777;
  color: #fff;
}

.scroll_article::-webkit-scrollbar {
  width: 4px;
}

.scroll_article::-webkit-scrollbar-track {
  background: #ffffff;
}

.scroll_article::-webkit-scrollbar-thumb {
  background: #203868;
}

.scroll_article::-webkit-scrollbar-thumb:hover {
  background-color: #4b50de;
}

.yorum_form {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.yorum_form {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.yorum-btn-area {
  padding-top: 10px;
  text-align: right;
  margin-bottom: 20px;
}

.yorum-btn-area input:first-child {
  background-color: #fff;
  color: #203868;
  border: 1px solid #203868;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
}

.yorum-btn-area input:last-child {
  background-color: #203868;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
  border-color: transparent;
}

.uni-mobil-menu {
  background-color: #f75100;
  white-space: nowrap;
  overflow-x: scroll;
  z-index: 999999;
  padding: 20px 0;
  margin-bottom: 20px;
  width: 100%;
  display: none;
}

.uni-left-logo img {
  padding: 40px 0;
}

@media screen and (max-width: 992px) {
  .uni-intro-sticky {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
    margin-top: -180px;
  }

  .uni-left-menu {
    display: none;
  }

  #uni-mobil-menu-sticky {
    display: block;
  }

  .uni-mobil-menu {
    display: block;
  }

  .mobile_roww {
    margin-top: 30px;
  }
}

#uni-mobil-menu-sticky {
  position: sticky;
  top: 82px;
  z-index: 101;
}

.uni-mobil-menu a {
  font-size: 14px;
  padding: 0px 10px;
  color: #fff;
  font-weight: 300;
}

.uni-mobil-menu::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

.uni-mobil-menu::-webkit-scrollbar-track {
  background: #ffffff;
}

.uni-mobil-menu::-webkit-scrollbar-thumb {
  background: #203868;
}

.uni-mobil-menu::-webkit-scrollbar-thumb:hover {
  background-color: #4b50de;
}

.basvuru_uni {
  margin-top: 10px;
}

.btn-ulas {
  background-color: #203868;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
  border-color: transparent;
}

.btn-ulas:hover {
  background-color: #190c63;
  color: #fff;
}

/* TOOLTIP */

#tt {
  position: absolute;
  display: block;
  background-color: #f75100;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  border-radius: 10px;
  z-index: 99;
}

.navbar .flex-links {
  display: flex !important;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .navbar .flex-links {
    display: none !important;
  }
}

/*404 sayfasi*/

.notfound {
  position: relative;
  height: 200px;
  background-color: #252b66;
}

.not-found-content .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found-content .not-found-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.not-found-content .not-found-title h2 {
  font-size: 30px;
  color: #252b66;
  font-weight: 700;
  text-align: center;
}

.btn-back-home {
  background-color: #f75100;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
  border-color: transparent;
}

.btn-back-home:hover {
  background-color: #190c63;
  color: #fff;
}

.not-found-content .wrapper svg {
  width: 600px;
}

@media screen and (max-width: 991px) {
  .notfound {
    height: 100px;
  }
}

.cls-1 {
  fill: #ffc541;
}

.cls-2 {
  fill: #252b66;
}

.cls-3 {
  fill: #434fb9;
}

.cls-4 {
  fill: #f78d5e;
}

.cls-5 {
  fill: #fa976c;
}

.cls-6,
.cls-7,
.cls-8 {
  fill: #b65c32;
}

.cls-10,
.cls-6 {
  opacity: 0.6;
}

.cls-7 {
  opacity: 0.4;
}

.cls-9 {
  fill: #f4b73b;
}

.cls-11 {
  fill: #f9c358;
}

.cls-12 {
  fill: #9b462c;
}

.cls-13 {
  fill: #aa512e;
}

.cls-14 {
  fill: #7d6aa5;
}

/* animations */

.wheel {
  animation: wheel-rotate 6s ease infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes wheel-rotate {
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    transform: rotate(960deg);
  }
}

.clock-hand-1 {
  animation: clock-rotate 3s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

.clock-hand-2 {
  animation: clock-rotate 6s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

@keyframes clock-rotate {
  100% {
    transform: rotate(360deg);
  }
}

#box-top {
  animation: box-top-anim 2s linear infinite;
  transform-origin: right top;
  transform-box: fill-box;
}

@keyframes box-top-anim {
  50% {
    transform: rotate(-5deg);
  }
}

#umbrella {
  animation: umbrella-anim 6s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes umbrella-anim {
  25% {
    transform: translateY(10px) rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}

#cup {
  animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  transform-origin: top left;
  transform-box: fill-box;
}

@keyframes cup-rotate {
  50% {
    transform: rotate(-5deg);
  }
}

#pillow {
  animation: pillow-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes pillow-anim {
  25% {
    transform: rotate(10deg) translateY(5px);
  }
  75% {
    transform: rotate(-10deg);
  }
}

#stripe {
  animation: stripe-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes stripe-anim {
  25% {
    transform: translate(10px, 0) rotate(-10deg);
  }
  75% {
    transform: translateX(10px);
  }
}

#bike {
  animation: bike-anim 6s ease infinite;
}

@keyframes bike-anim {
  0% {
    transform: translateX(-1300px);
  }
  50% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateX(1300px);
  }
}

#rucksack {
  animation: ruck-anim 3s linear infinite;
  transform-origin: top;
  transform-box: fill-box;
}

@keyframes ruck-anim {
  50% {
    transform: rotate(5deg);
  }
}

.circle {
  animation: circle-anim ease infinite;
  transform-origin: center;
  transform-box: fill-box;
  perspective: 0px;
}

.circle.c1 {
  animation-duration: 2s;
}

.circle.c2 {
  animation-duration: 3s;
}

.circle.c3 {
  animation-duration: 1s;
}

.circle.c4 {
  animation-duration: 1s;
}

.circle.c5 {
  animation-duration: 2s;
}

.circle.c6 {
  animation-duration: 3s;
}

@keyframes circle-anim {
  50% {
    transform: scale(0.2) rotateX(360deg) rotateY(360deg);
  }
}

.four,
#ou {
  animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.four.a {
  transform-origin: bottom left;
  animation-duration: 3s;
  transform-box: fill-box;
}

.four.b {
  transform-origin: bottom right;
  animation-duration: 3s;
  transform-box: fill-box;
}

#ou {
  animation-duration: 6s;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes four-anim {
  50% {
    transform: scale(0.98);
  }
}

/* google login */

.active_yd {
  background-color: #fff;
  color: #f75100 !important;
  padding: 6px 12px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
}

.bottom-bar {
  position: fixed;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 99999999999;
  text-align: center;
}

.bottom-bar a:first-child {
  background-color: #f75100;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  margin-left: 10px;
}

.bottom-bar a:nth-child(2) {
  background: #262353;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  margin-left: 10px;
}

.bottom-bar a:last-child {
  background-color: #25d366;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .bottom-bar {
    bottom: 0;
  }

  .bottom-bar a:first-child {
    color: #fff;
    width: 33.3%;
    margin: 0;
    border-radius: 0px;
    padding: 10px 0;
  }

  .bottom-bar a:nth-child(2) {
    color: #fff;
    width: 33.3%;
    margin: 0;
    border-radius: 0px;
    padding: 10px 0;
  }

  .bottom-bar a:last-child {
    color: #fff;
    width: 33.3%;
    margin: 0;
    border-radius: 0px;
    padding: 10px 0;
  }
}

.border-button2 {
  background-color: #3362cc;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: -10px;
  font-weight: 500;
}

.border-button2:hover {
  background-color: #002d70;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: -10px;
  font-weight: 500;
}

.cities {
  width: 75%;
  border-radius: 3px;
  margin-top: 4px;
}

.cities a {
  display: block;
  width: 100%;
}

.cities a:hover {
  background-color: #e2e2e2;
}

.mobilyb {
  position: relative;
  top: 5px;
  text-align: center;
  margin: 0 auto;
}

.mobilyb a {
  background-color: darkorange;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
}

@media screen and (max-width: 388px) {
  .middle-area a {
    font-size: 10px;
  }

  .mobil-yd {
    font-size: 10px !important;
  }

  .bottom-bar a {
    font-size: 4px;
  }
}

.cs-card {
  position: relative;
  overflow: hidden;
}

.cs-card .card-title {
  font-size: 14px;
  font-weight: 600;
}

.btn-etkinlik {
  font-size: 12px;
}

.cs-card img,
.cs-card .btn {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.cs-card:hover img,
.cs-card:hover .btn {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.cs-card .card-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border: 0;
  border-radius: 0;
}

.sayfalama {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sayfalama a {
  text-align: center;
  background-color: #002d70;
  color: #fff;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  padding: 10px;
  margin: 5px 4px;
}

.sayfalama .aktif {
  background-color: #1e80dc;
}

.sayfalama a:hover {
  background-color: #001324;
  color: #fff;
}

.soru-sor-btn {
  background: linear-gradient(270deg, #1e80dc, #c61590);
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  margin: 4px 0;
}

.soru-sor-btn:hover {
  background: linear-gradient(270deg, #1262ad, #ee18ae);
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
}

.soru-sor-area {
  text-align: center;
  padding: 20px 0;
  margin-top: -12px;
}

.yorum {
  padding: 40px 0;
}

.yorum_form {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.yorum-btn-area {
  padding-top: 10px;
  text-align: right;
  margin-bottom: 20px;
}

.yorum-btn-area input:first-child {
  background: linear-gradient(270deg, #40576d, rgb(102, 102, 102));
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 4px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-color: transparent;
}

.yorum-btn-area input:last-child {
  background: #f75100;
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 4px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-color: transparent;
}

.yorum-btn-area input:last-child:hover {
  background: linear-gradient(270deg, #1262ad, #ee18ae);
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
}

.soru-box {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #f7f2f2;
}

.soru-box p {
  font-size: 14px;
  margin-top: -8px;
}

.soru-box span {
  font-weight: 700;
}

.reply {
  margin-top: -8px;
}

.soru-box a {
  margin-top: -10px;
  font-size: 11px;
  font-weight: 500;
}

.cevap-box {
  position: relative;
}

.cevap-box a {
  font-size: 12px;
  font-weight: 700;
  color: #044075;
  position: absolute;
  margin-top: -45px;
  margin-left: -20px;
}

.cevap-box p {
  font-size: 14px;
}

.hemen_yanitla {
  font-size: 10px;
  font-weight: 600;
  color: darkorange;
  margin-top: -40px;
  margin-left: -10px;
}

.cevap-box span {
  font-weight: 700;
  color: #053d92;
}

.cevap {
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 8px 0 4px;
  margin-bottom: 10px;
}

.tarih {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

.uyari {
  font-size: 14px;
  color: darkorange;
  font-weight: 600;
}

.uyari2 {
  font-size: 13px;
  color: #1e80dc;
  font-weight: 600;
}

.soru-area {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

.soru-area::-webkit-scrollbar {
  width: 4px;
}

.soru-area::-webkit-scrollbar-track {
  background: #e8e8e8;
}

.soru-area::-webkit-scrollbar-thumb {
  background: #f75100;
}

.soru-area::-webkit-scrollbar-thumb:hover {
  background-color: #4b50de;
}

.btn-cevap-remove {
  text-align: right;
}

.btn-cevap-remove a i {
  color: red;
}

#btnx {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #002d70;
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  padding: 10px;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  margin-bottom: 18px;
  border-color: transparent;
  display: none;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  #btnx {
    display: block;
  }
}

.list-group-item {
  cursor: pointer;
}

.ulke_bilgi_al_btn {
  background-color: #f75100;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}

.ulke_bilgi_al_btn:hover {
  background-color: #000;
}

.bread-form-area {
  margin-top: 180px;
  padding-top: 30px;
  background-color: #f75100b8;
  padding: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .bread-form-area {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .bread-form-area {
    margin-top: 20px;
    padding: 20px 10px;
  }
}

#bottom_nav {
  border: 0px solid rgb(58, 58, 58);
  text-align: center;
}

#bottom_nav .navi_list {
  text-align: left;
}

/* Style the tab */

.tab {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  background-color: #fff;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  text-align: center;
  border: none;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  padding: 4px 10px;
  transition: 0.3s;
  color: #252b66;
  opacity: 0.6;
  font-size: 14px;
  border-bottom: 3px solid #fff;
}

/* Change background color of buttons on hover */

.tab button:hover {
  border-bottom: 3px solid #252b66;
  opacity: 1;
}

/* Create an active/current tablink class */

.tab button.active {
  border-bottom: 3px solid #252b66;
  opacity: 1;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top: 40px;
  border-top: none;
  text-align: left;
}

.tabcontent li {
  line-height: 18px;
  list-style-type: disc;
  padding: 0;
  margin: -1px;
}

.tabcontent li a {
  color: #727272;
  font-size: 13px;
}

.tabcontent img {
  width: 300px;
  height: 225px;
}

.all-btn-uni {
  padding: 8px 16px;
  border-radius: 30px;
  background-color: #002d70;
  color: #fff;
  margin-top: 20px;
}

.all-btn-uni:hover {
  background-color: #f75100;
  color: #fff;
}

@media screen and (max-width: 387px) {
  .all-btn-uni {
    font-size: 10px;
  }
}

.exams {
  margin-bottom: 20px;
}

.exams .exams-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.exam-card {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  user-select: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.exam-card .exam-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffff;
  margin-top: 10px;
  text-align: center;
  background-color: #252b66;
  padding: 10px 20px;
  width: 100%;
}

.exam-card:hover {
  box-shadow: rgba(149, 157, 165, 0.6) 0 8px 24px;
  transform: translateY(-5px) scale(1.02);
}

.exam-card .exam-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.exam-card .exam-card-img img {
  width: 100px;
}

.sticky {
  position: sticky;
  top: 220px;
}

.reklam-yatay,
.reklam-dikey {
  cursor: pointer;
}
