body {
  margin: 0;
  padding: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

#english {
  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: 90%;
  padding-top: 0.5%;
}

#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-left: 10%;
}

header {
  display: flex;
  text-align: center;
  padding-top: 1.5%;
  padding-bottom: 0.5%;

  position: sticky;
  top: 0;

  width: 100%;
  background-color: white;
  height: 11%;
  border-bottom: 1px solid rgb(225, 225, 225);
}

#navbar {
  margin-left: 8%;
  display: flex;
  flex-direction: row;
  text-align: center;
}

#navbar a {
  margin-left: 40px;
  text-decoration: none;
  color: black;
  font-weight: 600;
  padding-top: 1%;
  font-size: 16px;
}

#navbar .material-icons {
  font-size: 32px;
}

#navbar :first-child {
  color: rgb(0, 107, 255);
}
#head #ham {
  content-visibility: hidden;
}
/* below header part */

.belowheader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.belowheader img {
  width: 100%;
}
.belowheader h1 {
  color: rgb(11, 53, 88);
  font-size: 60px;
}
.belowheader p{
  padding: 10px;
}
.talktosales {
  border: 1px solid rgb(0, 107, 255);
  background-color: rgb(0, 107, 255);
  padding: 10px 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  font-weight: 500px;
}
#learnmorebox {
  display: flex;
  border: 1px solid rgb(71, 103, 136);
  transition: all 0.2s linear 0s, background-position 1ms ease 0s,
    background-size 1ms ease 0s;
  color: rgb(71, 103, 136);
  padding: 10px 18px;
  display: inline-flex;
  background-color: transparent;
  border-radius: 15px;
  cursor: pointer;
  margin-left: 15px;
}

.learnmore {
  margin: auto;
  margin-left: 5px;
  font-size: 15px;
}
.img1 {
  width: 40vw;
  margin-top: 10px;
}
.view {
  color: rgb(0, 107, 255);
}
.material-symbols-outlined {
  color: rgb(0, 107, 255);
}
.chat {
  color: rgb(0, 107, 255);
  border: 1px solid rgb(0, 107, 255);
  background: white;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 25px;
  margin-top: 15px;
  padding: 5px;
}

* {
  margin: 0;
  padding: 0;
}
.svg img {
  margin-right: 60px;
  justify-content: space-around;
  height: 24px;
  width: auto;
  max-width: 132px;
  padding: 12px;
}

.marquee {
  width: 100vw;
  display: inline-block;
}
/* -----Accomplish part css---------- */
.box {
  border: 1px solid rgba(140, 142, 162, 0.182);
  padding: 19px;
  border-radius: 9px;
  font-size: 1.25rem;

  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flex-container {
  padding: 15px 9%;
  padding-bottom: 100px;
}
.accomplish {
  text-align: center;
  padding-bottom: 50px;
  color: rgb(11, 53, 88);
  font-size: 60px;
  width: 1000px;
  margin-left: 15%;
  margin-top: 70px;
}
@media only screen and(max-width:600px) {
  .belowheader .belowheader2 {
    padding: 20px;
    font-size: 7px;
  }
}

.belowheader2 .flex-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}
.flex-container h3 {
  color: rgb(11, 53, 88);
  font-weight: 700;
}
/* ----------------expectation part --------------------*/

