/* ===== Global Styles ===== */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #120521;
  color: white;
  font-family: "DM Sans", sans-serif;
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "Poppins", sans-serif;
}
body h1, body h2 {
  text-shadow: rgba(146, 127, 255, 0.9) 0px 0px 79px;
}

/* ===== Glow Button (Reusable) ===== */
.btn-glow-pink {
  background-color: #f63366;
  color: white;
  font-family: "DS Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 1.1rem 3.3rem;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 30px rgba(246, 51, 102, 0.6);
  transition: all 0.3s ease-in-out;
}
.btn-glow-pink:hover, .btn-glow-pink:focus {
  box-shadow: 0 0 30px rgba(246, 51, 102, 0.6);
  transform: scale(1.02);
  background-color: #f63366;
}

.btn-glow-yellow {
  background-color: #fa8717;
  color: white;
  font-family: "DS Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 1.1rem 3.3rem;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 30px rgba(250, 135, 23, 0.6);
  transition: all 0.3s ease-in-out;
}
.btn-glow-yellow:hover, .btn-glow-yellow:focus {
  box-shadow: 0 0 30px rgba(250, 135, 23, 0.6);
  transform: scale(1.02);
  background-color: #fa8717;
}

/* ===== Gradient Button (Reusable) ===== */
.gradient-border-rounded {
  background: linear-gradient(to bottom, #ca4290, #094fc3);
  padding: 1px;
  border-radius: 50px;
  display: inline-block;
}
.gradient-border-rounded .gradient-inner {
  background: #120522;
  border-radius: 50px;
  padding: 0.35rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ===== Navbar ===== */
.navbar {
  padding-top: 24px;
  background-color: #120521;
}
.navbar .container {
  padding: 0 3.4% 0 3.6%;
  position: relative;
}
.navbar .navbar-brand img {
  width: 127px;
  transition: width 0.3s ease;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand img {
    width: 80px;
    margin-left: 20px;
  }
}
.navbar .nav-link {
  border: 1px solid #120521;
  border-radius: 8px;
}
.navbar .navbar-nav {
  gap: 25px;
  padding-right: 150px;
  transition: padding-right 0.3s ease;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    padding-right: 0px;
    padding-top: 30px;
  }
  .navbar .navbar-nav li {
    text-align: center;
  }
}
.navbar .nav-item {
  color: white;
}
.navbar .nav-item .active {
  border: 1px solid #9829ea;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    position: absolute;
    left: 45%;
    top: 5px;
  }
}
.navbar .gradient-btn {
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  .navbar .gradient-btn {
    top: 3px;
    right: 26px;
  }
}
.navbar .gradient-btn {
  background: linear-gradient(to bottom, #6b3bcf, #ca4290);
  padding: 2px;
  border-radius: 9px;
  box-shadow: 0px 0px 74px 80px rgba(73, 76, 148, 0.2);
  transition: box-shadow ease 0.5s;
}
.navbar .gradient-btn .gradient-inner {
  background-color: #7433c6;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .gradient-btn .gradient-inner:hover {
  transform: scale(1.03);
}

@media (min-width: 768px) {
  header.scrolled .navbar-brand img {
    width: 90px;
  }
  header.scrolled .navbar-nav {
    padding-right: 111px !important;
  }
  header.scrolled .gradient-btn {
    box-shadow: 0px 0px 74px 80px rgba(73, 76, 148, 0) !important;
  }
}
/* ===== Hero Section ===== */
.hero {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 9%;
  padding-bottom:5%;
}
.hero .gradient-border-rounded {
  margin-top: -10px;
  font-size: 12px;
  color: #e2e2e2;
}
.hero .gradient-border-rounded i {
  font-size: 13px;
}
.hero .avatars {
  display: flex;
}
.hero .avatars img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  object-fit: cover;
  margin-left: -10px;
}
.hero .avatars img:first-child {
  margin-left: 0;
}
.hero .avatars img:nth-child(2) {
  z-index: 2;
}
.hero .avatars img:nth-child(3) {
  z-index: 3;
}
.hero .avatars img:not(:first-child) {
  z-index: 1;
}
.hero .avatars.small img {
  width: 24px;
  height: 24px;
  border: 2px solid #350d4d;
}
.hero .star-icon {
  color: #f5c518;
  font-size: 1.2rem;
}
.hero .star-icon.gold {
  color: #FFD700;
  font-size: 16px;
}
.hero .brand-iso-dark {
  margin-top: 10px;
  margin-left: 10px;
}
.hero h1 {
  font-size: 38px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-right:15%;
  margin-left:15%;
}
.hero h2 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.hero .discount-tag {
  background-color: #fbb040;
  color: black;
  text-transform: uppercase;
  padding: 0.4rem 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  clip-path: polygon(0% 0%, 10px 50%, 0% 100%, 100% 100%, calc(100% - 10px) 50%, 100% 0%);
  display: inline-block;
}
.hero .message {
  font-size: 19px;
  line-height: 33px;
  margin-top: 5px;
  padding: 0 10%;
  margin-right:15%;
  margin-left:15%;
}
.hero .btn-glow-pink {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .hero {
    align-items: center;
	margin-top:75px;
  }
  .hero .brand-iso-dark {
   margin-left: 10px;
  }
  .hero h1 {
    font-size: 30px;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
  }
  .hero h2 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .hero .message {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    padding: 0 2%;
	margin-left:0;
	margin-right:0;
	
  }
  .hero .btn-glow-pink {
    margin-top: 10px;
    font-size: 16px;
  }
  
}

