body{
  background: linear-gradient(rgba(139, 194, 202, 0.9), #0B5D65),
              url(/findDoctors/findDocimages/logo2-removebg-preview\ -\ Edited.png) center/cover no-repeat fixed ;
}
.heading{
    height: 40px;
    background-color:#15B5B0;
    color: #142530;
    text-align: center !important;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: large;
    font-weight: 500;
    padding-top: 0.5%;
    
    
}
header{
    position: fixed;
    width: 100%;
    z-index: 1000;
   
}
.sozocare{
    color: #ffffff;
    display: inline-block;
  transition: transform 0.3s ease;
  font-weight: 700;
  font-size:large;
 

}
.custom-bg{
    background-color: #0B5D65;
  opacity:0.95;
}
.item{
    color: #ffffff;
    display: block;
    padding: .5rem .5rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    opacity: 0.90;
    font-weight: 600;
}
.item:hover{
    text-decoration: solid;
    color: #142530;
    opacity: 1;
    transform: scale(1);
}
.navbar-brand:hover{
    height: 70;
    width: 80;
    
    font-weight: bolder;
}
.btn-outline{
    color: #FFD700;
    border-color: #FFD700;
}
.btn-outline:hover{
    background-color:  #1A2E3B;
    color: white;
    transform: scale(1.1);
    border-color: #1A2E3B;
}
.navbar-toggler i{
  outline: none;
  color: white;
}
.navbar-toggler:focus,:active {
outline: none;
border: none;
}


.hero-section {
  background: linear-gradient(rgba(139, 194, 202, 0.9), #0B5D65),
              url(/findDoctors/findDocimages/logo2-removebg-preview\ -\ Edited.png) center/cover no-repeat fixed ;
  color: #fff;
 
 /* margin-top: 80px; */
  padding: 12rem 20px;
  text-align: center;
  height:40rem;
  
}

.hero-content {
  margin-top: 10%;
  text-align: center;
}

.hero-section h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: bold;
  opacity: 1;
}

.hero-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-button {
  color: #FFD700;
border-color: #FFD700;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.hero-button:hover {
  color: #FFD700;
    border-color: #FFD700;
}
.specialist{
  height:auto;
  margin: auto;
  /* position:relative; */
  background-color:  #e0f7f5;
  padding: 2%;
    text-align: center;
    color: #1A2E3B;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
   

}
.card{
    display: inline-flex;
    margin: auto;
    width: 10rem;
    height: 8rem;
    margin: 5px 10px;
    border-radius: 0.5rem;
    opacity: .9;
    box-shadow: white ;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.card-img{
    padding: 1rem;
     height: 5rem; 
    width: 6rem;
    /* border-radius: 2%; */
     opacity: 1;
     margin: auto;
}
.card:hover{
 box-shadow: 0 2px 4px rgba(129, 129, 129, 0.3);
  transform: scale(1.02);

}
.card-slider {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding: 1rem;
  flex-wrap: wrap;
}

.card-slider::-webkit-scrollbar {
  display: none; 
}

 footer{
 
  color: #fff;
  height:auto;
 }
 .footer-item{
  color: white;
  font-weight: 100;
  text-decoration: none;
 }
 .footer-item:hover{
  color:#142530 ;
  font-weight: 500;
 }

 @media (max-width: 600px) {
  .card-slider {
   display: flex;
   flex-wrap: nowrap;
   overflow-x: auto;
    scroll-snap-type: x mandatory;

  }
  .card {
    min-width: 150px;
    scroll-snap-align: start;
  }


}


