body{
    margin: 0;
    padding: 0;
    font-family:'rubik';
}
.header a.active {
  
  color: rgb(74, 58, 218);
  font-weight: 600;
}
#highlight{
color:  #C0439F;
}
    
.header img{
  width: 209px;
  height: 70px;
  margin-left: 5%;
}
.whycontainer{
  width: 60%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 3rem;
}
.lbuttons{
  text-align: center;
  margin-top: 2.5rem;
}
.privacy{
  text-align: center;
  color: #041B3C;
   margin-top: 3rem;
}
.fbuttons {
  display: inline-block; 
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff;
  margin: 5px;
  transition: background-color 0.3s ease;
  font-family: 'rubik';
  font-weight: 400;
}
.fbutton-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
.stars{
  display: flex; align-items: center;
}
.simgs{
  width:30px;
  height: 30px;
}
.fbuttons:hover {
  background-color: #5d1bd9;
  color: #fff;
}

.listcontent li{
color: #041B3C;
font-size: 22px;
font-weight: 600;
}

.listcontent p{
  color: #626D90;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  line-height: 2;
  }
.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);
}
.Title h1{

    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 40px;
}

.headerimage{
  width: 100%;
  height: 720px;

}

.headerimage  img{
  width:100%;
  height: 700px;
}
.content{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 30px;
    color:grey;
}
.leftside{
width: 50%;



}
.leftside img{
  width: 70%;
  height: 500px;
  margin: auto;
  display: block;
  justify-content: center;
  align-items: center;
}
.rightside{
    width: 50%;
    /* height: auto; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding-right: 5rem;
}

.paras{
  font-size: 16px;
  color:#626D90;
  line-height: 1.5;
}
.rtitle{
  font-size: 30px;
  color:#041B3C;
  /* padding: 5px 10px; */
  font-weight: 500;
}

.distitle{
display: none;
}
.rcolored{
  color: #C0439F;
  font-size: 16px;
  line-height: 1.5;
}
.midimage{
  width: 100%;
  height: 350px;
  margin-top: 3rem;
}
.midimage img{
  width: 100%;
  height: 340px;
}

.footer {
  position: relative;
 margin-top: 2rem;
  width: 100%;
  height: 380px;
  background-image: url(../images/main/footer.webp);
  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;
    
    }
    .Title h1{
        
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        letter-spacing: 0px;
        font-weight: 900;
        font-size: 28px;
    }
    .content{
        display: flex;
        flex-direction: column;
        font-size: 20px;
       
      
    }
    .leftside{
        width: 100%;
        /* height:auto; */
        /* margin-left: 0.5rem;
        margin-right: 0.5rem; */
        height: auto;
        margin-left: 0;
        text-align: center;

        
        }
        .rightside {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        
          .rightside img {
            width: 90%; /* Make the image width 100% of the container */
            max-width: 416px; /* Set a maximum width for the image */
            max-height: 293px;
            height: auto;
            margin-left: 2rem;
            margin-right: 2rem;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        
          }
          
          .footer {
            position: relative;
            width: 100%;
            height: 380px;      
            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%; 
  }
  /* .sec1{
    color:white;
    width: fit-content;
    margin: auto;
    text-align: left;
    padding-left: 2rem;
  }
  .sec2{
    width: fit-content;
    margin: auto;
    text-align: left;
    padding-left: 2rem;
  }
  .sec3{
    
    width: 100%;
    margin: 0;
  
  } */
  
  
  .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;
  } */

  .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 {
    
    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;
}


.header a{
  padding: 10px;
}
.midimage{
  width: 100%;
  height: 130px;
  margin-top: 3rem;
}
.midimage img{
  width: 100%;
  height: 100px;
}
.rightside{
  padding-right: 0;
}
.headerimage{
  width: 100%;
  height: 220px;

}

.headerimage  img{
  width:100%;
  height: 230px;
}
.leftside{
  width: 100%;
  
  
  
  }
  .leftside img{
    width: 70%;
    height: 350px;
    margin: auto;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .distitle{
    display: contents;
    text-align: center;
    font-size: 22px;
    color:#041B3C;
    font-weight: 500;
    padding: 0 20px;
    text-align: center;

  }
  .rtitle{
    display: none;
  }
  .privacy{
    text-align: center;
    color: #041B3C;
     margin-top: 3rem;
     font-size: 22px;
     padding: 0 10px;
  }
.listcontent li{
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.5;
}
.whycontainer{
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 3rem
}
.paras{
  font-size: 16px;
  color:#626D90;
  line-height: 1.5;
  padding: 0 10px;
}

.rcolored{
  color: #C0439F;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
}
.simgs{
  width:15px;
  height: 15px;
}
  
}