.template{
    padding-top:6rem !important;
    padding-bottom: 6rem !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*--------HEADER--------*/
header{
    background-image: url(../img/arkaplan2.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

#opak{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-color:rgba(38,38,38,.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#opak h1 {
    color:white;
}

#kurum-ad{
    width: 45%;
    transition: all .4s ease;
}

#kurum-ad.sticky{
    width: 35%;
}

#slogan{
    font-size:2rem;
    text-align: center;
    margin-bottom: 3rem;
    
}

/*--------HAKKIMIZDA--------*/
#hakkimizda-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#hakkimizda-icerik-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#title-hakkimizda-1{
    display: none;
}


#hakkimizda img{
    width: 40rem;
    margin-right: 3rem;
}


#hakkimizda-aciklama{
    margin-bottom: 2rem;
    color:white;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

#hakkimizda-item-container{
    align-self: flex-start;
    
}

.hakkimizda-item{
    display: flex;
    flex-direction: row;
 
   font-size: 1.8rem;
    margin-bottom: 1rem;
}

.hakkimizda-item i{
    color:#2997FF;
    width: 3rem;
}

.genel-button{
    margin-top: 2rem;
    padding: 1rem;
    transition: all .3s ease;
    border:.2rem solid white;
    letter-spacing: .2rem;
}

.genel-button:hover{
    text-decoration: underline;
}

/*--------URUNLERİMİZ--------*/
#urunlerimiz{
    background-color: white;
    color:black;
}

#urun-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
}

.urun{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 3rem;
  
}

.urun-title{
    font-size: 2.5rem;
}
.urun-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.urun-img img{
    height: 12rem;
}

.urun-aciklama{
    font-size: 1.7rem;
    line-height:2.7rem;
    min-height: 32rem;
   
    text-align: center;
}

#ibo{
    background-color: red;
}

#urunlerimiz .genel-button{
    /*border:.2rem solid #2997FF;
    color:#2997FF;
    box-shadow: .4rem .4rem 1rem  rgba(41,151,255,.6);*/
    border:.2rem solid black;
    color:black;
    box-shadow: .4rem .4rem 1rem  rgba(0,0,0,.6);
}

/*---------ORTAKLARIMIZ---------*/
#ortak-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.title{
    font-size: 4rem;
    margin-bottom: 2rem;
    letter-spacing: .3rem;
    
    text-align: center;
}

.ortak img{
  width: 100%;
  opacity: .6;
  transition: all .1s ease;
  
  
}

.ortak img:hover{
    opacity: 1;
}

/*---------YATIRIMCI--------*/
#yatirimci{
    background-image: url(../img/yatirimci5.jpg);
    background-repeat: no-repeat;
    background-image: cover;
    background-attachment: fixed;
    
}

#yatirimci-container{
    position: relative;
    top:0;
    left:0;
    background-color:rgba(38,38,38,.6);
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

#tanitim-button{
    border:.2rem solid white;
    color: white !important;
    box-shadow: 0.4rem .4rem 1rem  rgba(255,255,255,.6);
}

#mini-map{
    width: 100%;
    height: 20rem;
}
