@font-face {
  font-family: 'FuturaMdBtBold';
  src: url('../fonts/Futura Md BT Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaMdBtMedium';
  src: url('../fonts/Futura Md BT Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyruaHebrewBold';
  src: url('../fonts/MyriadHebrew-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyruaHebrewRegular';
  src: url('../fonts/MyriadHebrew-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtraBold';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;

}

body.loaded {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.card-img-top {
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.card-img-div {
  border: 3px solid white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 4px solid #fff;
  width: 207px;
  height: 207px;
  margin-left: 0;
}

.card-img-aboutus {
  border: 3px solid white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 4px solid #fff;
  width: 307px;
  height: 307px;
}

.card-body {
  padding: 1rem;
}

.header {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.dual-tone-bg {
  background: linear-gradient(to right, #b4b4b4 50%, #ffffff 50%);
  height: 100vh;
}

.menu {
  font-family: 'MyruaHebrewRegular', sans-serif;
}

.container {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 0 50px 50px 50px;
}

.card {
  border-radius: 30px;
  overflow: hidden;
  border-color: white;
  border-width: 7px;
  background-color: rgb(248, 184, 64);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Card titles */
.card-title {
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: 'FuturaMdBtBold';
}

/* Card text */
.card-text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'FuturaMdBtMedium';
}

/* Card body alignment */
.card-body {
  padding: 20px;
}

.profile-box {
  padding-bottom: 20px;
  padding-bottom: 50px;
}

.carousel-control-custom {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  color: black;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.carousel-indicator-number {
  font-size: 24px;
  color: black;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.carousel-control-prev,
.carousel-control-next{
  position: relative;
  display: inline;
  margin-top: 20px;
  color: black;
}


.navbar {
  display: flex;
  width: 100%;
  justify-content: space-between;  
  padding: 10px 20px;  
  position: relative;
  z-index: 10;
  font-family: 'MyruaHebrewRegular', sans-serif;
}

.nav-links {
  display: flex;
  list-style: none;
  transition: transform 0.3s ease-in-out;
 
}

.nav-links li {
  margin: 0 10px;
  position: relative; /* For positioning the dropdown icon */
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #f80; /* Highlight color */
}

.separator {
  font-size: 16px;
  color: #aaa; /* Gray color for separator */
}

.dropdown-icon {
  font-size: 12px;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px; /* Adjust based on the spacing between the menu and icon */
}

.signup-btn {
  background-color: #f80;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: -20px;
  margin-left: 8%;
}

.signup-btn:hover {
  background-color: #d2691e; /* Darker highlight color */
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
.logo-img{
  height: 130px; width: 300px;
}

.circle-container {
  position: relative;
  width: 250px;
  height: 250px;
  border: 3px solid #ffffff; /* Border with yellow color */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: 0 auto;
}

.circle-container img {
  width: 98%;
  height: 98%;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Apply shadow to the image */
}

/* Responsive Styles */
@media (max-width: 1000px) {
  .separator{
    display:none;
  }
  .nav-links {
      flex-direction: column;
      align-items: left;
      position: absolute;
      top: 30px;
      right: 0;
      background-color: #fff;
      width: 100%;
      transform: translateY(-200%);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      font-size: 0.8rem;
      padding: auto;
      opacity: 0;
      pointer-events: none;
  }

  .nav-links.active {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
  }

  .nav-links li {
      margin: 10px 0;
  }

  .hamburger {
      display: block;
  }

  .signup-btn {
      margin:0;
      padding: 5px 5px;
      font-size: 0.8rem;
  }
  
  
}

/* Responsive Fix for Mobile */
@media (max-width: 576px) {
  .logo-img {
    height: 90px;
    width: 200px;
}

}

/* Responsive Fix for Mobile */
@media (max-width: 1200px) {
  .logo-img {
    height: 90px;
    width: 200px;
}
.signup-btn {
  margin:0;
  padding: 5px 5px;
  margin-top: -20px;
}
}
