@import url(https://fonts.googleapis.com/css?family=Montserrat&family=Lobster&family=Varela+Round&display=swap);

html,
body {
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
.blueClr {
    color: #0062cc !important;
}
.scroll-down {
  bottom: 6%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.scroll-down-text {
  color: #d8d8d8;
  font-weight: bold;
}

.scroll-down-bar {
  background: #d8d8d8;
  bottom: 0;
  display: inline-block;
  height: 65px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 2px;
}

.scroll-down-bar::before {
  animation: scrollBall 1.5s ease-in-out infinite;
  background: #d51736;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: calc(50% - 5px);
  position: absolute;
  top: 10px;
  width: 10px;
}

@-moz-keyframes scrollBall {
  40%,
  60% {
    transform: translateY(32px);
  }
}

@-webkit-keyframes scrollBall {
  40%,
  60% {
    transform: translateY(32px);
  }
}

@-o-keyframes scrollBall {
  40%,
  60% {
    transform: translateY(32px);
  }
}

@keyframes scrollBall {
  40%,
  60% {
    transform: translateY(32px);
  }
}

.main_button {
  padding: 10px 24px;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 10px 0;
  background-color: #0062cc;
  text-decoration: none;
  transition: 0.5s ease all;
}

.main_button:hover {
  background-color: #004c9c;
  color: #fff;
}

h1 {
  color: #22277A;
  font-size: 4vw;
}

h1 {
  animation: ani 3s;
  text-align: center;
}

@keyframes ani {
  from {
    letter-spacing: 35px;
    filter: blur(5px);
    opacity: 0;
  }

  to {
    letter-spacing: 0;
    filter: blur(0);
    opacity: 1px;
  }
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  padding: 0;
  width: 100%;
  /*height: 750px;*/
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  background-image: url(../img/Banner_img_4.jpg);
}

.subheading {
  font-weight: 600;
  font-size: 42px;
  position: relative;
  display: inline-block;
}

.subheading::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 3px;
  left: 0;
  bottom: -5px;
  background-color: #d51736;
}

.subheading1 {
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.subheading1::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 3px;
  left: 0;
  bottom: 45px;
  background-color: #d51736;
}

.background:first-child {
  background-image: url(../img/Banner_img_1.jpg);
}

.background:nth-child(2) {
  background-image: url(../img/Banner_img_1.jpg);
}

.background:nth-child(3) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
  padding: 75px 0px;
}

.background:nth-child(4) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
  padding: 75px 0px;
}

.background:nth-child(5) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
  padding: 75px 0px;
}

.background:nth-child(6) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
  padding: 75px 0px;
}

.background:nth-child(7) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
  padding: 75px 0px;
}

.background:nth-child(8) {
  background-image: url(../img/Banner_img_1.jpg);
  padding: 75px 0px;
}

.background:nth-child(9) {
  background-image: url(../img/Banner_img_1.jpg);
  padding: 75px 0px;
}

.background:nth-child(10) {
  background-image: url(../img/Banner_img_1.jpg);
  padding: 75px 0px;
}
.background:nth-child(11) {
  background-image: url(../img/Banner_img_1.jpg);
  padding: 75px 0px;
}

.background:nth-child(12) {
  background-image: url(../img/Banner_img_1.jpg);
  /*padding: 75px 0px;*/
}
.background:nth-child(13) {
  background-image: url(../img/Banner_img_1.jpg);
  /*padding: 75px 0px;*/
}

.background:nth-child(14) {
  background-image: url(../img/Banner_img_1.jpg);
  padding: 75px 0px;
}

.background:nth-child(15) {
  background-image: url(../img/Banner_img_1.jpg);
  /*padding: 75px 0px;*/
}
.background:nth-child(16) {
  background-image: url(../img/Banner_img_1.jpg);
  /*padding: 75px 0px;*/
}

.background:nth-child(17) {
  background-image: url(../img/Banner_img_1.jpg);
  padding: 75px 0px;
}

.background:nth-child(18) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
}
.background:nth-child(19) {
  background-image: url(../img/Banner_img_1.jpg);
  /*padding: 75px 0px;*/
}

.background:nth-child(20) {
  background-image: url(../img/Banner_img_1.jpg);
}

