body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

#english {
  height: 30px;
  /* width: 100vw; */
  display: flex;
  flex-direction: row;
  background-color: aliceblue;
  text-align: center;
  /* font-size: 20px; */
  color: rgb(100, 118, 152);

  padding-left: 80%;
  padding-top: 1%;
}

#english span {
  margin-left: 5px;
  margin-right: 5px;
}

#english .material-icons {
  color: rgb(100, 118, 152);
  font-size: 20px;
}

#english .material-icons:hover {
  color: rgb(0, 107, 255);
  cursor: pointer;
}

#english:hover {
  color: rgb(0, 107, 255);
  cursor: pointer;
}

#calendlyimage {
  /* margin-top: 0; */
  margin-left: 10%;
}

header {
  display: flex;
  text-align: center;
  padding-top: 1.5%;
  padding-bottom: 0.5%;
  /* justify-content: center; */
  /* position: fixed; */
  width: 100%;
  background-color: white;
  height: 5%;
  border-bottom: 1px solid rgb(225, 225, 225);
  overflow: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* background-color: yellow; */
}

.login-page {
  display: flex;
  flex-direction: row;
  /* border: 2px solid red; */
  box-sizing: border-box;
  width: 80%;
  margin: 1% 10%;
  padding-right: 1%;
}
.login-left {
  /* border: 2px solid black; */
  width: 50%;
  padding: 2%;
}

.login-right {
  /* border: 2px solid blue; */
  width: 50%;
  padding: 2%;
}
.login-left h1 {
  font-size: 4.25rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 1170px;
  white-space: pre-line;
  text-align: left;
  color: rgb(11, 53, 88);
}
.login-left p {
  font-size: 1.25rem;

  text-align: left;
  color: #476788;
}
.login-left input {
  border: 1px solid #476788;
  border-radius: 5px;

  width: 15rem;
  height: 2rem;
  font-size: 1rem;
  padding: 5px;
}
.log-in-button {
  border-radius: 5px;
  background-color: rgb(0, 107, 255);
  color: white;
  font-size: 1rem;
  padding: 14px;
  margin-left: 5px;
  transition: all 0.25s ease-in-out;
}
.log-in-button:hover {
  background-color: rgb(7, 83, 189);
  cursor: pointer;
}
.signUp-button {
  text-decoration: none;
  color: rgb(7, 83, 189);
}
.signUp-button:hover {
  color: black;
}
.login-right {
  border-radius: 10px;
  margin: 3%;
  padding: 2%;
  box-shadow: 0 0 5px grey;
  align-self: center;
}

.login-right .first-para {
  /* border: 2px solid black; */
  text-transform: uppercase;
  width: 28%;
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
  background-color: #f4f8ff;
  color: #006bff;
  border-radius: 7px;
  font-weight: bold;
}

.google-logo-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4%;
}
.google-logo-heading .google-logo img {
  height: 64px;
  width: auto;
}
.google-heading {
  font-weight: bold;
  font-size: 2.375rem;
  color: rgb(11, 53, 88);
}
.second-para {
  font-size: 1.25rem;

  text-align: left;
  color: #476788;
}
.chrome-extensions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  transition: all 0.25s ease-in-out;
}
.chrome-extensions:hover {
  cursor: pointer;
}
.chrome-extensions span {
  color: #006bff;
}
.chrome-extensions i {
  color: #006bff;
}
.login-right:hover {
  box-shadow: 0 0 10px grey;
}
.login-right:hover .chrome-extensions span {
  color: #476788;
}
.login-right:hover .chrome-extensions i {
  color: #476788;
}
.login-right:hover .chrome-extensions {
  gap: 10px;
}

footer {
  margin-top: 5%;
}
#Ef {
  width: 80%;

  /* text-align: center; */
  /* background-color: aqua; */
  margin: auto;
  display: flex;
  flex-direction: row;
}

#easy {
  width: 45%;
}

#easy h1 {
  /* display: flex; */
  font-size: 1.2cm;
}

