/* profile header */


.fixed-video video {
    /* width: 100%; */
    height: 100%;
    /* display: none; */
}

.fixed-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    z-index: -1;
}

.fixed-video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .645);
}

.fixed-video-inner {
    position: relative;

}

.main-container {
    z-index: 1;
}

.logo img {
    width: 300px;
    font-size:22px;
font-weight:600;

background:linear-gradient(90deg,#3bc9ff,#0099ff);

-webkit-background-clip:text;

color:transparent;
}

.topNav {
    background: linear-gradient(45deg, #5D40D4, #C9299A);
    padding: 10px 0;
    color: #fff;
}

.topNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topNav_content a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--white-color);
}

.menu ul li a img {
    /* width: 155px; */
    border-radius: 5px;
}

.topNav_content__left,
.topNav_content__right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.myNav {
    margin-bottom: 2%;
    background-color: #00000096 !important
}

/* myNav_content */
.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}


.menu ul {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.menu ul li a {
    text-transform: capitalize;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 600;
}

.banner_video video {
    width: 100%;
    height: 950px;
    object-fit: cover;
    object-position: bottom;
}

/* banner_wrapper */
.banner_wrapper {
    position: relative;
    padding: 0 !important;
    /* background-color: #000 !important; */
}

.banner_content__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--white-color);
}

.banner_content__left h2 {
    font-size: 70px;
    font-weight: 500;
}

.banner_btn {
    display: flex;
    gap: 1rem;
}

.banner_btn a:nth-child(2) {
    background: transparent !important;
}

.banner_content__left p {
    font-size: 20px;
    /*margin-top: 1rem;*/
}

.myBtn {
    margin-top: 2rem;
}

.banner_content__right {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    flex-direction: column;
    background-color: #000;
    /* border: 2px solid #fff; */
    border-radius: 10px;
    overflow: hidden;
}

.astro-form {
    background: #000;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.astro-form h2 {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 20px !important;
}

.form_content__input {
    color: var(--white-color);
}


.astro-form input,
.astro-form select,
.astro-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0 15px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    color: #fff !important;
}

.astro-form button {
    width: 100%;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.astro-form button:hover {
    background: #4500b5;
}

.form_content {
    overflow: hidden;
    width: 100%;
     padding: 25px;
}

.banner_content__right img {
    width: 100%;
}

.banner_content__right {
    overflow: hidden;
    background-color: transparent;
}

.form_bg {
    position: relative;
    width: 100%;
}

.form_bg::after {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000d9;
    width: 100%;
    height: 100%;
}



.banner_content__right h3 {
    width: 100%;
    text-transform: capitalize;
    font-size: 42px;
    margin-bottom: 20px !important;
    font-weight: 600;
    color: var(--white-color);
}

/* .form_content {
    position: absolute;
    top: 200px;
    left: 320px;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
   
} */

.form_content__input input {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    color: #fff;
    outline: none !important;
    border: 1px solid none !important;
    background-color: #00000000;
    border-radius: 5px;
}

.form_content__input input::placeholder {
    color: var(--white-color);
}

.form_content__input button {
    width: 100%;
}

.form_bg img {
    visibility: hidden;
    opacity: 0;
}

.vr_wrapper {
    background-color: whitesmoke;
    padding: 20px 0;
}

.custom-marquee {
    overflow-x: hidden;
}

.track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20%);
    }
}

.vr_wrapper span {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black-color);
    margin-left: 10px !important;
    text-shadow: 0 0 0.25rem rgba(0, 0, 0, .15);
    font-family: "Source Serif 4", serif;
}


/* about */
.global_wrapper {
    padding: 50px 0;
}

.global_content {
    margin-top: 3rem;
}

.about_img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
    transition: .4s ease-in-out;
    /* animation: color 3s infinite; */
}

.about_img:hover img {
    filter: grayscale(0);
    transition: .4s ease-in-out;
}

@keyframes color {
    0% {
        background-color: #005cd3;
    }

    50% {
        background-color: #ffbd39;
    }

    75% {
        background-color: #fa0069;
    }

    100% {
        background-color: #5D40D4;
    }
}


.inner_wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--white-color);
}

.about_content {
    color: var(--white-color);
    /* border: 1px solid var(--white-color); */
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.351);
    height: 100%;
}

.about_content h3 {
    font-size: 32px;
    text-transform: capitalize;
}

.about_content p {
    margin-top: 1rem;
    line-height: 1.7;
    font-size: 18px;
}

.about_content a {
    display: block;
    margin-top: 1rem;
    text-transform: capitalize;
    color: var(--white-color) !important;
    font-size: 18px;
}

