﻿.geleceginTeknolojileriSection{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}
.detailPageDemoSection {
    position: relative;
    width: 100%;
    height: 877px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}
#backgroundVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.demoGif {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.geleceginTeknolojileriWrapper {
    width: 942px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detailPageDemoWrapper {
    width: 942px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:24px;
}
.geleceginTeknolojileriHeader {
    margin-bottom: 24px;
    width:100%;
}

.geleceginTeknolojileriDescription {
    width: 697px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.geleceginTeknolojileriDescription p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25.14px;
    text-align: center;
    color: rgba(255,255,255,1);
}
@media (max-width:1200px){
    .geleceginTeknolojileriSection{
        height:600px;
    }
}
@media (max-width:992px){
    .geleceginTeknolojileriWrapper {
        width: 480px;
        padding: 0 20px;
    }
    .geleceginTeknolojileriSection{
        height:373px;
    }
    .geleceginTeknolojileriHeader {
        margin-bottom: 15px;
    }
    .geleceginTeknolojileriDescription {
        width: 304px;
        margin-bottom: 30px;
    }
        .geleceginTeknolojileriDescription p {
            font-size: 14px;
            line-height: 20px;
        }
}
@media (max-width:475px){
    .geleceginTeknolojileriSection {
        height: 406px;
    }
 /*   .demoGif{
        display:block;
    }
    #backgroundVideo{
        display:none;
    }*/
}