@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Style for the My Account button */
.nav__btns .btn {
  display: flex;
  align-items: center;
}

/* Responsive styling for mobile view */
@media (max-width: 768px) {
  .nav__btns {
      justify-content: center;
  }

  /* .top-bar {
    background-color: #4a5cf4;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    font-size: 14px;
    align-items: center;
}

.top-bar .contact-info i {
    margin-right: 5px;
} */

.social-icons i {
    margin: 0 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #000;
}


  .nav__btns .btn a {
      padding-left: 8px;
      font-size: 16px;
      color: #ffffff;
      text-decoration: none;
  }

  .nav__btns .btn span i {
      font-size: 20px;
  }
}

/* Flying Money Animation */
.money {
  position: absolute;
  font-size: 24px;
  animation: fly 3s linear infinite;
  pointer-events: none;
}

/* Animation for flying effect */
@keyframes fly {
  0% {
      transform: translate(0, 100%);
      opacity: 1;
  }
  100% {
      transform: translate(300px, -150%);
      opacity: 0;
  }
}


:root {
  --primary-color: #e1b626;
  --primary-color-dark: #d83e3e;
  --text-dark: #2e2e2e;
  --text-light: #595959;
  --extra-light: #f3f4f6;
  --white: #ffffff;
  --max-width: 1200px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.top-bar {
  background-color: #e1b626;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 14px;
  align-items: center;
}
.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem 0rem;
}

.section__header {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2rem;
  color: var(--text-dark);
}

.section__subheader {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: 2px;
  font-weight: bolder;
}

.section__description {
  line-height: 1.75rem;
  color: var(--text-light);
}

.btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--primary-color);
  white-space: nowrap;
  border-radius: 5rem;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color-dark);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

header {
  background: linear-gradient(to bottom,
      rgba(245 210 71 / 10%),
      rgba(245, 71, 72, 0));
}

nav {
  position: fixed;
  isolation: isolate;
  width: 100%;
  z-index: 9;
}

.nav__header {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
}

.nav__logo img {
  max-width: 35px;
}

.nav__logo span {
  display: none;
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

.nav__links {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--primary-color);
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-100%);
}

.nav__links.open {
  transform: translateY(0);
}

.nav__links a {
  font-weight: 500;
  color: var(--white); 
  white-space: nowrap;
}

.nav__links a:hover {
  color: var(--text-dark);
}

.nav__links .btn:hover {
  background-color: var(--primary-color);
}

.nav__btns {
  display: none;
}

.header__container {
  display: grid;
  gap: 2rem 1rem;
  overflow: hidden;
  padding-top: 20px;
}

.header__image img {
  max-width: 500px;
  margin-inline: auto;
}

.header__tag {
  margin-bottom: 2rem;
  max-width: fit-content;
  margin-inline: auto;
  /* padding: 0.75rem 1rem; */
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--primary-color);
  /* background-color: rgba(245, 71, 72, 0.1); */
  /* border-radius: 5rem; */
}

.header__tag img {
  max-width: 25px;
}

.header__content h1 {
  margin-bottom: 2rem;
  font-size: 4.75rem;
  color: var(--text-dark);
  text-align: center;
  line-height: 5.75rem;
}

.header__content h1 span {
  color: var(--primary-color);
}

.header__content .section__description {
  margin-bottom: 2rem;
  text-align: center;
}

.header__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.header__btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-dark);
}

.header__btns a span {
  padding: 4px 10px;
  font-size: 1.5rem;
  color: #000000;
  border-radius: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.header__btns a:hover {
  color: var(--primary-color);
}

.video-background {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh; /* At least full screen */
  overflow: hidden;
  z-index: 1;
  padding: 100px 0; /* Optional: top/bottom spacing */
}
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  padding: 20px;
}

.video-overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.video-overlay p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.video-overlay .btn {
  background-color: #ff6600;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.video-overlay .btn:hover {
  background-color: #e65c00;
}





.service__container .section__subheader {
  text-align: center;
}

.service__container .section__header {
  margin-bottom: 4rem;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}

.service__grid {
  display: grid;
  gap: 2rem 1rem;
}

.service__card img {
  max-width: 75px;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.service__card h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
}

.service__card p {
  max-width: 275px;
  margin-inline: auto;
  color: var(--text-light);
  text-align: center;
  line-height: 1.75rem;
}


.menu__container .section__header {
  max-width: 550px;
}

.swiper {
  width: 100%;
  margin-top: 4rem;
}

