.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding: 20px 40px;
}

.body {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f8f8f8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #333;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lora, sans-serif;
  font-weight: 600;
}

.nav-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding-top: 0;
  display: block;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.button {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  font-family: Lora, sans-serif;
  font-weight: 500;
}

.button-2, .button-3 {
  color: #fff;
  background-color: #3898ec00;
  font-family: Lora, sans-serif;
  font-weight: 500;
}

.button-4 {
  color: #fff;
  background-color: #3898ec;
  border-radius: 12px;
  font-family: Lora, sans-serif;
  font-weight: 400;
}

.main---about {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #7db6d5;
  background-clip: border-box;
  border-radius: 0;
  padding: 10px;
  display: block;
}

.image {
  filter: blur(3px);
}

.heading {
  text-align: left;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
}

.paragraph {
  overflow-wrap: normal;
}

.list {
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: normal;
  padding-left: 15px;
  list-style-type: decimal;
}

.text-block-2 {
  border-bottom: 1px #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-3, .text-block-4, .text-block-5 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  display: block;
}

.div-block {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.div-block-3, .div-block-4, .div-block-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.main---features {
  font-family: Rajdhani, sans-serif;
}

.container-2 {
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-10 {
  color: #eaf0f0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 10px 20px;
  display: block;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Rajdhani, sans-serif;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 10px;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  background-color: #6e4242;
  margin-top: 0;
  padding: 15px;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: left;
  width: 900px;
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3 {
  text-align: center;
}

.div-block-17 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 20px;
  display: grid;
}

.paragraph-3 {
  color: #4a4747;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  font-size: 18px;
  display: block;
}

.card-style {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 7px;
  padding: 20px;
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  box-shadow: 0 2px 6px #0003;
}

.card-style:hover {
  transform: rotateX(2deg)rotateY(1deg)rotateZ(0)scale(1.1);
}

.card-style.glassy {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.heading-4 {
  color: #8c0c4b;
  text-align: center;
  margin-top: 40px;
  padding: 15px;
  font-family: Rajdhani, sans-serif;
}

.div-block-18 {
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: block;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  font-family: Rajdhani, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-button {
  background-color: #7db6d5;
  border-radius: 6px;
  padding: 10px;
}

.form {
  flex-flow: column;
  align-items: stretch;
  padding: 20px;
  font-family: Lora, sans-serif;
  display: flex;
}

.div-block-20 {
  color: #4a4747;
  background-color: #f9ea99;
  border: 1px solid #e7a555;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Lora, sans-serif;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 80px;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 75px;
  display: flex;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.glassy {
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  .main---about {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 450px;
  }

  .div-block-10 {
    width: 500px;
    height: 200px;
  }

  .div-block-11 {
    width: 200px;
    height: 200px;
    display: block;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    width: 600px;
  }

  .container-3 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-2 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .main---about {
    height: 350px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    width: 300px;
    font-size: 12px;
    line-height: 20px;
  }
}

#w-node-_0b367cf9-a6c5-7efb-68c0-70bc839fd000-a04f1382 {
  align-self: center;
}

#w-node-ca3628d4-d6a3-7e15-16c6-af67b1baaf69-a04f1382 {
  place-self: center;
}

#w-node-_7109b820-7ee4-3aab-df6c-34bef1fb0386-a04f1382, #w-node-_4a5ab37e-b2e5-9075-69f7-4c1ecd222f45-a04f1382 {
  align-self: center;
}

#w-node-_5e057215-0817-a130-58b3-7aae64bb20e2-a04f1382, #w-node-_8be47984-d611-1cd0-a8b4-334b91ace30c-a04f1382, #w-node-_1d2e13bd-91a5-7440-6b5c-41a02a64579e-a04f1382 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


