* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --white: #fff;
  --brand-green: #00856f;
  --purple: #60267f;
}
body {
  overflow-x: hidden;
}
main.fontRoboto {
  margin-top: 3rem;
}

.fontRoboto {
  font-family: 'Roboto', sans-serif;
}
.fontComforta {
  font-family: 'Comfortaa', sans-serif;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexColumn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.headerTwo {
  font-size: clamp(1.3rem, 5vw, 2rem);
  color: #000;
  text-align: center;
}

.topLine {
  background-color: var(--purple);
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
.topLinePara {
  font-size: clamp(10px, 2vw, 12px);
}

.topLineSpan {
  text-decoration: underline;
  cursor: pointer;
}
.link {
  color: #fff;
}

.headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px 15px 50px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.068);
}
.headerUl {
  display: flex;
  gap: 20px;
}
.headerNav {
  gap: 20px;
}
.headerList {
  list-style: none;
}
.headerList a {
  text-decoration: none;
  color: #2b0236;
}
.headerList a:hover {
  text-decoration: none;
  color: #af22d6;
}
.headerBtn {
  padding: 5px 8px;
  background: none;
  border: 2px solid #9a54bc;
  border-radius: 5px;
  color: #9a54bc;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.headerBtn:hover {
  background-color: #9a54bc;
  color: #fff;
  cursor: pointer;
}

.headingContainer {
  text-align: center;
  gap: 50px;
}

