
@font-face {
  font-family: YonderBreaks;
  src: url("../fonts/YonderBreaks/YonderBreaksDemo-PKxqZ.ttf") format("opentype");
}
@font-face {
  font-family: IntegralCF;
  font-weight: 300;
  src: url("../fonts/IntegralCF/IntegralCF-Regular.otf") format("opentype");
}
@font-face {
  font-family: IntegralCF;
  font-weight: 400;
  src: url("../fonts/IntegralCF/IntegralCF-Medium.otf") format("opentype");
}
@font-face {
  font-family: IntegralCF;
  font-weight: 500;
  src: url("../fonts/IntegralCF/IntegralCF-DemiBold.otf") format("opentype");
}
@font-face {
  font-family: IntegralCF;
  font-weight: 600;
  src: url("../fonts/IntegralCF/IntegralCF-Bold.otf") format("opentype");
}
@font-face {
  font-family: IntegralCF;
  font-weight: 700;
  src: url("../fonts/IntegralCF/IntegralCF-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: IntegralCF;
  font-weight: 800;
  src: url("../fonts/IntegralCF/IntegralCF-Heavy.otf") format("opentype");
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #070010;
  color: #ffffff;
  font-family: "IntegralCF";
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IntegralCF";
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/*
#topbar {
  background: linear-gradient(45deg, #E91E63 -132%, #0c2e8a 100%);
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  display: none !important;
}

#topbar .contact-info a {
  line-height: 1;
  color: #acacac;
}

#topbar .contact-info a:hover {
  color: #E91E63;
}

#topbar .contact-info i {
  color: #E91E63;
  padding: 4px;
}
.contact-info.float-left {
    color: #acacac;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e947;
}

#topbar .social-links a {
  color: #E91E63;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e924;
}

#topbar .social-links a:hover {
  color: #E91E63;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 1px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #070010;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
/* Footerda soldaki yazi için kullanılabilir
#header #logo h1 {
  font-size: 28px;
  margin: 9px 0 0 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #ff377b;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  margin-right: 8px;
}
*/
#header #logo img {
  width:auto;
  max-width: 80px;
  margin-top: 5px;
  margin-left: -40px;
}

@media (max-width: 768px) {
  #header {
    padding: 5px 0;
    height: 74px;
  }
  /*
  #header #logo h1 {
    font-size: 34px;
  }
  */
  #header #logo img {
    margin-left: 0;
    margin-top: 5px;
    max-height: 50px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 28px 25px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  background-color: #070010;
  font-family: "IntegralCF";
  font-weight:400;
  font-size: 17px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #070010;
  background-color: #ffffff;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background-color: #ffffff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #ffffff;
  background-color: #070010;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #070010;
  background-color: #ffffff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #ffffff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 35px;
  padding-left: 15px;
  bottom: 0;
  z-index: 998;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  background: #070010;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fffc;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffffff;
}

#mobile-nav ul .menu-item-active {
  color: #ffffff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 13, 13, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header h2 {
  font-size: 2.6vw;
  color: #D7D7D7;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
  /* display: inline-block; */
  text-align: center;
}

@media (max-width: 768px) {
.section-header h2 {
  font-size: 3.5vh;
}
}
/* Services Section
--------------------------------*/
#services {
  padding: 40px 0 0 0;
}

#services .box {
  height: 70vh;
  padding: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

#services .eventBox {
  padding: 0;
  display: flex;
  overflow: hidden;
  border-radius: 50px 0px 50px 0px;
  flex-direction: row;
  width: 100%;
  background: linear-gradient(180deg, #2B124A 0%, #120028 100%);
  margin-bottom: 8vh;
}

#services .info {
  color: #ffffff;
  margin-left: 4.5vw;
  width: 90%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
}

#services .info h4 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 3vh;
  font-size: 10vh;
  display: block;
}

#services .info p.date {
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 3.7vh;
  margin: 0;
  color: #ffffff;
}

#services .info p.time{
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 2.8vh;
  color: #ffffff;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

#services .info p.location {
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 2.8vh;
  color: #ffffff;
}

#services .info .btn {
  font-weight: 400;
  font-size: 4vh;
  color: #fff;
  background: linear-gradient(110deg, #7000ff 34%, #250055 100%);
  padding: 0.54vh 6.5vh 0.95vh 6.5vh;
  border-radius: 50px;
  transition: 300ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}

#services .info .btn:hover {

  transition: 300ms;
  padding: 0.54vh 7vh 0.95vh 7vh;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  #services .box {
      height: 40vh;
      width: 100%;
  }

  #services .eventBox {
    flex-direction: column;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    margin-bottom: 8vh;
  }
  
  #services .info {
    align-items: stretch;
  }
  
  #services .info .btn {
    margin-bottom: 5vh;
    justify-content: center;
  }

  #services .info h4 {
    margin-top: 2vh;
    font-size: 8vh;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffffad;
}

#footer .credits {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  color: #ffffff85;
  margin-top: 8px;
}

#footer .credits span {
  font-size: 17px;
  font-family: YonderBreaks;
}