* {
  font-family: "Rajdhani Medium", 'Rajdhani';
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.modal .close
{
  font-size: 2.5rem;
}

.lmlogo {
  height: auto;
  min-width: 200px;
  width: auto;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #1d4fb2;
  padding-left: 10px;
  padding-right: 20px;
}

button:focus {
  outline: none;
}

a {
  color: white;
}

.upload:hover {
  background-color: white;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease;
  transition-property: background-color, color, box-shadow;
}

.bugFormButton:hover {
  background-color: white;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease;
  transition-property: background-color, color, box-shadow;
}

.upload,
.bugFormButton {
  background-color: #007bff;
  font-size: 18px;
  color: white;
  border: 2px solid #007bff;
  border-radius: 5px;
  padding: 10px 30px;
}

.bugForm {
  padding: 8px;
  border-radius: 8px;
  outline: none;
  border: none;
  font-size: 16px;
  width: 100%;
}

.bugFormButton {
  border-radius: 8px;
  padding: 6px 22px;
  margin-top: 10px;
  color: white;
  font-size: 16px;
  width: 100%;
  transform: translateY(-70%);
}

.close {
  margin-right: 10px;
}

#upload-file {
  display: none;
}

#upload-file-final-container {
  display: none;
  text-align: center;
}

#file-name {
  color: black;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.upload-button {
  background-color: #007bff;
  font-size: 16px;
  color: white;
  border: 2px solid #007bff;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 0 15px 0 0;
}

.upload-button:hover {
  background-color: white;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease;
  transition-property: background-color, color, box-shadow;
}

.cancel-button {
  background-color: #007bff;
  font-size: 14px;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px 30px;
}

.cancel-button:hover {
  background-color: white;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease;
  transition-property: background-color, color, box-shadow;
}

#upload-progress {
  margin: 20px 0 0 0;
  text-align: center;
  color: black;
  display: none;
}

#error-message {
  display: none;
  text-align: center;
  color: #c0392b;
  margin: 20px 0 0 0;
}

.outputTxtBox {
  color: black;
  justify-content: center;
  text-align: justify;
}

.popup-box {
  border-radius: 7px;
  height: 500px;
  width: 95vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  word-wrap: break-word;
}

.popup-container {
  transform: translate(-50%);
  top: 10%;
  left: 50%;
  position: fixed;
  z-index: 5;
  margin: 0;
  display: none;
}

#loader {
  display: none;
  margin-top: 30px;
}

.signup-button-cover,
.login-button-cover {
  padding-left: 15px;
  padding-right: 15px;
}

.logout-button-cover {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

#popup-loader {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#msg {
  text-align: center;
}

.red::placeholder {
  color: red;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select {
  box-shadow:  0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.signup-card {
  padding: 40px 25px 0 25px;
}

input,
select {
  padding: 10px;
  border-radius: 3px;
  outline: none;
  font-size: 13px;
  border: 2px solid lightgray;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
}

select {
  background-color: white;
}

.input-head {
  color: gray;
  transform: translate(10px, 50%);
  background-color: white;
  width: auto;
  margin-top: 8px;
  display: inline-flex;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

.btn {
  border: 2px solid rgb(25, 41, 245);
  background-color: rgb(25, 41, 245);
  padding: 1.5vh 2vw;
  border-radius: 30px;
  color: white;
  outline: none;
  font-weight: bolder;
}

.non-btn {
  border: 2px solid transparent;
  background-color: transparent;
  padding: 10px 10px;
  border-radius: 30px;
  color: gray;
  outline: none;
  font-weight: bolder;
}

form {
  margin-bottom: 0;
}

.red::placeholder {
  color: red;
}

#forgotpw-btn-set {
  visibility: hidden;
}

#error {
  visibility: hidden;
}

.popup-cover {
  position: absolute;
  z-index: 100;
}

.signup {
  display: none;
}

.login {
  display: none;
}

.signup-button,
.logout-button {
  background-color: #007bff;
  padding: 8px 12px;
  color: white;
  border-radius: 10px;
  border-color: transparent;
  font-size: 1.3em;
  box-shadow: 0 2px 4px 0 rgba(53, 51, 51, 0.2),
    0 3px 10px 0 rgba(0, 0, 0, 0.19)
    /* 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.button-cover {
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  background-color: #007bff;
  padding: 8px 12px;
  color: white;
  border-radius: 5px;
  border-color: transparent;
}

.signup-button:hover,
.logout-button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  color: black;
  transition: all 0.5s ease;
  transition-property: background-color, color, box-shadow;
}

.button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  color: black;
  transition: all 0.5s ease;
  transition-property: background-color, color, box-shadow;
}

.login-button {
  background-color: transparent;
  padding: 8px 12px;
  color: white;
  border-color: transparent;
  font-size: 1.3em;
}

#bug-upload-btn {
  /*background: url("../assets/images/attachment.svg");*/
  background-repeat: no-repeat;
  background-size: contain;
}

.overview-cont,
.extended-summary-cont,
.arguments-cont,
.issues-cont {
  display: none;
}

#summariser-first {
  background: transparent linear-gradient(299deg, #2f3fb1 0%, #06468b 100%) 0% 0% no-repeat padding-box;
  height: auto;
  padding: 0;
}

#summariser-container {
  padding: 5vh 3vw 0 5vw;
}

