
@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: 0px 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;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 90vh;
  position: relative;
  background: url("../img/intro-carousel/1.webp") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: right;
}

#intro .intro-content h2 {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.699);
  margin-bottom:0px;
  font-size: 4.8vw;
  font-family: 'Raleway';
  font-weight: 900;
  text-align: right;
}

#intro .intro-content h2 span {
  color: #fff;
  font-size: 11vw;
  line-height: 5.3vw;
  font-family: 'YonderBreaks';
  letter-spacing: 0.6vw;
}

@media (max-width: 767px) {
  #intro {
      width: 100%;
      height: 30vh;
  }
  #intro .intro-content h2 {
    font-size: 6vw;
    padding: 0;
  }
  #intro .intro-content h2 span {
    font-size: 13vw;
    letter-spacing: 1vw;
    padding: 0;
  }
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# 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: 2vw;
  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: 75vh;
  padding: 15px;
  margin-bottom: 10vh;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 0px 60px 0px 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .btn {
  font-weight: 400;
  font-size: 2.7vh;
  color: #fff;
  background: linear-gradient(110deg, #7000ff 34%, #250055 100%);
  padding: 0.35vh 2.8vh 0.71vh 2.8vh;
  border-radius: 50px;
  transition: 300ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}

#services .box .btn:hover {

  transition: 300ms;
  padding: 0.35vh 3.3vh 0.71vh 3.3vh;
  transform: translateY(-3px);
}

#services .box h4 {
  font-weight: 500;
  margin-bottom: 10vh;
  font-size: 5.6vh;
  display: block;
  width: 100%;
  text-align: center;
}

#services .box h4 a{
  transition: 0.5s;
}

#services .box p {
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 2.9vh;
  line-height: 24px;
  text-align: center;
  bottom: 0;
  margin: 0;
  padding-top: 15px;
  color: #ffffff;
}

@media (max-width: 768px) {
  #services .box {
      height: 60vh;
      width: 95%;
      margin-left: 2vw;
  }
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(45deg, #25051A 0%, #1A0733 59%);
  padding: 0;
  height: auto;
  overflow: hidden;
}

#call-to-action .cta-title {
  color: #B896DD;
  font-size: 8.5vh;
  font-weight: 600;
  margin-top: 7vh;
  width: 97%;
}
.cta-btn-container img {
  position: absolute;
  height: 90vh;
  right: 0;
  margin-right: -15vw;
  top:-8vh;
  content: url('../img/logo_about.png');
  margin-top: -5vh;
}

#call-to-action .cta-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 3px 22px 4px 22px;
  border-radius: 50px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  border: 3px solid #B896DD;
  background: #B896DD;
  transition: 500ms;
  color: #18082D;
  text-decoration: none;
}

#call-to-action .cta-btn:hover {
  background: #b896dd00;
  border: 3px solid #B896DD;
  color: #B896DD;
}

@media (min-width: 1120px) {
  .cta-btn-container img {
    height: 80vh;
    margin-right: -12vw;
    top: -12vh;
  }
}

@media (max-width: 990px) {
  #call-to-action .cta-title {
    width: 100%;
  }

  .cta-btn-container img {
    display: none;
  }

  #call-to-action {
    background: linear-gradient(45deg, #25051A 0%, #1A0733 80%);
    height: auto;
  }

  #call-to-action .cta-btn {
    margin-bottom: 6vh;
  }
}

@media (min-width: 768px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {

  #call-to-action .cta-title {
    color: #B896DD;
    font-size: 12vw;
    font-weight: 600;
    margin-top: 7vh;
  }
}

/*--------------------------------------------------------------
# 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;
}