/*=======================================================================
* Template Name: WINK - MUSIC HTML TEMPLATE
* Template URI: http://wowgraphics.co.in/templates/music-template/
* Author: WINK TEMPLATES
* Version: 1.0
======================================================================= */

/* Table of content
--------------------------------------------

========
FOR DESKTOP
--------
COMMON
index
ABOUT-ONE
SONGS-ONE
BLOG-ONE
CONTACT-ONE
BLOG-SINGLE
-----------
==========


==========
FOR MOBILE
---------
COMMON
INDEX-TWO
ABOUT-ONE
SONGS-ONE
BLOG-ONE
CONTACT-ONE
BLOG-SINGLE
----------
==========


============
FOR TABLETS 
-----------
COMMON
SONGS-ONE
BLOG-ONE
CONTACT-ONE
BLOG-SINGLE
----------
==========



------------------------------------------*/

/*====================================
COMMON
====================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@font-face {
  font-family: "monument";
  src: url("fonts/monumentextended-regular-webfont.woff2") format("woff2"),
    url("fonts/monumentextended-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "camel";
  src: url("fonts/camel.woff2") format("woff2"),
    url("fonts/camel.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "night";
  src: url("fonts/tuesdaynight-regular-webfont.woff2") format("woff2"),
    url("fonts/tuesdaynight-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  user-select: none;
  background: #060606;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #202020;
}

#preloader {
  height: 100vh;
  width: 100%;
  /* background: #050505;  */
  /* background: linear-gradient(to bottom, #a80538 2%, #001b33 100%); */
  background: linear-gradient(to top, #a80538 0%, #001b33 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  color: rgb(240, 240, 240);
}
#header {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  color: rgb(240, 240, 240);
  font-weight: 200;
  font-family: Josefin sans;
  font-weight: bolder;
  background: url(../images/ship.jpg);
  background-position: center;
  background-size: cover;
  opacity: 1;
}

/* video */

/* .video-container {
    
    } */

/* .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
} */
.video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
/* /video */

.banner-text h5 {
  text-align: left;
  width: 70%;
  font-size: 22px;
  position: absolute;
  top: 32%;
  font-weight: bolder;
  left: 49%;
  transform: translate(-50%, -50%);
  padding: 10px 0;
}
.banner-text h2 {
  text-align: left;
  width: 70%;
  font-size: 50px;
  position: absolute;
  top: 42%;
  font-weight: bolder;
  left: 49%;
  transform: translate(-50%, -50%);
  padding: 10px 0;
}

.banner-text p {
  width: 50%;
  text-align: left;
  font-size: 17px;
  line-height: 23px;
  position: absolute;
  top: 53%;
  font-family: poppins;
  left: 39.5%;
  font-weight: normal;
  transform: translate(-50%, -50%);
  padding: 10px 0;
}

.banner-text h5.reveal {
  color: #fff;
}

.banner-text p.reveal {
  color: #fff;
}
.banner-text h2.reveal {
  color: #fff;
  /* color: #A80532; */
}

.icon-img {
  width: 50px;
}

/* card */
.card-wrapper {
  width: 80%;
  position: absolute;
  top: 62%;
  display: flex;

  left: 10%;
  text-align: center;
  justify-content: space-evenly;
}
.card {
  width: 26%;
  height: 210px;
  padding: 20px;
  border-radius: 10px;
  /* border: 1px solid #fff; */
  /* background-color: #001b33; */
  /* background: linear-gradient(to bottom, #003366 0%, #336699 100%); */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.5s;
}
.card-title {
  padding: 10px 0;
  color: #a80532;
  /* color: #001b33; */
}
.card-body p {
  font-size: 13px;
  font-family: poppins;
  font-weight: normal;
  color: #000f11;
  /* color: #000f11; */
}
.card img {
  width: 50px;
  color: #fff;
}
.card:hover {
  /* background-color: #a80538; */
  transform: scale(1.1);
}

