/* FONTLAR */
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext");

/*AYARLAR*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 200px;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  font-family: "Oswald", sans-serif;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #1b1b1b;
  padding: 15px 0;
}

.lang {
  position: absolute;
  right: 10px;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 3;
}
.navbar li {
  border-right: 1px solid #000;
}
.navbar li:last-child {
  border: none;
}
.nav-item {
  position: relative;
}

.nav-item:last-child {
  border: none;
}

.nav-item a {
  color: rgb(0, 0, 0) !important;
}

.nav-item a:hover {
  background: #d9f0fa;
  color: #5a5a5a !important;
}

.nav-item .nav-link {
  font-family: "Oswald", sans-serif;
  padding: 0.5rem;
}

.icon-m {
  margin-bottom: 10px;
  text-align: right;
}

.sub-navbar {
  position: absolute;
  width: 300px;
  background: #ddd;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 5px solid #bb1724;
  display: none;
}

.nav-item:hover .sub-navbar {
  display: block;
}

.sub-navbar .sub-item-link {
  padding: 5px;
  color: #8f93a8;
  display: block;
  background: #425e6d;
  font-family: "Oswald", sans-serif;
}

.sub-navbar .sub-item-link:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.dropdown ul {
  position: absolute;
  width: 200px;
  padding: 0;
  list-style: none;
  background: #2ac7cb;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  text-align: left;
}

.dropdown ul li {
  border-bottom: 1px solid #d1d1d1;
}

.dropdown ul li:last-child {
  border: none;
}

.dropdown ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

@media (max-width: 1199.98px) {
  .media-logo img {
    width: 70px !important;
  }

  .media-logo .logo-baslik {
    font-size: 12px !important;
  }
}

@media (max-width: 991.98px) {
  .media-logo img {
    width: 50px !important;
  }

  .media-logo .logo-baslik {
    font-size: 10px !important;
  }

  .dropdown ul {
    position: relative;
    display: none;
    width: 100%;
  }

  .navbar {
    display: block;
    width: 100%;
  }

  .navbar-toggler {
    margin: 10px;
    font-size: 16px;
  }

  .nav-item .nav-link {
    font-family: "Oswald", sans-serif;
    padding: 0.5rem 1rem;
  }

  .sub-navbar {
    position: relative;
    width: 100%;
    padding-left: 20px;
    background: #00062c;
  }

  .navbar .container {
    max-width: 100%;
  }

  .nav-item,
  .sub-item {
    text-align: left !important;
  }

  .lang {
    top: 6px;
    position: absolute;
    right: 10px;
  }

  .nav-item:hover .nav-link {
    background: rgba(255, 255, 255, 0.45);
  }

  .navbar-dark .navbar-toggler {
    background: #ff5eb9;
    color: #fff;
    border-color: rgb(255 255 255 / 0%);
    transition: 0.5s;
  }

  button:focus {
    outline: none;
  }

  .navbar-dark .navbar-toggler:hover {
    background: #e5007e;
    color: #ffffff;
  }
}

.bg-theme {
  position: relative;
  z-index: 999;
  font-size: 19px;
}

#sabit {
  margin-top: -150px;
}

/*HEADER*/
.header {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.header .sponsor {
  background: #fff;
}

.header .sponsor .lGroup {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header .sponsor .lGroup .item {
  border-left: 1px solid #ddd;
}

/*BODY*/

.body {
  margin-top: -75px;
}

.box-system {
  margin-top: -2px;
}

.box-system .box {
  position: relative;
  height: 180px;
  width: 100%;
}

.box-system .box a {
  display: flex;
  width: calc(100% - 20px);
  text-align: center;
  margin-left: 36px;
  padding-top: 49px;
  align-items: center;
  justify-content: center;
}

.box-system .box a p {
  margin: 0;
  margin-top: 5px;
  font-size: 21px;
  width: 100%;
  color: #000;
  height: 75px;
  font-weight: bold;
}

.box-system .box a:hover {
  color: #000;
  text-decoration: none;
}

.box-system .box a img {
  width: 59px;
}

.box-system .box-bg-1 {
  background: url("../images/box-1.png");
  background-size: 235px;
  background-position: top center;
  background-repeat: no-repeat;
}

.box-system .box-bg-2 {
  background: url("../images/box-3.png");
  background-size: 235px;
  background-position: top center;
  background-repeat: no-repeat;
}

.box-system .box-bg-3 {
  background: url("../images/box-2.png");
  background-size: 235px;
  background-position: top center;
  background-repeat: no-repeat;
}

.box-system .box-bg-4 {
  background: url("../images/box-4.png");
  background-size: 235px;
  background-position: top center;
  background-repeat: no-repeat;
}

/*SLİDER*/
.slider-system {
  padding: 20px;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  margin-bottom: 50px;
  background: #d80038;
}

.bslide {
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  position: relative;
}

.bslide .owl-dots {
  position: absolute;
  bottom: 0px;
  right: 45px;
  z-index: 999;
}

.bslide .owl-dots .owl-dot span {
  background: #db0033;
}

.bslide .owl-dots .owl-dot.active span {
  background: #420211;
}

.slider-system:after {
  content: " ";
}

/*Content Area*/
.content-section {
  position: relative;
  margin-top: 110px;
}

.content-section .no-gutters {
  padding: 0;
}

.content-section .mini-menu {
  display: table;
  width: 100%;
  margin-top: 37px;
}

.content-section .mini-menu a {
  display: table-cell;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  background: #d80038;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  height: 87px;
  padding: 0 10px;
  vertical-align: middle;
  text-decoration: none;
}

.content-section .mini-menu a:hover {
  text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
  clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%);
}

.n-width {
  margin-bottom: 30px;
}

.n-width:after {
  content: " ";
  clear: both;
  display: block;
}

.n-width .coll-4 {
  width: 270px;
  float: right;
}

.n-width .coll-8 {
  width: calc(100% - 280px);
  float: right;
}

.boxing {
  height: 470px;
  background: url(../images/boxing.png);
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}

.boxing span {
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  color: #ffffff;
  height: 75px;
  display: flex;
  margin-top: -115px;
  justify-content: center;
}

.boxing1 {
  width: 293px;
  background-size: contain;
}

.boxing1 .dating {
  width: 210px !important;
}

.n-width .content-web {
  text-align: justify;
  padding: 10px;
  margin-top: -90px;
  padding-top: 29px;
  z-index: 4;
}

.n-width .content-web p {
  margin-left: 10px;
}

.n-width .content-web h1 {
  margin: 0px;
  font-size: 26px;
  color: #000;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.n-width .content-web h2 {
  font-size: 19px;
  color: #fff;
  margin: 0;
  font-family: "Oswald";
  margin-bottom: 10px;
  text-align: center;
  background-color: #ee3e96;
  padding: 8px;
}

.dating {
  width: 180px;
  text-align: center;
  position: absolute;
  top: 201px;
  left: 50px;
}

.dating font {
  font-weight: bold;
  font-size: 66px;
  color: #000;
}

.dating .p1 {
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  font-size: 16px;
  margin-top: -22px;
  font-weight: bold;
  color: #000;
}

.dating .p2 {
  padding: 5px;
  margin-top: 20px;
  color: #2a667d;
  font-weight: bold;
  padding-top: 10px;
}

.nbuton {
  padding: 10px;
  background: #00354b;
  color: #fff;
  display: inline-block;
  width: 150px;
  text-decoration: none;
  text-align: center;
  transition: 0.5s all;
}

.nbuton:hover {
  background: #012635;
  text-decoration: none;
  color: #fff;
}

.onlymobile {
  display: none;
}
.home-nav {
  margin-top: 0;
}
/*TABLET*/
@media (max-width: 991.98px) {
  .headOne {
    margin-top: 55px;
  }
  .bg-theme {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    font-size: 19px;
    background: #9fd2e6;
    margin-top: 0;
  }
  .n-width {
    display: grid;
  }

  .n-width .coll-4 {
    float: none;
    display: block;
    margin: auto;
  }

  .n-width .coll-8 {
    width: 100%;
  }

  .boxing {
    margin-top: 10px;
  }

  .mini-menu {
    margin-top: 0 !important;
  }

  .mini-menu a {
    width: 100%;
    display: flex !important;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
    margin-bottom: 5px;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
    height: 50px !important;
  }

  .box-system {
    margin: 0;
  }

  .box-system .box a img {
    display: initial;
  }

  .box-system .col-6 {
    margin: auto;
  }

  .box-system .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
  }

  .box-system .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #000;
  }

  .content-menu {
    display: none;
  }

  .onlymobile {
    display: block;
  }
}

