body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}
h2{ margin-left: 12px !important;}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(231, 67, 16, 0.9);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1) !important;
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {

  font-size: 0.8rem;
  font-weight: 700;
	margin-top: -8px;
}
.nav-item{     border-right: 1px solid rgba(0,0,0,0.4) ;      height: 18px; }
.yok { border:none; }

header.masthead {

}

header.masthead .masthead-content { 
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}
.carousel-inner {  max-height: 100vh; } 
.carousel-caption {    top: 60vh;  }
@media (max-width: 992px) {
	
	
  header.masthead {
	  margin-top :80px;

  }
  header.masthead .masthead-content .masthead-heading {

  }
  header.masthead .masthead-content .masthead-subheading {
  
  }
}



.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #ee0979;
  border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

section { padding-top:35px;      margin: 50px 0;}

.display-4 {
    font-size: 2.5rem !important;
}
.row { margin: 0 !important; }

.carousel-caption  h5 { font-size: 5vw;     margin-top: -15px;    margin-bottom: 25px; }
.bizim_buton{     padding: 17px 55px;     background-color: #e04111;    color: #fff;     border:1px solid rgba(255,255,255,0.8); }
.bizim_buton:hover{ color:#fff ; }
.neler div { padding: 10px 0;      text-align: center;}
section h2 { text-align:center;     text-decoration: underline;    text-decoration-color: #dd481ad9; margin-bottom:15px; }
.siyah_0{ background-color:#000; color:#fff;  padding-top: 22px; font-size: 13px;}

.turuncu_1, .turuncu_2, .siyah_1, .siyah_2, .beyaz{ display:block; position:relative; width:100%;  }

.turuncu_1{ background-color:rgba(231, 67, 16,1);  }
.turuncu_2{background-color:rgba(231, 67, 16,1); color:#fff; }
.siyah_1{ background-color:#1c1c1c;  color:#fff;    padding: 25px 15px;    text-align: center; }
.siyah_2{background-color:#000;  height:10px; margin-bottom:0px;} 
.beyaz{ height: 10px; }
#iletisim{ margin-bottom: -50px !important; }

.tel{ font-size: 29px;    font-weight: bold; }
.mail{ margin-bottom: 5px;}

@media (max-width: 500px) { 
	.carousel-caption {
			top: 12vh !important;
		}
		.nav-item{     border:none; margin-top :10px;  }
		.bizim_buton{ font-size: 13px; padding: 7px 13px !important; }
		.display-4 {    font-size: 1.6rem !important; }
		
}