.navigation {
  width: 100%;
  position: fixed;
  font-family: Josefin sans;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 20px;

  font-size: 20px;
}
.menu-bar {
  position: absolute;
  right: 5%;
  top: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.logo {
  position: absolute;
  left: 8%;
  z-index: 2;
  top: 40%;
}

.logo-img {
  width: 100px;
}

.menu-bar-line {
  width: 30px;
  height: 3px;
  opacity: 0;
  background: rgb(240, 240, 240);
  position: relative;
  margin: 3px;
}
a {
  text-decoration: none;
  color: inherit;
}
.hover {
  opacity: 0.8;
  transition: all 0.4s ease;
  cursor: pointer;
}
.hover:hover {
  opacity: 1;
}
.p {
  font-family: monument;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.7;
}
.text {
  color: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.text-scroll {
  /* color: transparent; */
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.text.reveal,
.text-scroll.reveal {
  color: rgb(240, 240, 240);

  /* color: transparent; */
  /* color: #000f11; */
  animation: revealTextAnimation 0.8s ease forwards;
}
.text:before,
.text-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.opacity {
  opacity: 0.8;
}
.text-scroll.reveal:before {
  background: rgb(240, 240, 240);
  animation: blockRevealAnimation 1.2s ease forwards;
  opacity: 0.3;
}
.text.reveal:before {
  opacity: 0.3;
  background: rgb(240, 240, 240);
  animation: blockRevealAnimation 1.2s ease forwards;
}
.img,
.img-scroll {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
}

.img img,
.img-scroll img {
  width: auto;
  opacity: 0;
}

.img:before,
.img-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.img.reveal:before,
.img-scroll.reveal:before {
  background: rgb(240, 240, 240);
  animation: blockRevealAnimation 1.2s ease forwards;
  opacity: 0.3;
}

.img.reveal img,
.img-scroll.reveal img {
  animation: revealImgAnimation 0.8s ease forwards;
}
@keyframes revealImgAnimation {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes blockRevealAnimation {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes revealTextAnimation {
  0% {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: inherit;
  }
}

.headphone {
  position: fixed;
  left: 4%;
  bottom: 3%;
}
.headphone img {
  height: 26px;
}

.social-media-links {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 11%;
  font-family: josefin sans;
  display: flex;
  align-items: center;
  font-weight: 200;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
}
.social-media-links-navigation {
  position: absolute;
  right: 0;
  bottom: 0%;
  height: 12vh;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: camel;
  font-size: 20px;
  z-index: 2;
  opacity: 0.8;
}
.social-media-links ul,
.social-media-links-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-media-links-navigation ul {
  flex-direction: row;
}
.social-media-links ul li,
.social-media-links-navigation ul li {
  padding: 15px;
  list-style: none;
  font-size: 20px;
}
.navigation-content {
  position: fixed;
  background: url(../images/bg1.jpg);
  height: 100vh;
  width: 100%;
  left: 0;
  z-index: 10;
  top: 0;
  transform: translateY(100%);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.navigation-content .navigation-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.navigation-content .navigation-ul li {
  padding: 10px;
  opacity: 0;
}
.navigation-content .navigation-ul li a {
  color: rgb(240, 240, 240, 0.6);
  font-size: 50px;
  font-weight: 200;
  font-family: camel;
  transition: all 0.4s ease;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.navigation-content .navigation-ul li a::after {
  content: attr(data-text);
  opacity: 1;
  position: absolute;
  font-size: inherit;
  font-weight: inherit;
  width: 0%;
  height: 100%;
  overflow: hidden;
  left: 0;
  color: rgb(240, 240, 240);
  top: 0%;
  transition: all 1s cubic-bezier(0.84, 0, 0.08, 0.99);
}
.navigation-content .navigation-ul li a:hover::after {
  width: 100%;
}

.project-preview {
  position: fixed;
  pointer-events: none;
  width: 200px;
  height: 200px;
  z-index: 1;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  transition: background 0.5s cubic-bezier(0.84, 0, 0.08, 0.99);
  top: -100px;
  left: -0px;
}
.navigation-logo {
  position: absolute;
  left: 5%;
  top: 5%;
  font-family: josefin sans;
  font-size: 20px;
}
.navigation-content .opacity {
  opacity: 0;
}

.navigation-close-line {
  height: 22px;
  width: 2px;
  border-radius: 10px;
  background: rgb(245, 245, 245);
  position: absolute;
  transform: rotate(-45deg);
}
.navigation-close {
  padding: 20px;
  padding-top: 0px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
}
.navigation-close-line:nth-child(2) {
  transform: rotate(45deg);
}
.gg-arrow-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}
.gg-arrow-right::after,
.gg-arrow-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
}
.gg-arrow-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 7px;
}
.gg-arrow-right::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
}
.headphone,
.progress-bar-container,
.progress-bar-container-swiper {
  z-index: 2;
}
.headphone-navigation {
  position: absolute;
  left: 4%;
  bottom: 3%;
  z-index: 2;
}
.music-indicator {
  position: fixed;
  left: 8%;
  bottom: 3%;
  height: 26px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  margin-bottom: -5px;
  opacity: 0;
}

.music-indicator span {
  height: 10px;
  transform: translate(-50%, -50%);
  width: 2px;
  margin: 2px;
  background: rgb(240, 240, 240);
  opacity: 0.6;
  transition: all 0.5s ease;
}
.animating {
  height: auto;
  animation: animating 0.8s linear infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes animating {
  0% {
    height: 10px;
    opacity: 0.9;
  }
  50% {
    height: 20px;
    opacity: 0.7;
  }
  100% {
    height: 10px;
    opacity: 0.9;
  }
}

.headphone-navigation img {
  height: 26px;
}
.cursor {
  height: 50px;
  width: 50px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  border: 0.5px solid rgb(245, 245, 245);
  position: fixed;
  z-index: 11;
  top: -25px;
  left: -25px;
  opacity: 1;
  overflow: hidden;
  font-family: brook;
  text-align: center;
  color: black;
  font-size: 16px;
}
.cursor-two {
  height: 8px;
  width: 8px;
  background: rgb(245, 245, 245);
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  z-index: 11;
  opacity: 1;
  top: -4px;
  left: -4px;
  transition: all 0.05s ease;
}
.scale {
  opacity: 0;
  transform: scale(0.1);
}
li {
  list-style: none;
  text-decoration: none;
}
.heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: auto;
  padding-top: 80px;
  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  word-spacing: 0px;
  font-weight: 600;
  font-family: monument;
}
#songs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82%;
}
.progressbar {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 2px;
  z-index: 5;
  min-height: 5%;
  transition: all 0.7s ease-out;
}
.progress-bar-container,
.progress-bar-container-swiper {
  position: fixed;
  transform: rotate(180deg) translate(-50%, -50%);
  right: 5%;
  bottom: 15%;
  height: 20vh;
  width: 2px;
  background: rgba(255, 255, 255, 0.4);
}
.fade-in {
  opacity: 0;
}

.swiper-container {
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  max-height: 70vh;
}
.swiper-wrapper {
  height: 70vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  max-width: 80%;
  width: auto;
  position: relative;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.progress-bar-container-swiper {
  position: fixed;
  right: 4%;
  transform: rotate(0deg);
  bottom: 5%;
  height: 2px;
  width: 10vw;
  background: rgba(255, 255, 255, 0.4);
}
#songs-three .swiper-pagination-progressbar-fill,
#songs-four .swiper-pagination-progressbar-fill {
  background: rgb(245, 245, 245, 0.8);
  transition: all 1s ease;
}
/* #message {
  height: 50px;
  position: relative;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: all.5s ease;
  opacity: 0;
} */
#songs-one .center,
#songs-two .center,
#songs-three .center,
#songs-four .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*====================================
COMMON
====================================*/

/*====================================
INDEX ONE
====================================*/
#index .new-release {
  height: auto;
  width: 230px;
  position: fixed;
  right: 2%;
  bottom: 1%;
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 10px;
  opacity: 0;
}

#index .new-release img {
  height: auto;
  border-radius: 10px;
  width: 100%;
}
#index .new-release .song-details {
  padding: 10px;
}