.content-menu {
  position: relative;
  padding-right: 20px;
  margin-top: 15px;
  font-family: Oswald;
}

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

.content-menu ul li {
  position: relative;
}

.content-menu ul li a {
  padding: 10px;
  background: #dc002d;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
}

.content-menu ul li:last-child a {
  border: none;
}

.content-menu ul li:hover a {
  background: #b31901;
  text-decoration: none;
}

.content-menu .day-left {
  background: #dc002d;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
  width: 50px;
  float: left;
  margin: 10px 0;
}

.content-menu .day-left p {
  padding-left: 65px;
  font-size: 23px;
  margin-bottom: 10px;
}

/*CONTACT*/
.contact {
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

.contact .contact-title {
  width: 100%;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  margin-top: 30px;
  text-align: center;
}

.contact .contact-text {
  float: left;
  width: 100%;
  text-align: center;
}

img {
  max-width: 100%;
}

.lang a {
  display: inline-block;
  vertical-align: middle;
}

.facebook,
.instagram {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.facebook:hover,
.instagram:hover {
  color: #fff;
  text-decoration: none;
}

.sub {
  width: 1px;
  background: #fff;
  height: 35px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.grey-box {
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  padding: 9px;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(50% - 20px);
}

.sslider,
.sslider2 {
  text-align: center;
  display: table;
  width: 100%;
}

.sslider .item {
  margin: 1px;
  display: table-cell;
}

.sslider .item img {
  overflow: hidden;
}

.sslider2 {
  width: 100%;
  margin: auto;
}

.sslider2 .item {
  margin: 1px;
  display: table-cell;
  padding: 0 10px;
}

.sslider2 .item img {
  max-width: 100px;
}

.blocker {
  z-index: 999999999 !important;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 700px !important;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  height: auto;
}

.modal a.close-modal {
  top: 5px !important;
  right: 5px !important;
}
@media (max-width: 1330.98px) {
  #sabit {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .content-section {
    margin-top: 100px;
  }
  .media-logo img {
    width: 30px !important;
    margin: 0 !important;
  }

  .media-logo .logo-baslik {
    font-size: 4px !important;
  }

  .body {
    margin-top: 20px !important;
  }

  .navbar-nav {
    background: #d2ecf7;
  }

  .nav-item a {
    color: #565656 !important;
  }
  .nav-item a:hover {
    color: #565656 !important;
  }
  .alan2 {
    margin: 0 !important;
    z-index: -1 !important;
  }

  .alan3 {
    margin: 0 !important;
    z-index: -1 !important;
  }

  .alan4 {
    margin: 0 !important;
    z-index: -1 !important;
  }

  .mini-menuu {
    margin-bottom: 10px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    height: 140px !important;
  }

  .mini-menuu img {
    width: 40px;
  }

  .header .sponsor .fGroup {
    margin: 0 -15px;
    background: #e6e7e9;
    margin-bottom: 10px;
  }

  .header .sponsor .lGroup .item {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .header .sponsor .lGroup img {
    width: auto;
    height: 80px;
  }

  .box-system {
    margin-top: 20px;
  }
}

.mini-menuu {
  position: relative;
  border: 1px solid #006595;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  height: 170px;
  background: #fff;
  color: #000;
}

.mini-menuu p {
  color: #787879;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mini-menuu img {
  /* width: 45px !important; */
  margin-bottom: 10px;
}

/* #sabit {
	background-color: #41bdcd;
	position: relative;
	z-index: 1;
	box-shadow: -1px 4px 10px 0px #000;
} */

.alan1 {
  margin-top: 10px;
}

.alan2 {
  margin-top: 10px;
  margin-right: -21px;
  z-index: 9999;
}

.alan3 {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  z-index: 9999;
}

.alan4 {
  margin-top: 10px;
  margin-left: -21px;
  z-index: 9999;
}

.alan4 img {
  margin-right: 10px;
}

.alan4 p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mini-alt-menu {
  background: #006595;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.anasayfa-kisayol:hover {
  text-decoration: none;
}

.anasayfa-kisayol:hover p {
  color: #db0000;
}

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

.registration-button a {
  background-color: #db0000;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}

.registration-button a:hover {
  text-decoration: none;
  background-color: #750f0f;
}

.media-logo {
  position: absolute;
  right: 25%;
  bottom: 35%;
}

.media-logo img {
  width: 100px;
  margin-top: 10px;
  margin-left: 20px;
}

.media-logo .logo-baslik {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
}
.wp-mesaj {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}
.wp-mesaj img {
  width: 70px;
}
.yanson {

	transition: 0.5s;
	animation: hideshow 2s infinite;
}

@keyframes hideshow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}