/**
* Template Name: Minimal
* Template URL: https://templatemag.com/minimal-bootstrap-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/
@font-face {
  font-family: 'Antenna';
  src: url(fonts/Antenna-Regular.otf) format("opentype"); 
  font-weight: normal;
}
@font-face {
  font-family: 'Antenna';
  src: url(fonts/Antenna-Bold.otf) format("opentype"); 
  font-weight: bold;
}
@font-face {
  font-family: 'Antenna';
  src: url(fonts/Antenna-Light.otf) format("opentype"); 
  font-weight: lighter;
}

body {
  background-color: #000;
  font-family: 'Antenna', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Antenna', sans-serif;
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  /* margin-bottom: 25px; */
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #f85c37;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  position: sticky;
  top: 0;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;  
  /*add*/
  /* min-height: 700px; */
  height: 100vh; 
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 150px;
  color: white;
  font-size: 70px;
  font-weight: 700;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  font-family: 'Antenna', sans-serif;
  font-style: oblique;
}

.menu .logo {
  height: 70px;
  text-align: left;
  margin-left: 40px;
  margin-top: 25px;
  max-width: 200px;
  max-height: 100px;
}

/* Footer Wrap */

#f {
  background: black;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}

#f h3 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f p {
  font-size: 20px;
  color: #f2f2f2;
}

#f img {
  text-align: center;
}

/* MENU CONF*/

.menu {
  position: fixed;
  /* right: -200px; */
  width: 100%;
  height: auto;
  top: 0;
  z-index: 10;
  text-align: left;
  background: transparent;
  overflow: hidden;
  pointer-events: none; /* disable interaction with transparent part */
}

.menu * {
  pointer-events: auto;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  /* background: #1a1a1a; */
  background: #18d26e;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: 'Antenna', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 25px;
  right:30px;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
} 

/*END Menu Config*/

/* Contact Form */

.contact-form {
  text-align: left;
}

.contact-form label {
  font-family: 'Antenna', sans-serif;
  font-weight: lighter;
  color: #999;
}

.contact-form input, .contact-form textarea {
  font-family: 'Antenna', sans-serif;
  font-weight: lighter;
  padding: 14px 16px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  background-color: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: none;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #fff;
  color: #020202;
}

.contact-form .validate {
  display: none;
  color: #f0ad4e;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}


/* Copyrights */

#copyrights {
  background: #222222;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

#copyrights a {
  color: #f0ad4e;
}

#copyrights p {
  font-family: 'Antenna' , sans-serif;
  font-size: small;
  margin-bottom: 5px;
}

.credits {
  color: #999;
}

/*---------------------start custon styles------------------------*/

/*-----------start menubar--------------*/
/* start new menu toggle btn*/
.menubar {
  position: absolute;
  right: 4%;
  top: 40%;
  cursor: pointer;
  opacity: .8;
  transition: all .4s ease;
}

.menubar span {
  position: relative;
  background-color: transparent;
  height: 2px;
  width: 20px;
  display: block;
  margin: 6px;
  border-radius: 20px;
}

.menubar .first-span {
  width: 35px;
}

.menubar .first-span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: whitesmoke;
  transition: all .5s ease;
}

.menubar .second-span {
  width: 35px;
}

.menubar .second-span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 75%;
  top: 0;
  right: 0;
  background-color: whitesmoke;
  transition: all .3s ease;
}

.menubar .third-span {
  width: 35px;
}

.menubar .third-span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: whitesmoke;
  transition: all .3s ease;
}

.menubar:hover .second-span::before,
.menubar:hover .first-span::before {
  width: 100%;
}

.menubar:hover {
  opacity: 1;
}

/* end new menu toggle btn*/

/*New full screen nav*/
.navigation-logo img {
  height: 70px;
  position: absolute;
  top: 5%;
  left: 2.5%;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .4s ease;
  max-width: 120px;
  max-height: 70px;
}

#navigation-content {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 12;
  background-color: #020202;
  transform: translateY(-200%); 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.close-first,
.close-second {
    height: 2px;
    width: 35px;
    background-color: whitesmoke;
    display: block;
    margin: 4px;
    cursor: pointer;
    padding: 1px;
    border-radius: 20px;
}

.close-first {
    transform: rotate(45deg);
}

.close-second {
    transform: rotate(-45deg);
}

.navigation-close {
  position: absolute;
  top: 6%;
  right: 4%;
  padding: 10px;
  cursor: pointer;
  transition: all.3s ease;
  opacity: .8;
}

.navigation-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.navigation-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Antenna', sans-serif;
  font-weight: normal;
}

.navigation-links a {
  padding: 10px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  opacity: .7;
  transition: all .4s ease;
}

.navigation-links a:hover {
  opacity: 1;
}

.navigation-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  align-items: center;
  font-size: 5em;
  font-weight: 400;
  font-family: 'Antenna';
  color: rgb(255, 255, 255, .1);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  letter-spacing: 100px;
  transition: all .4s ease;
}

.navigation-links a:hover::before {
  content: attr(data-text);
  opacity: 1;
  letter-spacing: 10px;
}

/*end New full screen nav */
/*---------------end menubar------------*/

