@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@900&family=Sumana:wght@700&display=swap");

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

:root {
  --container-bg-color: #333;
  --left-bg-color: rgba(105, 10, 10, 0.55);
  --left-button-hover-color: rgba(117, 14, 14, 0.3);
  --right-bg-color: rgba(13, 8, 81, 0.61);
  --right-button-hover-color: rgba(20, 17, 60, 0.8);
  --hover-width: 75%;
  --other-width: 25%;
  --speed: 1000ms;
}

html, body {
  padding:0;
  margin:0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  overflow-x: hidden;
}


.urunImggg{
    height: 300px;
    width: 100%;
}


.textWhite ul li a {
    color: white !important;
}

*
{
margin: 0%;
padding: 0%;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

a{
  text-decoration: none;
  color: black;
}
/* HEADER */
section
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.sci i{
    font-size: 40px;
}
header{
    position: absolute;
    z-index: 9999;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
  position: relative;
  /* max-width: 80px; */
}
header ul{
  position: relative;
  display: flex;
}

header ul li a{
display: inline-block;
color: #333;
font-weight: 400;
margin-left: 40px;
text-decoration: none;
}

.content{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .textBox{
  position: relative;
  max-width: 600px;
}

.content .textBox h2{
  color: #333;
  font-size: 55px;
  line-height: 1.4em;
  font-weight: 500;
}

.content .textBox p{
  color: #333;
}

.content .textBox a{
  display: inline-block;
  /* margin-top: 20px; */
  padding: 8px 20px;
  background: #022c8d;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.content .imgBox{
  width: 600px;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  /* margin-top: 50px; */
}

.content .imgBox img{
  max-width: 540px;
}


.thumb{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
}

.thumb li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.5;
}

.thumb li:hover
{
  transform: translateY(-15px);
}

.thumb li img{
  max-width: 100px;
}

.sci {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sci li a{
  display: inline-block;
  margin: 10px 0;
  transform: scale(0.6);
  filter: invert(1);
}

.circle {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #022c8d;
  clip-path: circle(480px at right 530px);
}

/* ABOUT */

.about {
  padding: 9%;
  background-color: #fcfcfc;
  margin-top: 10px;
}
.about-content{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.about-img{
  width: 50%;
}

.about-img img{
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about-part{
  width: 40%;
}

.about-part h4 {
  margin-bottom: 5%;
  font-size: 40px;
  color: #333;
  font-family: poppins;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.about-part .p2 {
  margin-top: 12%;
  color: #888585;
}

.about-icon img {
  font-size: 30px;
  margin: 10px -13px;
}

/* URUNLER */



.urunler{
  background-color: #fff;
  margin: 3.5% 0;
  justify-content: center;
  align-items: center;
}

.urunler .wrapper{
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
   padding: 0 5rem;
}

.urunler .img-container {
    width: 317px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    filter: grayscale(100%);
    background-color: #fcfcfc;
    transition: all 0.3s;
}

.img-container div{
    height: 80px;
}

.urunler .img-container img{
  height: 280px;
  position: relative;
  object-fit: cover;
  width: 250px;
  bottom: 0;
  transform-origin: bottom;
  transition: transform 0.3s;
}

.urunler .img-container:hover img{
  transform: scale(1.15);
}

.urunler .img-container:hover{
  filter: grayscale(0);
}

.wrapper a:nth-child(1):hover .img-container {
    background-color: #022c8d;
}

.wrapper a:nth-child(2):hover .img-container {
    background-color: #333;
}

.wrapper a:nth-child(3):hover .img-container {
    background-color: #c62c32;
}

.wrapper a:nth-child(4):hover .img-container {
    background-color: #022c8d;
}

.wrapper a:nth-child(5):hover .img-container {
    background-color: #333;
}

.wrapper a:nth-child(6):hover .img-container {
    background-color: #c62c32;
}

.urunler-baslik h1 {
  font-size: 85px;
  margin: 4% 0;
  text-align: center;
  font-style: italic;
  color: #00000021;
  font-family: 'Poppins';
  letter-spacing: 29px;
  font-weight: 400;
}

.urunler .wrapper-baslik{
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 170px;
}


.section-1 .slide-in-demo {
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 15em;
}

.section1 {
  clear: both;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}


.img-container:hover h3{
    color: white !important;
}

.section1:nth-child(even) {
    color: #220044;
}

  .section1:nth-child(odd) {
      background: white;
  }

.section-1 .slide-in-demo {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #cbcbcb;

}



/* footer */
.footer .logo {
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

.footer {
  font-weight: 300;
  border-top: 1px solid #831515;
  position: relative;
  background-color: #f7f7f7;
}

ul.footerList li:first-child {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}

ul.footerList li {
  margin: 10px 0;
}

  ul.footerList li a {
      text-decoration: none;
      color: #000;
    }


.logo .text {
  position: relative;
  top: 40px;
  font-size: 14px;
}

.altfooter {
  background-color: #333;
  height: 45px;
  padding-top: 10px;
  font-weight: 300;
  position: relative;
}

.text-muted {
  color: #f7f7f7!important;
}

/* FORM */


.btn-overlay {
  border: none;
  display: block;
  width: 250px;
  padding: 16px;
  color: #f5f5f5;
  font-size: 1.4em;
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 0.27em;
  box-shadow: 0px 5px 24px rgb(34 34 34 / 30%);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto; 
}
.btn-overlay:focus{
  outline: none;
}

.button-group {
  width: 70%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}


.btn-overlay {
  background: #b7b7b7d9;
  position: relative;
  overflow: hidden;
}
.btn-overlay:after {
  content: "";
  position: absolute;
  width: 115%;
  height: 200px;
  background: #c9c9c963;
  transform: translateY(-45%) skew(25deg) scale(0);
  left: -5%;
  transition: 200ms ease-in-out;
}
.btn-overlay:hover:after {
  transform: translateY(-45%) skew(25deg) scale(1);
}
.btn-overlay span {
  position: relative;
  z-index: 1;
}

/*MODAL*/

div#exampleModal {
  background: linear-gradient(rgb(9 16 28), rgb(229 229 229 / 54%))
}


.modal-footer a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

  .modal-footer a:hover {
      background: #333;
      color: #fff;
      border-radius: 5px;
      box-shadow: 0 0 5px #333, 0 0 25px #333, 0 0 50px #333, 0 0 100px #333;
  }

  .modal-footer a span {
      position: absolute;
      display: block;
  }

      .modal-footer a span:nth-child(1) {
          top: 0;
          left: -100%;
          width: 100%;
          height: 2px;
          background: linear-gradient(90deg, transparent, #333);
          animation: btn-anim1 1s linear infinite;
      }

@keyframes btn-anim1 {
  0% {
      left: -100%;
  }

  50%,100% {
      left: 100%;
  }
}

.modal-footer a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #333);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
      top: -100%;
  }

  50%,100% {
      top: 100%;
  }
}

.modal-footer a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #333);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
      right: -100%;
  }

  50%,100% {
      right: 100%;
  }
}

.modal-footer a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #333);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
      bottom: -100%;
  }

  50%,100% {
      bottom: 100%;
  }
}

