
/* sinupbox css  */

 * {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}





.Form {
    width: 500px;
    margin: auto;
    color: #12284c;
    margin-bottom: 80px;
}




.Form_header>h1,
p {
    text-align: center;
}
.Form_header
 {
    margin-bottom: 40px;
}



.Form_Box {
    margin: 0px 0px 20px;
}

.Form_Ip {
    width: 470px;
    height: 24px;
    padding: 12px 14px;
    border: 1px solid #12284c;
}



.submitbtn {
    height: 50px;
    width: 500px;
    padding: 15px;
    border: 0px;
    margin: 20px 0px 0px;
    color: white;
    background-color: #12284c;
    cursor: pointer;
}



.loyalty {
    background-color: #d1e8ee;
}

.centre {
    text-align: center;
    margin: 20px 0px;
    font-size: 12px;
}

.Note {
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
    
}

.Offer_box {
    display: flex;
    flex-direction: row;
    line-height: 1.65;
    background-color: #d1e8ee;
    cursor: pointer;
    color: #12284c;
    font-size: 14px;
}

.Join {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    text-transform: lowercase;
    color: #607899;
    cursor: pointer;
}

.Rewards {
    width: 350px;
    color: #12284c;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}

.Blue {
    color: #5e769b;
}

.logo_box {
    margin-left: 18px;
    width: 150px;
}

.loyalty_info {
    width: 300px;
    padding-top: 8px;
}


#create_customer {
    margin-top: 50px;
}

/* * {
    margin: 0px;
    padding: 0px;
} */
#firsthead{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
#firstp{
    font-size: 15px;
    /* font-weight: bold; */
}


/* signupbox css */

body {
    font-family: Montserrat light, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 0px 0px 0px;
}
a {
    
    color: #12284c;
    margin: 0;
    padding: 0;
}

.location a {
    text-decoration: none;
    color: #12284c;
}
#main_nav{
    position: sticky;
    display: flex;
    flex-direction: column;
    background-color: white;
    font-family: Montserrat Medium, sans-serif;
    color: #12284C;
    letter-spacing: 1px;
    
}
.top_part{
    display: flex;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 40px;
    font-size: 10px;
}
.top_part > div {
    margin: 2px;
    flex-basis: 100%;
}
.top_part a {
    text-decoration: none;
}
.bottom_part{
    font-size: 14px;
}
.bottom_part a {
    text-decoration: none;
}

.navItem{
    display: flex;
    width: 80%;
    float: right;
    justify-content: space-around;
    align-items: center;
}
.navItem li a i,
.top_part .location a i {
    font-size: 20px;
}
ul {
    list-style-type: none;
}
.logo img {
    min-width: 190px;
    max-width: 200px;
    margin-left: 150px;
    margin-top: 15px;
}

.menu{
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#slide-text{
    margin-top: 10px;
}
.carousel-section {
    position: relative;
    
}

.announcement-bar {
    /* position: sticky; */
    position: relative;
    top: 0px;
    width: 100%;
    /* z-index: 5; */
    margin: auto;
    background-color: rgb(215, 235, 242);
    color: rgb(0, 0, 0);
    padding: 1px;
    height: 25px;
}

/****************************
Start: Footer part
****************************/

.footer-part {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px 30px;
    border-top: 2px solid #dcdcdc;
}

.newsletter {
    flex: 0 1 auto; /* SOMETHING IS GOING WRONG ON DECREASING WINDOW WIDTH */
    margin: 0px 20px;
    max-width: 50ch;
    min-width: 30ch;
    line-height: 30px;
}

.newsletter > .icons {
    display: flex;
    flex: 1 1 0%;
    justify-content: space-between;
    max-width: 90%;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #12284c;
}

.footer-navwrap {
    display: flex;
    flex-direction: row;
    flex: 1 1 0;
    justify-content: space-between;
    min-width: 600px; /* CHANGE THIS IN FUTURE TO MAKE IT PROPERLY RESPONSIVE*/
}

.footer-navwrap > * {
    justify-items: space-between;
    flex-basis: 100%;
    margin-bottom: 5px;
    color: #12284c;
    font-weight: normal;
}

.footer-navwrap h2 {
    font-weight: normal;
    font-size: 14px;
    font-family: Montserrat light, sans-serif;
    text-transform: uppercase;
}

.footer-navwrap > div > * > * {
    margin: 16px auto;
}

.footer-navwrap ul,
.footer-navwrap li a {
    color: #12284c;
    list-style-type: none;
    padding: 0px;
    text-decoration: none;
}

.footer-mail {
    width: 90%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #12284c;
}

.footer-mail:focus {
    outline: none;
}

#arrow-submit-btn {
    border: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    height: 30px;
    background-color: white;
}

#arrow-submit-btn:hover {
    cursor: pointer;
}

#mail-submission-success-overlay {
    display: flex;
    flex-direction: column;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
    text-align: center;
    color: #12284c;
    transition: 2s;
}

#mail-submission-success-overlay > div {
    font-size: 20px;
    width: 300px;
    height: 300px;
    padding: 50px;
    margin: 5% auto;
    background-color: white;
    border-radius: 15px;
}

#mail-submission-success-overlay > div > img {
    width: 50px;
    margin-top: 50px;
}

#hide-overlay {
    color: #12284c;
    border: 2px solid #12284c;
    border-radius: 10px;
    width: 45%;
    margin: auto;
    /* height: 40px; */
    padding: 10px;
    font-size: 20px;
}

#hide-overlay:hover {
    cursor: pointer;
    background-color: #12284c;
    color: white;
}

.footer-mail:focus {
    background-color: white;
}

.expandable {
    visibility: collapse;
}

.expand-toggle:checked~* .expandable {
    visibility: visible;
}
/****************************
Start: Footer top part
****************************/

.footer-top{
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 20px;
    background-color: #f8f8f8;
    padding: 30px 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}
.footer-top i{
    font-size: 25px;
}
.footer-top .para{
    font-size: 12px;
}

.footer-top a {
    text-decoration: none;
    color: #12284c;
    cursor: pointer;
}