body,
html {
  margin: 0;
  height: auto;
  scroll-behavior: smooth;
}
.l-body-container {
  margin-top: 118px;
  max-width: 1838px;
  border-radius: 10px;
  margin-inline: auto;
  background: linear-gradient(
    79.89deg,
    #f0f3ff 0%,
    #fbfffb 35.78%,
    #fffef7 74.2%,
    #ffeef2 100.15%
  );
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border: 1px solid transparent;
  position: relative;
  background-clip: padding-box;
}

.l-body-container::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(
    83.58deg,
    #6888ff 1.11%,
    #93e164 33.33%,
    #aab549 68.97%,
    #e0708a 97.36%
  );
  content: "";
  z-index: -1;
  border-radius: 10px;
}

.l-menu-bg {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgzOCIgaGVpZ2h0PSI1OTgiIHZpZXdCb3g9IjAgMCAxODM4IDU5OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzNzdfMzE2MzcpIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjYiIGN4PSI3My41IiBjeT0iNzMuNSIgcj0iNTguNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTkwNCA5NSkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMzAiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjYiIGN4PSI3My41IiBjeT0iNzMuNSIgcj0iNTguNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgLTU3IDUwNSkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMzAiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjYiIGN4PSIyNC41IiBjeT0iMjQuNSIgcj0iMjQuNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTc5NiA0OCkiIGZpbGw9IndoaXRlIi8+CjxjaXJjbGUgb3BhY2l0eT0iMC42IiBjeD0iMjQuNSIgY3k9IjI0LjUiIHI9IjI0LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDUxIDU1MikiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzM3N18zMTYzNyI+CjxyZWN0IHdpZHRoPSIxODM4IiBoZWlnaHQ9IjU5OCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.landing_main {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.hm-explore-more-wrapper {
  bottom: 30px;
  z-index: 1;
}

.hm-explore-more-btn {
  z-index: 1;
  height: 45px;
  line-height: 37px;
  padding: 3px 5px !important;
  background-color: #fff;
  font-size: 17px;
  border-radius: 25px;
  color: #484b6e;
  font-family: Montserrat-SemiBold;
  box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.6);
}

.hm_explore_svg {
  width: 34px;
  height: 34px;
}

.hm_explore_arrow {
  width: 18px;
  height: auto;
}

.hm-explore-more-btn:hover {
  color: #484b6e !important;
}

.hm-explore-more-btn:focus,
.hm-explore-more-btn:target {
  box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.6) !important;
}

.bg-white {
  background-color: #fff;
}

.position-relative {
  position: relative;
}

.c-check-btn {
  background-color: #0069ff !important;
  top: 16px;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: montserrat-semibold;
}

.c-explore-template {
  background-color: #fff !important;
  color: #0069ff !important;
  top: -76px;
  font-size: 15px;
  font-family: montserrat-semibold;
}

.c-explore-template:hover {
  background-color: #e8f1ff !important;
}

.c-check-btn:hover {
  background-color: #005fe5 !important;
}

.heading-tool {
  color: #484b6e;
  font-weight: 700;
  text-align: center !important;
  font-family: Montserrat-Bold;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.card-ol-block:hover .crd-ol-btn {
  opacity: 1;
}

.fchat-loder-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 29px;
  bottom: 35px;
  z-index: 51;
}

.fchat-chat-icon {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 32px;
  bottom: 38px;
  z-index: 51;
  cursor: pointer;
}

.fchat-bg-style {
  height: 90px;
  width: 90px;
  position: relative;
  z-index: 50;
  cursor: pointer;
}
.fchat-wrapper-div {
  position: fixed;
  bottom: 0 !important;
  right: 6px !important;
  z-index: 999;
}

