.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background-image: linear-gradient(0deg, #1a4aa5, #8d99af, #f3ebeb) !important;
    
    
}

.video-container iframe {
    width: 53%;
    height: 72%;
}
@media (max-width: 768px) {
    .video-container iframe {
        width: 90%;
        height: 38%;
    }
}

@media (max-width: 768px) {
    .video-container {
        height: 75vh;
    }
}

.orderButtonContainer {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    background-color: #3498db;
    color: #fff;
    padding: 20px 40px;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.rehberContainer {
    height: 100%;
    margin: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gonderiRehberiText {
    color: white;
    font-size: 20px;
    text-align: center;
}

/* "rehberimizi" kelimesini özel bir stil ile ayarla */
.gonderiRehberiText a {
    color: orange;
    text-decoration: none;
    font-weight: bold;
}

/* "rehberimizi" kelimesine tıklanabilir bir bağlantı ekleyin */
.gonderiRehberiText a:hover {
    text-decoration: underline;
}