/:root{--text-primary:#3d3440 !important;}

::-webkit-scrollbar{
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

/*xs Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  .container-fluid{
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background: #F0F5F5;
  }

  /*navbar*/

  .navbar{
    position: fixed !important;
    background: var(--indigo);
    border-bottom: 3px dashed var(--light);
    z-index: 99 !important;
  }
  .selected{
    background-color: var(--light) !important;
    color: var(--dark) !important;
  }
  .navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    letter-spacing: .2em;
    transition: font-size 1s;
  }
  .navbar-brand:hover{
    font-size: 2.5rem;
  }
  .nav-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    transition: font-size 1s;
    letter-spacing: .2em;
  }
  .nav-link:hover{
    /*background-color: var(--light) !important;*/
    color: var(--light) !important;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .nav-img{
    transform: scale(1) !important;
    transition: transform 1s !important;
  }
  .nav-img:hover{
    transform: scale(2) !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  #navbarDropdown{
    color: var(--light);
  }
  .dropdown-item{
    font-size: 1rem;
  }
  .dropdown-item:hover{
    background: var(--indigo);
    color: var(--light);
  }

  /*index page*/ 

  #bgSlider{
    padding-top: 4.5rem !important;
    z-index: 1;
    height: 100vh;
  }
  .imgWrapper{
    height: 100%;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-item{
    height: 100%;
  }

  .carousel-item img{
    width: 100%;
    height: auto;
  }

  #bgSlider .carousel-caption{
    right: 0% !important;
    left: 0% !important;
    bottom: 10% !important;
  }
  .carousel-btn{
    z-index: 999;
    position: fixed;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
  }
  h1{
    font-size: 2rem;
  }
  .sliderTitle{
    letter-spacing: .2em;
  }

  /*info*/

  .page{
    background: #e3c8b5;
    padding-bottom: 5rem;
  }
  .page .pageImg{
    padding-top: 4.5rem;
  }

  .info{
    padding: 2rem;
    top: 100%;
    font-size: 0.8rem;
    background: var(--indigo);
    color: var(--light);
    z-index: 2;
  }
  .info h2{
    margin-bottom: 3rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  .info h3{
    font-size: 1.2rem;
    margin: 3rem 0;
    font-weight: bold;
  }

  /*press*/

  .press{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
  }
  .press  .adb{
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .press-item-white{
    background: #fff;
    padding:0 15px 15px 15px;
    width: 100%;
  }
  .press-item-grey{
    background: #f1f1f1;
    padding: 15px;
    width: 100%;
  }

  .items{
    margin-top: 30px;
    height: 200px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    background: rgba(255,255,255,0.1);
    font-size: 0;
    perspective: 500px;
    transform: scale(0.98);
  }

  .items.active{
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    transform: scale(1);
  }

  .item{
    width: 200px;
    height: calc(100% - 40px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .title-with-divider{
    margin-top: 30px;
    text-align: center;
  }
  .title-with-divider h3{
    font-size: 2rem;
    color: var(--indigo);
  }
  .title-with-divider hr{
    border-top: 1px solid var(--indigo);
    width: 60%;
  }
  .press-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-item li{
    margin-top: 20px;
  }
  .plan-table{
    margin: 10px auto;
    width: 100%;
  }
  #press-pdf-1{
    display: none;
  }

  /*news slider*/


  #newsSlider{
    margin:auto;
    /*max-width: 85%*/
  }
  #newsSlider .carousel-item{
    max-height: 200px;
    min-height: 200px;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.3;
  }

  /*paragraf*/

  .paragraf{
    padding: 5rem;
    margin-bottom: 3rem !important;
    top: 100%;
    background: var(--white);
  }
  .paragraf h2{
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
  }
  .paragraf h3{
    margin: 3rem 0;
    font-weight: bold;
  }


  /*sidebar*/


  #articlebar img{
    float: left;
    overflow: inherit;
  }

  #articlebar .details{
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  #articlebar .authorContent{
    margin: 0.3rem;
    display: inline-block;
  }
  #articlebar a{
    text-decoration: none;
  }
  #articlebar .author:before{
    content: "\2014";
  }

  #articlebar .articlebarTitle{
    padding: 15px;
    margin: 2rem 0 auto;
    text-align: left;
    background-color: var(--indigo);
    border-bottom: 3px dashed var(--light) !important;
  }
  #articlebar .articlebarFooter{
    padding: 15px;
    background: #fff !important;
    color: var(--indigo) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;;
    text-align: center;
  }
  #articlebar .articlebarFooter:hover{
    color: var(--light) !important;
  }

  #articlebar .list-group-item:hover{
    background-color: var(--indigo) !important;
    color: var(--light);
  }
  #articlebar .list-group-item{
    max-height: 200px;
  }
  .articlebar-total{
    max-height: 200px;
    max-width: all;
  }
  .articlebar-img{
    display: none;
  }


  /*Slider Img*/
  .page{
    margin: 0;
    padding: 0;
  }



  /* Persons */
  .page-content{
    display: block;
    background: #e3c8b5;
    padding-bottom: 3rem;
  }
  .container {
    padding-right: 15px;
    padding-left:15px;
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;

  }
  .contentBox{
    padding: 30px;
    min-height: 450px !important;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  .pageTitle{
    font-size: 35px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .pageTitle:before, .pageTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0.5;
  }
  .person-list{
    margin-top: 5rem;
  }
  .person-list figure{
    height: 70%;
    overflow: hidden;
  }
  .person-list img{
    height: 100%;
    transition: transform 2s;
    transform: scale(1);
  }
  .person-list img:hover{
    transform: scale(1.1);
  }
  .person-list .name{
    font-size: 20px;
    color: var(--purple) !important;
    line-height: 1.4;
  }
  .person-list .title{
    font-weight: 600;
    color: var(--secondary);
  }
  .person-list .item{
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .type-zero{
    width: 100%; 
    height: 430px;
    border:0;
  }

  .mission-second-title{
    font-size: 20px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    margin-top: 30px;
  }
  

  /*üyelik*/

  .uyelik-link:hover{
    color:var(--indigo);
  }

  /*article Page */ 

  .articleTitle{
    font-size: 1.1rem;
    text-align: center;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    letter-spacing: .1em;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .articleTitle:before, .articleTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0.5;
  }

  .author-img {
    max-height: 150px;
    max-width: 150px;

  }

  /*Detail */ 

  .detail-btn{
    max-height: 350px;
    text-overflow: unset;
    background: none;
    width: 100%;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--dark) !important;
  }
  .detail-btn:hover{  
    background: rgb(242,242,242);
  }

  .news-description{
    display: none;
  }

  .newsShows-img{
    max-height: 60px;
    max-width: 100%;
  }

   /*Project*/

  .card a:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:hover{
    text-decoration: none !important;
    color: indigo !important;
  }

    .card a::after:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:hover{
    text-decoration: none !important;
    color: indigo !important;
  }




  /*accordion*/

  .card .btn{
    width: 100%;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    text-align: left;
    text-decoration: none;
    
    font-weight: bold;
    color: var(--light);
    background: var(--indigo);
  }
  .card .btn:hover{
    color: var(--dark);
    background: #fff;
  }
  .card-header{
    background: #fff;
  }
  .author-img {
    align-items: right;
    text-align: right;
  }

  /*Contact */

  .contactTitle{
    margin-top: 2rem;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: var(--dark);
  }

  .contact-list{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 18px;
    color: var(--dark);
  }
  .contact-list span{
    color: var(--dark);
    font-weight: bold;
  }
  .contact-list li{
      color: var(--dark);
  }
  /*Foother*/

  .footer{
    border-top: 3px dashed var(--light);
    background: var(--indigo);
    padding: 1rem;
  }
  .footer-link{
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--light);
    transform: scale(1);
    letter-spacing: .2rem;
    transition: font-size .5s;
  }
  .footer-sperator:after  {
    content: "|";
    padding-left: 5px;
    padding-right: 10px;
    color: var(--light) !important;
  }
  .footer-link:hover{
    font-weight: bold;
    text-decoration: none;
    color: var(--light);

    font-size: 1.2rem;
  }
  .footer-nolink{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    transition: font-size 1s;

  }
  .footer-nolink:hover{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1.2rem;
  }
  .footer-nolink img:hover{
    transform: scale(1.2);
  }

  .footer .notice{
    color: var(--light);
    margin-bottom: 0;
  }
  .footer span{
    margin: 0 5px;
    color: var(--light);
  }
  .footer-social{
    display: inline-block;
    text-decoration: none !important;
    transform: scale(1);
    transition: transform 1s;
  }
  .footer-social:hover{
    text-decoration: none !important;
    transform: scale(1.2);
  }
  .social-list{
    margin-top: 1rem;
  }
  .footer-list{
    margin-bottom: 1rem;
  }
  .footer-social{
    display: block;
    overflow: inherit;
  }
  .clear{
    clear: both;
    display: block;
  }
}
/* md Medium devices (tablets, 768px and up)*/
@media (min-width: 576px) and (max-width: 991.98px) {

  .container-fluid{
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background: #F0F5F5;
  }

  /*navbar*/

  .navbar{
    position: fixed !important;
    background: var(--indigo);
    border-bottom: 3px dashed var(--light);
    z-index: 99 !important;
  }
  .selected{
    background-color: var(--light) !important;
    color: var(--dark) !important;
  }
  .navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    letter-spacing: .2em;
    transition: font-size 1s;
  }
  .navbar-brand:hover{
    font-size: 2.5rem;
  }
  .nav-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    transition: font-size 1s;
    letter-spacing: .2em;
  }
  .nav-link:hover{
    /*background-color: var(--light) !important;*/
    color: var(--light) !important;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .nav-img{
    transform: scale(1) !important;
    transition: transform 1s !important;
  }
  .nav-img:hover{
    transform: scale(2) !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  #navbarDropdown{
    color: var(--light);
  }
  .dropdown-item{
    font-size: 1rem;
  }
  .dropdown-item:hover{
    background: var(--indigo);
    color: var(--light);
  }

  /*index page*/ 

  #bgSlider{
    padding-top: 4.5rem !important;
    z-index: 1;
    height: 100vh;
  }
  .imgWrapper{
    height: 100%;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-item{
    height: 100%;
  }

  .carousel-item img{
    width: 100%;
    height: auto;
  }

  #bgSlider .carousel-caption{
    right: 0% !important;
    left: 0% !important;
    bottom: 10% !important;
  }
  h1{
    font-size: 2rem;
  }
  .sliderTitle{
    letter-spacing: .2em;
  }

  /*info*/

  .page{
    background: #e3c8b5;
    padding-bottom: 5rem;
  }
  .page .pageImg{
    padding-top: 4.5rem;
  }

  .info{
    padding: 2rem;
    top: 100%;
    font-size: 0.8rem;
    background: var(--indigo);
    color: var(--light);
    z-index: 2;
  }
  .info h2{
    margin-bottom: 3rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
  .info h3{
    font-size: 1.2rem;
    margin: 3rem 0;
    font-weight: bold;
  }

  /*press*/

  .press{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
  }
  .press  .adb{
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .press-item-white{
    background: #fff;
    padding:0 15px 15px 15px;
    width: 100%;
  }
  .press-item-grey{
    background: #f1f1f1;
    padding: 15px;
    width: 100%;
  }

  .items{
    margin-top: 30px;
    height: 200px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    background: rgba(255,255,255,0.1);
    font-size: 0;
    perspective: 500px;
    transform: scale(0.98);
  }

  .items.active{
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    transform: scale(1);
  }

  .item{
    width: 200px;
    height: calc(100% - 40px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .title-with-divider{
    margin-top: 30px;
    text-align: center;
  }
  .title-with-divider h3{
    font-size: 2rem;
    color: var(--indigo);
  }
  .title-with-divider hr{
    border-top: 1px solid var(--indigo);
    width: 60%;
  }
  .press-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-item li{
    margin-top: 20px;
  }
  .plan-table{
    margin: 10px auto;
    width: 100%;
  }
  #press-pdf-1{
    display: none;
  }

  /*news slider*/


  #newsSlider{
    margin:auto;
    /*max-width: 85%*/
  }
  #newsSlider .carousel-item{
    max-height: 500px;
    min-height: 500px;
    min-width: 100%
    max-width: 100%;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.3;
  }

  /*paragraf*/

  .paragraf{
    padding: 5rem;
    margin-bottom: 3rem !important;
    top: 100%;
    background: var(--white);
  }
  .paragraf h2{
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
  }
  .paragraf h3{
    margin: 3rem 0;
    font-weight: bold;
  }


  /*sidebar*/


  #articlebar img{
    float: left;
    overflow: inherit;
    max-height: 250px;
  }

  #articlebar .details{
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  #articlebar .authorContent{
    margin: 0.3rem;
    display: inline-block;
  }
  #articlebar a{
    text-decoration: none;
  }
  #articlebar .author:before{
    content: "\2014";
  }

  #articlebar .articlebarTitle{
    padding: 15px;
    margin: 2rem 0 auto;
    text-align: left;
    background-color: var(--indigo);
    border-bottom: 3px dashed var(--light) !important;
  }
  #articlebar .articlebarFooter{
    padding: 15px;
    background: #fff !important;
    color: var(--indigo) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;;
    text-align: center;
  }
  #articlebar .articlebarFooter:hover{
    color: var(--light) !important;
  }

  #articlebar .list-group-item:hover{
    background-color: var(--indigo) !important;
    color: var(--light);
  }
  #articlebar .list-group-item{
    max-height: 250px;
    max-width: 100%;
  }

  /*Slider Img*/
  .page{
    margin: 0;
    padding: 0;
  }



  /* Persons */
  .page-content{
    display: block;
    background: #e3c8b5;
    padding-bottom: 3rem;
  }
  .container {
    padding-right: 15px;
    padding-left:15px;
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;

  }
  .contentBox{
    padding: 30px;
    min-height: 450px !important;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  .pageTitle{
    font-size: 35px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .pageTitle:before, .pageTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0.5;
  }
 .person-list{
    margin-top: 5rem;
  }
  .person-list figure{
    height: 70%;
    overflow: hidden;
  }
  .person-list img{
    height: 100%;
    transition: transform 2s;
    transform: scale(1);
  }
  .person-list img:hover{
    transform: scale(1.1);
  }
  .person-list .name{
    font-size: 20px;
    color: var(--purple) !important;
    line-height: 1.4;
  }
  .person-list .title{
    font-weight: 600;
    color: var(--secondary);
  }
  .person-list .item{
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .type-zero{
    width: 100%; 
    height: 430px;
    border:0;
  }
  .mission-second-title{
    font-size: 20px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    margin-top: 30px;
  }


  /*üyelik*/

  .uyelik-link:hover{
    color:var(--indigo);
  }

  /*article Page */ 

  .articleTitle{
    font-size: 1.1rem;
    text-align: center;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    letter-spacing: .1em;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .articleTitle:before, .articleTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0.5;
  }

  .author-img {
    max-height: 150px;
    max-width: 150px;

  }

  /*Detil */ 

  .detail-btn{
    max-height: 350px;
    text-overflow: unset;
    background: none;
    width: 100%;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--dark) !important;
  }
  .detail-btn:hover{  
    background: rgb(242,242,242);
  }

  .news-description{
    display: none;
  }

  .newsShows-img{
    max-height: 60px;
    max-width: 100%;
  }

   /*Project*/

  .card a:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:hover{
    text-decoration: none !important;
    color: indigo !important;
  }

    .card a::after:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:hover{
    text-decoration: none !important;
    color: indigo !important;
  }



  /*accordion*/

  .card .btn{
    width: 100%;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    text-align: left;
    text-decoration: none;
    
    font-weight: bold;
    color: var(--light);
    background: var(--indigo);
  }
  .card .btn:hover{
    color: var(--dark);
    background: #fff;
  }
  .card-header{
    background: #fff;
  }
  .author-img {
    align-items: right;
    text-align: right;
  }

  /*Contact */

  .contactTitle{
    margin-top: 2rem;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: var(--dark);
  }

  .contact-list{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 18px;
    color: var(--dark);
  }
  .contact-list span{
    color: var(--dark);
    font-weight: bold;
  }
  .contact-list li{
      color: var(--dark);
  }
  /*Foother*/

  .footer{
    border-top: 3px dashed var(--light);
    background: var(--indigo);
    padding: 1rem;
  }
  .footer-link{
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--light);
    transform: scale(1);
    letter-spacing: .2rem;
    transition: font-size .5s;
  }
  .footer-sperator:after  {
    content: "|";
    padding-left: 5px;
    padding-right: 10px;
    color: var(--light) !important;
  }
  .footer-link:hover{
    font-weight: bold;
    text-decoration: none;
    color: var(--light);

    font-size: 1.2rem;
  }
  .footer-nolink{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    transition: font-size 1s;

  }
  .footer-nolink:hover{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1.2rem;
  }
  .footer-nolink img:hover{
    transform: scale(1.2);
  }

  .footer .notice{
    color: var(--light);
    margin-bottom: 0;
  }
  .footer span{
    margin: 0 5px;
    color: var(--light);
  }
  .footer-social{
    display: inline-block;
    text-decoration: none !important;
    transform: scale(1);
    transition: transform 1s;
  }
  .footer-social:hover{
    text-decoration: none !important;
    transform: scale(1.2);
  }
  .social-list{
    margin-top: 1rem;
  }
  .footer-list{
    margin-bottom: 1rem;
  }
  .footer-social{
    display: block;
    overflow: inherit;
  }
  .clear{
    clear: both;
    display: block;
  }
}

