@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: "Poppins", sans-serif;*/

body {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #F2F2F2;
}
.container {
    max-width: 1170px;
    width: 100%;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #000;
    margin: 0
}

h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;    
}

h2 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;    
}
h2 span{
    color: #fff;
}
h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;    
}
h3 span{
    color: #fff;
}
h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
h4 span{
    color: #fff;
}
h5 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

/*h6 {
    font-size: 13px
}*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: none;
}
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 :focus {
    outline: 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.form-select:focus { 
  box-shadow: none;
  border-color: #999999;
}
.form-control:focus { 
  box-shadow: none;
  border-color: #999999;
}
.tm-custom-padding{
    padding: 100px 0;
}
.tm-btn1 {
  background-color: #EF0000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  padding: 15px 20px;
  line-height: 1;
  font-size: 20px;
  border: 2px solid #EF0000;
  transition: all ease-in-out .3s;
  display: inline-block;
  text-align: center;
}
.tm-btn1:hover{
    background-color:transparent;
    color: #EF0000;
    border: 2px solid #EF0000;
}
.tm-btn2 {
    background-color:transparent;
    color: #fff;
    border: 2px solid #fff;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    font-size: 20px;    
    transition: all ease-in-out .3s;
    display: inline-block;
    text-align: center;
}
.tm-btn2:hover{
    background-color:#fff;
    color: #EF0000;
    border: 2px solid #fff;
}
.tm-btn3 {
    background-color:transparent;
    color: #EF0000;
    border: 1px solid #EF0000;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    font-size: 20px;    
    transition: all ease-in-out .3s;
    display: inline-block;
    text-align: center;
}
.tm-btn3:hover{
    background-color:#EF0000;
    color: #fff;
    border: 1px solid #EF0000;
}
/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed; 
  animation: slideDown 0.35s ease-out;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.page-header.is-sticky img {
  max-width: 80%;
}
.page-header.is-sticky .tm-menu-notification-btn img {
  max-width: 100%;
}
.page-header.is-sticky button {
  font-size: 18px;
  padding: 12px 15px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/*==================================header Start================================*/
.tm-header {  
  backdrop-filter: blur(2.8499999046325684px);
  background-color: rgba(255,255,255, .5);
  position: relative;
  z-index: 9999;
}
.tm-header .navbar {
  padding: 15px 0;
}
.tm-header .navbar-brand img{
    width: 180px;
}
.tm-header-menu.page-header {
  background-color: #fff;
}
.tm-header-logo{
    text-align: center;
}
.tm-header-logo img{
    width: 300px;
}
.tm-menu-btn{
    margin-left: 20px;
}
.tm-header-menu-list ul li a {
  color: #000;
  padding: 0;    
  font-size: 16px;
  transition: all ease-in-out .3s;
}
.tm-header-menu-list ul li a.nav-link.active{
    color: #EF0000;
}
.tm-header-menu-list ul li a.nav-link:hover{
    color: #EF0000;
}
.tm-header .navbar-expand-lg .navbar-collapse {
  flex-basis: unset;
  padding-bottom: 10px;
}
.tm-header .container-fluid{
    padding: 0;
}
.tm-menu-notification-btn{
    padding-left: 20px;
}
.tm-menu-notification-btn ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
.tm-menu-notification-btn i{
    font-size: 25px;
}
.tm-menu-notification-btn ul li img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
/*==================================header End================================*/

