/* CSS Document */
/******************/
/* FONT CREATIONS */
/******************/
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.woff2') format('woff2'),
       url('/fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*****************/
/* GLOBAL STYLES */
/*****************/

* {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  scroll-behavior: smooth;
}
::selection {
  background-color: #3390ff;
  color: #FFF;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #143f6c;
  border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html, body {
  height: 100%;
  background-color: #F7F7F7;
  line-height: 1.9;
}
.container-fluid {
  padding: 0;
}
.fullscreen {
  height: 100%;
  min-height: 80vh;
  padding-top: 100px;
}
.bg-primary {
  background-color: #2D86E4 !important;
}
section {
  padding: 2% 0;
}
.baslik {
  color: #143f6c;
  font-weight: 600;
  font-size: 35px;
  cursor: default;
  padding-top: 1%;
  padding-bottom: 1%;
}
.baslik-area {
  background-image: url("../../img/arabg.png") !important;
}
.baslikLight {
  color: #F4F4F4;
  font-weight: 800;
  font-size: 25px;
  cursor: default;
  padding-top: 3%;
  padding-bottom: 3%;
}
.baslikLight hr {
  border-color: #f4f4f4;
}
.baslikLight i.fas, .baslikLight i.far {
  color: #f4f4f4;
}
.minibaslik {
  color: #153463;
  font-size: 16px;
}
.minibaslikLight {
  color: #F4F4F4;
  font-size: 16px;
}
small {
  color: #153463;
  font-size: 14px;
  font-weight: 500;
}
hr {
  width: 15%;
  border-top: 1px solid #004B85;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3%
}
i.far, i.fas {
  color: #143f6c;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
}
.gradientToBottom {
  background-image: linear-gradient(to bottom, #F7F7F7, #deeefb);
}
.gradientToTop {
  background-image: linear-gradient(to top, #F7F7F7, #deeefb);
}
.marqueeWidth {
  max-width: 450px;
}
.le-toplink {
  position: fixed;
  top: 90%;
  right: 2%;
  width: 4%;
  height: 7%;
  text-align: center;
  padding-top: .6%;
  color: #333;
  background-image: linear-gradient(45deg, #fff, #fff, #96cdf7);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.row {
  margin: 0;
  padding: 0;
}
.centerPosition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-lookUs {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  color: #fff;
  background-color: #153463;
  border: 2px solid #fff;
  transition: all .5s ease-in-out;
  width: 60%;
}
.btn-lookUs strong, .btn-lookUs {
  font-size: 16px;
}
.btn-lookUs:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.badge {
  width: 55%;
}
.badgeFont95 {
  font-size: 90% !important;
}
/***************/
/* TABLE STYLE */
/***************/
@media only screen and (max-width: 800px) {
  /*TABLONUN ARTIK TABLE YERİNE BLOCK ELEMENT OLARAK DAVRANMASI SAĞLANIYOR */
  /*.lookUsTable table, .lookUsTable thead, .lookUsTable tbody, .lookUsTable th, .lookUsTable td, .lookUsTable tr {
    display: block;
  }*/
  
  /* TABLE HEADER GİZLENİYOR, BURAYI DISPLAY NONE YAPMA, KİMSE GEREKSİZ YERE JS YAZMAK İSTEMEZ. AMA BU UYARIYI YAZABİLİR */
  /*.lookUsTable thead tr {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }*/
  .lookUsTable tr {
    border: 1px solid #96c8d4;
  }
  .lookUsTable td:before {
    /* BURADA İLK TD'LERİN THEAD GİBİ DAVRANILMASI SAĞLANIYOR */
    position: absolute;
    content: attr(data-title);
    top: 12px;
    left: 10px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .lookUsTable td {
    /*TD ETİKETLERİNİN ROW GİBİ DAVRANMASI SAĞLANIYOR*/
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 5%;
    white-space: normal;
  }
  .lookUsTable tr td:first-child {
    color: #153463;
  }
}
.lookUsTable .table {
	background: #fefefe;
}
.lookUsTable thead tr {
	background-color: #153463;
	color: #fff;
}
.lookUsTable .table thead th {
	text-align: center;
}
.lookUsTable .table td p {
	margin-bottom: 0rem;
}
.lookUsTable h3 {
	color: #153463;
}
.lookUsTable .card-body {
	padding: .75rem;
}
.lookUsTable .card img.card-img-top {
	box-shadow: 0 0 11px rgb(33 33 33 / 20%);
}
.lookUsTable img.img-thumbnail {
	width: 180px;
}

/****************/
/* HEADER STYLES*/
/****************/
header {
  position: relative;
}

.navbar-nav .nav-link {
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover efekti */
.navbar-nav .nav-link:hover {
  background-color: #d82528; /* arka plan rengi */
  color: #000000; /* yazı rengi */
}

/* Aktif (scroll ile belirlenen) menü öğesi */
.navbar-nav .nav-link.active {
  background-color: #d82528;
  color: #000000;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
	color: #000;
  font-weight: 500;
}
.navbar-dark .navbar-toggler {
  background-color: #153463!important;
}

.nav-link:hover {
  color:white!important;
}
.navbar-brand img {
  width: 160px;
}
.navbar {
  padding: 0 1rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #143f6c;
}
a:not([href]).dropdown-item:hover {
	color: #fff;
	cursor: pointer;
}
.bg-customMenu {
  background: #fff;
  padding: 30px;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide1 {
    background-image: url("../img/mobile-bg.jpg?a=444") !important;
    background-size: cover!important;
    min-height:120vh;
  }
}


@media only screen and (max-width: 1275px) {
  .nav-link{
    font-size: 10px!important;
  }
}

@media only screen and (max-width: 1010px) {
  .nav-link{
    font-size: 9.5px!important;
  }
}

.icon-bar {
  z-index: 9999;
  position: fixed;
  background-color: #ECECEC;
  padding: 10px 10px 10px 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  .icon-bar {
    z-index: 9999;
    position: fixed;
    background-color: #ECECEC;
    padding: 10px 5px 0px 5px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    transition: all 0.3s ease;
    color: white;
    margin-bottom: 10px;
    border-radius: 5%;
    font-size: 15px;
  }
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 6px 7px;
  transition: all 0.3s ease;
  color: white;
  margin-bottom: 10px;
  border-radius: 5%;
  font-size: 20px;
}

.icon-bar a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: drop-shadow(5px 5px 5px gray);
  -webkit-filter: drop-shadow(5px 5px 5px gray);
}

.instagram {
  background-color: rgb(183, 3, 183);
}

.linkedin {
  background-color: #3390ff;
}
 
.headerBottom {
  position: absolute;
  width: 100%;
  height: 11vh;
  background: #153463;
  z-index: 999;
  bottom: 0;
  overflow: hidden;
}

.counterBg {
  background: #153463;
  height: 11vh;
}
header .table {
  height: 10vh;
}
header .table td {
  border: none;
}
.fixed-top {
	z-index: 999;
}

/****************/
/*CONTENT STYLES*/
/****************/
#InvitationVideo .videos {
	padding-top: 15px;
	transition: all 0.5s ease;
}
#InvitationVideo .videos:hover {
    cursor: pointer;
	background-color: #fff;
    border-radius: 0.25rem;
    -o-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    box-shadow: 0 0 11px rgb(33 33 33 / 50%);
}

.invitation-sign {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

/*******************/
/*COMMITTEES STYLES*/
/*******************/

.badge {
  font-size: 100%;
}
.wideListItem {
  padding: .75em;
}
#committees .card-title {
  margin-bottom: 0rem;
  font-size: 16px;
}
#committees .boards .card-body {
  min-height: 150px;
  padding: .75rem;
  display: inline-grid;
  align-items: center;
}
#committees .boards .card-text {
  font-size: 13px;
}
#committees .boards .card-box {
	position: relative;
	overflow: hidden;
}
#committees .boards .card-box img {
	width: 100%;
    height: auto;
	transition: all 0.2s ease 0s;
}
#committees .boards .card-box .card-box-container {
	width: 100%;
	padding: 0px;
	position: absolute;
	bottom: -21%;
	z-index: -1;
	background-color: rgba(51, 51, 51,0.7) !important; 
	transition: all 0.35s ease 0s;
}
#committees .boards .card-box:hover .card-box-container {
	bottom: 0%;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.35s ease 0s;
}
#committees .boards .card-box .card-box-description {
	margin-top: 10px;
	color: #fff !important; 
	font-size: 13px !important;
	text-align: center;
}
#committees .boards .card-box .card-box-description a {
	color: #fff !important;
	text-decoration: none !important;
}