/*----------start header-----------------*/
.canvas {
  /* background: url("../img/filler.png") center center/cover;  */
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.canvas-text{
  margin-top: 30vh;
  background: transparent;
}
/*------------end header-----------------*/

/*************AboutMe*********************/
#f .img-max {
  max-width: 480px; 
}

.menu .logo img{
  height: 70px;
  position: absolute;
  top: 10%;
  left: 2.5%;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .4s ease;
  max-width: 120px;
  max-height: 70px;
}
/* .logo-size{
  max-width: 10px;
  max-height: 5px;
} */

.aboutMe-txt{
  font-size: 100px;
  color: #f2f2f2;
  line-height: 1;
  margin-top: 100px;
}
/***********end about me******************/

/****************Back To Top Button******************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	/* background: #00bfd8 url("../images/up-arrow.png") no-repeat center 47%; */
	background-size: 5.125rem 5.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #00a7bd; 
}
/****************End Back To Top Button******************/

/*****************portfolio view btn***********************/
.btn-portfolio{
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.btn-portfolio:hover{
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}

.btn-portfolio span {
  position: absolute;
  display: block;
}

.btn-portfolio span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.btn-portfolio span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.btn-portfolio span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.btn-portfolio span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

/*****************end portfolio view btn***********************/

/*******back btn***************/
/* CSS */
.button-back {
  background-color: transparent; 
  border-color: #ffffff;
  color: #fff;
  width: 100px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.button-back:hover {
  border-color: #03e9f4;
  color: #03e9f4;
}
/*********end  back btn********************/
/* Back to top button */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.507);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 11px;
  top: 9px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(114, 114, 114, 0.356);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*Back to top button- end */

/*pre loader start*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999999;
  display: flex;
  align-content: center;
  justify-content: center;
}

.sk-folding-cube {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}


.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #d63447;
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
/*pre loader end*/

/* header coursel text*/
#headerwrap .container .carousel-inner .crsl-font .crsl-font-up{
  font-size:180%; 
  line-height: 1; 
  color: white; 
  font-weight: 
  lighter; 
  text-shadow: 2px 2px 4px #000000;
}

#headerwrap .container .carousel-inner .crsl-font .crsl-font-Down{
  font-size:300%; 
  line-height: 0.8; 
  color: white; 
  text-shadow: 2px 2px 4px #000000;
}

/*end  header coursel text*/

/*aboutme text*/
#f .text-container {
  margin-top: 105px;
}

#f .text-container p {
  font-family: 'Antenna', sans-serif;
  font-weight: normal;
  font-size: 37px;
  line-height: 1.25; 
}

#f .text-container strong {
  font-family: 'Antenna', sans-serif;
  font-weight: bold;
  color: #B90000;
}
/*end aboutme text*/ 

/*responsive design*/
@media (max-width: 1200px) {
  /* Smaller Resolution Desktops and Laptops */
  #f .img-max {
    max-width: 450px; 
  }  
  #f .text-container p {
    font-size: 30px;
    line-height: 1.25; 
  }
}


@media (max-width: 960px) {
  /* Smaller Resolution Desktops and Laptops */
  #f .img-max {
    max-width: 420px; 
  }  
  #f .text-container {
    margin-top: 65px;
  }
  #f .text-container p {
    font-size: 28.7px;
    line-height: 1.25; 
  }
}

@media (max-width: 720px) {
  /* Smaller Resolution Desktops and Laptops */
  #f .img-max {
    max-width: 400px; 
  }  
  #f .text-container p {
    font-size: 28px;
    line-height: 1.25; 
  }
  .cursor {
    display: none;
  }
}

@media (max-width: 550px) {
  /* Smaller devices */
  #f .img-max {
    max-width: 380px; 
  }
  #f .text-container p {
    font-size: 23px;
    line-height: 1.25; 
  }
  #headerwrap .container .carousel-inner .crsl-font .crsl-font-up{
    font-size:140%; 
  }  
  #headerwrap .container .carousel-inner .crsl-font .crsl-font-Down{
    font-size:180%;
    line-height: 1.2; 
  }  
  
}
@media (max-width: 450px) {
  /* Even Smaller devices */
  #f .img-max {
    max-width: 275px; 
  }
  #f .text-container p {
    font-size: 18px;
    line-height: 1; 
  }
  #headerwrap .container .carousel-inner .crsl-font .crsl-font-up{
    font-size:110%; 
  }  
  #headerwrap .container .carousel-inner .crsl-font .crsl-font-Down{
    font-size:150%;
    line-height: 1.2; 
  }
  
}

@media (max-width: 300px) {
  /* Even Smaller devices */
  #f .img-max {
    max-width: 200px; 
  }
  #f .text-container p {
    font-size: 15px;
    line-height: 1; 
  }

  #headerwrap .container .carousel-inner .crsl-font .crsl-font-up{
    font-size:80%; 
  }
  
  #headerwrap .container .carousel-inner .crsl-font .crsl-font-Down{
    font-size:120%;
    line-height: 1.2; 
  }
  
}

/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { */
  /* Even Smaller devices */
  /* #f .img-max {
    max-width: 200px; 
  }
   */
/* } */
/*end responsive design*/ 

/*-------------end custon styles-----------------*/
