@charset "UTF-8";

.underline-solid {
  text-decoration: underline;
  text-decoration-skip-ink: none; /* çizgi boşluk ve harf altlarında kesilmez */
  cursor: pointer;
}


.insta-icon-bg{
  background-color:  #d52975 !important;
  color: white !important;
}

.insta-icon-bg:hover{
  background-color:  #b72667 !important;
}

.whatsapp-icon-bg{
  background-color:  #64e0a0 !important;
  color: white !important;
}

.whatsapp-icon-bg:hover{
  background-color:  #56c88d !important;
}

.offcanvas{
  background-color: #ebebeb !important;
}

.mobile-menu li{
  padding: 5px 0 !important;
}

.mobile-menu > li:not(:last-child){
  border-bottom: 1px solid #cacaca !important;
}

.mobile-menu a{
  color: #252525 !important;
}

/*Eğer acordion aktif olduğunda farklı bir bg color ya da font color istersen*/
/* .accordion-button:not(.collapsed) {
    color: #0c63e4 !important;
    background-color: #FEB7EE !important;
} */

#bio{
  font-size: 18px !important;
  font-weight: lighter;
}

@media screen and (max-width: 992px) {
    
}

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

  .bio-img{
    width: 290px;
    height: auto;
  }

  
}

@media screen and (max-width: 650px) {
  .bio-img{
    width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 550px) {
  .bio-img{
    width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .bio-img{
    width: 160px;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .bio-img{
    width: 140px;
    height: auto;
  }
}