@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Rose:wght@300..700&display=swap');
*{
  font-family: "Montserrat", sans-serif!important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}
body{
  background-color: black;
  overflow-x: hidden;
  width: 100%;
}

.contact-info p {
  margin-bottom: 15px;
}

.contact-info i {
  margin-right: 10px;
  width: 20px;
  color: #6610f2;
  position: relative;
}
.nav-link{
  cursor: pointer;
}
.container{
  max-width: 1300px!important;
}

.navbar{
	min-height: 90px;
	--border-bottom-width: 1px;
    --border-color: var(--token-d86f1591-0c16-44cd-be10-19334dfa9293, rgba(255, 255, 255, 0.1));
    --border-left-width: 0px;
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    backdrop-filter: blur(10px);
    background: linear-gradient(
      180deg,
      var(--token-f114f1e6-e38c-48e5-8f37-0b117b1ed275, rgba(0, 0, 0, 0)) 6.64%, /* Black 0% transparent */
      var(--token-91acd6b3-0466-4512-bfe0-548e2faebf76, rgba(0, 0, 0, 0.3)) 100% /* Black 30% semi-transparent */
      );

    width: 100%;
    will-change: transform;
    opacity: 1;
    transform: none;
    color: #fff;

}



.content{
  height: 100vh;
}
.nav-link{
  margin: 0px 15px;
}

@media (max-width: 768px) {
  .nav-link {
    margin: 10px 0;
  }
  
  .navbar {
    min-height: 70px;
  }

  h1.head-font {
    font-size: 2rem !important;
    line-height: 1.3;
  }

  .container {
    padding: 0 10px;
  }

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

  .badge {
    margin-bottom: 10px;
  }

  .col-sm-12 {
    padding: 15px;
  }

  .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.video-frame {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(35%);
  z-index: 0;

}

.content {
  position: relative;
  z-index: 1;
  /* Optional: content styles such as color, padding */
}


.animated-header {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  

}

.gradient-animation {
 height: 100vh;
  background: radial-gradient(
  circle at 100%,
  #000,
  #000 50%,
  #9b59b6 75%,
  #000 75%
);
  background-size: 100% 100%;
  animation: radialExpand 4s ease-in-out infinite;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

@keyframes radialExpand {
  0% { 
    background-size: 800% 800%;
    background-position: center center;
  }
  50% { 
    background-size: 200% 200%;
    background-position: center center;
  }
  100% { 
    background-size: 3000% 500%;
    background-position: center center;
  }
}
.nav-b{
  font-family: "Red Rose", serif;
}

.head-font{
  font-size: 4rem;
  font-family: "Red Rose", serif;
  font-weight: 500;
  line-height: 1;

  
}
.text-color{
  background-image:linear-gradient(90deg, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)) 0%, 
    var(--token-14f74354-f5bc-49c1-9486-2936a231e276, rgba(255, 255, 255, 0.3)) 350%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-pu{
  background-image: linear-gradient(90deg, #6610f2 0%, rgba(102, 16, 242, 0.3) 350%);
  background-clip: text;
  -webkit-text-fill-color: transparent;

}
.gradient-blur {
  height: 10vh;
  
  position: relative;
  background: rgba(255, 255, 255, 0.1); /* Add semi-transparent background */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.8) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.8) 70%,
    rgba(0, 0, 0, 1) 100%
  );
}
.video-frame{
  --fade-amount: 13%;
  mask-image: linear-gradient(to bottom, black, black var(--fade-amount), black calc(100% - var(--fade-amount)), transparent);
  
}
.bggg{
  background: rgba(0, 0, 0, 1.0);
  
}

/* second header */

.header{
  background-color: #000;
}
.thumb>img{
  border-radius: 8px;
}

.div-border-effect {
                       /* Match the dark background */
    border-radius: 12px 12px 0 0;           /* Top corners rounded */
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* Bottom border with glow effect */
.div-border-effect::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;                            /* Thickness of border */
    border-radius: 0 0 12px 12px;           /* Bottom corners rounded */
    background: linear-gradient(
        to right, 
        rgba(0, 0, 64, 0.1),                /* Faint glow at sides */
        #6610f2 60%,                        /* Strong blue at center */
        rgba(0, 0, 64, 0.1)
    );
    box-shadow: 0 0 10px 0px #6610f280;      /* Optional, adds glow */
}


