.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

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

.img-responsive {
  max-width: 100%;
}

.text-primaryDark {
  color: #404b6b;
}

.border-radius-sm {
  border-radius: .2rem;
}

.border-radius-md {
  border-radius: .5rem;
}

.border-radius-lg {
  border-radius: .8rem;
}

.w-50 {
  max-width: 50%;
}

@media only screen and (max-width: 60em) {
  .w-50 {
    max-width: 90%;
  }
}

.bg-primary-light {
  background-color: #eff6ff;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:after, *:before {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 114rem;
  margin: 0 auto;
}

/* Header */
.mainHeader {
  background-color: #ffffff;
}

.mainHeader .main-navigation {
  position: absolute;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style-type: none;
  width: 70%;
}

.mainHeader .main-navigation li {
  z-index: 5;
  position: relative;
  margin-right: 3rem;
}

.mainHeader .main-navigation li a {
  text-decoration: none;
  color: #1a1a1a;
  transition: all .3s;
}

.mainHeader .main-navigation li a:hover {
  color: #FF5722;
}

.logo {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-around center;
  list-style-type: none;
  width: 80%;
}

.baslik {
  display: inline-flex;
  flex-flow: row wrap;
  width: 50%;
  color: #1a1a1a;
}

@media only screen and (max-width: 70rem) {
  .mobBas {
    display: inline-flex;
    flex-flow: row wrap;
    width: 100%;
    color: #1a1a1a;
  }
}

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

.login button {
  color: #ffffff;
  background-color: rgba(0, 60, 255, 0.6);
  border: none;
  padding: .8rem 3rem;
  border-radius: .2rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
}

.login button:hover {
  cursor: pointer;
  box-shadow: 0 0.8rem 10rem #000000ad;
}

.login button:focus {
  outline: none;
}

/* ## Header */
.akademiBox {
  width: 100%;
  min-height: 95vh;
  background-image: url(../img/uaa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: inherit;
}

.akademiBox__goLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  transition: all .3s;
}

.akademiBox__goLink a {
  color: #ffffff;
  text-decoration: none;
}

.akademiBox__goLink:hover {
  background-color: #ffffff;
}

.akademiBox__goLink:hover a {
  color: #003cff;
}