/**********************/
/* MAIN TOPICS STYLES */
/**********************/
#mainTopics ul {
	list-style-type: none;
}
#mainTopics i.fa-check {
	margin-right: 10px;
	color: #fff;
}

/*****************************/
/* SCIENTIFIC PROGRAM STYLES */
/*****************************/
#scientificProgramBackground {
  background: url("../img/scientific.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#scientificProgramBackground .baslik,
#scientificProgramBackground i.fas.fa-brain {
    color: #f4f4f4;
}
#scientificProgramBackground i.fas.fa-coffee,
#scientificProgramBackground i.fas.fa-utensils {
    color: #153463;
}
#scientificProgramBackground strong {
    font-weight: 600;
}
#scientificProgramBackground hr {
  border-color: #f4f4f4;
}
#scientificProgramBackground .card {
	border: 1px solid rgba(0,0,0,.125);
}
#scientificProgramBackground .card-header {
	cursor: pointer;
	background-color: rgba(0,0,0,.03);
}
#scientificProgramBackground .card-header:hover {
	background-color: #ececec;
	cursor: pointer;
}
#scientificProgramBackground .card-header h5 {
	text-align: center;
}
#scientificProgramBackground .card-header button.btn-link {
	color: #153463 !important;
	font-weight: 600;
	font-size: 18px;
}
#scientificProgramBackground .card-body {
	padding: 0rem!important;
}
table td {
	vertical-align: middle !important;
}
.opening,
.closure {
	background-color: #143f6c;
	color: #fff;
}
.time {
	text-align: center;
}
.session {
	background-color: #153463;
	color: #fff;
}
.break,
.lunch {
	background-color: #e9aeb6;
	font-weight: 600;
	color: #153463;
}
.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
	border-radius: 0;
	background-color: #d0dce9;
	color: #3e519c;
	text-align: center;
	font-weight: 600;
}
.nav-tabs .nav-link {
	background-color: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0;
	color: #153463;
	text-align: center;
	font-weight: 600;
	margin-top: 1rem;
}
ul.nav-tabs li::before {
	content: none !important;
}

