@font-face {
  font-family: sectraFine;
  src: url(../assets/fonts/gt-sectra-fine-bold.otf);
}

body {
  overflow-x: hidden !important;
}

.main-box {
  /* background-image: url(../assets/images/violet-bg.png); */
  background-size: cover;
  background-position: center;
}

.text-muted-2 {
  color: rgba(255, 255, 2555, .7);
}

.text-blue {
  color: #01334B;
}

.bg-gray {
  background: #e9e8ee !important;
}

.section {
  margin-top: 160px;
}

.heading {
  color: #38176C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.Masthead {
  /* background-image: url(../assets/images/masthead-bg.png); */
  background: #e9e8ee;
  /* height: 1176px; */
  background-size: cover;
  background-position: left top;
}




#energy {
  /* background-image: url(../assets/images/podcast-bg.png) !important; */
  /* height: 120vh; */
  background-size: cover;
  background-position: center;
}

.text-violet {
  color: #38176C;
  font-family: 'Montserrat', sans-serif;
}

.bg-violet {
  background-color: #38176C;
}

.design-violet-up {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}


.design-violet-up::before {
  content: "";
  position: absolute;
  width: 50px;
  border-radius: 11px;
  margin-bottom: 20px;
  top: -26px;
  border-top: 7px solid #38176C;
}

.fs-5 {
  font-size: 2.7rem !important;
}

.icon-text {
  display: flex;
  justify-content: start;
  align-items: center;
}

.purple-div {
  margin-left: -26%;
}

.podcast-right-col {
  position: absolute;
  bottom: 0;
  width: calc(100% + 26%);
  border-bottom-right-radius: 32px;

}

.mbm-4 {
  margin-bottom: 35px !important;
}

.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 15px;
}


.podcast1 {
  min-height: 382px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 38px;
}

.podcast2 {
   min-height: 480px; 
/*  min-height: 382px;*/
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 38px;
}
.podcast3 {
  /* min-height: 480px; */
  min-height: 460px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 38px;
}

.main-box img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 38px;
  z-index: 96;
}

@media (min-width:993px) and (max-width:1200px) {

  .podcast,
  .main-box {
    border-radius: 70px;
  }

}

@media (min-width:768px) and (max-width:1200px) {
  .Masthead .section::after {
    height: 133%;
    width: 78%;
    right: -47%;
    top: -105px;

  }
}

@media (min-width:993px) and (max-width:1366px) {
  .section {
    margin-top: 125px;
  }
}

@media (min-width:1550px) {
  .section {
    margin-top: 125px;
  }
}

@media (max-width:992px) {

  .podcast,
  .main-box {
    border-radius: 37px;
  }
}

nav {
  z-index: 9999;
}

@media (max-width:370px) {
  .navbar-brand {
    margin-right: 0 !important;
  }
}

@media (min-width:768px) {
  .ml-18 {
    margin-left: -18px;
  }
  .w-md-100 {
    width: 100% !important;
  }

  .pt-md-8 {
    padding-top: 6rem !important;
  }

  .podcast-img {
    height: 100%;
  }

  .Masthead .section::before {
    content: "";
    background-image: url(../assets/images/bg-left.png);
    background-size: cover;
    background-position: center;
    height: 75%;
    width: 35%;
    left: -190px;
    top: 48px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
  }

  .Masthead .section::after {
    content: "";
    background-image: url(../assets/images/bg-right.png);
    background-size: cover;
    background-position: center;
    height: 110%;
    width: 78%;
    right: -45%;
    top: 48px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
  }

  .fist-one {
    align-items: flex-start !important;
  }
}

@media (max-width:434px){
  iframe {
    height: 200px !important;
  }
}

@media (min-width:435px) and (max-width:767px) {
  iframe {
    height: 200px;
  }
}

@media (max-width:767px) {
.read-article {
  width:fit-content;
}
  .section {
    margin-top: 237px;
  }

  nav {
    top: 0px;
    transition: all .3s ease;
  }

  .d-not-visible {
    top: -90px;
  }

  .fs-12 {

    font-size: 12px;
  }

  .design-violet-up::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .podcast-sm {
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 610px;
  }


  .w-39 {
    width: 35%;
  }

  .w-48 {
    width: 48% !important;
  }

  .podcast {
    box-shadow: none;
  }

  .purple-div {
    margin-left: 0%;
  }

  .podcast-right-col {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 21px;

  }
}

.podcast-img {
  position: relative;
  z-index: 99;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.2;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 65% !important;
    margin: 1.75rem auto;
  }
}



@media (max-width:359px){
  nav .fs-16 {
    font-size: 11px !important;
}
}

@media (min-width:414px) and (max-width:767px){
  #podcast01 {
    min-height: 500px !important;
  }
  #podcast02, #podcast03, #podcast04, #podcast05 {
     min-height: 630px !important; 
/*    min-height: 500px !important;*/
  }

  
}

@media (max-width:413px){
  #podcast01 {
    min-height: 660px !important;
  }
  #podcast02, #podcast03, #podcast04, #podcast05 {
    /* min-height: 785px !important; */
    min-height: 660px !important;

  }
}

