@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Petit+Formal+Script&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "Univia W03 Book";
  src: local("Univia Pro Book"), local("Univia-Pro-Book"), url("../fonts/UniviaPro/UniviaPro-Book.woff2") format("woff2"), url("../fonts/UniviaPro/UniviaPro-Book.woff") format("woff"), url("../fonts/UniviaPro/UniviaPro-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univia W03 Bold";
  src: local("Univia Pro Bold"), local("Univia-Pro-Bold"), url("../fonts/UniviaPro/UniviaPro-Bold.woff2") format("woff2"), url("../fonts/UniviaPro/UniviaPro-Bold.woff") format("woff"), url("../fonts/UniviaPro/UniviaPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a,
a:active,
a:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a:hover,
a:active {
  color: rgb(31, 31, 31);
  text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
}

b,
strong {
  font-weight: 600;
}

section {
  padding: 30px 0px;
}

p {
  margin-bottom: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  padding: 0px;
}

h1,
h2,
h3,
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Univia W03 Bold";
}

::selection {
  color: rgb(0, 0, 0);
  background: rgb(219, 219, 219);
}

::-webkit-input-placeholder {
  color: rgb(111, 111, 111);
  text-overflow: ellipsis;
}

:focus {
  outline: 0px !important;
}

* {
  --cBlack: #000;
  --cWhite: #fff;
  --cSmoke: #eee;
  --cSuvagrey: #57585a;
  --cGossamer: #b56c06;
}

body {
  font-family: "Univia W03 Book";
  background: #ffffff;
}

@media only screen and (max-width: 559px) {
  body {
    overflow-x: hidden;
  }
}

.header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 99;
  /* background-color: var(--cWhite); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
}

.header .container {
  max-width: 1400px;
}

.header__inner {
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header__inner .logo a img {
  width: 250px;
}

@media only screen and (max-width: 1199px) {
  .header__inner .logo a img {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .header__inner .navMenu {
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    background: var(--cWhite);
    padding: 2rem;
  }
}

.header__inner .navMenu ul {
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .header__inner .navMenu ul {
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header__inner .navMenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.header__inner .navMenu ul li {
  line-height: 1;
}

.header__inner .navMenu ul li a {
  font-weight: 500;
  font-size: 14px;
  font-family: "Univia W03 Book";
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #fff;
}

a {}

@media only screen and (max-width: 1199px) {
  .header__inner .navMenu ul li a {
    letter-spacing: 0px;
    font-size: 13px;
  }
}

.header__inner .navMenu ul li a:hover {
  color: var(--cGossamer);
}

.header__inner .navMenu ul .teklifBtn a {
  border-radius: 4px;
  border: 1px solid var(--cGossamer);
  color: var(--cGossamer);
  width: 120px;
  height: 35px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 13px;
}

.header__inner .navMenu ul .teklifBtn a:hover {
  background-color: var(--cGossamer);
  color: var(--cWhite);
}

.header__inner .bars {
  display: none;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
}

.header__inner .bars span {
  width: 100%;
  height: 2.5px;
  display: block;
  background: var(--cGossamer);
}

@media only screen and (max-width: 767px) {
  .header__inner .bars {
    display: flex;
  }
}

.headerTop {
  position: relative;
  border-bottom: 1px solid #c8c8c84a;
  z-index: 999;
  /* background-color: var(--cWhite); */
  padding: 0.5rem 0px;
}

.headerTop__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .headerTop__inner {
    grid-template-columns: 100px 1fr;
  }
}

.headerTop__inner .leftSearch {
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  align-items: center;
}

.headerTop__inner .leftSearch a:hover {
  color: var(--cGossamer);
}

.headerTop__inner .leftSearch p {
  /* font-family: "Petit Formal Script", cursive; */
  font-size: 13px;
  margin-left: 5px;
  margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  .headerTop__inner .leftSearch p {
    display: none;
  }
}

.rightButton {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  gap: 15px;
}

