body{
    margin: 0;
    padding:0;
    font-family: 'rubik';

}


#captcha-equation {
  width: 100px;
   height: 25px;
    margin-left: 10px;
     background-color: rgb(255, 255, 255);
}


.merchants{
  display: flex;
  flex-direction: row;
  width: calc(100% - 10%);
  margin: 0 5%;

  height: 100px;
 
  margin-top: 3rem;
  justify-content: space-between;
  align-items: center;
}
.imageContainer {
    width: 100%;
    height: 380px;
    background-image: url(../images/partners/partnerpage.png); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    
   
}
.text {
text-align: center;
font-family: 'rubik';
font-size: 44px;
color: rgb(253, 248, 248);
}
.partner_cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.cards{
    width: 25%;
    height: 230px;
    justify-content: space-between;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 8px 2px #333333;
}
.cards h2{
    font-size: 22px;
    color:#5d1bd9;
    font-family: 'rubik';
    text-align: center;
}
.cards p{
    text-align: center;
    font-family: 'rubik';
}
.headings{
    text-align: center;
    font-family: 'rubik';
    margin-top: 3rem;
    
}
.content{
    /* text-align: center; */
    font-family: 'rubik';
    margin-left: 4.5rem;
    margin-right: 4.5rem;
    font-size: 20px;
}
.partner-intro{
    color:black;
    font: bold 25px rubik;
    text-align: center;
    margin-top: 2rem;
    letter-spacing: 1px;
 
  
 
  }
  .cardimg{
    width: 40px;
    height:40px;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: block;
  }
  .scrolling-slider{
    /* border: 2px solid rgb(203, 11, 11); */
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 4rem auto;
  }
  .swiper-container.slider2 {
    width: 100%; /* Adjust the width as needed */
    margin: auto; /* Centers the container horizontally */
    overflow: hidden;
    cursor: grab;
  }
  
  /* Apply the styles to the swiper-slide inside "swiper-container" with class name "slider2" */
  .swiper-container.slider2 .swiper-slide {
    max-width: max-content;
    height: 100%;
    margin: auto;
    user-select: none;
  }
  
  /* Apply the styles to the images inside "swiper-container" with class name "slider2" */
  .swiper-container.slider2 .swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    user-select: none;
  }
  .fa-arrow-left,
  .fa-arrow-right {
    background-color: #000000;
    z-index: 10;
    color: #5d1bd9;
    cursor: pointer;
    font-size: 25px;
    font-family: rubik;
  }
  .fa-arrow-left{
    margin-right: 2rem;
  }
  .fa-arrow-right {
    margin-left: 2rem;
  }
  .contact_us-section{
    display: flex;
    flex-direction: row;
}
.contact_us-divider{
    width: 45%;
    margin: auto ;
    text-align: center;
}
.contact_us-content{
    margin: auto ;
    text-align: left;
    width: fit-content;
}

.contact-title{
    font: bold 17px rubik;
    border-bottom: 3px solid #592da9;
    width: fit-content;
    letter-spacing: 4px;
}
.contact-subtitle{
    font: bolder 60px rubik;
}
.contact-subtitle-msg{
    font-family: Vujahday Script;
    font-weight: 300;
    font-size: 80px;
    margin-top: -3rem !important;
}
.contact-address-layout{
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}
.mail-icon-container{
    display: flex;
    align-items: center;
    text-align: center;
}
.fa-envelope{
    color: #592da9;
    font-size: 23px;
    padding: 10px;
    /* border: 1px solid black; */
}

.contct-admin-title{
    font: 700 15px rubik;
}
.contct-admin-subtitle{
    font: 14px rubik;
}
.contact-mail-id{
    font: bold 14px rubik;
}
.form-layout{
    margin: 2rem 0rem;
    width: fit-content;
    padding: 2rem 1.5rem;
    background-color: white;   
    box-shadow: -12px 12px 56px 10px rgba(16,45,94,0.17);
    border-radius: 3px;
}
.contact_us-form{
    width: 80%;
    /* text-align: center;   */
    width: fit-content;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
}

