﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');

.footer-bottom {
    background-color: white;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;

}

* {
    margin: 0;
    padding: 0;
    direction: rtl;
    box-sizing: border-box;
}

html {
    direction: RTL;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}


/****************top bar****************/
.navbar {
    background-color: white;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.navbar-container {
    display: flex;
    justify-content: space-around;
}

.navbar-brand {
    height: 200px;
    width: auto;
    justify-content: center;
    
}
/*****************************************/

/***************fonts style***************/
.titleH1 {
    background-color: #edecec;
    text-align: center;
    font-size: 20px;
    border-radius: 9px;
}

h2 {
    text-align: center;
    margin-top: 0;
}

h3 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
}


.col-25 {
    font-weight: bold;
    height: auto;
}

.col-75 textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#CVVContent p {
    content: "3 ספרות בגב הכרטיס";
}
/*****************************************/

/***************page content**************/
.container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 30%;
    margin: auto;
    padding: 25px;
    margin-bottom: 50px;
}


.row {
    width: 100%;
}


input[type="text"],
input[type="textaera"],
input[type="number"] {
    width: 100%;
    padding: 16px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

option {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

#tbFromMessage {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 33px 20px;
}


input[type="submit"] {
    width: 100%;
    background-color: #4caf50;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type="submit"]:hover {
        background-color: #45a049;
    }

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .cancelbtn:hover {
        background-color: #da190b;
    }

.CC_DD_Month {
    width: 25% !important;
}

.CC_DD_Year {
    width: 38.5% !important
}

#ccCvv {
    width: 20% !important;
}

#CVV {
    font-size: 15px;
    display: flex;
    justify-content: space-around;
    margin-left: 230px;
}

#CVVContent {
    position: relative;
}

    #CVVContent::after {
        content: "CVV";
        font-size: 15px;
    }
/*****************************************/

/****************footer bar***************/

.container-bottom {
    display: flex;
}

footer {
    background: #111;
    height: auto;
    color: #fff;
}


/*****************************************/





/* Responsive: Portrait tablets and up */

@media(max-width: 1280px) {
    .container {
        width: 40%;
    }

    .titleH1 {
        background-color: whitesmoke;
        text-align: center;
        font-size: 20px;
        border-radius: 9px;
    }

    .CC_DD_Month {
        width: 25% !important;
    }

    .CC_DD_Year {
        width: 37% !important
    }

    #ccCvv {
        width: 20% !important;
    }

    #CVV {
        font-size: 15px;
        display: flex;
        justify-content: space-around;
        margin-left: 215px;
    }

    #CVVContent {
        position: relative;
    }

        #CVVContent::after {
            content: "CVV";
            font-size: 15px;
        }

    option {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding: 2px;
    }

    .navbar-brand {
        height: 160px;
        width: auto;
        justify-content: center;
    }
}

@media(max-width: 1180px) {

    .container {
        width: 65%;
    }

    .CC_DD_Month {
        width: 26% !important;
    }
}

@media (max-width: 820px) {

    .CC_DD_Month {
        width: 25% !important;
    }

    .CC_DD_Year {
        width: 35% !important
    }

    #ccCvv {
        width: 20% !important;
    }


}

@media(max-width: 768px) {

    .container {
        width: 90%;
    }

    .titleH1 {
        background-color: whitesmoke;
        text-align: center;
        font-size: 20px;
        border-radius: 9px;
    }

    .CC_DD_Month {
        width: 25% !important;
    }

    .CC_DD_Year {
        width: 30% !important
    }

    #ccCvv {
        width: 20% !important;
    }

    #CVV {
        font-size: 15px;
        display: flex;
        justify-content: space-around;
        margin-left: 95px;
    }

    #CVVContent {
        position: relative;
    }

        #CVVContent::after {
            content: "CVV";
            font-size: 15px;
        }

    option {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding: 2px;
    }

    .navbar-brand {
        height: 150px;
        width: auto;
        justify-content: center;
    }
}


/*****************************************/

/***************View Style****************/

.img-div {
}

    .img-div img {
    }
/*****************************************/
