
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

nav > .nav.nav-tabs{
      border: none;
      color:#fff;
      background:#272e38;
      border-radius:0;
  
  }
  nav > div a.nav-item.nav-link{
        padding: 18px 27px;
        background-color:rgb(246,246,246);
        border-radius:0;
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 500;
  }
  nav > div a.nav-item.nav-link.active
  {
      /* border: 1px solid black; */
      padding: 18px 25px;
      color:#fff;
      background:rgb(141,196,61);
      border-radius:0;
      display: block;
  }
  
  .bi-chevron-right:hover{
    display: block;
  }
  nav > div a.nav-item.link.active{
    background-color: rgb(141,196,61);
    color: #fff;
  }
  #nav-home-tab{
    background-color: rgb(234,234,234);
  }
  #nav-home-tab.active{
    background-color:rgb(141,196,61) ;
    color: #fff;

  }
  #nav-home-tab:hover{
    background-color:rgb(141,196,61) ;
    color: #fff;

  }
  .tab-content{
      background: #fdfdfd;
      line-height: 25px;
      /* border: 1px solid #ddd; */
      /* border-top:5px solid #e74c3c; */
      /* border-bottom:5px solid #e74c3c; */
      padding:30px 25px;
  }
  
  nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus
  {
    border: none;
      background: rgb(141,196,61);;
      color:#fff;
      border-radius:0;
      /* transition:background 0.20s linear; */
  }

/* president tab */
.blog{
    display: flex;
    margin-right: 100px;
    margin-top: 20px;
}

.blogs{
    margin-left: 100px;
    width: 65%;
}

.pres{
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 34px;
    padding-left: 20px;
    /* padding: 25px 0px 0px 110px; */
}
.para1>p{
    font-size: 17px;
    font-family: 'Roboto';
    padding-left: 20px;
    /* padding: 0px 20px 0px 120px ; */
    font-weight: 400;
    justify-content: center;
    text-align: left;
    margin-top: 10px;
    line-height: 30px;
    letter-spacing: 0.1px;
}
.pres_img{
    width: 35%;
}
.pres_img img{
    width: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* padding: 25px 100px 0px 0px; */
}

@media screen and (max-width:992px){
    .blog {
        flex-direction: column;
        text-align: center;
        padding: auto;
        margin: auto;
    }
    .blogs{
        margin: auto;
    }
    .pres_img img{
        width: 300px;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    .pres_img{
        align-content: center;
        justify-content:center ;
        align-items: center;
        padding: auto;
        margin: auto;
    }
    
}

/* secratary */
.pres_img{
    width: 35%;
}

.secr_img img{
    width: 100px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* padding: 25px 100px 0px 0px; */
}

.tres_blogs{
    width: 65%;
    /* margin-left: -105px; */
}
.tres_img{
    /* margin-left: 100px; */
    width: 35%;
}
@media screen and (max-width:992px){
    .blog {
        flex-direction: column;
        text-align: left;
        padding: auto;
        margin: auto;
    }
    .secr_img img{
        width:300px;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    .secr_img{
        align-content: center;
        justify-content:center ;
        align-items: center;
        padding: auto;
        margin: auto;
    }
    .tres_blogs{
        margin-left: auto;
    }
    .tres_img img{
        width:auto
    }
    .tres_img{
        margin: auto;
        width: auto;
    }
}

/* Mobile-specific styles */
@media screen and (max-width: 767px) {
  /* Adjust the width of each nav item */
  nav > div a.nav-item.nav-link {
    width: 100%;
    max-width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }             
  
  /* Adjust the span separator */
  nav > div span {
    display: none;
  }
  
  /* Adjust the tab content */
  .tab-content {
    padding: 20px;
  }
  
  /* Adjust the images */
  .tres_img img{
    width: 50%;
    height: auto;
  }
  .pres_img img {
    width: 100%;
    height: auto;
  }
}