/* symbols_parra */

.main_heading h2 {
    font-size: 52px;
    font-weight: 700;
    color: #fff !important;
    /*background: linear-gradient(45deg, #578df0, #5487b6, #72bdc3, #59b6e0);*/
    /*background-size: 300% 300%;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*animation: gradientColor 4s ease infinite;*/
}

@keyframes gradientColor {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.main_heading p {
    margin-top: 1rem;
    font-size: 18px;
    max-width: 1200px;
}

.main_heading {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}

/* symbols_wrapper__content__box */
.symbols_wrapper__content__box {
    padding: 24px 24px 24px 40px;
    /* border: 2px solid var(--main-color); */
    color: var(--white-color);
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out;
}

.symbols_wrapper__content__box:hover::before {
    width: 100%;
    transition: .4s ease-in-out;
}

.symbols_wrapper__content__box:hover {
    transform: scale(1.024);
    transition: .4s ease all;
}

.symbols_wrapper__content__box::before {
    /* content: ''; */
    position: absolute;
    transition: .3s ease-in-out;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--main-color);
    width: 2%;
    z-index: -1;
}

.symbols_wrapper__content__box img {
    margin-bottom: 10px;
    width: 64px;
}

.symbols_wrapper__content__box h3,
.number_box h3 {
    text-transform: capitalize;
    font-size: 25px;
}

.symbols_wrapper__content__box p,
.number_box p {
    margin-top: 12px;
    font-size: 18px;
}

/* inner_wrapper__img */
.inner_wrapper__img img {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
}

.inner-video video {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.inner-video {
    margin-top: 2rem;
}

.inner-video img {
    width: 100%;
    /* border: 5px solid #fff; */
    /* border-radius: 10px; */
}

/* product_box__img */
.product_box__img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: .4s ease-in-out;
}

.product_box:hover img {
    transition: .4s ease-in-out;

    filter: grayscale(0);
}

.product_box__content {
    margin-top: 1rem;
    color: #fff;
    text-align: center;
}

.product_box__content p {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 10px;
}

/* cta_wrapper__content */
.cta_wrapper__content {
    background: linear-gradient(45deg, #5D40D4, #C9299A);
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    color: var(--white-color);
}

.cta_wrapper__content h2 {
    font-size: 45px;
    font-weight: 600;
}

.cta_wrapper__content p {
    margin-top: 1rem;
    font-size: 18px;
}

/* number_box */
.number_box {
    color: var(--white-color);

}

.number_box:nth-child(2) .number-line::before {
    width: 75%;
}

.number_box:nth-child(3) .number-line::before {
    width: 60%;
}

.number-info h6 {
    font-size: 28px;
    font-weight: 700;
}

.number-line {
    width: 100%;
    height: 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #C9299A;
    margin: 12px 0;
}

.number-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 88%;
    border-radius: 10px;
    background-color: #ef49bd;
}

.number_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.menu_icon {
    display: none;
}

@media(max-width:1440px) {
    .banner_wrapper {
        padding: 30px 0;
    }

    .banner_content__left h2 {
        font-size: 56px;
    }

    .symbols_wrapper__content__box h3,
    .number_box h3 {
        font-size: 22px;
    }
}

@media(max-width:1200px) {
    .menu ul {
        gap: 2rem;
    }

    .logo img {
        width: 200px;
    }
}

@media(max-width:992px) {
    .myflex {
        flex-direction: column-reverse;
    }

    .menu ul {
        display: none;
    }

    .myNav.sticky {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #000;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid #676262;
        box-shadow: 0 0 3px rgba(0, 0, 0, .45);
    }

    .menu_icon {
        display: block;
    }

    .menu_icon i {
        font-size: 35px;
        color: var(--white-color);
    }

    .banner_content__right {
        margin-top: 2rem;
    }

    .symbols_wrapper__content__box {
        margin-bottom: 12px;
    }

    .about_content {
        padding: 1rem;
        margin-bottom: 1rem;
        height: auto;
    }
}

