/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - ABOUT US
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
  outline: none !important;
}

::selection {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

body {
  color: #FFFFFF;
  background: #f1f0f0;
}

p {
  margin: 0 0 20px 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #843B87;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  color: #843B87;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  color: #843B87;
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
}

.btn {
  border-radius: 0;
}

.btn-o {
  border: 1px solid #843B87;
  color: #843B87;
}

.btn-o:hover {
  background: #843B87;
  color: white;
}

.btn.btn-o-white {
  border: 1px solid white;
  color: white;
  background: transparent;
}

.btn.btn-o-white:hover {
  background: white;
  color: #6a6a6a;
}

/* Text in <p> elements */
p {
  font-family: 'Century Gothic', sans-serif;
  font-size: 20px;
}

/* Size of headings */
h1 {
  font-size: 45px;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
  position: relative;
  padding: 0 !important;
}

#header.header-wrapper {
  position: relative;
  background-image: url(../images/Background2.webp);
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  background-attachment: fixed;
}

#header.header-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#header .content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  #header.header-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 0px;
  }
}

#header.header-wrapper .header-wrapper-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#header .top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px;
  height: auto;
  z-index: 500;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .top.solid {
  background: #843B87;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}

#header .top h1 {
  margin-bottom: 0;
}

#header .top.solid .toggleDrawer i {
  padding-top: 8px;
}

#header .logo, #header .toggleDrawer {
  font-family: 'Century Gothic';
  color: white;
}

#header .slogan {
  font-size: 4em;
  margin-bottom: 15px;
  line-height: 1em;
  font-family: 'Century Gothic';
  color: white;
  scale: 80%;
}

#header .secondary-slogan {
  font-size: 1em;
  color: white;
  line-height: 1em;
  font-family: 'Century Gothic';
  margin-top: 100px;
}

#header .bottom {
  bottom: 10%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 3;
}

#header .bottom a img {
  width: 50px;
}

#header .bottom a {
  opacity: 0.7;
}

#header .bottom a:hover {
  opacity: 1;
}

/* Style the "FR" link */
.fr-toggle {
  font-family: 'Century Gothic', sans-serif;
  color: white;
  font-size: 25px;
  margin-right: 25px;
  text-decoration: none;
}

/* Position both "FR" and bars icon in a flex container */
#header .pull-right {
  display: flex;
  align-items: center;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: -300px;
  background: #000000;
  width: 300px;
  padding: 20px;
  z-index: 999;
}

#drawer-right h1,
#drawer-right h2 {
  color: white;
}

#drawer-right .nav-pills>li>a {
  font-size: 18px;
  border-radius: 0;
}

#drawer-right .social {
  margin-top: 30px;
}

#drawer-right .social ul {
  list-style: none;
  padding-left: 20px;
}

#drawer-right .social ul > li {
  display: inline-block;
}

#drawer-right .social ul > li > a:hover {
  color: white;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block {
  background: black;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
}

.block-body {
  margin-top: 60px;
}

#services {
  position: relative;
  background-color: transparent;
}

#contact {
  position: relative;
  background-color: transparent;
}

#services::before,
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/Background2.webp);
  background-size: cover;
  background-attachment: fixed;
}

/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
  width: 100%;
  padding-bottom: 27%;
  background: #C3C9CC;
  display: table;
  text-align: center;
  vertical-align: middle;
  padding-top: 27%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
}

.recent-work span {
  margin-top: -18px;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.recent-work:before {
  background: rgba(2, 56, 58, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.recent-work:hover {
  background-size: 200%;
  background-position: center;
}

.recent-work:hover:before,
.recent-work:hover span {
  opacity: 1;
}

/*////////////////////////////////////////////////////////////////////////
//  06 - OUR GAMES
///////////////////////////////////////////////////////////////////////*/

#services .date {
  margin-bottom: 15px;
  font-style: italic;
}

/*////////////////////////////////////////////////////////////////////////
//  07 - JOBS
///////////////////////////////////////////////////////////////////////*/

#blog .blog-post img {
  margin-bottom: 20px;
}

#blog .date {
  margin-bottom: 15px;
  font-style: italic;
}

.job1-button {
  display: inline-flex;
  align-items: center;
  width: 175px;
  height: 175px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
  padding-left: 10px;
  line-height: 1.3;
  text-decoration: none;
  margin-top: 10px;
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
  font-size: 35px;
  border: 5px solid #843B87;
}

/* POPUP JOB1 */
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  overflow: auto;
}

.modal-content {
  background-color: black;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  position: relative;
  color: white; /* Change text color to white */
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}

/* Style the modal content */
.modal-content h2 {
  margin-top: 0;
}

.modal-content p {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}

/* Add animation */
.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/*////////////////////////////////////////////////////////////////////////
//  09 - CONTACT
///////////////////////////////////////////////////////////////////////*/

#contact {
  color: white;
}

#contact h1 {
  color: white;
}

.form-control-white {
  background: transparent;
  color: white;
}

.form-control-white::-webkit-input-placeholder {
  color: white;
}

.form-control-white:-moz-placeholder {
  color: white;
  opacity: 1;
}

.form-control-white::-moz-placeholder {
  color: white;
  opacity: 1;
}

.form-control-white:-ms-input-placeholder {
  color: white;
}

/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/

#footer {
  background: #000000;
  color: white;
  text-align: left;
}

/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {
  #header .slogan {
    font-size: 2.8em;
  }

  #header .secondary-slogan {
    font-size: 1.2em;
  }

  #header .bottom {
    bottom: 13%;
  }

  .blog-post {
    margin-bottom: 40px;
  }

  .recent-work {
    background-position: center;
  }

  .recent-work:before {
    opacity: 1;
  }

  .recent-work span {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #drawer-right {
    padding: 10px 20px;
  }

  #drawer-right .nav-pills>li>a {
    font-size: 17px;
  }

  .nav-stacked>li+li {
    margin-top: 0;
  }

  .nav>li>a {
    padding: 8px 15px;
  }

  #drawer-right .social {
    margin-top: 5px;
  }

  #header {
    background-size: cover;
  }
}
