@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

@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');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:root {
  --text-blue: #1e7be2;
  --box-blue: rgba(0, 186, 242, 1);
  --text-white: rgba(255, 255, 255, 1);
  --text-black: #000000;
  --text-gray: #474747;
  --light-blue: #f1f6ff;
  --dark-blue: #014998;
  --light-gray: #c3c3c3;
  --btn-color: rgba(0, 68, 86, 1);
  --text-dark-blue: #0c64c6;
  --text-seablue:rgba(0, 135, 172, 1);
}

/* font styles */
.font-45-700 {
  font-size: 45px;
  font-weight: 700;
}

.font-40-700 {
  font-size: 40px;
  font-weight: 700;
}

.font-26-600 {
  font-size: 26px;
  font-weight: 600;
}

.font-22-600 {
  font-size: 25px;
  font-weight: 600;
}

.font-18-400 {
  font-size: 18px;
  font-weight: 400;
}

.font-27-700 {
  font-size: 20px;
  font-weight: 700;
}

.font-19-400 {
  font-size: 19px;
  font-weight: 400;
}

.font-16-400 {
  font-size: 16px;
  font-weight: 400;
}

.font-16-700 {
  font-size: 16px;
  font-weight: 700;
}

.font-18-400 {
  font-size: 18px;
  font-weight: 400;
}

.font-18-700 {
  font-size: 18px;
  font-weight: 700;
}

.font-60-700 {
  font-size: 60px;
  font-weight: 700;
}

.font-60-600{
  font-size: 50px;
  font-weight: 600;
  color: var(--text-white);
  font-family: "Poppins", sans-serif;
}
.font-55-600{
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.font-40-600{
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.font-26-500{
  font-size: 18px;
  font-weight: 600;
}
.font-35-700{
  font-size: 35px;
  font-weight: 700;
}
.font-25-700{
  font-size: 25px;
  font-weight: 600;
}
.font-130-600{
  font-size: 130px;
  font-weight: 600;
}
/* color styles */
.color-gray {
  color: var(--text-gray);
}

.color-light-gray {
  color: var(--light-gray);
}

.color-black {
  color: var(--text-black);
}

.color-blue {
  color: var(--text-blue);
}

.color-dark-blue {
  background: linear-gradient(180deg, #03B0E0 0%, #008DB3 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.color-text-dark-blue {
  background: linear-gradient(90deg, #03B0E0 0%, #008DB3 66.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.color-white {
  color: var(--text-white);
}

.color-blue-linear {
  background: linear-gradient(90deg, #03B0E0 0%, #008DB3 66.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.color-seablue{
  color: var(--text-seablue);
}

.w-90 {
  width: 90%;
}
.font-family-poppins{
  font-family: "Poppins", sans-serif;
}

/* css */
#section-one {
  background: url('https://cdn.funnel.kryoni.com/zero-setup-cost-peer-review-software/sectionIbg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

#section-one .logo {
  width: 250px;
}

#section-one .funnel-one-crm {
  background-image:url('https://cdn.funnel.kryoni.com/zero-setup-cost-peer-review-software/funnelfrom-bg.webp') ;
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); */
  border-radius: 20px;
  width: 90%;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.crmform .zcwf_lblLeft .zcwf_col_fld input[type = text], input[type = password],.crmform .zcwf_lblLeft .zcwf_col_fld textarea {
  border-radius: 6px;
}

#section-one .actions input {
  width: 48%;
}

#section-one .actions .submit-input {
  background: rgba(0, 68, 86, 1);
  color: var(--text-white);
  border: none;
  border-radius: 25px;
}

#section-one .actions .reset-input {
  background: var(--text-white);
  color: rgba(0, 68, 86, 1);
  border: 2px solid rgba(0, 68, 86, 1);
  border-radius: 25px;
}

#section-one .instant-bg {
    width: 85%;
    background-color: rgba(28, 167, 204, 1);
    border-radius: 15px;
    padding: 0.5rem 2rem;
}

#section-two {
  background-image: url('https://cdn.funnel.kryoni.com/zero-setup-cost-peer-review-software/secttwo-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  background-position-x: 16%;
  background-position-y: 0%;
}
#section-two .extrapadding{
  padding: 4rem 2rem;
}

#section-three {
  padding: 2rem 0 4rem;
}

#section-three .center-main-heading {
  width: 75%;
  margin: auto;
}

#section-three .feature-card {
  background-color: var(--text-white);
  box-shadow: 0px 0px 5px 0px #00000040;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#section-three .feature-card p {
  width: 90%;
}

