.Program {
  padding: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,1);
}

.Program img {
  width: 60vw;
}

body {
  background-color: #320000;
  background-image: url("/static/img/bg2.png");
  background-blend-mode: hue;
  padding-top: 150px;
}

.nopaddingtop {
  padding-top: 0px !important;
}

.Program .btn {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  border-color: black;
}

.Program .btn:hover {
  background-color: #a20000;
  color: white;
}

.navbar {
  -webkit-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
}

div.map {
  text-align: center;
  margin: 15px;
  padding: 15px;
  position: relative;
}

div.map iframe {
  display: inline-block;
  width: 80%;
}

body {
  min-height: 100% !important;
  /*position: relative !important;*/
}

div.map h1, div.map h2 {
  color: white;
}

div.map .btn {
  transition: all 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  border-color: black;
}

div.map .btn:hover {
  background-color: #a20000;
  color: white;
}

.shadow {
  -webkit-box-shadow: 3px 15px 21px -3px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 3px 15px 21px -3px rgba(0,0,0,0.75) !important;
  box-shadow: 3px 15px 21px -3px rgba(0,0,0,0.75) !important;
}

.faq .row {
  background-color: whitesmoke;
  border-bottom: 5px var(--bs-dark);
  border-bottom-style: solid;
  color: black;
}

.faq {
  margin-top: 40px;
}

.faq .row .hidden {
  display: none;
}

.red-btn {
  transition: all 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  border-color: black;
}

.red-btn:hover {
  background-color: #a20000;
  color: white;
}

div.map .btn {
  transition: all 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  border-color: black;
}

div.map .btn:hover {
  background-color: #a20000;
  color: white;
}

.userpanel {
  margin-top: 65px;
  text-align: center;
}

.paketform .item {
  margin-top: 10px;
}

.red-btn {
  transition: all 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  border-color: black;
}

.red-btn.big {
  transition: all 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  width: 100%;
  border-color: black;
}

.red-btn.big:hover {
  color: white;
  background-color: #a20000;
}

.red-btn.big {
  transition: all 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
  width: 100%;
  border-color: black;
}

.red-btn.big:active {
  color: white;
  background-color: #a20000;
  border-color: white;
}

.yoklama {
  color: var(--bs-gray-dark);
  /*height: 50px;*/
  background-color: var(--bs-white);
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow-wrap: break-word;
}

.yoklamaheader {
  /*display: inline-block;*/
  /*color: red;*/
}

.yoklamaheader.right {
  /*color: red;*/
  text-align: right !important;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yoklamaheader.onay {
  color: #00c600;
}

.yoklamaheader.onaysiz {
  color: red;
}

.workshopselection {
  background-color: var(--bs-white);
  min-height: 100px;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  position: relative;
}

.workshopselection select {
  display: flex;
  width: 80%;
  margin-bottom: 15px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.black-btn {
  background-color: black;
  border-color: #450000;
}

.black-btn:hover {
  background-color: #760000;
  border-color: #760000;
}

.grayedout {
  opacity: 0.7;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  /*background-color: red;*/
}

.yoklamaelle.onay {
  background-color: green;
  color: var(--bs-dark);
  border-color: var(--bs-white);
  border-width: 5px;
  border-style: ridge;
}

.yoklamaelle.onaysiz {
  background-color: red;
  color: var(--bs-dark);
  border-color: var(--bs-white);
  border-width: 5px;
  border-style: ridge;
}

.footer-icon {
  transition: 0.2s;
  font-size: 35px;
}

.footer-icon:hover {
  transition: 0.2s;
  color: #450000 !important;
  cursor: pointer;
}

.sectiondiv {
  /*background: rgb(33,37,41);*/
  /*background: radial-gradient(circle, rgba(33,37,41,1) 0%, rgba(60,61,62,1) 50%, rgba(33,37,41,1) 100%);*/
  background-image: url("/static/img/baskent_ankara_hava_foto.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  /*background-blend-mode: color-burn;*/
  background-size: cover;
  width: 100%;
  background-color: var(--bs-dark);
  margin-bottom: 50px;
  -webkit-box-shadow: inset 0px 0px 28px 10px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 28px 10px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 28px 10px rgba(0,0,0,0.75);
}

.bs-icon-xs.bs-icon-rounded.bs-icon-primary-light.bs-icon {
  color: #760000;
  background-color: rgba(239,239,239,0.68);
}

.red-btn:focus {
  background-color: #a20000;
  color: white;
}

.accordionred {
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg: #190000;
}

.accordionred:focus {
  border: red;
}

.accordionredbtn {
  color: red !important;
}

.sayac {
  padding-top: 20px;
  min-height: 350px;
  background-color: var(--bs-dark);
  margin-top: 100px;
  text-align: center;
  align-content: center;
  border-radius: 5px;
}

.counter {
  height: 10vw;
  text-align: center;
  background-color: white;
  color: #320000;
  line-height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-wrap: nowrap;
}

.counter h1 {
  font-size: 8vw !important;
}

.konaklamacont {
  height: 400px;
  margin-top: 100px;
  text-align: center;
  display: block;
}

.konaklamadiv {
  background-color: var(--bs-dark);
  height: 400px;
  padding: 10px;
}

.basicblackdiv {
  height: 550px;
  background-color: var(--bs-dark);
  border-radius: 10px;
  padding: 10px;
}

.contactp {
  border-bottom: solid;
  border-color: var(--bs-gray);
  width: 100%;
}

