@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800&display=swap');

/* fallback */
html,body{
    position: relative;
    background: white;
    z-index: 100;
    overflow-x: hidden;

}
main{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
header .top-right-menu{
    display: flex;
    justify-content: end;
}
header .top-right-menu a{
    position: absolute;
    color: white;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 35px;
}
.header-theme{
    position: relative;
    background-image: url("/assets/img/projeler-header.jpg");
    background-position: center;
    background-size: cover;
}
.header-theme::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: -1;
}

footer{
    background: #404040;
    color: white;
    padding: 50px 0px;
}
.footer-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v88/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
  }
  
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
  }
a{
    text-decoration: none;
    transition: all 0.5s;
}
a:hover{
    transition: all 0.5s;
    cursor: pointer;
}
header{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    min-height: 200px;
    overflow: hidden;
}
/* header::after{
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000a8;
    position: absolute;
    z-index: -1;
    overflow: hidden;
} */
header a{
    color: var(--bs-gray-dark);
    opacity:0.9;
    font-weight: 600;
}

header a:hover{
    opacity:1!important;
}
.special-top-pages a.active{
    opacity:1!important;
    border-bottom:2px solid var(--bs-yellow);
}
.top-info  a.active{
    color: white!important;
    opacity: 1;
    border-bottom: 2px solid var(--bs-yellow);
}
header .special-top-pages,.top-info{
    display: flex;
    align-items: center;
    padding-right: 10px;
    gap: 10px;
    color: white;
}
header .special-top-pages a,.top-info a{ 
    padding: 0 5px;
    color: white;
    opacity: 0.5;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    line-height: 35px;
}
header .special-top-pages .head-menu a:hover,.top-info a:hover{ 
    padding: 0 5px;
    color: white;
    opacity: 1;
}
header .languages-top a{
    padding: 0 3px;
    color: white;
    opacity: 0.6;
}

