/*iframe{
  border-radius: 30px;
  box-shadow: 10px 10px 18px 5px #838383;
}
@media(max-width: 414px){
  iframe{
    max-width: 390px;
    max-height: 200px;
  }
}*/








.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
.home-hero {
  width: 100%;
  height: 1000px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  background-color: #5228F5;
}
.home-menu {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-mobile-navigation {
  top: 0px;
  flex: 0 0 auto;
  left: 150px;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 150;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.home-logo {
  width: 64px;
}
.home-links {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  flex-direction: column;
}
.home-about {
  text-decoration: none;
}
.home-skills {
  text-decoration: none;
}
.home-works {
  text-decoration: none;
}
.home-services {
  text-decoration: none;
}
.home-close-mobile-menu {
  top: 330px;
  right: 240px;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  position: fixed;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-icon {
  width: 24px;
  height: 24px;
  display: flex;
}
.home-desktop-navigation {
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-centered {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  box-sizing: initial;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 50px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
}
.home-left {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}
.home-logo1 {
  width: 105px;
  margin-left: var(--dl-space-space-halfunit);
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.home-links1 {
  display: flex;
  align-items: center;
  margin-left: 22px;
  flex-direction: row;
}
.home-text {
  margin-right: 20px;
}
.home-link {
  margin-right: 20px;
  text-decoration: none;
}
.home-link01 {
  margin-right: 20px;
  text-decoration: none;
}
.home-link02 {
  text-decoration: none;
}
.home-middle {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 158px;
  bottom: 0px;
  height: 140px;
  margin: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: absolute;
  align-items: center;
  margin-right: auto;
}
.home-link03 {
  display: contents;
}
.home-icon02 {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon02:hover {
  width: 25px;
  height: 25px;
  border-color: var(--dl-color-template-blue-bg);
  border-width: 4px;
  border-radius: var(--dl-radius-radius-radius8);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-link04 {
  display: contents;
}
.home-icon04 {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon04:hover {
  width: 25px;
  height: 25px;
  border-color: var(--dl-color-template-blue-bg);
  border-width: 4px;
  border-radius: var(--dl-radius-radius-radius8);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-link05 {
  display: contents;
}
.home-icon06 {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.home-icon06:hover {
  width: 25px;
  height: 25px;
  border-color: var(--dl-color-template-blue-bg);
  border-width: 4px;
  border-radius: var(--dl-radius-radius-radius8);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-right {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-sign-in {
  margin-right: 20px;
}
.home-get-started {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: #000000;
}
.home-get-started:hover {
  background-color: #5228F5;
}
.home-text01 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
}
.home-burger-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-mobile-menu-button {
  width: 40px;
  height: 40px;
  display: none;
}
.home-header {
  display: flex;
  position: relative;
  margin-top: 140px;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: column;
}
.home-text02 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
}
.home-text03 {
  color: rgb(238, 233, 254);
  font-size: 20px;
  max-width: 600px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
.home-get-started1 {
  color: white;
  cursor: pointer;
  display: flex;
  align-self: center;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: #000000;
}
.home-get-started1:hover {
  color: black;
  background-color: #ffffff;
}
.home-text04 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.home-chandan-graphics {
  top: 650px;
  display: flex;
  position: absolute;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  border-color: #633df6;
  border-width: 30px;
  border-radius: 100px;
  flex-direction: column;
  background-color: #633df6;
}
.home-outline {
  display: flex;
  align-items: center;
  border-color: #7350f7;
  border-width: 20px;
  border-radius: 70px;
  flex-direction: column;
  background-color: #7350f7;
}
.home-image {
  width: 900px;
  z-index: 10;
  user-select: none;
  border-radius: 30px;
}
.home-skills1 {
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  padding-top: 400px;
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  background-color: EFF0F2;
}
.home-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text05 {
  font-size: 56px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 72px;
}
.home-text06 {
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
.home-cards {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: 80px;
  align-items: center;
  flex-direction: column;
}
.home-container2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
}
.home-schedule {
  box-shadow: 10px 10px 10px 0px #d4d4d4;
}
.home-icon08 {
  width: 64px;
  height: 64px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text11 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text12 {
  line-height: 24px;
}
.home-publish {
  height: initial;
  box-shadow: 10px 10px 10px 0px #d4d4d4;
}
.home-icon09 {
  width: 64px;
  height: 64px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text13 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text14 {
  line-height: 24px;
}
.home-container3 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-sixunits);
  flex-direction: row;
}
.home-analyze {
  box-shadow: 5px 10px 10px 0px #d4d4d4;
}
.home-icon10 {
  width: 64px;
  height: 64px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text15 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 16px;
}
.home-text16 {
  line-height: 24px;
}
.home-get-leads {
  box-shadow: 10px 10px 10px 0px #d4d4d4;
}
.home-icon11 {
  width: 64px;
  height: 64px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text17 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text20 {
  line-height: 24px;
}
.home-quote-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 160px;
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: 160px;
  justify-content: center;
  background-color: #000000;
}
.home-quote {
  width: 100%;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
}
.home-message {
  color: rgb(255, 255, 255);
  font-size: 40px;
  max-width: 800px;
  line-height: 52px;
}
.home-author {
  width: 800px;
  display: flex;
  margin-top: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: row;
}
.home-avatar {
  width: 126px;
  height: 126px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all
}
.home-avatar:hover{
  transform: scale(1.10);

}


.home-quote1 {
  color: rgb(151, 126, 249);
  width: 100%;
  max-width: 800px;
  margin-left: var(--dl-space-space-unit);
}
.home-company-logo {
  width: 100%;
  height: 264px;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: row;
  justify-content: center;
  background-color: #5228F5;
}
.home-link06 {
  display: contents;
}
.home-image1 {
  width: 267px;
  object-fit: cover;
  text-decoration: none;
}
.home-designs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-graphics {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
  background-color: #EFF0F2;
}
.home-centered-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
}
.home-image-container {
  flex: 1;
  display: flex;
}
.home-cards-image {
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: contain;
  transition: 0.5s;
  border-radius: 40px;
}
.home-cards-image:hover {
  transform: scale(1.10);
}
.home-right1 {
  flex: 1;
  display: flex;
  margin-left: 0px;
  padding-left: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-text21 {
  color: #000000;
  text-align: left;
}
.home-text22 {
  text-align: left;
}
.home-category {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: column;
}
.home-text24 {
  color: var(--dl-color-template-blue-bg);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text25 {
  color: rgb(0, 0, 0);
  font-style: normal;
  margin-top: var(--dl-space-space-oneandhalfunits);
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
}
.home-link07 {
  display: contents;
}
.home-get-started2 {
  margin-top: var(--dl-space-space-unit);
  transition: 0.3s;
  margin-bottom: 0;
  text-decoration: none;
}
.home-get-started2:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
.home-text31 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.home-photo-manipulation {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
  background-color: #211062;
}
.home-container4 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-left1 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-text32 {
  color: var(--dl-color-template-blue-bg);
  text-align: left;
}
.home-text33 {
  color: var(--dl-color-gray-white);
  line-height: 24px;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-image-container1 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-cards-image1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
.home-cards-image1:hover {
  transform: scale(1.10);
}
.home-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  margin-top: 0px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-gray-900);
}
.home-text34 {
  font-size: 3rem;
  text-align: center;
}
.home-text35 {
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: 0px;
}
.home-iframe {
  width: 100%;
  height: 600px;
  margin-top: var(--dl-space-space-twounits);
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  border-radius: 30px;
  margin-bottom: var(--dl-space-space-unit);
  box-shadow: 10px 10px 16px rgb(122, 122, 122);
}
.home-services1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.home-text36 {
  color: var(--dl-color-template-blue-bg);
  font-size: 3rem;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-container5 {
  width: 100%;
  height: var(--dl-size-size-xxlarge);
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.home-feature-card {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100%;
  display: flex;
  padding: 5px 5px 48px 5px;
  position: absolute;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
.home-feature-card:hover{
  transform: scale(1.10);
  box-shadow: 5px 1px 8px rgb(227, 227, 227);
  border-radius: 22px;
}
.home-image2 {
  width: 100px;
  object-fit: cover;
}
.home-text40 {
  color: var(--dl-color-template-blue-bg);
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text41 {
  color: var(--dl-color-gray-700);
  align-self: center;
  text-align: left;
}
.home-feature-card1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 300px;
  height: 100%;
  margin: auto;
  display: flex;
  padding: 30px 5px 5px 5px;
  position: absolute;
  align-self: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
.home-feature-card1:hover{
  transform: scale(1.10);
  box-shadow: 5px 1px 8px rgb(227, 227, 227);
  border-radius: 22px;
}
.home-image3 {
  width: 100px;
  object-fit: cover;
}
.home-text52 {
  color: var(--dl-color-template-blue-bg);
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text53 {
  color: var(--dl-color-gray-700);
  align-self: center;
  text-align: left;
}
.home-feature-card2 {
  top: 0px;
  right: 0px;
  width: 300px;
  height: 100%;
  display: flex;
  padding: 5px 5px 48px 5px;
  position: absolute;
  flex-direction: column;
  transition: 0.5s;
}
.home-feature-card2:hover{
  transform: scale(1.10);
  box-shadow: 5px 1px 8px rgb(227, 227, 227);
  border-radius: 22px;
}
.home-image4 {
  width: 100px;
  align-self: center;
  object-fit: cover;
}
.home-text59 {
  color: var(--dl-color-template-blue-bg);
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text60 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.home-footer {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sevenunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sevenunits);
  background-color: #000000;
}
.home-top {
  width: 100%;
  display: flex;
  max-width: 1200px;
  border-color: #3B3B3B;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  border-bottom-width: 1px;
}
.home-left2 {
  width: 33%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-contact {
  display: flex;
  margin-top: 52px;
  align-items: flex-start;
  flex-direction: column;
}
.home-text69 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.home-link08 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  text-decoration: underline;
}
.home-right2 {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: flex-start;
}
.home-category1 {
  width: 240px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.home-text70 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.home-links2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text71 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.home-text71:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-text72 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
}
.home-text72:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-text73 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
}
.home-text73:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-text74 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
}
.home-text74:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-category2 {
  width: 240px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text75 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.home-links3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link09 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.home-link09:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-link10 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.home-link10:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-link11 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.home-link11:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-category3 {
  width: 240px;
  display: flex;
  flex-direction: column;
}
.home-text78 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.home-links4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link12 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.home-link12:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-link13 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.home-link13:hover {
  color: var(--dl-color-template-blue-bg);
}
.home-bottom {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
.home-branding {
  width: var(--dl-size-size-large);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);;
  align-self: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text79 {
  color: rgb(104, 104, 104);
  font-size: 14px;
  align-self: center;
  line-height: 30px;
}
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-close-mobile-menu {
    align-items: center;
    justify-content: center;
  }
  .home-desktop-navigation {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-centered {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-left {
    margin-left: var(--dl-space-space-halfunit);
  }
  .home-logo1 {
    width: 64px;
  }
  .home-links1 {
    display: none;
  }
  .home-middle {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 185px;
    bottom: 0px;
    height: 63px;
    margin: auto;
  }
  .home-sign-in {
    display: none;
  }
  .home-get-started {
    display: none;
  }
  .home-mobile-menu-button {
    display: flex;
  }
  .home-header {
    width: 100%;
    max-width: 1200px;
  }
  .home-image {
    width: 100%;
  }
  .home-skills1 {
    padding-top: 260px;
  }
  .home-title {
    width: 100%;
    max-width: 1200px;
  }
  .home-text05 {
    font-size: 36px;
    line-height: 40px;
  }
  .home-text06 {
    font-size: 20px;
    margin-top: var(--dl-space-space-unit);
    line-height: 30px;
  }
  .home-text07 {
    font-size: 20px;
    margin-top: var(--dl-space-space-unit);
    line-height: 30px;
  }
  .home-cards {
    margin-top: var(--dl-space-space-fiveunits);
  }
  .home-text12 {
    line-height: 21px;
  }
  .home-text14 {
    line-height: 21px;
  }
  .home-text16 {
    line-height: 21px;
  }
  .home-text17 {
    font-size: 24px;
  }
  .home-text20 {
    line-height: 21px;
  }
  .home-quote-container {
    padding-top: var(--dl-space-space-sevenunits);
    padding-bottom: var(--dl-space-space-sevenunits);
  }
  .home-message {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 40px;
    max-width: 800px;
    line-height: 52px;
  }
  .home-author {
    width: 100%;
    max-width: 800px;
  }
  .home-company-logo {
    height: 200px;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-graphics {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-iframe {
    height: 500px;
    box-shadow: 10px 10px 16px rgb(122, 122, 122);
  }
  .home-text36 {
    text-align: center;
  }
  .home-feature-card {
    width: var(--dl-size-size-xxlarge);
    height: 100%;
  }
  .home-text41 {
    color: var(--dl-color-gray-700);
  }
  .home-feature-card1 {
    width: var(--dl-size-size-xxlarge);
    height: 100%;
  }
  .home-feature-card2 {
    top: -2px;
    right: 0px;
    width: var(--dl-size-size-xxlarge);
    height: 100%;
  }
  .home-footer {
    padding: var(--dl-space-space-sixunits);
  }
  .home-top {
    flex-direction: column;
  }
  .home-left2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-text69 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link08 {
    text-decoration: underline none;
  }
  .home-right2 {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-links2 {
    gap: var(--dl-space-space-unit);
  }
  .home-links3 {
    gap: var(--dl-space-space-unit);
  }
  .home-links4 {
    gap: var(--dl-space-space-unit);
  }
  .home-branding {
    width: var(--dl-size-size-medium);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-text79 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }

}
@media(max-width: 767px) {
  .home-hero {
    height: 620px;
    position: relative;
    padding-bottom: 180px;
    background-color: var(--dl-color-template-blue-bg);
  }
  .home-desktop-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-centered {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-left {
    margin-left: var(--dl-space-space-unit);
  }
  .home-middle {
    width: 172px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-right {
    margin-right: var(--dl-space-space-unit);
  }
  .home-sign-in {
    display: none;
  }
  .home-get-started {
    display: none;
  }
  .home-header {
    height: 100%;
    margin-top: var(--dl-space-space-fourunits);
    justify-content: center;
  }
  .home-text02 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .home-text03 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    margin-top: var(--dl-space-space-unit);
    line-height: 24px;
  }
  .home-get-started1 {
    margin-top: var(--dl-space-space-twounits);
  }
  .home-chandan-graphics {
    top: 520px;
    border-width: 10px;
    border-radius: 45px;
    width: 90%;
    height: auto;
  }
  .home-outline {
    border-width: 10px;
    border-radius: 35px;
  }
  .home-image {
    width: 100%;
  }
  .home-skills1 {
    padding-top: 350px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text05 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .home-container2 {
    gap: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-text11 {
    font-size: 24px;
  }
  .home-text12 {
    font-size: 14px;
  }
  .home-publish {
    margin-left: 0px;
  }
  .home-text13 {
    font-size: 24px;
  }
  .home-text14 {
    font-size: 14px;
  }
  .home-container3 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-analyze {
    margin-right: 0px;
  }
  .home-text15 {
    font-size: 24px;
  }
  .home-text16 {
    font-size: 14px;
  }
  .home-text20 {
    font-size: 14px;
  }
  .home-quote-container {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-message {
    font-size: 24px;
    line-height: 31px;
  }
  .home-author {
    width: 100%;
  }
  .home-avatar {
    width: 40px;
    height: 40px;
  }
  .home-quote1 {
    font-size: 14px;
    max-width: 800px;
  }
  .home-company-logo {
    height: 100%;
  }
  .home-graphics {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-centered-container {
    flex-direction: column-reverse;
  }
  .home-right1 {
    margin-left: -32px;
  }
  .home-text21 {
    font-size: 28px;
    text-align: left;
    line-height: 26px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text22 {
    font-size: 28px;
    text-align: left;
    line-height: 26px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text24 {
    font-size: 20px;
  }
  .home-text25 {
    line-height: 24px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text26 {
    line-height: 24px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-photo-manipulation {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-container4 {
    flex-direction: column;
  }
  .home-left1 {
    margin-right: 0px;
  }
  .home-banner {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-iframe {
    height: 250px;
    box-shadow: 10px 10px 16px rgb(122, 122, 122);
  }
  .home-services1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text36 {
    text-align: center;
  }
  .home-container5 {
    height: 531px;
  }
  .home-feature-card {
    left: 0px;
    width: var(--dl-size-size-xxlarge);
    bottom: -1px;
    height: 100%;
    justify-content: flex-end;
  }
  .home-feature-card1 {
    width: var(--dl-size-size-xlarge);
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .home-feature-card2 {
    top: 0px;
    right: 0px;
    width: var(--dl-size-size-xxlarge);
    bottom: 0px;
    height: 100%;
    margin: auto;
    justify-content: flex-end;
  }
  .home-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 630px) {
  .home-hero {
    padding-bottom: 160px;
  }
  .home-logo {
    margin-left: 0px;
  }
  .home-icon {
    align-items: center;
    justify-content: center;
  }
  .home-middle {
    height: 50px;
    margin: auto;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-header {
    position: relative;
  }
  .home-text03 {
    color: #EEE9FE;
  }
  .home-get-started1 {
    width: auto;
  }
  .home-text04 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .home-chandan-graphics {
    top: 500px;
    width: 90%;
    height: auto;
    border-width: 10px;
  }
  .home-skills1 {
    padding-top: 200px;
  }
  .home-cards {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-container2 {
    gap: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container3 {
    gap: var(--dl-space-space-oneandhalfunits);
    margin-bottom: 0px;
  }
  .home-analyze {
    margin-bottom: 0px;
  }
  .home-company-logo {
    height: 150px;
  }
  .home-banner {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-iframe {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    box-shadow: 10px 10px 16px rgb(122, 122, 122);
  }
  .home-image2{
    width: 60px;
  }
  .home-image3{
    width: 60px;
  }
  .home-image4{
    width: 60px;
  }

  .home-services1 {
    padding-top: var(--dl-space-space-twounits);
    /*padding-left: var(--dl-space-space-unit);*/
    padding-left: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container5 {
    height: 598px;
  }
  .home-feature-card {
    left: 0px;
    width: 120px;
    bottom: 0px;
    height: 100%;
    font-size: 12px;
  }
  .home-feature-card1 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 120px;
    margin: auto;
    font-size: 12px;
  }
  .home-feature-card2 {
    right: 0px;
    width: 120px;
    bottom: 0px;
    font-size: 12px;
  }
  .home-footer {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-services1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
}
}