@media (max-width: 1600px) {
  .landing_main {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 1150px) {
  .image-set {
    top: 50%;
    transform: translate(0px, -50%);
  }

 
}

@media only screen and (max-width: 1024px) {
  .c-generator-font {
    font-size: 45px !important;
  }

  .c-header-padding {
    padding-top: 0 !important;
  }
}


@media only screen and (max-width: 992px) {
  @media (max-width: 1070px) {
    .image-set {
      top: 50%;
      transform: translate(0px, -50%);
    }
  }

  .flex-diraction-change {
    display: block !important;
    flex-direction: row;
  }

  .color-checker-part {
    width: 100% !important;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .c-cta-btn {
    margin-top: 21px;
  }
  .main {
    padding-top: 0;
  }
  .header-main {
    padding-bottom: 3.5rem;
    padding-top: 0;
    margin-bottom: 5rem;
    margin-top: 0;
  }
  .l-menu-bg {
  }
}
@media only screen and (max-width: 600px) {
  .c-generator-font {
    font-size: 40px !important;
  }

  .hm-explore-more-wrapper {
    bottom: 75px;
  }

  .hm-explore-more-btn {
    height: 40px !important;
    line-height: 32px !important;
    font-size: 14px !important;
  }

  .hm_explore_svg {
    width: 30px !important;
    height: 30px !important;
  }

  .hm_explore_arrow {
    width: 16px !important;
  }
}

@media only screen and (max-width: 575px) {
  #suggestion-box {
    width: 80% !important;
  }
}

@media only screen and (max-width: 520px) {
  .c-cta-btn {
    margin-top: 10px !important;
  }
  .fchat-wrapper-div {
    position: fixed !important;
    bottom: 5px !important;
    right: 6px !important;
    z-index: 999;
  }
  .fchat-loder-icon {
    height: 24px !important;
    width: 24px !important;
    right: 25px !important;
    bottom: 30px !important;
    position: absolute;
  }
  .fchat-chat-icon {
    height: 24px !important;
    width: 24px !important;
    right: 25px !important;
    bottom: 30px !important;
    position: absolute !important;
  }
  .fchat-bg-style {
    height: 75px !important;
    width: 75px !important;
    position: relative !important;
  }
}
@media only screen and (max-width: 514px) {
}

@media only screen and (max-width: 363px) {
  .c-cta-btn {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 350px) {
  .c-cta-btn {
    font-size: 14px !important;
  }
  .c-cta-btn svg {
    width: 17px !important;
    height: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .fchat-wrapper-div {
    position: fixed !important;
    bottom: 5px !important;
    right: 6px !important;
    z-index: 999;
  }

  .fchat-loder-icon {
    height: 24px !important;
    width: 24px !important;
    right: 25px !important;
    bottom: 30px !important;
    position: absolute;
  }

  .fchat-chat-icon {
    height: 24px !important;
    width: 24px !important;
    right: 25px !important;
    bottom: 30px !important;
    position: absolute !important;
  }

  .fchat-bg-style {
    height: 75px !important;
    width: 75px !important;
    position: relative !important;
  }

  .header-main {
    padding-bottom: 3.5rem;
    padding-top: 0;
    margin-bottom: 5rem;
    margin-top: 0;
  }

  .l-menu-bg {
  }
}

@media only screen and (max-width: 600px) {
  .c-cta-btn {
    font-size: 14px !important;
  }
}

/* .masonry img {
  width: auto;
} */

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}

.disply-none {
  display: none !important;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -350px 0;
  }

  100% {
    background-position: 350px 0;
  }
}

.flex-diraction-change {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.color-checker-part {
  width: 49%;
  border-radius: 10px;
  border-right: none;
  border: 1px solid #d3d5d8;
  background: #ffffff;
}

.flyer-text {
  width: 62.5% !important;
}

.input-al-flyer {
  border: 1px solid #d3d5d8 !important;
  border-radius: 4px !important;
  background-color: #f2f3f4;
  font-size: 17px;
  color: #000;
  height: auto;
  font-weight: 500;
  font-family: Montserrat-Medium;
  outline: none !important;
  padding: 11px 17px 11px 17px;
}

.input-al-flyer:focus {
  outline: none !important;
}

.property-name-flyer:hover {
  background: #E2E4E6 !important;
}

.change-color-site {
  padding: 20px 25px 10px;
}

.form-control {
  padding: 0.8rem 1.1rem;
}

.property-name-flyer {
  border-radius: 5px;
  background-color: #F2F3F4 !important;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
}
.property-name-flyer-head {
  font-size: 17px;
  color: #151515;
  margin: 0;
  font-family: Montserrat-Medium;
}
.property-name-flyer-text{
  font-size: 13px;
  color: #151515;
  font-family: Montserrat-Regular;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flyer-btn-down {
  padding: 10px 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: padding 0.1s ease-in;
}

@media screen and (max-width: 498px) {
  .flyer-btn-down {
    padding: 10px 84px;
  }
  .input-al-flyer{
    padding: 8px 15px;
  }
}
@media screen and (max-width: 430px) {
  .flyer-btn-down {
    padding: 10px 45px;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes mover1 {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }

  100% {
    background-position: 1200px 0;
  }
}

@media only screen and (max-width: 425px) {
  .c-generator-font {
    font-size: 35px !important;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@keyframes slide {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: -2500px;
  }
}

@keyframes reverse_slide {
  from {
    background-position-x: -2500px;
  }

  to {
    background-position-x: 0;
  }
}

.c-cta-btn {
  outline: none !important;
  color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color) !important;
  border-radius: 6px;
  font-family: Montserrat-SemiBold !important;
  font-size: 20px;
  cursor: pointer;
}

.c-cta-btn:hover svg {
  margin-left: 12px !important;
  transition: 0.5s;
}

.c-cta-btn:hover {
  transition: 0.5s;
  background: #006bee;
  box-shadow: 2px 2px 4px rgb(0 0 0/35%);
}

@keyframes ftr_slide {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-320px);
  }
}

@keyframes ftr_reverse_slide {
  50% {
    transform: translateY(0px);
  }

  0%,
  100% {
    transform: translateY(-320px);
  }
}

@keyframes mb_ftr_slide {
  0%,
  100% {
    transform: translateY(0) !important;
  }

  50% {
    transform: translateY(100px) !important;
  }
}

@keyframes mb_ftr_reverse_slide {
  50% {
    transform: translateY(0px) !important;
  }

  0%,
  100% {
    transform: translateY(100px) !important;
  }
}

/* .masonry img {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
} */

/* .masonry {
  column-count: 6;
  column-gap: 16px;
} */

/* @media (max-width: 1199px) {
  .masonry {
    column-count: 5;
  }
}

@media (max-width: 991px) {
  .masonry {
    column-count: 4;
  }
}

@media (max-width: 600px) {
  .masonry {
    column-count: 3;
  }
}

@media (max-width: 490px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 375px) {
  .masonry {
    column-count: 1;
  }
} */

.text-blue {
  color: #0069ff !important;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.c-generator-font {
  font-size: 52px;
}

.c-container-barcode {
  max-width: 1320px !important;
  margin-inline: auto;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a {
  text-decoration: none !important;
}

@keyframes temp-loader {
  0% {
    transform: translate(6px, 40px) scale(0);
  }

  25% {
    transform: translate(6px, 40px) scale(0);
  }

  50% {
    transform: translate(6px, 40px) scale(1);
  }

  75% {
    transform: translate(40px, 40px) scale(1);
  }

  100% {
    transform: translate(74px, 40px) scale(1);
  }
}

@keyframes ldio-em22ax781ov-r {
  0% {
    transform: translate(74px, 40px) scale(1);
  }

  100% {
    transform: translate(74px, 40px) scale(0);
  }
}

@keyframes ldio-em22ax781ov-c {
  0% {
    background: #2486ff;
  }

  25% {
    background: #2486ff;
  }

  50% {
    background: #2486ff;
  }

  75% {
    background: #2486ff;
  }

  100% {
    background: #2486ff;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 431px) and (max-width: 768px) {
  /* .masonry .card-ol-block {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50% !important;
  } */
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /* .masonry .card-ol-block {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20% !important;
  } */
}

@media only screen and (max-width: 992px) {
  .color-checker-part {
    border-radius: 10px !important;
  }

  .flyer-text {
    width: 100% !important;
  }

  #right {
    border-radius: 10px !important;
  }

  #setImage {
    border-radius: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* .masonry {
    margin-left: -10px;
    margin-right: -10px;
  } */

  .landing_main {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 992px) {
  #right {
    border-left: none;
  }
}

.div_preview_loading,
.div_preview_error {
  display: none;
}

#setnew_img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

#suggestion-box {
  position: absolute;
  width: 452.758px;
  z-index: 55;
  border-radius: 10px;
  background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 100%
    ),
    url(), -19.264px -57.32px/108.845% 207.224% no-repeat lightgray;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 17.1px 0;
  max-height: 315px;
  overflow: auto;
}

#suggestion-box::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  border-radius: 15px !important;
  background-color: #ffffff !important;
  display: block !important;
}