.background:nth-child(21) {
  background-image: url(../img/Banner_img_1.jpg);
  /*height: 100%;*/
}
/* Set stacking context of slides */
.content-wrapper {
  height: 120%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #22277A;
  /*font-family: Roboto;*/
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
h1, h2, h3, h4 {
  font-family: "El Messiri", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.heading_font {
  font-family: "El Messiri", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.Banner_heading {
  font-size: 6vw;
}
.content-subtitle {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.video_fream {
  height: 350px;
}

.d-block {
  display: block;
}
/* ======= Banner Slider Audio Player ======== */
/* ========================================== */
.player {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.player-controls {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 22px rgb(0 0 0 / 8%);
  border-radius: 15px;
  width: 425px;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  box-shadow: 0px 33px 90px 11px rgba(147, 84, 103, 0.6);
}

.song-panel {
  border-radius: 15px 15px 0 0;
  display: flex;
  height: 75px;
  justify-content: flex-end;
  padding: 0 12px 12px 12px;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
  width: 395px;
  z-index: 0;
  box-shadow: 0px 33px 90px 11px rgba(147, 84, 103, 0.6);
}

.song-panel .song-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 230px;
}

.song-panel .song-info .song-info__title {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.song-panel .song-info .song-info__artist {
  color: #eee;
  font-size: 0.7rem;
  margin-bottom: 10px;
}

.song-panel .song-info .progress {
  background: #fff;
  border-radius: 3px;
  cursor: ew-resize;
  display: flex;
  flex: 10;
  flex-basis: 100%;
  max-height: 5px;
  position: relative;
  transition: height 0.3s;
  width: 100%;
}

.song-panel .song-info .progress .progress__filled {
  background: #fc8da8;
  flex: 0;
  flex-basis: 0%;
  width: 50%;
}

.song-panel.playing {
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}

.audio_player button {
  height: 80px;
  width: 80px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #dfdbe0;
  margin: 0 5px;
  border-radius: 15px;
  position: relative;
}

.audio_player button:hover,
.audio_player button.playing {
  background-color: #e0dee1;
  color: #fff;
}

.audio_player button.play span.pause {
  background-color: white;
  position: absolute;
  top: 23px;
  height: 34px;
  width: 10px;
  display: block;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease;
}

.audio_player button.play span.pause.left {
  left: 0;
}

.audio_player button.play.playing span.pause.left {
  left: 25px;
  opacity: 1;
  transition: left 0.5s ease, opacity 0.8s ease;
}

.audio_player button.play span.pause.right {
  right: 0;
}

.audio_player button.play.playing span.pause.right {
  right: 25px;
  opacity: 1;
  transition: right 0.5s ease, opacity 0.8s ease;
}

.audio_player button.play i {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.audio_player button.play.playing i {
  opacity: 0;
  transition: all 0.5s ease;
}

.player-controls {
  position: relative;
}

.player-controls .spinner {
  height: 130px;
  width: 130px;
  position: absolute;
  top: -40px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-controls .spinner.spin {
  animation: spin 5s linear infinite;
}

.player-controls .spinner .spinner__disc {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  transition: all 1s ease;
  background-image: url("https://ilvugod.com/homepage/img/music.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-controls .spinner .spinner__disc.scale {
  transform: scale(1.17);
  transition: all 1s ease;
}

.player-controls .spinner .spinner__disc.scale .center__disc {
  color: #e4d6e9;
  transition: all 1s ease;
}

.player-controls .spinner .spinner__disc .center__disc {
  background-color: white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* ====== Partical Js ====== */
/* ======================== */
#particle_feature {
  position: relative;
  background-image: url(../img/Banner_img_1.jpg);
  height: auto;
}

/*.content {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  z-index: 2;*/
/*}*/

#particle_feature canvas {
  height: auto;
}

.whatsapp_icon {
  color: #25d366;
  transition: 0.3s ease all;
  padding: 10px;
}

.whatsapp_icon:hover {
  color: #1bbd57;
}

.whatsapp_icon_heading h4 {
  text-align: left;
  line-height: 38px;
  font-weight: 600;
}
.whatsapp_icon_heading h4 span {
  font-style: italic;
}

/* ====== Navbar ====== */
/* =================== */
.navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 3px 4px 0 #adadad33;
}

.navbar-expand-lg {
  justify-content: space-between;
  padding: 0 20px;
}
.navbar-collapse {
  justify-content: end;
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
}
.navbar-brand img {
  max-width: 270px;
}
.mw_270 {
    max-width: 270px;
}
.navbar-light .navbar-brand {
  color: #0062cc;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #0062cc;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  padding-top: 22px;
  padding-bottom: 22px;
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  background: #0062cc;
  transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc !important;
}

.sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
  color: #3c3c3c;
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.navbar-toggler {
  outline: none !important;
}

.navbar-tog {
  color: #0062cc;
}

.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.megamenu h6 {
  margin-left: 21px;
}

.megamenu i {
  width: 20px;
}

/* ===== Home Section ====== */
/* ========================== */
.hero_iframe {
  height: auto;
  padding-bottom: 50px;
}

/* ===== Recording Section ===== */
/* ============================ */
/*Recording Section in Record Page*/
.section_record_audio {
  margin: 0;
  padding: 0 20px;
  background-color: #00000091;
  color: #fff;
  position: relative;
  font-family: monospace;
  border-radius: 10px;
}

.btn_save {
  padding: 10px 24px;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #0062cc;
  margin: 10px 0;
  background-color: #0062cc;
}

.title {
  font-size: 30px;
  margin-bottom: 55px;
  text-align: center;
}

.particle_container {
  position: relative;
  /*  width: 200px;*/
  /*height: 200px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.record_container {
  max-width: 460px;
  height: auto;
}

.start-recording-button .fa.fa-microphone,
.start-recording-button svg {
  position: absolute;
}

.particles_text {
  position: absolute;
  z-index: 1;
}

.particles_text1 {
  top: 10px;
  left: 30px;
  transform: rotate(320deg);
  /*animation: animateText 12s linear infinite;*/
}

.particles_text2 {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*animation: animateText 18s linear infinite 1s;*/
}

.particles_text3 {
  top: 18%;
  left: 50%;
  transform: rotate(45deg);
  /*animation: animateText 25s linear infinite 0s;*/
}

.particles_text4 {
  top: 0%;
  left: 90%;
  /*animation: animateText 20s linear infinite 1.2s;*/
}

@keyframes animateText {
  20% {
    top: 0%;
    left: 30%;
    transform: rotate(90deg);
  }

  40% {
    top: 80%;
    left: 80%;
    transform: rotate(135deg);
  }

  60% {
    top: 90%;
    left: 40%;
    transform: rotate(45deg);
  }

  80% {
    top: 85%;
    left: 0%;
    transform: rotate(0deg);
  }

  100% {
    top: 50%;
    left: 10%;
    transform: rotate(45deg);
  }
}

.audio-recording-container {
  padding: 30px 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.start-recording-button {
  font-size: 70px;
  color: #435f7a;
  cursor: pointer;
  opacity: 1;
  margin-bottom: 30px;
}

.start-recording-button:hover {
  opacity: 1;
}

.recording-contorl-buttons-container {
  display: -webkit-flex;
  /*targeting IE10*/
  display: -ms-flex;
  display: flex;
  justify-content: space-evenly;
  /*horizontal centering*/
  align-items: center;
  width: 334px;
  margin-bottom: 30px;
}

.cancel-recording-button,
.stop-recording-button {
  font-size: 70px;
  cursor: pointer;
}

.cancel-recording-button {
  color: red;
  opacity: 0.7;
}

.cancel-recording-button:hover {
  color: rgb(206, 4, 4);
}

.stop-recording-button {
  color: #33cc33;
  opacity: 0.7;
}

.stop-recording-button:hover {
  color: #27a527;
}

.recording-elapsed-time {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.red-recording-dot {
  font-size: 25px;
  color: red;
  margin-right: 12px;
  /*transitions with Firefox, IE and Opera Support browser support*/
  animation-name: flashing-recording-dot;
  -webkit-animation-name: flashing-recording-dot;
  -moz-animation-name: flashing-recording-dot;
  -o-animation-name: flashing-recording-dot;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}

/* The animation code */
@keyframes flashing-recording-dot {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flashing-recording-dot {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flashing-recording-dot {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flashing-recording-dot {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.elapsed-time {
  font-size: 32px;
}

.recording-contorl-buttons-container.hide {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  background-color: rgba(82, 76, 76, 0.35);
  /*targeting Chrome & Safari*/
  display: -webkit-flex;
  /*targeting IE10*/
  display: -ms-flex;
  display: flex;
  justify-content: center;
  /*horizontal centering*/
  align-items: center;
}

.overlay.hide {
  display: none;
}

.browser-not-supporting-audio-recording-box {
  /*targeting Chrome & Safari*/
  display: -webkit-flex;
  /*targeting IE10*/
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*horizontal centering*/
  align-items: center;
  width: 317px;
  height: 119px;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
}

.close-browser-not-supported-box {
  cursor: pointer;
  background-color: #abc1c05c;
  border-radius: 10px;
  font-size: 16px;
  border: none;
}

.close-browser-not-supported-box:hover {
  background-color: #92a5a45c;
}

.close-browser-not-supported-box:focus {
  outline: none;
  border: none;
}

.audio-element.hide {
  display: none;
}

.text-indication-of-audio-playing-container {
  height: 20px;
}

.text-indication-of-audio-playing {
  font-size: 20px;
}

.text-indication-of-audio-playing.hide {
  display: none;
}

/* 3 Dots animation*/
.text-indication-of-audio-playing span {
  /*transitions with Firefox, IE and Opera Support browser support*/
  animation-name: blinking-dot;
  -webkit-animation-name: blinking-dot;
  -moz-animation-name: blinking-dot;
  -o-animation-name: blinking-dot;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}

.text-indication-of-audio-playing span:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}

.text-indication-of-audio-playing span:nth-child(3) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

/* The animation code */
@keyframes blinking-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* The animation code */
@-webkit-keyframes blinking-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* The animation code */
@-moz-keyframes blinking-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* The animation code */
@-o-keyframes blinking-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ===== About Section ====== */
/* ========================== */
.t-abt {
  margin-top: -10px;
  /*padding: 90px 0px;*/
  height: auto;
  display: flex;
  align-items: center;
}

.t-abt h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  max-width: 1050px;
  margin: 0 auto 20px;
  line-height: 50px;
}

.t-abt h2 span {
  color: #d51736;
}

.t-abt p {
  font-size: 18px;
  font-weight: 500;
  color: #22277A;
  text-align: justify;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.t-abtdes {
  display: flex;
  justify-content: center;
}

.t-abtdes h6 {
  color: #d51736;
  letter-spacing: 2px;
  font-size: 18px;
}

.t-abtdes h4 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 8px 0;
  text-align: start;
}

.t-abtdes p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  text-align: initial;
  padding: 0px;
}

.t-feature-ul {
  list-style: none;
  text-align: start;
}

.t-feature-ul li {
  font-size: 18px;
  font-weight: 500;
  color: #22277A;
  margin-bottom: 14px;
}

.t-feature-icon {
  color: #d51736;
  font-size: 18px;
}

/* ===== JOIN THE CONTEST ===== */
/* =========================== */

.concert_bg {
  background-image: url(../img/concert_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* margin: 100px 0px; */
  padding: 75px 0px;
}

.concert_paragraph {
  font-size: 18px;
  color: #ffe900;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

.header {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 50px;
  margin-top: 100px;
}

.header p {
  margin: 0 auto;
  line-height: 2;
  color: var(--grayishBlue);
}

.concert_heading {
  color: #181818;
  font-weight: var(--weight3);
}

.box {
  margin: 0 0 15px;
  background-color: rgba(217, 217, 217, 0.8);
}
.row1-container {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
}
.row1-container a {
  width: 35%;
  padding: 28px;
  margin: 10px;
}
.row2-container {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: -50px auto 50px;
}
.row2-container a {
  width: 65%;
  padding: 28px;
}

.cyan {
  border-top: 3px solid var(--cyan);
  background-color: rgba(217, 217, 217, 0.8);
}

.red {
  border-top: 3px solid var(--red);
  background-color: rgba(217, 217, 217, 0.8);
}

.blue {
  border-top: 3px solid var(--blue);
  background-color: rgba(217, 217, 217, 0.8);
}

.orange {
  border-top: 3px solid var(--orange);
  background-color: rgba(217, 217, 217, 0.8);
}

/* ===== mission vission section ===== */
/* =========================== */
.container-glass,
.container-glass::before,
.container-glass::after {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
}

.container-glass {
  position: relative;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 450px;
  max-height: 100%;
  margin: 0 auto;
}

.container-glass::before,
.container-glass::after {
  content: "";
  position: absolute;
}

.container-glass::before {
  height: 80px;
  width: 80px;
  top: -10px;
  left: -40px;
  z-index: -1;
}

.container-glass::after {
  height: 40px;
  width: 40px;
  bottom: 20px;
  right: -10px;
  z-index: 2;
}

.container-glass .img {
  width: 100%;
  height: 200px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.container-glass .text {
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  margin: 20px 0;
  text-align: center;
}

.container-glass .btn {
  display: block;
  margin: auto;
  font-family: "PT Sans", sans-serif;
  font-size: 1.02rem;
  width: 80%;
  max-width: 200px;
  padding: 0.6rem 1rem;
  background-color: #0062cc;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.container-glass .btn:hover {
  background-color: #004c9c;
  color: #fff;
}

/* ===== swiper slider===== */
/* =========================== */

.swiper-container {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.swiper-slide {
  width: 100%;
  height: auto;
  padding: 5px;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Footer Section ===== */
/* =========================== */

/* ==================================
                footer
===================================== */
footer {
  padding: 40px 0;
  background-color: #070707;
}

.footer_about h4 {
  color: #000;
  font-weight: 600;
  font-family: var(--elMessiri);
}

.footer_about p {
  font-family: var(--poppins);
  font-size: 16px;
  margin: 0;
}

.footer_social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.footer_social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_social ul li {
  margin: 15px;
  padding: 5px;
  border: 1px solid var(--primaryColor);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.75s ease;
}

.footer_social ul li i {
  color: var(--primaryColor);
}

.footer_social ul li:hover {
  background-color: var(--primaryColor);
}

.footer_social ul li:hover i {
  color: #fff;
}

.email_subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.form-control {
  border: none;
  outline: none;
}

.btn_sub {
  padding: 10px;
  border: none;
  background-color: #0062cc;
  color: #fff;
}

.subscribe input:nth-of-type(1) {
  width: calc(100% - 120px);
}

.footer_social ul li {
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.footer_social ul li:hover {
  background-color: #d51736;
}

.footer_social ul li:hover a {
  color: #fff;
}

/* ===== Apparel,Art Deco Section ===== */
/* =========================== */
.img_box {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 22px rgb(0 0 0 / 8%);
  padding: 32px;
}

/* Footer Upper Section/
/*==================*/
.donate {
  padding: 28px 0 60px;
}

.donate_details {
  display: grid;
  place-items: center;
  text-align: center;
}

.pulse {
  display: grid;
  place-items: center;
}

.pulse_heart {
  position: relative;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  background: #d51736;
  border-radius: 50%;
  box-shadow: 0px 2px 20px #d51736;
  cursor: pointer;
}

.pulse_heart::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: #d51736;
  border-radius: 50%;
  z-index: 1;
  animation: animation 2s infinite;
}

.pulse_heart svg {
  font-size: 30px;
  color: #fff;
  z-index: 10;
  width: 40%;
}

.pulse_heart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #d51736;
  border-radius: 50%;
  box-shadow: 0px 2px 20px #d51736;
  cursor: pointer;
  opacity: 0.6;
}

@keyframes animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
    z-index: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
    z-index: 1;
  }
}

.donate_details h2 {
  color: #22277A;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  margin: 30px 0;
  font-family: var(--elMessiri);
}

.donate_details p {
  font-family: var(--dancingScript);
  font-size: 16px;
  color: #22277A;
  line-height: 16px;
  letter-spacing: 1px;
}


/* playlist */
.Banner_heading {
  color: #22277A;
}
.banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-subtitle {
  color: #444;
  text-decoration: none;
}
.banner_list {
  overflow-y: scroll;
  max-height: 300px;
  border: 1px solid #ccc;
}
.banner_list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.banner_list li a {
  border: 1px solid #ccc;
  padding: 8px 18px;
  display: block;
  color: #22277A;
}
.banner_list li a:hover {
  border: 1px solid #ccc;
  color: #fff;
  background-color: #ccc;
}

@media (max-width: 568px){
    .col_rev {
        flex-direction: column-reverse;
    }
}