#index .new-release .song-name {
  font-size: 14px;
  opacity: 0.9;
  padding-top: 5px;
  font-family: poppins;
}
#index .new-release .singer-name {
  font-size: 12px;
  opacity: 0.7;
  font-family: poppins;
  padding-top: 5px;
}
#index .play-song img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

#index .music-player {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

/*====================================
INDEX ONE
====================================*/

/*====================================
ABOUT ONE
====================================*/

#about-one-content {
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg2.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: rgb(240, 240, 240);
  position: relative;
}

.about-one-heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: 1.7px;
  padding-top: 80px;

  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  font-weight: 600;
  font-family: monument;
}

#about-one .about-img {
  position: inline-block;
  width: 50%;
  height: auto;
}
#about-one .about-img img {
  height: auto;
  position: relative;
  width: 100%;
}
#about-one .center {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-one .about-text {
  width: 70%;
}
#about-one .about-text-heading {
  font-size: 34px;
  text-align: left;
  font-family: poppins;
  font-weight: 200;
  margin: 20px;
  opacity: 0.9;
  padding: 20px;
  margin-top: 40px;
}
#about-one .about-text-content {
  font-size: 18px;
  font-family: poppins;
  padding: 20px;
  margin: 20px;
  margin-top: 0px;
  text-align: left;
  opacity: 0.7;
}
#about-one .signature {
  font-family: night;
  text-align: center;
  padding: 40px;
  padding-top: 0px;
  opacity: 0.9;
  font-size: 48px;
}

.about-text-content h2 {
  padding-bottom: 20px;
}
.about-text-content ul {
  padding-left: 32px;
}
.about-text-content ul li {
  position: relative;
  line-height: 30px;
}

.about-text-content ul li i {
  position: absolute;
  /* top: 5%; */
  left: -30px;
  top: 6px;
}

/*====================================
ABOUT ONE
====================================*/

/*====================================
SONGS ONE
====================================*/

#songs-one {
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url(../images/music-bg.JPG); /*SONGS-ONE BACKGROUND IMAGE*/
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

