* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: ltr;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a{
  text-decoration: none;
  color: #2a373e;
  font-size: 20px;

}
ul{
  list-style-type: none;
}


header .top{
  background-color: #F0F0F0;
  width: 100%;
}

header .head{
  padding: 5px 0px ;
  width: 90%;
  margin: auto;
  
 
  background-color: #f0f0f0;
}

header .head ul{
    display: flex;
    float: left;
}

header .head li{
  margin-right:10px ;

}

.butt-head{
  float: right;
}

.butt-head .lang{
  color: #000000;
  border: none;
  text-decoration: underline;
  background: transparent;
  padding: 0 15px;
  font-size: 16px;
  /* transition: all ease-in-out .5s; */
}

.butt-head .signin{
  color: #fff;
  border: none;
  text-decoration: underline;
  background: #018290;
  padding: 5px 15px;
  border-radius: 35px;
  font-size: 16px;
  /* transition: all ease-in-out .5s; */
}


.nav-bar{
 
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-around;
 
  
}
.nav-bar .logo-ufbc img{
  width: 100px;
}

.nav-bar .list{
  padding-top: 30px;

  margin-left: 80px;
  margin-right: 50px;
  display : flex
 
}

.nav-bar li{

  margin-right: 35px;
  font-size: 16px;
  
  display: flex;
  
}
.nav-bar a{


  font-size: 20px;
  font-weight: 500;
 
  
}

.nav-bar .logo-Arb img{
  width: 200px;
 
}

.clear-fix{

  clear: both;
}


main {
  margin: 20px;
}

.main-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 20px;
}

.main-content h2 {
  color: #018290;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
}

.main-content p {
  margin: 10px 0;
}

.tabs {
  display: flex;
  justify-content: center;
  background-color: #f0f4f7;
  padding: 10px;
  border-radius: 30px;
  margin: 2.5rem 0 0;
  margin-bottom: 30px;
}

.tab {
  background-color: transparent;
  border: none;
  padding: 10px 50px;
  margin: 0 30px;
  font-size: 18px;
  cursor: pointer;
  color: #b0b8c1;
  border-radius: 30px;
  transition: background-color 0.3s, color 0.3s;
}

.tab.active {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.tab:hover {
  background-color: #e7ecf1;
}

.content {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Space between text and image */
    padding: 20px; /* Adds some padding around the content */
}

.content-section {
    margin-top: 20px; /* Space above the content section */
}

#text-content {
    flex: 1; /* Allow the text content to take up available space */
    margin-right: 20px; /* Space between text and image */
}

#content-title {
    font-size: 2em; /* Larger font size for title */
    margin: 0; /* Remove default margin */
    color: #333; /* Darker color for title */
}

#content-description {
    font-size: 1.2em; /* Slightly larger font for the paragraph */
    color: #666; /* Grey color for better readability */
    line-height: 1.5; /* Improved line spacing for readability */
}

#image-content {
    flex: 0 0 auto; /* Prevents the image container from stretching */
}

#content-image {
    max-width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains aspect ratio */
    border-radius: 10px; /* Rounded corners */
    max-width: 300px; /* Limits the size of the image */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .content {
        flex-direction: column; /* Stack items on smaller screens */
        align-items: center; /* Center align items */
        text-align: center; /* Center text on smaller screens */
    }

    #text-content {
        margin-right: 0; /* Remove right margin on small screens */
    }
}


footer {
  background-color:#018290; 
  padding: 40px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
  color: #ffffff;
}

.footer-container h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.contact-icons, .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.contact-icons .line {
  height: 40px; 
  width: 1px;
  background: #ffffff;
  margin: 0 20px;
  opacity: 0.8;
}

.icon-link {
  color: #ffffff;
  font-size: 1.8rem; 
  /* padding: 8px; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: #018290;
  /* border: 2px solid transparent; */
}
.icon-link i{
  padding-top: 6px;
}

.icon-link:hover {
  color: #018290;
  background-color: #ffffff;
  /* border: 2px solid #ffffff; */
}

.social-icons a {
  font-size: 1.6rem; 
  margin: 0 10px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #018290;
}

footer p {
  font-size: 0.8rem; 
  opacity: 0.8;
  margin-top: 30px;
  letter-spacing: 0.5px;
}

.flex{
  display: flex;
  width: 60%;
  justify-content: space-between;
  /* background-color: #D12F31; */
}
.foot-con{
  /* background-color: #2a373e; */
  display: flex;
  justify-content: center;
}


@media (max-width: 768px) {
  .navbar img{
    width: 200% !important;
  }
  .contact-icons, .social-icons {
      flex-direction: column;
      gap: 10px; 
  }

  .contact-icons .line {
      display: none;
  }

  footer p {
      margin-top: 15px;
  }
}

.d-none{
  display: none;
}

.fade-in {
  animation: fadeIn 0.9s ease-in-out;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
@media (max-width: 600px) {
  body {
      font-size: 14px;
  }

  .nav-bar {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .nav-bar .list {
      flex-direction: column;
      margin: 0;
  }

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

  .about-club-content, .about-club-img {
      width: 100%;
      float: none;
      text-align: center;
  }

  .about-club-img img {
      width: 80%;
  }

  .tabs {
      flex-wrap: wrap;
      padding: 10px;
  }

  .tab {
      margin: 10px 0;
      width: 100%;
      text-align: center;
  }

  .statistics {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }

  .stat-item {
      width: 90%;
  }

  footer .flex {
      flex-direction: column;
      align-items: center;
      gap: 15px;
  }

  .partner {
      flex-wrap: wrap;
      gap: 20px;
  }

  .partner-img {
      width: 20%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {


  .about-club-content, .about-club-img {
      width: 48%;
      float: none;
  }

  .statistics {
      flex-wrap: wrap;
      justify-content: space-around;
  }

  .stat-item {
      width: 45%;
  }

  footer .flex {
      flex-wrap: wrap;
      gap: 20px;
  }

  .partner-img {
      width: 12%;
  }
}
@media (min-width: 1025px) {
  .nav-bar {
      justify-content: space-around;
  }

  .about-club-content, .about-club-img {
      width: 50%;
  }

  .statistics {
      flex-direction: row;
      justify-content: space-between;
  }

  .stat-item {
      width: 200px;
  }

  .partner-img {
      width: 8%;
  }
}


.bg-main{
  background-color: #018290;
}
.w-10{
width: 10%;
}
.w-20{
width: 7%;
}
.w-90{
width:  90%;
}

.w-15{
width: 13%;
}
.navbar li a{
/* margin-right: 35px; */
font-size: 28px;

}