@import url("https://fonts.googleapis.com/css2?family=Jura:wght@500&family=Montserrat:wght@700&display=swap");

/* CSS Reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Declareing root variables */

:root {
  --clr-background: rgba(30, 30, 30, 0.95);
  --font-jura: "Jura", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --fw-bold: 700;
  --fw-medium: 500;
  --font-clr: #e4e4e4;
  --hover-clr: #fff;
}

/* Background Video Settings */

#bgVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.container {
  background: var(--clr-background);
  max-width: 2000px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 100px 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.title {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
}
.title > .logo {
  width: 40%;
  height: auto;
  float: left;
}
.title > .logo > img {
  margin-left: auto;
  margin-right: auto;
}
.title-text h1 {
  font-family: var(--font-montserrat);
  color: var(--font-clr);
  font-weight: var(--fw-bold);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  text-align: center;
}

.content {
  width: 100%;
  height: auto;
  float: left;
}

.w-right {
  width: 65%;
  height: auto;
  float: left;
}

.vdo-sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.main-title {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  color: #fff;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.vdo-title {
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
#banner-video {
  width: 100%;
  height: 320px;
  min-height: 560px;
  object-fit: fill;
  border-radius: 100px 0;
}

.text {
  font-family: var(--font-jura);
  font-size: 1rem;
  color: var(--font-clr);
  margin: 2rem 0;
  /* padding: 0 5rem; */
  padding: 0 5rem;
  text-indent: 5rem;
  text-align: justify;
  border-right: groove;
  position: relative;
}
.text::before {
  content: open-quote;
  font-size: 6rem;
  font-family: serif;
  position: absolute;
  top: -2rem;
  left: 0rem;
  opacity: 0.25;
}
.text::after {
  content: close-quote;
  font-size: 6rem;
  font-family: serif;
  position: absolute;
  bottom: -5rem;
  right: 2rem;
  opacity: 0.25;
}
.w-full {
  width: 100%;
  height: auto;
  float: left;
}
.w-left {
  width: 35%;
  height: auto;
  float: left;
}
.banner-vdo-wrap {
  float: right;
}

.content-image img {
  max-width: 280px;
  width: 100%;
  height: auto;
  min-height: 300px;
  border: 3px solid #fff;
  /* border: clamp(5px, 2.5vw, 25px) groove #d2571c; */
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100%;
}

.image-title h1 {
  font-family: var(--font-montserrat);
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  color: var(--font-clr);
  font-weight: var(--fw-bold);
  text-align: center;
  padding: 20px 5vw;
}

.content-inner {
  background: url(assets/phalakam.png) top center no-repeat;
  background-size: cover;
  width: 400px;
  height: 545px;
  padding: 57px 50px;
  margin: 0 auto;
  text-align: center;
}
.content-inner h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.phalakam-p {
  padding-left: 10px;
  padding-right: 10px;
}

.survey-disc {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 100px;
}

.disc-tle {
  font-family: var(--font-montserrat);
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--font-clr);
  font-weight: var(--fw-bold);
  margin-bottom: 20px;
}
.btn {
  border: none;
  background: #d9d9d9;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0;
  cursor: pointer;
}

.btn:hover {
  background: #fff;
  box-shadow: 0px 1px 5px #fff;
}
.form-tle {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--font-montserrat);
}
.form-tle > h3 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 10px;
}
form.contFrm {
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 60px;
  background: rgb(0 0 0 / 29%);
  border: 1px solid #000;
}
.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}
.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}
select.inptFld {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  color: #727272;
}
.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  margin-top: 10px;
}
.resend-otp {
  color: #fff;
  float: right;
  display: block;
  margin-top: 16px;
  text-decoration: none;
}
.resend-otp:hover {
  text-decoration: underline;
}
.alert {
  position: relative;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.back-btn {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.back-btn:hover {
  border: 1px solid #fff; 
  background-color: transparent;
}

/* responsive */
@media (min-width: 2000px) {
  .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .content-image img {
    min-height: auto;
  }
  #banner-video {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .title > .logo {
    width: 100%;
  }
  .content-image {
    width: 100%;
  }
  .content-text {
    width: 100%;
  }
  .banner-vdo-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .survey-disc {
    margin-top: 35px;
  }
  .title {
    justify-content: space-evenly;
  }
  .form-pg-lft-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding-top: 40px;
    border-radius: 0;
  }
}

@media (max-width: 576px) {
  .container {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
  .vdo-title {
    font-size: 20px;
  }
  .main-title {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #banner-video {
    border-radius: 40px;
    margin-bottom: 10px;
  }
  #banner-video {
    height: 240px;
  }
}
@media (max-width: 460px) {
  .content-inner {
    width: 100%;
    padding: 47px 15px;
  }
  form.contFrm {
    padding: 30px 20px;
  }
}