#section-four {
  padding: 4rem 0;
}

#section-four .feature-ul {
  list-style: none;
}

#section-four .feature-ul li {
  margin-bottom: 40px;
}

#section-four .feature-ul img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

#section-four .ul-container {
  padding-top: 4rem;
}

#section-five {
  padding: 4rem 0;
}

#section-five .box-container{
  background: radial-gradient(49.3% 336.36% at 49.3% 52.16%, rgba(254, 255, 255, 0.5) 2.9%, #D9F5FF 58.9%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  padding: 3rem;
  border-radius: 25px;
}

#section-five .work-card-container {
  transition: 0.5s ease-in-out;
  background-color: var(--text-white);
  box-shadow: 0px 0px 5px 0px #00000040;
  padding: 15px 20px;
  border-radius: 20px;
  cursor: pointer;
}

.scene-icon {
  width: 60px;
  height: 60px;
}

#section-fivehalf {
  padding: 0 0 4rem;
}
#section-fivehalf .font-45-700{
  font-size: 50px;
}

.semi-card-container{
  border-radius: 20px;
  min-width: 220px;
  padding: 20px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.semi-card-container:hover{
  cursor: pointer;
  transition: 0.5s ease-in-out;
  background: linear-gradient(136.78deg, #64CCE8 11.24%, #13A2C9 89.98%);
}
.semi-card-container:hover .intervert{
  filter: invert(1) brightness(1);
  transition: 0.5s ease-in-out;
}
.semi-card-container:hover .color-seablue{
  color: var(--text-white);
  transition: 0.5s ease-in-out;
}
#section-six {
  padding: 4rem 0;
  background: url('https://cdn.funnel.kryoni.com/zero-setup-cost-peer-review-software/sixbg.webp');
}

#section-six .center-main-heading {
  width: 60%;
  margin: auto;
}

#section-six .pricing-container {
  /* width: 70%; */
  margin: 40px auto 40px auto;
}

#section-six .pricing-card {
  border: 2px dashed #909090;
  padding: 10px 25px;
  text-align: center;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

#section-six .pricing-card:hover {
  border: 2px dashed transparent;
  background: linear-gradient(119.68deg, #64CCE8 2.48%, #13A2C9 78.75%);
  box-shadow: 0px 0px 4px 0px #00000040;
  color: var(--text-white);
  transition: all 0.5s ease-in-out;
}
  #section-six .earlybird{
  color: #13A2C9;
}
#section-six .pricing-card:hover .earlybird{
  color: var(--text-white);
}

#section-six .pricing-card:hover .color-black {
  color: var(--text-white);
}

#section-six .pricing-card:hover .color-gray {
  color: var(--text-white);
}

#section-six .pricing-card:hover .color-dark-blue,#section-six .pricing-card:hover .color-text-dark-blue {
  /* color: var(--text-white); */
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.request-button {
  padding: 7px 20px;
  background: var(--btn-color);
  color: var(--text-white);
  border: none;
  border-radius: 25px;

}

#section-seven {
  padding: 0rem 0 4rem 0;
}

