.ready {
    background-image: url("../images/7.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.see {
    background-image: url("../images/8.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.play-btn {
    width: 25%;
    height: auto;
    margin: 0 auto;
    margin-top: 10%;
}

.play-btn__svg {
    transition: 1s;
    fill: #ffffff;
    opacity: .5;
}

.play-btn:hover .play-btn__svg {
    fill: #a41d33;
    opacity: 1;
}



.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
}