.flyer-c-circle {
    max-width: 90px;
    max-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-btn{
  background-color: #F2F3F4;
  color: #151515;
  outline: none;
}
.upload-btn:hover{
    background-color: #E2E4E6;
}
.upload-btn:focus{
  background-color: #E8F1FF;
}
.upload-btn:focus svg path {
  fill : #0069FF;
}
.ai-flyer-card {
  max-height: 344px;
  min-height: 344px;
  border: 2px solid #ffffff;
  padding: 30px 30px 24px 30px;
}
.upload-btn{
  padding: 7.25px 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family:Montserrat-Medium;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:7px;
}
.upload-btn.active{
  background-color: #E2E4E6;
}
.user-upload-container {
  display: flex;
  align-self: baseline;
  margin: 10px 0;
  gap: 15px;
}
.user-upload-img-container {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #e2e4e6;
  box-shadow: 0px 1px 6px 0px #00000066;
  position: relative;
}
.user-upload-img-container svg {
  position: absolute;
  top: -10px;
  left: 75%;
}
.user-upload-img-container img {
  width: calc(100% - 2px);
  object-fit: contain;
  max-height: calc(100% - 2px);
}
.user-image-uploading {
  position: absolute;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  background: #00000080;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-sec .def-container{
  max-width:1410px;
}

.chakra-box{
  position: relative;
  display: inline-block;
  color: transparent;
  margin-right: 5px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 6px;
  height: 32px;
  max-width: calc(100% - 15px);
  overflow: hidden;
}
.chakra-input{
  position: absolute;
  top: 0;
  left: 0;
  background: #F2F3F4;
  border: 2px solid #D3D5D8;
  border-radius: 6px;
  padding: 0px 5px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  outline: none;
  color: #575D68;
  min-width: 0px;
}
.chakra-input:hover{
  border-color: #9CC5FF;
  background-color: #e8f2fe;
  color: #575D68;
}
.chakra-input:focus{
  border-color: #0069FF;
  background-color: #e8f2fe;
  color: #151515;
  outline: none;
}
.chakra-text{
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
  /* white-space: nowrap; */
  line-height: 32px;
  color: #575D68;
  font-size: 18px;
  vertical-align: top;
  cursor: text;
  margin-right: 0;
  max-width: 100%;
}
.chakra-box{
  position: relative;
  display: inline-block;
  color: transparent;
  margin-right: 5px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 6px;
  height: 32px;
  max-width: calc(100% - 15px);
  overflow: hidden;
}
.poster-input {
  border: none;
  outline: none;
  overflow-y: scroll;
  color:rgba(21, 21, 21, 1);
  font-family: Montserrat-Medium;
  font-size: 18px;
  width: 100%;
  height: 120px;
  resize: none; 
  margin-bottom: 10px;
  text-align: start;
}
.qr-quality-icon{
  min-height: 90px;
  min-width: 90px;
  max-height: 90px;
  max-width: 90px;
  display:flex;
  align-items:center;
  justify-content:center
}
.qr-quality-icon.one svg,
.qr-quality-icon.two svg,
.qr-quality-icon.three svg,
.qr-quality-icon.four svg,
.qr-quality-icon svg{
  min-height: 50px !important;
  min-width: 50px !important;
}
.how-to-use-card {
  position: relative;
  height: 100%;
  background: #f7f7f8;
  border: 1px solid rgba(156, 197, 255, 1);
  border-radius: 12px;
  padding: 30px 15px 30px 16px;
  overflow: hidden;
  transition: all .3s ease;
  box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.051);
}
.how-to-use-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 12px 12px 0 0;
  background: #9CC5FF;
}
.step-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #E8F1FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.how-to-use-card h3 {
  font-size: 27px;
  font-family: 'Montserrat-Bold';
  line-height: 33px;
  color: #151515;
  margin-bottom: 8px;
}
.how-to-use-card p {
  font-size: 17px;
  font-family: 'Montserrat-Medium';
  line-height: 26px;
  color: #575D68;
  margin: 0;
}
.how-to-use-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.2);
}
.section-spacing {
  padding: 50px 0;
}
.def-container {
  max-width: 1410px !important;
}
.slider-inner-rev {
  align-items: inherit;
  justify-content: center;
  scrollbar-width: none;
  /* Hide scrollbar */
  scrollbar-color: transparent transparent;
  /* Optional */
}
.rev-card {
  margin-right: 0;
  max-width: 320px;
}
.flyer-c-rev-box {
  display: inline-block;
  padding: 24px;
  background-color: #ffffff !important;
  width: 100%;
  max-width: 100%;
  min-height: 330px;
  height: 100%;
  max-height: inherit;
}

.flyer-c-rev-box .review-user-avtar {
  background-color: #9CC5FF;
  color: #151515;
  font-size: 16.667px;
  font-family: 'Montserrat-Bold';
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ft-gradient-container h3{
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  color:#151515;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
@media (max-width: 1400px) {
  .slider-inner-rev {
    justify-content: start !important;
  }
}
@media screen and (max-width: 1399px) {
  .ai-flyer-card{
    min-height: 270px;
    max-height: 270px;
  }
}
@media screen and (max-width: 1328px) {
  .qr-quality-card.three {
    height: 202px;
  }
}
@media screen and (max-width: 1298px) {
  _::-webkit-full-page-media, _:future, :root .padding-top-4 {
      padding-top: 4px !important;
    }
}
@media screen and (max-width: 1275px) {
  .qr-quality-card.four {
    height: 202px;
  }
}
@media screen and (max-width: 1106px) {
  .qr-quality-card.four{
    height: 235px;
  }
}
@media screen and (max-width: 1088px) {
  .qr-quality-card.three {
    height: 227px;
  }
}
@media screen and (max-width: 1055px) {
  .qr-quality-card.four {
    height: 260px;
  }
}
@media screen and (max-width: 1053px) {
  .qr-quality-card.three {
    height: 260px;
  }
}
@media screen and (max-width: 1045px) {
  .ai-flyer-card{
    min-height: 290px;
    max-height: 290px;
  }
}
@media screen and (max-width: 1024px) {
  .section-spacing {
    padding: 50px 0;
  }
  .slider-inner-rev {
    justify-content: start !important;
  }
}

@media screen and (max-width: 991px) {
  .how-to-use-card h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .qr-quality-card{
    height: auto !important;
  }
  .logo-footer {
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .ai-flyer-card{
    min-height: 330px;
    max-height: 330px;
  }
}
@media screen and (max-width: 768px)  {
  .ai-flyer-card{
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  .ft-gradient-container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 600px) {
  .section-spacing{
      padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .tooltip-container:has(.upload-btn){
      height: 40px;
      width: 53px;
  }
}
@media screen and (max-width: 575px) {
  .how-to-use-card {
    padding: 16px;
    padding-top:30px;
  }
  .how-to-use-card h3 {
    font-size: 18px;
  }
  .how-to-use-card p {
    font-size: 14px;
  }
}


@media screen and (max-width: 450px) {
  .rev-card,
  .flyer-c-rev-box {
      max-width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .tooltip-container:has(.upload-btn){
      height: 40px;
      width: 41px;
  }
}