/* ===== Apps Section ===== */
.apps {
  margin-bottom: 7%;
}
@media (max-width: 767.98px) {
  .apps {
    margin-bottom: 15%;
  }
}
.apps .container {
  padding: 0 3.4% 0 3.6%;
}
.apps .edit, .apps .app {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .apps .edit, .apps .app {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.apps .edit {
  align-items: center;
  justify-content: flex-start;
}
.apps .edit span {
  font-size: 18px;
  margin-left: 5px;
}
.apps .edit .edit-soft {
  display: flex;
  gap: 14px;
}
.apps .edit .edit-soft img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .apps .edit .edit-soft {
    margin-bottom: 20px;
  }
  .apps .edit .edit-soft img {
    width: 65px;
    height: 65px;
  }
}
.apps .app {
  align-items: center;
  justify-content: flex-end;
}
.apps .app span {
  font-size: 18px;
  margin-right: 5px;
}
.apps .app .app-soft {
  display: flex;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .apps .app .app-soft {
    margin-top: 20px;
  }
}
.apps .app .app-soft img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.apps .edit-soft {
  margin-right: 5px;
}
.apps .app-soft {
  margin-left: 5px;
}

/* ===== Testimonials Section ===== */
.testimonil-video {
  text-align: center;
  margin-bottom: 6%;
  padding: 0 4%;
}
.testimonil-video h3 {
  font-size: 38px;
}
.testimonil-video .video-container {
  border-radius: 10px;
  overflow: hidden;
  /*
    height: 600px;
    margin-top: 40px;
  */
  position: relative;
  padding-bottom: 56.25%;
}
.testimonil-video .video-container .video-image {
  background-position: top;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  /*
    position: relative;
  */
  position: absolute;
  width: 100%;
}
.testimonil-video .video-container .video-image .youtube-preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testimonil-video .video-container .video-image .youtube-preview .play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.2s;
}
.testimonil-video .video-container .video-image .youtube-preview .play-icon i {
  font-size: 2.5rem;
  color: white;
  opacity: 0.7;
  transition: all ease 0.2s;
}
.testimonil-video .video-container .video-image .youtube-preview .play-icon:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.testimonil-video .video-container .video-image .youtube-preview .play-icon:hover i {
  font-size: 3rem;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .testimonil-video{
    /*margin-top:40px;*/
  }   
  .testimonil-video .video-container {
    /*
      height: 70vh;
      margin: 0 10%;
    */
  }
  .testimonil-video h3 {
    font-size: 28px;
    margin-bottom: 8%;
  }
}

/* ===== Short About Section ===== */
.shortAbout {
  padding: 0 0 0 6%;
  margin-bottom: 100px;
}
.shortAbout .col {
  padding-left: 3%;
}
.shortAbout h5 {
  color: #ff3e71;
  font-size: 35px;
  font-weight: 600;
  line-height: 32px;
}
.shortAbout h5 small {
  font-size: 22px;
  font-weight: 400;
  color: white;
}
@media (max-width: 767.98px) {
  .shortAbout {
    margin-top: 8%;
    padding: 0 0 0 0;
	margin-bottom:20px;
  }
  .shortAbout h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 27px;
  }
  .shortAbout h5 small {
    font-size: 15px;
  }
}

