@import url('https://api.fontshare.com/v2/css?f[]=coiny@300,400,500,600,700&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=roboto@300,400,500,600,700&display=swap');

body {
    font-family: 'Coiny', sans-serif; /* Apply Coiny font to the body */
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

.bg_popup {
    background-color: #4d4d00;
}
.Roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.coiny-regular {
  font-family: "Coiny", serif;
  font-weight: 400;
  font-style: normal;
}

.bg_blue {
    background-color:#00004d;
}
.title_color {
    color:#FB115F;
}
.bg_button{
    background-color:#FB115F;
}
h2.main-title {
    font-size: 49px;
    text-transform: uppercase;
}
.btn_bg {
    background-color: #FA8432;
}
.icon-circle {
    width: 89px;
    height: 50px;
    background-color: #FA8432; /* Background color */
    border-radius: 50%;        /* Makes it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
  }

  .icon-circle span {
    line-height: 1;
  }

  .text-light {
    color: #f8f9fa !important;
  }

  .text-muted {
    color: #ced4da !important;
  }
  .f-15 {
    font-size:15px;
  }
  .img-80 {
    max-width: 85%;
    height: auto;
}

.bg-gray {
    background-color: #f1f1f1; /* Gray background */
    border-radius: 10px;        /* Rounded corners */
  }
  
  .feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .feature-icon {
    width: 180px;  /* Fixed width for the left side */
  }
  
  .feature-content {
    flex: 1;
    text-align: left; /* Align text to the left */
  }
  
  .feature-icon i {
    color: #FA8432;   /* Orange icon color */
  }
  
  .feature-box h5 {
    margin-top: 10px;
    font-weight: bold;
  }
  /* Blur background when modal is shown */
body.modal-open .content {
  filter: blur(50px);
  transition: filter 0.3s ease;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  margin: 0px 9px;
}
.rounded-circle {
  border-radius: 50% !important;
  margin-top: -76px;
}
.modal-content {
  padding: 20px 0;
  border-radius: 20px;
}
div#ageModal {
  backdrop-filter: blur(20px);
}
.modal-footer {
  border:none !important;
}

.feature_img img {
  width: 100%;
}
.wel_section {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -132px;
  display: flex; /* Use Flexbox */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  text-align: center; /* Center text */
}
.bg_black  {
  background-color: #000;
}

.header-bg {
    position: relative;
    z-index: 111;
    color: #fff;
    
}
.home_menu .header-bg {
    background-color: none !important;
}
iframe {
  width: 100%;
  height: 100%;
}
ul.navbar-nav a {
    color: #000;
    font-weight: 500;
}
.home_menu a {
    
    color: #fff !important;
}
.bg_black {
    background-color:#000;
}


@media only screen and (max-width: 768px) {
  .icon-circle {
    width: 70px;
    height: 50px;
  }
  .d-flex.align-items-start.mb-4 {
    margin-top: 38px;
}
.testimonial-box {
  margin-bottom: 59px !important;
}
.home_menu a {
    color: #000 !important;
}
}