#easy .e2 {
  color: rgb(0, 107, 255);
}

#easy sup {
  font-size: large;
}

#easy p {
  font-size: larger;
  /* column-width: 200px; */
}

#featured {
  border: 1px solid rgb(225, 225, 225);
  width: 50%;
  display: flex;
  padding-left: 30px;
  border-radius: 5px;
}

#Ef #featured #fe1 h4 {
  color: rgb(0, 107, 255);
}

#Ef #featured #fe1 p {
  color: rgb(142, 142, 142);
}

#Ef #featured #fe2 {
  text-align: center;
  margin-top: 60px;
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  border: 1px solid grey;
  height: 50px;
  width: 170px;
  border-radius: 10px;
}

#Ef #featured #fe2 .material-icons {
  /* font-size:25px; */
  margin-top: 13px;
  margin-left: 10px;
}

#Ef #featured #fe2 p {
  margin-left: 15px;
}

#footer2 {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 200px; */
  border-top: 1px solid rgb(225, 225, 225);
  padding-top: 3%;
}

#footer2 #footer2a1 {
  display: flex;
}

#footer2a1 a {
  text-decoration: none;
  color: black;
  font-size: larger;
  font-weight: bold;
}

#footer2 #footer2a1 .material-icons {
  margin-left: 10px;
}

#footer2 #footer2a {
  display: flex;
  flex-direction: column;
}

#footer2a a {
  text-decoration: none;
  color: black;
  margin-bottom: 15px;
}

#footer2 a small {
  margin-left: 10px;
}

#footer2a .new {
  color: rgb(0, 107, 255);
  background-color: rgb(194, 194, 236);
  padding: 4px;
  border-radius: 10px;
}

#footer2a a:hover {
  text-decoration: underline;
}

#footer2b :first-child {
  font-size: larger;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#footer2b {
  display: flex;
  flex-direction: column;
}

#footer2b a {
  color: black;
  margin-bottom: 15px;
  text-decoration: none;
}

#footer2b a:hover {
  text-decoration: underline;
}

#footer2c .comp {
  font-size: larger;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#footer2c {
  display: flex;
  flex-direction: column;
}

#footer2c a {
  color: black;
  margin-bottom: 15px;
  text-decoration: none;
}

#footer2c a:hover {
  text-decoration: underline;
}

#footer2c .wh {
  /* font-weight: small; */
  color: rgb(0, 107, 255);
  background-color: rgb(194, 194, 236);
  padding: 4px;
  border-radius: 10px;
}

#footer3 {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5%;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 2%;
}

#footer3a :first-child {
  font-size: larger;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#footer3a {
  display: flex;
  flex-direction: column;
}

#footer3a a {
  color: black;
  margin-bottom: 15px;
  text-decoration: none;
}

#footer3a a:hover {
  text-decoration: underline;
}

#footer4 {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-around;
}

#footer4a {
  height: 30px;
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  /* background-color: aliceblue; */
  text-align: center;
  /* font-size: 20px; */
  color: rgb(100, 118, 152);

  /* padding-left: 10%; */
  padding-top: 1%;
}

#footer4a span {
  margin-left: 5px;
  margin-right: 5px;
}

#footer4a .material-icons {
  color: rgb(100, 118, 152);
  font-size: 20px;
}

#footer4a .material-icons:hover {
  color: rgb(0, 107, 255);
  cursor: pointer;
}

#footer4a:hover {
  color: rgb(0, 107, 255);
  cursor: pointer;
}

#footer4b {
  display: flex;
  flex-direction: row;
}

#footer4b a {
  margin-right: 25px;
  margin-top: 10px;
  text-decoration: none;
  color: black;
}

#f4b1 {
  display: flex;
  flex-direction: row;
}

#f4b1 {
  margin-top: 4px;
}

#f4b1 a {
  color: rgb(142, 142, 142);
  margin-top: 4px;
}

#f4b1 a:hover {
  color: black;
  /* margin-top: px; */
}

#footer4c .bi {
  font-size: x-large;
  margin-left: 20px;
}
