/********** Template CSS **********/
:root {
  --primary: #fda217;
  --light: #f6f7f8;
  --dark: #1a2a36;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.brand {
  display: flex;
  align-items: left;
}
.brand img {
  margin-right: 2px;
  height: 50px; /* Adjust size as needed */
}
.brand-name {
  font-size: 30px; /* Adjust size as needed */
  font-weight: bold;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

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

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

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

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

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

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

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

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

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    /* min-height: 500px; */
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
  border-radius: 45px;
  transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  border-radius: 45px;
  transition: 0.5s;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/about.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }

  .header-title-container {
    font-size: 2rem;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }

  .header-title-container {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }

  header-title-container {
    font-size: 3rem;
  }
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-icon {
  position: relative;
  margin: -50px 0 25px 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover .service-icon {
  color: #ffffff;
  background: var(--primary);
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-img {
  position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  background: var(--dark);
  transition: 0.5s;
}

.portfolio-img::before {
  left: 50%;
}

.portfolio-img::after {
  right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
  width: 51%;
  left: 0;
}

.portfolio-item:hover .portfolio-img::after {
  width: 51%;
  right: 0;
}

.portfolio-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  transition-delay: 0.3s;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
  border-radius: 8px 60px 0 0;
}

.team-item .team-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #ffffff;
  transition: 0.5s;
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

/*** Contact ***/
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }

  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 38px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #9b9b9b;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #ffffff;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.banner-img {
  height: 80vh !important;
}

.main-bg-video {
  width: 100%;
  height: 100%;
}

.contact-form {
  padding-left: 22px !important;
}

.video-item {
  iframe {
    width: 100%;
    height: 40vh;
  }
}

.video-large {
  iframe {
    height: 60vh;
  }
}

/* slider css */
.home-section-1 {
  background-image: url(../img/banner2.jpg),
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 2rem 1rem;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 700;
}

.content-subheader h4 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #fff;
}

.slider-form {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  color: #000;
}

/* Responsive: tablets */
@media (max-width: 992px) {
  .display-5 {
    font-size: 2.2rem;
    text-align: center;
  }

  .content-subheader h4 {
    font-size: 1.3rem;
    text-align: center;
  }

  .slider-form {
    margin-top: 20px;
  }
}

/* Responsive: small devices */
@media (max-width: 768px) {
  .home-section-1 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .display-5 {
    font-size: 2rem;
  }

  .content-subheader h4 {
    font-size: 1.1rem;
  }

  .slider-form {
    padding: 15px;
    margin-top: 20px;
  }
}

/* Responsive: extra small devices */
@media (max-width: 480px) {
  .display-5 {
    font-size: 1.7rem;
  }

  .content-subheader h4 {
    font-size: 1rem;
  }

  .slider-form {
    padding: 10px;
  }
}

/* Themed button css */
.solar-pulse-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 1.1rem;
  color: #fff;
  background: radial-gradient(circle at 30% 30%, #ffb300, #ff6f00);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 145, 0, 0.4);
  z-index: 1;
  max-width: 100%;
}

.btn-text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.solar-pulse-button::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  background: radial-gradient(
    circle,
    rgba(255, 184, 0, 0.3) 0%,
    transparent 80%
  );
  border-radius: 50%;
  z-index: 0;
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
}

.flare {
  position: absolute;
  top: -50%;
  left: -75%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 60%
  );
  transform: skewX(-30deg);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.solar-pulse-button:hover .flare {
  opacity: 1;
  animation: move-flare 1.2s forwards;
}

@keyframes move-flare {
  from {
    left: -75%;
  }
  to {
    left: 100%;
  }
}

.solar-pulse-button:active {
  transform: scale(0.96);
  box-shadow: 0 0 10px rgba(255, 145, 0, 0.5);
}

@media (max-width: 768px) {
  .solar-pulse-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .solar-pulse-button {
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
  }

  .btn-text {
    font-size: 0.9rem;
  }
}

/* Starburst styles */
.stars-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 3;
}

.star {
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(0.5);
  animation: starburst 0.6s ease-out forwards;
}

@keyframes starburst {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(var(--x), var(--y)) scale(1.2);
    opacity: 0;
  }
}
/* ============Whatsapp button design============*/
/* WhatsApp Button Styles */
#whatsapp-button-123 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: all 0.3s ease;
}

#whatsapp-btn-123 {
  background: #fff;
  color: #25D366;
  border: none;
  padding: 8px 25px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.32;
  position: relative;
  overflow: visible;
  transition: box-shadow 0.2s;
  max-width: 1650px
}