#songs-one #songs-container .song {
  height: auto;
  width: 275px;
  position: relative;
  margin: 40px auto;
  margin-top: 40px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(20px);
}
#songs-one #songs-container .song .song-img img {
  position: relative;
  max-height: 230px;
  min-width: 205px;
  max-width: 280px;
  height: auto;
  width: auto;
  overflow: hidden;
  border-radius: 10px;
  margin: auto;
}
#songs-one #songs-container .song .song-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-bottom: 0px;
}
#songs-one #songs-container .song .song-details {
  position: relative;
  width: 100%;
  height: auto;
  left: 0%;
  bottom: 0%;
  color: rgb(240, 240, 240);
  align-items: center;
  text-align: center;
  font-family: poppins;
  padding: 20px;
  padding-top: 10px;
}
#songs-one #songs-container .song .song-details .artist-name,
#songs-one #songs-container .song .song-details .song-name {
  padding-top: 5px;
  text-align: left;
}
#songs-one #songs-container .song .song-details .artist-name {
  font-size: 12px;
  opacity: 0.8;
}
#songs-one .music-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#songs-one .song-details-content {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  align-items: left;
  justify-content: space-between;
}
#songs-one #songs-container .song .play-song img {
  width: 24px;
}

#songs-one #songs-container .music-player {
  padding-top: 25px;
  padding-bottom: 5px;
}

#songs-one #songs-container .song .play-song,
#songs-one #songs-container .song .download-song a {
  display: flex;
  width: 60px;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  cursor: pointer;
}
#songs-one #songs-container .song .download-song a {
  width: 60px;
  cursor: pointer;
}

/*====================================
SONGS ONE
====================================*/

/*====================================
BLOG ONE
====================================*/

#blog-one {
  background: url(../images/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#blog-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0, 0.2);
}

#blog-one .blog-one-heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: 1.7px;
  padding-top: 80px;
  z-index: 2;
  opacity: 0.9;
  font-size: 45px;
  font-weight: 600;
  font-family: Monument;
}
#blog-one #blogs-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#blog-one .blog {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  /* width: auto; */
  margin: 20px;
  overflow: hidden;
  color: rgb(240, 240, 240);
  font-family: poppins;
  border-radius: 10px;
  max-width: 800px;
}

#blog-one .blog-img {
  width: auto;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
#blog-one .blog-img img {
  width: auto;
  height: 300px;
  /* height: 230px; */
}
#blog-one .blog-text {
  width: auto;
  max-width: 500px;
  /* padding: 20px; */
  /* padding-bottom: 0px; */
  padding: 25px;
  text-align: left;
}

#blog-one .blog-text ul li {
  position: relative;
  padding-left: 40px;
  line-height: 28px;
}
#blog-one .blog-text ul li i {
  position: absolute;
  left: 12px;
  top: 5px;
}
#blog-one .blog-date {
  position: absolute;
  padding: 5px;
  top: 5%;
  right: 5%;
}
#blog-one .blog-heading {
  font-size: 22px;
  padding: 5px;
}
#blog-one .blog-description {
  font-size: 15px;
  padding: 5px;
  opacity: 0.8;
}
#blog-one .blog-read-more {
  position: absolute;
  bottom: 0%;
  border-radius: 4px;
  cursor: pointer;
  right: 0%;
  padding: 10px;
  transition: all 0.2s ease;
}
#blog-one .see-more-button button {
  background: rgb(240, 240, 240, 0.1);
  backdrop-filter: blur(20px);
  padding: 15px 30px;
  border: none;
  width: auto;
  margin: 20px;
  font-size: 16px;
  color: rgb(240, 240, 240);
  cursor: pointer;
  transition: all 0.2s ease;
}
#blog-one .see-more-button button:hover {
  background: rgb(240, 240, 240, 0.25);
}
#blog-one .blog-info {
  position: relative;
  display: flex;
  flex-direction: row;
}
#blog-one .blog-duration,
#blog-one .blog-type {
  padding: 10px;
  padding-top: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

.supplies-para {
  font-size: 18px;
  font-family: poppins;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.supply-title {
  font-family: poppins;
  margin-bottom: 20px;
}

/*====================================
BLOG ONE
====================================*/

/*====================================
CONTACT ONE
====================================*/

#contact-one .contact-one-heading {
  position: relative;
  text-align: center;
  padding: 50px;
  letter-spacing: 1.7px;
  padding-top: 80px;
  z-index: 1;
  opacity: 0.9;
  font-size: 45px;
  font-weight: 600;
  font-family: monument;
}

#contact-one {
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg2.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: rgb(240, 240, 240);
}

#contact-one #contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#contact-one #flex-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#contact-one #contact-form {
  font-family: camel;
  font-size: 20px;
  /* width: 100%; */
}
/* #contact-one .input-line {
  display: flex;
  flex-direction: row;
  width: 100%;
} */
#contact-one .input-line input,
#contact-one .input-line-column input {
  width: 100%;
}

