/*
Theme Name: Tesla - Login signup Form $ coming-soon HTML5 Template
Support: rana271199@gmail.com
Description: Tesla - Login signup Form $ coming-soon  HTML5 Template
Version: 1.0
*/

/* CSS Index
============================
01.Theme default css
02.Variable CSS start
03.default-button-style
04.header-style
05.login-form-style
06.signup-form-style
07.contact-form-start
08.coming-soon-start
9.preloder-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(--gray);
}
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: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--black);
  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 {
  --white: #fff;
  --black: #012739;
  --text-gary: #e5e5e5;
  --gray: #f2f4f8;
  --green: #03f17e;
  --black-overly: #353d4a;
  --l-color: #aeaeae;
  --blue: #0d6efd;
}
/*=============================
03.default-button-style
===============================*/
.button button {
  width: 100%;
  padding: 13px 15px;
  border: 2px solid var(--green);
  background: var(--green);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  transition: all 0.3s ease;
}
.button button:hover {
  border: 2px solid var(--green);
  color: var(--black);
  background: none;
}
.button.button2 button:hover {
  color: var(--white);
}
.button.buttonv3 button {
  border-radius: 50px;
  padding: 11px 54px;
}
.button.contact button {
  width: inherit;
  padding: 11px 30px;
  background: var(--blue);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.button.contact button:hover {
  background: none;
  border: 2px solid var(--blue);
}
.button.contact.contact2 button:hover {
  color: var(--blue);
}
.subscribe-form button {
  padding: 13px 15px;
  background: var(--green);
  border: none;
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
}
/*=============================
04.header-style
===============================*/
.header-start {
  padding: 10px 0px;
}
.header-start .acount {
  text-align: right;
}
.header-start .acount a {
  color: var(--blue);
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 10px 20px;
  background: white;
  border-radius: 50px;
}
.header-start .acount a:hover {
  color: var(--green);
}
.header-start .acount a i {
  color: var(--black);
}
.full-bg {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
}
.bg-overly {
  position: relative;
}
.bg-overly::after {
  position: absolute;
  background-color: rgb(0 1 1 / 0.7);
  width: 100%;
  height: 100vh;
  content: "";
}
/*=============================
05.login-form-style
===============================*/
.logov2.logo {
  position: relative;
}
.form-title h2 {
	font-size: 26px;
}
.form-start {
  box-shadow: 0px 20px 150px #d6dee4;
  padding: 40px;
  background: var(--white);
  margin-left: 60px;
  margin-right: 60px;
}
.form-startv2.form-start {
  position: relative;
  padding: 40px 50px;
  background-color: rgb(0 1 1 / 0.7);
  border-radius: 10px;
  box-shadow: none;
  margin: 0px 40px;
}
.form-start.form-startv3 {
  padding: 50px 40px;
  background: var(--white);
  border-radius: 10px;
}
.form-startv2.form-start input {
  background: none;
}
.form-startv2.form-start .form-title h2 {
  color: var(--white);
}
.form-start label {
  display: block;
  color: var(--l-color);
}
.form-startv2.form-start label {
  text-align: left;
}
.form-start.form-startv3 label {
  text-align: left;
}
.form-start input::placeholder {
  color: var(--l-color);
  font-size: 14px;
  font-weight: 500;
}
.form-start input::-moz-placeholder {
  color: var(--l-color);
  font-size: 14px;
  font-weight: 500;
}
.fild {
  position: relative;
}
.fild .icon {
  position: absolute;
  top: 50%;
  right: 14px;
  cursor: pointer;
  font-size: 22px;
  transform: translateY(-50%);
  color: var(--l-color);
}
.form-start input {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--text-gary);
  border-radius: 5px;
  padding-right: 41px;
}
.form-startv2.form-start input {
  color: var(--white);
}
.form-start.form-startv3 input {
  background: var(--gray);
  border-radius: 50px;
}
.form-start.form-startv3.form-startv4 input {
  background: none;
  border: none;
  border-bottom: 2px solid var(--l-color);
  border-radius: 0;
  padding: 13px 0px;
  transition: all 0.3s ease;
}
.form-start.form-startv3.form-startv4 input:focus {
  transform: scaleX(1.03);
}
.form-start input:focus {
  border: 1px solid var(--green);
}
.checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox span {
	display: flex;
	font-size: 14px;
	justify-content: center;
	font-weight: 500;
	color: var(--black);
	align-items: center;
}
.checkbox label {
  cursor: pointer;
}
.forget label {
  margin-bottom: 0;
}
.checkboxv2.checkbox span {
  color: var(--white);
}
.checkbox input {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
}
.forget a {
	color: var(--blue);
	transition: all 0.3s ease;
	font-weight: 500;
	margin-left: 4px;
	font-size: 15px;
}
.forget a:hover {
  color: var(--green);
}
.forget span {
  font-size: 15px;
  font-weight: 500;
}
.not-a-acountv2.not-a-acount p {
  color: var(--white);
}
.not-a-acount a {
  color: var(--blue);
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
}
.not-a-acount a:hover {
  color: var(--green);
}
.form-right {
  text-align: center;
  padding: 0px 70px;
}
.form-right img {
  max-width: 100%;
  height: auto;
}
.trems-conditionv2.trems-condition p {
  color: var(--white);
  font-size: 13px;
}
.trems-condition a {
  color: var(--blue);
  font-size: 15px;
}
.trems-condition a:hover {
  color: var(--green);
}
.form-social h4 {
  font-size: 23px;
  line-height: 23px;
  margin: 10px 0px;
}
.social-login a {
  padding: 13px 15px;
  display: block;
  background: #3b5998;
  border-radius: 50px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.social-login i {
  margin-right: 10px;
}
.social-login.gg a {
  background: #c32f10;
}
/*=============================
06.signpu-form-style
===============================*/
.checkbox2.checkbox {
  justify-content: flex-start;
}
.checkbox2.checkbox input {
  margin-right: 10px;
}
/*=============================
07.contact-form-start
===============================*/
.form-title.contact h2 {
  display: inline-block;
  border-bottom: 2px solid var(--green);
  color: var(--green);
}
.fild .message {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 1px solid var(--text-gary);
  padding: 20px;
}
.fild .message:focus {
  border: 1px solid var(--green);
}
.message.text-area-fild {
  background: none;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.fild textarea::placeholder {
  color: var(--l-color);
}
.fild.massage-fild textarea {
  border: none;
  border-bottom: 2px solid var(--l-color);
  border-radius: 0;
  height: 56px;
  padding: 0;
  color: var(--black);
  padding: 15px 0px;
  transition: all 0.3s ease;
}
.fild.massage-fild textarea:focus {
  border: none;
  border-bottom: 2px solid var(--l-color);
  transform: scaleX(1.03);
}
.form-start.form-startv3.form-startv4 .contact3 h2 {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
  display: inline-block;
}
.form-startv2.form-start .form-title.contact2 h2 {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
  display: inline-block;
}
.form-start.form-startv3.form-startv4.contact3 {
	background-color: var(--white);
	position: relative;
	border-radius: 0;
	box-shadow: none;
	margin: 0px;
	padding: 30px 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 60px;
}
.contact-form-here {
  background: var(--gray);
  padding: 80px 50px;
  border-radius: 5px;
}
.contact-social {
  position: relative;
  text-align: center;
}
.social-here.socialv4 {
  clip-path: ellipse(67% 92% at 33% 49%);
  background: var(--green);
}
.social-here {
  padding: 50px 100px;
}
.contact-social h2 {
  color: var(--white);
  font-size: 35px;
  margin-bottom: 20px;
}
.social-icon ul li {
  margin-bottom: 20px;
}
.mc-pl-0 {
  padding-left: 0px;
}
.social-icon ul li a {
  padding: 13px 15px;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
}
.social-icon ul li i {
  margin-right: 10px;
  font-size: 20px;
}
.social-icon ul li.facobook a {
  background: var(--blue);
}
.social-icon ul li.twitter a {
  background: rgb(66, 133, 244);
}
.social-icon ul li.linkedin a {
  background: var(--green);
}
.social-icon ul li.instagram a {
  background: var(--l-color);
}
.form-start.form-startv3.contact4 {
	position: relative;
	border-radius: 0;
	box-shadow: none;
	margin: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fild.massagev4 textarea {
  background: var(--gray);
  border-radius: 29px;
  color: var(--black);
}
.social-iconv4 ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-iconv4 ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  color: var(--black);
  transition: all 0.3s ease;
}
.social-iconv4 ul li a:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
}
.social-here.socialv4 h2 {
  display: inline-block;
  border-bottom: 2px solid;
}
/*=============================
08.coming-soon-start
===============================*/
.full-comeingsoon {
  position: relative;
}
.single-timer span {
  font-size: 50px;
  color: var(--white);
  line-height: 50px;
}
.single-timer p {
  font-size: 20px;
  color: var(--white);
  font-weight: 300;
}
.content-here h2 {
  font-size: 30px;
  color: var(--white);
}
.content-here p {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white);
  font-weight: 300;
}
.subscribe-form input {
  width: 70%;
  padding: 13px 15px;
  background: no-repeat;
  border: 1px solid var(--green);
  color: var(--white);
}
.subscribe-form input::placeholder {
  color: var(--white);
}
.single-dates {
  width: 122px;
  height: 121px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
.single-timer.single-timer2 span {
  font-size: 60px;
  font-weight: 600;
}
.single-timer.single-timer2 p {
  margin-top: 8px;
  font-weight: 400;
}
.single-timer.single-timer2 {
  border: 2px dashed var(--l-color);
  border-bottom: 2px solid var(--blue);
}
.times {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-form.subscribe-formv2 form input {
  width: 100%;
  border: 1px solid var(--blue);
  padding-right: 144px;
}
.subscribe-form.subscribe-formv2 form {
  position: relative;
}
.subscribe-form.subscribe-formv2 form button {
  position: absolute;
  right: 12px;
  padding: 5px 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background: var(--l-color);
}
.fellow-socialv2 ul li {
  display: inline-block;
}
.fellow-socialv2 ul li a {
  color: var(--l-color);
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.fellow-socialv2 ul li a:hover {
  color: var(--blue);
}
.fellow-socialv2 ul li i {
  margin-right: 6px;
}

/*=============================
9.preloder-start
===============================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: var(--white);
  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(--blue);
    -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(--black);
    -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);
    }
}