@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}
a {
  text-decoration: none;
  color: unset;
}
input,
button {
  border: none;
  background: unset;
}
ul {
  list-style: none;
  padding-left: 0;
}
.home-bg {
  background: url("../images/Hero\ BG.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 94px 18px 94px;
}
.change-color {
  background-color: #1a1a1a;
}
.outer-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.pointer,
.perfect-list {
  cursor: pointer;
}
.logo img {
  width: 120px;
}
nav a {
  color: #ffffff;
  font: normal normal normal 15px/20px Open Sans;
}
.navMenus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navMenus li {
  margin: 0 0 0 25px;
}
/* 30june */
/* .navMenus li:nth-child(1),
.navMenus li:nth-child(2),
.navMenus li:nth-child(3) {
  display: flex;
  align-items: center;
} */
.useCase-menu,
.feature-menu {
  display: flex;
  align-items: center;
}
.login-btn {
  background-color: transparent;
  color: white;
  font-size: 15px;
}
.signUp-btn {
  width: 105px;
  height: 32px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  background-color: #34ccff;
  border-radius: 3px;
}
.down-arrow {
  margin-left: 5px;
}
.down-arrow img {
  width: 12px;
  height: 12px;
}
.home-left-content {
  width: 46%;
}
.home-higlight {
  background: transparent
    linear-gradient(90deg, #5dbaff 0%, #ffa5cb 38%, #db537f 63%, #615ad3 100%)
    0% 0% no-repeat padding-box;
  /* madatory */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-subpara {
  font: normal normal normal 18px/28px Open Sans;
  color: #c7c7c7;
  margin: 20px 0 60px 0;
}
.sign-up-for-free,
.btn-intrested,
.Try-pictory-btn {
  width: 382px;
  max-width: 100%;
  height: 58px;
  color: white;
  font-size: 16px;
  font-weight: 800;
  /* background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
    linear-gradient(to right, #ffa5cb, #33ccff) border-box; */
  background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
    linear-gradient(to left, #ffa5cb, #33ccff) border-box;
  border-radius: 30px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  /* box-shadow: 2px 2px 3px 5px #ffa5cb; */
}
/* btn glow */
.sign-up-for-free:hover,
.btn-intrested:hover,
.Try-pictory-btn:hover,
.Try-pictory-btn-big:hover {
  /* background: linear-gradient(100deg, #33ccff 0%, #d499ff 100%) 0% 0% no-repeat
    padding-box; */
  /* border: 2px solid white; */
  box-shadow: 0px 0px 28px #615ad3, 0 -10px 20px -5px #ffa5cb,
    2px 2px 25px #33ccff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.home-right-content img {
  width: 500px;
  max-width: 100%;
}
.home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 104px 118px 148px 138px;
}
#slideImg {
  width: 500px;
  max-width: 100%;
}
.slider-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.para-wrapper {
  margin-left: 20px;
}
.circle-progress,
.slider-two-circle-progress {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  background: conic-gradient(#ededed 0deg, white 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-progress::before,
.slider-two-circle-progress::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: transparent linear-gradient(138deg, #3ecfff 0%, #c26eff 100%) 0%
    0% no-repeat padding-box;
}
.outerCircle {
  width: 12%;
}
.para-common {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 80%;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #adadad;
}
.para-common {
  margin-top: 30px;
}
.items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.youAre-highLighter {
  background: transparent
    linear-gradient(90deg, #5dbaff 0%, #ffa5cb 38%, #db537f 63%, #615ad3 100%)
    0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youArePerfect-heading,
.HowDo-heading,
.gotQues-para,
.home-heading {
  font-size: 50px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.youArePerfect-heading,
.HowDo-heading,
.gotQues-para {
  text-align: center;
}
.home-heading {
  text-align: left;
}
.HowDo-heading,
.home-heading {
  color: white;
}
.youAre-sec,
.HowDo-sec {
  padding: 120px 138px;
}
.HowDo-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  margin-top: 60px;
}
.HowDo-items {
  margin: 70px;
}
.HowDo-sec {
  background-color: #1a1a1a;
  text-align: center;
}
.HowDoSec-pic img {
  width: 132px;
  max-width: 100%;
}
.step-txt {
  margin: 30px 0 20px 0;
  font: normal normal 800 24px/30px Poppins;
}
.HowDo-items p:last-of-type {
  font: normal normal normal 18px/28px Open Sans;
}
.btn-intrested {
  width: 405px;
  max-width: 100%;
  color: white;
  font: normal normal bold 18px/27px Poppins;
  margin-top: 62px;
}
.hassleSub-pic {
  position: relative;
}
.hassle-img img {
  width: 100px;
  /* overlapping */
  /* max-width: 100%; */
}
.hassleSub-img {
  position: absolute;
  top: 34%;
  left: 44%;
  width: 36px !important;
}
.Hassle-free-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Hassle-free-sec {
  padding: 120px 0 20px 0;
  text-align: center;
}
.Hassle-free-subpara {
  font-size: 18px;
}
.Hassle-Heading {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 80px;
}
.hassle-free-items {
  margin: 0 100px 80px 134px;
  width: 30%;
}
.gotQues-hightlight {
  color: #b676ff;
}
.gotQues-sec {
  background: url("../images/Grey\ Container@2x.png") no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 80px 180px;
}
.gotQues-contact {
  font: normal normal 800 22px/32px Poppins;
  margin-top: 20px;
}
.gotQues-contact a {
  color: #67b1ff;
}
footer {
  padding: 120px 134px;
}
/* .outer-foo {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.social-media-icon {
  display: flex;
  align-items: center;
}
.social-media-icon img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin: 14px 30px 0 0;
}
.higtlight_animaker {
  color: #f1821e;
}
.left-footer p:nth-child(2) {
  font: normal normal bold 24px/34px Poppins;
  color: #1a1a1a;
  margin: 8px 0 8px 0;
}
.left-footer p:nth-child(3) {
  font: normal normal bold 18px/24px Poppins;
}
.left-footer p:nth-child(4) {
  font: normal normal normal 12px/33px Open Sans;
  color: #afafaf;
}
.address {
  font: normal normal normal 15px/27px Open Sans;
  color: #1a1a1a;
}
.bottom-footer p:nth-child(1) {
  font: normal normal bold 18px/27px Poppins;
  color: #1a1a1a;
}
.company-details {
  display: flex;
  align-items: center;
}
.company-details li {
  margin: 16px 50px 0 0;
  font: normal normal normal 18px/24px Open Sans;
  color: #1a1a1a;
}
.bottom-footer {
  border-bottom: 1px solid #8e8e8e;
  margin: 50px 0 30px 0;
  padding-bottom: 30px;
}
.heart-txt {
  font: normal normal normal 18px/24px Open Sans;
  color: #8e8e8e;
}
.heart-txt img {
  width: 13px;
}
.sign-up-for-free,
.login-btn,
.signUp-btn,
.close-icon,
.menu,
.overLay {
  cursor: pointer;
}
/* script */
/* for default html slider , id has more priority so default text color appears */
#default-color {
  color: black;
}
.overLay {
  background: rgb(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 136%;
  bottom: 0;
  z-index: 20;
}
.verticalMenu-sec {
  display: none;
}
.feature-menu-outer {
  display: none;
  position: absolute;
  top: 80%;
  left: 9%;
  right: 9%;
}
.feature-menu:hover .feature-menu-outer {
  display: block;
}
.featurePic {
  position: relative;
}
/* .featurePic:hover p {
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */
.exportMore-Outer {
  margin-top: 30px;
  grid-column-start: 3;
}
.exportMoreTemp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.exportMoreTemp a {
  color: rgb(123, 19, 229);
  text-decoration: underline;
  font-weight: 600;
  margin-right: 4px;
}
.export-templates-icon {
  width: 12px;
  height: 12px;
  color: rgb(123, 19, 229);
}
/* hover */
.featurePic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 90px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* display: none; */
  /* transform: scale(0); */
  /* due to black color default. */
  border: 1px solid transparent;
  opacity: 0;
}
.featurePic:hover::before {
  opacity: 1;
}
.featurePic1:hover::before {
  border: 1px solid #feebd4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featurePic2:hover::before {
  border: 1px solid #f8d0e8;
}
.featurePic3:hover::before {
  border: 1px solid #fcdea1;
}
.featurePic4:hover::before {
  border: 1px solid #fad9de;
}
.featurePic5:hover::before {
  border: 1px solid #cce997;
}
.featurePic6:hover::before {
  border: 1px solid #f6afdb;
}
.featurePic7:hover::before {
  border: 1px solid #e8c6f4;
}
.featurePic8:hover::before {
  border: 1px solid #a8dee9;
}
.featurePic9:hover::before {
  border: 1px solid #cfd3fd;
}
.feature-menu,
.useCase-menu {
  height: 55px;
}
.feature-menu {
  /* position: relative; */
}
.feature-menu-Content {
  padding: 28px 30px 28px 30px;
  background: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  justify-items: start;
  /* position: absolute;
  top: 51px;
  left: calc(50% - 862px); */
  border-radius: 8px;
  border: 1px solid rgb(205, 205, 205);
}

.featurePic p {
  font-size: 14px;
  margin-left: 8px;
  color: black;
}
.featurePic {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.feature-outer {
  /* display: block; */
}
.featurePic img,
.socialMed-items img {
  width: 135px;
  /* max-width: 100%; */
}
.usecase_heading {
  margin: 0 0 30px 20px;
  font-size: 18px;
  font-weight: 600;
}
.usecase-menu-content {
  height: 610px;
  /* liveCh */
  /* max-height: 88vh; */
  /* height: 89vh; */
  /* max-height: 100%; */
  /* max-height: 88vh; */
  /* min-height: -webkit-fill-available; */
  overflow-y: scroll;
  display: grid;
  /* firist col 40rem remaining 17rem */
  grid-template-columns: 42% repeat(2, 26%);
  /* grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));  */
  /* liveCh */
  gap: 25px;
  background-color: white;
  padding: 30px 30px 40px 45px;
  border-radius: 8px;
  border: 1px solid rgb(205, 205, 205);
}
.heading-usecase {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}
/* .socialMed-items {
  row-gap: 30px;
} */
.business-items,
.socialMed-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.business-items {
  height: 75px;
  border-radius: 8px;
  padding: 0 0 0 12px;
}
.socialMed-items {
  height: 120px;
  border-radius: 8px;
  padding: 8px 8px 0 8px;
}
.business-items a {
  /* margin-left: 14px; */
  font-size: 14px;
  color: black;
}
.socialMed-items div:nth-child(2) {
  margin-left: 14px;
}
.business-items div:nth-child(2) {
  margin-left: 6px;
}
.socialMed-subHeading {
  font-weight: 700;
  color: black;
}
.bussiness-aTag {
  color: black;
}
.socialMed-subpara {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400 !important;
  color: black;
}
.useCase-menu-outer {
  display: none;
  position: absolute;
  top: 80%;
  left: 9%;
  right: 9%;
}
.useCase-menu:hover .useCase-menu-outer {
  display: block;
}
.socialMed-items,
.business-items {
  position: relative;
}
.socialMed-items::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  opacity: 0;
}

.socialMed-items:hover::before {
  opacity: 1;
}
.socialMed-item1:hover::before {
  border: 1px solid #acc3fb;
}
.socialMed-item2:hover::before {
  border: 1px solid #80cefd;
}
.socialMed-item3:hover::before {
  border: 1px solid #e99acf;
}
.socialMed-item4:hover::before {
  border: 1px solid #7db7dc;
}
.socialMed-item5:hover::before {
  border: 1px solid #ffc9c9;
}

.business-items::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 75px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border: 1px solid transparent;
  opacity: 0;
}
.business-items:hover::before {
  opacity: 1;
}
.business-items1:hover::before {
  border: 1px solid #be77f2;
}
.business-items2:hover::before,
.business-items7:hover::before,
.business-items11:hover::before {
  border: 1px solid #f7cb29;
}
.business-items3:hover::before,
.business-items8:hover::before {
  border: 1px solid #fd5770;
}
.business-items4:hover::before,
.business-items6:hover::before,
.business-items10:hover::before {
  border: 1px solid #53c1bc;
}
.business-items5:hover::before {
  border: 1px solid #35bcf1;
}
.business-items9:hover::before {
  border: 1px solid #789ef0;
}
.business-items:hover .bussiness-aTag {
  font-weight: 700;
}
.business-items div img:nth-child(1) {
  margin-right: 14px;
  max-width: 100%;
}
.Try-pictory-btn-big {
  width: 440px;
}
.pictory-heading {
  width: 91%;
}
@media only screen and (min-width: 1000px) {
  .socialMed-item2:hover {
    background: rgb(242, 250, 255);
  }
  .socialMed-item3:hover {
    background: rgba(223, 166, 229, 0.2);
  }
  .socialMed-item4:hover {
    background: rgb(240, 249, 255);
  }

  .business-items1:hover {
    background: #faedff;
  }
  .business-items2:hover,
  .business-items7:hover,
  .business-items11:hover {
    background: rgb(255, 253, 239);
  }
  .business-items3:hover,
  .business-items8:hover {
    background: rgb(255, 241, 241);
  }
  .business-items4:hover,
  .business-items6:hover,
  .business-items10:hover {
    background: rgb(238, 255, 252);
  }
  .business-items5:hover,
  .business-items9:hover {
    background: rgb(242, 253, 255);
  }
  .business-items6:hover {
    background: rgb(255, 255, 255);
  }
  .usecase-text-menu::before,
  .feature-text-menu::before {
    content: "";
    position: absolute;
    top: 66px;
    /* width: 6%; */
    width: 85px;
    height: 4px;
    background-color: rgb(238, 180, 1);
    opacity: 0;
  }
  .usecase-text-menu:hover::before,
  .feature-text-menu:hover:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .pictory-heading {
    width: auto;
  }
  .change-color {
    background-color: #1a1a1a;
  }
  .home-content {
    padding: 121px 80px 120px 80px;
  }
  .youAre-sec,
  .HowDo-sec {
    padding: 80px 40px;
  }
  .youArePerfect-heading,
  .HowDo-heading,
  .gotQues-para,
  .home-heading {
    font-size: 40px;
    font-weight: 800;
  }
  .hassle-free-items {
    margin: 0 0 30px 21px;
  }
  .HowDo-items {
    margin: 25px;
  }
  /* change june 13 */
  .usecase-menu-content {
    /* height: 80vh;
    max-height: 100%; */
    max-height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 992px) {
  .socialMed-items::before,
  .business-items::before,
  .featurePic::before {
    display: none;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 16px 18px 16px;
  }
  .home-heading {
    font-size: 35px;
    text-align: center;
  }
  .home-subpara {
    font-size: 16px;
  }
  .home-content {
    display: block;
  }
  .home-content {
    padding: 121px 50px 130px 50px;
    text-align: center;
  }
  .home-left-content {
    width: 100%;
  }
  .sign-up-for-free,
  .btn-intrested {
    font-size: 14px;
  }
  .home-right-content img {
    margin-top: 36px;
  }
  .youAre-sec,
  .HowDo-sec {
    padding: 80px 24px;
  }
  .youArePerfect-heading,
  .HowDo-heading,
  .gotQues-para,
  .home-heading,
  .Hassle-Heading {
    font-size: 40px;
    font-weight: 800;
  }
  .para-common {
    font-size: 18px;
  }
  .para-wrapper {
    margin-left: 0;
  }
  .HowDo-items {
    margin: 10px;
  }
  .HowDo-content {
    flex-wrap: wrap;
  }
  .Hassle-free-sec {
    padding: 56px 10px;
  }
  .Hassle-Heading {
    /* margin-bottom: 10px; */
  }
  .gotQues-sec {
    padding: 70px 30px;
  }
  footer {
    padding: 98px 37px;
  }
  .feature-menu-Content {
    padding: 28px 10px 28px 10px;
    background: white;
  }
  .usecase-menu-content {
    padding: 29px 20px 40px 20px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .youArePerfect-heading,
  .HowDo-heading,
  .gotQues-para,
  .home-heading,
  .Hassle-Heading {
    font-size: 30px;
    font-weight: 800;
  }
  .youAre-sec,
  .HowDo-sec {
    padding: 80px 16px;
  }
  .para-common {
    font-size: 16px;
    font-weight: 500;
  }
  .Hassle-free-subpara {
    font-size: 16px;
  }
  .gotQues-sec {
    padding: 70px 20px;
  }
  .company-details {
    align-items: flex-start;
    flex-direction: column;
  }
  .feature-menu-Content {
    border: unset;
  }
  /* mobile */
  .vertical-navMenus a {
    color: white;
  }
  .vertical-navMenus li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .signUp-btn,
  .login-btn {
    font-size: 12px;
    border: 1px solid white;
    background-color: transparent;
    width: 90px;
    border-radius: 0;
  }
  .login-btn {
    margin-top: 1px;
    width: 90px;
    height: 32px;
  }
  .menu-icon,
  .close-icon {
    width: 24px;
    height: 24px;
    color: white;
  }
  .close {
    display: flex;
    justify-content: flex-end;
    margin: 6px 0px 34px 0;
  }
  .vertical-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 13px 20px;
  }
  .vertical-menu-header.change-color {
    background-color: #1a1a1a;
  }
  /* script */
  header {
    display: none;
  }
  .verticalMenu-sec {
    display: block;
  }
  .vertical-menu {
    width: 63%;
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    left: -200%;
    bottom: 0;
    padding: 30px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-property: left;
    z-index: 30;
    overflow: scroll;
    /* display: none; */
  }
  .outer-header.activeMenu .vertical-menu {
    /* display: block; */
    left: 0;
  }
  .outer-header.activeMenu .overLay {
    right: 0;
  }

  /* menu */
  .usecase-menu-content,
  .feature-menu-Content {
    display: flex;
    flex-direction: column;
    position: unset;
    top: -55px;
    right: 0;
    background-color: #1a1a1a;
  }
  .socialMed-subHeading .socialMed-items img {
    width: 90px;
    /* max-width: 100%; */
  }
  .socialMed-subpara,
  .socialMed-subHeading,
  .heading-usecase {
    color: white;
  }
  .featurePic img,
  .socialMed-items img {
    width: 90px;
    max-width: 100%;
  }
  .featurePic {
    justify-content: flex-start;
  }
  /* 04july */
  /* .vertical-navMenus li:nth-child(1),
  .vertical-navMenus li:nth-child(4) {
    margin-bottom: 0;
  } */
  .featurePic p {
    color: white;
  }
  .usecase_heading {
    margin: 20px 0 10px 0;
    color: rgb(255, 255, 255);
    font-weight: 400;
  }
  /* script */
  /* for usecase menu */
  .useCase-menu-outer,
  .feature-menu-outer {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: unset;
    display: none;
  }
  .usecase-menu-content {
    border: unset;
  }
  .usecase-downArrow img,
  .features-downArrow img,
  .resources-downArrow img {
    rotate: 360deg;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .vertical-navMenus.active-usecase .usecase-downArrow img {
    rotate: 180deg;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .vertical-navMenus.active-features .features-downArrow img,
  .vertical-navMenus.active-resources .resources-downArrow img {
    rotate: 180deg;
  }
  .slider-box {
    display: block;
  }
  .outer-slider-pic {
    text-align: center;
  }
  .para-common {
    margin-top: 15px;
  }
  .socialMed-items,
  .business-items {
    height: unset;
  }
  .featurePic img,
  .socialMed-items img {
    width: 60px;
    max-width: unset;
  }
  .featurePic {
    margin-top: 12px;
  }
  .feature-menu-Content {
    padding-left: 20px;
  }
  .featurePic p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .home-content {
    padding: 121px 14px 130px 14px;
  }
  .home-heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  .home-subpara,
  .Hassle-free-subpara {
    font-size: 14px;
  }
  .home-subpara {
    margin: 20px 0 30px 0;
  }
  .sign-up-for-free,
  .btn-intrested {
    font-size: 11px;
    /* border-radius: 0; */
    box-shadow: none;
  }
  .youArePerfect-heading,
  .HowDo-heading,
  .gotQues-para,
  .home-heading,
  .Hassle-Heading {
    font-size: 18px;
    font-weight: 800;
  }
  .youAre-sec,
  .HowDo-sec {
    padding: 80px 14px;
  }
  .HowDo-items p:last-of-type {
    font: normal normal normal 14px/28px Open Sans;
  }
  .step-txt {
    margin: 15px 0 10px 0;
    font: normal normal 800 16px/30px Poppins;
  }
  .Hassle-free-content {
    display: unset;
  }
  .hassle-free-items {
    display: flex;
    margin: 0px 0px 8px 0px;
    width: 100%;
    text-align: left;
    align-items: center;
    border-bottom: 1px solid rgb(169, 169, 169, 0.2);
    padding: 14px 0;
    font-size: 14px;
  }
  .Hassle-free-subpara {
    margin-left: 8px;
  }
  .gotQues-sec {
    padding: 70px 8px;
  }
  .gotQues-contact {
    font-size: 14px;
  }
  .outer-foo {
    align-items: start;
    flex-direction: column;
  }
  footer {
    padding: 50px 16px;
  }
  .address {
    font-size: 13px;
  }
  .company-details li {
    font-size: 14px;
  }
  .heart-txt {
    font-size: 12px;
  }
  .hassleSub-img {
    left: 30%;
  }
  .Hassle-Heading {
    margin-bottom: 40px;
  }
  .usecase-menu-content {
    padding: 29px 6px 40px 5px;
  }
  .heading-usecase,
  .usecase_heading {
    font-size: 13px;
    font-weight: 800;
  }
  .business-items a,
  .featurePic p {
    font-size: 13px;
  }
  .business-items div img:nth-child(1) {
    width: 25px;
    height: 50px;
  }
  .business-items div img:nth-child(1) {
    margin-right: 0;
  }
  .featurePic img,
  .socialMed-items img {
    width: 60px;
    max-width: unset;
  }

  .socialMed-items,
  .business-items {
    height: unset;
  }
  .business-items {
    margin-top: 5px;
  }
  .featurePic {
    margin-top: 8px;
  }
  .vertical-menu {
    width: 85%;
  }
  .socialMed-subpara {
    font-size: 12px;
  }
  .logo img {
    width: 91px;
  }
  .vertical-menu-header {
    padding: 8px 20px 8px 20px;
  }
}
