@import url(bootstrap.min.css);
@import url(bootstrap.min.css.map);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  background-color: #131620 !important;
  font-family: 'Satoshi';
}

ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

li {
  list-style: none !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none !important;
}

.navmenu {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 30px;
}

.navmenu .row .col-md-9 {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
}

.navmenu .row .col-md-3 {
  display: flex;
  justify-content: start;
  padding: 0 !important;
  margin: 0 !important;
}

.navmenu .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.navmenu .logo {
  width: auto;
  height: 50px;
  text-align: left;
}

.navmenu .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navmenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navmenu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 20px;
  font-family: 'Inter', sans-serif !important;
  padding: 5px;
  transition: all 0.6s;
}

.navmenu ul li a:hover {
  color: #368BE1;
}

.navmenu ul.login li:nth-child(2) a {
  background-color: #368BE1;
  padding: 12px 25px;
  transition: all 0.6s;
}

.navmenu ul.login li:nth-child(2) a:hover {
  color: #fff;
}

.navmenu button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-color: transparent;
  padding-left: 25px;
  border-left: 1px solid #737A94;
  margin-bottom: 0 !important;
}

.navmenu button img {
  height: 25px;
  width: auto;
  object-fit: contain;
}


.header {
  height: 400px;
  width: 100%;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #212534;
  display: flex;
}

.header .img {
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}

.header img {
  height: 370px;
  width: auto;
  object-fit: contain;
}

.header .text {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
  padding-left: 50px;
}

.header .text h1 {
  font-size: 36px;
  font-weight: 900;
  color: #FFFFFF;
}

.header .text p {
  font-size: 16px;
  font-weight: 500;
  color: #62687D;
  margin-bottom: 30px;
}

.header .text button {
  padding: 10px 60px;
  background-color: #368BE1;
  border: none;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  transition: all 0.6s;
}

.header .text button:hover,
.navmenu ul.login li:nth-child(2) a:hover,
.ebulten .post button:hover {
  background-color: #106bc7;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .swiper-pagination-bullet {
  border-radius: 0 !important;
}

.offcanvas,
.navcanmenu {
  display: none;
}





.sectionone {
  margin-top: 20px;
}

.sectionone .item {
  padding: 15px;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgitemone.png);
  background-size: cover;
}

.sectionone .item h1 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 15px;
}

.sectionone .item img {
  height: 35px;
  width: auto;
  object-fit: contain;
}

.sectionone .row .col-md-2:nth-child(2) .item {
  background-image: url(../img/bgitemtwo.png) !important;
}

.sectionone .row .col-md-2:nth-child(3) .item {
  background-image: url(../img/bgitemthree.png) !important;
}

.sectionone .row .col-md-2:nth-child(4) .item {
  background-image: url(../img/bgitemfour.png) !important;
}

.sectionone .row .col-md-2:nth-child(6) .item {
  background-image: url(../img/bgitemtwo.png) !important;
}

.basliklar {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
  margin-top: 60px;
}

.basliklar h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  width: 42%;
}

.basliklar p {
  font-size: 16px;
  font-weight: 500;
  color: #62687D;
  width: 45%;
}

.sectiontwo {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.sectiontwo .image {
  height: 480px;
  width: auto;
}

.sectiontwo .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sectionthree {
  margin-top: 100px;
  padding: 0 50px;
}

.sectionthree .items {
  text-align: center;
  padding: 10px 0;
}

.sectionthree .items img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.sectionthree .items h1 {
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
  margin-top: 10px;
}

.sectionthree .items p {
  font-size: 16px;
  font-weight: 500;
  color: #62687D;
  line-height: 20px;
}

.sectionfour {
  margin-top: 90px;
}

.sectionfour .basliklar {
  text-align: left;
  align-items: flex-start !important;
}

.sectionfive {
  margin-top: 60px;
  background: linear-gradient(135deg, #368be1 0%, #3653e1 100%);
  padding: 50px 0;
}

.sectionfive img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sectionfive span img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin-right: 5px;
}

.sectionfive .text {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 50px;
}

.sectionfive .text h1 {
  font-size: 36px;
  font-weight: 900;
  color: #FFFFFF;
}

.sectionfive .text p {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.sectionfive .text span {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  margin-top: 4px;
}

.sectionsix {
  margin-top: 60px;
}

.sectionsix a {
  transition: all 0.7s;
}

.sectionsix .item {
  padding: 30px;
  background-color: #212534;
  border-radius: 50px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: all 0.7s;
}

.sectionsix .item span {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px dashed #64697E;
  margin-right: 15px;
}

.sectionsix .item span img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.sectionsix .item h4 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
}

.sectionsix .item p {
  font-size: 18px;
  font-weight: 500;
  color: #62687D;
  margin-bottom: 0 !important;
}

.sectionsix a:hover .item,
.sectionsix a:focus .item,
.sectionsix a:active .item {
  background: linear-gradient(135deg, #368be1 0%, #3653e1 100%);
}

.sectionsix a:hover img,
.sectionsix a:focus img,
.sectionsix a:active img {
  filter: brightness(0) invert(1);
}

.sectionsix a:hover p,
.sectionsix a:focus p,
.sectionsix a:active p {
  color: #FFFFFF;
}

.sectionsix a:hover span,
.sectionsix a:focus span,
.sectionsix a:active span {
  border-color: #FFFFFF;
}

.sectionseven {
  margin-top: 60px;
}

.sectionseven .img {
  height: 500px;
  width: 100%;
}

.sectionseven .img img {
  height: 500px;
  width: auto;
  object-fit: contain;
}

.sectionseven .texts {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: 100px;
}

.sectionseven .texts h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
}

.sectionseven .texts p {
  font-size: 18px;
  font-weight: 500;
  color: #62687D;
  max-width: 650px;
}

.sectionseven .texts span {
  font-size: 18px;
  font-weight: 500;
  color: #62687D;
  margin-bottom: 5px;
  margin-top: 5px;
}

.sectionseven .texts span img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin-top: -3px;
  margin-right: 7px;
  filter: grayscale(100%) invert(25%);
}

