/*
project
major-project

*/

.project-img{
    overflow: hidden;
}
.major-project{
    width: 50%;
    height: 20rem;
}
.major-projects-container{
    width: 100%;
}


.modal{
    background-color: rgba(40,124,175,0.5);
    background: -moz-linear-gradient(135deg, rgba(40,124,175,1) 0%, rgba(40,124,175,1) 100%);
    position: fixed;
    z-index: 111;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /* backdrop-filter: blur(20px); */
}
.modal-content-box{
    position: relative;
    margin: auto;
    padding: 0;
    margin-top: 7%;
    max-width: 1240px;
    width: 80%;
}
.lightbox-img{
    width: 100%;

}
.close-modal{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(40,124,175,0.5);
    top: 90px;
    left: 91%;
    font-size: 30px;
    font-weight: bolder;
    color: white;
    border: rgba(40,124,175,1) solid;
    border-radius: 50%;
    z-index: 99;
}
.caption-container p{
    color: white;
    font-size: 16px;
    font-weight: bolder;
    margin: 15px auto;
}
.learn-more{
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: rgb(73,173,243);
    background: linear-gradient(135deg, rgba(73,173,243,1) 0%, rgba(40,124,175,1) 100%);
    margin-left: auto;
    margin-right: auto;
}
.appstore-button{
    background-image: url(../newimages/appstore.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    margin-top: 24px;
}
.google-play-button{
    background-image: url(../newimages/googleplay.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    margin-top: 24px;
}
.modal-button-holder{
    width: 152px;
    margin: 15px auto;
}
@media(max-width: 769px){
    .modal-content-box{
        width: 95%;
        margin-top: 11%;
    }
    .close-modal{
        top: 80px;
        left: 95%;
        color: black;

    }
}
@media(min-width: 1366px){
    .modal-content-box{
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 1566px){
    .modal-content-box{
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .close-modal{
        top: 120px;
        left: 74%;
    }
}
@media(max-width: 560px){
    .modal{
        padding-top: 0px;
    }
    .modal-content-box{
        width: 95%;
        margin-top: 21%;
    }
    .close-modal{
        background: none;
        border: none;
        top: 80px;
        left: 88%;
        color: black;
        z-index: 99929;

    }
}