#whatsapp-btn-123 i {
  color: #25D366;
  font-size: 20px;
  margin-right: 12px;
}

#whatsapp-btn-123 span {
  color: #25D366;
  font-weight: 600;
  font-size: 16px;
}

.notify-dot-123 {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: #FF3B30;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(255, 59, 48, 0.15);
  display: block;
}

/* Mobile Styles */
@media (max-width: 768px) {
  #whatsapp-button-123 {
    display: none;
    /* right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    transform-origin: right center;
    margin-right: 0;
    border-radius: 30px 0px 0px 30px; */
  }
/* 
  #whatsapp-btn-123 {
    padding: 12px 15px 12px 12px;
    font-size: 22px;
    border-radius: 30px 0px 0px 30px;
  }

  #whatsapp-btn-123 i {
    font-size: 28px;
    margin-right: 2px;
  }

  #whatsapp-btn-123 span {
    display: none;
  } */

  .notify-dot-123 {
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
  }
}

/* Modal Styles */
.whatsapp-modal-123 {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 350px;
  z-index: 9998;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #fff;
}

.whatsapp-modal-123.show {
  transform: scale(1);
  opacity: 1;
  display: block;
}

.whatsapp-modal-123 .img-container {
  /* border: 1px solid; */
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgb(229, 229, 229) 0%, rgb(203, 203, 203) 100%);
}

.modal-header-123 {
  background: rgb(9, 94, 84);
  padding: 20px;
  color: rgb(17, 17, 17);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.modal-header-123 h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.modal-header-123 small {
  font-size: 13px;
  line-height: 18px;
  color: rgb(255, 255, 255);
}

.modal-body-123 {
  background: #f8f9fa;
  max-height: 300px;
  overflow-y: auto;
}

.message-input-123 {
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 100%;
}

.message-input-123:focus {
  outline: none;
  border-color: rgb(9, 94, 84);
}

.send-btn-123 {
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
  border-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  background-color: rgb(37, 211, 102);
}

.send-btn-123 i {
  color: #fff;
}

.chat-bubble-123 {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 18px;
  margin-bottom: 10px;
  position: relative;
  word-wrap: break-word;
}

.received-123 {
  background: rgb(230, 228, 228);
  align-self: flex-start;
  border-bottom-left-radius: 5px;
}

.sent-123 {
  background: #DCF8C6;
  align-self: flex-end;
  border-bottom-right-radius: 5px;
}

.typing-indicator-123 {
  display: flex;
  padding: 10px 15px;
  background: white;
  border-radius: 20px;
  width: fit-content;
}

.typing-dot-123 {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 2px;
  animation: typingAnimation123 1.4s infinite ease-in-out;
}

.typing-dot-123:nth-child(1) {
  animation-delay: 0s;
}

.typing-dot-123:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dot-123:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typingAnimation123 {

  0%,
  60%,
  100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .whatsapp-modal-123 {
    display: none;
    /* bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 350px; */
  }

  /* .whatsapp-modal-123.show {
    transform: translate(-50%, -50%) scale(1);
  } */
}

/* Mobile buttons css */
/* Mobile buttons */
.mobile-buttons {
  display: none;
  position: fixed;
  bottom: -100;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mobile-buttons-inner {
  display: flex;
  justify-content: space-around;
}

.mobile-button {
  flex: 1;
  padding: 15px 10px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-right: 1px solid #eee;
  transition: background-color 0.3s;
}

.mobile-button:last-child {
  border-right: none;
}

.mobile-button:hover {
  background-color: #f5f5f5;
}

.mobile-button i {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

/* Hide desktop buttons on mobile */
@media (max-width: 767px) {
  .desktop-buttons {
    display: none;
  }

  .mobile-buttons {
    display: block;
  }
}

/* Watch on youtube button */

/* From Uiverse.io by vikramsinghnegi */ 
button.youtube-button {
  font-family: inherit;
  font-size: 18px;
  background: linear-gradient(to bottom, #ff0000 0%, #ff5050 100%);
  color: white;
  padding: 0.8em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  margin: auto;
}

button.youtube-button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

button.youtube-button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button.youtube-button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

button.youtube-button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

button.youtube-button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

button.youtube-button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

button.youtube-button:hover svg {
  transform: rotate(45deg);
}

/* ul list */

.list-ul {
  color: #000000ba;
  font-weight: 400;
}