/*==================================Banner Start================================*/
.tm-banner{
  height: 100vh;
  background-position: top center;  
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.tm-banner .container{
    height: 100%;
}
.tm-banner-overlay {
  position: absolute;
  background-color: rgba(0,0,0,.4);
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tm-banner-text {
  position: relative;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.tm-made-everyday-energy-sec-text p{
    margin: 20px 0 30px;
}
/*====================================what-coming-sec====================================*/
.tm-what-coming-sec {
  background-color: #fff; 
}
.tm-what-coming-sec-panel {
  background-color: rgba(242, 242, 242, 1);
  border: 1px solid #000;
  border-radius: 12px;
  min-height: 186px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
}
.tm-what-coming-sec-panel-icon{
    background-color: rgba(239, 0, 0, 1);
    width: 43px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
/*========================Your Founding Member Perks==============================*/
.tm-founding-member-perks-panel-main {
  margin-top: 100px;
  display: flex;
}
.tm-founding-member-perks-panel {
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.tm-founding-member-perks-panel-titel {
  background-color: rgb(255, 218, 218);
  padding: 25px 20px;
}
.tm-founding-member-perks-panel-content {
    padding: 30px 20px;
}
.tm-founding-member-perks-panel-content img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.tm-founding-member-perks-panel-titel h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.tm-founding-member-perks-panel-content ul li{
    display: flex;
    gap: 10px;
    align-items: top;
    margin-top: 30px;
}
.tm-founding-member-perks-panel-content .tm-btn1{
    display: block;
    margin-top: 40px;
}
.tm-founding-member-perks-panel.tm-founding-member-perks-panel-2 {
  margin-top: -60px;
  transform: scale(1.04);
  background-color: #fff;
}
.tm-founding-member-perks-panel.tm-founding-member-perks-panel-2 .tm-founding-member-perks-panel-titel {
  background-color: rgb(239, 0, 0);
  text-align: center;
}
.tm-founding-member-perks-panel.tm-founding-member-perks-panel-2 .tm-founding-member-perks-panel-titel h3{
  color: #fff;
}
.tm-founding-member-perks-panel-3 .tm-founding-member-perks-panel-titel{
    background-color: rgba(230, 230, 230, 1) !important;
}


.tm-founding-member-perks-panel-price {
  text-align: center;
  padding: 25px 10px 10px;
}
.tm-founding-member-perks-panel-price h2 span {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.tm-founding-member-perks-panel-titel-bottom-text{
    border:1px solid rgba(127, 127, 127, 1);
    padding: 30px 20px;
}
.tm-founding-member-perks-panel-titel-bottom-text p{
    margin-bottom: 0;
}
.tm-founding-member-perks-panel-titel-red-text{
    background-color: rgb(239, 0, 0);
    text-align: center;
}
.tm-founding-member-perks-panel-titel-red-text p{
    margin-bottom: 0;
    padding: 30px 20px;
    color: #fff;
}
.tm-btn1.tm-btn1-disable {
  background-color: rgb(127, 127, 127);
  border:2px solid rgb(127, 127, 127);
  cursor:unset;
}
.tm-btn1.tm-btn1-disable:hover{
	background-color: rgb(127, 127, 127) !important;
    color: #fff !important;
	cursor:unset !important;
} 
/* .tm-btn1.tm-btn1-disable:hover{
    background-color: transparent;
    color: rgb(127, 127, 127);
} */
/*====================================registration-form-sec====================================*/
.tm-registration-form-sec{    
    background-position: top center;  
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.tm-registration-form-sec-form-main {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 50px 30px;
  z-index: 1;
  position: relative;
}
.tm-registration-form-sec-form .form-control, .tm-registration-form-sec-form .form-select{
    border:2px solid rgba(145, 145, 145, 1);
    padding: 10px;
}
.tm-registration-form-sec-form .form-control:placeholder{
    color: rgba(204, 204, 204, 1);
}
/*==========================Footer=================================*/
.tm-footer {
  position: relative;
  z-index: 999;
}
.tm-footer-top {
  background-color: #000;
}
.tm-footer-top-panel{
    color: #fff;
}
.tm-footer-top-panel-title {
  margin-bottom: 15px;
}
.tm-footer-log {
  margin-bottom: 40px;
}
.tm-footer-top-panel-about {
  padding-right: 25%;
}
.tm-footer-top-panel-list ul li{
    margin-bottom: 10px;
}
.tm-footer-top-panel-list ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;  
}
.tm-footer-top-panel-list ul li h5 {
  padding-bottom: 0;
}
.tm-footer-top-panel-form span{
    display: block;
    color: #6A6A6A;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.tm-footer-top-panel-form .input-group{
    padding: 6px;
    border: 1px solid #000000;
    color: #6A6A6A;
    border-radius: 10px;
}
.tm-footer-top-panel-form .input-group input{
    border: 0;
    color: #6A6A6A;   
    font-size: 20px; 
}
.tm-footer-top-panel-form .input-group input::placeholder{    
    color: #6A6A6A;    
}
.tm-footer-top-panel-form .input-group button {
  background-color: #000;
  border-radius: 10px !important;
  padding: 15px 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
.tm-footer-bottom {
  padding: 30px 0;
  background-color: #fff;
}
.tm-footer-bottom-text {
  display: flex;
  justify-content: space-between;
}
.tm-footer-bottom-text p{
    margin-bottom: 0;
}

.disabled_box {opacity:0.4;}
h3.red_heading {color:#EF0000;}