@import
	url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap')
	;

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

body {
	background: #dfe9f5;
}
/* dropdown hover */
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}
.pl-36 {
	padding-left: 36px;
  }
  
  .pr-65 {
	padding-right: 65px;
  }
  
  .pb-13 {
	padding-bottom: 13px;
  }
  
  .pt-10 {
	padding-top: 10px;
  }
  
  .gap-41 {
	gap: 41px;
  }
  
  .pr-40 {
	padding-right: 40px;
  }
  
  .pt-53 {
	padding-top: 53px;
  }
  
  img {
	max-width: 100%;
  }
  
  .gap-10 {
	gap: 10px;
  }
  .pr-36{
	padding-right: 36px;
  }
  button.toggle {
	background:#fff;
	border:none;
	width:30px;
	height:30px;
	cursor:pointer; 
	outline:0;
  }
  
  .toggle span {
	width:100%;
	height:3px;
	background:#555;
	display:block;
	position:relative;
	cursor:pointer;
  }
  
  .toggle span:before,
  .toggle span:after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:#555 !important;
	transition: all 0.3s ease-out;
  }
  
  .toggle span:before {
	top:-8px;
  }
  
  .toggle span:after {
	top:8px;
  }
  
  .toggle span.toggle {
	background:transparent;
  }
  
  .toggle span.toggle:before {
	top:0;
	transform:rotate(-45deg);
	background:#FFF;
	
  }
  
  .toggle span.toggle:after {
	top:0;
	transform:rotate(45deg);
	background:#FFF;
  }
  .leftcontainer{
	transition: margin-left .5s;
  }
  
  .sidebar {
	background:#fff;
	width:235px;
	position:fixed;
	top:0;
	left:-235px;
	height:100%;
	box-shadow:0 2px 8px rgba(0,0,0,0.2);
	padding-top:90px;
	transition:all 0.3s ease-out;
  }
  
  .sidebar ul {
	list-style:none;
  }
  
  .sidebar ul li {
	display:block;
  }
  
  .sidebar ul li a {
	padding:8px 15px;
	font-size:16px;
	color:#222;
	font-family:arial;
	text-decoration:none;
	display:block;
	position:relative;
	z-index:1;
	transition:all 0.3s ease-out;
	font-weight:500;
  }
  
  .sidebar ul li a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	right:50%;
	transform:translate(-50%,-50%);
	width:0;
	height:1px;
	background:crimson;
	z-index:-1;
	transition:all 0.3s ease-out;
  }
  
  .sidebar ul li a:hover:before {
	width:100%;
  }
  
  .sidebar ul li a:hover {
	color:crimson;
  }
  
  .sidebarshow {
	left:0;
  }
  
.header {
	position: fixed;
	left: 0px;
	right: 0;
	background: #000000c3;
	z-index: 6;
	transition: margin-left .5s;
  }
  .header-left,.container-left{
margin-left: 235px;
}
  .time-count span {
	font-weight: 600;
	font-size: 28px;
	color: #fa9405;
  }
  
  .initiate span {
	font-weight: 600;
	font-size: 16px;
	color: #54fe9c;
  }
  
  .phone span {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
  }
  
  .profile-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
  }
  
  .profile-img img {
	height: 100%;
	border-radius: 50%;
  }
  
