* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  color: #DADBDD;
}

@font-face {
  font-family: "butlerfont";
  src: url("../Butler/Butler_Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butlerfont";
  src: url("../Butler/Butler_Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "helloword";
  src: url("../hello/Hello.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.margin {
  margin-bottom: 7%;
}

.head_text {
  color: #4d4d4d;
  font-size: 2.4rem;
  line-height: inherit;
  font-weight: 500;
  font-family: butlerfont;
}
.head_text span {
  font-size: 1rem !important;
  line-height: inherit;
  font-family: Montserrat, sans-serif;
}

.para {
  color: #4d4d4d;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.small_para {
  color: #4d4d4d;
  font-size: 1.1rem;
  line-height: inherit;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.margin_top {
  margin-top: 20%;
}

/* CSS */
.button {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #0b84dd;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button:before {
  content: "";
  background: linear-gradient(45deg, #094db3, #0345a8, #0c33b4, #3065d8);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0d6efd;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.navbar {
  padding: 0% 3%;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/ham-burger.webp") !important;
}

.audio_card {
  background: rgb(70, 124, 249);
  box-shadow: 0 0 10px 1px rgba(9, 140, 247, 0.25);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 10px 30px;
  width: 50%;
  border-radius: 10px;
  margin: auto;
  height: auto;
}
.audio_card img {
  width: 160px;
  border-radius: 10px;
}
.audio_card audio {
  width: 100%;
}

.stream_banner .stream {
  padding: 1% 5% 1%;
}
.stream_banner .stream .hover_parallex {
  width: 100%;
  height: 700px;
}
.stream_banner .stream #planet_img {
  margin: -50px 0 0 -44px;
  width: 29vw;
  background-image: url(../img/Website-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stream_banner .stream .text {
  font-size: 2.5rem;
  color: #4d4d4d;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}
.stream_banner .stream span {
  color: #4d4d4d;
  font-size: 18px;
  line-height: inherit;
}
.stream_banner .stream h1 {
  font-size: 4.5rem;
  color: #4d4d4d;
  line-height: 60px;
  font-weight: 500;
  font-family: butlerfont;
  letter-spacing: 1px;
}
.stream_banner .stream p {
  font-size: 1.5rem;
  color: #4d4d4d;
  line-height: 60px;
  font-weight: 300;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
}
.stream_banner .stream i {
  font-family: "helloword";
}
.stream_banner .stream .text::after {
  content: "|";
  display: inline-block;
  margin-left: 8px;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation: 0.7s ease 0s infinite alternate none running blink;
}
.stream_banner .stream span {
  color: #4d4d4d;
  font-size: 18px;
  line-height: inherit;
}
.stream_banner .stream .Listen_wrap img {
  width: 300px;
}

.listenon_wrap {
  padding: 1% 30%;
}
.listenon_wrap img {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  width: 200px;
  border-radius: 10px;
}
.listenon_wrap img:hover {
  cursor: pointer;
  transform: scale(0.95);
}

.whyrazorstream_wrap {
  padding: 0% 10% 2%;
}
.whyrazorstream_wrap h2 i {
  font-family: "helloword";
}

.latest_podcast .card {
  position: relative;
  max-width: 400px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 16px 0px 0;
  margin-right: 10px;
  height: 450px;
  cursor: pointer;
}
.latest_podcast .card:hover {
  border: 1px solid rgba(5, 95, 212, 0.5764705882);
}
.latest_podcast .card img {
  width: 250px;
  margin: auto;
  border-radius: 20px;
}
.latest_podcast .card .card-body {
  text-align: start !important;
}
.latest_podcast .card .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.latest_podcast .card .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}
.latest_podcast .card a {
  text-decoration: none;
}
.latest_podcast .card .ListenBtn {
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 5%;
  letter-spacing: 1px;
  font-size: 16px;
  color: #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  text-decoration: none;
}
.latest_podcast .slick-prev {
  left: 90%;
  top: -18%;
}
.latest_podcast .slick-next {
  right: 4%;
  top: -18%;
}
.latest_podcast .slick-prev:before,
.latest_podcast .slick-next:before {
  font-size: 40px;
  color: #0345a8;
}

.form_section .card {
  background-color: transparent;
  padding: 5%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.form_section .card h2 {
  color: #DADBDD;
  font-size: 1.8rem;
  font-family: buttlerfont;
  line-height: inherit;
}
.form_section .card .form-control {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.subpage_banner {
  background: url("../img/Website-sub-banner.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100dvh;
}
.subpage_banner .stream {
  padding: 3% 7% 4%;
}
.subpage_banner .stream h1 {
  font-size: 4rem;
  color: #4d4d4d;
  line-height: 80px;
  font-weight: 500;
  font-family: butlerfont;
  letter-spacing: 1px;
}
.subpage_banner .stream p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  letter-spacing: 1px;
  line-height: inherit;
}
.subpage_banner .stream .Listen_wrap img {
  width: 300px;
}

.summary_Wrap {
  padding: 0% 10%;
}
.summary_Wrap .shadow-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}
.summary_Wrap ul {
  list-style: disc;
}
.summary_Wrap ul li {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 15px;
}
.summary_Wrap span {
  color: #4d4d4d;
  font-size: 26px;
}
.summary_Wrap .read-more-state {
  display: none;
}
.summary_Wrap .read-more-wrap {
  margin: 0;
}
.summary_Wrap .read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition-duration: 0.5s;
}
.summary_Wrap .read-more-state:checked ~ .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.summary_Wrap .read-more-state ~ .read-more-trigger:before {
  content: "Read More";
}
.summary_Wrap .read-more-state:checked ~ .read-more-trigger:before {
  content: "Read Less";
}
.summary_Wrap .read-more-trigger {
  position: relative;
  z-index: 912;
  cursor: pointer;
  display: inline-block;
  color: #4d4d4d;
  padding: 20px 0px;
  font-size: 1.1em;
  text-decoration: none;
}

.guest_wrap img {
  width: 200px;
  height: 200px;
  border-radius: 5%;
}

.modal .modal-content {
  padding: 50px 20px;
}
.modal .modal-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
}
.modal .modal-content input {
  width: 100%;
  padding: 0.75rem 0.7rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: #f9fafb;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
}
.modal .modal-content .Submitbtn {
  margin: auto;
  justify-content: center;
  display: flex;
  width: 50%;
  text-align: center;
  background-color: #0d6efd;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

footer {
  border-top: 1px solid rgba(77, 77, 77, 0.137254902);
  padding: 1%;
  text-align: center;
  color: #4d4d4d;
}
footer a {
  text-decoration: none;
  color: #4d4d4d;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70dvh;
  border: 1px solid rgba(77, 77, 77, 0.137254902);
  border-radius: 20px;
}
.contact h1 {
  color: #4d4d4d;
  font-size: 46px;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact span {
  color: #4d4d4d;
  font-size: 18px;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.contact p {
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: 400;
  margin: 20px 0px;
}
.contact form {
  padding: 0% 10%;
}
.contact form input {
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 10px;
}
.contact form .submit-btn {
  background-color: #0d6efd;
  color: #fff;
  width: 25%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .row {
    overflow: hidden !important;
  }
  .padding {
    padding: 5% 0%;
  }
  .head_text {
    font-size: 1.5rem;
  }
  .para {
    font-size: 0.9rem;
  }
  .small_para {
    font-size: 0.9rem;
  }
  .button {
    padding: 0.4em 1em;
  }
  .navbar-brand img {
    width: 40px;
  }
  .stream_banner .stream {
    padding: 8% 4% 4%;
  }
  .stream_banner .stream h1 {
    font-size: 2rem;
    line-height: 30px;
  }
  .stream_banner .stream .text {
    font-size: 1.1rem;
  }
  .stream_banner .stream p {
    font-size: 1.1rem;
    line-height: inherit;
  }
  .stream_banner .stream .Listen_wrap img {
    width: 170px;
  }
  .stream_banner .stream #planet_img {
    margin: 20px 0 0 0;
    height: 400px;
    width: 300px;
  }
  .stream_banner .stream .hover_parallex {
    height: 430px;
  }
  .listenon_wrap {
    padding: 0% 2% 0%;
  }
  .listenon_wrap img {
    width: 100px;
  }
  .whyrazorstream_wrap {
    padding: 0% 4% 2%;
  }
  .whyrazorstream_wrap img {
    width: 100%;
  }
  .latest_podcast {
    padding: 0% 5%;
  }
  .latest_podcast .restaurant-arrow-left img,
  .latest_podcast .restaurant-arrow-right img {
    width: 50px;
    height: 50px;
  }
  .latest_podcast .slick-prev:before,
  .latest_podcast .slick-next:before {
    font-size: 34px;
  }
  .latest_podcast .slick-prev {
    left: 70%;
    top: -10%;
  }
  .latest_podcast .slick-next {
    right: 10%;
    top: -10%;
  }
  .latest_podcast .card {
    max-width: 100%;
    margin-right: 0px;
    height: 400px;
  }
  .latest_podcast .card img {
    width: 200px;
  }
  .latest_podcast .card .card-title {
    font-size: 18px;
  }
  .form_section {
    padding: 0% 2% 2%;
  }
  .form_section .card h2 {
    font-size: 1.2rem;
  }
  .form_section .card .form-control {
    font-size: 1rem;
  }
  .subpage_banner {
    height: auto;
  }
  .subpage_banner .stream {
    padding: 5% 3% 3%;
  }
  .subpage_banner .stream h1 {
    font-size: 1.2rem;
    line-height: 30px;
  }
  .subpage_banner .audio_card {
    width: 100%;
    padding: 15px 5px;
  }
  .subpage_banner .audio_card p {
    font-size: 14px;
  }
  .subpage_banner .audio_card img {
    width: 80px;
  }
  .summary_Wrap {
    padding: 0% 3%;
  }
  .summary_Wrap ul {
    padding: 0px 10px;
  }
  .summary_Wrap ul li {
    font-size: 0.9rem;
  }
  .summary_Wrap .read-more-trigger {
    padding: 10px 0px;
  }
  .guest_wrap {
    padding: 0px 15px;
  }
  footer {
    padding: 3% 2%;
  }
  footer .button {
    margin-bottom: 10px;
  }
  footer img {
    width: 100px;
  }
  .modal .modal-content {
    padding: 35px 20px;
    margin: 20px;
  }
  .contact {
    height: auto;
    border: none;
  }
  .contact h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contact p {
    font-size: 14px;
    margin: 5px 0px;
  }
  .contact span {
    font-size: 14px;
  }
  .contact form {
    padding: 0% 5%;
  }
  .contact form input {
    border-radius: 5px;
    font-size: 13px;
  }
  .contact form .submit-btn {
    background-color: #0d6efd;
    color: #fff;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .stream_banner .stream #planet_img {
    width: 45vw;
    margin: -30px 0 0 -40px;
  }
  .listenon_wrap {
    padding: 1% 20%;
  }
  .subpage_banner {
    background-size: contain;
  }
  .subpage_banner .audio_card {
    width: 70%;
  }
}
/* Media query for large desktops */
@media (min-width: 1200px) and (max-width: 1440px) {
  .stream_banner .stream #planet_img {
    width: 45vw;
    margin: -30px 0 0 -40px;
  }
  .listenon_wrap {
    padding: 1% 20%;
  }
  .whyrazorstream_wrap {
    padding: 0% 5% 2%;
  }
  .subpage_banner {
    background-size: contain;
  }
  .subpage_banner .audio_card {
    width: 70%;
  }
  .guest_wrap {
    padding: 0% 8%;
  }
}
/*125% screen Small Laptops*/
@media screen and (min-resolution: 120dpi) and (min-width: 1440px) {
  .stream_banner .stream {
    padding: 0% 8% 4%;
  }
  .stream_banner .stream #planet_img {
    margin: -100px 0 0 55px;
    width: 40vw;
  }
  .subpage_banner {
    margin-bottom: 10%;
  }
  .subpage_banner .audio_card {
    width: 60%;
  }
  .listenon_wrap {
    padding: 1% 15%;
  }
  footer {
    padding: 3%;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .stream_banner .stream {
    padding: 0% 8% 4%;
  }
  .stream_banner .stream #planet_img {
    margin: 80px 0 0 -10px;
  }
  .listenon_wrap {
    padding: 1% 10%;
  }
  .whyrazorstream_wrap {
    padding: 0% 0% 0%;
  }
  .whyrazorstream_wrap img {
    width: 450px;
  }
  .latest_podcast .slick-prev {
    left: 88%;
  }
}
.wrapper {
  height: 95px;
}

.wrapper svg {
  color: #fff;
  width: 40px;
  height: 50px;
}

@keyframes bubble {
  to {
    box-shadow: 0 0 0 20px rgba(239, 236, 241, 0.3490196078);
  }
}
.circle {
  animation: bubble 1s infinite alternate;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50%;
  background: rgba(225, 227, 231, 0.29);
  border: none;
  outline: none;
  cursor: pointer;
}
.circle span {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .head_text {
    font-size: 2rem;
  }
  .stream_banner .stream {
    padding: 1% 3% 1%;
  }
  .stream_banner .stream h1 {
    font-size: 2.5rem;
  }
  .stream_banner .stream p {
    font-size: 1.3rem;
    line-height: 40px;
  }
  .stream_banner .stream .hover_parallex {
    height: 600px;
  }
  .stream_banner .stream #planet_img {
    margin: 35px 0px 0px 0px;
    width: 50vw;
    background-size: contain;
  }
  .listenon_wrap {
    padding: 1% 2%;
  }
  .whyrazorstream_wrap {
    padding: 0% 0% 2%;
  }
  .whyrazorstream_wrap .d-none {
    display: none !important;
  }
  .whyrazorstream_wrap img {
    width: 350px;
  }
  .latest_podcast .slick-prev {
    left: 84%;
  }
  .subpage_banner {
    background-size: contain;
    height: 70dvh;
  }
  .subpage_banner .stream {
    padding: 3% 3% 4%;
  }
  .subpage_banner .stream h1 {
    font-size: 3rem;
  }
  .subpage_banner .audio_card {
    width: 100%;
  }
  .summary_Wrap {
    padding: 0% 0%;
  }
}
@media only screen and (device-width: 820px) {
  /* For general iPad layouts */
  .head_text {
    font-size: 2rem;
  }
  .stream_banner .stream {
    padding: 1% 3% 1%;
  }
  .stream_banner .stream h1 {
    font-size: 2.5rem;
  }
  .stream_banner .stream p {
    font-size: 1.3rem;
    line-height: 40px;
  }
  .stream_banner .stream .hover_parallex {
    height: 600px;
  }
  .stream_banner .stream #planet_img {
    margin: 35px 0px 0px 0px;
    width: 50vw;
    background-size: contain;
  }
  .listenon_wrap {
    padding: 1% 2%;
  }
  .whyrazorstream_wrap {
    padding: 0% 0% 2%;
  }
  .whyrazorstream_wrap .d-none {
    display: none !important;
  }
  .whyrazorstream_wrap img {
    width: 350px;
  }
  .latest_podcast .slick-prev {
    left: 84%;
  }
  .subpage_banner {
    background-size: contain;
    height: 70dvh;
  }
  .subpage_banner .stream {
    padding: 3% 3% 4%;
  }
  .subpage_banner .stream h1 {
    font-size: 3rem;
  }
  .subpage_banner .audio_card {
    width: 100%;
  }
  .summary_Wrap {
    padding: 0% 0%;
  }
}/*# sourceMappingURL=styles.css.map */