/* #contact-one .input-line-column {
  display: flex;
  flex-direction: column;
} */
#contact-one #form input,
#contact-one #form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(240, 240, 240, 0.6);
  padding: 10px 20px;
  margin: 10px;
  margin-top: 25px;
  font-size: 18px;
  color: rgb(240, 240, 240, 0.8);
  /* font-family: camel; */
  font-family: poppins;
  /* text-transform: uppercase; */
}
#contact-one #form textarea {
  /* height: 100px; */
  resize: none;
}
input:focus-visible,
textarea:focus-visible {
  outline: none !important;
}
#contact-one #form {
  /* width: 100%; */
  width: 50%;
  text-align: center;
}
#contact-one #form button {
  background: transparent;
  outline: none;
  border: 1px solid rgb(255, 255, 255, 0.4);
  color: rgb(245, 245, 245);
  padding: 10px 30px;
  font-size: 18px;
  margin: 20px;
  font-family: camel;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#contact-one #form button::after {
  content: "";
  background: rgb(240, 240, 240, 0.8);
  left: 0;
  top: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
/* contact-form error */
.contact-form #contact .form-group label.error {
  color: white;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
}
.contact .contact-form #error,
.contact .contact-form #success {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
/*  contact form error*/
#contact-one #form button:hover::after {
  top: 0%;
}
#contact-one #form button:hover {
  color: #000f11;
}
#contact-one #collaboration-mail {
  width: 35%;
  font-family: camel;
  height: auto;
  position: relative;
}
#contact-one #collaboration-mail .circular-text {
  animation: rotate 20s linear infinite;
  position: relative;
}
#contact-one #collaboration-mail .mail {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0.7;
  transition: all 0.4s ease;
}
#contact-one #collaboration-mail .mail:hover {
  opacity: 1;
}
#contact-one #collaboration-mail #rotated {
  font-size: 30px;
  color: rgb(240, 240, 240, 0.7);
}

.mail {
  text-align: center;
}
.contact {
  padding: 10px 0 15px 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contact-one .opacity-contact {
  opacity: 0;
}
#contact-one .progressbar {
  height: 99%;
}
.contact-img img {
  width: 80%;
  padding-left: 20%;
  padding-bottom: 5%;
}
/* .contact-details{
  margin-top: 2%;
 }

.contact-details ul{
padding-left: 0px;
} */

.details #contact-details {
  display: flex;
  flex-direction: row;
  font-family: poppins;
  padding: 30px 0;
  justify-content: space-evenly !important;
  align-items: baseline !important;
}
.details-col h2 {
  padding-bottom: 15px;
}

/*====================================
CONTACT ONE
====================================*/

/*====================================
BLOG-SINGLE-ONE
====================================*/

#blog-single {
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg3.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;

  color: rgb(240, 240, 240);
}
#blog-single .center {
  text-align: center;
  align-items: center;
}
#blog-single .blog-img {
  width: 65% !important;
  height: auto;
  position: relative;
}
#blog-single .blog-img img {
  height: auto;
  position: relative;
  width: 100%;
}
#blog-single .blog-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-single .blog-info-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: poppins;
}
#blog-single .blog-duration,
.blog-type {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
#blog-single .blog-text {
  height: auto;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: poppins;
  width: 65%;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  margin: 10px;
  margin-top: 0px;
}
#blog-single .blog-heading {
  padding-top: 30px;
  font-size: 30px;
  opacity: 0.8;
}
#blog-single .center-para {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#blog-single .para {
  margin-top: 30px;
  opacity: 0.6;
}
#blog-single .italic {
  opacity: 0.6;
}
#blog-single .blog-text-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
#blog-single .blog-text-img img {
  width: 95%;
  height: auto;
}
#blog-single .signature {
  padding: 0px;
  opacity: 0.8;
  z-index: 2;
  font-family: night;
  text-align: center;
  color: rgb(240, 240, 240, 0.9);
  padding: 20px;
  font-size: 48px;
}
#blog-single .blog-info {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 16px;
  opacity: 0.6;
}
#blog-single .blog-duration {
  font-size: 16px;
}

#blog-single .share-links ul {
  display: flex;
}
#blog-single .share-links ul li {
  padding-right: 15px;
  font-size: 20px;
}

.service-list {
  font-size: 20px;
  padding: 20px 0;
  padding-left: 0px;
}
.service-list i {
  padding-right: 20px;
}
/* .service-list ul li img{
    width: 20px;
    padding-right: 2px;
 } */
/*====================================
BLOG-SINGLE-ONE
====================================*/

/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/
/*=========================================== RESPONSIVE =========================================*/

