:root {
  --animate-duration: 800ms;
  --animate-delay: 0.15s;
}

@font-face {
  font-family: "Conv_Barlow-Bold";
  src: url("fonts/Barlow-Bold.eot");
  src: local("☺"), url("fonts/Barlow-Bold.woff") format("woff"),
    url("fonts/Barlow-Bold.ttf") format("truetype"),
    url("fonts/Barlow-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Barlow-Medium";
  src: url("fonts/Barlow-Medium.eot");
  src: local("☺"), url("fonts/Barlow-Medium.woff") format("woff"),
    url("fonts/Barlow-Medium.ttf") format("truetype"),
    url("fonts/Barlow-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Barlow-Regular";
  src: url("fonts/Barlow-Regular.eot");
  src: local("☺"), url("fonts/Barlow-Regular.woff") format("woff"),
    url("fonts/Barlow-Regular.ttf") format("truetype"),
    url("fonts/Barlow-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Barlow-SemiBold";
  src: url("fonts/Barlow-SemiBold.eot");
  src: local("☺"), url("fonts/Barlow-SemiBold.woff") format("woff"),
    url("fonts/Barlow-SemiBold.ttf") format("truetype"),
    url("fonts/Barlow-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*general*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-family: "Conv_Barlow-Regular";
}

.tamamBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Conv_Barlow-Medium";
  font-size: 16px;
  font-weight: 600;
  background-color: #ff0051;
  padding: 15px 45px;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  border: 1px solid #fff;
  height: 60px;
  width: max-content;
  max-width: 100%;
}

.tamamBtn {
  color: #ffffff;
}
.tamamBtn:hover,
.tamamBtn:active,
.tamamBtn:focus {
  color: #ff0051;
  background-color: white;
  border: 1px solid #86327f;
}
h1 {
  font-family: "Conv_Barlow-Bold";
  font-size: 65px;
  color: #2b2a36;
}
h2 {
  font-family: "Conv_Barlow-Bold";
  font-size: 45px;
  color: #2b2a36;
}
h3 {
  font-family: "Conv_Barlow-Bold";
  font-size: 35px;
  color: #2b2a36;
}
h4 {
  font-family: "Conv_Barlow-Bold";
  font-size: 30px;
  color: #2b2a36;
}
h5 {
  font-family: "Conv_Barlow-Medium";
}
p,
li {
  font-family: "Conv_Barlow-Regular";
  /* font-size: 20px; */
  color: #2b2a36;
}
.accordion p,
.accordion li {
  font-size: 15px;
}
p.notify {
  font-family: "Conv_Barlow-SemiBold";
  color: #ff0051;
  font-size: 15px;
}
h6 {
  font-family: "Conv_Barlow-Regular";
  font-size: 17px;
  color: #2b2a36;
  line-height: 29px;
}

.bgPrimary {
  background-color: #ff0051;
}
.bgLight {
  background-color: #f5f5f7;
}
.bgDark {
  background-color: #2b2a36;
}
.red {
  color: #ff0051;
}
.white {
  color: white;
}
li {
  list-style: none;
}

/*banners*/
.bgBanner {
  background-image: url("../svg/manageBackground.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 35px top 10px;
}

/*navbar*/
.navbar img {
  width: 70px;
  height: 100px;
}

.navbar a.nav-link {
  font-family: "Conv_Barlow-SemiBold";
  font-size: 16px;
  color: #2b2a36;
  margin: 0 40px 0 0;
}
.navbar a.nav-link:hover,
.navbar a.nav-link:active,
.navbar a.nav-link:focus {
  color: #2b2a36;
}
#navbarSupportedContent {
  margin-right: 130px;
}

/*body sections*/
.steps .content {
  display: flex;
  flex-wrap: wrap;
}
.steps .content img {
  width: 50px;
}
.steps .content h4 {
  font-size: 20px;
  margin: 13px 0;
}
.steps .content h6 {
  font-size: 15px;
  line-height: 23px;
}
.steps .content div.col-sm-6 > div {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px #8888887d;
  margin: calc(var(--bs-gutter-x) * 0.5) 0;
  height: 225px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
}
.controlVisibility img {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: block;
}
.accordion-button:not(.collapsed) {
  color: #2b2a36;
  background-color: transparent;
  box-shadow: none;
  font-family: "Conv_Barlow-Bold";
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: none;
}
.accordion-body {
  font-family: "Conv_Barlow-Regular";
  color: #2b2a36;
}
.accordion-button::after {
  background-image: url("../svg/plus.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../svg/close.svg");
}
.accordion-button:not(.collapsed) {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-radius: 25px;
  background-color: #f5f5f5;
}
.accordion-button,
.accordion-body {
  padding-left: 30px;
  padding-right: 30px;
}
.accordion-body a {
  color: #ff0051;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.report img {
  max-width: 410px;
}

/*footer*/
.footer {
  padding: 80px 0;
}
.footer svg {
  width: 80px;
}
.footer a,
.footer ul li {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.footer .social-media img {
  width: 30px;
}
.footer ul li {
  font-family: "Conv_Barlow-Bold";
}
.footer ul li a,
.footer p {
  font-family: "Conv_Barlow-Regular";
}

.footer ul li a:hover {
  opacity: 0.7;
}
.footer p {
  font-size: 14px;
  color: #fff;
}

#accordionTmam > .accordion-item {
}

/*terms*/
.terms h4 {
  color: #ff0051;
}
.terms a {
  color: #ff0051;
}
.terms .date {
  color: #2b2a36;
  font-style: italic;
  font-size: 1rem;
}

/*sticky*/
.navbarSticky {
  z-index: 9;

  position: fixed;
  left: 0;
  right: 0;
}
.navbarSticky.shadow {
  background-color: #fff;
  box-shadow: 0 0px 15px 0px #8888889e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbarSticky.shadow.navbar img {
  height: 59px;
  animation: rotate-logo 0.5s;
  width: 60px;
}

@keyframes rotate-logo {
  0% {
    transform: scale(1) rotate(0.25turn);
  }
  100% {
    height: 59px;
    transform: scale(1) rotate(0turn);
  }
}

.stickyLogo {
  display: none;
}

/*animation*/
.hidden {
  opacity: 0;
}

/*signup*/
.signup label {
  display: block;
  font-family: "Conv_Barlow-Regular";
  padding: 15px 0 4px 0;
  font-weight: 600;
}

.signup input,
.signup textarea {
  width: 100% !important;

  padding: 0 15px;
  font-size: 14px;

  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.signup .file-input input {
  height: unset !important;
  width: fit-content !important;
}
.signup select.tmamSelect,
.select2,
.signup input {
  height: 50px !important;
  width: 100%;
}
.phoneNumber .select2-container--default .select2-selection--single {
  /* width: 20% !important; */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.phoneNumber input {
  width: 80% !important;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.iti {
  width: 100%;
}
.iti input {
  padding-left: 52px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
}
.select2-container--default .select2-selection--single {
  height: 100% !important;
  border: none;
  font-size: 14px;
}
.select2-results__option {
  font-size: 14px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  font-family: "Conv_Barlow-Regular";
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}
.signup select.tmamSelect:focus,
.signup input:focus {
  outline: none;
}

.signup input {
  font-family: "Conv_Barlow-Regular";
  height: 50px;
}

.signup form {
  border-radius: 8px;
  padding: 15px 20px 25px 20px;
  max-width: 700px;
  margin: auto;
}

.signup form button {
  margin: auto;
  display: block;
  margin-top: 25px;
  width: 245px;
}
.signup .content > div > div {
  position: relative;
}

.loader {
  border: 1px solid #86327f;
  background: linear-gradient(to left, white 50%, #ff0051 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
  transition-property: background-position;
  background-position: 100%;
  border: none;
}

.loader:hover {
  border: none;
  background-color: white;
  border: 1px solid #86327f;
}

.progress-text {
  background: linear-gradient(to right, white 50%, #ff0051 50%) left;
  background-size: 200%;
  transition: 0.5s ease-out;
  transition-property: background-position;
  background-position: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-text span {
  color: transparent;
  font-weight: 600;
}
/*text animation*/
/*
#hidetext1,
#hidetext2,
#hidetext3,
#hidetext4,
#hidetext5 {
  position: absolute;
  top: 0;
  left: 2000px;
}
#hidetext1 {
  left: 0;
  opacity: 1;
  z-index: 0;
}

#hidetext1 {
  animation: cycleone 20s ease-in-out infinite;
}
#hidetext2 {
  animation: cycletwo 20s ease-in-out infinite;
}
#hidetext3 {
  animation: cyclethree 20s ease-in-out infinite;
}
#hidetext4 {
  animation: cyclefour 20s ease-in-out infinite;
}
#hidetext5 {
  animation: cyclefive 20s ease-in-out infinite;
}
@keyframes cycleone {
  0% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  5% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  30% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  35% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  } 
  100% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes cycletwo {
  0% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  35% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  
  40% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  45% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  } 
  50% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  } 
  100% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
} 
@keyframes cyclethree {
  0% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  50% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  
  55% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  65% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  } 
  100% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes cyclefour {
  0% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  65% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  
  70% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  75% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  } 
  100% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes cyclefive {
  0% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  80% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  
  85% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  90% {
    left: 0px;
    opacity: 1;
    z-index: 1;
  }

  95% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }  
  100% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }  
}
*/
#text-scroller-top {
}
#text-scroller-top .container {
  overflow: hidden;
  height: 100%;
}
#text-scroller-top .container > div {
  height: 100%;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
/*mobile*/
@media only screen and (max-width: 991px) {
  .navbar-collapse a.tamamBtn {
    width: 227px;
    margin: auto;
  }
  .navbar img {
    height: 60px;
  }
  .navbarSticky {
    background-color: #fff;
  }
  .navbar-toggler {
    background-color: #ff0051;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .navbar-toggler-icon {
    background-image: url("../svg/burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  .controlVisibility img {
    max-width: 540px;
  }
}

.app {
  font-family: "Conv_Barlow-bold";
  overflow: auto;
}

@media only screen and (max-width: 769px) {
  .navbarSticky {
    background-color: #fff;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .manageCompany {
    text-align: center;
  }
  .steps .content > div {
    height: auto;
  }
  .physicalDebit .content,
  .accounting .content {
    flex-direction: column-reverse;
  }
  .controlVisibility img,
  .reporting img,
  .physicalDebit img,
  .accounting img,
  .manageCompany img,
  .report img {
    width: 410px !important;
    margin: auto;
    display: block;
  }
  .footer > div > div:first-child {
    text-align: center;
  }
  .footer ul {
    padding-left: 0;
  }
  .footer svg {
    margin-bottom: 50px;
  }
  .navbar-nav {
    display: block;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .steps .content > div {
    display: block;
  }
  .navbar a.nav-link {
    font-size: 17px;
    text-align: center;
    margin: 0;
  }
  #navbarSupportedContent {
    margin-right: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .report img {
    width: 250px !important;
  }

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

  .app h1 {
    font-size: 40px !important;
  }
}

.terms {
  font-size: 17px;
}

@media only screen and (max-width: 440px) {
  .controlVisibility img,
  .reporting img,
  .physicalDebit img,
  .accounting img,
  .manageCompany img,
  .report img {
    width: 310px !important;
  }
}

@media only screen and (max-width: 576px) {
  .app h1 {
    font-size: 40px !important;
  }
  .app-container {
    align-items: center;
  }
}

.full-screen {
  height: 100%;
  width: 100%;
}

.app h1 {
  letter-spacing: 2px;
  font-size: 55px;
  white-space: nowrap;
}

.app-background {
  background: url("../images/app-background.png");
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.store-badge {
  height: 45px;
  width: auto;
}

.bgDarkApp {
  background-color: #22222c;
}

.app .fromDown {
  opacity: 0;
}

#android-link,
#ios-link {
  display: none;
}

.custom-file-upload {
  padding: 0 !important;
  font-weight: 400 !important;
  color: #ff0051;
  margin-top: -8px;
  cursor: pointer;
}

.custom-file-upload:hover {
  text-decoration: underline;
}

.iti__flag-container {
  padding: 0px;
}

.iti--separate-dial-code .iti__selected-flag {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(222, 222, 229) !important;
}

#bookDemoModal .modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
}

#bookDemoModal .modal-header button {
  font-size: 30px;
  border: none;
  background: inherit;
}

#bookDemoModal .modal-dialog {
  max-width: 100% !important;
  background-color: transparent;
  margin: auto;
  pointer-events: auto;
}

#root {
  width: fit-content;
}
