/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 9px;
    color: #000000;
    /* font-size: 18px; */
    outline: none;


    font-weight: 500;
    /* padding: 30px 13px; */
    display: block;
    font-size: 15px;

    /* text-transform:uppercase; */
    position: relative;
 
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#eb8929 !important
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(207, 102, 4, 0.6); */
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: #1842b6;
    color:white;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #1842b6;
    color: white;
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #1842b6;
    color: white;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        /* object-fit: cover; */
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 100px;
    }
    
    .carousel-item img {
        min-height: 100px;
        /* object-fit: cover; */
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}
.page-header {
    background: url(../img/carousel-1.png) center center no-repeat;
    background-size: cover;
    /* background-color: #eb8929; */
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer-section {
 /* background: #049244; */

  padding: 60px 0 30px;
  font-family: 'Segoe UI', sans-serif;
  background-image: url(../img/bg-shape-1.jpg);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    border-top: 1px dashed #f08c28;
}

.footer-logo {
  max-width: 160px;
  height: auto;
  text-align: left;
}

.footer-heading {
 font-size: 25px;
    font-weight: 600;
    color: #f08c28;
    margin-bottom: 15px;
    text-align: left;
}

.footer-contact,
.footer-links {
  list-style: none;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

.footer-contact li,
.footer-links li {
  margin-bottom: 10px;
  color: #000000;
      /* font-size: 18px; */
      text-align: left;
}

.footer-contact li i {
  color: #f08c28;
  margin-right: 8px;
  text-align: left;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: left;
}

.footer-links a:hover {
  color: #f08c28;
}

.footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f08c28;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  transition: background 0.3s;
}

.footer-social a:hover {
  background: #f08c28;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.footer-bottom {
  color: #333;
  font-size: 14px;
}

.footer-bottom a {
  color: #007bff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0 20px;
  }

  .footer-logo {
    margin-bottom: 15px;
  }

  .footer-social {
    justify-content: center;
    /* display: flex; */
  }

  .footer-social a {
    margin-right: 8px;
  }

  .footer-heading {
    text-align: left;
  }

  .footer-links,
  .footer-contact {
    text-align: center;
  }

  .map-responsive {
    margin-top: 20px;
  }
}
.footer-copyright {
  background-color: #049244;
}
.google-map {
  width: 100%;
  height: 600px;
  border: 0;
}
/*** Footer End ***/






.carousel-indicators {
  display: none;
}


@media (max-width: 576px) {
  .carousel-content a {
    display: block;
    margin-bottom: 10px; /* Adjust spacing as needed */
  }

  .carousel-content a:last-child {
    margin-bottom: 0;
  }
}


    .counter {
      align-items: center;
    }

    @media (min-width: 992px) {
      .row .col-lg {
        flex: 0 0 20%;
        max-width: 20%;
      }
    }

    .carousel-content{
            margin-top: 460px;
    }
    
/* Responsive adjustments for counter section */
@media (max-width: 767.98px) {
  .counter {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .counter h1 {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }

  .counter h5 {
    margin-top: 0 !important;
  }

  .row > div[class*="col-"] {
    margin-bottom: 20px;
  }
}

/* Optional: Smooth number animation appearance */
.counter-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffd60a; /* Adjust to match your design */
}


/* .... */

@media (max-width: 768px) {
    .carousel-content{
            margin-top: 160px;
            width:120px;
    }

  .carousel-content {
    margin-top:125px;
    display: flex !important;

    justify-content: center;
    /* gap: 10px;  */
  }

  .carousel-content a {
    flex: 1 1 auto;
    min-width: auto; 
  }

  .carousel-content button {
    padding: 8px 16px;
    font-size: 8px;
       width: 100px;            
    height: 35px;            
   
  }
}




/* .... *Thank you for your business! We look forward to working with you again.*/





    
    .rise-box {
      background-color: #f8f9fa;
      border: 1px solid #f08c28;
      box-shadow: 0 4px 10px #0000001a;
      padding: 30px 20px;
      text-align: center;
      font-weight: 600;
      color: #f08c28;
      border-radius: 10px;
      transition: 0.3s ease;
    }

    .rise-box:hover {
      background-color: #f08c28;
      color: #fff;
      transform: scale(1.05);
    }

    .rise-icon {
      font-size: 2.5rem;
      margin-bottom: 10px;
      display: block;
    }

    .rise-title {
      font-size: 1.3rem;
    }

    .ok{
        background-image: url(../img/bg-shape-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
        height: 530px;
    }

    .my-15{
   /* margin-top: 3rem !important;  */
    margin-bottom: 4rem !important;
    }
    .rise-domains-section {
  padding: 60px 20px;
  background-color: #f08c28;
  text-align: center;
  margin-top: -100px;
  /* margin-bottom: -20px; */
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #002b5b;

}

.domain-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.domain-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
  width: 230px;
  transition: transform 0.3s ease;
}

.domain-card:hover {
  transform: translateY(-5px);
}

.domain-card i {
  font-size: 40px;
  color: #f08c28;
  margin-bottom: 15px;
}

.domain-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f08c28;
}

.domain-card p {
 font-size: 16px;
    color: #000000;
}
.list-group-item {
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: -10px;
  padding-bottom: 10px;
  /* font-size: 1.05rem; */
  /* background-color: #f9ffff; */
}


.vision-section p {
  /* max-width: 800px; */
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: left;
}

/* .vision-section{
 margin-top:-70px;   
} */






.our-model-section {
  background-color: #f9f9f9;
  color: #333;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #EB8929;
}

.info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 10px;
  transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
}