.input-rows{
    display: flex;
    flex-direction: row;
    margin: .5rem 0px ;
}
.input-rows1{
  display: flex;
  flex-direction: row;
  margin: .5rem 0px ;
}
.single-input-cell{
    display: flex;
    flex-direction: column;
    
    width: auto;
}
.textarea-cell{
    display: flex;
    margin: .5rem 0px 0px 0px;
}
.input-rows input {
    width: 220px;
    padding: 8px 16px;
    margin: 4px 4px 0px 4px;
    background-color: white;
    border: 1px solid #eeeeee;
    letter-spacing: 1px;
    font: 14px  sans-serif;
    color: #7c7c7c;
    height: 20px;
}
.input-rows input::placeholder {
    color: #909090b4;  
}
.input-rows input:focus{
    outline: none;
}
.contact_us-message{
    font: 14px  sans-serif;
    letter-spacing: 1px;
    color: #7c7c7c;  
    padding: 8px 16px;
    width: 100%;   
    resize: vertical;
    background-color: white;
    border: 1px solid #eeeeee;
    height: 10.2rem;
    min-height: 3rem;
    margin: 4px;
}
.contact_us-message::placeholder{
    color: #909090b4;
}
.contact_us-message:focus{
    outline: none;
}
.send_message-btn{
    margin: 4px;
    font:bolder 14px rubik;
    width: 100%;
    background-color:#592da9 ;
    color: white;
    border: 2px solid #592da9;
    border-radius: 3px;
    padding: 11px 34px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    transition: background-color 0.3s;
    cursor: pointer;
}
.send_message-btn:hover{
    background-color: white;
    color: #592da9;
    border: 2px solid #592da9;
    
}
.alert-message{
    margin: 0 0 0 4px;
    padding: 0;
    color: red;
    font: 14px rubik;
    text-align: left;
}
.response-message{
    font: 14px rubik;
    display: inline-block;
    /* color: #228B22;
    color: #592da9;
    color: red; */
}
    
.header img{
  width: 209px;
  height: 70px;
  margin-left: 5%;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px; 

  transition: 0.3s ease;
  font-family: 'rubik';
  

}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  height: 90px;
  transition: color 0.3s ease;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);


}
.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.header a.logo {
  float: left
}

.header a:hover {

  color: rgb(87, 21, 172);
  transform: scale(1.1);
 
}

.header a{
  color: black;
  font-weight: 600;
}
.header a.active {
  
  color: rgb(74, 58, 218);
  font-weight: 600;
}

/* Add this style to hide the .mobile-menu by default */
.mobile-menu {
display: none;
}
.hamburger-menu{
display: none;
}
.btn-partner {
height: 40px;
width: 140px;
margin-right: 5rem;
border-style: none;
cursor: pointer;
background-color:#041B3C;
border-radius: 50px;
color: white;
font-weight: 600;
transition:color 0.3s ease-in-out;
font-family: 'rubik';
}
.btn-partner:hover {
  background-color: white;
  color: #041B3C;
  border: 1px solid #041B3C;
transform: scale(1.1);
}