.belowheader3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.content {
  border-right: 1px solid rgba(0, 0, 0, 0.283);
  box-sizing: border-box;
  flex: 1;
  padding: 20px;
}
.content1 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.content:last-child {
  border-right: none;
}
.stanly {
  height: 150px;
  width: 90px;
}
.span {
  color: rgb(0, 107, 255);
  font-weight: 800;
}
.heading {
  display: flex;
  font-size: 3.125rem;
  color: rgb(11, 53, 88);
  font-weight: 700;
  justify-content: space-evenly;
}
.belowheader3 .content {
  display: flex;
  flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
/*--------------------- extention css -------------------------*/

.container3 {
  padding: 15px 9%;
  padding-bottom: 100px;
}
.container3 .heading {
  text-align: center;
  padding: 20px;
  font-size: 55px;
  font-weight: 700;
}
.container3 .box-container {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.box3 {
  border: 1px solid rgba(106, 95, 95, 0.273);
  border-radius: 10px;
  width: 500px;
  margin-top: 30px;
}
.p {
  margin-bottom: 16px;
  text-align: center;
  color: rgb(11, 53, 88);
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
.image {
  width: 100%;
  background-size: cover;
  border-radius: 10px;
}

/*------------------- organisation css---------------------- */
.heading-organisation {
  color: rgb(11, 53, 88);
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-top: 50px;
}
.organisation-content span {
  cursor: pointer;
}
.organisation-content {
  /* height: 900px; */
  /* margin-top: 60px; */
  padding: 120px;
  width: 100%;
  /* display: flex; */
  margin-left: 70px;
}
.content-img {
  display: flex;
  align-content: center;
}
.organisation-content h3 {
  color: rgb(11, 53, 88);
  font-size: 1.25rem;
  line-height: 2.7;
  font-weight: 600;
  margin-top: 30px;
}
.content-img img {
  width: 44vw;
  height: 75vh;
  /* margin-left: auto; */
  margin-right: 40px;
  margin-top: 70px;
}
/*----------------- automation css -------------- */
.automation h3 {
  font-size: 2.375rem;
  line-height: 1.2;
  text-align: center;
  color: rgb(11, 53, 88);
  font-weight: 500;
}
.automation {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 54px 38px;
}
section {
  background-color: rgb(244, 248, 255);
  border-radius: 34px;
  margin: 30px;
}

/*-------------- video part css-----------------*/
section {
  display: flex;
  justify-content: center;
}
.footers img {
  object-fit: cover;
  width: 72px;

  max-width: 100%;
  height: 72px;

  max-height: 100%;
  border-radius: 50%;
}
.personname {
  color: rgb(11, 53, 88);
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
}
.workfor {
  color: rgb(71, 103, 136);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.footer {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 900px;
}

.thumbnailimg {
  width: 400px;
  border-radius: 10px;
}
.maindiv {
  display: flex;
  margin: 60px;
}
.sub-child p {
  width: 800px;
}
.child-div {
  padding: 30px;
  height: 100px;
  width: 100%;
}
.sub-child {
  gap: px;
}
/* ----------------------------- */

/*------------ form section css------------ */

section {
  background-color: rgb(244, 248, 255);
}
.span1 {
  display: flex;
  align-items: center;
}
.span20 {
  color: rgb(0, 107, 255);
  font-size: 40px;
  margin-right: 20px;
}
.childdemo {
  /* border: 1px solid red; */
  /* height: 700px; */
  display: inline-block;
  margin-right: 80px;
}
.contact a {
  cursor: pointer;
  color: rgb(0, 107, 255);
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  height: fit-content;
  flex-direction: row;
  display: inline-flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}
.childdemo h6 {
  width: 100%;
  margin-bottom: 32px;
  text-align: left;
  color: rgb(0, 107, 255);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1.25px;
}
.form {
  display: inline-block;
  margin-bottom: 6px;
  color: rgb(11, 53, 88);
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 52px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(231, 237, 246);
  border-radius: 8px;
  box-shadow: rgba(45, 40, 77, 0.1) 0px 12px 32px;
  width: 500px;
}
.maindivdemo {
  display: flex;
  justify-content: space-evenly;
  height: 200vh;
}
.First {
  height: 49px;
  padding: 10px 14px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  border: 1px solid rgb(166, 187, 209);
  box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  font-size: 1.125rem;
  /* width: 100% !important; */
}
.submitbutton {
  cursor: pointer;
  display: flex;
  width: 100%;

  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  background: rgb(0, 107, 255);
  border-radius: 8px;
  margin-top: 10px;
}
.textareaform {
  margin-top: 14px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  border: 1px solid rgb(166, 187, 209);
  box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  font-size: 0.9rem;
}

/* --------------------------- */
#login {
  margin-left: 12%;
}

#login a {
  text-decoration: none;
  color: rgb(0, 107, 255);
}

#login button {
  padding: 10px;
  background-color: rgb(0, 107, 255);
  border: 1px solid rgb(0, 107, 255);
  color: white;
  border-radius: 10px;
  width: 120px;
  font-size: 15px;
  margin-left: 20px;
}

#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: 45%;
  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: 150px;
  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;
}