/* ===== Video Rows Section ===== */
.video-rows .video-container {
  height: 380px;
  margin: 0 10%;
  border-radius: 10px;
  overflow: hidden;
}
.video-rows .video-container .video-image {
  background-position: top;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.video-rows .video-container .video-image .youtube-preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-rows .video-container .video-image .youtube-preview .play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.2s;
}
.video-rows .video-container .video-image .youtube-preview .play-icon i {
  font-size: 2.5rem;
  color: white;
  opacity: 0.7;
  transition: all ease 0.2s;
}
.video-rows .video-container .video-image .youtube-preview .play-icon:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.video-rows .video-container .video-image .youtube-preview .play-icon:hover i {
  font-size: 3rem;
  opacity: 1;
}
.video-rows .data-container.displace {
  padding-left: 8%;
}
.video-rows .data-container .btn-glow-pink {
  text-transform: unset;
  margin-top: 37px;
  margin-bottom: 65px;
}
.video-rows .data-container h3 {
  font-size: 34px;
}
.video-rows .data-container p {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .video-rows {
    margin: 0 8%;
  }
  .video-rows .vid-single-row {
    background-color: #21133B;
    padding: 10% 6%;
    border-radius: 15px;
  }
  .video-rows .vid-single-row .displace {
    padding-left: 0;
  }
  .video-rows .vid-single-row .video-container {
    height: 250px;
    margin: 0;
    margin-bottom: 30px;
  }
  .video-rows .vid-single-row .btn-glow-pink {
    text-transform: unset;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .video-rows .vid-single-row .data-container {
    text-align: center;
  }
  .video-rows .vid-single-row .data-container h3 {
    font-size: 28px;
  }
  .video-rows .vid-single-row .data-container p {
    font-size: 16px;
    padding: 0 5px;
  }
}

/* ===== Call To Action Frame ===== */
.cta-frame {
  background: linear-gradient(to bottom, #094fc3, #ca4290);
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
  margin: 110px 50px;
  display: block;
}
.cta-frame .gradient-inner {
  background: #120522;
  border-radius: 10px;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
}
.cta-frame .gradient-inner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cta-frame .gradient-inner .box h4 {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .cta-frame{
    margin-top: 80px;
	margin-bottom:80px;
	margin-left:10px;
	margin-right:10px;
  }
  .cta-frame .gradient-inner{
	  padding: 1.5rem 1rem;
  }
  
  .cta-frame .gradient-inner .box {
    flex-direction: column;
  }
  .cta-frame .gradient-inner .box h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .cta-frame .gradient-inner .box h4 span {
    font-size: 18px;
  }
  
  .cta-frame .btn-glow-pink{
	  padding:0.8rem;
	  font-size: 16px;
  }
}

/* ===== Testimonials Section ===== */
.testimonials {
  margin-bottom: 6%;
  padding: 0 4%;
}
.testimonials h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 5%;
  text-shadow: rgba(146, 127, 255, 0.9) 0px 0px 79px;
}
.testimonials .card {
  border-radius: 15px;
}
.testimonials .card .card-body {
  padding: 9%;
  font-size: 17px;
}
.testimonials .card .card-body p {
  color: white;
}
.testimonials .card .card-body i {
  color: #FFD700;
}
.testimonials .side-body {
  padding-top: 15px;
  padding-bottom: 15px;
}
.testimonials .side-body .card {
  background-color: #483b72;
}
.testimonials .center-body .card {
  background-color: #431e73;
  height: 100%;
}
@media (max-width: 767.98px) {
  .testimonials h2 {
    font-size:28px;
  }
  .testimonials .card {
   
  }
  .testimonials .card .card-body {
    padding: 6%;
	font-size:16px;
  }
}

/* ===== How It Works Section ===== */
.how-it-works {
  margin-bottom: 6%;
  padding: 0 4%;
}
.how-it-works h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 5%;
}
.how-it-works .card {
  border-radius: 15px;
}
.how-it-works .card .card-body {
  padding: 10%;
  font-size: 17px;
}
.how-it-works .card .card-body img {
  margin-bottom: 10px;
}
.how-it-works .section-foot {
  margin: 5% 0;
  text-align: center;
}
.how-it-works .section-foot p {
  font-size: 17px;
  margin-bottom: 5%;
}
@media (max-width: 767.98px) {
  .how-it-works {
    padding-top: 10%;
  }
  .how-it-works h3 {
    padding: 0 15%;
  }
  .how-it-works .card {
    margin: 0 6%;
    margin-bottom: 30px;
  }
  .how-it-works .card .card-body {
    padding: 9%;
  }
  .how-it-works .section-foot {
    margin-bottom: 15%;
  }
  .how-it-works .section-foot p {
    padding: 0 10%;
    font-size: 19px;
    margin-bottom: 5%;
  }
}