#section-seven .start-container {
  background: url(https://cdn.funnel.kryoni.com/pay-per-use-peer-review-system/start-using.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  #section-one .logo-container {
    text-align: center;
  }

  #section-one {
    text-align: center;
  }

  #section-one .logo {
    width: 40%;
  }

  .font-45-700 {
    font-size: 24px;
    font-weight: 700;
  }
  .font-55-600 {
    font-size: 24px;
    font-weight: 600;
  }
  .font-60-600{
    font-size: 20px;
  }
  .font-40-600{
    font-size: 20px;
  }

  .font-26-600 {
    font-size: 20px;
    font-weight: 600;
  }

  .w-90 {
    width: 100%;
  }

  .font-18-400 {
    font-size: 16px;
    font-weight: 400;
  }

  #section-one .funnel-one-crm {
    width: 100%;
  }

  .font-19-400 {
    font-size: 20px;
    font-weight: 400;
  }

  #section-two {
    padding: 0rem 0 2rem;
    text-align: center;
  }

  #section-three {
    padding: 0rem 0 2rem 0;
    text-align: center;
  }

  #section-three .center-main-heading {
    width: 100%;
  }

  #section-four {
    padding: 2rem 0;
  }

  #section-four .ul-container {
    padding-top: 2rem;
  }

  #section-four .feature-ul {
    padding: 0px;
  }

  #section-four .feature-ul li {
    margin-bottom: 15px;
  }

  #section-five {
    padding: 0rem 0 2rem 0;
    text-align: center;
  }
  #section-five .container{
    max-width: 1420px;
  }

  #section-five .how-works .img-container {
    min-width: 70px !important;
    width: 70px !important;
    height: 70px !important;
    background-color: var(--text-white);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 0px 2px 0px #00000040;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  #section-five .how-works .img-container img {
    object-fit: contain;
  }

  #section-fivehalf {
    padding: 2rem 0 4rem;
}

  #section-six {
    padding: 2rem 0;    
  }

  #section-six .center-main-heading {
    width: 100%;
  }

  #section-six .pricing-container {
    width: 100%;
    margin: 20px auto 20px auto;
  }

  #section-six .pricing-span {
    line-height: 35px;
  }


  .font-60-700 {
    font-size: 40px; 
    font-weight: 500;
  }

  #section-six .pricing-card {
    padding: 30px;
  }

  #section-six .pricing-card:hover .color-text-dark-blue {
    color: var(--text-white);
  }

  .font-40-700 {
    font-size: 25px;
  }

  .font-22-600 {
    font-size: 20px;
    font-weight: 400;
  }

  .font-27-500 {
    font-size: 20px;
    font-weight: 500;
  }
  #section-one{
    background: none;
  }
  #section-five{
    background: conic-gradient(from 93.66deg at 87.9% 38.82%, #D9F5FF -188.95deg, rgba(254, 255, 255, 0.5) 10.44deg, #D9F5FF 171.05deg, rgba(254, 255, 255, 0.5) 370.44deg);
  }
  #section-two {
  background-image: url('https://cdn.funnel.kryoni.com/zero-setup-cost-peer-review-software/sectwo-mob.webp');
  background-position: -68px -133px;
}
  .font-35-700{
  font-size: 20px;
}
.font-25-700{
  font-size: 16px;
}
.font-130-600{
  font-size: 60px;
}
#section-six .pricing-card {
  padding: 10px 25px;
}
}

@media (min-width:320px) and (max-width:767.98px) {
  .semi-card-container {
    flex-direction: row;
    justify-content: start;
}

  #section-one .instant-bg {
    padding: 0.5rem 1rem;
    margin: 0rem auto;
}
#section-two .extrapadding {
    padding: 2rem 1rem;
}
.scene-icon {
    width: 40px;
    height: 40px;
}
.semi-card-container {
  padding: 20px 5px 20px 10px;
  gap: 5px;
}
.font-26-500 {
    font-size: 15px;
}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .image-center {
    text-align: start !important;
  }

  #section-one .logo-container {
    text-align: start !important;
  }

  #section-one {
    text-align: start !important;
  }

  #section-four .ul-container {
    padding-top: 0px !important;
  }

  #section-four .feature-ul {
    padding: 0px;
    margin-top: 20px !important;
  }

  .font-45-700 {
    font-size: 30px !important;
    font-weight: 700;
  }

  #section-three {
    padding: 3rem 0 3rem 0 !important;
    text-align: center;
  }
  #section-one .instant-bg {
    padding: 0.5rem 1rem;
}
#section-two .extrapadding {
    padding:1rem 2rem;
}
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .font-45-700{
    font-size: 35px;
  }

  #section-three {
    padding: 3rem 0;
  }

  .h-100.feature-card div.me-3{
    margin-right: 0px !important;
  }
   .font-60-700 {
    font-size: 40px; 
    font-weight: 500;
  }
  .font-55-600 {
    font-size: 35px;
    font-weight: 600;
  }
  .font-60-600{
    font-size: 35px;
  }
  .font-40-600{
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
   .font-60-700 {
    font-size: 40px; 
    font-weight: 500;
  }
  .font-55-600 {
    font-size: 35px;
    font-weight: 600;
  }
  .font-60-600{
    font-size: 35px;
  }
  .font-40-600{
    font-size: 30px;
  }
  #section-one .instant-bg {
    width: 71%;   
}
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
   #section-one .instant-bg {
    width: 62%;   
}
}

@media (min-width: 1400px) {
   #section-five .container{
  max-width: 1420px;
}
.semi-card-container{
  min-width: 230px;
}
}

@media (min-width: 992px) and (max-width: 1499.98px) {
   .font-35-700{
  font-size: 26px;
}
.font-25-700{
  font-size: 20px;
}
.font-130-600{
  font-size: 60px;
}
#section-six .pricing-card {
  padding: 10px 25px;
  min-height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-six .test{
  width: 32%;
}
}