.info-box i {
  font-size: 36px;
  color: #EB8929;
  margin-bottom: 10px;
  display: block;
}

.info-box h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.model-card {
  background-color: #ffffff;
  padding: 20px 25px;
  border-left: 4px solid #EB8929;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.model-card h5 {
  font-size: 18px;
  color: #EB8929;
  margin-bottom: 10px;
  font-weight: 600;
}

.model-card p,
.model-card ul {
  font-size: 15px;
  margin-bottom: 0;
  color: #555;
}

.model-card ul {
  padding-left: 18px;
}

.model-card ul li {
  margin-bottom: 6px;
}


.wp-button{
	margin-top:14px;
}
.floatw{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
		right:40px;
	background-color:#25d366;
	color:#FFF;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}



.floatw:hover{

	background-color:#25d366;
	color:#FFF;

}


.floatph{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#334fff;
	color:#FFFFFF;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;

}

.floatph:hover{
    background-color:#334fff;
	color:#FFF;
}


.my-floatp{
	margin-top:14px;
}



@media (max-width: 767px) {
  .floatw,
  .floatph {
    display: none !important;
  }
}





    /* Button styling */
    #themeBtn {
      padding: 5px 10px;
      background: linear-gradient(45deg, #f8921f, #f8921f);
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      font-size: 17px;
      /* box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
      transition: all 0.3s ease;
    }
    #themeBtn:hover {
      background: linear-gradient(45deg, #f8921f, #f8921f);
      transform: scale(1.05);
    }

    /* Popup background */
    #popup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      backdrop-filter: blur(4px);
    }

    /* Popup content */
    #popupContent {
      background: white;
      padding: 20px;
      border-radius: 12px;
      width: 700px;
      margin: 60px auto;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    #closeBtn {
      background: #ff4d4d;
      color: white;
      border: none;
      padding: 8px 15px;
      cursor: pointer;
      border-radius: 6px;
      margin-bottom: 20px;
      float: right;
    }
    #closeBtn:hover {
      background: darkred;
    }

    /* Two columns */
    .mediaWrapper {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .mediaBox {
      flex: 1;
      border-radius: 10px;
      background: #f9f9f9;
      padding: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .mediaBox h3 {
      margin-bottom: 10px;
      font-size: 18px;
      color: #333;
    }

    video, audio {
      width: 100%;
      border-radius: 8px;
      outline: none;
    }


    .custom-bullets {
  list-style-type: disc !important;
  padding-left: 20px !important;
}
.custom-bullets .list-group-item {
  list-style-type: disc !important;
  display: list-item !important;
}


.wrap {
  max-width: 1100px;
  margin: 1px auto;
  /* padding: 28px; */
    margin-bottom: 100px;
}

/* Header */
header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 38px;
}

.brand {
  display: flex;
  /* gap: 12px; */
  align-items: center;
}

.logo {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #ffc08a);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #071028;
  font-size: 22px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.6)
}

.brand h1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.6px;
}

p.lead {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Layout */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.card {
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)); */
  border: 1px solid var(--glass);
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 2px 5px rgba(148, 148, 148, 0.6);
}

/* Media header */
.media-head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cover {
  width: 96px;
  height: 96px;
  border-radius: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><rect width="100%" height="100%" rx="20" fill="%23071f3b"/><text x="50%" y="52%" font-size="48" fill="%23ffd3b3" font-family="Arial" text-anchor="middle">RISE</text></svg>');
  background-size: cover;
  box-shadow: 0 0 2px 4px  rgba(0, 0, 0, 0.6);
}

.title {
  font-weight: 700;
  margin: 0;
}

.sub {
  color: var(--muted);
  margin: 2px 0 0 0;
  font-size: 13px;
}

/* Buttons */
.bigplay {
  margin-left: auto;
}

.btnx {
  background: linear-gradient(135deg, var(--accent), #ff8f5a);
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  color: #071028;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(66, 63, 62, 0.14);
}

/* Controls */
.controls {
  margin-top: 14px;
}

.progress {
  height: 8px;
  background: #d7d7d7;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.progress > i {
  display: block;
  height: 100%;
  width: 0%;
  background: rgb(0, 0, 0);
  transition: width 0.08s linear;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.meta .time {
  font-variant-numeric: tabular-nums;
}

/* Lyrics */
.lyrics {
  margin-top: 14px;
  max-height: 200px;
  overflow: auto;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  border-radius: 10px;
  border: 1px dashed rgba(133, 4, 4, 0.02);
}

.lyrics p {
  margin: 8px 0;
  line-height: 1.45;
  cursor: pointer;
  color:black;
}

.lyrics p.active {
  background: #f8921f;
  padding: 6px 8px;
  border-radius: 8px;
  color:rgb(255, 255, 255);
}

/* Video box */
.video-wrap video {
  width: 100%;
  border-radius: 10px;
  background: #000;
}



/* Responsive */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .cover {
    width: 72px;
    height: 72px;
  }
  .logo {
    width: 56px;
    height: 56px;
  }
}


 
.song{
  background: url(../img/bg3.png) no-repeat;
    background-position: -22.8727px center;
   overflow: hidden !important;
}


@media (max-width: 767px) {
  .vision-section {
    margin-top: 400px;
            padding: 1px 1px 1px 21px;
  }
}


@media (max-width: 767px) {
  .songs {
   margin-top: 900px;
  }
}

@media (max-width: 767px) {
.missions{
    margin-top: 100px;
}
}

@media (max-width: 767px) {
  .genesis {
    margin-top: -90px;
  }
}



.leads{
      padding: .5rem 1rem;
    line-height: 27px;
    font-size: 17px !important;
    text-align: justify;
}