.heading {
  font-size: clamp(1.3rem, 5vw, 2rem);
  padding: 0 10px;
  color: #2b0236;
}
.headingBtn {
  padding: 20px 32px;
  background-color: #9a54bc;
  color: #fff;
  border: 1px solid #9a54bc;
  border-radius: 5px;
  font-weight: 700;
  transition: 0.2s easy-in-out;
  cursor: pointer;
}
.headingBtn:hover {
  background-color: #fff;
  color: #9a54bc;
}
.firstPhoneContainer {
  height: min(70vw, 500px);
  width: 100%;
  max-width: 1200px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.bigElipse {
  top: 5%;
  left: 50%;
  width: clamp(250px, 90vw, 512px);
  transform: translateX(-50%);
}
.smallElipse {
  top: 5%;
  left: 50%;
  width: clamp(126px, 55vw, 394px);
  transform: translateX(-50%);
}
.rectangle {
  top: 14%;
  left: 50%;
  width: clamp(60px, 21vw, 150px);
  transform: translateX(-50%);
}
.collabWord {
  top: 39%;
  left: 50%;
  width: clamp(49px, 17vw, 90px);
  transform: translateX(-50%);
}
.elipseBtn {
  top: 91%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(129px, 20%, 200px);
  transform: translateX(-50%);
  font-size: clamp(0.7rem, 1.5vw, 1.25rem);
  padding: clamp(9px, 0vw, 1em) clamp(20px, 1vw, 40px);
  color: var(--purple);
  border: 2px solid #9a54bc;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.elipseBtn:hover {
  background-color: #9a54bc;
  color: #fff;
}
.topBrandsContainer {
  gap: 50px;
  margin-top: 8rem;
}
.iconsContainer {
  gap: 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.iconsContainer img {
  width: clamp(60px, 10vw, 215px);
  height: auto;
}
.collabAppHelpContainer {
  margin-top: 100px;
}

.mainContainer {
  margin-top: 100px;
  justify-content: space-around;
}
.leftParaContainer {
  padding: 10px;
  width: 50%;
}
.buttonContainer {
  display: flex;
  width: 100%;
  background-color: #9a54bc;
  border-radius: 5px;
  padding: 2px 2px;
  gap: 5px;
  -webkit-box-shadow: 0px 11px 10px -14px #000000;
  box-shadow: 0px 11px 10px -14px #000000;
}
.buttonContainer button {
  width: 50%;
  padding: 10px;
  border: 2px solid #9a54bc;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}
.buttonContainer button:hover {
  border: 2px solid #9a54bc;
  background-color: var(--purple);
  color: white;
}
.paraContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.paraContainer p {
  background-color: #f2f2f2;
  padding: 1rem;
}
.paraContainer p span {
  font-weight: 700;
}

.RightImgContainer img {
  width: 300px;
}
.budgetContainer {
  margin-top: 100px;
  gap: 30px;
}
.budgetContainer p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  text-align: center;
  padding: 0 10px;
}
.budgetContainer iframe {
  display: block;
  margin: 0 auto;
  width: clamp(290px, 80vw, 1080px);
  height: clamp(153px, 43vw, 600px);
  padding: 0 10px;
  border: none;
}
.projectsDoneContainer {
  margin-top: 100px;
  gap: 50px;
}
.projectDoneCardsContainer {
  width: 80%;
  justify-content: space-evenly;
}
.card {
  align-items: flex-start;
  gap: 20px;
}
.card > span {
  margin-left: 20px;
}
.card img {
  width: clamp(200px, 24vw, 300px);
  height: auto;
  display: block;
  object-fit: cover;
}
.projectDoneCardHeader {
  color: var(--purple);
  font-weight: 500;
}
.projectDoneCardNumber {
  font-weight: 700;
}

.bigCardsContainer {
  gap: 20px;
  margin-top: 200px;
}
.bigCardsTopPara {
  color: #a79d9d;
  font-size: 12px;
}
.monthlyYearlyContainer {
  gap: 10px;
  margin-top: 30px;
  font-size: 1rem;
}
.montly {
  color: #a79d9d;
}
.yearly {
  font-weight: 500;
}
.discount {
  background-color: #ffe87a;
  font-size: 10px;
  padding: 4px;
  border-radius: 3px;
}
.threeBigCardContainer {
  margin-top: 25px;
  gap: 50px;
}
.bigCard {
  width: calc(33.33% - 50px);
  height: clamp(438px, 40vh, 500px);
  border: 0.5px solid #aaaaaa;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bigCard p {
  font-size: 16px;
  font-weight: 500;
}
.bigCard button {
  padding: 15px 20px;
  background-color: var(--white);
  border: 2px solid #2b0236;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.bigCard button:hover {
  background-color: var(--purple);
  color: var(--white);
}
.bigCardListContainer {
  gap: 15px;
  align-items: flex-start;
}
.bigCardListContainer li {
  padding: 0 0 0 10px;
  font-size: 10px;
}

.bigCardListContainer li::marker {
  content: '▶';
}
.cardThree {
  background-color: #56e6a5;
}
.cardThree p {
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  font-size: 18px;
}
.starContainer {
  margin-top: 175px;
  gap: 100px;
}
.starsImg {
  gap: 16px;
}

.starsImg img {
  width: clamp(25px, 4vw, 40px);
}

.starsPara {
  width: 85%;
  gap: clamp(10px, 4.5vw, 83px);
}

.arrowText {
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
}
.starsPara img {
  width: clamp(30px, 3vw, 50px);
}
.arrow-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: max-content;
}
.arrow-btn:hover img {
  background-color: #f3f3f3;
}
.designationImageContainer {
  gap: 10px;
}
.designationImageContainer img {
  width: clamp(90px, 8vw, 120px);
}
.joinUsContainer {
  margin-top: 252px;
  gap: 50px;
}
.joinUsPara {
  font-size: clamp(1.3rem, 5vw, 22px);
  font-weight: 400;
  text-align: center;
}
.JoinUsCrazyDiv {
  width: 90%;
}
.exploreOpp {
  padding: 12px 15px;
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 11px;
  background-color: #9a54bc;
  font-weight: 400;
  font-size: 26px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.exploreOpp:hover {
  color: var(--white);
  background-color: #774292;
}

.longLineDiv {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.longLine {
  margin: auto;
  display: block;
  width: clamp(300px, 80vw, 1080px);
}
.imageElement {
  width: 11%;
  height: auto;
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
}

.MiniParaYou {
  color: #9a54bc;
  position: absolute;
  left: 82%;
  top: 23%;
  font-size: 25px;
}
.img1 {
  left: -4%;
  top: -20%;
}
.img2 {
  left: 8%;
  top: 48%;
}
.img3 {
  left: 25%;
  top: 35%;
}
.img4 {
  left: 38%;
  top: 68%;
}
.img5 {
  left: 53%;
  top: 68%;
}
.img6 {
  left: 69%;
  top: 55%;
}
.img7 {
  left: 89%;
  top: 61%;
}
.img8 {
  left: 93%;
  top: 23%;
}

.downloadCollabContainer {
  margin-top: 200px;
  background-color: #9a54bc;
  padding: clamp(20px, 9vw, 150px);
  gap: 2rem;
}
.headerBig {
  color: #fff;
  font-size: clamp(2rem, 5vw, 73px);
}
.threeButtonSection {
  gap: 36px;
}
.threeButtonSection button {
  padding: clamp(10px, 1.5vw, 20px) clamp(10px, 1.5vw, 62px);
  color: var(--white);
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: #9a54bc;
  font-weight: 500;
  font-size: clamp(0.8rem, 1.5vw, 20px);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.threeButtonSection button:hover {
  color: #9a54bc;
  background-color: #fff;
}
.mapQuestionContainer {
  background-color: rgb(240, 240, 240);
  gap: 70px;
}
.questionLeftContainer {
  gap: 20px;
}
.questionLeftContainer h2 {
  margin-bottom: 40px;
}
.questionLeftContainer span {
  font-weight: 500;
  font-size: 23px;
}
.mapRightContainer iframe {
  width: clamp(290px, 50vw, 1080px);
  height: clamp(153px, 43vw, 515px);
}
.collabBottomPageContainer {
  margin-top: 88px;
  align-items: baseline;
  gap: 5%;
}
.collabFollowLeftContainer {
  gap: 25px;
  align-items: start;
  padding: 0 clamp(10px, 5vw, 50px);
}
.collabBottomHeader {
  color: #9a54bc;
  font-size: clamp(1.3rem, 5vw, 4rem);
}
.collabFollowLeftContainer p {
  font-size: clamp(1.3rem, 5vw, 1.7rem);
  color: #2c2c2c;
  line-height: 1.8rem;
}
.collabFollowLeftContainer span {
  font-size: clamp(1.3rem, 5vw, 2rem);
  font-weight: 500;
  margin-top: 20px;
}
.followUsImages {
  gap: 30px;
}
.followUsImages img {
  width: clamp(43px, 3vw, 50px);
}
.followUsImages img.linkedInIcon {
  clip-path: inset(0 11% 0 0);
}
.collabDetailRightContainer {
  gap: 3rem;
  font-size: clamp(1rem, 3vw, 1.5rem);
  align-items: start;
  padding: 0 clamp(10px, 5vw, 50px);
}
.collabDetailRightContainer .sectionOf3Columns {
  gap: clamp(1px, 4vw, 50px);
  align-items: self-start;
  color: #60267f;
}
.aboutCompany,
.aboutResources,
.aboutLegal {
  gap: 30px;
  align-items: flex-start;
}

.collabDetailRightContainer .sectionOf3Columns p {
  font-weight: 700;
  color: #000;
}
.collabDetailRightContainer .sectionOf3Columns span {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.collabDetailRightContainer .sectionOf3Columns span:hover {
  color: #be49fd;
}

.collabDetailRightContainer .containerOf1Column {
  font-weight: 700;
  gap: 30px;
}
.collabDetailRightContainer .containerOf1Column span a {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #60267f;
}
.collabDetailRightContainer .containerOf1Column span a:hover {
  color: #be49fd;
}

.allRightsReserved {
  margin-top: 100px;
  background-color: #60267f;
  height: 50px;
  color: var(--white);
  font-size: 20px;
}
.allRightsReserved p {
  font-size: clamp(1rem, 3vw, 1.5rem);
}

@media (min-width: 800px) {
  .break {
    display: block;
  }
  .hamburger {
    display: none;
  }
}

@media (max-width: 1466px) {
  div.starsPara.flex p br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .joinUsPara {
    width: 80%;
  }
  .joinUsPara br {
    display: none;
  }
}

@media (max-width: 800px) {
  .break {
    display: none;
  }
  br {
    display: none;
  }
  .headerContainer {
    padding: 10px;
  }
  .headerNav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60%;
    height: 100vh;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .hamburger {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    padding: 10px;
    z-index: 9999;
  }
  .hamburger:hover {
    background-color: #eeeeee;
  }
  body.no-scroll {
    overflow: hidden;
  }
  nav.active {
    transform: translateX(0);
  }
  .headerNav ul {
    display: flex;
    flex-direction: column;
  }
  .headerNav ul li {
    padding: 10px;
    text-align: center;
  }
  .headerNav ul li a {
    font-size: 2rem;
  }
  .headerNav button {
    padding: 10px;
    font-size: 1.2rem;
  }
  .mapQuestionContainer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .projectDoneCardsContainer {
    width: 100%;
    gap: 20px;
  }
  .mainContainer,
  .projectDoneCardsContainer,
  .threeBigCardContainer,
  .collabBottomPageContainer,
  .threeButtonSection {
    flex-direction: column;
  }
  .threeButtonSection {
    align-items: stretch;
  }
  .mainContainer {
    margin-top: 25px;
  }
  .leftParaContainer {
    width: 100%;
    padding: 22px;
  }
  .card img {
    width: clamp(100px, 100vw - 50px, 300px);
  }
  .bigCardsContainer {
    margin-top: 70px;
  }
  .bigCard {
    width: clamp(100px, 100vw - 50px, 400px);
    height: clamp(386px, 40vh, 500px);
  }
  .starContainer {
    margin-top: 100px;
  }
  .starsPara {
    padding: 0 5px;
    width: 100%;
  }
  .joinUsContainer {
    margin-top: 100px;
  }
  .exploreOpp {
    padding: 8px 10px;
    font-size: 24px;
  }
  .mapQuestionContainer {
    gap: 50px;
  }
  .mapRightContainer iframe {
    width: clamp(290px, 90vw, 1080px);
  }
  .collabDetailRightContainer {
    margin-top: 50px;
  }
  @media (max-width: 600px) {
    .longLineDiv {
      display: none;
    }
    .downloadCollabContainer {
      margin-top: 150px;
    }
  }
}