/* DISPLAY ON MOBILE */
@media all and (max-width: 675px) and (min-width: 0px) {
  /*====================================
COMMON
====================================*/

  #songs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .menu-bar {
    position: absolute;
    right: 5%;
    top: 80%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .logo {
    position: absolute;
    font-weight: 200;
    left: 4%;
    z-index: 2;
    top: 80%;
    /* top: 30%; */
  }

  .p {
    font-size: 10px;
  }
  .p img {
    height: 60px;
  }
  .logo {
    font-size: 15px;
    padding: 5px;
  }
  .navigation-logo {
    font-size: 15px;
    padding: 5px;
  }
  .menu-bar-name {
    font-size: 15px;
    display: none;
  }
  .menu-bar-line {
    width: 30px;
    height: 3px;
  }
  .navigation-content .navigation-ul li a {
    font-size: 35px;
  }
  .headphone {
    z-index: 2;
  }
  .cursor,
  .cursor-two {
    display: none;
  }
  .social-media-links-navigation {
    width: 40%;
    font-size: 16px;
  }

  .heading {
    padding-bottom: 10px;
    padding: 30px;
    padding-top: 60px;
    font-size: 24px;
    z-index: 2;
  }

  #index .new-release {
    width: 190px;
  }
  #message {
    font-size: 14px;
  }
  .social-media-links {
    width: 15%;
    font-size: 18px;
  }

  /*====================================
COMMON
====================================*/

  /*====================================
ABOUT-ONE
====================================*/

  #about-one .about-img {
    position: inline-block;
    width: 80%;
    height: auto;
  }
  #about-one .about-img img {
    height: auto;
    position: relative;
    width: 100%;
  }
  #about-one .center {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about-one .about-text {
    width: 90%;
  }
  #about-one .about-text-heading {
    font-size: 18px;
    font-weight: 200;
    margin: 10px;
    margin-bottom: 0px;
    opacity: 0.9;
    margin-top: 20px;
    padding: 20px;
  }
  #about-one .about-text-content {
    font-size: 14px;
    padding: 20px;
    margin: 10px;
    margin-top: 0px;
    opacity: 0.7;
  }
  .about-text-content ul {
    padding: 20px;
  }

  #about-one .headphone {
    display: block;
  }

  .logo {
    font-size: 15px;
  }
  .menu-bar-name {
    font-size: 20px;
    /* display: none; */
    display: block;
  }
  .menu-bar-line {
    width: 30px;
    height: 3px;
  }

  .about-one-heading {
    font-size: 35px;
  }

  /*====================================
ABOUT-ONE
====================================*/

  /*====================================
SONGS ONE
====================================*/
  #songs-one {
    height: auto;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url(../images/music-bg.JPG);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  /*====================================
SONGS ONE
====================================*/

  /*====================================
BLOG-ONE
====================================*/

  #blog-one {
    height: auto;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  #blog-one .blog {
    flex-direction: row;
    padding: 12px;
    width: 85%;
    margin: 12px;
  }
  #blog-one .blog-one-heading {
    font-size: 35px;
  }
  #blog-one .blog-read-more {
    bottom: 0%;
    right: 0%;
  }
  #blog-one .blog-date {
    display: none;
  }
  #blog-one .blog-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
  }
  #blog-one .blog-img img {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
  }
  #blog-one .blog-text {
    width: auto;
    max-width: 500px;
    padding: 10px;
    text-align: left;
  }
  #blog-one .blog-heading {
    font-size: 18px;
    padding: 5px;
  }
  #blog-one .blog-description {
    font-size: 14px;
    padding: 5px;
    opacity: 0.8;
    padding-bottom: 20px;
  }
  #blog-one .blog-duration,
  #blog-one .blog-type {
    font-size: 14px;
  }

  /*====================================
BLOG-ONE
====================================*/

  /*====================================
CONTACT-ONE
====================================*/

  #contact-one .contact-one-heading {
    padding: 30px;
    font-size: 35px;
  }

  #contact-one {
    height: auto;
  }
  #contact-one #flex-row {
    flex-direction: column;
  }
  #contact-one #contact-form {
    font-family: camel;
    font-size: 20px;
    /* width: 100%; */
  }
  #contact-one #collaboration-mail {
    width: 100%;
  }
  #contact-one #collaboration-mail #rotated {
    font-size: 15px;
  }
  #contact-one #collaboration-mail .mail {
    font-size: 12px;
  }
  #contact-one .input-line {
    display: flex;
    flex-direction: column;
    width: 96%;
  }

  /*====================================
CONTACT-ONE
====================================*/

  /*====================================
BLOG-SINGLE-ONE
====================================*/

  #blog-single .blog-img {
    width: 90%;
    height: auto;
    position: relative;
  }
  #blog-single .blog-img img {
    height: auto;
    position: relative;
    width: 100%;
  }

  #blog-single .blog-text {
    padding: 0px;
    /* width: 90%; */
  }
  #blog-single .para {
    margin-top: 20px;
    font-size: 16px;
  }
  #blog-single .italic {
    font-size: 16px;
  }
  #blog-single .blog-text-img {
    flex-direction: column;
  }
  #blog-single .signature {
    font-size: 40px;
  }

  /*====================================
BLOG-SINGLE-ONE
====================================*/
}

/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */
/* FOR TABLETS */

