@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{ margin: 0;
padding: 0;
box-sizing: border-box;
}body{ font-family: 'Poppins', sans-serif;}
button:focus{ outline: 0;}


.slider{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Yumuşak geçiş */
}

.active{
    opacity: 1;
}
.navbar-toggler span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    /* rgba(255, 255, 255, 1) beyaz renktir, istediğiniz renkle değiştirebilirsiniz */
}


.slide .inner{
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 400px;
    height: 80px;
    background-color: rgba(0,0,0,0.5);
    color: #c2c1c1;
    padding: 40 px 30 px;
    opacity: 20
    ;
}
button{
    color: #fff;
}


.slide.active .inner{
    opacity: 1;
}

.slide:nth-child(2) { background: url('./image/rize\ artvin.png') no-repeat center/cover }
.slide:nth-child(3) { background: url('./image/duty\ free.png') no-repeat center/cover }
.slide:nth-child(4) { background: url('./image/srgi\ binası.png') no-repeat center/cover }
.slide:nth-child(5) { background: url('./image/kütüphane.png') no-repeat center/cover }
.slide:nth-child(6) { background: url('./image/bakü\ flame.png') no-repeat center/cover }
.slide:nth-child(7) { background: url('./image/ATS.png') no-repeat center/cover }
.slide:nth-child(8) { background: url('./image/omm.png') no-repeat center/cover }

.indicators{
    position: absolute;
    bottom: 12px;
    right: 12px;
    cursor: default;
    z-index: 10;
}

.indicators button{
    padding: 10px 20px;
    font-size: 25px;
    background-color: rgba(0,0,0,.4);
    color: #c2c1c1;
    border: 0;

}

.collapse ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.collapse ul li{
    margin: 0 20px;
    position: relative;
    display: inline-block;
    list-style: none;
}

.collapse ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.collapse ul li:hover::after{
    width: 100%;
}

.slider h1{
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    text-indent: 10px;

}
.slider p{
    width: 90px;
    font-size: small;
    color: rgb(202, 201, 201);
    text-indent: 10px;

}

.navbar{
    width: 100%;
}

.navbar ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
}
@media (max-width: 992px) {
    .navbar ul {
    background-color: rgb(0, 0, 0 );
    opacity: 0.7; 
    }
    .navbar ul li a {
    font-size: 35px;
    }
    .inner{
    width: 400px;
    height: 70px;
    }
    .navbar-toggler span{
    width: 60px;
    height: 60px;
    }
    button {
    width: 89px;
    height: 89px;
    background-color: #fff;
    transform: scale(1.7); /* %50 oranında büyüt */
    margin-top: 30px;
    }
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    /* rgba(255, 255, 255, 1) beyaz renktir, istediğiniz renkle değiştirebilirsiniz */
    }
    .slide .inner{
    width: 100%;
    height: 250px;
    background-color: rgb(0, 0, 0,0.8);
    }
    .slider h1{
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
    font-size: 65px;
    text-indent: 10px;
    }
    .slider p{
    width: 90px;
    font-size: 35px;
    color: rgb(202, 201, 201);
    text-indent: 10px;
    }
    .indicators{
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 1000px;
    z-index: 10;
    }
    .indicators i{
    color: #fff;
    }
    .container-fluid img{
    transform: scale(2.5); /* %50 oranında büyüt */
    margin-left: 160px;
    margin-top: 30px;
    }
    #prev{
    width: 60px;
    height: 60px;
    margin-left: 40px;
    background-color: rgb(0, 0, 0,0.5);
    transition: transform 0.3s ease;
    border-radius: 5px;
    }
    #next{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-color: rgb(0, 0, 0,0.5);
    transition: transform 0.3s ease;
    border-radius: 5px;
    }
    .navbar-nav{
    margin-top: 50px;
    }
    .slide:nth-child(2) { background: url('./image/2\ RİZE.png ')          no-repeat center/cover }
    
    .slide:nth-child(3) { background: url('./image/3\ DUTY\ FREE.png')     no-repeat center/cover }

    .slide:nth-child(4) { background: url('./image/4\ SERGİ\ BİNASI.png')  no-repeat center/cover }

    .slide:nth-child(5) { background: url('./image/5\ KÜTÜPHANE.png')      no-repeat center/cover }

    .slide:nth-child(6) { background: url('./image/6\ BAKÜ.png')           no-repeat center/cover }

    .slide:nth-child(7) { background: url('./image/dikey ats ön.png')         no-repeat center/cover }

    .slide:nth-child(8) { background: url('./image/8\ OMM.png')            no-repeat center/cover }



    


  }