/*
Theme Name: Tesla - Login signup forget contact & coming-soon Form HTML5 Template
Support: rana271199@gmail.com
Description: Tesla - Login signup forget contact & coming-soon Form HTML5 Template
Version: 1.0
*/

/* CSS Index
============================
01.Theme default css
02.Variable CSS start
03.preloder-start
04.hero-area-start
05.demo-area-start
============================ */

/*=============================
1. Google Fonts
===============================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap");
/*=============================
01. Theme default css
===============================*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: var(--white);
}
a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
a,
button {
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 0px;
  font-style: normal;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--p-color);
  margin-bottom: 0px;
}
*::-moz-selection {
  background: var(--green);
  color: var(--white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--green);
  color: var(--white);
  text-shadow: none;
}
::selection {
  background: var(--green);
  color: var(--white);
  text-shadow: none;
}
/*=============================
02.Variable CSS start
===============================*/
:root {
  --red: rgb(254, 7, 7);
  --white: #fff;
  --black: #012739;
  --text-gary: #e5e5e5;
  --gray: #f2f4f8;
  --green: #03f17e;
  --black-overly: #353d4a;
  --l-color: #aeaeae;
  --blue: #0d6efd;
}
/*=============================
03.preloder-start
===============================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--green);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--red);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--blue);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=============================
04.hero-area-start
===============================*/
.hero-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-wraper {
  position: relative;
}
.hero-area {
  width: 100%;
  height: 100vh;
}
.bg-overly {
  position: relative;
}
.bg-overly::after {
  position: absolute;
  background-color: rgb(0 0 0 / 0.8);
  width: 100%;
  height: 100vh;
  content: "";
}
.hero-content h3 {
  font-size: 33px;
  color: var(--white);
  font-weight: 700;
  line-height: 57px;
  text-transform: capitalize;
}
.hero-content p {
  color: var(--white);
  font-weight: 500;
  font-size: 15px;
  margin-top: 30px;
}
.demo-img {
  text-align: center;
}
.demo-img a {
  display: block;
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}
.demo-img a:last-child{
  margin-top: 30px;
}
.demo-img img {
  padding: 0px;
  border-radius: 5px;
}
/*=============================
05.demo-area-start
===============================*/
ul#myTab {
  border: none;
  justify-content: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  background: var(--gray);
  border-bottom: 2px solid var(--blue);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: var(--blue);
}
.nav-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 17px;
}
.nav-tabs .nav-link {
  border: none;
  margin: 0px;
  border-bottom: 2px solid var(--white);
  background: var(--gray);
  border-radius: 50px;
  margin-right: 11px;
}
.nav-tabs {
  border: none;
}
.demo-title {
  text-align: center;
  padding: 30px 0px;
}
.demo-title h2 {
  color: var(--black);
  display: inline-block;
}
@media (max-width:570px) {
  .hero-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;

  }
  
}
.demo-wraper {
  position: relative;
}
.file-link {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-70%);
  visibility: hidden;
  transition: all .4s ease;
  opacity: 0;
}
.demo-wraper:hover .file-link{
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.file-link ul li a {
  height: 40px;
  width: 150px;
  background: var(--black);
  display: inline-block;
  margin-bottom: 7px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  color: var(--white);
  transition: all .3s ease;
  border: 2px solid var(--blue);
}
.file-link ul li a:hover{
  background: var(--blue);
}