@media all and (max-width: 1100px) and (min-width: 675px) {
  /*====================================
COMMON
====================================*/
  .cursor,
  .cursor-two {
    display: none;
  }
  .all-songs-link {
    position: fixed;
    right: 0%;
    bottom: 10%;
    height: auto;
    transform: rotate(-90deg);
    font-weight: 200;
    font-family: monument;
    font-size: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  /*====================================
COMMON
====================================*/

  /*=======================================================================
SONGS ONE
======================================================================= */

  #songs-one #songs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
  }
  /*=======================================================================
SONGS ONE
======================================================================= */

  /*=======================================================================
BLOG ONE
======================================================================= */

  #blog-one .blog {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgb(240, 240, 240, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px;
    width: auto;
    margin: 12px;
    overflow: hidden;
    color: rgb(240, 240, 240);
    font-family: poppins;
    border-radius: 10px;
  }
  #blog-one .blog-date {
    display: none;
  }
  #blog-one .blog-read-more {
    bottom: 0%;
    right: 0%;
  }

  /*=======================================================================
BLOG ONE
======================================================================= */

  /*====================================
CONTACT-ONE
====================================*/
  #contact-one #collaboration-mail {
    width: 50%;
  }
  #contact-one #contact-form {
    font-family: camel;
    font-size: 20px;
    width: 100%;
  }
  #contact-one #collaboration-mail #rotated {
    font-size: 15px;
  }
  #contact-one #collaboration-mail .mail {
    font-size: 12px;
  }
  /*====================================
CONTACT-ONE
====================================*/

  /*====================================
BLOG-SINGLE-ONE
====================================*/

  #blog-single .blog-img {
    width: 70%;
    height: auto;
    position: relative;
  }
  #blog-single .blog-img img {
    height: auto;
    position: relative;
    width: 100%;
  }

  #blog-single .blog-text {
    padding: 10px;
    width: 70%;
  }
  #blog-single .para {
    margin-top: 20px;
  }
  #blog-single .italic {
    opacity: 0.8;
    font-size: 16px;
  }

  /*====================================
BLOG-SINGLE-ONE
====================================*/
}

