body{
    margin: 0px;
    padding: 0px;
      transition: background-color 0.3s ease, color 0.3s ease;
      background-color: #F4F9F9;
  color: #333333;
}
h2{
  font-family: "Titillium Web";
  font-size: 2.7rem;
}
p{
  font-size: 1.4rem;
}


/*--------------fontet--------------*/

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*--------------/fontet--------------*/



#bold-p{
  font-size: 1.7rem;

}


#mbi_header{
    padding: 10px;
    background-color:/* rgb(65, 169, 210)*/#2A9D8F;
    display: flex;
    justify-content: space-around;  
}
#mbi_header p{
  margin: 0px;
  font-size:  1.2rem;
}
#mbi_header a{
  text-decoration: none;
  color: white;
}

#mbi_header a:hover {
  color: black;
}

#navbar{
  background-color: rgba(128, 128, 128, 0.7);
 background: rgba(255, 255, 255, 0.2); /* semi-transparent */
  backdrop-filter: blur(3px); /* this blurs what's behind it */
  -webkit-backdrop-filter: blur(3px); /* for Safari support */
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
#navbar img{
    width: 50%;
}
#navbar ul{
    gap: 30px;
    font-size: 1.5rem;
}

#hero_section{
    background-image: url(../img/backround3.webp);
      background-size: 99vw 50vw; 
  background-position: center;
  background-repeat: no-repeat;
  height: 30rem;
  color: white;
  font-family: "Titillium Web";
}

#hero_text{
background-color: rgba(0, 187, 255, 0.5); /* black with 50% opacity */
    width: 50%;
    padding: 60px;
      z-index: 0;
}

#about_section h2{
    margin-bottom: 40px;
}

.animation{
  transition: all 0.3s ease-in-out;  /* Smooth hover effect */

  
}
.animation :hover{

    transform: scale(1.10);

}


.plain-link {
  color: inherit;          /* Use the same text color as the surrounding text */
  text-decoration: none;   /* Remove underline */
  font-weight: normal;     /* Make it normal weight if needed */
  cursor: pointer;         /* Shows it’s clickable */
}

.plain-link:hover {
  color: inherit;          /* Keep the color same on hover */
  text-decoration: none;   /* No underline on hover */
}

.servis_div {
  border: 2px solid #4CAF50; /* Green border */
  border-radius: 15px;        /* Rounded corners */
  padding: 20px 0px;              /* Space inside */
  transition: all 0.3s ease;  /* Smooth hover effect */
  background-color: #fff;     /* White background */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow */
  cursor: pointer;            /* Pointer on hover */  
}

.servis_div:hover {
  transform: translateY(-5px);           /* Slight lift */
  box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Shadow becomes stronger */
  border-color: #2196F3;                 /* Border color changes on hover */
}
#about_paragraf{
    display: flex;
        align-items: center;
    justify-content: space-around;
}
#about_paragraf img{
  border: 5px solid #378fb1;
  border-radius: 20px;
}
#about_paragraf_div{

    max-width: 50%;
    margin-right: 4%;

}

#team .card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#team .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
#team img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 280px;
  object-fit: cover;
}

#join_button{
  color: white;
  background-color:  #2A9D8F;
  border: 0px;
}
#join_button:hover{
    background-color: #37ce39;
}

#about_paragraf_div{
  text-align: left;
}



.card-body{
  background-color: #2A9D8F;
  border-radius: 0px 0px 10px 10px;
}



/*-------------------------------sec--------------*/
.sec1{
  margin: 0px 0px 2rem 0rem;
}
.sec2{
  margin: 0px 0px 3rem 0rem;
}
.sec3{
  margin: 0px 0px 8rem 0rem;
}
.sec4{
  margin: 0px 0px 7rem 0rem;
}
.sec5{
  margin: 0px 0px 10rem 0rem;
}
.sec6{
  margin: 0px 0px 7rem 0rem;
}


.footer-link {
  color: #f8f9fa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #2A9D8F;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #2A9D8F;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#backToTop:hover {
  background-color: #21867a;
  transform: scale(1.1);
}

#backToTop:active {
  transform: scale(0.95);
}





.services {
  background-color: #fdfdfd;
}

.services h2 {
  color: #1f1f1f;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.services p {
  color: #555;
}

.service-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 25px 20px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-color: #2A9D8F;
}

.service-card h5 {
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}

/*------------------------------------------------------------------------------------------*/

@media (max-width: 1000px) {
  #phonefotter{
    display: none;
 }

     #about_paragraf img {
      display: none;
}
.footer_p {
    font-size: 1rem;
}

#about_paragraf_div {
   max-width:none; 
   text-align: center;
}
}


