/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body
{
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

.heading {
	font-size: 60px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}

.whitetext {
	color: white;
}



p {
	letter-spacing: 0px;
	line-height: 28px;
}

#about,
#team, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

#about .fa {
	font-size: 28px;
	min-width: 34px;
}

/* start navigation */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: #303030;
	font-size: 40px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: #FFD321;
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    background-color: #FFD321;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #FFD321;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #ffffff;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #fff;
            border-bottom: 1px solid #eeeeee;
        }
}

/* home section */
#home {
  background: url('../images/deneme4.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
#home hr {
  border: 2px solid white;
  width: 100px;
}
#home h3 {
  letter-spacing: 2px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid white;
  color: white;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #404040;
  color: #ffffff;
}

/* about section */
#about .col-md-4 .fa {
  background: #FFD321;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#about .col-md-6 {
  padding-top: 60px;
}
#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .progress .progress-bar-primary {
  background: #FFD321;
}

/* portfolio section */
#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #FFD321;
    color: #ffffff;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}
#contact .fa {
  font-size: 40px;
}
#contact form {
  padding-top: 80px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #FFD321;
}

/* copyright section */
#copyright {
  background: #404040;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #FFD321;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #FFD321;
  color: #000;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #about .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
/* ==== GPT FIXES: image alignment + mobile polish ==== */
.iso-box a,
.iso-box .tile {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.iso-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.iso-box { padding: 8px; }

img { max-width: 100%; height: auto; }

@media (max-width: 767px) {
  .heading { font-size: 28px; line-height: 1.2; }
  .subheading { font-size: 18px; }
  .iso-box { padding: 6px; }
  .col-xs-6, .col-sm-6 { padding-left: 8px; padding-right: 8px; }
}

/* News feed cards */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.news-card {
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-card .thumb { aspect-ratio: 16 / 9; background: #f3f4f6; overflow: hidden; }
.news-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card .body { padding: 14px 16px; }
.news-card .source { font-size: 12px; opacity: .7; }
.news-card .title { font-size: 16px; font-weight: 700; margin: 6px 0; }
.news-card .meta { font-size: 12px; opacity: .75; }
.news-empty, .news-error { text-align: center; padding: 20px; opacity: .8; }

@media (max-width: 991px) { .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .news-grid { grid-template-columns: 1fr; } }
/* ==== /GPT FIXES ==== */
/* ==== GPT PATCH v2: Company logo sizing & centering ==== */
.iso-box-wrapper .iso-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.iso-box-wrapper .iso-box img[alt~="logo"] {
  width: auto !important;
  height: auto !important;
  max-width: 90%;
  max-height: clamp(56px, 12vw, 140px);
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}
.iso-box-wrapper .iso-box img:not([alt~="logo"]) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) { .iso-box-wrapper .iso-box a { aspect-ratio: 16 / 9; } }
@media (max-width: 480px) { .iso-box-wrapper .iso-box a { padding: 8px 10px; border-radius: 10px; } }
/* ==== /GPT PATCH v2 ==== */
/* ==== GPT PATCH v3: Logo tile tuning + Achievements gallery equal heights ==== */
.iso-box-wrapper .iso-box a { aspect-ratio: 11 / 5; padding: 8px 12px; }
.iso-box-wrapper .iso-box img[alt~="logo"] { max-width: 96%; max-height: 80%; height: auto; width: auto; object-fit: contain !important; }

#team .team-wrapper { position: relative; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.06); }
#team .team-wrapper img { width: 100%; height: clamp(180px, 28vw, 240px); object-fit: cover; display: block; }

#team .team-des { padding-top: 14px; padding-bottom: 26px; }
.col-lg-4, .col-md-4, .col-sm-6, .col-xs-6 { padding-left: 10px; padding-right: 10px; }
/* ==== /GPT PATCH v3 ==== */


/* ==== GPT PATCH: Company logos as 9-column grid; bigger; phone hidden ==== */
#portfolio .iso-box-wrapper{
  display:grid !important;
  grid-template-columns:repeat(9, minmax(0,1fr)) !important;
  gap:22px !important;
  position:static !important;
  height:auto !important;
}
#portfolio .iso-box{
  position:static !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
  width:auto !important;
  float:none !important;
  margin:0 !important;
  min-height:180px !important;
}
#portfolio .iso-box > a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  padding:18px !important;
  background:#faf9f9 !important;
  border-radius:8px !important;
}
#portfolio .iso-box img{
  max-width:100% !important;
  max-height:120px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
}
@media (max-width:1199px){
  #portfolio .iso-box-wrapper{ grid-template-columns:repeat(6, minmax(0,1fr)) !important; }
}
@media (max-width:991px){
  #portfolio .iso-box-wrapper{ grid-template-columns:repeat(4, minmax(0,1fr)) !important; }
}
@media (max-width:575px){
  #portfolio .iso-box-wrapper{ display:none !important; }
}
/* ==== END PATCH ==== */


/* ==== GPT PATCH: Responsive YouTube/Vimeo embeds ==== */
.responsive-video{
  position: relative;
  width: 100%;
  max-width: 100%;
}
.responsive-video::before{
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}
.responsive-video > iframe,
.responsive-video > object,
.responsive-video > embed{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}
/* As a progressive enhancement, if there's no wrapper yet, make the iframe fluid */
iframe[src*="youtube.com"], iframe[src*="youtu.be"], iframe[src*="vimeo.com"]{
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}
@media (max-width: 575px){
  /* Give some breathing room on phones */
  .responsive-video{ margin-bottom: 16px; }
}
/* ==== END PATCH ==== */


/* ==== GPT PATCH: keep section titles above videos & add spacing ==== */
.responsive-video{ 
  margin-top: 16px !important; 
  clear: both !important; 
  position: relative !important; 
  z-index: 1;
}
/* Make sure titles are never hidden by iframes */
h1, h2, h3, .section-title{ position: relative; z-index: 2; }
/* ==== END PATCH ==== */

h2.subheading {
  font-size: clamp(32px, 2.6vw + 10px, 18px);
}

@media (max-width: 575px) {
  h2,
  h2.subheading {
    font-size: 24px;
  }
}