.rightButton a {
  font-size: 13px;
  background-color: var(--cGossamer);
  color: rgb(255, 255, 255) !important;
  padding: 11px 10px;
  border-radius: 4px;
}

.rightButton a:first-child {
  background-color: var(--cSuvagrey);
}

.rightButton a:hover {
  background-color: var(--cSuvagrey);
}

.rightButton a:hover:first-child {
  background-color: var(--cGossamer);
}

@media only screen and (max-width: 1950px) {
  .container {
    max-width: 1350px;
  }
}

@media only screen and (max-width: 1439px) {
  .container {
    max-width: 1260px;
  }
}

.slider {
  padding: 0px;
  margin-left: 60px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1439px) {
  .slider {
    margin-left: 15px;
    padding-top: 3rem;
  }
}

.slider__inner {
  display: block;
  /* grid-template-columns: 40% 57.7%; */
  /* grid-template-rows: 1fr; */
  /* width: 100%; */
  margin-top: 60px;
}

@media only screen and (max-width: 559px) {
  .slider__inner {
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
    gap: 30px;
  }
}

.slider__inner__text {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-evenly;
}

@media only screen and (max-width: 559px) {
  .slider__inner__text {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.slider__inner__text h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 559px) {
  .slider__inner__text h1 {
    font-size: 3.1rem;
  }
}

.slider__inner__text h2 {
  /* font-family: "Petit Formal Script", cursive; */
  font-size: 60px;
  line-height: 92px;
  color: var(--cGossamer);
  margin-bottom: 1rem;
}

@media only screen and (max-width: 559px) {
  .slider__inner__text h2 {
    font-size: 100px;
  }
}

.slider__inner__text p {
  font-family: "Univia W03 Book";
  max-width: 90%;
  font-size: 14px;
  color: var(--cSuvagrey);
}

.slider__inner__text a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid var(--cWhite);
  color: var(--cWhite);
  background-color: var(--cGossamer);
  margin-top: 1rem;
  font-size: 13px;
  width: 120px;
  text-align: center;
}

.slider__inner__text a:hover {
  background-color: var(--cSuvagrey);
  color: var(--cWhite);
  border-color: var(--cSuvagrey);
}

.slider__inner__img {
  position: relative;
}

.slider__inner__img #slider .owl-stage {
  padding-left: 0px !important;
}

.slider__inner__img #slider .owl-nav {
  margin: 30px 0px 0px;
  display: flex;
  gap: 10px;
}

.slider__inner__img #slider .owl-nav button {
  margin: 0px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--cSuvagrey);
  color: var(--cSuvagrey);
  border-radius: 30px;
}

.slider__inner__img #slider .owl-nav button:hover {
  background: var(--cWhite);
  color: rgb(0, 0, 0);
}

.slider__inner__img .innerDetai {
  position: relative;
}

.slider__inner__img .innerDetai a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease 0s;
}

.slider__inner__img .innerDetai a img {
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}

.slider__inner__img .innerDetai a:hover img {
  opacity: 0.9;
}

.slider__inner__img .innerDetai .textS {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.slider__inner__img .innerDetai .textS h5 {
  color: var(--cWhite);
  font-weight: 200;
  font-size: 24px;
  text-shadow: rgb(15, 15, 15) 0px 0px 7px;
  position: relative;
  transition: all 0.4s;
  /* -webkit-transition: all 0.4s; */
  /* transition: all 0.5s cubic-bezier(0.4, 0, 1, 1); */
}

.slider__inner__img .innerDetai::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}

.aboutHome {
  padding: 6rem 0px 0px;
}

@media only screen and (max-width: 559px) {
  .aboutHome {
    padding: 3rem 0px 0px;
  }
}

.aboutHome__inner {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 0px;
}

@media only screen and (max-width: 559px) {
  .aboutHome__inner {
    grid-template-columns: 100%;
    gap: 60px;
  }
}

