.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

img {
  display: inline-block;
  max-width: 100%;
}

.heading3 {
  position: static;
  display: block;
  max-width: none;
  margin: 0px 0px 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: #da0ca3;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.body {
  display: block;
  max-width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Poppins, sans-serif;
}

.container-2 {
  display: block;
  max-height: none;
  max-width: 75%;
  min-height: 60vh;
  margin-top: 69px;
  margin-bottom: -289px;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-weight: 400;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
}

.hero-content {
  display: block;
  width: 75%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
}

.image1 {
  position: relative;
  margin: 0px 14px 20px -21px;
  padding-left: 0px;
}

.para2 {
  margin: 20px 15px -21px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 72px;
  background-color: #fff;
  box-shadow: 1px 1px 0 -20px #000;
}

.image-7 {
  position: relative;
  display: block;
  max-width: 205%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: -9px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.text-block {
  position: relative;
  margin: 269px 15px -100px;
  opacity: 0.81;
  font-family: Roboto, sans-serif;
  color: #757575;
  font-size: 18px;
  letter-spacing: 2px;
}

.hero {
  max-height: none;
  border-style: solid;
  border-width: 0px;
  border-color: #f327c1;
}

.button1 {
  position: relative;
  z-index: 10;
  display: block;
  width: 200px;
  height: 62px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 22px;
  border-radius: 60px;
  background-color: #da0ca3;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button1:hover {
  background-color: #000;
}

.button1.w--current {
  font-family: Roboto, sans-serif;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 6px 6px 11px -6px #f3d6ec;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-left: 0px;
}

.nav-link-5 {
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  color: #545454;
  font-size: 18px;
}

.nav-link-5:hover {
  color: #9b0874;
  text-decoration: overline;
}

.nav-link-5.w--current {
  font-family: Roboto, sans-serif;
}

.nav-link-6 {
  font-family: Roboto, sans-serif;
  color: #545454;
  font-size: 18px;
}

.nav-link-6:hover {
  color: #9b0874;
  text-decoration: overline;
}

.nav-link-7 {
  font-family: Roboto, sans-serif;
  color: #545454;
  font-size: 18px;
}

.nav-link-7:hover {
  color: #9b0874;
  text-decoration: overline;
}

.container-4 {
  width: auto;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.container-5 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0px auto;
  padding-right: 193px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading1 {
  margin-top: 55px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #212121;
  font-size: 35px;
  line-height: 55px;
  font-weight: 400;
}

.container-6 {
  display: block;
  margin-top: -80px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-7 {
  position: static;
  z-index: 1;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #faf7f8;
  border-radius: 20px;
  background-color: #faf7f8;
  direction: ltr;
  text-align: center;
  white-space: normal;
}

.container-7:hover {
  background-color: #da0ca3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c777b2), to(#fff));
  background-image: linear-gradient(180deg, #c777b2, #fff);
  box-shadow: 1px 1px 25px 3px #ccb4c7;
}

.image-10 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Group-3482x.png');
  background-position: 50% 50%;
  background-size: 336px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10:hover {
  position: relative;
  display: inline-block;
}

.heading {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph1-copy {
  margin: 20px 15px -21px;
  font-family: Poppins, sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 23px;
}

.paragraph1-copy._2 {
  font-family: Roboto, sans-serif;
  color: #444647;
  font-size: 18px;
  line-height: 35px;
  font-weight: 100;
  text-align: center;
}

.projects-worked {
  margin-top: 75px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.link {
  display: block;
  margin-top: 37px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.para1new {
  margin: 0px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy {
  margin: 4px 15px -21px;
  font-family: Poppins, sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.heading-copy {
  margin-top: 0px;
  margin-left: 79px;
  opacity: 0.62;
  font-family: Roboto, sans-serif;
  color: #444647;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.container-7-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #faf7f8;
  border-radius: 20px;
  background-color: #faf7f8;
  text-align: center;
}

.container-7-copy:hover {
  border-width: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c777b2), to(#fff));
  background-image: linear-gradient(180deg, #c777b2, #fff);
  box-shadow: 1px 1px 25px 3px #ccb4c7;
}

.text-span-2 {
  color: #da0ca3;
}

.grid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  background-color: #fff;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  color: #000;
  line-height: 0px;
}

.back-to-top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #faf7f8;
  border-radius: 50%;
  background-color: #fff;
  color: #d819be;
  font-size: 11px;
  text-decoration: none;
}

.back-to-top-wrapper:hover {
  border-width: 1px;
}

.back-to-top-wrapper.w--current {
  border-color: #fff;
}

.back-to-top-icon {
  position: relative;
  z-index: 5;
  direction: ltr;
  font-family: 'Fa solid 900', sans-serif;
  color: #da0ca3;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  color: #a2a2a2;
  font-size: 12px;
}

.lets-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  max-width: 102%;
  margin-top: 100px;
  margin-right: -3px;
  margin-left: -3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.heading-2 {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #f0f0f0;
  font-weight: 400;
}

.paragraph-5 {
  display: block;
  max-width: 800px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #aaa;
  font-size: 18px;
}

.div-block-6 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.email-button {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 37px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 50%;
  background-color: #d819be;
  font-family: 'Fa 400', Arial, sans-serif;
  font-size: 24px;
  text-align: center;
}

.email-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  background-color: #000;
}

.linkedin-button {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 37px 0px 0px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #d819be;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 24px;
  text-align: center;
}

.linkedin-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  background-color: #000;
}

.medium-button {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-left: 35px;
  padding-top: 37px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 50%;
  background-color: #d819be;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 24px;
  text-align: center;
}

.medium-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  background-color: #000;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 0 -20px #000;
}

.progressbar {
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
  z-index: 9999;
  width: 100%;
  height: 5px;
  max-width: none;
  background-color: #da0ca3;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-5-copy {
  display: block;
  max-width: 800px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #aaa;
  font-size: 18px;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 6px 6px 11px -6px #f3d6ec;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-8 {
  width: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.image-16 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-link-8 {
  color: #545454;
  font-size: 18px;
}

.nav-link-8:hover {
  color: #9b0874;
  text-decoration: overline;
}

.progressbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 65px;
  z-index: 9999;
  height: 5px;
  max-width: 100%;
  background-color: #da0ca3;
}

.hero-2 {
  height: 480px;
  border-style: solid;
  border-width: 0px;
  border-color: #f327c1;
  background-color: #faf7f8;
}

.div-block-2 {
  margin-left: 136px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

.div-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading1-2 {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-9-copy {
  margin-top: 0px;
  margin-right: auto;
  margin-left: 175px;
}

.para2-2 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

.paragraph-2 {
  max-width: 75ch;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.div-block-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-content-111-copy {
  display: block;
  margin: 120px auto 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #da0ca3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.para1new-copy {
  margin: 0px 15px 35px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy {
  margin: 0px 15px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: 0px 15px 40px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: 0px 15px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy {
  margin: 0px 15px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: 0px 15px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.paragraph-6 {
  max-width: 65ch;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
}

.grid-2 {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.buttondiv {
  max-width: 75%;
  margin-top: 0px;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-10 {
  max-width: 100%;
  margin-bottom: 50px;
}

.image1-copy {
  position: relative;
  margin: 0px 14px 20px -21px;
  padding-left: 0px;
}

.image {
  margin-top: 0px;
}

.grid-6 {
  max-width: 100%;
  -ms-grid-columns: 2.75fr 1fr;
  grid-template-columns: 2.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brandsworked {
  max-width: 75%;
  margin: 110px auto 254px;
}

.para1new-copy {
  margin: 0px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy {
  margin: 0px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: 0px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: 0px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: 4px 15px -21px;
  font-family: Poppins, sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.text-span-3 {
  background-color: #fffadb;
  color: #da0ca3;
}

.text-span-4 {
  background-color: #fffadb;
  color: #da0ca3;
}

.container-11 {
  font-size: 75%;
}

.grid-7 {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-2 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.newheader {
  max-width: 100%;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-copy {
  margin-top: 0px;
}

.brundaimage {
  display: block;
  margin-right: 0px;
  margin-left: auto;
}

.progressbar-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 63px;
  height: 5px;
  max-width: 100%;
  background-color: #da0ca3;
}

.progressbar-4 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 64px;
  z-index: 20;
  height: 5px;
  max-width: 100%;
  background-color: #da0ca3;
}

.back-to-top-wrapper-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #faf7f8;
  border-radius: 50%;
  background-color: #fff;
  color: #d819be;
  font-size: 11px;
  text-decoration: none;
}

.back-to-top-wrapper-2.w--current {
  border-color: #fff;
}

.back-to-top-icon-2 {
  position: relative;
  z-index: 5;
  direction: ltr;
  font-family: 'Fa solid 900', sans-serif;
  color: #da0ca3;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.columns-2-copy {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.newheader-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-9 {
  font-family: Roboto, sans-serif;
  color: #545454;
  font-size: 18px;
}

.nav-link-9:hover {
  color: #9b0874;
  text-decoration: overline;
}

.nav-link-10 {
  font-family: Roboto, sans-serif;
  color: #545454;
  font-size: 18px;
}

.nav-link-10:hover {
  color: #9b0874;
  text-decoration: overline;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-18 {
  max-height: none;
  border-radius: 20px;
  background-color: transparent;
}

.slide {
  background-image: url('../images/Screen-Shot-2021-11-29-at-11.36.43-AM.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat-x;
}

.slide-2 {
  background-image: url('../images/Screen-Shot-2021-11-29-at-11.37.12-AM.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/Screen-Shot-2021-11-29-at-11.37.41-AM.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat-x, repeat;
}

.slide-4 {
  background-image: url('../images/Screen-Shot-2021-11-29-at-11.38.02-AM.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.slider {
  min-height: 500px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.container-12 {
  max-width: 100%;
  min-height: auto;
}

.column-7 {
  background-color: #fff;
}

.div-block-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: center;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-6-copy {
  max-width: 65ch;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
}

.column-8 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.left-arrow {
  background-color: transparent;
}

.icon-4 {
  border-radius: 20px;
  background-color: rgba(218, 12, 163, 0.5);
}

.icon-5 {
  border-radius: 20px;
  background-color: rgba(218, 12, 163, 0.5);
}

.columns-3 {
  background-color: #fff;
}

.slide-nav-2 {
  max-width: 150px;
  border-radius: 20px;
  background-color: rgba(218, 12, 163, 0.5);
}

.slide-5 {
  background-color: #fff;
}

.slide-6 {
  background-color: #fff;
}

.para1new-copy {
  margin: 0px 15px 50px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.hero-content-copy {
  display: block;
  width: 75%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-7 {
  background-color: #fff;
}

.slide-8 {
  background-color: #fff;
}

.testimonials-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 72px;
  background-color: #fff;
  box-shadow: 1px 1px 0 -20px #000;
}

.column1 {
  margin-right: auto;
  margin-left: auto;
}

.container-13 {
  max-width: 100%;
}

.grid-9 {
  padding-bottom: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-4 {
  max-width: 100%;
}

.column-9 {
  padding-left: 0px;
}

.container-14 {
  max-width: 75%;
}

.grid-10 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.container-15 {
  max-width: 75%;
}

.columns-5 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.column-11 {
  padding-left: 0px;
}

.grid-11 {
  margin-top: 126px;
}

.paragraph-6-copy-copy {
  max-width: 65ch;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-6-copy-copy {
  max-width: 65ch;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
}

.slide-nav-2-copy {
  max-width: 150px;
  border-radius: 20px;
  background-color: rgba(218, 12, 163, 0.5);
}

.heading1-copy {
  margin-top: 47px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #212121;
  font-size: 35px;
  line-height: 55px;
  font-weight: 400;
}

.para1new-copy {
  margin: 0px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.para1new-copy-copy {
  margin: -115px 15px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.gridforcontainers {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1280px) {
  .projects-worked {
    margin-right: 20px;
    margin-left: 20px;
  }

  .grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-10 {
    max-width: 100%;
  }

  .brandsworked {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading1-copy {
    margin-top: 63px;
  }

  .gridforcontainers {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .heading3 {
    display: block;
    max-width: none;
    margin: 0px auto 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Roboto, sans-serif;
    color: #da0ca3;
    line-height: 60px;
    text-align: left;
  }

  .body {
    border-width: 0px;
  }

  .container-2 {
    max-width: 75%;
    margin-top: 0px;
    margin-bottom: -200px;
  }

  .hero-content {
    max-width: 75%;
    margin-top: 50px;
  }

  .image1 {
    display: block;
    margin-bottom: -15px;
    text-align: center;
  }

  .para2 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 40px;
  }

  .testimonials {
    margin-top: 72px;
    font-family: Roboto, sans-serif;
  }

  .image-7 {
    margin: 0px auto 0px -9px;
  }

  .text-block {
    margin-top: 158px;
    margin-bottom: -128px;
    margin-left: 216px;
  }

  .button1 {
    position: relative;
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
  }

  .nav-link-5 {
    font-family: Roboto, sans-serif;
  }

  .nav-link-6 {
    font-family: Roboto, sans-serif;
  }

  .nav-link-7 {
    font-family: Roboto, sans-serif;
  }

  .container-5 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .heading1 {
    max-width: 75ch;
    margin-top: 55px;
    margin-bottom: 25px;
    margin-left: 0px;
    color: #212121;
    font-size: 35px;
  }

  .container-6 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-10 {
    margin-top: 100px;
  }

  .image-10:hover {
    position: static;
  }

  .heading {
    font-size: 40px;
    font-weight: 400;
  }

  .paragraph1-copy._2 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 45px;
    font-weight: 100;
  }

  .projects-worked {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    font-family: Roboto, sans-serif;
  }

  .para1new {
    margin-top: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-copy {
    margin-top: 0px;
    margin-left: 84px;
    opacity: 0.62;
    color: #444647;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
  }

  .container-7-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image-14 {
    margin-top: 100px;
  }

  .image-15 {
    margin-top: 100px;
  }

  .lets-connect {
    height: 750px;
    max-width: 102%;
    margin-top: 80px;
    margin-right: -1px;
    margin-left: -1px;
  }

  .heading-2 {
    font-family: Roboto, sans-serif;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
  }

  .div-block-6 {
    text-align: center;
  }

  .image-14-copy {
    margin-top: 100px;
  }

  .about-me {
    margin-top: 0px;
  }

  .image-9-copy {
    margin-top: 0px;
    margin-left: 222px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 32px;
  }

  .para1new-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 397px auto;
    grid-template-rows: 397px auto;
  }

  .buttondiv {
    max-width: 75%;
    margin-top: 0px;
  }

  .grid-4 {
    margin-bottom: 93px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-10 {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .image1-copy {
    display: block;
    margin-bottom: -15px;
    text-align: center;
  }

  .image {
    max-width: none;
    margin-top: 0px;
  }

  .grid-6 {
    -ms-grid-columns: 2.75fr 1fr;
    grid-template-columns: 2.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .brandsworked {
    max-width: 75%;
    margin: 50px auto 150px;
  }

  .para1new-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-11 {
    max-width: 75%;
  }

  .columns-2 {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newheader {
    margin-top: 100px;
  }

  .image-copy {
    max-width: none;
    margin-top: 0px;
  }

  .brundaimage {
    display: block;
    margin-right: 0px;
    margin-left: auto;
  }

  .progressbar-4 {
    top: 64px;
    z-index: 20;
  }

  .columns-2-copy {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .newheader-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-9 {
    font-family: Roboto, sans-serif;
  }

  .div-block-18 {
    border-radius: 20px;
    background-color: transparent;
  }

  .container-12 {
    max-width: 100%;
  }

  .icon-4 {
    border-radius: 20px;
  }

  .icon-5 {
    border-radius: 20px;
  }

  .slide-nav-2 {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    background-color: rgba(218, 12, 163, 0.5);
    color: rgba(218, 12, 163, 0.5);
  }

  .slide-6 {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
  }

  .para1new-copy {
    margin-bottom: 50px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .hero-content-copy {
    max-width: 75%;
    margin-top: 50px;
    border: 1px none #000;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-8 {
    background-color: #fff;
  }

  .testimonials-copy {
    margin-top: 72px;
    font-family: Roboto, sans-serif;
  }

  .column1 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-13 {
    max-width: 100%;
  }

  .columns-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-9 {
    padding-left: 0px;
  }

  .container-14 {
    max-width: 75%;
  }

  .grid-10 {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section {
    max-width: 75%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-15 {
    max-width: 75%;
  }

  .columns-5 {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-11 {
    margin-top: 60px;
  }

  .slide-nav-2-copy {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    background-color: rgba(218, 12, 163, 0.5);
    color: rgba(218, 12, 163, 0.5);
  }

  .heading1-copy {
    max-width: 75ch;
    margin-top: 122px;
    margin-bottom: 25px;
    margin-left: 0px;
    color: #212121;
    font-size: 35px;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    margin-top: -116px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }

  .gridforcontainers {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1920px) {
  .heading3 {
    display: block;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-family: Roboto, sans-serif;
    color: #da0ca3;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
  }

  .body {
    border-width: 0px;
    background-color: #fff;
  }

  .container-2 {
    max-width: 75%;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 1px;
  }

  .flexbox {
    display: block;
    max-width: 70%;
  }

  .hero-content {
    width: 75%;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .para2 {
    margin-bottom: -21px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
  }

  .testimonials {
    margin-top: 0px;
  }

  .image-7 {
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: -9px;
  }

  .text-block {
    margin: 19px 54px -31px 470px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    text-align: left;
  }

  .hero {
    width: auto;
    margin-top: 6px;
    border-color: #fff;
  }

  .button1 {
    position: relative;
    z-index: 10;
    width: 275px;
    height: 80px;
    margin: 0px auto 0px 0px;
    padding-top: 28px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
  }

  .nav-link-5 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .nav-link-5.w--current:hover {
    text-decoration: overline;
  }

  .nav-link-6 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .nav-link-7 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .container-4 {
    max-width: 75%;
  }

  .container-5 {
    max-width: 1600px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading1 {
    max-width: 75ch;
    margin-top: 151px;
    margin-bottom: 25px;
    margin-left: 0px;
    color: #212121;
    font-size: 50px;
    line-height: 75px;
  }

  .container-6 {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .container-7 {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-right: 120px;
    padding-left: 120px;
    border-radius: 20px;
  }

  .container-7:hover {
    background-color: #faf7f8;
  }

  .image-10 {
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .heading {
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    color: #212121;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
  }

  .paragraph1-copy {
    margin-bottom: -55px;
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph1-copy._2 {
    margin-top: 25px;
    margin-bottom: -21px;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 45px;
    font-weight: 300;
    text-align: center;
  }

  .projects-worked {
    margin-top: -83px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .link {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
  }

  .para1new {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: -55px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 55px;
    text-align: left;
  }

  .heading-copy {
    margin-top: -45px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0.62;
    font-family: Roboto, sans-serif;
    color: #444647;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
  }

  .container-7-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    border-radius: 20px;
  }

  .grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-template-areas: "Area";
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    background-color: #fff;
  }

  .image-15 {
    margin-top: 100px;
  }

  .footer {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .back-to-top-wrapper {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #faf7f8;
    border-radius: 50%;
    text-decoration: none;
  }

  .back-to-top-icon {
    border: 0px solid transparent;
    background-color: transparent;
    color: #da0ca3;
    font-size: 35px;
  }

  .lets-connect {
    height: 750px;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-color: #000;
    background-color: #000;
    direction: ltr;
    color: #fff;
    text-decoration: none;
  }

  .heading-2 {
    font-family: Roboto, sans-serif;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
  }

  .paragraph-5 {
    display: block;
    margin-top: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }

  .div-block-6 {
    text-align: center;
  }

  .div-block-7 {
    margin-right: auto;
    margin-left: auto;
    border: 0px solid transparent;
    background-color: #000;
    opacity: 1;
    color: transparent;
  }

  .about-me {
    margin-top: 0px;
  }

  .progressbar {
    left: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
  }

  .div-block-9-copy {
    margin-top: -82px;
    text-align: center;
  }

  .paragraph-5-copy {
    display: block;
    margin-top: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }

  .navbar-3 {
    border-color: #ffeefb;
    box-shadow: 6px 6px 11px -6px #f3d6ec;
  }

  .container-8 {
    max-width: 1500px;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
  }

  .nav-link-8 {
    font-size: 18px;
  }

  .progressbar-2 {
    height: 5px;
  }

  .columns {
    height: 480px;
  }

  .paragraph {
    margin-top: -40px;
    color: #212121;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
  }

  .heading1-2 {
    margin-bottom: 51px;
    color: #212121;
    font-size: 60px;
    line-height: 72px;
  }

  .column {
    padding-right: 0px;
  }

  .image-9-copy {
    margin-top: 0px;
    margin-left: 284px;
  }

  .para2-2 {
    margin-top: 39px;
    color: #757575;
    font-size: 24px;
    line-height: 29px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 34px;
  }

  .heading-content-111-copy {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 38px;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .grid-2 {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-10 {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .grid-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .buttondiv {
    max-width: 75%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }

  .div-block-11 {
    text-align: left;
  }

  .grid-4 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-5 {
    margin-top: 100px;
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-10 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image1-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .image {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .grid-6 {
    margin-top: 50px;
  }

  .brandsworked {
    max-width: 75%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .div-block-12 {
    margin-bottom: 0px;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: -55px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 55px;
    text-align: left;
  }

  .container-11 {
    max-width: 75%;
  }

  .grid-7 {
    -ms-grid-columns: 2.25fr 0.5fr;
    grid-template-columns: 2.25fr 0.5fr;
  }

  .columns-2 {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newheader {
    margin-top: 125px;
  }

  .column-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .image-copy {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .brundaimage {
    display: block;
    margin-top: 67px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }

  .progressbar-3 {
    height: 5px;
    margin-top: 0px;
  }

  .progressbar-4 {
    top: 65px;
    z-index: 20;
    height: 5px;
  }

  .back-to-top-wrapper-2 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 50%;
  }

  .back-to-top-icon-2 {
    border: 0px solid #000;
    color: #da0ca3;
    font-size: 50px;
  }

  .columns-2-copy {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .newheader-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 125px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    margin-bottom: 0px;
  }

  .div-block-15 {
    margin-bottom: 0px;
  }

  .div-block-16 {
    margin-bottom: 0px;
  }

  .grid-8 {
    max-width: 100%;
    -ms-grid-columns: 1.25fr 0.75fr;
    grid-template-columns: 1.25fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-link-9 {
    font-size: 18px;
  }

  .nav-link-10 {
    font-size: 18px;
  }

  .div-block-17 {
    margin-bottom: 0px;
  }

  .div-block-18 {
    margin-bottom: 0px;
    border-radius: 20px;
    background-color: transparent;
  }

  .div-block-19 {
    margin-bottom: 0px;
  }

  .container-12 {
    max-width: 100%;
  }

  .paragraph-6-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-4 {
    border-radius: 20px;
  }

  .icon-5 {
    border-radius: 20px;
  }

  .slide-nav-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .slide-6 {
    background-color: #fff;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .hero-content-copy {
    width: 75%;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-7 {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
  }

  .slider-2 {
    border-color: #fff;
  }

  .slide-8 {
    background-color: #fff;
  }

  .testimonials-copy {
    margin-top: 0px;
  }

  .column1 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-13 {
    max-width: 75%;
  }

  .columns-4 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-14 {
    max-width: 75%;
  }

  .grid-10 {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-15 {
    max-width: 75%;
  }

  .columns-5 {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-11 {
    padding-left: 0px;
  }

  .grid-11 {
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 3px;
  }

  .paragraph-6-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-6-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .heading1-copy {
    max-width: 75ch;
    margin-top: 200px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #212121;
    font-size: 50px;
    line-height: 75px;
  }

  .para1new-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: -65px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .gridforcontainers {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .heading3 {
    display: block;
    max-width: none;
    margin-bottom: 30px;
    margin-left: -114px;
    padding-left: 110px;
    font-family: Roboto, sans-serif;
    color: #da0ca3;
    text-align: left;
  }

  .body {
    margin-right: auto;
    margin-left: auto;
  }

  .container-2 {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-content {
    display: block;
    width: 76%;
    margin-top: 120px;
  }

  .image1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .para2 {
    height: 65px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .testimonials {
    margin-top: 35px;
  }

  .image-7 {
    max-width: 70%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
  }

  .text-block {
    max-width: none;
    margin: 156px -129px 0px 239px;
    font-family: Roboto, sans-serif;
    line-height: 30px;
    text-align: center;
  }

  .hero {
    display: -ms-grid;
    display: grid;
    max-width: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .button1 {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Poppins, sans-serif;
    text-align: center;
  }

  .button1.w--current {
    font-family: Roboto, sans-serif;
  }

  .navbar-2 {
    max-width: 100%;
  }

  .image-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .nav-link-5 {
    display: block;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #da0ca3;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .nav-link-6 {
    display: block;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #da0ca3;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .nav-link-7 {
    display: block;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #da0ca3;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .container-4 {
    max-width: 100%;
    padding: 0px;
  }

  .container-5 {
    margin-bottom: 0px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .menu-button {
    z-index: 2;
    overflow: hidden;
    max-height: 50px;
    max-width: 50px;
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    color: #000;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .heading1 {
    display: block;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 35px;
  }

  .container-6 {
    margin-top: -119px;
  }

  .container-7 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 20px;
    background-color: #faf7f8;
    text-align: center;
  }

  .image-10 {
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
  }

  .heading {
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .paragraph1-copy {
    min-width: auto;
    line-height: 25px;
  }

  .paragraph1-copy._2 {
    margin-top: -40px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
  }

  .link {
    font-family: Roboto, sans-serif;
  }

  .para1new {
    height: 45px;
    min-width: auto;
    margin: 30px 0px 0px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-copy {
    margin-top: -22px;
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .container-7-copy {
    margin-top: 0px;
    padding-right: 0px;
    border-radius: 20px;
    background-color: #faf7f8;
    text-align: center;
  }

  .grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-14 {
    margin-top: 57px;
    padding-top: 0px;
  }

  .image-15 {
    margin-top: 55px;
  }

  .back-to-top-wrapper {
    margin-bottom: 120px;
  }

  .lets-connect {
    max-width: 106%;
    margin-top: 30px;
  }

  .heading-2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .paragraph-5 {
    font-family: Roboto, sans-serif;
  }

  .image-14-copy {
    margin-top: 57px;
    padding-top: 0px;
  }

  .email-button {
    margin-right: 35px;
    margin-left: 35px;
  }

  .linkedin-button {
    margin-right: 35px;
    margin-left: 35px;
  }

  .medium-button {
    margin-right: 35px;
  }

  .nav-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    min-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand {
    padding-left: 15px;
  }

  .brand.w--current {
    z-index: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .lottie-animation {
    margin-bottom: 0px;
  }

  .about-me {
    margin-top: 0px;
  }

  .progressbar {
    height: 5px;
  }

  .paragraph-5-copy {
    font-family: Roboto, sans-serif;
  }

  .icon-3 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: #fff;
    color: #da0ca3;
  }

  .container-8 {
    background-color: #fff;
    color: #fff;
  }

  .image-16 {
    margin-left: 20px;
  }

  .nav-menu-2 {
    background-color: hsla(0, 0%, 100%, 0);
    color: #d819be;
  }

  .nav-link-8 {
    background-color: #fff;
    color: #d819be;
  }

  .menu-button-2 {
    background-color: #fff;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    color: #fff;
    cursor: default;
  }

  .menu-button-2:active {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button-2:focus {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .progressbar-2 {
    height: 5px;
  }

  .columns {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-2 {
    margin: -236px auto 24px;
    text-align: center;
  }

  .paragraph {
    background-color: #faf7f8;
    color: #333;
  }

  .heading1-2 {
    margin-top: 250px;
    background-color: #faf7f8;
    color: #333;
  }

  .column {
    margin-top: -37px;
    margin-bottom: 0px;
    padding-right: 0px;
    background-color: #faf7f8;
  }

  .column-2 {
    margin-right: auto;
    margin-left: auto;
    background-color: #faf7f8;
  }

  .image-9-copy {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .para2-2 {
    color: #757575;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 32px;
  }

  .heading-content-111-copy {
    margin-top: -4px;
    background-color: #fff;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 35px;
  }

  .paragraph-6 {
    margin-bottom: 50px;
  }

  .grid-2 {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .buttondiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-10 {
    max-width: 100%;
  }

  .image1-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .image {
    margin-top: 0px;
  }

  .grid-6 {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brandsworked {
    max-width: 100%;
    margin-top: 138px;
  }

  .div-block-12 {
    border-radius: 20px;
    background-color: transparent;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin: 0px 0px -38px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin: 0px 0px -38px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 65px;
    min-width: auto;
    margin: 0px 0px -38px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 65px;
    min-width: auto;
    margin: 0px 0px -38px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    font-size: 18px;
    line-height: 25px;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .text-span-3 {
    background-color: #fffadb;
    color: #da0ca3;
  }

  .text-span-4 {
    background-color: #fffadb;
    color: #da0ca3;
  }

  .menu-button-3 {
    background-color: #fff;
    text-align: center;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns-2 {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .newheader {
    margin-top: 50px;
  }

  .column-4 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-copy {
    margin-top: 0px;
  }

  .brundaimage {
    display: block;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
  }

  .progressbar-3 {
    z-index: 100;
    height: 5px;
  }

  .progressbar-4 {
    top: 68px;
    height: 5px;
  }

  .back-to-top-wrapper-2 {
    margin-bottom: 120px;
  }

  .columns-2-copy {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .newheader-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-16 {
    border-radius: 20px;
  }

  .grid-8 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-link-9 {
    background-color: #fff;
    color: #da0ca3;
    text-align: center;
  }

  .nav-link-10 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #da0ca3;
    text-align: center;
  }

  .div-block-18 {
    background-color: transparent;
  }

  .column-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .paragraph-6-copy {
    margin-top: 50px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-4 {
    background-color: rgba(218, 12, 163, 0.5);
  }

  .icon-5 {
    background-color: rgba(218, 12, 163, 0.5);
  }

  .slide-nav-2 {
    position: relative;
    max-width: 150px;
    margin-top: 0px;
    border-radius: 20px;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .slide-6 {
    background-color: #fff;
  }

  .image-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin: 50px 0px 0px;
    font-size: 18px;
    line-height: 35px;
  }

  .hero-content-copy {
    display: block;
    width: 76%;
    margin-top: 120px;
  }

  .image-19 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .div-block-21 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-22 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-24 {
    min-height: 350px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-2 {
    min-height: 600px;
  }

  .slide-8 {
    background-color: #fff;
  }

  .testimonials-copy {
    margin-top: 35px;
  }

  .column1 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns-4 {
    max-width: 90%;
  }

  .container-14 {
    max-width: 90%;
  }

  .grid-10 {
    max-width: 100%;
    margin-top: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section {
    max-width: 90%;
  }

  .container-15 {
    max-width: 90%;
  }

  .columns-5 {
    max-width: 90%;
  }

  .grid-11 {
    max-width: 100%;
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-6-copy-copy {
    margin-top: 50px;
    padding-right: 58px;
    padding-left: 60px;
  }

  .paragraph-6-copy-copy {
    margin-top: 50px;
    padding-left: 60px;
  }

  .slide-nav-2-copy {
    position: relative;
    max-width: 150px;
    margin-top: 0px;
    border-radius: 20px;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .heading1-copy {
    display: block;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 35px;
  }

  .para1new-copy {
    height: 45px;
    min-width: auto;
    margin: 30px 0px 0px;
    font-size: 18px;
    line-height: 35px;
  }

  .para1new-copy-copy {
    height: 45px;
    min-width: auto;
    margin: 30px 0px 0px;
    font-size: 18px;
    line-height: 35px;
  }

  .gridforcontainers {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .heading3 {
    display: block;
    max-width: none;
    margin: 0px 15px 30px;
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    color: #da0ca3;
    text-align: left;
  }

  .container-2 {
    max-width: none;
    min-height: auto;
    margin-bottom: 0px;
    text-align: center;
  }

  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-content {
    width: 100%;
    margin-bottom: 0px;
  }

  .image1 {
    margin: -6px auto 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .para2 {
    font-family: Roboto, sans-serif;
  }

  .testimonials {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .image-7 {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .text-block {
    margin-top: 157px;
    margin-right: -132px;
    font-family: Roboto, sans-serif;
  }

  .hero {
    margin-bottom: 100px;
  }

  .button1 {
    z-index: 10;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
  }

  .navbar-2 {
    max-width: 100%;
  }

  .image-8 {
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .nav-link-5 {
    display: block;
    background-color: #fff;
  }

  .container-4 {
    max-width: 100%;
    padding-left: 0px;
  }

  .container-5 {
    max-width: 85%;
    padding-right: 100px;
  }

  .menu-button {
    z-index: 2;
    background-color: transparent;
    color: #000;
  }

  .heading1 {
    max-width: 75ch;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 35px;
    text-align: left;
  }

  .container-6 {
    margin-top: -50px;
    text-align: left;
  }

  .container-7 {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 0px;
    border-radius: 20px;
  }

  .heading {
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .paragraph1-copy._2 {
    margin-top: -32px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
  }

  .projects-worked {
    font-family: Roboto, sans-serif;
  }

  .link {
    font-family: Roboto, sans-serif;
  }

  .para1new {
    display: block;
    margin: 0px 15px;
  }

  .heading-copy {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-weight: 400;
  }

  .container-7-copy {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 0px;
    border-radius: 20px;
  }

  .grid {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-14 {
    margin-top: 27px;
  }

  .back-to-top-wrapper {
    margin-bottom: 120px;
  }

  .back-to-top-wrapper.w--current {
    margin-bottom: 163px;
  }

  .text-block-3 {
    font-family: Roboto, sans-serif;
  }

  .lets-connect {
    margin-right: -5px;
    margin-left: -5px;
  }

  .heading-2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .paragraph-5 {
    font-family: Roboto, sans-serif;
  }

  .nav-menu {
    max-height: none;
    min-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 800px;
    background-color: #fff;
    text-align: center;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

  .brand {
    padding-left: 15px;
  }

  .brand.w--current {
    z-index: 0;
    padding-left: 0px;
  }

  .about-me {
    margin-top: 0px;
  }

  .progressbar {
    left: 0px;
    right: 0px;
    height: 5px;
  }

  .paragraph-5-copy {
    font-family: Roboto, sans-serif;
  }

  .icon-3 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .container-8 {
    background-color: #fff;
  }

  .image-16 {
    margin-left: 10px;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .progressbar-2 {
    height: 5px;
  }

  .hero-2 {
    background-color: #faf7f8;
  }

  .div-block-2 {
    margin-top: -281px;
    margin-bottom: 18px;
  }

  .heading1-2 {
    margin-top: 274px;
    background-color: transparent;
  }

  .column {
    margin-top: -85px;
  }

  .image-9-copy {
    margin-top: -11px;
    margin-bottom: 49px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading-content-111-copy {
    margin-top: 177px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: #fff;
  }

  .paragraph-6 {
    margin-right: 15px;
    margin-bottom: 45px;
    margin-left: 15px;
    text-decoration: none;
  }

  .buttondiv {
    max-width: none;
    margin-top: 0px;
  }

  .grid-4 {
    margin-top: 129px;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image1-copy {
    margin: -6px auto 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-6 {
    max-width: 100%;
    margin-left: 20px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .brandsworked {
    margin-bottom: 100px;
  }

  .div-block-12 {
    margin-bottom: 0px;
    border-radius: 20px;
    background-color: transparent;
  }

  .bold-text {
    display: block;
    margin-right: 20px;
    margin-left: 0px;
  }

  .bold-text-2 {
    display: block;
    margin-left: 0px;
  }

  .bold-text-3 {
    display: block;
    margin-left: 0px;
  }

  .bold-text-4 {
    display: block;
    margin-left: 0px;
  }

  .para1new-copy {
    display: block;
    margin-left: 20px;
  }

  .para1new-copy {
    display: block;
    margin-left: 20px;
  }

  .para1new-copy-copy {
    display: block;
    margin-left: 20px;
  }

  .para1new-copy-copy {
    display: block;
    margin-left: 20px;
  }

  .bold-text-5 {
    color: #da0ca3;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .text-span-3 {
    background-color: #fffadb;
    color: #da0ca3;
  }

  .text-span-4 {
    background-color: #fffadb;
    color: #da0ca3;
  }

  .menu-button-3 {
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

  .columns-2 {
    max-width: 90%;
    margin-top: 125px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brundaimage {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .progressbar-3 {
    height: 5px;
  }

  .progressbar-4 {
    top: 68px;
    height: 5px;
  }

  .back-to-top-wrapper-2 {
    margin-bottom: 120px;
  }

  .back-to-top-wrapper-2.w--current {
    margin-bottom: 163px;
  }

  .columns-2-copy {
    max-width: 100%;
    margin-top: 125px;
    margin-right: auto;
    margin-left: auto;
  }

  .newheader-copy {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-14 {
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .div-block-15 {
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .nav-link-9 {
    text-align: center;
  }

  .nav-link-10 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-18 {
    background-color: #fff;
  }

  .paragraph-6-copy {
    margin-top: 50px;
    margin-right: 55px;
    margin-left: 55px;
    text-decoration: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .icon-4 {
    background-color: rgba(218, 12, 163, 0.5);
  }

  .icon-5 {
    background-color: rgba(218, 12, 163, 0.5);
  }

  .slide-nav-2 {
    max-width: 150px;
    border-radius: 20px;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .image-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .para1new-copy {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
  }

  .hero-content-copy {
    width: 100%;
    margin-bottom: 0px;
  }

  .image-19 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .testimonials-copy {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .grid-9 {
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-6-copy-copy {
    margin-top: 50px;
    margin-right: 50px;
    margin-left: 50px;
    text-decoration: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .paragraph-6-copy-copy {
    margin-top: 50px;
    margin-right: 55px;
    margin-left: 55px;
    text-decoration: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .slide-nav-2-copy {
    max-width: 150px;
    border-radius: 20px;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .heading1-copy {
    max-width: 75ch;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 35px;
    text-align: left;
  }

  .para1new-copy {
    display: block;
    margin: 0px 15px;
  }

  .para1new-copy-copy {
    display: block;
    margin: 0px 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading3 {
    position: static;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Roboto, sans-serif;
    color: #da0ca3;
    font-size: 24px;
    line-height: 55px;
  }

  .container-2 {
    margin-bottom: 0px;
  }

  .flexbox {
    margin-top: 0px;
  }

  .hero-content {
    height: auto;
    max-height: none;
    min-height: 1100px;
    margin-top: 50px;
  }

  .image1 {
    display: block;
    margin: 20px auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .para2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .testimonials {
    overflow: hidden;
    height: 800px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-7 {
    max-width: 300px;
    margin: 35px auto 0px;
  }

  .text-block {
    position: relative;
    display: block;
    min-width: 300px;
    margin: 20px auto -20px;
    padding-right: 83px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Roboto, sans-serif;
    text-align: center;
  }

  .hero {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button1 {
    margin-right: 50px;
    margin-left: 50px;
    font-family: Roboto, sans-serif;
  }

  .button1.w--current {
    font-family: Roboto, sans-serif;
  }

  .navbar-2 {
    height: auto;
    max-width: 100%;
  }

  .image-8 {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .nav-link-5 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .container-4 {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 15px;
    padding-left: 0px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-5 {
    padding-left: 100px;
  }

  .menu-button {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: block;
    max-height: 60px;
    max-width: 60px;
    margin: -59px auto -200px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    text-align: right;
  }

  .menu-button.w--open {
    right: auto;
    margin-top: -59px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
  }

  .heading1 {
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 15px;
    font-size: 35px;
  }

  .container-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-7 {
    margin-top: 23px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 5px;
    border-radius: 20px;
  }

  .image-10 {
    margin-top: 20px;
    margin-bottom: 10px;
    background-image: none;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
  }

  .paragraph1-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph1-copy._2 {
    margin-top: -41px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
    text-align: center;
  }

  .projects-worked {
    margin-top: 0px;
    font-family: Roboto, sans-serif;
  }

  .link {
    margin-top: 10px;
    margin-left: 0px;
    font-weight: 400;
    text-align: center;
  }

  .para1new {
    max-width: none;
    margin: 0px 15px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }

  .heading-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
  }

  .container-7-copy {
    margin-top: 23px;
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .grid {
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
    grid-auto-flow: row;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-14 {
    margin-top: 30px;
  }

  .back-to-top-wrapper {
    margin-bottom: 120px;
  }

  .lets-connect {
    display: block;
    height: 750px;
    margin-top: 30px;
    margin-right: -1px;
    margin-left: -1px;
  }

  .heading-2 {
    margin: 0px auto 20px;
    font-weight: 400;
  }

  .paragraph-5 {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 24px;
  }

  .div-block-6 {
    margin-top: 90px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .email-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
  }

  .linkedin-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
  }

  .medium-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
  }

  .nav-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: none;
    min-width: 100%;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 800px;
    background-color: #fff;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    z-index: 0;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .lottie-animation {
    margin-top: 0px;
  }

  .about-me {
    margin-top: 0px;
  }

  .progressbar {
    height: 5px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .paragraph-5-copy {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 24px;
    text-align: center;
  }

  .icon-3 {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
    color: #da0ca3;
  }

  .image-16 {
    margin-left: 3px;
  }

  .nav-menu-2 {
    padding-top: 200px;
    padding-bottom: 700px;
    background-color: #fff;
  }

  .progressbar-2 {
    height: 5px;
  }

  .div-block-2 {
    margin-top: -163px;
    text-align: center;
  }

  .paragraph {
    margin-top: -10px;
    font-size: 16px;
    text-align: center;
  }

  .heading1-2 {
    margin-top: 120px;
    font-size: 30px;
    text-align: center;
  }

  .column {
    margin-top: -33px;
  }

  .image-9-copy {
    margin-left: auto;
  }

  .para2-2 {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
  }

  .heading-content-111-copy {
    margin-top: 60px;
    margin-bottom: 0px;
    background-color: #fff;
    font-size: 24px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .paragraph-6 {
    margin: 20px 15px 40px;
    text-decoration: none;
  }

  .grid-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .buttondiv {
    margin-top: 0px;
  }

  .grid-4 {
    margin-top: 147px;
  }

  .image1-copy {
    display: block;
    margin: 20px auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image {
    margin-top: 20px;
  }

  .grid-6 {
    margin-right: 5px;
    margin-left: 5px;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brandsworked {
    margin-top: 59px;
    margin-bottom: 75px;
  }

  .div-block-12 {
    border-radius: 20px;
  }

  .bold-text-4 {
    margin-bottom: 0px;
  }

  .para1new-copy {
    max-width: none;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: -30px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy {
    max-width: none;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    max-width: none;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: -30px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    max-width: none;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }

  .div-block-13 {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .bold-text-5 {
    color: #d819be;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .text-span-3 {
    background-color: #fffadb;
    color: #d819be;
  }

  .text-span-4 {
    background-color: #fffadb;
  }

  .menu-button-3 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    color: #fff;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

  .columns-2 {
    margin-top: 50px;
  }

  .newheader {
    margin-top: 0px;
  }

  .image-copy {
    margin-top: 20px;
  }

  .brundaimage {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .progressbar-3 {
    z-index: 0;
    height: 5px;
  }

  .progressbar-4 {
    top: 68px;
    z-index: 20;
    height: 5px;
  }

  .back-to-top-wrapper-2 {
    margin-bottom: 120px;
  }

  .columns-2-copy {
    margin-top: 50px;
  }

  .newheader-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-16 {
    margin-bottom: 50px;
  }

  .nav-link-10 {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-17 {
    margin-bottom: 0px;
  }

  .div-block-18 {
    margin-bottom: 0px;
    background-color: transparent;
  }

  .div-block-19 {
    margin-bottom: 0px;
  }

  .container-12 {
    min-height: 1000px;
    opacity: 1;
  }

  .paragraph-6-copy {
    position: static;
    overflow: visible;
    min-height: auto;
    margin: 0px;
    padding-right: 32px;
    padding-left: 32px;
    text-decoration: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .column-8 {
    position: relative;
  }

  .left-arrow {
    min-height: auto;
  }

  .icon-4 {
    margin-left: 5px;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .icon-5 {
    margin-right: 5px;
    background-color: rgba(218, 12, 163, 0.5);
  }

  .slide-nav-2 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    max-width: 150px;
    margin-top: 150px;
    margin-bottom: 0px;
    border-radius: 20px;
    background-color: rgba(218, 12, 163, 0.5);
    opacity: 1;
    color: #fff;
  }

  .para1new-copy {
    max-width: none;
    margin: 0px 0px 0px 15px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .hero-content-copy {
    margin-top: 100px;
  }

  .mask {
    overflow: visible;
  }

  .div-block-22 {
    overflow: visible;
  }

  .slider-2 {
    min-height: 600px;
  }

  .right-arrow {
    min-height: auto;
  }

  .testimonials-copy {
    overflow: hidden;
    height: 1000px;
    margin-top: 50px;
    margin-left: 0px;
  }

  .grid-9 {
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-10 {
    margin-top: 101px;
  }

  .paragraph-6-copy-copy {
    position: static;
    overflow: visible;
    min-height: auto;
    margin: 0px 15px;
    padding-right: 32px;
    padding-left: 32px;
    text-decoration: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .paragraph-6-copy-copy {
    position: static;
    overflow: visible;
    min-height: 1100px;
    margin: 0px;
    padding-right: 32px;
    padding-left: 32px;
    text-decoration: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .slide-nav-2-copy {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    max-width: 150px;
    margin-top: 213px;
    margin-bottom: 0px;
    border-radius: 20px;
    background-color: rgba(218, 12, 163, 0.5);
    opacity: 1;
    color: #fff;
  }

  .bold-text-6 {
    min-height: 45px;
  }

  .heading1-copy {
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 15px;
    font-size: 35px;
  }

  .para1new-copy {
    max-width: none;
    margin: 0px 15px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .para1new-copy-copy {
    max-width: none;
    margin: 0px 15px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }
}

#w-node-ec3e35c4-8125-ca36-447f-51e247198e00-d4f4fe1e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_12533dc8-23e9-f7e8-c2e5-96594833b34c-d4f4fe1e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-cffebf1d-175a-6d6f-3501-c85ac4ad4e25-d4f4fe1e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_12533dc8-23e9-f7e8-c2e5-96594833b34c-d4f4fe1e {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_12533dc8-23e9-f7e8-c2e5-96594833b34c-d4f4fe1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cffebf1d-175a-6d6f-3501-c85ac4ad4e25-d4f4fe1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec3e35c4-8125-ca36-447f-51e247198e00-d4f4fe1e {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec3e35c4-8125-ca36-447f-51e247198e00-d4f4fe1e {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_12533dc8-23e9-f7e8-c2e5-96594833b34c-d4f4fe1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12533dc8-23e9-f7e8-c2e5-96594833b34c-d4f4fe1e {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}