 html,
 body {
    position: relative;
    height: 100%;
}

.madeModal{
    max-width: 100%;
}

.madeModal .modal-dialog{
    max-width: 90%;
    margin: 0 auto;
    margin-top: 3% !important;
}

.madeModal .modal-content{
    height: 90vh;
}

.madeModal .modal-body iframe{
    height: 86vh;
}

.madeModal .modal-body .btn-close{
    position: absolute;
    right: -12px;
    top: -14px;
    height: 30px;
    width: 30px;
    background-color: gray;
    opacity: 1;
    border-radius: 100%;
    color: white;
}


/*----------------------*/
.wrapper-not-found{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.box-classic{
    border: 1px solid gray;
    padding: 50px;
    font-weight: 500;
    font-size: 30px;
}

.main-fork ul.unlistProject li a,
.main-fork ul.list-director li a{
	transition: 0.6s ease-in-out;
}

.main-fork ul.unlistProject li a:hover,
.main-fork ul.list-director li a:hover{
	transition: 0.6s ease-in-out;
	text-shadow: 3px 3px 2px rgb(145 145 145);
}

/*----------------------*/

.sauce-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.d-mobile{
    display: none;
}

.d-dekstop{
    display: block;
}


@media screen and (max-width:1280px){

    .main-fork ul.unlistProject li a, .main-fork ul.unlistProject li button{
        font-size: 30px;
    }

    .main-fork ul.list-director li a {
        font-size: 40px;
    }

    .main-fork ul{
        margin-top: 14px;
    }

    .main-fork ul.moreUnlisted {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .main-fork .heading {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px){
    .quotes-image span.__lbel-small {
        font-size: 17px;
    }

    .quotes-image span.__lbel-Big {
        font-size: 40px;
        margin-top: 0px
    }

    .navbar-brand img{
        height: 45px;
    }

    .strect-container,
    .main-fork .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sidebar{
        height: 100vh;
        overflow-y: auto;
    }

    .d-mobile{
        display: block;
    }

    .d-dekstop{
        display: none;
    }

    .section.full-page{
        height: 100%;
        background-size: cover;
    }

    .madeModal .modal-dialog{
        margin-top: 10% !important;
    }

}