.aboutHome__inner .leftImg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.aboutHome__inner .leftImg .leftImg-clmn {
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.aboutHome__inner .leftImg .leftImg-clmn img {
  width: 100%;
}

.aboutHome__inner .leftImg .mgtop10 {
  margin-top: 5rem;
}

.aboutHome__inner .rightText {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 2rem;
}

@media only screen and (max-width: 559px) {
  .aboutHome__inner .rightText {
    padding-left: 0rem;
  }
}

.aboutHome__inner .rightText h1 {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 5rem;
  line-height: 4rem;
  color: rgb(235, 235, 235);
}

@media only screen and (max-width: 559px) {
  .aboutHome__inner .rightText h1 {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}

.aboutHome__inner .rightText h1 span {
  /* font-family: "Petit Formal Script", cursive; */
  color: var(--cGossamer);
  font-size: 40px;
}

.aboutHome__inner .rightText .desc {
  display: grid;
  grid-template-columns: 1fr 1fr 120px;
  gap: 30px;
}

@media only screen and (max-width: 559px) {
  .aboutHome__inner .rightText .desc {
    grid-template-columns: 100%;
    gap: 15px;
  }
}

.aboutHome__inner .rightText .desc p {
  font-size: 14px;
  color: var(--cSuvagrey);
  font-family: "Univia W03 Book";
}

.aboutHome__inner .rightText .desc a {
  font-size: 13px;
  text-decoration: underline;
  text-align: right;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.sliderFull {
  padding: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 0;
}

@media only screen and (max-width: 559px) {
  .sliderFull {
    height: 500px;
  }
}

.sliderFull #sliderFull {
  width: 100%;
  height: 80vh;
}

.sliderFull #sliderFull .item .mbSlider {
  display: none;
}

.sliderFull #sliderFull .item .mbSlider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media only screen and (max-width: 559px) {
  .sliderFull #sliderFull .item .mbSlider {
    display: block;
  }
}

.sliderFull #sliderFull .item img.dSlider {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 559px) {
  .sliderFull #sliderFull .item img.dSlider {
    display: none;
  }
}

.titleHome {
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--cSmoke);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.titleHome .text {
  display: grid;
  grid-template-columns: 35% 65%;
  -webkit-box-align: end;
  align-items: end;
  width: 100%;
}

@media only screen and (max-width: 559px) {
  .titleHome .text {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.titleHome .text .baslik h1 {
  font-weight: 200;
  font-size: 3.2rem;
}

.titleHome .text .baslik h2 {
  /* font-family: "Petit Formal Script", cursive; */
  font-size: 30px;
  color: var(--cGossamer);
}

.titleHome .text .desc {
  padding-left: 2rem;
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 200px;
  -webkit-box-align: end;
  place-items: end;
}

@media only screen and (max-width: 559px) {
  .titleHome .text .desc {
    grid-template-columns: 100%;
    gap: 0px;
    padding-left: 0px;
  }
}

.titleHome .text .desc p {
  font-size: 14px;
  color: var(--cSuvagrey);
  font-family: "Univia W03 Book";
}

.titleHome .text .desc .btnN a {
  font-size: 13px;
  text-decoration: underline;
  text-align: right;
}

.urunlerHome {
  padding: 6rem 0px 0px;
}

@media only screen and (max-width: 559px) {
  .urunlerHome {
    padding: 3rem 0px 0px;
  }
}

.urunlerHome__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  height: 100%;
}

@media only screen and (max-width: 559px) {
  .urunlerHome__inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.urunlerHome__inner .gridUrunler a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.urunlerHome__inner .gridUrunler a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.506) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.5s ease 0s;
}

.urunlerHome__inner .gridUrunler a:hover::before {
  opacity: 0;
}

.urunlerHome__inner .gridUrunler a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.urunlerHome__inner .gridUrunler a .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.urunlerHome__inner .gridUrunler a .text h1 {
  font-weight: 300;
  color: var(--cWhite);
  font-size: 25px;
  font-family: "Univia W03 Book";
}

.urunlerHome__inner #item-0 {
  grid-area: 1 / 9 / 7 / 13;
}