#suggestion-box::-webkit-scrollbar-thumb {
  background-color: #d0d4d8 !important;
  border-radius: 5px;
}

#suggestion-box div {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#suggestion-box div:hover {
  background-color: #f0f0f0;
}

.div_preview_main,
.div_preview_loading,
.div_preview_error {
  border-radius: 10px;
}

.pop-up {
  left: 50%;
  top: 100px;
  display: flex;
  z-index: 9999;
  align-items: center;
  position: fixed;
  transform: translate(-50%, 0%);
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0/20%);
  padding: 5px 7px;
  animation: bar 0.5s forwards;
  font-family: "Montserrat-Medium";
}

@media screen and (min-device-width: 992px) and (max-device-width: 1150px) {
  .image-center-width {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
  }
}

@media screen and (max-device-width: 1450px) {
  .l-body-container {
    margin-top: 98px;
  }
}

@media screen and (max-device-width: 992px) {
  .l-body-container {
    margin-top: 84px;
  }
}

::-webkit-scrollbar {
  display: none;
  width: 0;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

/* New CSS */

.ai-flyer-card {
  max-height: 335px;
  min-height: 335px;
  border: 2px solid #ffffff;
  padding: 30px 27px 24px 30px;
}

.steper-line.short {
  position: absolute;
  height: 690px;
  width: 3px;
  background: #0069ff;
  border-radius: 50px;
  margin: auto;
  top: 115px;
  left: 49%;
}

.ai-gen-preview-desc {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 27px;
  color: #151515;
}

.ai-gen-preview-error {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 17.07px;
  color: #151515;
}

@media screen and (max-width: 1400px) {
  .ai-flyer-card {
    max-width: 410px;
    padding: 28px;
  }

  .ai-gen-preview-desc {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  .ai-gen-preview-desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .steper-line.short {
    height: 640px;
  }
  .ai-gen-preview-desc {
    font-size: 17px;
  }
  .ai-flyer-card {
    max-width: 360px;
    padding: 25px;
  }
}

@media screen and (max-width: 868px) {
  .steper-line.short {
    height: 690px;
  }
}

@media screen and (width: 768px) {
  .steper-line.short {
    height: 725px !important;
    top: 40px;
  }
  .step-content {
    padding-top: 0px !important;
}
}

@media screen and (max-width: 767px) {
  .landing_main{
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .landing_main{
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .ai-gen-preview-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ai-flyer-card {
    max-width: none;
    max-height: 232px;
    min-height: 232px;
    width: auto;
  }
}

@media screen and (max-width: 1870px) {
  .l-body-container {
    margin-inline: 30px;
  }
}

@media screen and (max-width: 1170px) {
  .l-body-container {
    margin-inline: 15px;
  }

  .c-container-barcode {
    padding-inline: 40px;
  }
}

@media screen and (max-width: 600px) {
  /* .property-name-flyer{
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    white-space: nowrap;
  } */
  .property-name-flyer-text{
    margin-top: 3px;
  }

  .pop-up {
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  #most-popular-flyer-sizes{
    margin-top: 70px;
  }
  .c-container-barcode {
    padding-inline: 30px;
  }

  .ai-gen-preview-desc {
    font-size: 14px;
  }

  .ai-flyer-card {
    max-height: none;
    min-height: none;
    padding: 25px 15px;
  }
  .landing_main{
    padding-top: 35px !important;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 380px) {
  .ai-flyer-card{
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 869px) and (min-width: 813px) {
  .steper-line.short {
      height: 650px;
  }
}

@media screen and (max-width: 787px) {
  .steper-line.short {
      height: 670px;
  }
}

@media screen and (max-width: 780px) {
  .steper-line.short {
      height: 700px;
  }
}

.displayNone,
.dispasaslayNone {
  display: none !important;
}

#most-popular-flyer-sizes{
  background: linear-gradient(150.39deg, #F2FCFE 4.55%, #F3F5FF 23.03%, #FFFCFD 37%, #F2F8FF 55.08%, #F4FCFE 73.15%, #FBECF3 89.01%);
  margin-top: 100px;
}
.flyer-card {
  background-color: #fff;
  border-radius: 0.75rem;
  border: 3px solid transparent;
  padding: 10px;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* space between icon and text */
  align-items: center; /* center icon horizontally */
  text-align: center;
  transition: 0.3s;
}

.flyer-card:hover {
  transition: 0.3s;
  background-color: #F4F9FF;
  border: 3px solid white;
}

.flyer-icon {
  position: relative;
}
.l-signup-btn span{
  font-family: inherit !important;
}
.flyer-title {
  font-size: 15px;
  line-height: 100%;
  padding-top:10px;
  color: #000;
  font-family: 'Montserrat-SemiBold'
}

.flyer-size {
  font-size: 15px;
  line-height: 100%;
  padding-top: 2px;
  color: #000;
  font-family: 'Montserrat-SemiBold'
}

@media (min-width: 1200px) {
  .five-cols .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 769px) and (max-width: 1386px) {
  #ctaButton {
      margin-top: 22px !important;
  }
}