

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  width: 100vw;
  height: 100vh;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.background-video {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.overlay.color.stamurai {
  z-index: 25;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cc7d6b), to(#000));
  background-image: linear-gradient(0deg, #cc7d6b, #000);
}

.overlay2 {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), #000);
}

.overlay2.stamurai {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0c0b5), to(#f0c0b5));
  background-image: linear-gradient(180deg, #f0c0b5, #f0c0b5);
  opacity: 0.4;
}

.projects {
  position: relative;
  width: 100vw;
  padding: 13.85vh 2.6vw;
  background-color: #cbcbcb;
}

.menu-title {
  display: inline;
  margin-left: 0vw;
  color: #ededed;
  letter-spacing: 0vw;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-title.tablet {
  display: none;
}

.menu-title.loader {
  color: silver;
}

.menu-title.transition {
  color: silver;
}

.menu-title.pt {
  cursor: pointer;
}

.link-block-2 {
  margin-left: 1.35vw;
  text-decoration: none;
}



.title-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-item {
  position: relative;
  display: inline;
  margin-left: 0vw;
  color: #ededed;
  
  letter-spacing: -0.057vw;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item.data1 {
  -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
  transition: text-indent 200ms ease, letter-spacing 200ms ease;
  color: #fff;
  
  letter-spacing: 0vw;
}

.menu-item.data1:hover {

  letter-spacing: 0.15vw;
}

.menu-item.data2 {
  -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
  transition: text-indent 200ms ease, letter-spacing 200ms ease;
  color: #fff;

  letter-spacing: 0vw;
}

.menu-item.data2:hover {
  letter-spacing: 0.15vw;
}

.menu-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 5.5vh;
  padding-right: 2.6vw;
  padding-left: 2.6vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.75;
}

.body {
  line-height: 1;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94.8vw;
  margin-right: 2.6vw;
  margin-left: 2.6vw;
  -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;
}

.text-block {
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
  color: #fff;
  letter-spacing: -0.1625vw;
}

.text-block.black {
  padding-bottom: 1.45vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #131313;
  line-height: 0.9;
}

.text-block.loader-text {
  color: silver;
  text-transform: uppercase;
}

.text-block.loader-text3 {
  color: silver;
  text-transform: uppercase;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84.375vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2 {
  margin-top: 1.9vh;
  margin-bottom: 1.9vh;
  color: #fff;
  letter-spacing: -0.02vw;
  text-transform: uppercase;
}

.text-block-2.black {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  -webkit-transition: letter-spacing 200ms ease, text-indent 200ms ease;
  transition: letter-spacing 200ms ease, text-indent 200ms ease;
  color: #131313;
  font-size: 3.6vh;
  
}

.text-block-2.black:hover {
  letter-spacing: 0.05vw;
}

.text-block-2.black.section-index {
  margin-top: 0vh;
}

.text-block-2.black.section-index:hover {
  letter-spacing: -0.054vw;
}

.text-block-2.black.other-works {
  text-transform: none;
}

.text-block-2.black.other-works:hover {
  letter-spacing: -0.054vw;
}

.text-block-2.black.cs-hover-text {
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 1.9vh;
  padding-bottom: 1.9vh;
  -webkit-transition: opacity 200ms ease, letter-spacing 200ms ease, text-indent 200ms ease;
  transition: opacity 200ms ease, letter-spacing 200ms ease, text-indent 200ms ease;
  text-transform: capitalize;
}

.text-block-2.portfolio-heading {
  margin-bottom: 0vh;
}

.text-block-2.portfolio-heading.mobile {
  display: none;
}

.text-block-2.portfolio-heading.loader-text {
  display: block;
  width: 100%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84.375vw;
  height: 100%;
  margin-top: 1.45vh;
  margin-bottom: 4.6vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.text-block-3 {
  width: 44vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ededed;
  letter-spacing: -0.05725vw;
}

.text-block-4 {
  margin-left: 6.75vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ededed;
  letter-spacing: -0.05725vw;
}

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

.text-block-5 {
  width: 20vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ededed;
  text-align: right;
  letter-spacing: -0.05725vw;
}

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

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 4.6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13.5vh;
  height: 13.5vh;
  -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: 1px solid #fff;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 0vw;
  text-transform: uppercase;
}

.div-block-13 {
  width: 100%;
  height: 1px;
  margin-top: 2vh;
  background-color: #fff;
}

.hr2 {
  width: 100%;
  height: 1px;
  margin-bottom: 4.65vh;
  background-color: #fff;
}

.hr1 {
  width: 100%;
  height: 1px;
  margin-top: 2vh;
  background-color: #fff;
}

.hr1.black {
  background-color: #131313;
}

.text-block-7 {
  width: 44.85vw;
  margin-top: 2.75vh;
  margin-bottom: 2.75vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ededed;
  line-height: 1.2;
  letter-spacing: -0.04vw;
}

.text-block-7.black {
  color: #131313;
}

.text-block-7.black.testimonial-content {
  overflow: visible;
  width: 42.825vw;
  margin-top: 0vh;
  letter-spacing: -0.05vw;
}

.text-block-7.black.testimonial-content.contact-detail {
  width: 26vw;
}

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

.location {
  margin-top: 2.75vh;
  margin-bottom: 2.75vh;
  margin-left: 6.75vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ededed;
  line-height: 1.15;
  letter-spacing: -0.045vw;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.one-liner {
  width: 19vw;
  margin-top: 2.75vh;
  margin-bottom: 2.75vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ededed;
  line-height: 1.15;
  text-align: right;
  letter-spacing: -0.04vw;
}



.div-block-16 {
  width: 7.5vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-decoration: none;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.6vh;
}

.project-desc {
  display: block;
  margin-bottom: 0vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  color: #131313;
  letter-spacing: -0.055vw;
  text-transform: uppercase;
}

.project-desc.feedback-from {
  margin-top: 2vh;
}

.project-desc.end {
  margin-bottom: 0vh;
  opacity: 1;
  letter-spacing: -0.05vw;
}

.spacecreate{
  margin-bottom: 1vh;
  margin-top: 4vh;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-desc2 {
  display: block;
  margin-bottom: 0vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #131313;
  line-height: 1.1;
  letter-spacing: -0.04vw;
}

.project-desc2.caps {
  text-transform: uppercase;
}

.project-desc2.awards {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  letter-spacing: -0.04vw;
}

.project-desc2.awards.caps {
  text-align: right;
  text-transform: uppercase;
}

.project-desc2.testimonial {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.project-desc2.testimonial.caps {
  margin-bottom: 0vh;
  text-align: right;
  text-transform: uppercase;
}

.project-desc2.testimonial-2 {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.project-desc2.testimonial-2.caps {
  margin-top: 0.5vh;
  -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
  transition: text-indent 200ms ease, letter-spacing 200ms ease;
  text-align: right;
  text-transform: uppercase;
}

.project-desc2.testimonial-2.caps.contact-link {
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}

.project-desc2.testimonial-2.caps.contact-link:hover {
  letter-spacing: 0.05vw;
}

.project-desc2.testimonial-2.caps.contact-link.no-hover {
  padding-top: 1vh;
}

.project-desc2.testimonial-2.caps.contact-link.no-hover:hover {
  letter-spacing: -0.04vw;
}

.project-desc2.testimonial-2.caps.testimonial-from.no-hover:hover {
  letter-spacing: -0.04vw;
}

.project-desc2.view-cs-2 {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.project-desc2.view-cs-2.caps {
  margin-top: 0.5vh;
  -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
  transition: text-indent 200ms ease, letter-spacing 200ms ease;
  text-align: right;
  text-transform: uppercase;
}

.project-desc2.view-cs-2.caps:hover {
  letter-spacing: 0.05vw;
}

.project-desc2.fcs-name {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.project-desc2.fcs-name.caps {
  text-align: right;
  text-transform: uppercase;
}

.project-desc2.cs-body {
  overflow: visible;
  letter-spacing: -0.04vw;
}

.project-desc2.cs-body.list-body {
  margin-top: 1.5vh;
  margin-bottom: 2vh;
}

.project-desc2.cs-body.list-body.end-list {
  margin-bottom: 0vh;
}

.project-desc2.cs-body.list-inner-body {
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: 0vw;
  line-height: 1.1;
}

.project-desc2.cs-body.list-inner-body.end-list {
  margin-bottom: 0vh;
}

.project-desc2.cs-body2 {
  margin-top: 2vh;
}

.project-desc2.cs-body2.link {
  margin-bottom: 0vh;
  line-height: 1.2;
}

.project-desc2.cs-body2.list-head {
  margin-top: 3vh;
}

.project-desc2.cs-body3 {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.project-desc2.cs-body4 {
  margin-top: 2vh;
  margin-bottom: 0vh;
}

.project-desc2.cs-body5 {
  margin-top: 3vh;
  margin-bottom: 1vh;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88.39vw;
  margin-top: 7.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88.39vw;
  text-decoration: none;
}

.project-line.pt {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-timeline {
  margin-top: 1.9vh;
  margin-bottom: 1.9vh;
  color: #fff;
  letter-spacing: -0.054vw;
  text-transform: uppercase;
}

.project-timeline.black {
  color: #131313;
  text-align: right;
}

.div-block-24 {
  width: 18vw;
}

.div-block-25 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-26 {
  width: 20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.project-type {
  margin-top: 1.9vh;
  margin-bottom: 1.9vh;
  color: #fff;
  letter-spacing: -0.054vw;
  text-transform: uppercase;
}

.project-type.black {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.6;
  color: #131313;
}

.hr1-copy {
  width: 100%;
  height: 1px;
  margin-top: 2vh;
  background-color: #fff;
}

.hr1-copy.black {
  background-color: #131313;
}

.hr3 {
  width: 100%;
  height: 1px;
  margin-top: 2vh;
  background-color: #fff;
}

.hr3.black {
  width: 100%;
  margin-top: 0vh;
  background-color: #131313;
}

.hr3.black.awards {
  width: 100%;
}

.hr3.black.awards-copy {
  width: 26vw;
}

.hr3.black.testimonial {
  width: 100%;
}

.hr4 {
  width: 100%;
  height: 1px;
  margin-top: 2vh;
  background-color: #fff;
}

.hr4.black {
  width: 100%;
  margin-top: 2.5vh;
  background-color: #131313;
}

.hr4.black.awards {
  width: 100%;
}

.hr4.black.testimonial {
  width: 100%;
}

.hr4.black.cs-links {
  width: 26vw;
  margin-top: 0vh;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26vw;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.awards-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26vw;
  text-decoration: none;
}

.awards-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-29 {
  width: 26vw;
  margin-left: 5.2vw;
}

.featured-cs {
  position: relative;
  width: 100vw;
  height: auto;
  padding: 6.925vh 2.6vw;
  background-color: #ededed;
}

.featured-cs.contact-page {
  display: none;
}

.awards-recognitions {
  position: relative;
  width: 100vw;
  padding: 13.85vh 2.6vw;
  background-color: #ededed;
}

.awards-recognitions.work-page {
  padding-bottom: 100vh;
}

.testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.div-block-30 {
  margin-left: 2.75vw;
}

.testimonial-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}


.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-cs {
  width: 42.825vw;
}

.div-block-32 {
  width: 42.825vw;
  height: 40vh;
  background-color: #000;
}

.div-block-32.scale-in-hor-left {
  background-color: #000;
}

.background-video-2 {
  position: absolute;
  z-index: 10;
  width: 42.825vw;
  height: 40vh;
  opacity: 0.6;
}

.background-video-2.scale-in-hor-left {
  opacity: 0.6;
}

.overlay-f-cs {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.overlay-f-cs.color {
  width: 42.825vw;
  height: 40vh;
}

.f-cs-details {
  margin-top: 2.75vh;
}

.f-cs-2 {
  width: 42.825vw;
  margin-left: 2.75vw;
}

.background-video-3 {
  position: absolute;
  z-index: 10;
  width: 42.825vw;
  height: 40vh;
  opacity: 0.45;
}







.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cs-wrapper {
  width: 88.39vw;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.img-container {
  overflow: hidden;
  width: 17vw;
  height: 18vh;
  background-color: #292929;
}

.stamurai-cs {
  width: 17vw;
  height: 18vh;
}

.div-block-35 {
  position: relative;
  width: 100%;
  height: 15vh;
  background-color: #000;
}

.background-video-4 {
  position: absolute;
  z-index: 110;
  width: 15vw;
  height: 15vh;
}

.cs-overlay {
  position: absolute;
  width: 15vw;
  height: 15vh;
  background-color: #000;
}

.cs-overlay.color {
  z-index: 120;
  width: 17vw;
  height: 18vh;
}

.cs-hover-bg {
  position: relative;
  width: 17vw;
  height: 18vh;
  background-color: #000;
}

.cs-hover-video {
  position: absolute;
  z-index: 110;
  width: 17vw;
  height: 18vh;
  opacity: 0.7;
}

.insanedeals-cs {
  width: 17vw;
  height: 18vh;
}

.fathom-cs {
  width: 17vw;
  height: 18vh;
}

.mausumi-cs {
  width: 17vw;
  height: 18vh;
}

.buzzoms-cs {
  width: 17vw;
  height: 18vh;
}

.kerala-cs {
  width: 17vw;
  height: 18vh;
}

.cs-page {
  position: relative;
  width: 100vw;
  padding: 13.85vh 2.6vw;
  background-color: #f0e9e1;
}

.cs-page.insanedeals {
  background-color: #f5f5f5;
}

.cs-page.fathom {
  background-color: #e6e6e6;
}

.cs-page.mausumi {
  background-color: #e6e1db;
}

.cs-page.buzzoms {
  background-color: #fff4f1;
}

.cs-page.keralaonroad {
  background-color: #edf2ff;
}

.next-cs {
  position: relative;
  width: 100vw;
  height: auto;
  padding: 6.925vh 2.6vw;
  background-color: #f0e9e1;
}

.next-cs.insanedeals {
  background-color: #f5f5f5;
}

.next-cs.fathom {
  background-color: #e6e6e6;
}

.next-cs.mausumi {
  background-color: #e6e1db;
}

.next-cs.buzzoms {
  background-color: #fff4f1;
}

.next-cs.keralaonroad {
  background-color: #edf2ff;
}

.div-block-36 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88.39vw;
  margin-top: 13vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-37 {
  width: 31.25vw;
  margin-right: 11.64vw;
  margin-left: 9.5vw;
}

.div-block-38 {
  position: -webkit-sticky;
  position: sticky;
  top: 13vh;
  width: 26vw;
}

.div-block-39 {
  position: -webkit-sticky;
  position: sticky;
  top: 13vh;
  width: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cs-desc-title {
  display: block;
  margin-bottom: 3vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #131313;
  letter-spacing: -0.055vw;
  text-transform: uppercase;
}

.cs-details-body-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-contents {
  display: block;
  margin-bottom: 0.5vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #131313;
  letter-spacing: -0.04vw;
}

.title-contents.caps {
  text-transform: uppercase;
}

.title-contents.awards {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.title-contents.awards.caps {
  text-align: right;
  text-transform: uppercase;
}

.title-contents.testimonial {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.title-contents.testimonial.caps {
  margin-bottom: 0vh;
  text-align: right;
  text-transform: uppercase;
}

.title-contents.testimonial-2 {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.title-contents.testimonial-2.caps {
  margin-top: 0.5vh;
  -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
  transition: text-indent 200ms ease, letter-spacing 200ms ease;
  text-align: right;
  text-transform: uppercase;
}

.title-contents.testimonial-2.caps.contact-link:hover {
  letter-spacing: 0.05vw;
}

.title-contents.testimonial-2.caps.contact-link.no-hover:hover {
  letter-spacing: -0.055vw;
}

.title-contents.view-cs-2 {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.title-contents.view-cs-2.caps {
  margin-top: 0.5vh;
  -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
  transition: text-indent 200ms ease, letter-spacing 200ms ease;
  text-align: right;
  text-transform: uppercase;
}

.title-contents.view-cs-2.caps:hover {
  letter-spacing: 0.05vw;
}

.title-contents.fcs-name {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.title-contents.fcs-name.caps {
  text-align: right;
  text-transform: uppercase;
}

.title-contents.indent {
  margin-top: 1vh;
  padding-left: 1.5vw;
  opacity: 0.6;
}

.title-contents.indent2 {
  margin-top: 0.5vh;
  padding-left: 1.5vw;
  opacity: 0.6;
}

.title-contents.indent3 {
  margin-top: 0.5vh;
  margin-bottom: 1vh;
  padding-left: 1.5vw;
  opacity: 0.6;
}

.title-contents.end-list {
  margin-bottom: 0vh;
}

.image {
  margin-top: 2.5vh;
}

.image.zoom.no-top {
  margin-top: 0vh;
}

.image.brandathon {
  height: 20vh;
  -o-object-fit: cover;
  object-fit: cover;
}




.list-item {
  margin-bottom: 0.65vh;
}

.list-item.extra-content {
  margin-top: 2vh;
}

.list-item.insane-deals {
  margin-bottom: 3vh;
}

.list-item.insane-deals.end-list {
  margin-bottom: 2.5vh;
}

.list-item.insane-deals.end-list-2 {
  margin-bottom: 0vh;
}

.list-item.end-list {
  margin-bottom: 0vh;
}

.list-item.buzzoms {
  margin-bottom: 1.5vh;
}

.text-span-5 {
  : italic;
}

.text-span-6 {
  : italic;
}

.text-span-7 {
  : italic;
}

.text-span-8 {
  border-bottom: 1px solid #131313;
  line-height: 1.2;
}

.image-t2 {
  margin-top: 2.5vh;
}

.image-t2.zoom {
  margin-top: 1vh;
  margin-bottom: 0vh;
}

.image-t2.zoom.last {
  margin-top: 1.65vh;
}

.background-video-5 {
  z-index: 10;
  height: 35vh;
  margin-top: 1.5vh;
}

.background-video-5.no-top {
  margin-top: 0vh;
  margin-bottom: 1vh;
}

.list-2 {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  margin-left: 0.5vw;
  padding-left: 1vw;
  list-style-type: square;
}

.list-2.end-list {
  margin-bottom: 0vh;
}

.link-block-3 {
  text-decoration: none;
  cursor: pointer;
}

.link-block-3.pt {
  cursor: pointer;
}

.text-block-8 {
  display: block;
  opacity: 0;
}

.background-video-6 {
  z-index: 10;
  height: 70vh;
}

.background-video-6.top-padding {
  margin-top: 2vh;
}

.link {
  display: block;
  margin-bottom: 0.5vh;
  color: #131313;
  text-decoration: none;
}

.link-2 {
  display: block;
}

.link-3 {
  display: block;
}

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

.text-span-9 {
  border-bottom: 1px solid #131313;
}

.text-span-10 {
  border-bottom: 1px solid #131313;
}

.text-span-11 {
  border-bottom: 1px solid #131313;
}

.background-video-5-copy {
  z-index: 10;
  height: 35vh;
  margin-top: 1vh;
}

.background-video-5-copy.no-top {
  margin-top: 0vh;
  margin-bottom: 1vh;
}

.link-4 {
  color: #131313;
  text-decoration: none;
}

.link-5 {
  border-bottom: 1px solid #131313;
  color: #131313;
  text-decoration: none;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88.39vw;
  margin-top: 13.5vh;
  padding-bottom: 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.page-transition-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 5.5vh 2.6vw 4.65vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0f0f0f;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.all-loader-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5.3vw;
  margin-bottom: 16.5vh;
  margin-left: 5.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  width: 15.625vw;
  height: 13vh;
  margin-right: 2.6vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2.long {
  width: 7.8vw;
  height: 23vh;
}

.image-2.long.right {
  margin-right: 0vw;
  margin-left: 2.6vw;
}

.third-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.second-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65.8vw;
  margin-right: 7.8vw;
  margin-bottom: 3.5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.first-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7.8vw;
  margin-bottom: 3.5vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.all-loader-lines-mobile {
  display: none;
  margin-right: 5.3vw;
  margin-bottom: 11vh;
  margin-left: 5.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.load-img {
  width: 7.8vw;
  height: 23vh;
  margin-right: 2.6vw;
}

.load-img2 {
  width: 15.625vw;
  height: 13vh;
  margin-right: 2.6vw;
}

.div-block-46 {
  overflow: hidden;
}

.div-block-47 {
  overflow: hidden;
}

.div-block-48 {
  overflow: hidden;
}

.page-transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 5.5vh 2.6vw 4.65vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0f0f0f;
}

.pointer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vw;
  margin-left: 0vw;
  -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;
}

.scroll-down-cursor {
  position: absolute;
  display: block;
  width: 5vw;
  height: 5vw;
  margin-top: 0vh;
  margin-left: 0vw;
  background-image: url('../images/scroll-down-cursor_1scroll down cursor.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: background-position 200ms ease, opacity 200ms ease;
  transition: background-position 200ms ease, opacity 200ms ease;
}

.view-cs-cursor {
  position: absolute;
  display: none;
  width: 5vw;
  height: 5vw;
  margin-top: 8vh;
  margin-left: 6vw;
  background-image: url('../images/view-cs-cursor_1view cs cursor.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: background-position 200ms ease, opacity 200ms ease;
  transition: background-position 200ms ease, opacity 200ms ease;
}

.div-block-52 {
  width: 26vw;
}

@media screen and (min-width: 1920px) {
  .text-block.black {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0.9;
  }

  .text-block-2.black {
    -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
    transition: text-indent 200ms ease, letter-spacing 200ms ease;
  }

  .text-block-2.black:hover {
    : italic;
    letter-spacing: 0.05vw;
  }

  .text-block-2.black.section-index:hover {
    : normal;
    letter-spacing: -0.054vw;
  }

  .text-block-2.black.other-works:hover {
    : normal;
    letter-spacing: -0.054vw;
  }

  .text-block-7 {
    width: 44.85vw;
  }

  .project-desc2.testimonial-2.caps {
    -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
    transition: text-indent 200ms ease, letter-spacing 200ms ease;
  }

  .project-desc2.testimonial-2.caps:hover {
    : italic;
    letter-spacing: 0.05vw;
  }

  .project-desc2.testimonial-2.caps.testimonial-from:hover {
    : normal;
    letter-spacing: -0.04vw;
  }

  .project-desc2.view-cs-2.caps {
    -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
    transition: text-indent 200ms ease, letter-spacing 200ms ease;
  }

  .project-desc2.view-cs-2.caps:hover {
    : italic;
    letter-spacing: 0.05vw;
  }

  .featured-cs {
    position: relative;
    height: auto;
    padding: 6.925vh 2.6vw;
  }

  .div-block-30 {
    margin-left: 2.75vw;
  }

  .div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10vh;
  }

  .background-video-2 {
    opacity: 0.6;
  }

  .overlay-f-cs {
    width: 44.85vw;
    height: 44.25vh;
  }

  .f-cs-details {
    margin-top: 2.75vh;
  }

  .f-cs-2 {
    margin-left: 2.75vw;
  }

  .background-video-3 {
    opacity: 0.45;
  }

 

  

  .img-container {
    width: 17vw;
    height: 19vh;
  }

  .stamurai-cs {
    width: 17vw;
    height: 19vh;
  }

  .cs-overlay.color {
    width: 17vw;
    height: 19vh;
  }

  .cs-hover-bg {
    width: 17vw;
    height: 19vh;
  }

  .cs-hover-video {
    width: 17vw;
    height: 19vh;
  }

  .insanedeals-cs {
    width: 17vw;
    height: 19vh;
  }

  .fathom-cs {
    width: 17vw;
    height: 19vh;
  }

  .mausumi-cs {
    width: 17vw;
    height: 19vh;
  }

  .buzzoms-cs {
    width: 17vw;
    height: 19vh;
  }

  .kerala-cs {
    width: 17vw;
    height: 19vh;
  }

  .next-cs {
    position: relative;
    height: auto;
    padding: 6.925vh 2.6vw;
  }

  .title-contents.testimonial-2.caps {
    -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
    transition: text-indent 200ms ease, letter-spacing 200ms ease;
  }

  .title-contents.testimonial-2.caps:hover {
    : italic;
    letter-spacing: 0.05vw;
  }

  .title-contents.view-cs-2.caps {
    -webkit-transition: text-indent 200ms ease, letter-spacing 200ms ease;
    transition: text-indent 200ms ease, letter-spacing 200ms ease;
  }

  .title-contents.view-cs-2.caps:hover {
    : italic;
    letter-spacing: 0.05vw;
  }
}

@media screen and (max-width: 991px) {
  .projects {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .menu-title {
    display: none;
    font-size: 1.75vw;
    letter-spacing: -0.0875vw;
  }

  .menu-title.tablet {
    display: block;
    color: silver;
  }

  .menu-item {
    margin-left: 2vw;
    font-size: 2vw;
  }

  .menu-item.data1 {
    font-size: 1.75vw;
    letter-spacing: -0.0875vw;
  }

  .menu-item.data1:hover {
    : normal;
    letter-spacing: -0.0875vw;
  }

  .menu-item.data2 {
    font-size: 1.75vw;
    letter-spacing: -0.0875vw;
  }

  .menu-item.data2:hover {
    : normal;
    letter-spacing: -0.0875vw;
  }

  .menu-bar {
    padding-top: 5vh;
    padding-right: 2.6vw;
    padding-left: 2.6vw;
  }

  .div-block-2 {
    width: 94.8vw;
  }

  .text-block {
    font-size: 7.5vw;
    letter-spacing: -0.1875vw;
  }

  .text-block.black {
    padding-bottom: 1vh;
  }

  .text-block.loader-text {
    margin-top: -15vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 7vw;
    white-space: nowrap;
  }

  .text-block.loader-text3 {
    margin-top: -22vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 7vw;
    white-space: nowrap;
  }

  .div-block-3 {
    width: 94.8vw;
  }

  .text-block-2.black {
    font-size: 2.25vw;
  }

  .text-block-2.black:hover {
    letter-spacing: 0.085vw;
  }

  .text-block-2.black.cs-hover-text {
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }

  .text-block-2.portfolio-heading {
    font-size: 2.25vw;
    letter-spacing: -0.1125vw;
  }

  .div-block-11 {
    display: none;
  }

  .text-block-7 {
    width: 60vw;
    font-size: 1.85vw;
    line-height: 1.1;
    letter-spacing: -0.0925vw;
  }

  .text-block-7.black.testimonial-content {
    width: 100%;
    font-size: 1.75vw;
    letter-spacing: -0.07vw;
  }

  .text-block-7.black.testimonial-content.contact-detail {
    width: 38vw;
  }

  .location {
    display: none;
    margin-left: 4.5vw;
    font-size: 1.85vw;
    letter-spacing: -0.0925vw;
  }

  .one-liner {
    width: 30vw;
    font-size: 1.85vw;
    line-height: 1.1;
    letter-spacing: -0.0925vw;
  }

  .project-desc {
    margin-bottom: 2vh;
    font-size: 1.75vw;
    letter-spacing: -0.0875vw;
  }

  .project-desc.end {
    font-size: 1.5vw;
    letter-spacing: -0.075vw;
  }

  .project-desc2 {
    font-size: 1.75vw;
    line-height: 1.05;
    letter-spacing: -0.0925vw;
  }

  .project-desc2.awards {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 1.75vw;
  }

  .project-desc2.testimonial.caps {
    margin-top: 1vh;
  }

  .project-desc2.testimonial-2.caps.contact-link {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .project-desc2.testimonial-2.caps.contact-link.no-hover {
    padding-top: 0.5vh;
  }

  .project-desc2.testimonial-2.caps.contact-link.no-hover:hover {
    letter-spacing: -0.0925vw;
  }

  .project-desc2.testimonial-2.caps.testimonial-from {
    margin-top: 0.5vh;
    margin-bottom: 1vh;
  }

  .project-desc2.cs-body {
    font-size: 1.75vw;
  }

  .div-block-22 {
    width: 81vw;
  }

  .project-line {
    width: 81vw;
  }

  .project-timeline.black {
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    font-size: 2.25vw;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-26 {
    width: 22vw;
  }

  .project-type.black {
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    font-size: 2.25vw;
  }

  .hr3.black {
    width: 100%;
  }

  .hr3.black.awards {
    width: 38vw;
  }

  .hr3.black.awards.extra {
    display: block;
  }

  .hr3.black.awards.not-extra {
    display: block;
  }

  .hr3.black.awards.extra2 {
    display: none;
  }

  .hr3.black.awards.no-need {
    display: none;
  }

  .hr3.black.testimonial {
    margin-bottom: 4vh;
  }

  .hr3.black.testimonial.last {
    margin-bottom: 0vh;
  }

  .hr3.black.testimonial.contact-line {
    margin-bottom: 0vh;
  }

  .hr3.black.testimonial.resume-start-line {
    margin-bottom: 2vh;
  }

  .hr4.black {
    width: 100%;
    margin-top: 0vh;
  }

  .hr4.black.awards {
    width: 38vw;
  }

  .hr4.black.testimonial.cs {
    margin-top: 1.5vh;
  }

  .hr4.black.cs-links {
    width: 38vw;
  }

  .awards-line {
    width: 38vw;
  }

  .awards-div {
    width: 81vw;
  }

  .div-block-29 {
    width: 100%;
    margin-left: 5vw;
  }

  .featured-cs {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .awards-recognitions {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .awards-recognitions.work-page {
    padding-bottom: 100vh;
  }

  .div-block-30 {
    width: 38vw;
    margin-left: 5vw;
  }

  .testimonial-div-2 {
    width: 81vw;
    margin-top: 0vh;
    -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;
  }


  .div-block-31 {
    margin-top: 6.5vh;
    -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;
  }

  .f-cs {
    width: 38vw;
  }

  .div-block-32 {
    width: 38vw;
    height: 20vh;
  }

  .background-video-2 {
    width: 38vw;
    height: 20vh;
  }

  .overlay-f-cs.color {
    width: 38vw;
    height: 20vh;
  }

  .f-cs-2 {
    width: 100%;
    margin-left: 0vw;
  }

  .background-video-3 {
    width: 38vw;
    height: 20vh;
  }

  .contact {
    padding-top: 5vh;
    padding-bottom: 100vh;
  }

  .contact.stamurai {
    padding-bottom: 0vh;
  }

  .contact.insanedeals {
    padding-bottom: 0vh;
  }

  .contact.fathom {
    padding-bottom: 0vh;
  }

  .contact.mausumi {
    padding-bottom: 0vh;
  }

  .contact.buzzoms {
    padding-bottom: 0vh;
  }

  .contact.keralaonroad {
    padding-bottom: 0vh;
  }

  .contact.contact-page {
    padding-top: 10vh;
  }

  


  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 38vw;
    margin-left: 5vw;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-34 {
    width: 38vw;
    margin-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs-wrapper {
    width: 81vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .img-container {
    display: none;
  }

  .stamurai-cs {
    display: none;
  }

  .cs-overlay.color {
    display: none;
  }

  .cs-hover-bg {
    display: none;
  }

  .cs-hover-video {
    display: none;
  }

  .insanedeals-cs {
    display: none;
  }

  .fathom-cs {
    display: none;
  }

  .mausumi-cs {
    display: none;
  }

  .buzzoms-cs {
    display: none;
  }

  .kerala-cs {
    display: none;
  }

  .cs-page {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .next-cs {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .div-block-36 {
    width: 81vw;
    margin-top: 8vh;
  }

  .div-block-37 {
    width: 38vw;
    margin-right: 5vw;
    margin-left: 0vw;
  }

  .div-block-38 {
    top: 15vh;
    width: 38vw;
  }

  .div-block-39 {
    display: none;
  }

  .cs-desc-title {
    margin-bottom: 2vh;
    font-size: 1.75vw;
    letter-spacing: -0.0875vw;
  }

  .cs-details-body-element {
    margin-top: 5vh;
  }

  .title-contents {
    font-size: 1.85vw;
    letter-spacing: -0.0925vw;
  }

  .title-contents.awards {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .title-contents.testimonial.caps {
    margin-top: 1vh;
  }

  .title-contents.testimonial-2.caps.contact-link {
    margin-top: 0.5vh;
    margin-bottom: 1vh;
  }

  .list-item {
    margin-bottom: 0.5vh;
  }

  .background-video-5 {
    height: 22vh;
  }

  .div-block-40 {
    width: 38vw;
  }

  .background-video-6 {
    height: 45vh;
  }

  .background-video-5-copy {
    height: 22vh;
  }

  .div-block-41 {
    width: 38vw;
  }

  .footer {
    width: 100%;
    margin-top: 10vh;
    padding-bottom: 3vh;
  }

  .page-transition-load {
    padding-top: 5vh;
  }

  .all-loader-lines {
    display: none;
  }

  .image-2 {
    margin-right: 0vw;
  }

  .image-2.long {
    width: 18vw;
    height: 12vh;
    margin-right: 0vw;
    margin-bottom: 3vh;
  }

  .image-2.long.right {
    margin-top: 18vh;
    margin-bottom: 0vh;
    margin-left: 0vw;
  }

  .image-2._2nd-type {
    width: 14vw;
    height: 18vh;
    margin-right: 0vw;
  }

  .third-line {
    overflow: visible;
    width: 20vw;
    height: 100%;
    margin-right: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .second-line {
    overflow: hidden;
    width: 20vw;
    height: 100%;
    margin-right: 0vw;
    margin-bottom: 0vh;
    margin-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-44 {
    width: 14vw;
    height: 18vh;
  }

  .first-line {
    width: 18vw;
    margin-right: 0vw;
    margin-bottom: 0vh;
    -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;
  }

  .rotate {
    width: 3vw;
  }

  .all-loader-lines-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84.80000000000001vw;
    height: 100%;
    margin-right: 5vw;
    margin-bottom: 5vh;
    margin-left: 5vw;
    -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;
  }

  .div-block-49 {
    width: 14vw;
    height: 18vh;
  }

  .div-block-50 {
    width: 18vw;
    height: 12vh;
    margin-bottom: 3vh;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 7vw;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .page-transition {
    padding-top: 5vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-52 {
    width: 38vw;
  }

  .div-block-53 {
    width: 38vw;
  }
}

@media screen and (max-width: 479px) {
  .projects {
    padding-right: 5.25vw;
    padding-bottom: 7.5vh;
    padding-left: 5.25vw;
  }

  .menu-title {
    display: block;
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .menu-title.tablet.transition.stamurai {
    display: block;
  }

  .menu-title.loader {
    display: none;
  }

  .menu-title.transition {
    display: none;
  }

  .menu-item {
    margin-left: 3.5vw;
    font-size: 3.75vw;
  }

  .menu-item.data1 {
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .menu-item.data1:hover {
    : normal;
    letter-spacing: -0.1875vw;
  }

  .menu-item.data2 {
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .menu-item.data2:hover {
    : normal;
    letter-spacing: -0.1875vw;
  }

  .menu-bar {
    padding-right: 5.25vw;
    padding-left: 5.25vw;
    opacity: 0.85;
  }

  .div-block-2 {
    width: 89.5vw;
    margin-right: 5.25vw;
    margin-left: 5.25vw;
  }

  .text-block {
    font-size: 10.5vw;
    letter-spacing: -0.2526vw;
  }

  .text-block.black {
    padding-bottom: 0.75vh;
  }

  .text-block.loader-text {
    margin-top: 5vh;
    font-size: 10.5vw;
  }

  .text-block.loader-text3 {
    margin-top: 13vh;
    font-size: 10.5vw;
  }

  .div-block-3 {
    width: 89.5vw;
  }

  .text-block-2.black {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .text-block-2.black.section-index {
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .text-block-2.black.other-works:hover {
    letter-spacing: -0.1875vw;
  }

  .text-block-2.black.cs-hover-text {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .text-block-2.black.cs-hover-text:hover {
    : normal;
    letter-spacing: -0.1875vw;
  }

  .text-block-2.portfolio-heading {
    display: none;
  }

  .text-block-2.portfolio-heading.mobile {
    display: block;
    margin-bottom: 1vh;
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .hr1 {
    margin-top: 3vh;
  }

  .text-block-7 {
    width: 100%;
    font-size: 4vw;
    letter-spacing: -0.2vw;
  }

  .text-block-7.black.testimonial-content {
    width: 89.5vw;
    font-size: 3.75vw;
  }

  .text-block-7.black.testimonial-content.contact-detail {
    width: 89.5vw;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-15 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .one-liner {
    width: 100%;
    margin-top: 0vh;
    font-size: 4vw;
    text-align: left;
    letter-spacing: -0.2vw;
  }

  .project-desc {
    font-size: 3vw;
    letter-spacing: -0.15vw;
  }

  .project-desc.end {
    display: none;
    font-size: 3vw;
    letter-spacing: -0.15vw;
  }

  .project-desc.end.copyright {
    display: block;
  }

  .project-desc2 {
    font-size: 3vw;
    letter-spacing: -0.15vw;
  }

  .project-desc2.awards {
    font-size: 3.75vw;
  }

  .project-desc2.testimonial.caps {
    font-size: 3.75vw;
  }

  .project-desc2.testimonial-2.caps.contact-link {
    font-size: 3.75vw;
  }

  .project-desc2.testimonial-2.caps.contact-link.no-hover {
    padding-top: 0.75vh;
  }

  .project-desc2.testimonial-2.caps.contact-link.no-hover:hover {
    letter-spacing: -0.15vw;
  }

  .project-desc2.testimonial-2.caps.testimonial-from {
    font-size: 3.75vw;
  }

  .project-desc2.view-cs-2.caps {
    margin-top: 0vh;
    font-size: 3.75vw;
  }

  .project-desc2.fcs-name {
    font-size: 3.75vw;
  }

  .project-desc2.cs-body {
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .project-desc2.cs-body2 {
    font-size: 3.75vw;
  }

  .project-desc2.cs-body3 {
    font-size: 3.75vw;
  }

  .project-desc2.cs-body4 {
    font-size: 3.75vw;
  }

  .project-desc2.cs-body5 {
    font-size: 3.75vw;
  }

  .div-block-22 {
    width: 89.5vw;
    margin-top: 5vh;
  }

  .project-line {
    width: 100%;
  }

  .project-timeline.black {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .div-block-24 {
    width: 31vw;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-26 {
    width: 31vw;
  }

  .project-type.black {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 3.75vw;
    letter-spacing: -0.1875vw;
  }

  .hr3.black {
    width: 100%;
  }

  .hr3.black.awards {
    width: 100%;
  }

  .hr3.black.awards.extra {
    display: none;
  }

  .hr3.black.awards.extra2 {
    display: none;
  }

  .hr3.black.testimonial.resume-start-line {
    margin-bottom: 4vh;
  }

  .hr3.black.testimonial.cs {
    margin-bottom: 0vh;
  }

  .hr4.black {
    width: 100%;
  }

  .hr4.black.awards {
    width: 100%;
  }

  .hr4.black.testimonial.cs {
    margin-top: 1.5vh;
  }

  .hr4.black.cs-links {
    width: 89.5vw;
  }

  .awards-line {
    width: 89.5vw;
  }

  .awards-div {
    width: 89.5vw;
    margin-top: 5vh;
    -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;
  }

  .div-block-29 {
    margin-left: 0vw;
  }

  .featured-cs {
    padding: 2.5vh 5.25vw 7.5vh;
  }

  .awards-recognitions {
    padding: 2.5vh 5.25vw 7.5vh;
  }

  .awards-recognitions.work-page {
    padding-bottom: 100vh;
  }

  .testimonial-div {
    margin-top: 6vh;
  }

  .div-block-30 {
    width: 100%;
    margin-left: 0vw;
  }

  .testimonial-div-2 {
    width: 89.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials {
    padding: 2.5vh 5.25vw 7.5vh;
  }

  .div-block-31 {
    margin-top: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-cs {
    width: 89.5vw;
  }

  .div-block-32 {
    width: 89.5vw;
    height: 24.5vh;
  }

  .background-video-2 {
    width: 89.5vw;
    height: 24.5vh;
  }

  .overlay-f-cs.color {
    width: 89.5vw;
    height: 24.5vh;
  }

  .f-cs-2 {
    width: 89.5vw;
    margin-left: 0vw;
  }

  .background-video-3 {
    width: 89.5vw;
    height: 24.5vh;
  }

  

  .social-div {
    -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;
  }


  .div-block-33 {
    width: 100%;
    margin-left: 0vw;
  }

  .div-block-34 {
    width: 89.5vw;
    margin-left: 0vw;
  }

  .text-span {
    display: none;
  }

  .text-span-2 {
    display: none;
  }

  .text-span-3 {
    display: none;
  }

  .text-span-4 {
    display: none;
  }

  .cs-wrapper {
    width: 89.5vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .cs-page {
    padding-right: 5.25vw;
    padding-bottom: 7.5vh;
    padding-left: 5.25vw;
  }

  .next-cs {
    padding: 2.5vh 5.25vw 7.5vh;
  }

  .div-block-36 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    position: static;
    width: 100%;
    margin-top: 10vh;
  }

  .cs-desc-title {
    margin-bottom: 2.5vh;
    font-size: 3.75vw;
    letter-spacing: -0.15vw;
  }

  .cs-details-body-element {
    margin-top: 6vh;
  }

  .title-contents {
    font-size: 3vw;
    letter-spacing: -0.15vw;
  }

  .title-contents.awards {
    font-size: 3.75vw;
  }

  .title-contents.testimonial.caps {
    font-size: 3.75vw;
  }

  .title-contents.testimonial-2.caps.contact-link {
    font-size: 3.75vw;
  }

  .title-contents.view-cs-2.caps {
    margin-top: 0vh;
    font-size: 3.75vw;
  }

  .title-contents.fcs-name {
    font-size: 3.75vw;
  }

  .image.zoom {
    margin-top: 2vh;
  }

  .list {
    padding-left: 7vw;
    line-height: 1.1;
  }

  .background-video-5 {
    height: 25vh;
  }

  .background-video-5.no-top.mausumi {
    height: 28vh;
  }

  .background-video-5.mausumi {
    height: 28vh;
  }

  .list-2 {
    padding-left: 2vw;
  }

  .div-block-40 {
    width: 100%;
  }

  .background-video-6.top-padding {
    height: 50vh;
  }

  .background-video-5-copy {
    height: 25vh;
  }

  .div-block-41 {
    width: 100%;
  }

  .footer {
    margin-top: 7.5vh;
    padding-bottom: 3.5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-transition-load {
    padding-right: 5.25vw;
    padding-left: 5.25vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-link-div {
    display: none;
    margin-top: 5vh;
    -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;
  }

 

  .image-2.long.right.type3 {
    height: 6vh;
  }

  .third-line {
    padding-top: 0vh;
  }

  .second-line {
    margin-top: 5vh;
  }

  .div-block-44 {
    margin-bottom: 2vh;
  }

  .rotate {
    margin-top: 32vh;
  }

  .all-loader-lines-mobile {
    width: 80vw;
    height: auto;
    margin: 5vh 4.75vw 0vh;
  }

  .div-block-49 {
    margin-bottom: 5vh;
  }

  .div-block-51 {
    height: 11vw;
    margin-top: -16vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .div-block-51._2nd {
    margin-top: 12vh;
  }

  .page-transition {
    padding-right: 5.25vw;
    padding-left: 5.25vw;
  }

  .div-block-52 {
    width: 100%;
  }

  .div-block-53 {
    width: 100%;
  }

  .html-embed-2 {
    display: none;
  }
}

