 /*@import url('https://fonts.googleapis.com/css2?family=FAMILY_NAME:wght@WEIGHT_OR_RANGE&display=swap'); */

 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Playfair Display';
}
html {
  scroll-behavior: smooth;

}

body {
  min-height: 1000px;
  background: black ;
  background-color: #e0e7ec!important;

}



/* Navbar Responsive Başlangıç */


.content{
max-width: 1250px;
/* margin: auto; */
padding: 0 30px;
}
.navbar{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 20px!important;
transition: all 0.9s ease;
background-color: #000000af;
z-index: 1000;

}
.navbar.sticky{
background: #dd660bd9;
padding: 10px 10px;
box-shadow: 0px 3px 5px 10px rgba(253, 228, 228, 0.1);
}
.navbar .content{
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar  a{
color: #fffefe;
font-size: 40px;
font-weight: 850;
text-decoration: none;

}
.navbar .menu-list{
display: inline-flex;
/* margin-left: 100px!important; */
margin: auto;
}
.menu-list li{
list-style: none;
margin-left: 20px;
}
.menu-list li a{
color: #fff6f6;
font-size: 19px;
font-weight: 500;
margin-left: 35px;
text-decoration: none;
transition: all 0.5s ease;
}
.menu-list li a:hover{
color: #b36b00f3;
}
/* .banner{
background: url("banner.jpg") no-repeat;
height: 100vh;
background-size: cover;
background-position: center;
background-attachment: fixed;
} */

.icon{
color: #b36b00f3;
font-size: 20px;
cursor: pointer;
display: none;
}
.menu-list .cancel-btn{
position: absolute;
right: 90px;
top: 20px;
}
.menu-list .menu-btn{
  position: absolute;
  right: -200px!important;
  top: 20px;
  }
@media (max-width: 1230px) {
.content{
  padding: 0 60px;
}
}
@media (max-width: 1100px) {
.content{
  padding: 0 40px;
}
}
@media (max-width: 900px) {
.content{
  padding: 0 30px;
}
}
@media (max-width: 868px) {
body.disabled{
  overflow: hidden;
}
.icon{
  display: block;
}
.icon.hide{
  display: none;
}
.navbar .menu-list{
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 400px;
  left: -100%;
  top: 0px;
  display: block;
  padding: 40px 0;
  text-align: center;
  background: #222;
  transition: all 0.3s ease;
}
.navbar.show .menu-list{
  left: 0%;
}
.navbar .menu-list li{
  margin-top: 45px;
}
.navbar .menu-list li a{
  font-size: 23px;
  margin-left: -100%;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar.show .menu-list li a{
  margin-left: 0px;
}
}
@media (max-width: 380px) {
.navbar .logo a{
  font-size: 27px;
}
}




/* Banner Css Başlangıç */

.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(./images/anasayfa.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0.8; */
}

.banner h2 {
  color:  #fff;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
}

.banner h2 span {
  color: rgba(255, 115, 0, 0.87);
}
@media (max-width: 700px) {
  .banner h2{
    font-size: 30px;
  }
  }

  /* Banner Css Bitiş */





/* Hakkımızda Css */

.sec h1 {
    color:  #29309b;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
}
.misyon-vizyon {
    font-size: 16px;
}



/* Projeler Css Başlangıç*/
.item{
  padding-left:5px;
  padding-right:5px;
}
.item-card{
  transition:0.5s;
  cursor:pointer;
  text-align: center;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.item-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#1870d4;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:120px;  
  font-size: 16px;
  text-align: center;

}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

/* Projeler Css Bitiş*/





/* Sevgi Varsa engel yoktur */

.contactBg {
background-image: url(resimler/dene.jpg);
background-position: fixed;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 200px 0 200px 0;
}

.contactBg .title strong {
font-size: 50px;
color: #fff;
}
.contactBg a {
padding: 12px;
font-size: 30px;
color: #fff;
background-color: #00b7ff;
display: block;
margin: auto;
width: 50%;
height: 90%;
text-decoration: none;
border-radius: 20px;
}
/* Sevgi Varsa engel yoktur */


 /* footer Css Başlangıç */
 .sloganHome {
  background-color: #393E46 !important;


  }
.sloganHome .sloganIcon i {
  font-size: 40px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-width: 40px;
  color: white;


}
.sloganHome strong {
  color: #fff;
  margin-top: 25px;
  font-size:  18px;
}
.sloganIcon-iletişim {
  font-size: 80px;
}
  /* footer Css Bitiş */

  
/* custom scroll bar css başlangıç */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #888;
}
::-webkit-scrollbar-thumb {

  background: #eb9514;
}
::selection{
background: rgba(0, 0, 0, 0.3);
}
/* custom scroll bar css bitiş */


 

/* Button Css başlangıç */
.bn13 {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 3px solid #f05a1a;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    animation: bn13bouncy 5s infinite linear;
    position: relative;

    background-color: #ee5d1bf7;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 15%;
  }
  
  .bn13:hover {
    background-color: rgba(216, 95, 13, 0.86);
    color: #000000;
  }
  
  @keyframes bn13bouncy {
    0% {
      top: 0em;
    }
    40% {
      top: 0em;
    }
    43% {
      top: -0.9em;
    }
    46% {
      top: 0em;
    }
    48% {
      top: -0.4em;
    }
    50% {
      top: 0em;
    }
    100% {
      top: 0em;
    }
  }

  /* Button Css bitiş */
/* İletişim Kısmı */

.iletişim {
  position: relative;
  width: 400px;
  height: 540px;
  background: white ;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

.iletişim::after {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  background-image: conic-gradient(transparent, transparent,transparent, #ec5813);
  animation: animate 4s linear infinite;
  animation-delay: -2s ;
}

.iletişim::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: conic-gradient(transparent, transparent,transparent, rgb(245, 143, 9));
  animation: animate 4s linear infinite;
  
}

.mailgonder {
  position: relative;
  z-index: 1;
  color: rgb(0, 0, 0);

}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iletişim span {
  position: absolute;
  inset: 5px;
  border-radius: 16px;
  background: white;
  z-index: 1;

}
.form1 input {
  border: 1px solid black;
}
.form1 textarea{
  border: 1px solid black;
}


  /* Responsive */
  @media (max-width: 990px) {
    .resim{

      width: 100%!important;
      padding: 50px 10px;
    }
    }
    @media (max-width: 768px) {
      .resim{
  
        width: 50%!important;
        padding: 20px 5px;
        margin: auto!important;
      }
      }



@media (max-width: 768px) {
  .iletişim{
  width: 100%!important;

}
}
@media (max-width: 990px) {
  .iletişim{
  width: 100%!important;

}
}
  


  