.sectionseven .butons {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}

.sectionseven .butons .buton {
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid #5D6687;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-right: 20px;
}

.sectionseven .butons .buton img {
  height: 50px;
  width: auto;
  object-fit: contain;
  margin-right: 15px;
}

.sectionseven .butons .buton h1 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0 !important;
}

.sectionseven .butons .buton h6 {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}

.ebulten {
  margin-top: 70px;
  border-radius: 50px;
  background-color: #212534;
  padding: 50px;
}

.ebulten .text h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
}

.ebulten .text p {
  font-size: 18px;
  font-weight: 500;
  color: #62687D;
  margin-bottom: 0 !important;
}

.ebulten form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}

.ebulten .post {
  width: 90%;
  height: 100%;
  padding: 0 25px;
  background-color: #1A1D29;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ebulten .post input {
  background-color: transparent;
  border: none;
  width: 70%;
  color: #FFFFFF;
}

.ebulten .post input::placeholder {
  color: #4E5570;
  font-weight: 500;
}

.ebulten .post button {
  border-radius: 50px;
  border: none;
  background-color: #368BE1;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  width: 28%;
  padding: 10px;
  transition: all 0.6s;
  text-align: center;
}

.foter {
  width: 100%;
  padding: 50px;
  border-radius: 50px;
  border: 1px solid #8A91AC;
  margin-top: 20px;
}

.foter .logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.foter .logo img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.foter h1 {
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
}

.foter ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #62687D;
  display: block;
  margin-bottom: 4px;
  transition: all 0.6s;
}

.foter ul li a:hover {
  color: #106bc7;
}

.foter .media {
  display: flex;
}

.foter .media span {
  border-radius: 100%;
  background-color: #1A1D29;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s;
}

.foter .media span:hover {
  background-color: #353846;
}

.foter .media span img {
  height: 18px;
  width: auto;
  object-fit: contain;
}

.copyright {
  font-size: 16px;
  font-weight: 500;
  color: #62687D;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.haksectionone {
  margin-top: 35px;
}

.haksectionone .item {
  width: 100%;
  padding: 25px;
  border: 5px solid #C8A94D;
  border-radius: 50px;
  display: flex;
  flex-flow: wrap;
  position: relative;
  background: #212534;
}

.haksectionone .row .col-md-6:last-child .item {
  border-color: #FB3A65;
  margin-top: 20%;
}

.haksectionone .item .text {
  display: flex;
  flex-flow: column;
  width: 70%;
  margin-top: 25%;
}

.haksectionone .item .text h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
}

.haksectionone .item .text p {
  font-size: 18px;
  font-weight: 500;
  color: #62687D;
}

.haksectionone .item .img {
  height: 100%;
  width: auto;
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 25px;
  right: 25px;
}

.haksectionone .item .img img {
  height: 210px;
  width: auto;
  object-fit: contain;
}

.haksectiontwo .item {
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 50px;
  background-color: #212534;
  text-align: center;
}

.haksectiontwo .item h1 {
  font-size: 25px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 0 !important;
}

.haksectiontwo {
  margin-top: 20px;
}

.haksectiontwo .item span {
  font-size: 18px;
  font-weight: 500;
  color: #62687D;
}