@media(max-width:768px) {
    .banner_wrapper {
        padding: 50px 0;
    }

    .number-line {
        height: 20px;
    }

    .symbols_wrapper__content__box img {
        margin-bottom: 7px;
        width: 40px;
    }

    .banner_content__left h2 {
        font-size: 32px;
    }

    .banner_content__left p,
    .about_content p,
    .main_heading p,
    .symbols_wrapper__content__box p,
    .number_box p,
    .symbols_wrapper__content__box p {
        margin-top: 8px;
        font-size: 16px;
    }

    .about_content h3 {
        font-size: 24px;
    }

    .logo img {
        width: 180px;
    }

    .form_content {
        padding: 10px 20px;
    }

    .about_img img {
        height: auto;
    }

    .main_heading h2 {
        font-size: 25px;
    }

    .symbols_wrapper__content__box h3,
    .number_box h3 {
        font-size: 20px;
    }

    .symbols_wrapper__content__box {
        padding: 12px 12px 12px 30px;
    }

    .symbols_wrapper__content__box:hover {
        transform: scale(1);
    }

    .global_content {
        margin-top: 20px;
    }

    .global_wrapper {
        padding: 30px 0;
    }

    .number_flex {
        grid-template-columns: repeat(1, 1fr);
    }

    .cta_wrapper__content h2 {
        font-size: 25px;
    }

    .cta_wrapper__content p {
        font-size: 16px;
        margin-top: 10px;
    }

    .cta_wrapper__content {
        padding: 20px 20px 30px 20px;
    }

    .number-info h6 {
        font-size: 22px;
    }

    .banner_content__right h3 {
        font-size: 25px;
    }

    .astro-form {
        padding: 0;
    }

    .banner_content__right {
        padding: 12px 0;
    }
}


.profile-container {
  position: relative;
  cursor: pointer;
}

.profile-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #4CAF50;
}

.profile-details {
  display: flex;
  flex-direction: column;
}

.profile-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.profile-email {
  margin: 0;
  font-size: 12px;
  color: #777;
}

.dropdown-icon {
  margin-left: 10px;
  color: #333;
  transition: transform 0.3s ease;
}

/* Profile menu dropdown */
.profile-menu {
  position: absolute;
  top: 70px;
  right: 0;
  list-style: none;
  background: #fff;
  padding: 10px 0;
  width: 180px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  display: none;
  z-index: 100;
}

.profile-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease;
}

.profile-menu li a:hover {
  background-color: #f1f1f1;
  border-left: 3px solid #4CAF50;
  padding-left: 12px;
}

/* Show dropdown on hover */
.profile-container:hover .profile-menu {
  display: block;
}

.profile-container:hover .dropdown-icon {
  transform: rotate(180deg);
}

/* ================== Upgraded Profile Card ================== */
.profile-card {
  background: rgba(255,255,255,0.05);
  /*border-radius: 20px;*/
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  display: flex;
  gap: 30px;
  padding: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

/* Left */
.profile-left {
  flex: 1 1 300px;
  min-width: 300px;
  text-align: center;
  position: relative;
}

.profile-left .profile-pic-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
 
  padding: 4px;
}

.profile-left img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  background: #222;
}

.edit-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ff6ec7;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #fff;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(255,110,199,0.6);
  transition: background 0.3s, transform 0.2s;
}

.edit-icon:hover {
  background: #e53eaa;
  transform: scale(1.1);
}

.profile-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 5px;
}

.profile-left p {
  color: #ccc;
  margin-bottom: 15px;
  font-size: 14px;
}

.profile-left button {
  padding: 10px 25px;
  background: #6c63ff;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
}

.profile-left button:hover {
  background: #4b44d5;
  transform: translateY(-2px);
}

/* Right Form */
.profile-right {
  flex: 2 1 400px;
  min-width: 300px;
}

.profile-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-right label {
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-right input,
.profile-right select,
.profile-right textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid     #ffffffff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14px;
  width: 100%;
  transition: background 0.3s, transform 0.2s;
}

.profile-right input:focus,
.profile-right select:focus,
.profile-right textarea:focus {
  background: rgba(255,255,255,0.2);
  outline: none;
  transform: scale(1.02);
}

/* .profile-right button {
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 4px 14px rgba(108, 99, 255, 0.4);
} */

.profile-right button:hover {
  background: #e53eaa;
  transform: translateY(-2px);
}



.card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.card h4 {
  margin: 0;
  color: #f39c12;
}

.card p {
  color: #555;
  font-size: 14px;
  margin-top: 8px;
}

/* Responsive */
@media(max-width: 768px) {
  .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-right {
    width: 100%;
  }
}

.buy_btn{
    padding: 12px;
    border: none;
    border-radius: 25px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 14px rgba(108, 99, 255, 0.4);
}

 
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    /*background-color: #25d366;*/
    color: white;
    /*border-radius: 50%;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 5px #999;*/
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.whatsapp_float:hover {
    /*background-color: #20b358;*/
    transform: scale(1.1);
}

.ref-btn {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 14px;

  background: linear-gradient(135deg, #7b2ff7, #f107a3);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}
.ref-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  filter: brightness(1.08);
}


 
@media (max-width: 992px) {
    .whatsapp_float{
        bottom: 85px !important
    }

}