@import "../fonts/stylesheet.css";
html {
  background: #eee;
}
body {
  background: white;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DaxTR", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.dropdown-item {
  color: #741d28 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.075);
}

.font-bold {
  font-family: "Dax Bold Tr", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.font-medium {
  font-family: "DaxTR", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font-regular {
  font-family: "DaxTR", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.main-carousel {
  margin-top: -135px;
  position: relative;
  z-index: 100;
}

.main-carousel p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 1em;
}
.main-carousel-bg {
  height: 850px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
header {
  position: relative;
  z-index: 101;
  padding: 2em;
}
.main-carousel-bg.bg-1 {
  background-image: url("../pictures/bg1.png");
}
.main-carousel-bg.bg-2 {
  background-image: url("../pictures/bg2.png");
}
.main-carousel-bg.bg-3 {
  background-image: url("../pictures/bg3.png");
}
.main-carousel-bg.bg-default {
  background-image: url("../pictures/bg-default.png");
}
.main-carousel-bg.bg-4 {
  background-image: url("../pictures/bg4.png");
}
.main-carousel-bg.bg-5 {
  background-image: url("../pictures/bg-5.png");
}
.main-carousel-bg.bg-6 {
  background-image: url("../pictures/tesis-big-banner.png");
}
.main-carousel-bg.bg-balkes {
  background-image: url("../pictures/bg-balkes.png");
}
.main-carousel-bg.bg-izmir {
  background-image: url("../pictures/bg-izmir.png");
}
.main-carousel-bg.bg-aydin {
  background-image: url("../pictures/bg-aydin.png");
}
header .nav-item a:not(.btn) {
  color: white;
  padding: 5px 9px !important;
  margin: 0 2px;
  transition: background 0.4s;
  border-radius: 30px;
  font-size: 17px;
  font-family: "DaxTR", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header .nav-item a:hover,
header .nav-item a.selected {
  background: white;
  color: #741d28;
}
.main-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  color: #e97e0a !important;
  border: 3px solid #e97e0a !important;
}

.img-carousel .owl-stage-outer {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
}
.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
}
.img-container {
  position: relative;
}

.main-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
}
.main-carousel.owl-theme .owl-nav {
  padding: 0 3.25em;
}
.img-container .img-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(22, 70, 56, 0.75);
  color: white;
  text-align: center;
  padding: 0.5em;
  font-size: 1.25em;
}
.numbers-container {
  background-image: url("../img/numbers-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .numbers-container .numbers-1 {
    margin-top: -20px;
  }
  .numbers-container .numbers-2 {
    margin-top: 10px;
  }
  .numbers-container .numbers-3 {
    margin-top: 60px;
  }
  .numbers-container .numbers-4 {
    margin-top: 50px;
  }
  .numbers-container .numbers-5 {
    margin-top: -10px;
  }
  .numbers-container .numbers-6 {
    margin-top: -70px;
  }
}

.values-container {
  background-image: url("../img/value-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax {
  background-image: url("../img/video-bg.png");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faaliyet-bg {
  background-image: url("../img/faaliyet-bg.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.surdur-bg {
  background-image: url("../img/surdur-bg.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.white-wave {
  background-image: url("../img/white-wave.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 197px;
}
.white-wave-reverse {
  background-image: url("../img/white-wave-reverse.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 197px;
}
.white-graident {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(189, 151, 36, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  z-index: 0;
}
.btn-opacity {
  opacity: 0.75;
  transition: opacity 0.4s;
}
.btn-opacity:hover {
  opacity: 1;
}

.navbar-toggler span {
  width: 28px;
  height: 4px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 3px;
}
.navbar-toggler span:nth-child(1) {
  width: 23px;
  margin-left: 5px;
}
.navbar-toggler span:nth-child(3) {
  width: 19px;
  margin-left: 9px;
}
.navbar-toggler.navbar-toggler2 span {
  background: #b0b0b0;
}
.navbar-toggler.navbar-toggler2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  transform-origin: center;
  width: 28px;
}
.navbar-toggler.navbar-toggler2 span:nth-child(2) {
  display: none;
}
.navbar-toggler.navbar-toggler2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  transform-origin: center;
  margin-top: -4px;
  width: 28px;
}
.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:visited {
  outline: none;
  box-shadow: none;
}
.footer-top {
  background-image: url("../img/footer-top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #c5d1cd;
}
.footer-top img {
}

.footer-bottom ul,
.footer-bottom li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.footer-bottom {
  background: #e6ecea;
}
.footer-bottom h4 {
  font-size: 16px;
  font-weight: 600;
}
.footer-bottom li a {
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
.footer-bottom .btn {
  border-radius: 0 30px 30px 0;
}
.footer-bottom .form-control {
  border-radius: 30px 0 0 30px;
}

.tesisler-container a {
  color: #333;
}
.tesisler-container a:hover {
  text-decoration: none;
}

.tesisler-container .badge {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  top: -3px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-right: 4px;
}

.tesisler-container small {
  color: #737373 !important;
  margin-left: 39px;
}
.equal-this-col {
  overflow: hidden;
  overflow-y: auto;
}

.tesis-kutu p {
  font-size: 14px;
}
.flat-carousel {
  background: #0b2e13;
}

.footer-top .col-auto a {
  text-decoration: none;
  color: #c5d1cd;
}

.phone-styles a {
  text-decoration: none;
  color: #1e1e1e;
}

.gromin-link {
  background: url("../img/gromin-logo-light.png") no-repeat;
  background-position: 4px -1px;
  position: relative;
  width: 75px;
  overflow: hidden;
  text-indent: -1000px;
  margin: auto !important;
  display: inline-block;
}

.gromin-link:hover {
  background: #fff url("../img/gromin-logo.png") no-repeat !important;
  background-position: 4px -1px !important;
}

.gromin-link.selected {
  background: #fff url("../img/gromin-logo.png") no-repeat !important;
  background-position: 4px -1px !important;
}

.panel.panel-default {
  margin-bottom: 3px;
}
.panel-heading.bg-light {
  background: #e8f2ef !important;
}
.panel-title {
  position: relative;
  cursor: pointer;
  color: #0b2e13;
  padding-left: 50px;
}

.panel-title::after {
  content: "\f107";
  color: #0b2e13;
  top: -16px;
  left: 0px;
  position: absolute;
  font-size: 48px;
  font-family: "FontAwesome";
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
  top: -17px;
}

.vid-container {
  border-radius: 10px;
  overflow: hidden;
  background: black;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
}