::placeholder ,input[type=date]:invalid::-webkit-datetime-edit {
    color: #999;
}
.signin-box {
	
	padding: 2rem 3rem 2rem 3rem;
	margin: 50px auto;
	background: rgb(235, 235, 235);
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.w-500{
	max-width: 500px;
}
.asrteklogin:hover{
	text-decoration: none;
}

h1 {
	font-size: 2rem;
	color: #07001f;
}

p {
	margin-bottom: 1.7rem;
}

form input {
	width: 100%;
	outline: none;
	border: none;
	background: rgb(255, 255, 255);
	padding: 12px 14px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.recover {
	text-align: right;
	font-size: 0.8rem;
	/* margin: 0.2rem 1.7rem 0 0; */
	margin-bottom: 10px;
}

.recover a {
	text-decoration: none;
	color: #07001f;
}

button {
	font-size: 1.1rem;
	margin-top: 1rem;
	padding: 8px 0;
	border-radius: 5px;
	outline: none;
	border: none;
	width: 85%;
	background: crimson;
	color: #fff;
	cursor: pointer;
}
.dropdown-menu{
	display: none;
}
.dropdown-hover:hover.dropdown-menu{
	display: block;
}

button:hover {
	background: crimson;
}

.or {
	font-size: 0.8rem;
	margin-top: 1.5rem;
}

.not-member {
	font-size: 0.8rem;
	margin-top: 1.4rem;
}

.not-member a {
	color: tomato;
	text-decoration: none;
}

.fa:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-dribbble {
	background: #000000;
	color: white;
}

.fa {
	padding: 7px;
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}

.brand h1 {
	font-size: 2rem;
	text-transform: uppercase;
	color: black;
}
.brand h1 span {
	color: crimson;
}
.custom-signup{
	width: 700px !important ;
    padding: 20px 30px;
}
.custom-signup label{
	text-align: left;
    /* width: 200px;
    margin-right: 20px; */
}
.custom-signup  input,.form-select{
	/* width: 400px !important; */
	margin-bottom: 10px;
	outline: none !important;
    border: none !important;
    padding: 12px 14px!important;
    border-radius: 10px!important;

}
.w-200{
	width: 200px;
}
.text-right{
	text-align: right;
}
.mr-20{
	margin-right: 20px;
}
a:hover{
	text-decoration: none;
}
.content-center{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
}


#main {
	transition: margin-left .5s;
	padding: 16px;
  }
#hero{
	min-height: calc(100vh - 150px);
	display: flex;
	align-items: center;
}
  #hero h1 {
	display: block;
	width: fit-content;
	font-size: 4rem;
	position: relative;
	color: transparent;
	animation: text_reveal 0.5s ease forwards;
	animation-delay: 1s;
}
#hero h1:nth-child(1) {
	animation-delay: 1s;
}
#hero h1:nth-child(2) {
	animation-delay: 2s;
}
#hero h1:nth-child(3) {
	animation: text_reveal_name 0.5s ease forwards;
	animation-delay: 3s;
}
#hero h1 span {
	height: 100%;
	width: 0;
	animation: text_reveal_box 1s ease;
	animation-delay: 0.5s;
}
#hero h1:nth-child(1) span {
	animation-delay: 0.5s;
}
#hero h1:nth-child(2) span {
	animation-delay: 1.5s;
}
#hero h1:nth-child(3) span {
	animation-delay: 2.5s;
}
@keyframes text_reveal_box {
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
@keyframes text_reveal {
	100% {
		color: white;
	}
}
@keyframes text_reveal_name {
	100% {
		color: crimson;
		font-weight: 500;
	}
}
.cta {
	display: inline-block;
	padding: 10px 30px;
	color: white;
	background-color: transparent;
	border: 2px solid crimson;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
}
.cta:hover {
	color: white;
	background-color: crimson;
}
a{
	text-decoration: none !important;
}
.about-img {
    height: 100%;
    width: 100%;
    position: relative;
    border: 10px solid white;
}
.about-img::after {
    content: '';
    position: absolute;
    left: -33px;
    top: 19px;
    height: 98%;
    width: 98%;
    border: 7px solid crimson;
    z-index: -1;
}
.section-title {
    font-size: 4rem;
    font-weight: 300;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.section-title span {
    color: crimson;
}
#footer {
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
#footer .footer {
	min-height: 200px;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 10px;
	justify-content: center;
}
#footer h2 {
	color: white !important;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}
#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: 0.3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
	color: white !important;
	font-size: 1.3rem;
}
img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