@media only screen and (max-width: 559px) {
  .urunlerHome__inner #item-0 {
    height: 300px;
  }

  .urunlerHome__inner #item-0 img {
    height: 300px;
  }
}

.urunlerHome__inner #item-1 {
  grid-area: 1 / 5 / 4 / 9;
  height: 300px;
}

.urunlerHome__inner #item-1 img {
  height: 300px;
}

.urunlerHome__inner #item-2 {
  grid-area: 1 / 1 / 4 / 5;
  height: 300px;
}

.urunlerHome__inner #item-2 img {
  height: 300px;
}

.urunlerHome__inner #item-3 {
  grid-area: 4 / 1 / 7 / 6;
  height: 300px;
}

.urunlerHome__inner #item-3 img {
  height: 300px;
}

.urunlerHome__inner #item-4 {
  grid-area: 4 / 6 / 7 / 9;
  height: 300px;
}

.urunlerHome__inner #item-4 img {
  height: 300px;
}

.urunlerHome__inner #item-5 {
  grid-area: 7 / 1 / 10 / 5;
  height: 300px;
}

.urunlerHome__inner #item-5 img {
  height: 300px;
}

.urunlerHome__inner #item-6 {
  grid-area: 7 / 5 / 10 / 9;
  height: 300px;
}

.urunlerHome__inner #item-6 img {
  height: 300px;
}

.urunlerHome__inner #item-7 {
  grid-area: 7 / 9 / 10 / 13;
  height: 300px;
}

.urunlerHome__inner #item-7 img {
  height: 300px;
}

.detayHome {
  padding: 6rem 0px 0px;
}

@media only screen and (max-width: 559px) {
  .detayHome {
    padding: 3rem 0px 0px;
  }
}

.detayHome__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media only screen and (max-width: 559px) {
  .detayHome__inner {
    grid-template-columns: 100%;
  }
}

.detayHome__inner__text {
  padding-right: 7rem;
}

@media only screen and (max-width: 559px) {
  .detayHome__inner__text {
    padding-right: 0rem;
  }
}

.detayHome__inner__text .baslik {
  position: relative;
  margin-bottom: 2rem;
}

.detayHome__inner__text .baslik h1 {
  font-weight: 200;
  font-size: 3.2rem;
  z-index: 1;
}

.detayHome__inner__text .baslik h2 {
  /* font-family: "Petit Formal Script", cursive; */
  font-size: 30px;
  color: var(--cGossamer);
}

.detayHome__inner__text .desc p {
  font-size: 14px;
  color: var(--cSuvagrey);
  font-family: "Open Sans", sans-serif;
}

.detayHome__inner__text .list {
  margin-top: 2rem;
}

.detayHome__inner__text .list ul {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}

.detayHome__inner__text .list ul li {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: var(--cSuvagrey);
}

.detayHome__inner__text .list ul li i {
  font-size: 40px;
}

.detayHome__inner__text .list ul li b {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.detayHome__inner__text .list ul li span {
  font-size: 14px;
  font-family: "Univia W03 Book";
  font-weight: 300;
}

.detayHome__inner__imgColumn {
  position: relative;
}

@media only screen and (max-width: 559px) {
  .detayHome__inner__imgColumn {
    display: none;
  }
}

.detayHome__inner__imgColumn .bgimg {
  width: 100%;
  object-fit: cover;
  padding-left: 5rem;
}

.detayHome__inner__imgColumn ul {
  width: 300px;
  height: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cWhite);
}

.detayHome__inner__imgColumn ul li img {
  width: 100%;
}

.blogHome {
  padding: 6rem 0px 0px;
}

.blogHome__inner .detai a {
  display: block;
}

.blogHome__inner .detai a img {
  width: 100%;
}

.blogHome__inner .detai .text {
  padding: 1rem 0px;
}

.blogHome__inner .detai .text h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cSmoke);
}

.blogHome__inner .detai .text .desc {
  display: grid;
  grid-template-columns: 1fr 100px;
  -webkit-box-align: end;
  align-items: end;
}