/* responsive */

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #blog-one .blog {
    flex-direction: column;
    padding: 12px;
    width: 83%;
    margin: 12px;
  }
  .details #contact-details {
    display: flex;
    flex-direction: column;
    font-family: poppins;
    padding: 0 90px;
    justify-content: center !important;
    /* text-align: center; */
  }
  .details-col h2 {
    padding-bottom: 15px;
  }
  .details-col {
    padding-bottom: 10px;
  }

  .logo {
    position: absolute;
    left: 8%;
    z-index: 2;
    top: 40%;
  }
  .logo-img {
    width: 80px;
  }
  .video-container video {
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .banner-text h5 {
    text-align: left;
    width: 70%;
    font-size: 22px;
    position: absolute;
    top: 14%;
    font-weight: bolder;
    left: 47%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }
  .banner-text h2 {
    text-align: left;
    width: 90%;
    font-size: 44px;
    position: absolute;
    top: 22%;
    font-weight: bolder;
    left: 57%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text p {
    width: 72%;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    position: absolute;
    top: 35%;
    font-family: poppins;
    left: 48%;
    font-weight: normal;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text h5.reveal {
    color: #fff;
  }

  .banner-text p.reveal {
    color: #fff;
  }
  .banner-text h2.reveal {
    color: #fff;
  }

  .icon-img {
    width: 50px;
  }

  /* card */
  .card-wrapper {
    width: 80%;
    position: absolute;
    top: 42%;
    display: flex;
    flex-direction: column;
    left: 22%;
    text-align: center;
    justify-content: space-evenly;
    margin: 0 auto;
  }

  .card {
    width: 65%;
    height: 160px;
    padding: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.5s;
    margin-bottom: 2px;
  }
  .card-title {
    padding: 10px 0;
    color: #a80532;
    font-size: 10px;
  }
  .card-body p {
    font-size: 9px;
    font-family: poppins;
    font-weight: normal;
    color: #000f11;
  }
  .card img {
    width: 50px;
    color: #fff;
  }
  .card:hover {
    transform: scale(1.1);
  }
}

@media only screen and (min-width: 481px) and (max-width: 576px) {
  #blog-one .blog {
    flex-direction: column;
    padding: 12px;
    width: 83%;
    margin: 12px;
  }
  .details #contact-details {
    display: flex;
    flex-direction: column;
    font-family: poppins;
    padding: 0 90px;
    justify-content: center !important;
    /* text-align: center; */
  }
  .details-col h2 {
    padding-bottom: 15px;
  }
  .details-col {
    padding-bottom: 10px;
  }
  .video-container video {
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .banner-text h5 {
    text-align: left;
    width: 70%;
    font-size: 22px;
    position: absolute;
    top: 22%;
    font-weight: bolder;
    left: 47%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }
  .banner-text h2 {
    text-align: left;
    width: 90%;
    font-size: 44px;
    position: absolute;
    top: 30%;
    font-weight: bolder;
    left: 57%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text p {
    width: 72%;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    position: absolute;
    top: 41%;
    font-family: poppins;
    left: 48%;
    font-weight: normal;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text h5.reveal {
    color: #fff;
  }

  .banner-text p.reveal {
    color: #fff;
  }
  .banner-text h2.reveal {
    color: #fff;
  }

  .icon-img {
    width: 50px;
  }

  /* card */
  .card-wrapper {
    width: 80%;
    position: absolute;
    top: 60%;
    display: flex;
    flex-direction: row;
    left: 10%;
    text-align: center;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .card {
    width: 70%;
    height: 200px;
    padding: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.5s;
    margin: 0 2px;
  }
  .card-title {
    padding: 10px 0;
    color: #a80532;
    font-size: 10px;
  }
  .card-body p {
    font-size: 9px;
    font-family: poppins;
    font-weight: normal;
    color: #000f11;
  }
  .card img {
    width: 50px;
    color: #fff;
  }
  .card:hover {
    transform: scale(1.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .video-container video {
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .details #contact-details {
    width: 90%;
    display: flex;
    flex-direction: row;
    font-family: poppins;
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .details-col h2 {
    padding-bottom: 15px;
  }
  .details-col {
    padding-bottom: 10px;
  }
  .banner-text h5 {
    text-align: left;
    width: 70%;
    font-size: 22px;
    position: absolute;
    top: 32%;
    font-weight: bolder;
    left: 47%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }
  .banner-text h2 {
    text-align: left;
    width: 70%;
    font-size: 50px;
    position: absolute;
    top: 40%;
    font-weight: bolder;
    left: 46%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text p {
    width: 75%;
    text-align: left;
    font-size: 17px;
    line-height: 23px;
    position: absolute;
    top: 48%;
    font-family: poppins;
    left: 48%;
    font-weight: normal;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text h5.reveal {
    color: #fff;
  }

  .banner-text p.reveal {
    color: #fff;
  }
  .banner-text h2.reveal {
    color: #fff;
  }

  .icon-img {
    width: 50px;
  }

  /* card */
  .card-wrapper {
    width: 80%;
    position: absolute;
    top: 60%;
    display: flex;
    left: 10%;
    text-align: center;
    justify-content: space-evenly;
    margin: 0 auto;
    gap: 10px;
  }
  .card {
    width: 70%;
    max-height: 200px;
    padding: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.5s;
  }
  .card-title {
    padding: 10px 0;
    color: #a80532;
    font-size: 15px;
  }
  .card-body p {
    font-size: 11px;
    font-family: poppins;
    font-weight: normal;
    color: #000f11;
  }
  .card img {
    width: 50px;
    color: #fff;
  }
  .card:hover {
    transform: scale(1.1);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .video-container video {
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .banner-text h5 {
    text-align: left;
    width: 70%;
    font-size: 22px;
    position: absolute;
    top: 26%;
    font-weight: bolder;
    left: 47%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }
  .banner-text h2 {
    text-align: left;
    width: 70%;
    font-size: 50px;
    position: absolute;
    top: 36%;
    font-weight: bolder;
    left: 47%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }

  .banner-text p {
    width: 50%;
    text-align: left;
    font-size: 17px;
    line-height: 23px;
    position: absolute;
    top: 49%;
    font-family: poppins;
    left: 37%;
    font-weight: normal;
    transform: translate(-50%, -50%);
    padding: 10px 0;
  }
  /* .banner-text h5{
        font-weight: normal;
        font-size: 20px;
        position: absolute;
      
      } */
  .banner-text h5.reveal {
    /* color: #A80532; */
    color: #fff;
  }

  .banner-text p.reveal {
    /* color:  #404040; */
    color: #fff;
  }
  .banner-text h2.reveal {
    color: #fff;
    /* color: #A80532; */
  }

  .icon-img {
    width: 50px;
  }

  /* card */
  .card-wrapper {
    width: 80%;
    position: absolute;
    top: 60%;
    display: flex;
    left: 10%;
    text-align: center;
    justify-content: space-evenly;
  }
  .card {
    width: 30%;
    height: 210px;
    padding: 20px;
    border-radius: 10px;
    /* border: 1px solid #fff; */
    /* background-color: #001b33; */
    /* background: linear-gradient(to bottom, #003366 0%, #336699 100%); */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.5s;
  }
  .card-title {
    padding: 10px 0;
    color: #a80532;
    font-size: 15px;
  }
  .card-body p {
    font-size: 11px;
    font-family: poppins;
    font-weight: normal;
    color: #000f11;
  }
  .card img {
    width: 50px;
    color: #fff;
  }
  .card:hover {
    transform: scale(1.1);
  }
}

.banner-section {
  background-color: red;
}

/*  */
.test-color {
  color: red;
}