.modal-content {
  border: 10px solid #1b1438;
}

h5#exampleModalLabel {
  font-size: 25px;
  padding-left: 30%;
  font-weight: bolder;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

form#uploderTalepFormu {
  padding: 22px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
  border-radius: 1.3rem;
}

a{
  text-decoration: none;
}

/* KURUMSAL */


.kurumsalbanner {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

  .kurumsalbanner .page-banner-txt {
      position: relative;
      z-index: 0;
  }



.kurumsalbg {
  padding: 50px 0 100px 0;
  position: relative;
  border-top: 3px solid #bdbdbd;
}


.kurumsalbg .title {
  color: #312783;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.kurumsalbg .title2 {
  color: #198754;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

/* <<<<<<<<<<<<<<<<< */

@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);

.kurumsalbg button.hvrs {
  border: 5px solid transparent;
  background: #084298;
  color: transparent;
  border-radius: 40px;
  padding: 18px 31px;
  overflow: hidden;
  width: 60px;
  transition: all 1.2s, border 0.5s 1.2s, box-shadow 0.3s 1.5s;
  white-space: nowrap;
  text-indent: 23px;
  font-weight: bold;
}

.kurumsalbg button.hvrspan span {
  display: inline-block;
  transform: translateX(300px);
  font-weight: normal;
  opacity: 0;
  transition: opacity 0.1s 0.5s, transform 0.4s 0.5s;
}

.kurumsalbg button.hvrs:hover {
  text-indent: 0;
  background: #4b78ba;
  color: #ffffff;
  width: 280px;
  border: 5px solid #c6ddff;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 15%);
  font-size: 15px;
}
.kurumsalbg button.hvrspan:hover {
  transform: translateX(0);
  opacity: 1;
}


.kurumsalbg button.hvrsactive {
  border: 5px solid transparent;
  background: #084298;
  color: #55706D;
  border-radius: 40px;
  padding: 15px 30px;
  overflow: hidden;
  width: 60px;
  transition: all 1.2s, border 0.5s 1.2s, box-shadow 0.3s 1.5s;
  white-space: nowrap;
  text-indent: 23px;
  font-weight: bold;
}


.kurumsalbg button.hvrsactive {
  text-indent: 0;
  background: #4b78ba;
  color: #ffffff;
  width: 280px;
  border: 5px solid #c6ddff;  
  box-shadow: 3px 3px 2px rgb(0 0 0 / 15%);

}
.kurumsalbg button.hvrspanactive {
  transform: translateX(0);
  opacity: 1;
}


.kurumsalbg button.hvrs2 {
  border: 5px solid transparent;
  background: #198754;
  color: transparent;
  border-radius: 40px;
  padding: 18px 31px;
  overflow: hidden;
  width: 60px;
  transition: all 1.2s, border 0.5s 1.2s, box-shadow 0.3s 1.5s;
  white-space: nowrap;
  text-indent: 23px;
  font-weight: bold;
}

.kurumsalbg button.hvrs2:hover {
  text-indent: 0;
  background: #1ea265;
  color: #ffffff;
  width: 280px;
  border: 5px solid #85d2ae;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 15%);
  font-size: 15px;
}


.kurumsalbg button.hvrs2active {
  border: 5px solid transparent;
  background: #1ea265;
  color: #55706D;
  border-radius: 40px;
  padding: 15px 30px;
  overflow: hidden;
  width: 60px;
  transition: all 1.2s, border 0.5s 1.2s, box-shadow 0.3s 1.5s;
  white-space: nowrap;
  text-indent: 23px;
  font-weight: bold;
}


.kurumsalbg button.hvrs2active {
  text-indent: 0;
  background: #1ea265;
  color: #ffffff;
  width: 280px;
  border: 5px solid #85d2ae;  
  box-shadow: 3px 3px 2px rgb(0 0 0 / 15%);

}


.navigasyonsag {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}

.vr {
  border-right: 5px solid #c6ddff;
  height: 350px;
  z-index: 1;
  position: absolute;
  right: 17%;
}

/* FOOTER */

.footersosyal{
  display: flex;
  justify-content: center;
}

.footersosyal li{
  margin-right: 15px;
}

.footersosyal li i {
  color: black;
  font-size: 25px;
}



ul.footerList2.d-flex {
  text-align: center;
  justify-content: center;
  font-size: 18px;
  align-items: center;
}

ul.footerList2.d-flex li {
  margin: 4px 25px;
  text-align: center;
}

ul.footerList2.d-flex li a{
  color: black;
}

/* İC SAYFA HEADER */


.header2-menu{
  position: relative;
  z-index: 1;
}

.header2-menu ul li a{
  color: white;
}

.header2-logo{
  position: relative;
  z-index: 1;
}
.header2{
  background-position: center;
  background-size: cover;
  height: 40vh;
  position: relative;
}

.header2::before{

  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.308);
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}

