:root {
  --text-color: #000;
  --white: #fff;
  --border-color: #e5e7eb;
  --dark-slate-blue-2: #464e5f;
}
body {
  color: rgb(102, 112, 127);
}
.alternative .container-banner {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-bottom: 40px;
}
.alternative .page-heading-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
}

.alternative .page-heading-subtitle {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 300;
  line-height: 30px;
  color: rgb(102, 112, 127);
}

.alternative .bg-element-1 {
  width: 46vh;
  height: 50vh;
  background-image: linear-gradient(118deg, #fff, #fff 0, rgba(255, 255, 255, 0));
  border-radius: 10vh;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 10.3vh;
  left: -30.7vh;
  right: auto;
  transform: rotate(45deg)
}

.alternative .bg-element-2 {
  width: 22vh;
  height: 22vh;
  background-image: linear-gradient(163deg, var(--white), #fff 0, rgba(255, 255, 255, 0));
  border-radius: 5vh;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  transform: rotate(30deg)
}

.alternative .bg-element-3 {
  width: 140px;
  height: 140px;
  background-image: linear-gradient(135deg, var(--white), #fff 0, rgba(255, 255, 255, 0));
  border-radius: 50%;
  position: absolute;
  top: -23%;
  left: 39%;
  transform: rotate(30deg)
}

.alternative .bg-element-4 {
  width: 16vh;
  height: 16vh;
  background-image: linear-gradient(159deg, var(--white), #fff 0, rgba(255, 255, 255, 0));
  border-radius: 4vh;
  position: absolute;
  top: auto;
  bottom: 7.7vh;
  left: auto;
  right: 22.4vh;
  transform: rotate(60deg)
}

.alternative .bold-text-21 {
  color: var(--text-color);
  padding-left: 24px;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
.alternative .check-mark {
  background-image: url(../img/alternative/check_circle_blue.svg);
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
}
.alternative .d-flex {
  display: flex;
  align-items: center;
}
.alternative .btn-lg {
  padding: 12px 30px;
}
.alternative .feature-box  {
  min-height: 115px;
  align-items: flex-start;
  visibility: hidden;
  /* padding: 48px 32px; */
}
.alternative .feature-title-box {
  min-height: auto;
  align-items: center;
}
.alternative .feature-title-box h5{
  margin-bottom: 0;
}
.alternative .feature-box  .feature-icon{
  width: 44px;
  margin-right: 20px;
}
.alternative .feature-box  .feature-title-icon{
  width: 30px;
  margin-right: 20px;
}
/* .feature-box:hover  {
  border-radius: 40px;
  transform: translatey(-10px);
  -webkit-transition: transform .15s;
  background: #fff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
} */
.alternative .feature-box .feature-detail  {
  align-self: baseline;
}
.alternative .feature-title-box .feature-detail  {
  align-self: center;
}

.alternative .feature-title-box .d-flex  {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  justify-content: center;
}

.alternative .feature-box .check-mark {
  margin-right: 24px;
  margin-top: 20px;
}
.alternative .feature-box .feature-title {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 700;
  margin-top: 0;
}
.alternative .feature-box p {
  font-size: 16px;
}
.alternative .pricing-box {
  color: var(--text-color);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  /* flex: 1; */
  padding: 48px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 6px 12px rgba(48, 54, 77, .12);
}
.alternative .pricing-image {
  width: 40%;
  margin-top: -8px;
  margin-bottom: 20px;
}

.alternative .pricing-heading {
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
}
.alternative .pricing-v1-tag {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}
.alternative .pricing-v1-billing {
  margin-bottom: 24px;
  font-size: 11px;
}
.alternative .btn-pricing {
  border-radius: 50px;
  padding: 14px 20px;
  font-weight: 700;
}
.alternative .compare-header {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
}
.alternative .compare-box {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
}
.alternative .compare-box .divider{
  height: 18px;
  background-color: #f3f3f7;
}
.alternative .compare-box > .row:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  display: flex;
}
.alternative .compare-box > .row > div{
  padding: 9px 24px 9px 32px;
}
.alternative .compare-box > .row {
}
.alternative .compare-box > .row > div:not(:nth-child(1)){
  display: flex;
  align-items: center;
  justify-content: center;
}
.alternative .compare-box > .row > div.compare-info img{
  height: 17px;
}
.alternative .justify-content-center {
  justify-content: center;
}
.alternative .compare-box > .row > div:nth-child(2){
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.alternative .compare-title {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  white-space: pre-wrap;
}
.alternative .compare-header img{
  width: 30px;
  margin-right: 5px;
}
.alternative .compare-text .compare-title .loadly-logo{
  width: 33px;
}
.alternative .compare-text .compare-title .testflight-logo{
  width: 60px;
}
.alternative .compare-text .compare-title .firebase-logo{
  width: 145px;
}
.alternative .compare-text .compare-title .appcenter-logo{
  width: 180px;
}
.alternative .compare-text .compare-title .diawi-logo{
  width: 100px;
}
.alternative .compare-text .compare-title .loadly-title{
  font-size: 35px;
  margin: 0;
  margin-left:5px;
  color: #000;
}
.alternative .compare-text .compare-title >span{
  display: block;
  font-size: 25px;
  font-weight: normal;
  margin: 0 30px;
}
.alternative .compare-text .compare-text-box {
    justify-content: center;
    font-size: 18px;
    line-height: 33px;
}
.alternative .compare-text .compare-text-box p{
  color: #000;
}
.alternative .compare-text .compare-text-divider {
  height: 3px;
  width: 88px;
  /* background-color: rgb(70, 78, 95); */
  border-radius: 1.5px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.alternative .compare-text .compare-text-box >div{
  max-width: 570px;
}
.alternative .compare-text .text-list-box .compare-icon{
  width: 20px;
  margin-right: 10px;
}
.alternative .compare-text .text-list-box:first-child{
  margin-right: 10px;
}
.alternative .compare-text .text-list-box >div{
  padding: 8px 0;
  visibility: hidden;
}
.alternative .compare-text .text-list-box >div .check-mark{
  margin-right: 12px;
} 
.alternative .introduce .introduce-title {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}
.alternative .introduce .introduce-content {
  line-height: 32px;
}
.alternative .introduce .img-box{
  position: relative;
  display: flex;
  justify-content: center;
}
.alternative .introduce .introduce-img{
  max-width: 500px;
  max-height: 500px;
}
.alternative .introduce .introduce-img.install-pc{
  /* position: absolute; */
  /* z-index: 2; */
  /* left: -50px; */
  /* top: -226px; */
  /* min-width: 600px; */
}
.alternative .introduce .introduce-img.install-xs{
  position: absolute;
  z-index: 3;
  width: 165px;
  right: 21px;
  top: -183px;
}
.alternative .introduce .introduce-img.start-test-img{
  /* max-height: 400px; */
}
.alternative .introduce .introduce-img.feedback-img{
  /* max-width: 600px; */
}
.alternative .flex-row-reverse {
  flex-direction: row-reverse;
}

@keyframes scaleToNormal {
  from {
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}
.alternative .scale-animate-1s {
  animation-duration: 1s;
  animation-name: scaleToNormal;
  animation-fill-mode: forwards; 
}
.alternative .visibility-hidden {
  visibility: hidden;
}
.alternative .animate-delay-1s {
  animation-delay: 1s;
}
.alternative .container .start-box {
  backdrop-filter: blur(5px);
    background-color: rgba(32, 66, 184, .7);
    border: 1px solid #4062d7;
    border-radius: 34px;
    background-image: url(../img/alternative/started_box_bg.webp);
    background-position: 0 100%;
    padding: 67px;
    background-repeat: repeat;
    background-size: cover;
}
.alternative .container .start-box .start-title{
  font-size: 30px;
    color: var(--white);
  font-weight: 400;
}
.alternative .container .start-box .input-box{
  background-color: #fff;
    border: 1px solid #dfe9ff;
    border-radius: 50px;
    align-items: center;
    padding: 6px;
    display: flex;
    justify-content: space-between;
}
.alternative .container .start-box .input-box input, 
.alternative .container .start-box .input-box input:focus-visible, 
.alternative .container .start-box .input-box input:focus{ 
  border: none;
  outline: none;
  padding: 12px 22px 12px 20px;
  font-size: 17px;
  border-radius: 50px;
  flex:1;
}
.alternative .container .start-box .input-box input:-internal-autofill-selected{ 
  background-color: #fff;
}
.alternative .container .start-box .input-box .btn{
  font-size: 16px;
    border-radius: 50px;
    padding: 19px 36px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    font-weight: 600;
}
.alternative .container .start-box .start-text{
  
}
.alternative .color-dfe9ff {
  color: #dfe9ff;
}
.alternative .introduce .introduce-img.get-udid{
  position: absolute;
    width: 150px;
    left: 0;
    top: 69px;
}
.alternative .introduce .introduce-img.team-member{
  border-radius: 5px;
}
.alternative .introduce .introduce-img.upload-web{
  /* max-width: 600px; */
  /* left: -35px; */
  position: relative;
  z-index: 1;
}
.alternative .introduce .introduce-img.upload-api{
  position: absolute;
  width: 180px;
  z-index: 2;
  top: 65px;
  right: 4px;
  border-radius: 5px;
}
.alternative .btn-stared {
  border-radius: 50px;
  padding: 14px 50px;
}
@media (max-width: 767px) {
.alternative .compare-box > .row {
    display: flex;
  }
.alternative .d-flex {
    flex-wrap: wrap;
  }
.alternative .introduce .introduce-img {
    max-width: 100% !important;
    max-height: unset !important;
    margin: auto;
    margin-top: 20px;
    left: unset !important;
    right: unset !important;
  }
.alternative .introduce .introduce-img.install-pc {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
  }
.alternative .introduce .introduce-img.install-xs {
    display: none;
  }
.alternative .introduce .introduce-img.feedback-img {
    max-width: -webkit-fill-available;
  }
.alternative .container .start-box .input-box {
    flex-wrap: wrap;
    justify-content: center;
    background-color: transparent; 
    border: 1px solid transparent;
    margin-top: 10px;
  }
.alternative .container .start-box .input-box input {
    margin-bottom: 10px;
  }
.alternative .mb-100, .mb-150  {
    margin-bottom: 50px;
  }
.alternative .feature-box {
    flex-wrap: nowrap;
    margin-top: 20px;
  }
.alternative .container-banner {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
.alternative .page-heading-title {
      font-size: 28px;
        font-weight: 500;
  }

.alternative .page-heading-subtitle {
    font-size: 20px;
      line-height: 36px;
  }
.alternative .compare-box > .row:first-child>.compare-header:first-child {
    display: none;
  }
.alternative .compare-box > .row:not(:first-child) {
    flex-wrap: wrap;
  }
.alternative .compare-box > .row:not(:first-child)>.compare-title {
    width: 100%;
    white-space: normal;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
  }
.alternative .compare-box > .row:not(:first-child)>.compare-info {
    flex: 1;
  }
.alternative .compare-box > .row > div:nth-child(2) {
    border-left: none;

  }
.alternative .mt-100, .mt-150 {
      margin-top: 50px;
  }
.alternative .container .start-box {
    padding: 30px;
  }
.alternative .container .start-box {
    width: 100%;
  }
.alternative .introduce .introduce-img.upload-api,
.alternative .introduce .introduce-img.get-udid {
    display: none;
  }
.alternative .container .start-box .input-box .btn {
    width: 100%;
    flex: 1;
  }
.alternative .compare-header {
    font-size: 21px;
  }
.alternative .compare-text .compare-title .loadly-title {
    font-size: 20px;
    font-weight: normal;
  }
.alternative .compare-text .compare-title .loadly-logo {
    width: 25px;
  }
.alternative .compare-text .text-list-box:last-child {
    flex:1;
  }
.alternative .compare-text .compare-title >span {
      margin: 0 10px;
  }
.alternative .compare-text .compare-title .appcenter-logo {
    width: 130px;
  }
.alternative .introduce .introduce-title {
    font-size: 25px;
    
  }
}