/* lg Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {


  .container-fluid{
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background: #F0F5F5;
  }


  /*navbar*/


  .navbar{
    position: fixed !important;
    background: var(--indigo);
    border-bottom: 3px dashed var(--light);
    z-index: 99 !important;
  }
  .selected{
    background-color: var(--light) !important;
    color: var(--dark) !important;
  }
  .navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    letter-spacing: .2em;
    transition: font-size 1s;
  }
  .navbar-brand:hover{
    font-size: 3rem;
  }
  .nav-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    transition: font-size 1s;
    letter-spacing: .2em;
  }
  .nav-link:hover{
    /*background-color: var(--light) !important;*/
    color: var(--light) !important;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .nav-img{
    transform: scale(1) !important;
    transition: transform 1s !important;
  }
  .nav-img:hover{
    transform: scale(2) !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  #navbarDropdown{
    color: var(--light);
  }
  .dropdown-item{
    font-size: 1rem;
  }
  .dropdown-item:hover{
    background: var(--indigo);
    color: var(--light);
  }

  /*index page*/ 

  #bgSlider{
    padding-top: 4.5rem !important;
    z-index: 1;
    height: 100vh;
  }
  .imgWrapper{
    height: 100%;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-item{
    height: 100%;
  }

  .carousel-item img{
    width: 100%;
    height: auto;
  }

  #bgSlider .carousel-caption{
    right: 0% !important;
    left: 0% !important;
    bottom: 10% !important;
  }
  h1{
    font-size: 3rem;
  }
  .sliderTitle{
    letter-spacing: .2em;
  }

  /*info*/

  .page{
    background: #e3c8b5;
    padding-bottom: 5rem;
  }
  .page .pageImg{
    padding-top: 4.5rem;
  }

  .info{
    padding: 5rem;
    top: 100%;
    font-size: 1.3rem;
    background: var(--indigo);
    color: var(--light);
    z-index: 2;
  }
  .info h2{
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
  }
  .info h3{
    margin: 3rem 0;
    font-weight: bold;
  }

  /*press*/

  .press{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
  }
  .press  .adb{
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .press-item-white{
    background: #fff;
    padding:0 15px 15px 15px;
    width: 100%;
  }
  .press-item-grey{
    background: #f1f1f1;
    padding: 15px;
    width: 100%;
  }

  .items{
    margin-top: 30px;
    height: 200px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    background: rgba(255,255,255,0.1);
    font-size: 0;
    perspective: 500px;
    transform: scale(0.98);
  }

  .items.active{
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    transform: scale(1);
  }

  .item{
    width: 200px;
    height: calc(100% - 40px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .title-with-divider{
    margin-top: 30px;
    text-align: center;
  }
  .title-with-divider h3{
    font-size: 2rem;
    color: var(--indigo);
  }
  .title-with-divider hr{
    border-top: 1px solid var(--indigo);
    width: 60%;
  }
  .press-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-item li{
    margin-top: 20px;
  }
  .plan-table{
    margin: 10px auto;
    width: 100%;
  }
  #press-pdf-1{
    display: none;
  }

  /*news slider*/


  #newsSlider{
    margin:auto;
    /*max-width: 85%*/
  }
  .carousel-item{
    max-height: 700px;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.3;
  }

  /*paragraf*/

  .paragraf{
    padding: 5rem;
    margin-bottom: 3rem !important;
    top: 100%;
    background: var(--white);
  }
  .paragraf h2{
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
  }
  .paragraf h3{
    margin: 3rem 0;
    font-weight: bold;
  }


  /*sidebar*/


  #articlebar img{
    float: left;
    overflow: inherit;
  }

  #articlebar .details{
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  #articlebar .authorContent{
    margin: 0.3rem;
    display: inline-block;
  }
  #articlebar a{
    text-decoration: none;
  }
  #articlebar .author:before{
    content: "\2014";
  }

  #articlebar .articlebarTitle{
    padding: 15px;
    margin: 2rem 0 auto;
    text-align: left;
    background-color: var(--indigo);
    border-bottom: 3px dashed var(--light) !important;
  }
  #articlebar .articlebarFooter{
    padding: 15px;
    background: #fff !important;
    color: var(--indigo) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;;
    text-align: center;
  }
  #articlebar .articlebarFooter:hover{
    color: var(--light) !important;
  }

  #articlebar .list-group-item:hover{
    background-color: var(--indigo) !important;
    color: var(--light);
  }

  .articlebar-img{
    display: inherit;
  }

  /*Slider Img*/
  .page{
    margin: 0;
    padding: 0;
  }



  /* Persons */
  .page-content{
    display: block;
    background: #e3c8b5;
    padding-bottom: 3rem;
  }
  .container {
    padding-right: 15px;
    padding-left:15px;
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;

  }
  .contentBox{
    padding: 30px;
    min-height: 450px !important;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  .pageTitle{
    font-size: 35px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .pageTitle:before, .pageTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0.5;
  }
  .person-list{
    margin-top: 5rem;
  }
  .person-list figure{
    height: 70%;
    overflow: hidden;
  }
  .person-list img{
    height: 100%;
    transition: transform 2s;
    transform: scale(1);
  }
  .person-list img:hover{
    transform: scale(1.1);
  }
  .person-list .name{
    font-size: 20px;
    color: var(--purple) !important;
    line-height: 1.4;
  }
  .person-list .title{
    font-weight: 600;
    color: var(--secondary);
  }
  .person-list .item{
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .type-zero{
    width: 100%; 
    height: 430px;
    border:0;
  }
  .mission-second-title{
    font-size: 20px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    margin-top: 30px;
  }

  /*üyelik*/

  .uyelik-link:hover{
    color:var(--indigo);
  }

  /*article Page */ 

  .articleTitle{
    font-size: 1.1rem;
    text-align: center;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    letter-spacing: .1em;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .articleTitle:before, .articleTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0.5;
  }

  .author-img {
    max-height: 150px;
    max-width: 150px;

  }

  /*Detil */ 

  .detail-btn{
    max-height: 350px;
    text-overflow: unset;
    background: none;
    width: 100%;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--dark) !important;
  }
  .detail-btn:hover{  
    background: rgb(242,242,242);
  }

  .news-description{
    max-height: 230px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .newsShows-img{
    max-height: 300px;
    max-width: 100%;
  }

   /*Project*/

  .card a:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:hover{
    text-decoration: none !important;
    color: indigo !important;
  }

    .card a::after:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:hover{
    text-decoration: none !important;
    color: indigo !important;
  }

  /*accordion*/

  .card .btn{
    width: 100%;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    text-align: left;
    text-decoration: none;
    
    font-weight: bold;
    color: var(--light);
    background: var(--indigo);
  }
  .card .btn:hover{
    color: var(--dark);
    background: #fff;
  }
  .card-header{
    background: #fff;
  }
  .author-img {
    align-items: right;
    text-align: right;
  }

  /*Contact */

  .contactTitle{
    margin-top: 2rem;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: var(--dark);
  }

  .contact-list{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 18px;
    color: var(--dark);
  }
  .contact-list span{
    color: var(--dark);
    font-weight: bold;
  }
  .contact-list li{
      color: var(--dark);
  }
  /*Foother*/

  .footer{
    border-top: 3px dashed var(--light);
    background: var(--indigo);
    padding: 1rem;
  }
  .footer-link{
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--light);
    transform: scale(1);
    letter-spacing: .2rem;
    transition: font-size .5s;
  }
  .footer-sperator:after  {
    content: "|";
    padding-left: 5px;
    padding-right: 10px;
    color: var(--light) !important;
  }
  .footer-link:hover{
    font-weight: bold;
    text-decoration: none;
    color: var(--light);

    font-size: 1.2rem;
  }
  .footer-nolink{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    transition: font-size 1s;

  }
  .footer-nolink:hover{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1.2rem;
  }
  .footer-nolink img:hover{
    transform: scale(1.2);
  }

  .footer .notice{
    color: var(--light);
    margin-bottom: 0;
  }
  .footer span{
    margin: 0 5px;
    color: var(--light);
  }
  .footer-social{
    display: inline-block;
    text-decoration: none !important;
    transform: scale(1);
    transition: transform 1s;
  }
  .footer-social:hover{
    text-decoration: none !important;
    transform: scale(1.2);
  }
  .social-list{
    margin-top: 1rem;
  }
  .footer-list{
    margin-bottom: 1rem;
  }
  .footer-social{
    display: block;
    overflow: inherit;
  }
  .clear{
    clear: both;
    display: block;
  }
}

