html,
body,
#cover{
  height: 100%;
}
#cover{
  background: url('../resimler/MainBgg.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@import url('../../fonts.googleapis.com/css._q_24e80732e5c9d03a691fe098e637bfd7');
@import url('../../fonts.googleapis.com/css._q_e3e541a4a66dd39bc71078ba7f232bd0');
@import url('../../fonts.googleapis.com/css._q_83d9f1a92f78dbf306d6f50fd05485c4');
.fixed-top{
  max-width: 1140px;
  margin: 20px auto;
  transition: 0.2s all linear;
}
.fixed-top.changefixtop{
  margin-top: 0;
  background-color: rgba(51, 153, 255, 0.8);
  max-width: 100%;
}
h1{
  margin-top: 20%;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 30px;
}
h2{
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 700px;
  margin-bottom: 30px;
}
.btn-primary{
  background-color: #3399ff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border-style: none;
  text-transform: uppercase;
  padding: 20px 40px;
  font-weight: bold;
}
.btn-primary:hover{
  background-color: white;
  color: #3399ff;
  cursor: pointer;
}
a.nav-link{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}
#services, #aboutus{
  padding: 120px 0px;
}
.services-top h3, .portfolyo-top h3, .aboutus-top h3, .team-top h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.services-top p, .portfolyo-top p, .aboutus-top p, .team-top p, .contact-top p{
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 70px;
}
.item-circle{
  border: 3px solid #3399ff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
}
.item-circle i{
  line-height: 100px;
  color: #3399ff;
}
.services-container h4, .portfolyo-content h4, .aboutus-content h4, .team-content h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #222;
  margin-top: 25px;
}
.services-container p, .portfolyo-content p, .aboutus-content p, .team-content p{
font-family: 'Roboto Slab', serif;
color: #777;
font-size: 14px;
}
#portfolyo, #team{
  background-color: #f7f7f7;
  padding: 120px 0px;
}
.card{
  border: none;
  width: 20rem;
}
.portfolyo-content .row:first-child{
  margin-bottom: 50px;
}
.portfolyo-content .card-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.portfolyo-content .card-text{
  font-family: 'Roboto Slab', serif;
  color: #777;
  font-size: 14px;
}
.aboutus-content .row{
  margin-bottom: 30px;
}
.aboutus-content{
  position: relative;
}
.aboutus-content img{
  width: 170px;
  height: 170px;
  border-radius: 85px;
  border: 8px solid #f1f1f1;
}
.aboutus-content::before{
  position: absolute;
  content: " ";
  width: 4px;
  top: 0;
  bottom: 0px;
  background-color: #f1f1f1;
  left: 50%;
  margin-left: -4px;
}
.sari-yazi{
  position: relative;
  z-index: 1;
  padding: 45px 0;
  margin-left: -87px;
  width: 174px;
  height: 174px;
  left: 50%;
  color: #FFF;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  display: block;
  border-radius: 85px;
  background-color: #3399ff;
  border: 8px solid #f1f1f1;
  transition: color,background-color,border-color 0.5s ease;
  -webkit-transition: color,background-color,border-color 0.5s ease;
  -moz-transition: color,background-color,border-color 0.5s ease;
  -o-transition: color,background-color,border-color 0.5s ease;
}
.sari-yazi:hover{
  text-decoration: none;
  background-color: white;
  color: #3399ff;
  border-color: #3399ff;
}
.team-content ul li{
  float: left;
  list-style-type: none;
}
.team-content ul li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin: 0 13px;
  border-radius: 20px;
  color: #3399ff;
  border: 2px solid #3399ff;
  transition: margin-top 0.5s ease;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
}
.team-content ul li a:hover{
margin-top: -5px;
}
.team-content .row:first-child{
  margin-bottom: 30px;
}
.partner-content{
  padding: 50px 0px;
}
#contact{
  background: url('../resimler/contact.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 120px 0;
}
.contact-top h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}
.iletisim-form-element{
  width: 90%;
  margin-bottom: 20px;
  padding: 8px 10px;
  border-style: none;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#isim, #eposta, #konu{
  height: 50px;
  margin-left: 10%;
}
#mesaj{
  height: 190px;
  margin-right: 10%;
}
.footer{
  padding: 20px 0;
}
#footer ul li{
  float: left;
  list-style-type: none;
}
#footer ul li a{
  display:inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 13px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #333333;
  transition: color,background-color 0.5s ease;
  -webkit-transition: color,background-color 0.5s ease;
  -moz-transition: color,background-color 0.5s ease;
  -o-transition: color,background-color 0.5s ease;
}
#footer ul li a:hover{
  color: #333333;
  background-color: #ffffff;
}
#footer p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.img-300 {
  max-width: 500px;
  height: auto;
  margin: 0 25px;
}
/*MEDIA QUERUES*/
@media (min-width: 576px) {
  h1{
    margin-top: 250px;
    font-size: 25px;
    margin-bottom: 10px;
  }
  h2{
    font-size: 35px;
    font-weight: 700px;
    margin-bottom: 10px;
  }
  .navbar-collapse{
    background-color: rgba(51, 153, 255, 0.6);
  }
  .navbar-light .navbar-toggler{
    border: 1px solid #ffffff;
  }
  .aboutus-content h4{
    font-size: 16px;
  }
  .aboutus-content p{
  font-size: 12px;
  }
  .card{
    width: 13rem;
  }
  .card img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolyo-content .card-title{
    font-size: 16px;
  }
  .portfolyo-content .card-text{
    font-size: 12px;
  }
  .team-content ul li a{
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin: 0 5px;
    border: 1px solid #3399ff;
  }
  #footer ul li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 7px;
    border-radius: 20px;
  }
  #footer p{
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse{
    background-color: rgba(51, 51, 51, 0);
  }
  .aboutus-content h4{
    font-size: 16px;
  }
  .aboutus-content p{
  font-size: 12px;
  }
  .card{
    border: none;
    width: 15rem;
  }
  .card img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolyo-content .card-title{
    font-size: 16px;
  }
  .portfolyo-content .card-text{
    font-size: 12px;
  }
  .team-content ul li a{
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin: 0 7px;
  }
  #footer ul li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 7px;
    border-radius: 20px;
  }
  #footer p{
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  h1{
    margin-top: 20%;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 30px;
  }
  h2{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 70px;
    font-weight: 700px;
    margin-bottom: 30px;
  }
  .navbar-collapse{
    background-color: rgba(51, 51, 51, 0);
  }
  .portfolyo-content .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
  .portfolyo-content .card-text{
    font-family: 'Roboto Slab', serif;
    color: #777;
    font-size: 14px;
  }
  .card{
    border: none;
    width: 20rem;
  }
  .services-container h4, .portfolyo-content h4, .aboutus-content h4, .team-content h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin-top: 25px;
  }
  .services-container p, .portfolyo-content p, .aboutus-content p, .team-content p{
  font-family: 'Roboto Slab', serif;
  color: #777;
  font-size: 14px;
  }
  .team-content ul li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin: 0 13px;
    border-radius: 20px;
    color: #3399ff;
    font-size: 14px;
    border: 2px solid #3399ff;
    transition: margin-top 0.5s ease;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top 0.5s ease;
    -o-transition: margin-top 0.5s ease;
  }
  #footer ul li a{
    display:inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 13px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #333333;
    transition: color,background-color 0.5s ease;
    -webkit-transition: color,background-color 0.5s ease;
    -moz-transition: color,background-color 0.5s ease;
    -o-transition: color,background-color 0.5s ease;
  }
  #footer p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
}