.swiper-slide {
  max-width: 350px;
}

.menu__card {
  position: relative;
  isolation: isolate;
  border-radius: 1rem;
  overflow: hidden;
}

.menu__card__details {
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  z-index: 1;
}

.menu__card__details h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
}

.menu__card__details h5 {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
}

.menu__card__details h5 span {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #fdc55e;
}

.menu__card__details a {
  color: var(--white);
}

.menu__card__details a:hover {
  color: var(--primary-color);
}
.clients{
  height: 211px;
  background-color: white;
  
}

.client__container {
  display: grid;
  gap: 2rem;
  overflow: hidden;
}

.client__image img {
  max-width: 550px;
  margin-inline: auto;
}

.client__content .section__header {
  margin-bottom: 2rem;
}

.client__content .section__description {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.client__details {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.client__details img {
  max-width: 50px;
  border-radius: 100%;
}

.client__details h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.client__details h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
}

.client__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client__rating span {
  font-size: 1.2rem;
  color: goldenrod;
}

.client__rating span:last-child {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
}

/*   Download Section   */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.container {
  display: flex
;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex-direction: row-reverse;
}

.left-section {
  width: 50%;
  padding: 20px;
}

.left-section h2 {
  font-size: 26px;
  color: #222;
  margin-bottom: 10px;
}

.left-section p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.contact-box {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.icon {
  font-size: 20px;
  margin-right: 15px;
}

.contact-item p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.contact-item a {
  text-decoration: none;
  font-weight: bold;
  color: var(--primary-color);
}

.contact-item strong {
  font-size: 16px;
  color: #222;
}

.left-section {
  width: 45%;
}

.right-section video {
  width: 350px; /* Aap is width ko apne hisaab se adjust kar sakte hain */
  border-radius: 10px;
}

/*   Download Section   */

.download__container {
  background-color: rgba(245, 71, 72, 0.05);
  overflow: hidden;
}

.download__container .section__container {
  padding-block: 2rem 0;
  display: grid;
  gap: 2rem;
}

.download__image img {
  max-width: 550px;
  margin-inline: auto;
}

.download__content {
  padding-block: 2rem;
}

.download__content .section__header {
  margin-bottom: 2rem;
}

.download__content .section__description {
  margin-bottom: 2rem;
}

/*   End   */



/*  */


/*Advantage Sunishhcit*/

.advantage-section {
  text-align: center;
  padding: 20px;
}

.advantage-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.card {
  width: 150px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  animation: fadeIn 1s ease-in-out;
  animation-delay: calc(var(--delay) * 0.2s);
  animation-fill-mode: both;
  opacity: 0; /* Start hidden for animation */
}

.card img {
  width: 60%;
  border-radius: 8px;
}

.card h3 {
  margin-top: 15px;
  font-size: 18px;
  color: var(--primary-color);
}

.card p {
  font-size: 14px;
  color: #555555;
}

/* Hover Animation */
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Fade-in Animation */
@keyframes fadeIn {
  0% {
      transform: translateY(30px);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

/* Apply delay for each card */
.card:nth-child(1) {
  --delay: 0;
}
.card:nth-child(2) {
  --delay: 1;
}
.card:nth-child(3) {
  --delay: 2;
}
.card:nth-child(4) {
  --delay: 3;
}
.card:nth-child(5) {
  --delay: 4;
}


/*cookies*/


  
.stripPopup {
position: fixed;
bottom: 0;
width: 100%;
background-color: #f4f4f4;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
z-index: 9999;
padding: 15px 0;
}

.stripPopup .container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}

.stripPopup .contentWrap {
flex: 1;
margin-right: 20px;
font-size: 14px;
color: #333;
line-height: 1.5;
}

.stripPopup .contentWrap span {
font-weight: bold;
}

.stripPopup .contentWrap abbr {
display: block;
margin-top: 8px;
font-size: 13px;
color: #555;
}

.stripPopup .btnWrap {
display: flex;
gap: 10px;
}

.stripPopup .btn3 {
display: inline-block;
padding: 6px 12px; /* Reduced padding for smaller size */
background-color: #007bff;
color: #fff;
font-size: 12px; /* Reduced font size */
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.stripPopup .btn3:hover {
background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.stripPopup .container {
  flex-direction: column;
  align-items: flex-start;
}

.stripPopup .contentWrap {
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

.stripPopup .btnWrap {
  justify-content: flex-start;
  width: 100%;
}

.stripPopup .btn3 {
  font-size: 11px; /* Further reduce font size */
  padding: 5px 10px; /* Adjust padding */
}
}

@media (max-width: 480px) {
.stripPopup {
  padding: 10px 0; /* Reduce padding for small screens */
}

.stripPopup .container {
  padding: 0 10px;
}

.stripPopup .contentWrap {
  font-size: 12px;
}

.stripPopup .btn3 {
  font-size: 10px; /* Further reduce font size */
  padding: 4px 8px; /* Adjust padding for very small screens */
}
}
/*cookies*/





.footer__container {
  display: grid;
  gap: 4rem 2rem;

}

.footer__logo {
  margin-bottom: 2rem;
}

.footer__logo img {
  max-width: 140px;
}

.footer__logo span {
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
}

.footer__col .section__description {
  max-width: 350px;
}

.footer__socials {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer__socials a {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.footer__socials a:hover {
  color: var(--primary-color-dark);
}

.footer__col h4 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.footer__links {
  display: grid;
  gap: 1rem;
}

.footer__links a {
  color: var(--text-light);
}

.footer__links a:hover {
  color: var(--primary-color);
}

.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--text-light);
  text-align: center;
}




/* ======================================================= */
.body {
  height: 50vh;
  background-color:#ffffff;
  display: grid;
  place-items: center;
}

.partner_section {
  display: grid;
  place-items: center;
}

.h1_partner_section {
  font-size: 2rem;
  padding: 0px;
  margin: 0px 0px;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 80%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: auto;
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;

}



@keyframes scrolling {

  0% {
      transform: translateX(80%);
  }

  100% {
      transform: translateX(-20%);
  }
}

.slider-items img {
  width: 12%;
  margin: 20px;

}






/* =======================partners End=============================== */

/*  ========================================================================== */
/* ==================================testinmail ==================== ====================*/


/*  ========================================================================== */
/* ==============================testinomial End======================== ====================*/

.sticky-icon  {
	z-index:1;
	position:fixed;
	top:10%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Email  {
	background-color:#0949fa;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.Google  {
	background-color:#147207;
	color:#FFF;}		

.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}





@media (max-width: 390px) {

  


  .section__container {
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 1rem;
  }
  .nav__logo img {
    max-width: 135px;
  }

  .header__container {
    padding-top: 40px;
  }
  .header__tag {
    max-width: fit-content;
    margin-inline: auto;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--primary-color);
    background-color: rgba(245, 71, 71, 0);
    
  }
  .h1_partner_section {
    font-size: 1rem;
    padding: 0px;
    margin: 0px 0px;
  }

  .header__content .section__description {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 20px;
  
  }   


  .service__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 690px) {
  .section__container {
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 1rem;
  }
  .nav__logo img {
    max-width: 135px;
  }

  .header__container {
    padding-top: 80px;
  }
  .header__tag {
    max-width: fit-content;
    margin-inline: auto;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--primary-color);
    background-color: rgba(245, 71, 71, 0);
    font-size: 20px;
    
  }
  .h1_partner_section {
    font-size: 1rem;
    padding: 0px;
    margin: 0px 0px;
  }

  .header__content .section__description {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 15px;
  
  }


  .service__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 540px) {
  .service__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 768px) {
  nav {
    position: static;
    padding-block: 2rem 0;
    padding-inline: 1rem;
    max-width: var(--max-width);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .nav__header {
    flex: 1;
    padding: 0;
    background-color: transparent;
  }

  .nav__logo img {
    max-width: 140px;
  }

  .nav__logo span {
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    position: static;
    width: fit-content;
    padding: 0;
    flex-direction: row;
    gap: 2rem;
    background-color: transparent;
    transform: none;
  }

  .nav__links a {
    color: var(--white); 
  }

  .nav__links a:hover {
    color: var(--primary-color)
    ;
  }

  .nav__links li:last-child {
    display: none;
  }

  .nav__btns {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .header__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .header__image {
    grid-area: 1/2/2/3;
  }

  .header__tag {
    margin-inline-start: unset;
  }

  .header__content :is(h1, .section__description) {
    text-align: left;
  }

  .header__btns {
    justify-content: flex-start;
  }

  .service__grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .client__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .download__container .section__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .download__image {
    grid-area: 1/2/2/3;
  }

  .footer__container {
    grid-template-columns: repeat(5, 1fr);
  }

  .footer__col:nth-child(1) {
    grid-column: 1/3;
  }
}