/* xl Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


  .container-fluid{
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    background: #F0F5F5;
  }


  /*navbar*/


  .navbar{
    position: fixed !important;
    background: var(--indigo);
    border-bottom: 3px dashed var(--light);
    z-index: 99 !important;
  }
  .selected{
    background-color: var(--light) !important;
    color: var(--dark) !important;
  }
  .navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    letter-spacing: .2em;
    transition: font-size 1s;
  }
  .navbar-brand:hover{
    font-size: 3rem;
  }
  .nav-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    transition: font-size 1s;
    letter-spacing: .2em;
  }
  .nav-link:hover{
    /*background-color: var(--light) !important;*/
    color: var(--light) !important;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .nav-img{
    transform: scale(1) !important;
    transition: transform 1s !important;
  }
  .nav-img:hover{
    transform: scale(2) !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  #navbarDropdown{
    color: var(--light);
  }
  .dropdown-item{
    font-size: 1rem;
  }
  .dropdown-item:hover{
    background: var(--indigo);
    color: var(--light);
  }

  /*index page*/ 

  #bgSlider{
    padding-top: 4.5rem !important;
    z-index: 1;
    height: 100vh;
  }
  .imgWrapper{
    height: 100%;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-item{
    height: 100%;
  }

  .carousel-item img{
    width: 100%;
    height: auto;
  }

  #bgSlider .carousel-caption{
    right: 0% !important;
    left: 0% !important;
    bottom: 10% !important;
  }
  h1{
    font-size: 3rem;
  }
  .sliderTitle{
    letter-spacing: .2em;
  }

  /*info*/

  .page{
    background: #e3c8b5;
    padding-bottom: 5rem;
  }
  .page .pageImg{
    padding-top: 4.5rem;
  }

  .info{
    padding: 5rem;
    top: 100%;
    font-size: 1.3rem;
    background: var(--indigo);
    color: var(--light);
    z-index: 2;
  }
  .info h2{
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
  }
  .info h3{
    margin: 3rem 0;
    font-weight: bold;
  }

  /*press*/

  .press{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
  }
  .press  .adb{
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .press-item-white{
    background: #fff;
    padding:0 15px 15px 15px;
    width: 100%;
  }
  .press-item-grey{
    background: #f1f1f1;
    padding: 15px;
    width: 100%;
  }

  .items{
    margin-top: 30px;
    height: 420px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    background: rgba(255,255,255,0.1);
    perspective: 500px;
    transform: scale(0.98);
  }

  .items.active{
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    transform: scale(1);
  }

  .item{
    width: 300px;
    height: calc(100% - 30px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .item a{
    height: 100%;
    display: flex;
    transition: 1s all ease;
    align-items: center;
    justify-content: center;
  }
  .item a:hover{
    height: 100%;
    text-decoration: none;
    transform: scale(1.1);
  }
  .item .card img{
    align-items: center;
    height: 50%;
    max-width: 100%;
  }
  .item .card{
    width: 80%;
    display: flex;
    height: 100%;
  }
  .item .card-body{
    white-space: normal;
    font-size: 14px;
    height: 50%;
    display: flex;
    color: #000;
  }

  .title-with-divider{
    margin-top: 30px;
    text-align: center;
  }
  .title-with-divider h3{
    font-size: 2rem;
    color: var(--indigo);
  }
  .title-with-divider hr{
    border-top: 1px solid var(--indigo);
    width: 60%;
  }
  .press-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-item li{
    margin-top: 20px;
  }
  .plan-table{
    margin: 10px auto;
    width: 100%;
  }
  #press-pdf-1{
    display: none;
  }

  /*news slider*/


  #newsSlider{
    margin:auto;
    /*max-width: 85%*/
  }
  .carousel-item{
    max-height: 700px;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.3;
  }

  /*paragraf*/

  .paragraf{
    padding: 5rem;
    margin-bottom: 3rem !important;
    top: 100%;
    background: var(--white);
  }
  .paragraf h2{
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
  }
  .paragraf h3{
    margin: 3rem 0;
    font-weight: bold;
  }


  /*sidebar*/


  #articlebar img{
    float: left;
    overflow: inherit;
  }

  #articlebar .details{
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  #articlebar .authorContent{
    margin: 0.3rem;
    display: inline-block;
  }
  #articlebar a{
    text-decoration: none;
  }
  #articlebar .author:before{
    content: "\2014";
  }

  #articlebar .articlebarTitle{
    padding: 15px;
    margin: 2rem 0 auto;
    text-align: left;
    background-color: var(--indigo);
    border-bottom: 3px dashed var(--light) !important;
  }
  #articlebar .articlebarFooter{
    padding: 15px;
    background: #fff !important;
    color: var(--indigo) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;;
    text-align: center;
  }
  #articlebar .articlebarFooter:hover{
    color: var(--light) !important;
  }

  #articlebar .list-group-item:hover{
    background-color: var(--indigo) !important;
    color: var(--light);
  }


  /*Slider Img*/
  .page{
    margin: 0;
    padding: 0;
  }



  /* Persons */
  .page-content{
    display: block;
    background: #e3c8b5;
    padding-bottom: 3rem;
  }
  .container {
    padding-right: 15px;
    padding-left:15px;
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;

  }
  .contentBox{
    padding: 30px;
    min-height: 450px !important;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  .pageTitle{
    font-size: 35px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .pageTitle:before, .pageTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0.5;
  }
  .person-list{
    margin-top: 5rem;
  }
  .person-list figure{
    height: 70%;
    overflow: hidden;
  }
  .person-list img{
    height: 100%;
    transition: transform 2s;
    transform: scale(1);
  }
  .person-list img:hover{
    transform: scale(1.1);
  }
  .person-list .name{
    font-size: 20px;
    color: var(--purple) !important;
    line-height: 1.4;
  }
  .person-list .title{
    font-weight: 600;
    color: var(--secondary);
  }
  .person-list .item{
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .type-zero{
    width: 100%; 
    height: 430px;
    border:0;
  }
  .mission-second-title{
    font-size: 20px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    margin-top: 30px;
  }
  .mission-second-title{
    font-size: 20px;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    margin-top: 30px;
  }


  /*üyelik*/

  .uyelik-link:hover{
    color:var(--indigo);
  }

  /*article Page */ 

  .articleTitle{
    font-size: 1.1rem;
    text-align: center;
    color: var(--indigo) !important;
    display: grid;
    opacity: 0.9;
    letter-spacing: .1em;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    text-transform: uppercase;
  }
  .articleTitle:before, .articleTitle:after {
    background: #dee2e6;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0.5;
  }

  .author-img {
    max-height: 150px;
    max-width: 150px;

  }

  .newsShows-img{
    max-height: 300px;
    max-width: 400px;
  }



  /*Detil */ 

  .detail-btn{
    max-height: 350px;
    text-overflow: unset;
    background: none;
    width: 100%;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--dark) !important;
  }
  .detail-btn:hover{  
    background: rgb(242,242,242);
  }

  .news-description{
    max-height: 230px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*Project*/

  .card a:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a:hover{
    text-decoration: none !important;
    color: indigo !important;
  }

    .card a::after:link{
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:visited {
    text-decoration: none !important;
    color: darkorange !important;
  }

  .card a::after:hover{
    text-decoration: none !important;
    color: indigo !important;
  }

  .card .btn{
    width: 100%;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    text-align: left;
    text-decoration: none;
    
    font-weight: bold;
    color: var(--light);
    background: var(--indigo);
  }
  .card .btn:hover{
    color: var(--dark);
    background: #fff;
  }
  .card-header{
    background: #fff;
  }
  .author-img {
    align-items: right;
    text-align: right;
  }

  /*Contact */

  .contactTitle{
    margin-top: 2rem;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: var(--dark);
  }

  .contact-list{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 18px;
    color: var(--dark);
  }
  .contact-list span{
    color: var(--dark);
    font-weight: bold;
  }
  .contact-list li{
      color: var(--dark);
  }
  /*Foother*/

  .footer{
    border-top: 3px dashed var(--light);
    background: var(--indigo);
    padding: 1rem;
  }
  .footer-link{
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--light);
    transform: scale(1);
    letter-spacing: .2rem;
    transition: font-size .5s;
  }
  .footer-sperator:after  {
    content: "|";
    padding-left: 5px;
    padding-right: 10px;
    color: var(--light) !important;
  }
  .footer-link:hover{
    font-weight: bold;
    text-decoration: none;
    color: var(--light);

    font-size: 1.2rem;
  }
  .footer-nolink{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    transition: font-size 1s;

  }
  .footer-nolink:hover{
    text-decoration: none !important;
    color: var(--light);
    font-size: 1.2rem;
  }
  .footer-nolink img:hover{
    transform: scale(1.2);
  }

  .footer .notice{
    color: var(--light);
    margin-bottom: 0;
  }
  .footer span{
    margin: 0 5px;
    color: var(--light);
  }
  .footer-social{
    display: inline-block;
    text-decoration: none !important;
    transform: scale(1);
    transition: transform 1s;
  }
  .footer-social:hover{
    text-decoration: none !important;
    transform: scale(1.2);
  }
  .social-list{
    margin-top: 1rem;
  }
  .footer-list{
    margin-bottom: 1rem;
  }
  .footer-social{
    display: block;
    overflow: inherit;
  }
  .clear{
    clear: both;
    display: block;
  }
}