.haksectionthree {
  margin-top: 60px;
}

.haksectionthree .row {
  display: flex;
  align-items: center;
}

.haksectionthree .text {
  padding-right: 30px;
}

.haksectionthree .text h1 {
  font-size: 36px;
  font-weight: 900;
  color: #FFFFFF;
}

.haksectionthree .text p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.haksectionthree .text span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.haksectionthree .text img {
  height: 30px;
  width: auto;
  object-fit: contain;
  margin-right: 10px;
}

.haksectionthree .text .row .col-md-4 {
  display: flex;
  align-items: center;
}

.haksectionthree .images img {
  border-radius: 50px;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.haksectionthree .images .row {
  display: flex;
  justify-content: center;
}

.haksectionthree .images .row .col-md-4:last-child {
  margin-top: 20px;
}

.haksectionthree .images .row .col-md-4:nth-last-child(2) {
  margin-top: 20px;
}

.iletsectionone .item {
  border-radius: 50px;
  background-color: #212534;
  padding: 20px;
  display: flex;
  flex-flow: column;
  text-align: center;
  height: 100%;
}

.iletsectionone .row .col-md-4:nth-child(2) .item span {
  background-color: #5A2020;
}

.iletsectionone .row .col-md-4:last-child .item span {
  background-color: #203D5A;
}

.iletsectionone .item span {
  border-radius: 50px;
  background-color: #71601E;
  padding: 27px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.iletsectionone .item span img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.iletsectionone .item h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  margin-top: 20px;
}

.iletsectionone .item p {
  font-size: 22px;
  font-weight: 500;
  color: #62687D;
  line-height: 25px;
}

.iletsectiontwo {
  margin-top: 60px;
}

.iletsectiontwo .form {
  display: flex;
  flex-flow: column;
  padding: 45px 30px 20px 30px;
  border-radius: 50px;
  background-color: #212534;
  width: 100%;
  height: auto;
}

.iletsectiontwo .form h1 {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
}

.iletsectiontwo .form p {
  font-size: 16px;
  font-weight: 500;
  color: #62687D;
}

.iletsectiontwo .form input {
  border-radius: 50px;
  background-color: #1A1D29;
  padding: 17px 20px;
  border: none;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.iletsectiontwo .form textarea {
  border-radius: 40px;
  background-color: #1A1D29;
  padding: 15px 25px;
  border: none;
  width: 100%;
  color: #FFFFFF;
  height: 100px;
}

.iletsectiontwo .form input::placeholder,
.iletsectiontwo .form textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #454C67;
}

.iletsectiontwo .form button {
  border-radius: 50px;
  background-color: #368BE1;
  padding: 15px 20px;
  border: none;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 10px;
  transition: all 0.7s;
}

.iletsectionone {
  margin-top: 30px;
}

.iletsectiontwo .form button:hover {
  background-color: #1b5691;
}

.iletsectiontwo .map {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.iletsectiontwo .map iframe {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.textbox {
  border-radius: 50px;
  background-color: #212534;
  padding: 50px;
  width: 100%;
  text-align: left;
}

.textbox h4 {
  color: white;
}

.textbox h5 {
  color: white;
}

.textbox p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.iframeslider {
  padding: 20px 0;
  width: 100%;
}

.iframeslider .item {
  float: left;
  width: 100%;
  background: #212534;
  border-radius: 47px;
  padding: 15px;
  margin-bottom: 15px;
}

.iframeslider .item .img {
  float: left;
  width: 57px;
  height: 57px;
}

.iframeslider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iframeslider .item .text {
  float: left;
  width: calc(100% - 57px);
  padding-left: 15px;
  color: #fff;
}

.iframeslider .item .text .pricel {
  float: right;
  background: #D54040;
  border-radius: 50px;
  padding: 7px 13px;
  font-size: 15px;
  max-width: 80px;
  margin-top: 10px;
}

.iframeslider .item .text h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.iframeslider .item .text .lstext {
  float: left;
  width: calc(100% - 140px);
  min-height: 57px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}


@media (max-width: 850px) {
  .header .text h1 {
    font-size: 20px;
  }

  .header .text p {
    width: 100%;
  }

  .header .text {
    width: 90%;
  }

  .sectionone .row .col-md-2 {
    margin-top: 20px;
  }

  .sectionseven .img {
    height: 195px;
  }

  .sectionseven .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .sectionseven .texts {
    padding: 10px;
    margin-top: 20px;
  }

  .sectionseven .butons .buton {
    margin-top: 20px;
  }

  .ebulten .post {
    width: 100%;
    padding: 10px;
    height: auto;
    margin-top: 20px;
  }

  .ebulten .post input {
    font-size: 12px;
  }

  .ebulten .post button {
    font-size: 14px;
    padding: 7px;
    width: auto;
  }

  .foter,
  .foter .logo,
  .foter .media {
    justify-content: center;
    text-align: center;
  }


  .foter h1 {
    margin-top: 20px;
  }

  .basliklar h1,
  .basliklar p {
    width: 100%;
  }

  .sectionfive .text h1 {
    margin-top: 20px;
    font-size: 22px;
  }

  .sectionfive .text {
    padding: 0 10px;
  }

  .header .text {
    padding: 20px;
    width: 100%;
  }

  .header .img {
    padding: 20px;
  }

  .header img {
    height: 280px;
  }

  .header {
    height: auto;
  }

  .sectionfive .text span {
    font-size: 16px;
  }

  .sectionfive .text p {
    font-size: 16px;
  }

  .sectionfive span img {
    margin-right: 10px;
  }

  .sectionsix .item h4 {
    font-size: 18px;
  }

  .header .row {
    flex-flow: column-reverse;
  }

  .header .text button {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .sectionsix .item p {
    font-size: 16px;
  }

  .sectiontwo .image {
    height: 320px;
  }

  .textbox {
    padding: 20px;
  }

  .iletsectionone .item {
    margin-top: 20px;
    height: auto;
  }

  .iletsectiontwo .map {
    height: 400px;
  }

  .iletsectiontwo .form {
    margin-top: 20px;
  }

  .haksectionone .item .img img {
    height: 150px;
  }

  .haksectionone .item .text {
    margin-top: 53%;
    width: 100%;
  }

  .haksectiontwo .item {
    margin-top: 20px;
  }

  .haksectionthree .text {
    padding-right: 0;
  }

  .haksectionthree .text .row .col-md-4 {
    margin-top: 20px;
    width: auto;
  }

  .haksectionthree .text .row {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }

  .haksectionthree .images img {
    margin-top: 20px;
  }

  .sectionone .item img {
    float: left;
    margin-right: 30px;
  }

  .sectionone .item {
    display: flex;
    align-items: center;
  }

  .sectionone .item h1 {
    margin-top: 5px;
  }


  .navcanmenu {
    background-color: #23223A;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navcanmenu .logo {
    display: flex;
    height: auto;
    width: 91%;
    justify-content: center;
  }

  .navcanmenu .logo img {
    height: 40px;
    width: 100%;
    object-fit: cover;
  }

  .offcanvas-header .logo {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    width: auto;
    padding: 10px;
  }


  .offcanvas.show {
    background-color: #23223A;
    width: 70% !important;
  }


  .offcanvas-header .logo img {
    height: 35px;
    width: 100%;
    object-position: left;
    object-fit: contain;
  }

  .offcanvas .canvasmenu {
    display: flex;
    flex-flow: column-reverse;
    margin-top: 25px;
  }

  .offcanvas .canvasmenu ul {
    margin-top: 0;
    padding: 0px 10px !important;
    float: left;
    width: 100%;
  }

  .offcanvas .canvasmenu ul.login li {
    margin-left: 0;
  }

  .offcanvas .canvasmenu ul:last-child {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .offcanvas .canvasmenu ul li {
    margin-bottom: 15px;
    margin-left: 20px;
    display: flow-root;
  }

  .offcanvas .canvasmenu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }


  .offcanvas .canvasmenu button {
    background-color: transparent;
    padding: 5px;
    border-color: transparent;
  }

  .offcanvas .canvasmenu button img {
    height: 30px;
  }

  .offcanvas-start {
    width: auto !important;
  }

  .navbar-toggler-icon {
    height: 50px;
    width: auto;
    border: none;
    background-color: transparent;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggler-icon span {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
  }

  .navbar-toggler-icon span hr {
    width: 30px;
    color: #FFFFFF;
    height: 3px;
    padding: 0 !important;
    margin: 3px 0 !important;
    opacity: 1;
    border-radius: 2px;
  }

  .offcanvas-header .btn-close {
    filter: brightness(0) invert(1);
  }

  .navmenu {
    display: none;
  }

  .iletsectionone .item h1 {
    font-size: 20px;
  }

  .iletsectionone .item p {
    font-size: 18px;
  }

  .ebulten {
    padding: 30px;
  }

  .ebulten .text h1 {
    font-size: 20px;
  }

  .ebulten .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .iletsectiontwo .form button {
    font-size: 17px;
  }

  .basliklar h1 {
    font-size: 20px;
  }

  .haksectionthree .text h1 {
    font-size: 24px;
  }








}


.modal-content {
  background-color: #212534 !important;

}

.btn-custom-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}