.navbar-custom{
    background-color: black;
}

.navbar-custom .nav-link{
    color: white !important;
}

.eiffel-sec{
    width: 100%;
    height: 600px;
    position: relative;
    
}
.eiffel-img{
    background-image: url('/img/eiffel.webp');
    position: absolute;
    width: 100%;
    height: 100%;
    
}
.eiffel-mask{
    background-color: black;
    opacity: .6;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    
}
.eiffel-content{

    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    
}

.eiffel-content .title{
    text-align: center;
    color: white;
    margin:auto;
    margin-top: 128px;
}
.eiffel-content .cards{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 128px;
}

.eiffel-content .item{
    width: 300px;
    color: whitesmoke;
    background-color: #238bc8;
    border-radius: 10px;
    font-size: 50px;
    margin: 0 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eiffel-content .item:nth-child(2){
    background-color: #56c092;
}
.eiffel-content .item .card-title{
    font-size: 20px;
    font-weight: bold;
}
.eiffel-content .item .card-body,.eiffel-content .item .foot{
    font-size: 16px;
    text-align: center;
}
.eiffel-content .item .foot{
    align-items: start;
    font-weight: bold;
    font-size: 18px;
}

.story {
    background-color: black;
    padding: 80px;
}

.sec-title{
    color: white;
}
.story .subtitle{
    color: #292929;
}
.story .sperator{
    width: 4px;
    height: 128px;
    margin: 0 8px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #238bc8,#56c092);
}

.story .prag{
    color: white;
    padding-top: 30px;
}
.story .prag img{
    width: 100%;
    border-radius: 10px;
}
.programs{
    background-color: black;
}
.programs .sec-title{
    text-align: center;
}

.programs .desc{
    color: white;
    text-align: center;
    margin-top: 20px;
}

.grid-btn{
    background-image: linear-gradient(to top, #238bc8,#56c092);
    border-radius: 8px;
    padding: 8px;
    color: white;
    font-style: normal;
    text-decoration: none;
    border: none;
    outline:  none;
}
.programs .btns{
    margin: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.programs .btns .grid-btn{
    margin-right: 15px;
}

.w-btn{
    background-color: white;
    border-radius: 8px;
    padding: 8px;

    color: #56c092;

    font-style: normal;
    text-decoration: none;
    border: none;
    outline:  none;
}

.programs .content{
    display: flex;
    justify-content: center;

    margin: 20px;
}
.programs .content .arr{
    display: flex;
    align-self: center;
    align-items: center;
    height: 100%;   
    padding: 0 40px;
    background-color: #4b9c79;
    border-radius:  10px 0 0  10px ;
    font-size: 33px;

}
.programs .content .program-cont{
    color: white;
    display: flex;
    height: 210px;
}
.programs .content .program{
    background-color: #56c092;
    color: white;
    height: 100%;   
    width: 250px;
    padding: 20px;
    border-radius: 0 10px 10px 0px;
    margin-right: 22px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.programs .content .program .card-title{
    font-size: 20px;
    font-weight: bold;
}
.programs .content .program .card-body{
    font-size: 16px;
    text-align: center;
}

.slider{
    background-color: black;
    color: white;
    padding-top: 32px;
}
.slider .carousel{
    min-height: 300px;
}
.slider .carousel-indicators button{
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.slider .carousel-indicators{
    align-items: center;
}
.slider .carousel-indicators button.active{
    width: 8px;
    height: 8px;
    background-color: #238bc8;
}
.slider  h1{
    text-align: center;
    
}

.slider .carousel-control-prev{
    background-color: white ;
    color: black;
    opacity: 1;
    left: 30px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    /* align-self: center; */
    top: 32px;
    
}
.slider .carousel-control-next{
    background-color: white ;
    color: black;
    opacity: 1;
    right: 30px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    top: 32px;
    
}

.slider .review{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider .review .peson-name{
    color: whitesmoke;
    font-size: 14px;
    opacity: .8;
}
.slider .review .text{
    margin-top: 64px;
    margin-bottom: 64px;
    color: white;
    font-size: 24px;
    text-align: center;
    max-width: 800px;
}
.programs .content{
    margin-bottom: 0;
}
footer .contact{
    background-color: black;
    color: white;
    padding: 32px 128px;
}
footer .contact img{
    width: 100%;
    border-radius: 8px;
}
.contact .info .icon{
    
    color: #56c092;
}
.contact .info .item{
    font-size: 12px;
}

section.video{
    display: flex;
    align-items: center;
    background-color: black;
    justify-content: center;
}