.footer {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url(../images/main/footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
  }
  
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 27, 60, 0.9); /* Adjust the opacity value and color as needed */
  
  
  }
  .sec1{
    width:30%;
    text-align:center;
    z-index: 1;
    margin-top:10px;
  
  }
  .sec1 p{
    color: white;
  
  
  }
  .footer h3 {
    color: #ffffff;
    opacity: 1; /* Adjust the opacity value as needed */
    margin: 0;
    padding: 0;
    text-decoration: underline;
    margin-top: 4rem;
    
  
  }
  .sec2{
    width:30%;
    text-align:center;
    z-index: 1;
    margin-top:10px;
   
  }
  .sec2 p{
    color:white;
   
  }
  .sec3{
    width:40%;
    text-align:left;
    z-index: 1;
    margin-top:10px;
    margin-left: 4rem;
   
  }
  
  .social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
  
  }
  .social-icons a{
  text-decoration: none;
  }
  
  
  .icon {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  
  .facebook {
    background-color: #3b5998;
    font-size: 20px;
  }
  
  .instagram {
    background-color: #e4405f;
    font-size: 20px;
  }
  
  .twitter {
    background-color: #1da1f2;
    font-size: 20px;
  }
  
  .youtube {
    background-color: #c4302b;
    font-size: 20px;
  }
  .tiktok{
    background-color: #000000;
    font-size: 20px;
  }
  
  
  .footerbuttons {
    justify-content: center;
  
    margin-top: 2rem;
  }
  .footerbuttons1 {
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
  
  .fbuttons {
    display: inline-block; 
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    /* border: 1px solid #000000; */
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    margin: 5px;
    transition: background-color 0.3s ease;
  
    font-weight: 400;
  }
  
  
  .fbuttons:hover {
    background-color: #5d1bd9;
    color: #fff;
  }
  
  .fbutton-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .bottom{
    height: 100px;
    width: 100%; 
    background-color:#041B3C; 
    text-align: center;
     display: flex; 
     justify-content: center;
      align-items: center;
  }
  .bottom p{
    color: white;
    font-size: 14px;
  
  }



@media screen and (max-width: 767px) {
body {
margin: 0;
padding: 0;
}
.text{
font-size: 32px;
}
.imageContainer {
/* padding: 10px; */
height: 210px;
width: 100%;
}
.partner_cards{
    display: flex;
    flex-direction: column;
    

}
.cards{
    width: 84%;
    height: auto;
    justify-content: center;
    padding: 10px;
    margin-left: 8%;
    margin-right: 8%;
  
}
.content{
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    padding:0 10px;
}
.scrolling-slider{
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 3rem auto;
  }

  
.swiper-container.slider2  {
    width: 100%; 
    margin: auto; 
    overflow: hidden;
    cursor: grab;
  }
  .swiper-container.slider2 .swiper-slide {
  max-width: max-content;
  
  margin: auto;
  user-select: none;
  }
  
  .swiper-container.slider2 .swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    user-select: none;
  }
  
  
  .fa-arrow-left,
  .fa-arrow-right {
    background-color: #fff;
    z-index: 10;
    color: #5d1bd9;
    cursor: pointer;
    font-size: 25px;
    font-family: rubik;
  }
  .fa-arrow-left{
    margin-right: 2rem;
  }
  
  .fa-arrow-right {
    margin-left: 2rem;
  }
  .contact_us-section{
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
}
.contact_us-divider{
    width: 90%;
    margin: auto ;
    text-align: center;
    /* border:1px solid black; */
}
.contact_us-content{
    /* border:1px solid black; */
    margin: auto ;
    text-align: center;
    width: fit-content;
}

.contact-title{
    width: auto;
    font: bold 15px rubik;
    border-bottom: 3px solid #592da9;
    letter-spacing: 4px;
    text-align: center;
    justify-content: center;
}
.contact-subtitle{
    font: bolder 60px rubik;
}
.contact-subtitle-msg{
    font-family: Vujahday Script;
    font-weight: 300;
    font-size: 80px;
    margin-top: -2rem !important;
}
.contact-address-layout{
    /* border:1px solid black; */
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
.mail-icon-container{
    /* border:1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fa-envelope{
    /* border:1px solid black; */
    color: #592da9;
    font-size: 23px;
    padding: 10px;
}

.contct-admin-title{
    font: 700 17px rubik;
}
.contct-admin-subtitle{
    font: 14px rubik;
}
.contact-mail-id{
    font: bold 14px rubik;
}
.form-layout{
    margin: 1.5rem auto;
    width: fit-content;
    padding: 2rem 1.5rem;
    background-color: white;   
    box-shadow: -12px 12px 56px 10px rgba(16,45,94,0.17);
    border-radius: 3px;
    /* border: 1px solid black; */
}
.contact_us-form{
    width: 80%;
    text-align: center;  
    width: fit-content;
    /* border: 1px solid black; */
}

.input-rows{
    display: flex;
    flex-direction: column;
    margin: .5rem 0px ;
    /* border: 1px solid black; */
}
.input-rows input {
    width: 220px;
    padding: 8px 16px;
    margin: 4px;
    background-color: white;
    border: 1px solid #eeeeee;
    letter-spacing: 1px;
    font: 14px  sans-serif;
    color: #7c7c7c;
    height: 20px;
}
.input-rows input::placeholder {
    color: #909090b4;  
}
.input-rows input:focus{
    outline: none;
}
.contact_us-message{
    font: 14px  sans-serif;
    letter-spacing: 1px;
    color: #7c7c7c;  
    padding: 8px 16px;
    width: 220px;
    height: 10.2rem;
    resize: vertical;
    background-color: white;
    border: 1px solid #eeeeee;
    min-height: 3rem;
    margin: 4px;
}
.contact_us-message::placeholder{
    color: #909090b4;
}
.contact_us-message:focus{
    outline: none;
}
.send_message-btn{
    margin: 0px;
    font:bolder 14px rubik;
    width: 100%;
    background-color:#592da9 ;
    color: white;
    border: 2px solid #592da9;
    border-radius: 3px;
    padding: 11px 34px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    transition: background-color 0.3s;
    cursor: pointer;
}
.send_message-btn:hover{
    background-color: white;
    color: #592da9;
    border: 2px solid #592da9;
    
} 

.header-right {
    display: none;
}

.hamburger-menu {
      display: block;
        margin-left: 1rem;
       font-size:25px;
       font-weight: bolder;
        color: #5d1bd9;
        background-color: rgba(0,0,0,.05);
        border:0 solid;
       padding:5px;
       width: 30px; 
       height: 25px; 
       line-height: 25px; 
       text-align: center;
       border-radius: 5px;
       margin-right: 0.5rem;
}

.header img {
    width: 167px;
    height: 56px;
    margin-left: 2.5%;
}

/* Additional styles for the mobile menu */
.mobile-menu.active {
    display: flex;
    width: 100%;
    height: 27%;
    top: 8%; /* Adjust the top position to 20% */
    text-align: center;
    flex-direction: column;
    /* justify-content: space-around; */
    align-items: center;
    background-color: #ffffff;
    position: fixed; /* Use fixed position to keep it on top */
    left: 0;
    z-index: 1000;
   
  
}
.header a{
  padding: 10px;
  color:#2e3237;
  font-weight:400;
  font-size:16px;
}

.mobile-link {
    font-family: 'rubik';
    color: black;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    display: block;
    
}

.mobile-menu .btn-partner {
    margin: 0;
    height: 40px;
    width: 140px;
    border-style: none;
    cursor: pointer;
    background-color: #7106a3;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    /* padding: 10px; */
    transition: color 0.3s ease-in-out;
}

.mobile-menu .btn-partner:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}
.header{
  width:100%;
  height: 90px;
  position: sticky;
  margin:0;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  /* background-image: url(../images/main/footer.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 4rem;
 
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}


.sec1{
  color:white;
  
  width: 100%;
  margin: 0;
  text-align: center;
  width: 100%;
  
}
.sec2{
 
  width: 100%;
  margin: 0;
  text-align: center;
  
}
.sec3{
  
  width: 100%;
  margin: 0;
  text-align: center;

}


.footerbuttons {
 
  margin-top: 2rem;
  display: none;
}
.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
 
  

}
.social-icons a{
text-decoration: none;
}


.icon {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
}

.facebook {
  background-color: #3b5998;
  font-size: 20px;
  margin-left: 20px;
}

.instagram {
  background-color: #e4405f;
  font-size: 20px;
}

.twitter {
  background-color: #1da1f2;
  font-size: 20px;
}


.youtube {
  background-color: #c4302b;
  font-size: 20px;
}
.footerbuttons {
  display: flex;
  flex-direction: column;
  align-items: center;

}


.fbuttons {
 
  align-items: center;
  text-decoration: none;
  color: #000; /* Change color to your preference */
  margin-bottom: 10px; /* Add spacing between the buttons */
  background-color: #000;
  width: 60%;
 
  border-radius: 5px;
  color: white;
  justify-content: center;
  text-align: center;

}

.fbutton-icon {
  width: 30px; /* Adjust the icon width as needed */
  height: 30px; /* Adjust the icon height as needed */
  margin-right: 10px; /* Add spacing between the icon and text */
}
.underline1 {
  display: inline-block;
  position: relative;
}

.underline1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* Adjust the value to position the underline */
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

#und{
  text-align: center;
 
}
.iconss{
  margin-top: 10px;

}
.sec1 p{
  text-align: center;
}
.sec2 p{
  text-align: center;
}

.merchants {
  width: 50%;

  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  
}

.mimages {
  margin-bottom: 20px; 
  margin: 10px 20px;
}

.mimages:last-child {
  margin-bottom: 0; 
}

.bimgs{

  width: 100%;
  height:100%;


}

   .header a{
    padding: 10px;
  }
 .merchants{

width: 100%;
height: fit-content;
 }
 #highlight{
  color:#C0439F
}
#captcha-equation {
  width: 45px;
   height: 20px;
    margin-left: 10px;
     background-color: rgb(255, 255, 255);
}
  
.capss{
  text-align: left;
}
.input-rows1{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}


}