﻿html, body {
    direction: rtl;
    text-align: center;
    width: 99%;
    height: 100%;
    font-family: 'Arial';
    background-color:#ffffe5;
}

.img {
    Height: 175px;
    Width: 98%;
    border-radius: 10px;
}

.lab {
    color: white;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    padding-left: 10px;
    text-decoration: none;
}

.tx {
    background-color: white;
    border: 2px solid Gray;
    border-radius: 5px;
    Height: 30px;
    width: 95%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.cont {
    padding-left: 20px;
}

.tdr {
    text-align: left;
    padding-left: 5px;
}

.tdl {
    text-align: right;
}

.tds {
    height: 50px;
    width: 100%;
    text-align: right;
    font-family: Arial;
    color: Black;
    font-weight: 700;
    font-size: 24px;
}

.lb {
    text-align: left;
    margin-left: 5px;
    font-weight: 700;
    color: black;
    width: 95%;
    Height: 30px;
}

.tda {
    width: 14.3%;
    height: 40px;
    background-color: #052b40;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    color: white;
}

    .tda:hover {
        background-color: #0670ae;
        border-radius: 5px;
        color: yellow;
        cursor: pointer;
    }

.lin {
    color: white;
    font-size: 125%;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 5px;
}

    .lin:hover {
        color: yellow;
        background-color: #0670ae;
        cursor: pointer;
    }

.Initial {
    width: 48%;
    height: 40px;
    background-color: #052b40;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    color: white;
}

    .Initial:hover {
        background-color: #0670ae;
        border-radius: 5px;
        color: yellow;
        cursor: pointer;
    }

.Clicked {
    width: 48%;
    height: 40px;
    background-color: #095c8e;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.imgd {
    position: relative;
    height: 100px;
    background-repeat: no-repeat;
    border-radius: 10px
}

.overlay {
    display: none;
    padding-top: 40px;
}

.imgd:hover .overlay {
    width: 100%;
    height: 100%;
    background-image: url(img/lyellow.jpg);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 10px
}

.a {
    text-decoration: none;
    color: aliceblue;
    height: 100px;
    text-align: right;
    font-size: 23px;
    font-weight: 700;
    padding-right: 10px;
}

.footer {
    position: absolute;
    margin-top: auto;
    color: white;
    width: 96.5%;
    padding: 1px 20px 0px 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