.blogHome__inner .detai .text .desc p {
  font-size: 13px;
  color: var(--cSuvagrey);
  font-family: "Open Sans", sans-serif;
}

.blogHome__inner .detai .text .desc span {
  font-size: 13px;
  text-decoration: underline;
  text-align: right;
}

.footer {
  width: 100%;
  padding: 6rem 0px 0px;
  position: relative;
  margin-top: 6rem;
  background: #ffffff;
}

@media only screen and (max-width: 559px) {
  .footer {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../images/footerbg.jpg");
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
  border-top: 1px solid rgba(120, 120, 120, 0.933);
}

.footer__inner {
  display: grid;
  grid-template-columns: 250px 1fr 120px 150px 100px;
  gap: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 559px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

.footer__inner .sertifika {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 30px);
  gap: 10px;
}

@media only screen and (max-width: 559px) {
  .footer__inner .sertifika {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__inner .sertifika img {
  height: 100%;
}

@media only screen and (max-width: 559px) {
  .footer__inner .sertifika img {
    width: 100% !important;
    height: auto !important;
  }
}

.footer__inner .sertifika img:last-child {
  grid-area: 1 / 2 / 3 / 3;
}

@media only screen and (max-width: 559px) {
  .footer__inner .logo {
    grid-area: 1 / 1 / 2 / 3;
  }
}

.footer__inner .list {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.footer__inner .list a {
  color: var(--cSuvagrey);
  font-size: 13px;
}

.footer__inner .list a:hover {
  color: rgb(0, 0, 0);
}

.footer__inner .sosyal {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.footer__inner .aboutUS {
  padding-right: 2rem;
}

@media only screen and (max-width: 559px) {
  .footer__inner .aboutUS {
    padding-right: 0rem;
    grid-area: 2 / 1 / 3 / 3;
  }
}

.footer__inner .aboutUS p {
  font-size: 14px;
  color: var(--cSuvagrey);
  font-family: "Open Sans", sans-serif;
}

.footer .corp {
  background-color: var(--cWhite);
  border-top: 1px solid rgb(240, 240, 240);
  padding: 1rem 0px;
  margin-top: 4rem;
}

.footer .corp__inner {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: var(--cSuvagrey);
  font-size: 13px;
}

.footer .corp__inner div {
  display: flex;
  gap: 10px;
}

.footer .corp__inner div a {
  color: var(--cSuvagrey);
  font-size: 13px;
}

.brackers {
  width: 100%;
  padding: 10rem 0px 0px;
}

.brackers__inner .text {
  width: 100%;
  border-bottom: 1px solid var(--cSmoke);
  padding-bottom: 30px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 559px) {
  .brackers__inner .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 10px;
  }
}

.brackers__inner .text h1 {
  /* font-family: "Petit Formal Script", cursive; */
  color: var(--cGossamer);
  line-height: 20px;
}

.brackers__inner .text ul {
  display: flex;
  gap: 30px;
  position: relative;
  top: 5px;
}

.brackers__inner .text ul li {
  position: relative;
}

.brackers__inner .text ul li::before {
  content: "";
  font-family: remixicon;
  right: -21px;
  top: 2px;
  position: absolute;
  opacity: 0.4;
  color: rgb(144, 144, 144);
}

.brackers__inner .text ul li:last-child::before {
  content: none;
}

.brackers__inner .text ul li a {
  font-size: 13px;
  font-family: "Univia W03 Book";
}

.aboutPages .rightText .desc {
  display: block;
}

.bannerDetai {
  padding-bottom: 0px;
}

@media only screen and (max-width: 559px) {
  .bannerDetai {
    display: none;
  }
}

.urundetayPages__inner {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 30px;
}

@media only screen and (max-width: 559px) {
  .urundetayPages__inner {
    grid-template-columns: 1fr;
  }
}

.urundetayPages__inner .leftsidebar ul {
  background-color: var(--cSmoke);
  padding: 0.5rem 0px;
}

.urundetayPages__inner .leftsidebar ul li a {
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: var(--cBlack);
  font-size: 14px;
}

.urundetayPages__inner .leftsidebar ul li a:hover {
  color: var(--cGossamer);
}

.urundetayPages__inner .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media only screen and (max-width: 559px) {
  .urundetayPages__inner .content {
    grid-template-columns: 1fr;
  }
}

.urundetayPages__inner .content a img {
  width: 100%;
}

.blogPages__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media only screen and (max-width: 559px) {
  .blogPages__inner {
    grid-template-columns: 1fr;
  }
}

.blogPages__inner .detai a {
  display: block;
}

.blogPages__inner .detai a img {
  width: 100%;
}

.blogPages__inner .detai .text {
  padding: 1rem 0px;
}

.blogPages__inner .detai .text h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cSmoke);
}

.blogPages__inner .detai .text .desc {
  display: grid;
  grid-template-columns: 1fr 100px;
  -webkit-box-align: end;
  align-items: end;
}

.blogPages__inner .detai .text .desc p {
  font-size: 13px;
  color: var(--cSuvagrey);
  font-family: "Open Sans", sans-serif;
}

.blogPages__inner .detai .text .desc span {
  font-size: 13px;
  text-decoration: underline;
  text-align: right;
}

.blogDetayPages__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media only screen and (max-width: 559px) {
  .blogDetayPages__inner {
    grid-template-columns: 1fr;
  }
}

.blogDetayPages__inner .leftimg img {
  width: 100%;
}

.blogDetayPages__inner .rightText h1 {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 30px;
}

.blogDetayPages__inner .rightText p {
  color: var(--cSuvagrey);
  margin-bottom: 10px;
}

.contactPages__inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

@media only screen and (max-width: 559px) {
  .contactPages__inner {
    grid-template-columns: 1fr;
  }
}

.contactPages__inner .topCont {
  display: grid;
  grid-template-columns: 20% 20% 20% 1fr;
  border-bottom: 1px solid var(--cSmoke);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 559px) {
  .contactPages__inner .topCont {
    grid-template-columns: 1fr;
  }
}

.contactPages__inner .topCont a {
  color: var(--cSuvagrey);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 15px;
}

.contactPages__inner .topCont a i {
  font-size: 22px;
}

.contactPages__inner .topCont a span {
  font-size: 14px;
}

.contactPages__inner .text p {
  color: var(--cSuvagrey);
  font-size: 14px;
}

.nedenHome__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.nedenHome .titleHome .text {
  grid-template-columns: 35% 1fr;
}

.nedenHome .article-block {
  overflow: hidden;
}

.nedenHome .article {
  display: none;
}

.nedenHome .shown {
  display: block;
}

.nedenHome .show {
  display: block;
}

.nedenHome .tabs-block {
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.nedenHome .tabs-block button {
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  position: relative;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.86, 0, 0.33, 0.26) 0s;
  padding: 10px 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  border: 1px solid rgb(238, 238, 238);
}

.nedenHome .tabs-block button:hover {
  border-color: var(--cGossamer);
}

.nedenHome .tabs-block button.active {
  border-color: transparent;
  color: rgb(255, 255, 255);
  pointer-events: none;
  background-color: var(--cGossamer);
}

.nedenHome .tabs-block .label {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 41px;
  background-color: var(--cGossamer);
  transition: all 0.2s ease 0s;
}

.urundetayPages__inner .content a h2 {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  z-index: 9;
  background: rgba(88, 88, 90, 0.66);
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: rgb(255, 255, 255);
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.urunbox {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.footer {
  width: 100%;
  padding: 6rem 0 0;
  position: relative;
  margin-top: 6rem;
}

@media only screen and (max-width: 559px) {
  .footer {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/footerbg.jpg);
  width: 100%;
  height: 100%;
  opacity: .1;
  z-index: -1;
  border-top: 1px solid #787878ee;
}

.footer__inner {
  display: grid;
  grid-template-columns: 300px 150px 150px 1fr 150px;
  gap: 60px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 559px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

.footer__inner .sertifika {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 30px);
  gap: 60px;
  justify-items: flex-end;
}

@media only screen and (max-width: 559px) {
  .footer__inner .sertifika {}
}

.footer__inner .sertifika img {
  height: 100%;
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 559px) {
  .footer__inner .sertifika img {
    width: 100%;
    /* height: auto; */
  }
}

.footer__inner .sertifika img:last-child {
  grid-area: 1 / 2 / 3 / 3;
}

@media only screen and (max-width: 559px) {
  .footer__inner .logo {
    grid-area: 1 / 1 / 2 / 3;
  }
}

.footer__inner .list {
  display: flex;
  flex-direction: column;
}

.footer__inner .list a {
  color: var(--cSuvagrey);
  font-size: 13px;
}

.footer__inner .list a:hover {
  color: #000;
}

.footer__inner .sosyal {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.footer__inner .sosyal li a {
  font-size: 17px;
}

.footer__inner .aboutUS {
  padding-top: 1rem;
}

@media only screen and (max-width: 559px) {
  .footer__inner .aboutUS {
    padding-right: 0rem;
    grid-area: 2 / 1 / 3 / 3;
  }
}

.footer__inner .aboutUS p {
  font-size: 12px;
  color: var(--cSuvagrey);
  font-family: "Open Sans", sans-serif;
}

.footer .corp {
  background-color: var(--cWhite);
  border-top: 1px solid #f0f0f0;
  padding: 1rem 0;
  margin-top: 4rem;
}

.footer .corp__inner {
  display: flex;
  justify-content: space-between;
  color: var(--cSuvagrey);
  font-size: 13px;
}

.footer .corp__inner div {
  display: flex;
  gap: 10px;
}

.footer .corp__inner div a {
  color: var(--cSuvagrey);
  font-size: 13px;
}

.footer .corp__inner div a b {
  font-weight: bold;
}


.header .logo:after {
  content: none;
  position: absolute;
  width: 925px;
  height: 2px;
  border-radius: 1px;
  background: var(--cGossamer);
  bottom: 23.1px;
  margin-left: -10px;
}


.slider2 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -40px;
  margin-top: -40px;
}

.slider2 h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  color: #bebebe;
}


.slider__inner__img .innerDetai:hover .textS h5 {
  font-size: 40px;
}


.slider__inner__img .innerDetai:hover a img {
  opacity: 0.3
}

.haberleR {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
}

.haberleR h4 {
  margin-top: 10px;
}

.btnHab3 {
  display: block;
  border: 1px solid #eee;
  width: 50%;
  padding: 10px;
  margin-left: 25%;
  margin-top: 20px;
  border-radius: 100px;
}

.btnHab3:hover {
  background: #999;
  color: #fff;
}

.ust_hover {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
}

.ust_hover:hover .header {
  background: #fff;
}

.ust_hover:hover .headerTop {
  background: #fff;
  ;
}

.ust_hover:hover .navMenu ul li a {
  color: #000
}

.table-responsive tr,.table-responsive td{
font-size:14px;
	color:var(--cSuvagrey);
}

.alert-group>.alert:first-child:not(:last-child){
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
       -moz-border-radius-topleft:5px;
       -moz-border-radius-topright:5px;
       -moz-border-radius-bottomright:0;
       -moz-border-radius-bottomleft:0;
            border-top-left-radius:5px;
            border-top-right-radius:5px;
            border-bottom-right-radius:0;
            border-bottom-left-radius:0;
    margin-bottom:0
}
.alert-group>.alert:not(:first-child):not(:last-child){
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    border-top:0;
    margin-bottom:0
}
.alert-group>.alert:last-child:not(:first-child){
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
       -moz-border-radius-topleft:0;
       -moz-border-radius-topright:0;
       -moz-border-radius-bottomright:5px;
       -moz-border-radius-bottomleft:5px;
            border-top-left-radius:0;
            border-top-right-radius:0;
            border-bottom-right-radius:5px;
            border-bottom-left-radius:5px;
    border-top:0
}