/* ===== Popular Videos Section ===== */
.popular-videos {
  margin-bottom: 6%;
  padding: 0 4%;
}
.popular-videos h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 5%;
}
.popular-videos .card {
  border-radius: 15px;
  border: 0px;
  overflow: hidden;
}
.popular-videos .card .video-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popular-videos .card .video-card-image i {
  position: absolute;
  font-size: 3rem;
  color: white;
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
  transition: all ease 0.5s;
}
.popular-videos .card .video-card-image img, .popular-videos .card .video-card-image iframe  {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all ease 0.5s;
}
.popular-videos .card .video-card-image:hover i {
  font-size: 3.5rem;
  opacity: 1;
  text-shadow: 1px 1px 4px rgb(113, 113, 135);
}
.popular-videos .card .video-card-image:hover img {
  opacity: 0.5;
}
.popular-videos .card .card-body {
  padding: 8%;
  font-size: 17px;
}
.popular-videos .card .card-body .card-title {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
   .popular-videos{
	   margin-bottom:40px;
   }
  .popular-videos h3 {
    font-size: 28px;
  }
  .popular-videos .card {
    margin-bottom: 30px;
  }
  .popular-videos .card .card-body {
    padding: 7%;
  }
}

/* ===== Footer Section ===== */
.footer {
  background-image: url("img/glowBG.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.footer .container {
  min-height: 80vh;
  margin-top: -40vh;
  padding: 0 3.4% 0 3.6%;
  padding-top: 45vh;
}
.footer .container .row {
  max-width: 80vw;
}
.footer .copy {
  font-size: 1rem;
}
.footer h4 {
  font-size: 47px;
  font-weight: 600;
  margin-top: 10px;
}
.footer p {
  font-size: 23px;
  font-weight: 600;
}
.footer .footer-link {
  text-decoration: none;
  color: white;
}
.footer .list-company, .footer .list-social {
  list-style: none;
  padding: 0px;
}
.footer .list-company li, .footer .list-social li {
  padding-top: 10px;
}
.footer .list-company li a, .footer .list-social li a {
  text-decoration: none;
  color: white;
  opacity: 1;
  transition: opacity ease 0.5s;
}
.footer .list-company li a:hover, .footer .list-social li a:hover {
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .footer {
    overflow: hidden;
  }
  .footer .container {
    margin-left: 10%;
    margin-right: 10%;
  }
  .footer h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
  .footer p {
    font-size: 19px;
    font-weight: 600;
    padding-right: 20%;
  }
  .footer .gradient-btn, .footer .btn-glow-yellow {
    margin-bottom: 20px;
  }
}

/* ===== Modal Styles ===== */
.scheduleModal .btn-close {
  position: absolute;
  background-color: white;
  opacity: 1;
  padding: 10px;
  border-radius: 30px;
  top: 0px;
  right: 11%;
}
@media (max-width: 767.98px) {
  .scheduleModal .btn-close {
    top: 2px;
    right: 26px;
  }
}
.scheduleModal .modal-content {
  background-color: transparent;
}

.formModal .modal-content {
  overflow-y: scroll;
  font-family: "DM Sans", sans-serif !important;
  background-image: url("img/modalBG.png");
  background-repeat: no-repeat;
  background-position: bottom -40px right -30px;
}
@media (max-width: 767.98px) {
  .formModal .modal-content {
    background-image: none;
  }
}
.formModal .btn-close {
  position: absolute;
  background-color: white;
  opacity: 1;
  padding: 10px;
  border-radius: 30px;
  top: 40px;
  right: 20px;
}
@media (max-width: 767.98px) {
  .formModal .btn-close {
    top: 20px;
    right: 20px;
  }
}

.videoModal .btn-close {
  position: absolute;
  background-color: white;
  opacity: 1;
  padding: 10px;
  border-radius: 30px;
  top: 22px;
  right: 12px;
}
@media (max-width: 767.98px) {
  .videoModal .btn-close {
    top: 14px;
    right: 12px;
  }
}
.videoModal .video-container {
  height: 75vh;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid gray;
  margin: 0 30px;
}
@media (max-width: 767.98px) {
  .videoModal .video-container {
    margin: 0 30px;
  }
}
.videoModal .modal-content {
  background-color: transparent;
}
