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

.nav-link {
  color: #fff;
  margin: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #ff765c;
}

.section {
  background-image: linear-gradient(60deg, #0b0a70, #6f5be1);
  overflow: hidden;
}

.section.whitesection, .section.addedsection {
  background-image: none;
}

.navbar {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  font-family: Inter, sans-serif;
  overflow: visible;
}

.nav-button {
  color: #fff;
  background-color: #ff765c;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
}

.herocontent {
  min-width: 75%;
}

.heroholder {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.heroimage {
  max-width: 44vw;
  flex: 1;
  margin-left: -40%;
  display: block;
}

.herotitle.mobilehero {
  display: none;
}

.herotext {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.buttonholder {
  margin-bottom: 60px;
}

.herotitletext {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.herotitletext.black {
  color: #000;
}

.herotitletext.white {
  margin-top: 60px;
}

.titlewrapper {
  height: 160px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.herotextholder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button {
  background-color: #ff765c;
  border-radius: 20px;
  padding: 10px 25px;
}

.linkblock {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  display: inline-block;
}

.text-block {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.aboutwrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.aboutcontent {
  width: 117%;
}

.aboutpara {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.aboutimage {
  margin-left: 8px;
}

.clientslogo {
  margin-top: 60px;
  margin-left: -22%;
}

.logo {
  width: 220px;
  height: 120px;
  background-color: rgba(255, 255, 255, .18);
  margin-right: 20px;
}

.logo.izdesign {
  background-image: url('../images/BlackIZ.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo.inmotion {
  background-image: url('../images/Inmotion-Black--new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo.monopoly {
  background-image: url('../images/Monopoly-logo-with-txt-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo.idesign {
  background-image: url('../images/idesign.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo.broadway {
  background-image: url('../images/broadway.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo.seminant {
  background-image: url('../images/Seminant-logo-black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logowrapper, .logocarosel {
  display: flex;
}

.reviewswrapper {
  width: 100%;
  height: 670px;
  margin-top: 60px;
}

.reviewtitletext {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.reviewscardcontainer {
  display: flex;
}

.reviewscard {
  width: 450px;
  height: 500px;
  border-radius: 20px;
  margin-left: 0;
  padding: 20px;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, .2);
}

.tempimage {
  width: 100px;
  height: 100px;
  background-color: #d9d9d9;
  border-radius: 100px;
  display: none;
}

.reviewcardheader {
  display: flex;
}

.reviewcontent {
  color: #404040;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.reviewcardheading {
  margin-left: 20px;
}

.text-block-2 {
  font-size: 15px;
  line-height: 40px;
}

.reviewcardname {
  color: #000;
  font-size: 20px;
  line-height: 40px;
}

.reviewcarddesignation {
  color: #b6b6b6;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
}

.slider {
  z-index: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  width: auto;
  margin-right: 30px;
}

.mask {
  overflow: visible;
}

.slide-nav {
  display: none;
}

.arrowimage {
  max-width: 50%;
}

.right-arrow {
  top: auto;
  bottom: -60px;
  left: 150px;
  right: 0%;
}

.left-arrow {
  top: auto;
  bottom: -60px;
  left: 0%;
  right: 150px;
}

.serviceswrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.service {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.serviceheader {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.servicesbody {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.servicecontent {
  text-align: left;
  text-decoration: none;
}

.servicecontent.servicecontent-margin-left {
  margin-left: 60px;
}

.servicecontent.servicecontent-margin-right {
  margin-right: 60px;
}

.servicebuttonholder {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 70px;
}

.contactuswrapper {
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.div-block {
  width: 168px;
  height: 88px;
}

.tempcontactusimage {
  width: 168px;
  height: 88px;
  background-image: url('../images/Landfall-Logo---orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.contactuscontent {
  margin-left: 100px;
}

.contactuscontent.modalcontact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 0;
}

.contactusitem {
  margin-bottom: 20px;
  display: flex;
}

.contactusitem.modalcontactusitem {
  margin-bottom: 10px;
}

.contactustext {
  color: #000;
  margin-left: 0;
  font-size: 15px;
}

.contactustext.modalcontactustext {
  width: 410px;
  font-size: 12px;
  line-height: 14px;
}

.socialmedialinks {
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 200px;
  margin-right: 200px;
  display: flex;
}

.socialmedialinks.modalmedia {
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
}

.copyrightstext {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 200;
}

.image, .image-2, .image-3, .image-4 {
  width: 300px;
}

.image-5, .image-6 {
  width: 270px;
}

.socialimage.modalmediaimage {
  max-width: 70%;
}

.contacticon {
  margin-right: 20px;
}

.contacticon.modalcontacticon {
  width: 11px;
  max-width: 100%;
  line-height: 20px;
}

.modalwrapper {
  z-index: 6;
  background-color: rgba(0, 0, 0, .73);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.modal {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.modal-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.submit-button {
  background-color: #ff765c;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-weight: 500;
  line-height: 15px;
}

.success-message {
  background-color: #b1ffd3;
  border-radius: 20px;
  padding: 10px 25px;
}

.formfield {
  width: 450px;
  outline-offset: 0px;
  border-radius: 5px;
  outline: 1px solid #cacaca;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
}

.close {
  width: 50px;
  max-width: 100%;
  opacity: .5;
  cursor: pointer;
}

.close:hover {
  opacity: .65;
}

.close:active {
  opacity: .75;
}

.closeholder {
  margin-top: 5px;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form {
  margin-bottom: 20px;
}

.modalclosearea {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.seo {
  display: none;
}

.div-block-2 {
  background-image: url('../images/Landfall-Logo---orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-7 {
  width: 60px;
}

.brandlogo {
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heroimage {
    max-width: 50vw;
  }

  .herotext {
    font-size: 19px;
    line-height: 25px;
  }

  .herotitletext {
    font-size: 50px;
  }

  .aboutpara {
    font-size: 15px;
    line-height: 25px;
  }

  .clientslogo {
    margin-top: 30px;
  }

  .reviewtitletext {
    font-size: 30px;
  }

  .reviewscard {
    width: 310px;
    height: 400px;
  }

  .tempimage {
    width: 60px;
    height: 60px;
  }

  .reviewcontent {
    font-size: 12px;
    line-height: 18px;
  }

  .reviewcardname {
    font-size: 17px;
    line-height: 20px;
  }

  .reviewcarddesignation {
    font-size: 11px;
    line-height: 20px;
  }

  .service {
    margin-top: 40px;
  }

  .service.rightimg, .service.leftimg {
    margin-top: 80px;
  }

  .serviceheader {
    font-size: 25px;
    line-height: 25px;
  }

  .servicesbody {
    font-size: 15px;
    line-height: 22px;
  }

  .servicecontent.servicecontent-margin-left {
    margin-left: 40px;
  }

  .servicecontent.servicecontent-margin-right {
    margin-right: 40px;
  }

  .socialmedialinks {
    margin-left: 100px;
    margin-right: 100px;
  }

  .image, .image-2, .image-3, .image-4 {
    width: 230px;
  }

  .image-5 {
    width: 190px;
  }

  .image-6 {
    width: 200px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    opacity: .95;
    background-color: #0b0a70;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: -17px;
    padding-top: 30px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    opacity: .95;
    background-color: #0b0a70;
  }

  .stars {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .herocontent {
    min-width: 100%;
  }

  .heroimage {
    margin-top: 147px;
    margin-left: -60%;
    margin-right: 60px;
    display: block;
  }

  .herotitle {
    display: none;
  }

  .herotitle.mobilehero {
    display: block;
  }

  .herotitle.mobilehero.vertical {
    display: none;
  }

  .herotitletext {
    font-size: 47px;
    line-height: 60px;
  }

  .titlewrapper {
    height: 120px;
  }

  .text-block {
    font-size: 18px;
  }

  .heroimageholder {
    opacity: 1;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .aboutcontent {
    width: 100%;
  }

  .sectionimage {
    opacity: .08;
    position: absolute;
  }

  .aboutpara {
    line-height: 23px;
  }

  .aboutimage {
    margin-left: auto;
  }

  .reviewtitletext {
    line-height: 35px;
  }

  .reviewscard {
    width: 340px;
  }

  .reviewcontent {
    font-size: 12px;
    line-height: 19px;
  }

  .serviceheader {
    font-size: 20px;
    line-height: 20px;
  }

  .servicesbody {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .servicecontent.servicecontent-margin-left {
    margin-left: 20px;
  }

  .contactuswrapper {
    flex-direction: column;
  }

  .tempcontactusimage {
    width: 150px;
    height: 70px;
    margin-bottom: 20px;
  }

  .contactuscontent {
    margin-top: -40px;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .contactusitem {
    margin-bottom: 10px;
  }

  .contactusitem.modalcontactusitem {
    margin-bottom: 5px;
  }

  .contactustext {
    font-size: 12px;
  }

  .contactustext.modalcontactustext {
    width: 320px;
    font-size: 10px;
  }

  .socialmedialinks {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image {
    width: 170px;
  }

  .image-2, .image-3, .image-4 {
    width: 180px;
  }

  .image-5 {
    width: 170px;
  }

  .image-6 {
    width: 150px;
  }

  .nav-menu {
    flex-flow: row;
    align-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
  }

  .socialimage {
    max-width: 60%;
  }

  .modal-heading {
    font-size: 25px;
  }

  .submit-button {
    font-size: 12px;
    line-height: 12px;
  }

  .formfield {
    width: 340px;
    font-size: 12px;
  }

  .form {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .heroholder {
    flex-direction: column;
  }

  .heroimage {
    max-width: 80vw;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .herotitle.mobilehero {
    display: none;
  }

  .herotitle.mobilehero.vertical {
    display: block;
  }

  .herotext {
    font-size: 17px;
  }

  .herotitletext {
    font-size: 30px;
    line-height: 40px;
  }

  .titlewrapper {
    height: 80px;
  }

  .linkblock {
    display: inline-block;
  }

  .text-block {
    font-size: 16px;
  }

  .sectionimage {
    display: block;
  }

  .aboutpara {
    font-size: 14px;
    line-height: 21px;
  }

  .aboutimage {
    display: block;
  }

  .reviewtitletext {
    font-size: 27px;
    line-height: 35px;
  }

  .reviewscard {
    width: 270px;
    height: 450px;
  }

  .tempimage {
    width: 50px;
    height: 50px;
  }

  .reviewcontent {
    line-height: 19px;
  }

  .reviewcardname {
    font-size: 15px;
  }

  .reviewcarddesignation {
    font-size: 10px;
    line-height: 13px;
  }

  .slider {
    margin-left: -20px;
  }

  .arrowimage {
    max-width: 30%;
  }

  .right-arrow {
    left: 100px;
  }

  .left-arrow {
    right: 100px;
  }

  .service {
    flex-direction: column;
  }

  .service.rightimg {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .service.leftimg {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }

  .serviceheader {
    font-size: 16px;
  }

  .servicecontent.servicecontent-margin-left {
    margin-left: 0;
  }

  .servicebuttonholder {
    display: flex;
  }

  .contactuswrapper {
    flex-direction: column;
  }

  .tempcontactusimage {
    margin-bottom: 20px;
  }

  .contactuscontent {
    margin-top: -40px;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .contactusitem.modalcontactusitem {
    margin-bottom: 7px;
  }

  .contactustext {
    font-size: 10px;
  }

  .contactustext.modalcontactustext {
    width: 220px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }

  .socialmedialinks {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image {
    width: 180px;
  }

  .image-2, .image-3, .image-4 {
    width: 170px;
  }

  .image-5 {
    width: 160px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .stars {
    max-width: 40%;
  }

  .socialimage {
    max-width: 60%;
  }

  .socialimage.modalmediaimage {
    max-width: 50%;
  }

  .contacticon.modalcontacticon {
    width: 10px;
  }

  .modal {
    padding: 20px;
  }

  .modal-heading {
    margin-bottom: 10px;
  }

  .submit-button {
    margin-bottom: 20px;
  }

  .formfield {
    width: 250px;
  }
}


