@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');
body{
	padding: 0;
	margin: 0;
	background-color: #0a1447;
	font-family: "Noto Sans Devanagari", sans-serif;
  font-optical-sizing: auto;
  
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.navbar {
  /* background: rgba(255, 255, 255, 0.2) !important; 0.8 = 80% opacity */
}
.nav_span{
	font-family: 'Montserrat', sans-serif;
}

.nav_1{
	
	height: 100px;
}
  /* Logo Circle */
  .logo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: limegreen;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    flex-shrink: 0;
  }


  /* Buy Button */
  .buy-btn {
    background-color:red !important;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: transform 0.2s ease;
  }

  .buy-btn:hover {
    transform: scale(1.05);
  }

  
.bg
{
	background-color: #0a1447;
}

.custom-text {
      padding: 20px;
    }
    .custom-img img {
	
      width: 80%;
      height: auto;
      border-radius: 10px;
     
}

.color_white{
	color: white;
}

/* ========================== SECTION 2 ===============  */

.s2{
	
	background-color: #fdeadc; 
}

.s5_h{
	color: white;
	
}
.s3_p
{
	color:  #09ff78; 
}
/*.s5_hover:hover
{
	background-color: #09ff78;
	cursor: pointer;
	
}*/


/* ========================== SECTION 4 ===============  */
 .about-section {
      background-color: #e6f6fb; /* light blue background */
      
    }

    .about-box {
      background-color: #0a1447; /* dark navy blue */
      color: white;
      padding: 40px;
      position: relative;
      
    }

    .about-image {
      position: relative;
     
      
    }

    .about-image img {
      max-width: 100%;
      
      margin-top: -80px;
    }

    @media (max-width: 768px) {
      .about-image img {
        margin-top: 20px;
      }
    }

.custom-text1{
	padding: 20px;
	
}

.custom-img1 img {
      width: 70%;
      height: auto;
      border-radius: 10px;
}
.reviews-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}
/* -----------------  Section ---------- */

.section{
	color: white;
	font-family: 'Montserrat', sans-serif;
}

/* ----------------- Bonus  Section ---------- */

    .bonus-section h2 {
      font-weight: 600;
      font-size: 28px;
      color: white;
      margin-bottom: 20px;
    }

    .bonus-list {
      list-style: none;
      padding-left: 0;
		color: white;
    }

    .bonus-list li {
      font-size: 18px;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
    }

    .bonus-list li span {
      font-size: 22px;
      margin-right: 12px;
    }


@keyframes shakeX {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake-continuous {
  animation: shakeX 0.8s infinite;
}


/* ----------------- Footer Section ---------- */
.footer_bg{
	 background-color: #0a1447;
 font-family: 'Montserrat', sans-serif;
}

.footer-section {
  background-color: #0a1447;
 font-family: 'Montserrat', sans-serif;
}

.footer_bg p
{
	font-family: 'Montserrat', sans-serif;
	text-align: justify-all;
	font-size: 100;
}

.footer_support
{
	color: #09ff78;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 13px;
}

.footer_support:hover{
	color: white;
}
.footer_support1{
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	
}