/* 


cursor
 */

.spin {
  animation: rotation 5s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* about */
/*  */
/*  */
/*  */
.highlight {
      color: #6610f2;
      font-weight: bold;
    }
    .experience-badge, .projects-badge {
      background: #6610f2;
      color: #fff;
      border-radius: 12px;
      padding: 8px 16px;
      font-weight: 600;
      font-size: 1rem;
      display: inline-block;
    }
    .projects-badge {
      position: absolute;
      bottom: 16px;
      left: 16px;
      font-size: 1.1rem;
    }
    .feature-box {
      background: rgba(102,16,242,0.08);
      color: #fff;
      border-radius: 12px;
      padding: 16px 20px;
      margin-bottom: 12px;
      min-height: 96px;
      border-left: 4px solid #6610f2;
    }
    .img-profile {
      border-radius: 16px;
      object-fit: cover;
      width: 100%;
      max-width: 340px;
      box-shadow: 0 4px 16px rgba(102,16,242,0.4);
      background: #222;
    }
    @media (max-width: 767.98px) {
      .projects-badge {
        position: static;
        margin-top: 16px;
        left: 0;
        bottom: 0;
        display: block;
      }
      .img-profile {
        max-width: 90vw;
        margin: 0 auto;
        display: block;
      }
    }



/*      */
/*  */
/*  */

    .faq-title {
      font-size: 3rem;
      font-weight: 600;
      color: #fff;
      letter-spacing: -2px;
      font-family: "Red Rose", serif;
    }
    .faq-subtitle {
      font-size: 2.5rem;
      font-weight: 400;
      color: #888;
      margin-top: -20px;
      margin-bottom: 16px;
      letter-spacing: -1px;
      font-family: "Red Rose", serif;
    }
    .faq-desc {
      color: #aaa;
      margin-bottom: 32px;
      font-size: 1.12rem;
      max-width: 480px;
    }
    .card.faq-card {
      background: #111;
      border: none;
      border-radius: 18px;
      margin-bottom: 20px;
      color: #fff;
      box-shadow: 0 2px 10px rgba(102,16,242,0.10);
    }
    .card-header {
      background: none;
      border-bottom: none;
      padding: 0;
    }
    .btn-link {
      color: #fff;
      text-align: left;
      width: 100%;
      font-size: 1.15rem;
      background: none;
      border: none;
      box-shadow: none;
      padding: 24px 22px 24px 32px;
      outline: none;
      transition: color 0.2s;
    }
    a:focus, a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    }

    .btn-link:focus, .btn-link:hover {
      color: #6610f2;
      text-decoration: none;
    }
    .faq-icon {
      float: right;
      font-size: 1.65rem;
      color: #6610f2;
      background: none;
      border: none;
    }
    .card-body {
      padding: 0px 32px 24px 32px;
      color: #bbb;
      font-size: 1.06rem;
    }
    .faq-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
    }


:root {
    --coreColorNeutral100: #000000!important;
}

.popuppbg {
position: fixed;
top: 0;
bottom: 0;
left: 0;
bottom: 0;
height: 100%!important;
width: 100%!important;
z-index: 88;
/* background-color: #000; */
background-color: rgba(0, 0, 0, 0.4);
/* Background color for better readability */
display: flex;
justify-content: center;
align-items: center;
backdrop-filter: blur(80px);
}
.popup-content {
background: black;
width: 100%;
/* Adjust the width of the popup */
/* max-width: 800px; Set a maximum width for the popup */
padding: 10px;
height: 100%;
padding: 15px;
/* Add a shadow for depth */
z-index: 100;
/* Ensure the popup is on top of the background */
}
.close-button {
padding: 0;
margin: 0;
position: absolute;
top:3%;
right: 3%;
display: flex;
height: 40px;
width: 40px;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: white!important;
background-color: transparent;
border: 1px solid transparent;
/* Optional: Ensure border is also transparent */
color: inherit;
/* Inherit text color */
padding: 5px 10px;
/* Adjust padding as needed */
cursor: pointer!important;
z-index: 999;
}
.close-button>img {
height: 40px;
width: 40px;
/*opacity: 0.5;*/
}
.popup-content>iframe {
padding: 0;
}