@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* Google Fonts */
body {
  /* background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url("./img/sunset.jpg"); */
 background: linear-gradient(#D8E3FF, white);
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url("./img/greenbackground.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;

  /* /background: linear-gradient(to right, #4DA0B0, #fff);/ font-family: "Arial", sans-serif; */

}

.feedback-heading {
  font-size: 3rem;
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #510134 100%);
  background-size: auto auto;
  background-clip: border-box;
  color: #fff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

 .container {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  align-items: center; 
   margin: 0px;
  padding: 0px;
  /* background:linear-gradient(#D8E3FF, white);  */
 }

.glassmorphism-container {
  margin-top: 30px;
  background: rgba(46, 123, 225, 0.1);
  backdrop-filter: blur(10px);
  /* border-radius: 15px; */
  background-size: cover;
  border-radius: 15px;
  padding: 20px;
  /* margin-top: 102px;
  margin-bottom: 23px; */
  text-align: center;
  max-width: 600px;
  width: 100%;
}

p {
  line-height: 1.1em;
  margin: 0;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  color: #2e345c;
  padding: 2px 5px;
  text-align:left;
  text-rendering: optimizeLegibility;
}

.rate{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 20px;
}
.rate p{
  text-align: center;
  color:#231557;
  font-weight: 500;
}
.stars {
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
}

.star {
  color: #f4df78;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.star:hover {
  color: #ffa500;
}

#rating-text {
  font-family: monospace;
  font-weight: 700;
  margin-top: 40px;
  font-size: 1.8rem;

  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #dc3545 100%);

  background-size: auto auto;
  background-clip: border-box;
  color: #fff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* Feedback input box and submit button styles */
.feedback-container {
  margin-top: 20px;
}

#feedback-input {
  width: 90%;
  height: 80px;
  resize: vertical;
  margin-bottom: 20px;
  padding: 8px;
  border: 1.5px solid #5468ff;
  border-radius: 5px;
  background-color: rgba(219, 230, 240, 0.402);
  box-sizing: border-box;
  font-size: 1rem;
}

#feedback-input:focus-visible{
  outline:2px solid #6a5acd ;
  border-radius: 5px;
}

/*.submit-button {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(7,90,166,255);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.submit-button:hover {
  background: #357c8e;
}

.button-36-container {
  margin-top: 20px;
}

.button-36-container a {
  text-decoration: none;
}

.button-36 {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(7,90,166,255);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button-36:hover {
  background: #357c8e;
}*/

@media (max-width: 768px) {
  .container {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .container {
    width: 90%;
  }
}


/* New NAvbar CSS Starts Here*/


.nav-container {
  height: auto;
  width: 200%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  left: 0;
  z-index: 9999;
}

.newNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  height: auto;
  width: 100%;
  padding: 1rem 2rem;
}

.navLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  list-style: none;
  gap: 1.2rem;
  position: relative;
  top: 0.5rem;
  z-index: 10;


}

.link a {
  position: relative;
}

.link a::before {
  /* position: absolute; */
  /* content: ""; */
  height: 2px;
  width: 0%;
  bottom: -5px;
  left: 0;
  background-color: red;
}

.link a::after {
  /* position: absolute;
  content: ""; */
  height: 2px;
  width: 0%;
  top: -5px;
  right: 0;
  background-color: red;
  transition: all 0.2s ease-in-out;
}

.link a:hover::before {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.link a:hover::after {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.hamburger {
  height: 2rem;
  width: 1.7rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  display: none;
  transition: 0.2s;
}

.line {
  height: 5px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
}

@media screen and (max-width: 1220px) {
  .hamburger {
    display: flex;
    cursor: pointer;
  }

  .navLinks {
    position: absolute;
    top: 70px;
    background-color: #091020;
    width: 0%;
    left: 0;
    height: 100vh;
    padding: 2rem 0;
    flex-direction: column;
    transition: 0.2s;
    overflow: hidden;
  }

  .navLinks li {
    width: 100%;
    padding: 0.5rem 0;
    background-color: #1f2532;
    z-index: 10;
  }

  #toggle {
    font-size: 0.6rem;
  }

  #btn-style {
    font-size: 0.6rem;


  }
}

#btn-style {
  display: inline-block;
  border-radius: 50px;
  transition: all .4s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: auto;
  background-color: transparent;
  border: 2px solid rgb(41, 0, 128);
  color: red;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-decoration: none;
}

.navLinks.activeHamburger {
  width: 100%;
}

/* New NAvbar CSS Ends Here*/

/* CSS */
.button {

  margin-bottom: 23px;
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0,
      #020c38 0,
      #1730ee 100%);
  border: 0;
  border-radius: 2px !important;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;

  height: 40px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 50px;
  /* transition: all .1s ease-in-out; */
  /* border: 2px solid #6a5acd; */
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0px 1px 1px 1px rgb(50, 46, 46);
  margin-bottom: 20px;
  box-sizing: border-box;
}
.button2{
  background-color: #3c4fe0 !important;
  background-image: none !important;
}

/*.button:focus {
  /* box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset; */
/*}*/

.button:hover {
  /* box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px); */
  background-image: none;
  background-color: #6a5acd !important;
   color: #fff;

}

.button:active {

  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.sidebyside {
  display: grid;
  display: flex;
  flex-direction: column;
 /* Corrected from 's: 1fr 1fr;' */
  margin: 0 auto;
  min-height: 80vh;
  width: 80vw;
  gap:0em;
  scale:0.8;
  /* box-shadow: 0 2px 4px grey; */
  margin-top: 30px;
  /* margin-bottom: 23px; */
  /* margin:105px; */
}

.sidebyside   .image {
  margin-top: 12px;
  margin-left: 110px;
  height: 320px;
  width: 312px;
  /* background: url(./img/feedback_img.jpg) ; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}