﻿

/*#region General */
body {
    direction: rtl;
    background: #f5f5f5;
    /*background-image: url('../Images/DarkWood.jpg');*/
    background-image: url('../Images/DarkBack.jpg');
    font-family: "Heebo", sans-serif;
    letter-spacing: 1px;
}

h1 {
    font-size: 60px;
    background: -webkit-linear-gradient(#fdfdfd,#fdfdfd, #f8e2cd, #d59d8a,#e6ddd5, #b5b5b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FF9800;
}

footer {
    text-align: center;
    /*background-image: url('../Images/DarkBack.jpg');*/
}
#footerDiv {
    color: white;
    background-color: #2829299c;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: -1px -3px 7px 2px #000000;
}

.haderParentDiv {
    width: 100%;
    justify-content: center;
}

.headerr {
    text-align: center;
    padding-bottom: 10px;
    margin: 20px;
    -webkit-box-shadow: 1px 3px 14px 0px #000000;
    box-shadow: 1px 3px 14px 0px #000000;
    border-radius: 0.5rem;
    /*background-image: url(../Images/SmallDarkWood.jpg);*/
    background-image: url('../Images/DarkBack.jpg');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top:7px;
}

a {
    color: #f6b75a;
    text-decoration: none;
}

.col-lg-12, .col-xl-6 {
    display: flex;
    justify-content: center;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#lblfl {
    visibility: hidden;
}

/*#endregion */


/*#region Small Section */

.TitleColor {
    color: #dd9316;
    font-weight: bold;
}

.SmallImgs {
    padding: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 1.5rem;
    max-height: 160px;
}

.smallProjectDiv {
    display: flex;
    margin: 20px;
    -webkit-box-shadow: 1px 3px 14px 0px #000000;
    box-shadow: 1px 3px 14px 0px #000000;
    border-radius: 0.5rem;
    max-width: 580px;
    cursor: pointer;
    /*background-image: url('../Images/DarkWood.jpg');*/
    background-image: url('../Images/DarkBack.jpg');
    color: white;
}

    .smallProjectDiv:hover {
        -webkit-box-shadow: 1px 3px 16px 5px #000000;
        box-shadow: 1px 3px 16px 5px #000000;
        background: #57575859;
        transition: all 0.7s ease-in-out;
    }


.SmallDivText {
    text-align: right;
    padding-left: 10px;
}

.smallbtnDiv, .SmallTitleDiv {
    width: 100%;
    text-align: center;
}

.smallToolsDiv {
    width: 100%;
    text-align: center;
}
.LangText{
    font-weight:bold;
}
/*#endregion */

/*#region animation */
.content-row {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(30%);
}

.in-view2 {
    opacity: 1;
}

.in-view {
    opacity: 1;
    transform: translateY(0);
}

/*#endregion */

/*#modal */
.modal-content {
    background: #464646;
}

.close {
    color: #fff;
}
.close:hover {
    color: #fff;
    text-decoration: none;
}

.modal-header {
    direction: ltr;
}
.modal-title {
    width: 100%;
    text-align: center;
}
.modal-body {
    text-align: right;
}

img#imgBig {
    width: inherit;
    border-radius: 1rem;
}

#DivBigBodyBottom {
    text-align:center;
    margin-top:15px;
}

.modal-footer {
    justify-content: center;
}


.btn-warning {
    color: #212529;
    background-color: #fcad38;
    border-color: #FF9800;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #f7ba04;
        border-color: #dbb135;
    }


#pBigBody, #lblBigLang, #lblBigNotes, #DivBigBodyTop, ul {
    color: white;
}

/*#endregion */

.upnlClass{
    width:100%;
}


@media (max-width: 576px) {
    .smallProjectDiv {
        margin: 10px;
        display: block;
    }

    .col-lg-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .SmallImgs{
        width:95%;
    }
    .SmallDivText > p {
        padding-right: 10px;
    }

    p#pBigBody {
        padding-top: 10px;
    }

    footer {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .headerr {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .headerr {
        width: 50%;
    }
}