.header2-navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

.header2 ul{
  display: flex;
}

.header2 li{
margin-left: 27px; 
}

/* TABLE */

table {
  width: 100%;
  font-weight: 300;
}
table th, table td {
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
table th {
  text-align: center;
  background-color: #5DA8DC;
  color: #fff;
  height: 79px;
  line-height: 79px;
  border-left: 1px solid #fff;
}
table th:first-child {
  border-left: none;
}
table th:first-child + th {
  background-color: #75BDE8;
}
table td {
  border: 1px solid #d6dadd;
  border-top: none;
  height: 59px;
  line-height: 59px;
  background-color: #FFF;
}

.boxb-ic {
  position: relative;
  padding: 0px 0 10px 0;
  margin: 0px;
  transition: .5s;
  border: 2px solid #ededed;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}


  .boxb-ic img {
      transition: .5s;
      border-radius: 5px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }


      .boxb-ic:hover img {
          transition: .5s;
          border-radius: 5px;
      }

  .boxb-ic .box-tt {
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 0px;
      margin-top: 20px;
  }





.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}



.boxb-ic:hover .child, .boxb-ic:focus .child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

  .boxb-ic:hover .child:before, .boxb-ic:focus .child:before {
      display: block;
  }


  .iletisim-title {
    font-size: 30px;
    font-weight: 600;
    color: #312783;
    position: relative;
}

.cont-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

    .cont-ul .cont-li {
        padding: 10px 0px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #f7f7f7;
    }

        .cont-ul .cont-li strong {
            padding: 10px 0px;
            font-size: 20px;
            color: #960808;
            font-weight: bold;
        }

        .cont-ul .cont-li i {
            font-size: 18px;
            color: #4b78ba;
            margin-right: 15px;
        }

        .cont-ul .cont-li a {
            font-size: 18px;
            color: #333;
            text-decoration: none;
        }

            .cont-ul .cont-li a:hover {
                font-size: 18px;
                color: #4b78ba;
                text-decoration: none;
            }

.form-title {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    color: #3a3a3a;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 2px solid #4b78ba;
    width: fit-content;
}



.send-btn {
    border: 1px solid #4b78ba;
    color: #4b78ba;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    margin-top: 20px;
    transition: .5s;
}

    .send-btn:hover {
        border: 1px solid #4b78ba;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 10px 25px;
        margin-top: 20px;
        background-color: #4b78ba;
        transition: .5s;
    }
    
    ul.bayraklar li {
      margin: 0;
  }
    ul.bayraklar li a {
      margin: 0;
  }



@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .urunler .img-container {
        width: 250px;
    }
}