/******************/
/* CONTACT STYLES */
/******************/
#contactBackground {
  background-image: url("../img/contactBackground.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.contactBox {
  background: #ffffffde;
  border: 1px solid #777;
  padding: 1.5%;
  border-radius: 5px;
}
.contactLogo img {
  max-width: 200px;
}
/***************/
/*FOOTER STYLES*/
/***************/
footer {
  height: 50px;
  padding-top: 1%;
  font-weight: 200;
}
/***************/
/*MODAL STYLES*/
/***************/
.modal-dialog {
    max-width: 600px;
    margin: 1rem auto;
	z-index: 99999;
}
.modal-footer {
    justify-content: center;
}

.worldimg {
  max-width: 30px;
  align-items: center;
}

.kurul {
  height: 40px;
  align-items: center;
}

.kurul2 {
  height: 70px;
  align-items: center;
}

@media screen  and (max-width: 768px){
  .kurul2 {
    height: 50px;
  }
}

@media screen  and (max-width: 425px){
  .kurul2 {
    height: 100%;
  }
}

@media screen and (max-width: 425px) {
  .cardboyut {
    height: 250px;
  }
}

@media screen and (max-width: 1880px) {
  .btn-lookUs {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #153463;
    border: 2px solid #fff;
    transition: all .5s ease-in-out;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .btn-lookUs strong, .btn-lookUs {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .mobil-sm {
    padding: 0;
  }
}

@media screen and (max-width: 425px) {
  .mobil-sm2 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 425px) {
  .kurulad {
    text-align: left!important;
  }
}

.tkd-logo-tr {
  max-width: 100px;
}

/* Sosyal Medya */

.fa-instagram {
  color: #fff;
}

.fa-linkedin {
  color: #fff;
}

/* Gizlilik ve Çerez Politikası */
.politika {
  color: #153463;
}

.politika:hover {
  color: #000;
}

.navbar-brand {
  margin-right: 3rem!important;
}


 
  .aa{
        width: 100% !important; 
  }
