@import url('https://fonts.googleapis.com/css2?family=Arya:wght@700&family=Biryani:wght@600&family=Poppins:wght@300&display=swap');
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  max-width: 100%;
}

#your-navbar {
  line-height: 1;
}

#your-navbar p{
     font-size: 2rem;
}

.give-space{
    padding-top: 6em;    
}

.rachana-banner{
    width: 60%;
    height:15%;
    text-align:center;
    margin-bottom:2em;
    margin-top:2em;
}

.navbar {
  background-color: white;
  transition: all 0.4s ease;
}

.brand-name {
  margin-top: 1rem;
}

.hero {
  height: 100vh;
  background-color: #BED3F9;
  text-align: center;
  align-items: center;
  font-weight: bolder;
  font-family: 'Poppins',  sans-serif;
  word-wrap: nowrap;
}

/*.hero-header {*/
/*  color: white;*/
/*  font-size: 300%;*/
/*  font-weight: bolder;*/
/*  font-family: 'Poppins',  sans-serif;*/
/*  word-wrap: nowrap;*/
/*}*/

.rachana-img {
  width: 40%;
  height: auto;
  padding-bottom: 2em;
}

.sub-text {
    font-family: 'Arya',sans-serif;
  margin-top: 2rem;
  font-weight: 900;
   font-size: 1.3em;
  line-height: 2em !important;
  font-family: 'Arya', sans-serif;
}

.mob-sub-1 {
  color: #2E3092;
  line-height: 2em !important;
}

.mob-sub-2 {
  color: #EC1D24;
  line-height: 2em !important;
}


.nav-item {
  font-size: 20px;
  color: black !important;
}

.brand-name {
  font-size: 25px;
  font-weight: bold;
}

.general-1 {
  /* background-size: 50vh; */
  font-size: 18px;
  align-items: center;
  text-align: center;
}

.spacing{
    padding-top: 5rem !important;
}
.recent-videos {
  padding-top: 2%;
  padding-left: 8%;
  padding-right: 8%;
  background-color: #BED3F9;
}

.featured-videos {
  padding-top: 2%;
  padding-left: 8%;
  padding-right: 8%;

}

.container-fluid {
  margin-top: 2rem;
}

.san-h-2 {
  font-size: 2rem;
  font-weight: bold;
}

.mbr-text {
  font-weight: bold;
  color: black;
}

.form-group {
  margin-bottom: 1.2rem;
}
/*.btm{*/
/*  max-width: 15em;*/
/*}*/
#your-videos{
 border-radius: 2rem;
 padding: 2rem;
 padding-bottom:0;
}

iframe {
  width: 100%;
  height: auto;
}

/* contact-us */
* {
  box-sizing: border-box;
}

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 35px;
}

input {
  padding: 5px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}

input:focus {
  outline: none;
}
label{
  font-weight: bold;
}

/* LABEL ======================================= */
#panel label {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label,
input:valid~label {
  top: -20px;
  font-size: 14px;
  color: #fff;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}



/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
  font-family: 'Arya';
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #fff;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #fff;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #fff;
  }

  to {
    width: 0;
    background: transparent;
  }
}

#send-video-btn{
  background-color: #FFE161;
  font-size: 1rem;
  font-weight:bold;
  border-radius: 2em;
  margin-bottom:0;
  max-width: 5em;
  border: 0;
  padding:1em !important;
  color:black;
}

#panel {
 background-color: #90a9d6;
 border-radius: 2rem;
 padding: 2rem;
}

.send-video{
  background-color: #BED3F9;
  border-radius: 2rem;
}

#post-btn{
  background-color: #FFE161;
  font-weight:bold;
  font-size: 1rem;
  border-radius: 2em;
  margin-bottom:1em;
 border: 0;
 padding:0.75em !important;
  max-width: 5em;
  color:black;
}

form{
    font-family: 'Arya';
}
.contact-form{
  padding-top: 5rem;
  line-height:1em;
}