
/** news-section **/

.news-section{
  position: relative;
}
.news-section .new-box{
    display:flex;
    gap:5px;
    align-items:center;
}
.news-section .team-header{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.news-section .team-box{
        display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news-section .team-box p{
    margin-top: 0.5rem;   color: #565969;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22.4px; 
text-transform: uppercase;
}
.news-section .team-box h3{
color: #032642;
text-align: center;
font-family: "DM Sans";
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 50.6px;
letter-spacing: -0.92px;
}
.news-section .team-box span{
 color: #67A2D7;
font-family: "DM Sans";
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 50.6px;
letter-spacing: -0.92px;
}
.news-section .new-box img{
     width:20px;
     height:auto;
}
.news-section .new-box p{
    color:#565969;
}
.news-section .new-header{
display:flex;
justify-content:space-between;
margin-bottom:70px;
}
.news-section .new-header h3{
color:#032642;
font-size:35px;
}
.news-section .new-header span{
    color:#67A2D7;
}
.news-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}
.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image img{
height: auto;  width: 100%;
  border-radius:30px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .category{
  position: absolute;
  left: 40px;
  bottom: 35px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 1;
}
.lower-content h4{
    color:#032642;
}
.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
  padding: 30px 0px;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 28px;
  margin-right: 16px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !!important;
}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 16px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: var(--text-color);
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 19px;
}

.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h4 a:hover{
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content h2{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
}

.news-block-one .inner-box .lower-content h3{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 20px;
}

.news-block-one .inner-box .lower-content h4{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 18px;
}


.image-box .lower-content .link {
    display:flex;
    column-gap:5px;
    align-items:center;
}
.link a {
    display: inline-flex; /* Yazı ve ikonu yatay hizala */
    align-items: center; /* Dikeyde ortala */
    color: #67A2D7; /* Yazı rengi */
    padding: 8px 0px; /* İç boşluk */
    border-radius: 20px; /* Yuvarlak köşeler */
    text-decoration: none; /* Alt çizgiyi kaldır */
    font-weight: bold; /* Yazıyı kalın yap */
}

.link a i {
    margin-left: 8px; 
    font-size: 1.2em; 
    color:white;
    background:#67A2D7;
    border-radius:100%;
    padding:10px 11px;
}

.link a:hover {
    background-color: #b3e5fc; 
}
/*
.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 23px;
  color:#67A2D7;
}

.news-block-one .inner-box .lower-content .link a i{
  position: absolute;
  top: 4px;
  font-size: 16px;
  background: #67A2D7;
  color: #fff;
  padding:10px 10px;
  border-radius:100%;
}
*/
.news-block-one .inner-box .lower-content .link a span{
  position: relative;
  display: inline-block;
}

.news-block-one .inner-box .lower-content .link a span:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 3px;
}

.blog-list-content .news-block-one .inner-box:hover{
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
}

.blog-list-content .news-block-one .inner-box:hover .lower-content{
  border-color: #fff;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--title-color);
  padding: 14px 40px;
  border-radius: 5px;
}

.news-block-one .inner-box .btn-box a:hover{
  color: #fff;
}

.blog-list-content .news-block-one .inner-box{
  margin-bottom: 60px;
}




/** rtl-css **/

.rtl .news-block-one .inner-box .lower-content .post-info li{
  margin-right: 0px;
  margin-left: 16px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .news-section{
    padding: 50px 0px 40px 0px;
  }

  .blog-grid,
  .sidebar-page-container{
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .news-block-one .inner-box .lower-content .post-info{
    display: block;
  }
}









































