.card-text{
    font-display: swap;
}
.instagram {
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 220px;
    line-height: 250px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  }
.btn1{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 700!important;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.16);
  cursor: pointer;
  height: 55px;
  flex-shrink: 0;
  margin-left: .5rem;

}
 /* Additional styles for customization */
 .bg {
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
}

.navbar-brand {
  font-weight: bold;

}

/* Basic styling for demonstration purposes */
.container1 {
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.whitetext {
  color: #fff;

}

.ins {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  height: auto;
  text-align: center;
  color: white;
}

input[type="text"] {
  width: 80%;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  padding: 12px 20px;
  background-color: #00be63;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #ffffff;
}

.custom-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Additional styling for demonstration purposes */
.footer {
  /*background-color: #f8f9fa;*/
  padding: 20px 0;
  width: 100%;
}

.footer-columns {
  color: #333;
}

.footer-columns a {
  display: block;
  color: #333;
  margin-bottom: 5px;
}

.image-container {
  position: relative;
  width: 300px;
  /* Adjust the width as needed */
  margin: 20px auto;
}

.instagram-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.hidden-div {
  display: none;
  visibility: hidden;
}

.BtnWhite {
  background-color: linear-gradient(45deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%);


}

.green-btn {
  background-color: #01e31f;
  /* Set the background color */
  color: white;
  /* Set the text color */
  padding: 10px 20px;
  /* Add padding for better appearance */
  border: none;
  /* Remove default border */
  border-radius: 5px;
  /* Add border-radius for rounded corners */
  cursor: pointer;
  /* Add cursor style */
  text-align: center;
  /* Center-align the text */
  text-decoration: none;
  /* Remove default text decoration */
  display: inline-block;
  /* Make the button inline-block */
}
.green-btn:hover {
  background-color: #9f00ff;
  /* Set the background color */
  color: white;
  /* Set the text color */
  padding: 10px 20px;
  /* Add padding for better appearance */
  border: none;
  /* Remove default border */
  border-radius: 5px;
  /* Add border-radius for rounded corners */
  cursor: pointer;
  /* Add cursor style */
  text-align: center;
  /* Center-align the text */
  text-decoration: none;
  /* Remove default text decoration */
  display: inline-block;
  /* Make the button inline-block */
}


#loadingIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dop {
  filter: drop-shadow(16px 11px 24px #ffffff);
}

.modal-header {
  background-color: #d6249f;
  color: white
}

p.modal-body {
  background-color: yellow;
}
.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}

.faq-section {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 10, 0.1);
  /*background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);*/
  background-color: #731DD8;
  color: white;
}

.faq-section h3 {
  margin-top: 0;
  font-weight: bold;
}

.faq-section p {
  margin-bottom: 0;
}

.faq-heading {
  /*background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);*/
  background-color: #DA4167;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  margin: 0 auto; /* Center the heading */
  max-width: 600px; /* Limit the width */
  border-radius: 8px; /* Optional: Adding border-radius for styling */
}