header .languages-top{
    padding-left: 10px;
}
header .languages-top a{
    font-size: 16px;
    border-right: 1px;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.video-overlay{
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000a8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-overlay h2{
    font-size: 50px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
}
.video-overlay p{
    padding: 15px 0;
    font-size: 20px;
    opacity: 0.8;
}
.video-overlay a{
    padding: 20px 40px;
    font-weight: 700;
    font-size: 18px;
}
.video-overlay h2::after{
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: var(--bs-yellow);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#home-banner-area video{
    top: 0px;
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    z-index: -2;
}

.header-wrapper{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.header-wrapper div{
    display: flex;
    justify-content: center;
    color: white;
}


.header-wrapper div:nth-child(1) {
    flex-basis: 33.3%;
    justify-content: flex-start;
  }
.header-wrapper div:nth-child(2) {

    flex-grow: 1;
    flex-shrink: 0;
    opacity: 0.8;
    transition: all 0.5s;
  }
  .header-wrapper .brand:hover{
    opacity: 1;
    transition: all 0.5s;
  }
  .header-wrapper div:nth-child(3) {
    flex-basis: 33.3%;
    justify-content: flex-end;
  }
.header-wrapper .brand{
    max-height: 250px;
    overflow: hidden;
    opacity: 1!important;
}

/* home css */


#home-banner-area{
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-top: -200px;
    overflow: hidden;
}

#categories-area{
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 100px;
}

.categories h2, .referanslar h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
}
.categories-nav{
    display: flex;
    justify-content: center;
    gap:35px;
    margin: 40px 0;
    line-height: 50px;
    
}
.categories-nav a{
    text-align: center;
    line-height: 50px;
    opacity: 0.6;
    color: black;
    font-size: 20px;
}
.categories-nav a.active{
    border-bottom: 1px solid black;
    opacity: 1;
    font-weight: 400;
}
.categories-list > div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 45px;

}
.category-img{

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-img a{
    color: gray;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.category-img span{
 
    background: white;
    color: gray;
    transition: all 0.5s;
    padding: 5px 15px;
    font-weight: 400;
    
}
.product-images img{
    width: 100%!important;
}
.category-img img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.category-img a:hover > img{

}
.category-img a:hover > span{
    color: black;
    transition: all 0.5s;
}

/* referans css */

.referans-list{
    padding: 50px 0;
    margin-bottom: 1.5rem
}
.referans-list .owl-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.referans-list img{
    height: 120px;
    object-fit: contain;
    object-position: center;
    padding: 0 25px;
}
.ref-img {
    opacity:0;
    margin-bottom: 80px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}
.project-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00000082;
    width: 40%;
    height: 100%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.5s;
}
.project-logo-img {
    width: 70%;
    height: 120px!important;
    object-fit: contain;
    object-position: center;
    background: white;
    padding: 15px;
    position: absolute;
    top: -60px;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
    box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px, rgb(17 17 26 / 10%) 0px 24px 80px;
}
.proje-main-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}
.go-project {
    position: absolute;
    bottom: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.go-project label {
    color: black;
    border: 1px solid white;
    padding: 7px;
    font-size: 14px;
    font-weight: 500;
    background: white;
    border-radius: 5px;
    /* --bs-border-radius: 15px; */
    transition: all 0.5s;
    cursor: pointer;
}
.ref-img:hover{
	transform: scale(1.05);
	transition: all 0.5s;
	
}
.ref-img:hover > .project-name > .go-project{
	visibility: visible;
  opacity: 1;
}
.project-detail-title {
    text-align: left;
    margin-bottom: 40px;
    color: var(--bs-heading-color,inherit);
    font-size: 45px;
    position: relative;
    font-weight: 400;
}
.ref-img-pic {
    cursor: pointer;
    margin-bottom: 30px;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    opacity:0;
}
.product{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
    position: relative;
    
}
.product:hover{
    transform: scale(1.03);
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
/* .product:hover::after{
    opacity:0.7;
} */
.product::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity:0;
}
.product:hover > .product-detail > .product-title{
    color:black;
    
    opacity: 1;
    transition: all 0.5s;
  
}

.product-images{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-title{
    text-align: center;
    color:rgb(57, 57, 57);
    padding-bottom: 15px;
    transition: all 0.5s;
    font-size: 18px;
}
.category-title{
    text-align: left;
    color:rgb(75, 75, 75);
    padding: 5px 0;
    transition: all 0.5s;
    font-size: 14px;
}
.category-list .item{
    width: 200px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    opacity: 1;
}
.category-list .item:hover{
    opacity: 1;
    transition: all 0.5s;
}
.category-list .item.active{
    opacity: 1;
}
.category-list .item a{
    color: #404040;
    text-align: center;
}
.category-list .item a span{
    display: block;
    width: 100%;
    height: 50px!important;
}
.owl-dots{
    display: none;
}
.owl-carousel .owl-nav{
    margin-top: 0px!important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0px;
    top: 35%;
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-stage-outer {
    /* padding: 0 25px; */
}
.owl-carousel .owl-nav .owl-next span,.owl-carousel .owl-nav .owl-prev span{
font-size: 40px;
}
.category-list .owl-item .item a img{
    padding:25px!important;
}
#other-categories{
    margin-top: -75px;
}
.owl-next:hover{
    background: transparent!important;
    color: #404040!important;
}
.owl-prev:hover{
    background: transparent!important;
    color: #404040!important;
}
.project-logo{
    padding-bottom: 15px;
    width: 150px;
}
.banner-text{
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.banner-text h2{
    font-size: 40px;
    line-height: 1.3;
}
.banner-text a{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
}
.toggle-menu{
    display: none!important;
}
.project-video{
    height: 100%!important;
    width: 100%;
}


@media (min-width: 992px) { 
    .head-menu{
        display: flex!important;
        gap: 10px;
    }
 }

@media (max-width: 992px) { 
    .header-wrapper div:nth-child(1) {
        flex-basis: auto;
        justify-content: flex-start;
    }
    header{
        overflow: visible;
    }
    .header-wrapper{
        justify-content: center;
        
    }
   
    .categories-list div{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
        
    }
    .categories-list .category-tab{
        margin-top: 50px;
    }
    


    .toggle-menu{
        display: flex!important;
        height: 85px!important;
        position: absolute;
        align-items: center;
        left: 30px;
        
    }
    .toggle-menu:hover{
        cursor: pointer;
        color: white;
    }
    .toggle-menu span{
        font-size: 40px;
    }
    header{
        display: flex;
    }
    header .container{
        max-width: 100%;
    }
    header .special-top-pages .head-menu{
    
        flex-direction: column;
        align-items: flex-start!important;
        left: 0;
        top: 120px;
        height: 100%;
        
        margin: 30px 0px;
        position: absolute;
        background: black;
        padding: 15px 30px;
        display: none;
        
    }
   
    header .top-info{
        display: none;
        right: 0;
        top: 0;
    }
   
 }
 @media (max-width: 768px) { 
    .project-name {
        width: auto;
    }
    .categories-nav a.active {
        border:none!important;
       
    }

    /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #9e9e9e #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 9px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
    
    .categories-list div{
        grid-template-columns: repeat(2, 1fr);

    }

    .categories-nav::-webkit-scrollbar {
        height: 10px!important;
      }
    .categories-nav{
    
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    
       }
       
       .categories-nav a{
        margin-right: 20px;
       }
       .categories-list .category-tab {
        margin-top: 80px;
    }
    .project-detail-title{
        text-align: center;
    }
       
   
    
  }

  @media (min-width: 1px) and (max-width: 1420px) {
    .project-name{
        width: 60%!important;
    }
 }

 @media (min-width: 769px) and (max-width: 1200px) {
   
 }

 .urun-icerikleri > div:not(:last-child) {
    border-bottom: 1px solid rgb(201, 201, 201);
    padding-bottom: 0.50rem;
 }

 .accordion-button:not(.collapsed) {
    color: white;
    font-weight: 600;
    background-color: #414141;
}
.accordion-button:focus{
    outline: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button:focus {
    box-shadow: none;
}