.bosBox {
  width: 100%;
  min-height: 90vh;
  background-image: url(../img/bosturkiye.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bosBox__goLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  transition: all .3s;
}

.bosBox__goLink a {
  color: #ffffff;
  text-decoration: none;
}

.bosBox__goLink:hover {
  background-color: #ffffff;
}

.bosBox__goLink:hover a {
  color: #003cff;
}

/* Custom CSS */
.owl-nav {
  float: right;
}

.owl-nav .owl-prev {
  margin-right: .5rem;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  font-size: 5rem !important;
}

.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus {
  outline: none;
}

/* ## Custom CSS */
/* Search Box */
.searchBox {
  width: 100%;
  min-height: 90vh;
  background-image: url(../img/1366-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.searchBox__goLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  transition: all .3s;
}

.searchBox__goLink a {
  color: #003cff;
  text-decoration: none;
}

.searchBox__goLink:hover {
  background-color: #ffffff;
}

.searchBox__goLink:hover a {
  color: #003cff;
}

.searchBox h1 {
  color: #ffffff;
  text-shadow: 0 .2rem 1rem #1d1d1d4a;
}

.searchBox__inputContainer {
  /* Responsive for tablet */
  /* ## Responsive for tablet */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: .2rem;
  min-width: 40%;
}

@media only screen and (max-width: 64em) {
  .searchBox__inputContainer {
    min-width: 90%;
  }
}

.searchBox__inputContainer .searchInput {
  flex: 1;
  padding: 2rem 3rem 2rem 3rem;
  border-radius: 30rem;
  border: none;
  transition: all .3s;
}

.searchBox__inputContainer .searchInput:hover {
  box-shadow: 0 1rem 5rem 0 #00000036;
}

.searchBox__inputContainer .searchInput:focus {
  outline: none;
}

.searchBox__inputContainer .searchInput:hover + .searchBtn {
  opacity: 1;
}

.searchBox__inputContainer .searchBtn {
  transition: all .3s;
  position: absolute;
  right: 5rem;
  background-color: inherit;
  border: none;
  color: green;
  opacity: .3;
}

.searchBox__button {
  padding: 1.4rem 2.4rem;
  background-color: #003cff;
  box-shadow: 0 0.4rem 0 0 #004bad;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: .2rem;
  font-size: 1.5rem;
  transition: all .3s;
  display: block;
}

.searchBox__button:focus {
  outline: none;
}

.searchBox__button:active {
  background-color: #0036e6;
  transform: translateY(6%);
  box-shadow: none !important;
}

.searchBox__button:hover {
  cursor: pointer;
}

/* ## Search Box */
/* Features */
.features {
  background-image: linear-gradient(to right, #404b6b, grey);
}

.features__cardsContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 64em) {
  .features__cardsContainer {
    justify-content: center;
  }
}

.features__cardsContainer .featuresCardItem {
  display: flex;
  flex: 0 0 calc((100% / 3) - 1rem);
  border-radius: .2rem;
  color: #ffffff;
  transition: all .3s;
}

@media only screen and (max-width: 64em) {
  .features__cardsContainer .featuresCardItem {
    flex: 0 0 calc((100% / 2) - 1rem);
  }
}

@media only screen and (max-width: 60em) {
  .features__cardsContainer .featuresCardItem {
    flex: 0 0 100%;
  }
}

.features__cardsContainer .featuresCardItem__icon {
  font-size: 4rem;
}

.features__cardsContainer .featuresCardItem__text p {
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  opacity: .4;
  font-weight: 300;
  line-height: 2.4rem;
}

.features__cardsContainer .featuresCardItem:hover {
  background-color: #ffffff0d;
}

/* ## Features */
/* Carousel */
.cardCarousel {
  position: relative;
}

.cardCarousel__overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 50%;
}

.cardCarousel__overlay button {
  color: #ffffff;
  background-color: #FF5722;
  border: none;
  padding: .8rem 3rem;
  border-radius: .2rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
}

.cardCarousel__overlay button:hover {
  cursor: pointer;
  box-shadow: 0 0.8rem 10rem #000000ad;
}

.cardCarousel__overlay button:focus {
  outline: none;
}

.cardCarousel:hover .cardCarousel__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* ## Carousel */
/* Deatils */
@media only screen and (max-width: 60em) {
  .details {
    padding: 0;
  }
}

.details .clipPathContainer {
  min-height: 90vh;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background-image: linear-gradient(to top, #ffffff, #ffffff94), url(../img/fixedbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 60em) {
  .details .clipPathContainer {
    clip-path: inherit;
  }
}

.details .clipPathContainer .detailsContainer {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.details .clipPathContainer .detailsContainer > svg {
  font-size: 5rem;
  color: #4ea786;
}

.details .clipPathContainer .detailsContainer h2 {
  color: #404b6b;
}

.details .clipPathContainer .detailsContainer__cards {
  min-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 64em) {
  .details .clipPathContainer .detailsContainer__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 60em) {
  .details .clipPathContainer .detailsContainer__cards {
    flex-wrap: wrap;
    padding: 1.3rem;
    justify-content: center;
  }
}

.details .clipPathContainer .detailsContainer__cards .detailsItem {
  transition: all .3s;
  filter: blur(0.1rem);
  flex: 0 0 calc((100% / 5) - 1rem);
  background-color: #ffffff;
}

@media only screen and (max-width: 64em) {
  .details .clipPathContainer .detailsContainer__cards .detailsItem {
    flex: 0 0 calc((100% / 3) - 1rem);
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 60em) {
  .details .clipPathContainer .detailsContainer__cards .detailsItem {
    margin-top: 1rem;
    margin-right: .5rem;
    flex: 0 0 calc((100% / 2) - 1rem);
  }
}

.details .clipPathContainer .detailsContainer__cards .detailsItem svg {
  color: #4ea786;
  font-size: 3rem;
}

.details .clipPathContainer .detailsContainer__cards .detailsItem:hover {
  filter: blur(0);
  box-shadow: 0 2rem 4rem 0 #c1f1df;
  cursor: pointer;
}

.details .clipPathContainer .detailsContainer p {
  line-height: 2.4rem;
}

/* ## Deatils */
/* New Deatils */
.newDetails {
  min-height: 100vh;
}

.newDetails__header p {
  line-height: 2.4rem;
  margin: 0 auto;
}

.newDetails__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 64em) {
  .newDetails__content {
    flex-wrap: wrap;
    justify-content: start center;
  }
}

.newDetails__content .newDetailsItem {
  transition: all .3s;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: start center;
  flex: 0 0 calc((100% / 3) - 1rem);
}

@media only screen and (max-width: 64em) {
  .newDetails__content .newDetailsItem {
    flex: 0 0 calc((100% / 2) - 1rem);
    margin-top: 1.5rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 60em) {
  .newDetails__content .newDetailsItem {
    flex: 0 0 100%;
    margin-top: 1.5rem;
  }
}

.newDetails__content .newDetailsItem__header {
  justify-content: start center;
  text-align: start;
  overflow: hidden;
  position: relative;
}

.newDetails__content .newDetailsItem__header img {
  display: block;
}

.newDetails__content .newDetailsItem__header .image_overlay {
  transition: all .3s;
  position: absolute;
  background-image: linear-gradient(to top, #003cff, transparent);
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.newDetails__content .newDetailsItem__header .image_overlay__span {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ff0048;
  font-weight: bold;
  color: #ffffff;
  transform: translateX(100%);
}

.newDetails__content .newDetailsItem__content {
  display: flex;
  flex-direction: column;
}

.newDetails__content .newDetailsItem__content .icons {
  display: flex;
  flex: 1;
}

.newDetails__content .newDetailsItem__content .icons__icon {
  background-color: #eff6ff;
  color: #404b6b;
  transition: all .3s;
}

.newDetails__content .newDetailsItem__content .icons__icon:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #ff0048;
}

.newDetails__content .newDetailsItem__content .icons__new {
  background-color: #eff6ff;
  text-transform: uppercase;
  font-weight: bold;
  color: #404b6b;
  transition: all .3s;
}

.newDetails__content .newDetailsItem__content .icons__new:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #ff0048;
}

.newDetails__content .newDetailsItem__content h3 {
  color: #404b6b;
}

.newDetails__content .newDetailsItem__content h4 {
  color: #abc5e6;
  font-weight: normal;
}

.newDetails__content .newDetailsItem__content .newDetailsList {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.newDetails__content .newDetailsItem__content .newDetailsList li {
  flex: 0 0 50%;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.newDetails__content .newDetailsItem__footer button {
  border-radius: .2rem;
  padding: 1rem 4rem;
  border: none;
  background-color: #003cff;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
}

.newDetails__content .newDetailsItem__footer button:focus {
  outline: none;
}

.newDetails__content .newDetailsItem__footer button:hover {
  cursor: pointer;
  background-color: #002499;
}

.newDetails__content .newDetailsItem:hover .image_overlay {
  transform: translateY(0);
}

.newDetails__content .newDetailsItem:hover .image_overlay__span {
  transform: translateX(0);
  opacity: 1;
}

.newDetails__content .newDetailsItem:hover {
  box-shadow: 0px 20px 62px 0px rgba(152, 152, 152, 0.2);
}
