@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@300;

400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Anek+Latin:wght@300;400;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap);.wbox {
  background: rgba(138, 35, 49, 0.8);
}

.text-main2 {
  color: #921600 !important;
}

.img-rounded {
  border-radius: 15px;
}

.hr {
  border-bottom: 1px dotted #8a2331;
}

.hr2 {
  border-bottom: 1px dotted #921600;
}

.menu_title {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.card {
  border-radius: 0px;
}

.btn-main {
  background: #8a2331;
  color: white !important;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}

.btn-main2 {
  background: #921600;
  color: white !important;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}

body {
  font-family: Inter, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #4e4e4e;
}

.bebas {
  font-family: 'Bebas Neue', cursive;
}

.bg-main {
  background: #8a2331;
}

a {
  text-decoration: none !important;
}

.mh {
  min-height: 600px !important;
}

.titlemain {
  position: relative;
  font-weight: 600;
  font-size: 21px !important;
  color: #1e1e1e;
}

.titlemain::before {
  content: "\F151";
  /* FontAwesome Unicode */
  font-family: bootstrap-icons;
  color: #8a2331;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.newsBox:hover .card-body {
  background: white;
  margin-top: -25px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.newsBox .card-body {
  background: white;
  margin-top: -15px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.bg-none {
  background: none !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

img {
  border-radius: 0px;
}

.cccc {
  right: 0px;
  z-index: 999999;
  top: -20px;
}

.cccc {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation: aboutb 1000ms 1 forwards;
          animation: aboutb 1000ms 1 forwards;
}

.vb img {
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

.vb .col:hover img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

@-webkit-keyframes aboutb {
  0% {
    right: 300px;
    z-index: 999999;
    top: 400px;
    -webkit-transform: scale(4);
            transform: scale(4);
  }

  100% {
    right: 0px;
    z-index: 999999;
    top: -20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes aboutb {
  0% {
    right: 300px;
    z-index: 999999;
    top: 400px;
    -webkit-transform: scale(4);
            transform: scale(4);
  }

  100% {
    right: 0px;
    z-index: 999999;
    top: -20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sils {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation: sils 2000ms 1 forwards;
          animation: sils 2000ms 1 forwards;
}

@-webkit-keyframes sils {
  0% {
    right: 0px;
    z-index: 999999;
    top: -20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    right: 0px;
    z-index: 999999;
    top: 0px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    right: 0px;
    z-index: 999999;
    top: 920px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sils {
  0% {
    right: 0px;
    z-index: 999999;
    top: -20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    right: 0px;
    z-index: 999999;
    top: 0px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    right: 0px;
    z-index: 999999;
    top: 920px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.r0 {
  right: 0px;
}

.l0 {
  left: 0px;
}

.b0 {
  bottom: 0px;
}

.t0 {
  top: 0px;
}

.alertbar {
  display: none;
}

.banner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.banner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.katIma .position-absolute {
  width: 100%;
  height: 90%;
  background: rgba(138, 35, 49, 0.7);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.katIma:hover .position-absolute {
  width: 100%;
  height: 90%;
  background: rgba(138, 35, 49, 0.7);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.maincolor {
  color: #8a2331;
}

.bg-maincolor {
  background: #8a2331;
}

.text-main {
  color: #8a2331 !important;
}

.text-mainlight {
  color: #e495a0;
}

.border-right-main {
  border-right: 1px solid #8a2331;
}

.border-left-main {
  border-left: 1px solid #8a2331;
}

.bg-main-gradient {
  background: linear-gradient(60deg, #8a2331 0%, #d35062 100%);
}

.katBg {
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.katBgnone {
  background: none !important;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.quete {
  position: relative;
  padding: 25px;
  padding-left: 60px;
  border: 2px dotted #8a2331;
  margin-bottom: 20px;
  font-weight: 700 !important;
  font-size: 24px;
  border-radius: 5px;
}

.quete:before {
  content: "\F250";
  /* FontAwesome Unicode */
  font-family: bootstrap-icons;
  width: 1.3em;
  /* same as padding-left set on li */
  color: #8a2331;
  position: absolute;
  left: 15px;
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 40px;
}

.nv {
  background: #8a2331 !important;
}

.navbar {
  padding: 0px;
  border-bottom: 1px solid #8a2331;
  padding-bottom: 10px !important;
}

nav .nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: white !important;
}

nav .nav-link:hover {
  font-size: 16px;
  color: white !important;
}

nav .bb .nav-link {
  padding: 2px 7px !important;
  font-size: 18px;
  font-weight: 500;
  color: white !important;
}

nav .bb .nav-link:hover {
  background: #8a2331;
  font-size: 18px;
  color: white !important;
}

nav .bb .nav-link:hover i {
  color: white !important;
}

nav .bb .nav-link i {
  color: #8a2331 !important;
}

nav .bb .nav-item:last-child .nav-link {
  padding-right: 0px !important;
  border-right: none;
}

.dropdown-menu {
  background: #8a2331;
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  background: #921600;
}

.nav-tabs .nav-item .nav-link {
  text-align: center;
  font-weight: bold;
  position: relative;
  color: gray !important;
}

#myTabContent {
  padding: 20px;
  border: 1px solid lightgray;
  border-top: 0px;
  font-size: 14px !important;
}

.mt-6 {
  margin-top: 4.5rem;
}

.mt-7 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 4.5rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.my-7 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

body {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

.fz-8 {
  font-size: 8px !important;
}

.fz-9 {
  font-size: 9px !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-37 {
  font-size: 37px !important;
}

.fz-38 {
  font-size: 38px !important;
}

.fz-39 {
  font-size: 39px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-41 {
  font-size: 41px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-43 {
  font-size: 43px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-47 {
  font-size: 47px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-49 {
  font-size: 49px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-51 {
  font-size: 51px !important;
}

.fz-52 {
  font-size: 52px !important;
}

.fz-53 {
  font-size: 53px !important;
}

.fz-54 {
  font-size: 54px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-56 {
  font-size: 56px !important;
}

.fz-57 {
  font-size: 57px !important;
}

.fz-58 {
  font-size: 58px !important;
}

.fz-59 {
  font-size: 59px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-61 {
  font-size: 61px !important;
}

.fz-62 {
  font-size: 62px !important;
}

.fz-63 {
  font-size: 63px !important;
}

.fz-64 {
  font-size: 64px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-66 {
  font-size: 66px !important;
}

.fz-67 {
  font-size: 67px !important;
}

.fz-68 {
  font-size: 68px !important;
}

.fz-69 {
  font-size: 69px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-71 {
  font-size: 71px !important;
}

.fz-72 {
  font-size: 72px !important;
}

.fz-73 {
  font-size: 73px !important;
}

.fz-74 {
  font-size: 74px !important;
}

.fz-75 {
  font-size: 75px !important;
}

.okyok:after {
  background-image: none !important;
}

.accordion-button {
  padding: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-41 {
  line-height: 41px !important;
}

.lh-42 {
  line-height: 42px !important;
}

.lh-43 {
  line-height: 43px !important;
}

.lh-44 {
  line-height: 44px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-46 {
  line-height: 46px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-48 {
  line-height: 48px !important;
}

.lh-49 {
  line-height: 49px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-51 {
  line-height: 51px !important;
}

.lh-52 {
  line-height: 52px !important;
}

.lh-53 {
  line-height: 53px !important;
}

.lh-54 {
  line-height: 54px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-56 {
  line-height: 56px !important;
}

.lh-57 {
  line-height: 57px !important;
}

.lh-58 {
  line-height: 58px !important;
}

.lh-59 {
  line-height: 59px !important;
}

.lh-60 {
  line-height: 60px !important;
}

.fz-8 {
  font-size: 8px !important;
}

.fz-9 {
  font-size: 9px !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-37 {
  font-size: 37px !important;
}

.fz-38 {
  font-size: 38px !important;
}

.fz-39 {
  font-size: 39px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-41 {
  font-size: 41px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-43 {
  font-size: 43px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-47 {
  font-size: 47px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-49 {
  font-size: 49px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-51 {
  font-size: 51px !important;
}

.fz-52 {
  font-size: 52px !important;
}

.fz-53 {
  font-size: 53px !important;
}

.fz-54 {
  font-size: 54px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-56 {
  font-size: 56px !important;
}

.fz-57 {
  font-size: 57px !important;
}

.fz-58 {
  font-size: 58px !important;
}

.fz-59 {
  font-size: 59px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-61 {
  font-size: 61px !important;
}

.fz-62 {
  font-size: 62px !important;
}

.fz-63 {
  font-size: 63px !important;
}

.fz-64 {
  font-size: 64px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-66 {
  font-size: 66px !important;
}

.fz-67 {
  font-size: 67px !important;
}

.fz-68 {
  font-size: 68px !important;
}

.fz-69 {
  font-size: 69px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-71 {
  font-size: 71px !important;
}

.fz-72 {
  font-size: 72px !important;
}

.fz-73 {
  font-size: 73px !important;
}

.fz-74 {
  font-size: 74px !important;
}

.fz-75 {
  font-size: 75px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.icerik h1 {
  font-size: 18px;
  font-weight: 600;
}

.icerik h2 {
  font-size: 17px;
  font-weight: 600;
}

.icerik h3 {
  font-size: 16px;
  font-weight: 600;
}

.icerik h4 {
  font-size: 16px;
  font-weight: 600;
}

.icerik h5 {
  font-size: 16px;
  font-weight: 600;
}

.icerik h6 {
  font-size: 16px;
  font-weight: 600;
}

.icerik a {
  color: #5175e6 !important;
}

.mmmenu .p-2:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.mmmenu .p-2 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.mmmenu img {
  border-left: 4px solid #4c5e70;
}

@media (min-width: 320px) {
  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 10px !important;
  }
    .carousel .carousel-item {
    height: 570px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 88;
    min-height:570px !important;
  }
}

@media (min-width: 414px) {
  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 10px !important;
  }

  .carousel .carousel-item {
    height: 570px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 88;
    min-height:570px !important;
  }
}

@media (min-width: 576px) {
  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 10px !important;
  }

  .carousel .carousel-item {
    height: 530px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 88;
    min-height: 530px !important;
  }
}

@media (min-width: 768px) {
  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 10px !important;
  }

  .carousel .carousel-item {
    height: 630px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    z-index: 88;
    left: 0;
    min-height: 630px !important;
  }
}

@media (min-width: 992px) {
  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 150px !important;
  }

  .carousel .carousel-item {
    height: 630px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    z-index: 88;
    left: 0;
    min-height: 630px !important;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }

  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 150px !important;
  }

  .carousel .carousel-item {
    height: 830px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    z-index: 88;
    left: 0;
    min-height: 830px !important;
  }
}

@media (min-width: 1920px) {
  .top-bg-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#24090d), to(#bf3044));
    background: linear-gradient(180deg, #24090d 0%, #bf3044 100%);
    display: block;
    height: 150px !important;
  }

  .container {
    max-width: 1250px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 7% !important;
}

.section-title__border-box {
  position: relative;
  display: block;
  height: 2px;
  width: 68px;
  background-color: #8a2331;
  margin: 11px auto 0;
  margin-left: 0px;
}

.section-title__border-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #8a2331;
}

.section-title__border-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: 1px solid #8a2331;
}

.section-title__border-boxw {
  position: relative;
  display: block;
  height: 2px;
  width: 68px;
  background-color: white;
  margin: 11px auto 0;
  margin-left: 0px;
}

.section-title__border-boxw:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.section-title__border-boxw:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: 1px solid white;
}

.tanitimicerik ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

.tanitimicerik ul li a:before {
  content: "+";
  /* FontAwesome Unicode */
  background: #921600;
  color: white;
  padding: 2px 9px;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  border-radius: 3px;
}

.tanitimicerik2 ul {
  font-weight: 500;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-left: 35px;
}

.tanitimicerik2 ul li:before {
  content: "\F26F";
  left: 0px;
  position: absolute;
  font-family: bootstrap-icons;
  color: #8a2331;
  padding: 2px 9px;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  border-radius: 3px;
}

