﻿.text-shadow-titr1 {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serifpx;
    color: #ffffff;
    text-shadow: #695555 4px 5px 0px;
    text-align:center;
}




.css-button-Brown-Menu400 {
    font-family: Arial;
    color: #000000;
    font-size: 28px;
    border-radius: 5px;
    border: 1px #6e2910 solid;
    padding: 10px 18px;
    background: linear-gradient(124deg, #f0c295 15%, #783d09 93%);
    text-shadow: none;
    box-shadow: 12px 12px 2px 0px rgba(26, 23, 20, 0.33);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 80%;
    text-align: center;
    text-decoration:none;
}

    .css-button-Brown-Menu400:link {
        text-decoration: none;
    }
    .css-button-Brown-Menu400:hover {
        background: linear-gradient(124deg, #783d09 15%, #f0c295 93%);
    }

.ButtonGreen1 {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #54B4AD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal 24px/normal Nazanin, Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0, rgba(57,160,100,1) 2%, rgba(15,35,13,1) 100%), rgba(19,130,87,1);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(57,160,100,1) 2%, rgba(15,35,13,1) 100%), rgba(19,130,87,1);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(57,160,100,1) 2%, rgba(15,35,13,1) 100%), rgba(19,130,87,1);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-size: auto auto;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    text-shadow: -1px -1px 0 rgba(15,73,168,0.66);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    width: 70%;
    height: 20px;
}



    .ButtonGreen1:hover {
        background: linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
        background-color: #bc80ea;
        color:rgb(116 21 167)
    }

.BUTTON_Blue1 {
    background-position: 0% 0%;
    background-image: -webkit-gradient(to bottom, #B4D4F9, #6782AD);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 45px;
    line-height: 20px;
    color: #041930;
    font-family: Nazanin, Arial;
    width: 75%;
    font-size: 24px;
    padding: 14px;
    -webkit-box-shadow: 1px 1px 5px 0 #000000;
    -moz-box-shadow: 1px 1px 5px 0 #000000;
    box-shadow: 1px 1px 5px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    direction: ltr;
    background-color: #B4D4F9;
    background-repeat: repeat;
    background-attachment: scroll;
}

.BUTTON_Blue1:hover {
        border: solid #FFAE00 1px;
        background: #1E62D0;
        background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        text-decoration: none;
        color:yellow;
    }

.BUTTON_Blue1_Mobile {
    background: #B4D4F9;
    background-image: -webkit-linear-gradient(top, #B4D4F9, #6782AD);
    background-image: -moz-linear-gradient(top, #B4D4F9, #6782AD);
    background-image: -ms-linear-gradient(top, #B4D4F9, #6782AD);
    background-image: -o-linear-gradient(top, #B4D4F9, #6782AD);
    background-image: -webkit-gradient(to bottom, #B4D4F9, #6782AD);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 90px;
    line-height: 20px;
    color: #041930;
    font-family: Nazanin, Arial;
    width: 95%;
    font-size: 48px;
    padding: 14px;
    -webkit-box-shadow: 1px 1px 5px 0 #000000;
    -moz-box-shadow: 1px 1px 5px 0 #000000;
    box-shadow: 1px 1px 5px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.BUTTON_Blue1_Mobile:hover {
        border: solid #FFAE00 1px;
        background: #1E62D0;
        background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        text-decoration: none;
        color: yellow;
    }

    

    





