/*

#00c1d5 rgb(0,193,213); (turkuaz)

#002144 main color (koyu lacivert)

*/

button:focus {
  outline: thin dotted;
}

.navbar {
  background: #0a2240;
}
/* .navbar {background: rgb(0,193,213);} */
/* .navbar {background: rgb(21, 31, 109);} */

.navbar-brand {
  margin-right: 30px;
}

.navbar > a {
  color: #fff;
  font-size: 15px;
  font-family: "Avenir Next", "Helvetica";
  font-weight: normal;
}
.btn {
  border-radius: 0;
  padding: 5px 20px;
}

.btn-kayit {
  background: #00c1d5;
  color: #fff !important;
  transition: all 0.5s;
  font-size: 16px;
}
.btn-kayit:hover {
  background: #34dbff;
}

.btn-giris {
  color: #fff !important;
  transition: all 0.5s;
  font-size: 16px;
}
.btn-giris:hover {
  color: #00c1d5 !important;
}

/* Nav login area */

.nav-login-area {
  height: 80px;
  padding-right: 20px;
}

.btn-outline-light {
  padding: 10px 30px;
}
.btn-outline-light:hover {
  color: #212529 !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* Nav links */

.line-anim {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 5px;
  width: 0%;
  background: #00c1d5;
  left: calc(50%);
  right: calc(50%);
  transition: all 0.3s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  transition: all 0.5s;
  letter-spacing: 0.4px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  /* color: rgba(255,255,255,.75); */
  color: #00c1d5;
}

li.nav-item:hover .line-anim {
  width: 100%;
  left: calc(0%);
  right: calc(0%);
}

/* nav hover menu */

.d-menu {
  display: none;
  background: #fff;
  width: 100vw;
  left: 0;
  position: fixed;
  top: 80px;
}

.inner-menu-wrapper {
  padding: 25px 25px 25px 140px;
  border-top: 2px solid #00c1d5;
  -webkit-box-shadow: inset -1px 10px 24px -9px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: inset -1px 10px 24px -9px rgba(0, 0, 0, 0.59);
  box-shadow: inset -1px 10px 24px -9px rgba(0, 0, 0, 0.59);
}

.inner-menu-wrapper li a {
  color: #002144;
  transition: all 0.5s;
  padding-right: 30px;
}
.inner-menu-wrapper li a:hover {
  color: #00c1d5;
}

.logo-white {
  width: 100px;
}

.d-menu {
  box-shadow: inset -1px -2px 22px -8px rgba(0, 0, 0, 0.5);
}

.nav-account {
  padding: 15px 29px;
  width: 220px;
  height: 80px;
  transition: all 0.15s;
  background: #0a2240;
}
.navbar-brand {
  margin: 0 15px;
}

.nav-account a {
  text-decoration: none;
  z-index: 2000;
  color: #fff;
}

.nav-account.active {
  background: #00c1d5;
}

.nav-account.active a {
  color: #fff;
}

.navbar {
  padding: 0;
  border-bottom: 1px solid rgba(0, 193, 213, 0.5);
}

.menu-avatar {
  width: 50px;
  height: 50px;
  border: 2px solid #ccc;
  margin-right: 15px;
  border-radius: 50%;
}
.m-menu-avatar {
  width: 50px;
  height: 50px;
  border: 2px solid #ccc;
  margin-right: 15px;
  border-radius: 50%;
}
.m-menu-my-account {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 8px 30px;
  height: 68px;
  color: #fff;
  margin-top: 15px;
  transition: all 0.5s;
}

.m-menu-my-account {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 8px 30px;
  height: 68px;
  color: #fff;
  margin-top: 15px;
  transition: all 0.5s;
}

.m-menu-my-account:hover {
  color: #00c1d5;
}

.m-menu-my-account:active,
.m-menu-my-account:hover {
  text-decoration: none;
}
.m-menu-my-account.active {
  background: #00c1d5;
  color: #fff;
}

.m-menu-my-account-content {
  display: none;
}

.m-menu-my-account-content ul {
  list-style: none;
  background: #00c1d5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-menu-my-account-content ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.account-nav-content {
  display: none;
  position: fixed;
  max-height: calc(100% - 80px);
  overflow: auto;
  top: 80px;
  right: 0;
  width: 220px;
  background: #0a2240;
  color: #fff;
  min-height: 100px;
  padding: 10px 30px;
  box-shadow: inset -1px -2px 22px -8px rgba(0, 0, 0, 0.5);
}

.account-nav-content a {
  color: #fff !important;
}
.account-nav-content a:hover {
  color: #00c1d5 !important;
}
.account-nav-content li {
  margin-top: 10px;
  color: #fff;
}

.chevron-bottom {
  transition: all 1s;
}
.rotate180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.hamburger {
  width: 25px;
  height: 20px;
}
.navbar-dark .navbar-toggler {
  border: none;
  /* color: rgba(255,255,255,.5); */
  /* border-color: rgba(255,255,255,.1);  */
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -250px;
  display: block;
  background: black;
  color: #fff;
  height: 100%;
  width: 250px;
  z-index: 1111;
  transition: all 0.15s;
}

.mobile-nav.show {
  right: 0;
}

.mobile-nav .navbar-toggler {
  width: 100%;
  padding: 0;
}

.mobile-close {
  margin-top: 25px;
  margin-right: 25px;
  width: 20px;
  float: right;
}

.mobile-nav-account {
  margin-top: 40px;
}

.mobile-nav-register {
  padding: 0 30px;
}

.mobile-nav-line {
  display: block;
  background: #00c1d5;
  width: 20px;
  height: 1px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.toggle {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
}
.toggle:hover {
  color: #00c1d5;
}
.m-nav-link {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 30px;
}
.m-nav-link:hover {
  color: #00c1d5;
}
.toggle.active {
  background: #002144;
  color: #00c1d5;
}
ul .inner {
  overflow: hidden;
  display: none;
  background: #002144;
  color: #002144;
  padding-bottom: 15px;
}

ul .inner a {
  font-size: 15px;
  padding: 5px;
  padding-left: 30px;
  color: #fff;
  display: block;
}

@media (min-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    transition: all 0.5s;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .d-menu {
    display: none;
    background: #fff;
    width: auto;
    left: 0;
    position: relative;
    top: 0;
  }

  .inner-menu-wrapper {
    padding: 20px;
    border-top: 2px solid #00a7ff;
    -webkit-box-shadow: inset -1px 10px 24px -9px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: inset -1px 10px 24px -9px rgba(0, 0, 0, 0.59);
    box-shadow: inset -1px 10px 24px -9px rgba(0, 0, 0, 0.59);
  }

  .line-anim {
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 5px;
    width: 0%;
    background: #00a7ff;
    left: calc(50%);
    right: calc(50%);
    transition: all 0.3s ease-in-out;
  }

  li.nav-item:hover .line-anim {
    width: 0;
  }
}