#summariser-title {
  font-size: 4.2rem;
}

p {
  margin: 0;
  padding: 0;
}

.btn-basic {
  padding: 8px 50px;
  border-radius: 5px;
  font-size: 22px;
  color: white;
  background: #007bff;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#slant-box-left {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 25vw;
  background: white;
}

#triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 70px solid white;
  border-right: 110px solid transparent;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}

#slant-box-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70px;
  width: 25vw;
  background: white;
}

#triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 70px solid white;
  border-left: 100px solid transparent;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
}

#center-heading {
  height: 70px;
  width: 25vw;
  margin: 20px auto 30px auto;
}

.lm {
  font-size: 4rem;
  color: #1783f7;
  padding-top: 2%;
  font-family: "Rajdhani", sans-serif;
  padding-left: 20px;
}

.progress-img {
  width: 70vw;
  margin: auto;
}

.back-line {
  transform: translateY(50%);
  border-top: 10px dashed rgb(41, 53, 147);
}

.step-card {
  height: auto;
  min-height: 270px;
  border-radius: 10px;
  padding-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.step-card2 {
  height: 500px;
  border-radius: 10px;
  margin-top: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.step-card-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(41, 53, 147);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  color: white;
  line-height: 70px;
  font-size: 30px;
}

.img-card-circle {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-align: center;
  color: white;
  line-height: 70px;
  font-size: 30px;
  border: 1px solid rgb(41, 53, 147);
}

.test-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-content {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 5vh 5vw;
  text-align: justify;
}

.feature-card {
  text-align: center;
  background: white;
  height: 370px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.step-content {
  text-align: center;
  padding: 50px 15px 0 15px;
}

.card-content {
  text-align: center;
  padding: 80px 15px 0 15px;
}

.card-content2 {
  text-align: center;
  padding: 0 15px;
  color: grey;
}

.card-content3 {
  text-align: center;
  padding: 10px 15px 0 15px;
  font-size: 1.1rem;
}

b {
  font-family: "Rajdhani", sans-serif;
}

.quote {
  font-size: 30px;
  margin-bottom: 10px;
}

.feature-card-heading {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
}

.feature-card-content {
  padding: 10px;
  font-size: 1rem;
}

.hzl-link {
  border-top: 10px dashed rgb(41, 53, 147);
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -50%;
  z-index: -10000000000;
}

.hzr-link {
  border-top: 10px dashed rgb(41, 53, 147);
  border-right: 10px dashed rgb(41, 53, 147);
  border-bottom: 10px dashed rgb(41, 53, 147);
  height: 100px;
  position: absolute;
  right: 0;
}

#hz-link-cont {
  padding-left: 150px;
  padding-right: 150px;
}

.head-img {
  text-align: center;
}

.blob {
  width: 150%;
  position: absolute;
  right: -200;
  bottom: 0;
}

/* .blob {
      transform: translateY(20%);
      bottom: -22vh;
      width: 95%;
    }  */

.navstyle {
  padding: 0;
  background: transparent linear-gradient(299deg, #2f3fb1 0%, #06468b 100%) 0% 0% no-repeat padding-box;
}

.tnc {
  color: #666;
  font-size: 1.1rem;
  /* padding: 4%; */
}

.tnclist {
  list-style: none;
  padding: 20px;
  text-align: center;
}

/* .footerstyle {
  background: transparent linear-gradient(299deg, #2f3fb1 0%, #06468b 100%) 0% 0% no-repeat padding-box;
  color: white;
  padding: 3vh 0;
  font-size: 18px;
} */

.footer {
  background: #004B9B;
}

.copyright {
  background: #033B77;
}

/* .title {
  font-size: 50px;
  text-align: center;
  width: 100%;
  padding: 70px;
  border-bottom: gray 1px solid;
} */

a:hover {
  color: #fff;
  text-decoration: underline;
}

.fa-facebook-official,
.fa-twitter-square,
.fa-instagram,
.fa-linkedin-square,
.fa-medium {
  font-size: 24px;
  margin-left: 1vw;
}

.heading {
  font-size: 24px;
  padding: 30px 20px 10px 0;
  color: black;
}

.subheading {
  color: black;
  /* margin-top: 20px; */
  /*font-size: 20px;*/
}

.feature {
  background-color: #f5f5f5;
  padding: 5vh 5vw;
}

.testimonial {
  padding: 5vh 5vw;
}

.get-started {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10%;
  margin-bottom: 10%;
}

.blue-text {
  color: rgb(41, 53, 147);
}

.top-blob {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

.divone {
  overflow: hidden;
}

.logo {
  text-align: center;
}

.feature-card-img {
  max-height: 160px;
  max-width: 100%;
  margin: auto;
  padding: auto;
}

.summariser-desc {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.terms {
  font-family: "Roboto", sans-serif;
  color: white;
}

.links {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1023px) {
  #card-box {
    padding: 2vh 5vw;
  }

  .summariser-desc {
    font-size: 1.8rem;
  }

  li {
    margin-top: 10px;
  }

  .login-button-cover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logout-button-cover {
    padding-left: 15px;
    padding-right: 15px;
  }

  #popup-nav-bar {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
  }

  .content {
    margin-top: 100px;
  }

  .upload-button {
    margin: 0 0 0 0px !important;
  }

  .popup-box {
    width: 90vw;
  }

  .idea-img {
    height: 90px;
    margin-top: 20%;
    transform: translateY(-50%);
  }

  .feature-content {
    font-size: 1.5rem;
  }

  .feature-card-heading {
    font-size: 1.6rem;
  }

  .feature-card-content {
    font-size: 1.2rem;
  }

  .blob {
    display: none;
  }

  .tnc {
    font-size: 1.2rem;
    /* padding: 3%; */
  }
}

@media (max-width: 992px) {
  .vis-sm {
    display: none;
  }

  .step-content {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .blob {
    transform: translateY(20%);
    bottom: -60;
    /* width: 95%; */
  }

  .divone {
    padding-bottom: 150px;
  }
}

@media (min-width: 1025px) {

  

  .imgdiv {
    height: 92vh;
  }

  #card-box {
    padding: 2vh 20vw;
  }

  .idea-img {
    height: 90px;
    margin-top: 150%;
    transform: translateY(-50%);
  }

  #popup-nav-bar {
    padding-top: 120px;
  }

  /* #summariser-first {
      height: auto;
      background-image: url("../assets/images/summarizer-bg.svg");
      transform: translateY(-90px);
      padding: 90px 0 0 0;
      background-size: 105vw;
      background-repeat: no-repeat;
    } */
  .head-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .go-down {
    transform: translateY(-20%);
    width: 34px;
  }

  .progress-img {
    width: 60%;
  }

  .logo {
    text-align: left;
  }

  .feature-content {
    padding: 5vh 0;
  }

  .get-started {
    font-size: 2rem;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1000px) {

  .lm {
    text-align: center;
    padding-left: 0;
  }


}
@media screen and (max-width: 600px) {
  #summariser-title {
    font-size: 3rem;
  }

  #slant-box-left {
    width: 50px;
  }

  #slant-box-right {
    width: 50px;
  }

  #triangle-bottomright {
    border-left: 50px solid transparent;
  }

  #triangle-bottomleft {
    border-right: 50px solid transparent;
  }

  .head-img {
    background-size: contain;
    background-repeat: no-repeat;
  }


  .pad-sm {
    padding: 0;
  }

  .lm {
    text-align: center;
    padding-left: 0;
  }

  .btn {
    padding: 1.5vh 4vw;
  }
}