/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:400|Raleway:200,300,400,500,700,900);
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
/*--------------------
1. General
--------------------*/
body {
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000;
  scroll-behavior: smooth;
}

/* @media (min-width: 1200px){
    body{
        overflow: hidden;
    }
} */

@media (max-width: 576px) {
  #logo {
    max-width: 240px;
  }
}
#logo {
  width: 300px;
}

@media (min-width: 576px) {
  #foot {
    margin-left: 20%;
    margin-right: 20%;
  }
}

body {
  font-family: "Raleway", Sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

h3 {
  color: #d82323;
}

.page-scroll {
  font-family: "Hammersmith One", sans-serif;
}

h2,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: 0.4px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}
h1 {
  font-weight: 1000;
  letter-spacing: 0.4px;
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 2px #fff;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #fff;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #d82323;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.img-responsive {
  width: 100%;
}

section {
  padding: 35px 0 60px;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
  margin-left: -13px;
  margin-right: -13px;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar {
  z-index: 5;
}

.navbar-default {
  background-color: #000;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
  padding: 5px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}

.navbar-default .navbar-toggle {
  background-color: #d82323;
  border-color: #d82323;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d82323;
}
.navbar-default .nav li a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px solid;
  border-color: #fff;
  margin: 10px 15px;
  padding: 0 0 2px 0;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  border-color: #d82323;
  outline: 0;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #d82323;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #d82323;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    padding: 40px 0 0px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: 0;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #d82323;
    padding: 10px 0;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 4px;
  }
}

/*--------------------
4. Sections
--------------------*/

.section-title {
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.section-title p {
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin: 25px 100px 30px 100px;
}

.mz-module .section-title {
  padding: 40px 0;
}

/*--------------------
4.1. About
--------------------*/

/* .mz-about-container {
    padding: 0 50px;
} */

.mz-module-about {
  padding: 20px;
}

.mz-about-default {
  background-color: #252525;
}

.mz-about-dark {
  background-color: #2b2b2b;
}

.mz-module-about h3 {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.mz-module-about p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #9c9c9c;
}

.ot-circle {
  text-align: center;
  color: #e8e8e8;
  margin: 40px 0;
  font-size: 37px;
}

/*--------------------
4.3. Portfolio
--------------------*/

.portifolio-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

figure {
  position: relative;
  overflow: hidden;
  margin: 0 1px 1px 0;
  background: #726fb9;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ot-portfolio-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #000;
  margin-bottom: 1px;
}

figure.effect-bubba img {
  opacity: 0.8;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
  background: #f1f1f1;
}

/*--------------------
4.5. Intro Text
--------------------*/

.intro-section {
  padding: 60px 0 0 0;
  margin: 0;
}

.intro-section .section-title {
  /*	padding: 0px 85px; */
  text-align: justify;
}

.intro-section p {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
  line-height: 32px;
  padding: 47px;
  font-family: "Raleway";
  margin: 0;
  background-color: #f9f9f9;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
  text-align: center;
  background-color: #000;
  border: 1px solid #d82323;
  margin-top: 10px;
}

.team-item h3 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.team-item h4 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 2;
  color: #d82323;
}

.team-item .team-position {
  color: #565656;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.team-item p {
  font-size: 18px;
  font-weight: 300;
  color: #3f3f3f;
  margin-top: -15px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
  width: 100%;
  margin: 15px auto;
}

section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
section#contact .form-group input:focus,
section#contact .form-group textarea:focus {
  -webkit-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

.contact i {
  margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  background-color: #1a1a1a;
}

footer p,
footer span {
  color: #b7b7b7;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}

footer p a {
  color: #fff;
}

footer p a span {
  color: #ff9f46;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}
footer a p {
  color: #fff;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 15px;
}
.icone {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}
/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #d82323;
  border-color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #d82323;
  border-color: #fff;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-xl {
  color: #000;
  background-color: #fff;
  border-color: #726fb9;
  font-family: "Robot", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #2b2b2b;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  background: #d82323;
}
/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }
  #back-top a {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }
}

/* BANNER */

.home_banner_area {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 0;
}

.home_banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.home_banner_area .banner_inner .overlay {
  background: url(../images/bg.jpg) no-repeat scroll bottom center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.home_banner_area .banner_inner .banner_content {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.banner_box {
  max-width: 1620px;
  margin: auto;
}

.banner_area {
  position: relative;
  z-index: 1;
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  background: #04091e;
  z-index: 1;
}

.banner_area .banner_inner .overlay {
  background: url(../images/bg.png) no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

#frase {
  color: #fff;
  font-size: 30px;
  font-family: "Raleway", Sans-serif;
  margin-bottom: 10px !important;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
}

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  margin-top: 15px;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}
.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.header_area .navbar .logo_h {
  color: #fff;
  height: 100px;
  text-align: center;
  line-height: 69px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.header_area .navbar .navbar-brand {
  padding-top: 0;
}
.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link {
  font: 400 12px/80px "Poppins", sans-serif;
  text-transform: capitalize;
  color: #fff;
  padding: 0px;
  display: inline-block;
  font-size: 14px;
}
.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}
.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  font-size: 18px;
}
.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #1d1d1d;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: red;
  color: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

/* =============================== */

.btn-my {
  padding: 0.35em 1.2em;
  border: 0.1em solid #ffffff;
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
  font-size: 17px;
  max-width: 100%;
  width: 200px;
}

.btn-my:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn-my:active,
.btn-my:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media all and (max-width: 30em) {
  .btn-my {
    display: block;
    margin: 0.4em auto;
  }
}

.d-none {
  display: none;
}

.large {
  display: none;
}
.mob {
  display: inline-block;
}

#about {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .d-none {
    display: block;
  }

  #frase {
    text-align: right;
    text-transform: initial;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-left: 10%;
    margin-right: 0;
    font-size: 48px;
  }

  .btn-my {
    float: right;
  }

  .btn-my:active,
  .btn-my:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

  .large {
    display: block;
  }

  .mob {
    display: none;
  }

  #player {
    max-width: 666px;
    width: 100% !important;
    height: 373px !important;
  }

  body {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #about {
    margin-top: 200px;
  }

  section#contact form {
    width: 60%;
  }
}

#player {
  width: 100%;
  height: 320px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.55);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.55);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.55);
}

/* ============================ */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/preloader.gif") center no-repeat #000;
}

/* ===================================== */

/* ======== Modal ========== */
.notify-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 888;
  overflow: hidden;
}

.notify-modal {
  width: 150px;
  height: 150px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.55);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.55);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  align-items: center;
  vertical-align: center;
}

.notify-modal div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.notify-modal .close-btn {
  background: none;
  border: 1px solid #000;
  color: black;
  padding: 0.5em 1em;
  border-radius: 1px;
}

.notify-modal .close-btn:hover {
  text-decoration: none;
  background: #000;
  color: rgb(231, 231, 231);
}

.notify-modal h4 {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
