@font-face {
	font-family: "TwitterChirpBold";
	src: url("../fonts/chirp-bold-web.woff") format("woff");
}

@font-face {
	font-family: "TwitterChirpRegular";
	src: url("../fonts/chirp-regular-web.woff") format("woff");
}

@font-face {
	font-family: "TwitterChirpExtendedHeavy";
	src: url("../fonts/chirp-extended-heavy-web.woff") format("woff");
}

* {
	margin: 0;
	padding: 0;
	top: 0;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	width: 100%;
	background-color: black;
}
.container {
  display: flex;
  align-items: center;
}

.section1 {
  background-image: url(../img/background.png);
  background-position: center;
  width: 50%;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.section1 img {
	height: 38%;
	margin: auto;
	display: inline-block;
}
/*Section 2*/
.section2 {
  /* background: black; */
  width: 50%;
  height: 75vh;
  color: white;
}

.box1 {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

.box1 img {
	height: 35px;
	width: 40px;
	margin: 30px 20px;
}

.box1 h1 {
	font-family: "TwitterChirpExtendedHeavy", system-ui, -apple-system,
		BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
		"Open Sans", "Helvetica Neue", sans-serif;
	margin: 20px 20px;
	font-size: 65px;
	font-weight: 900;
	text-align: center;
}

.box1 h2 {
  margin: 20px 20px;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/*Box2*/

.box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
button {
	color: black;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
button:hover {
	background-color: rgb(255, 255, 255);
	border: 3px solid rgb(123, 120, 120);
}

.btn1 {
	width: 250px;
	font-weight: 600;
	border-radius: 30px;
	text-align: center;
	margin-left: 30px;

	padding: 2px 30px;
	border: 3px solid rgb(255, 247, 247);
	cursor: pointer;
}

.btn1 img {
	height: 30px;
	margin: 2px 10px;
}

/*Btn2*/
.btn2 {
	width: 250px;
	margin-left: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 2px 30px;
  word-wrap: break-word;
	border: 3px solid rgb(244, 235, 235);
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
}

.btn2 img {
	height: 30px;
	margin-right: 10px;
}

@media (max-width: 300px) {
  .btn1 {
    flex-direction: column;
    width: auto;
  }

  .btn2 {
    flex-direction: column;
    width: auto;
  }
}

hr.dotted {
	border-top: 8px rounded rgb(15, 173, 240);
	border-radius: 5px;
	width: 66%;
	margin: 20px 50px;
}

.email {
  width: 250px;
  display: inline-block;
  color: white;
  padding: 10px 0px;
  border: 3px solid rgb(29, 155, 240);
  border-radius: 30px;
  font-weight: 600;
  background-color: rgb(29, 155, 240);
  cursor: pointer;
}
.email:hover {
	background-color: rgb(14, 127, 202);
	border: 3px solid rgb(76, 158, 240);
}
p {
	font-size: 12px;
	width: 50%;
	color: rgb(115, 131, 134);
	margin-top: 15px;
	margin-left: 100px;
	text-align: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
span {
	color: rgb(29, 155, 240);
	cursor: pointer;
}
span:hover {
	text-decoration: underline;
	text-decoration-color: rgb(29, 155, 240);
}

.account {
	font-weight: 900;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 20px;
	margin-left: 40px;
	margin-top: 30px;
}
.account button {
	width: 350px;
	margin-top: 30px;
	color: white;
	padding: 10px 0px;
	border: 2px solid rgb(29, 155, 240);
	border-radius: 30px;
	font-weight: 600;
	background-color: rgb(29, 155, 240);
	cursor: pointer;
	font-size: 18px;
}

.account button:hover {
	background-color: rgb(23, 130, 201);
	border: 2px solid rgb(23, 130, 201);
}

.container2 {
	display: flex;
	/* background: black; */
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 55px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.container2 a {
	margin: 10px 10px;
	color: gray;
	text-decoration: none;
}
.container2 a:hover {
	text-decoration: underline;
}
.copyright {
	/* background-color: black; */

	text-align: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	height: 50px;
}
.copyright span {
	display: inline-block;
	margin-top: 10px;
	color: gray;
	font-size: 13px;
}
.copyright span:hover {
	text-decoration: none;
}

.account button {
	width: 283px;
}

.container2 {
	height: auto;
}

.Phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*Media Queries (FOR MOBILE)*/

@media (max-width: 480px) {
	.container {
		flex-direction: column;
	}
	.container2 {
		width: 100%;
	}
	.section1 {
		width: 100%;
		display: none;
	}
	.section2 {
		height: 754px;
		width: 100%;
	}
	#twit {
		height: 19%;
	}
	.box1 {
		margin-left: 0;
	}
	.box1 h1 {
		font-size: 37px;
	}
	.box2 {
		display: block;
	}
	.btn1,
	.btn2 {
		margin: 10px auto;
	}
	.email {
		display: block;
		margin: auto;
    width: auto;
    padding: 10px 30px;
	}

	.account {
		display: block;
		margin: 22px auto;
	}

  .account button {
    width: 100%;
    height: auto;
    padding: 6px 30px;
  }

  .Phone p {
    margin-left: 0%;
    width: 100%;
  }
}

/*FOR Tab*/
@media (min-width:481px) and (max-width: 768px) {
  .container {
    flex-direction: column-reverse;
  }

  .section1,
  .section2 {
    width: 100%;
    min-height: 45vh;
  }

	.section1 {
		background-size: unset;
	}

	.section2 {
		height: unset;
	}

	.box1 {
		margin-left: 0px;
	}

	.box2 {
		display: block;
		height: 100px;
	}
	.btn1,
	.btn2 {
		margin: 10px auto;
	}

	hr.dotted {
		margin: 20px auto;
	}

	.account {
		padding-bottom: 20px;
	}
}

@media (min-width:769px)and (max-width: 1140px) {
  .section2{
    height: 100%;
  }

  .email,
  .account {
    margin-left: auto;
    margin-right: auto;
  }
}

/*HUBS*/

/* COLOR TOGGLE */

.toggle__button {
  background-color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0);
  text-align: center;
  cursor: pointer;
}
.fa-sun:before {
	position: absolute;
	top: 11px;
	left: 12px;
}
.dark-mode {
	background-color: white !important;
	color: black !important;
}

.black {
  color: black;
}
.blue {
  background-color: rgb(29, 155, 240);
}
.invert {
  filter: invert(1);
}

@media (min-width:1141px)and (max-width: 1700px) {
 
  .heading1 {
    font-size: 35px !important;
  }
  .heading2 {
    font-size: 25px !important;
  }
 
}
