/* Home Page */

/* Header */

.header .header__top {
    padding: 25px 0;
    background-color: var(--color-1st);
    border-bottom: 0
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
}

.header
.header__top {
   background-color:  #FFFBF4
   
}

.navigation {
  background-color: #FFF5E5 
}

/* Download App */
.ps-block--download-app {
    background-color: #ffff;
    padding: 80px 0 0;
    display: none;
}
.ps-block--download-app {
    background-color: #ffff;
    padding: 80px 0 0;
}
.ps-block--download-app h3 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 5em;
}


/* Newsletter */
p {
    font-size: 1.7rem;
    line-height: 1.6em;
    /* color: #666; */
    color: black; 
  
}
.ps-block--download-app p {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 480px;
    display: none;
}

.ps-form--newsletter h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 30px;
}
.ps-newsletter {
    padding: 65px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #FFE0B3;
}
.form-group--nest .ps-btn {
    border-radius: 0 10px 10px 0;
    padding-left: 25px;
    padding-right: 25px;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #FF9900;
    transition: all 0.4s ease;
    cursor: pointer;
}
.form-group--nest input {
    border-radius: 10px 0 0 10px;
    border-color: #ccc;
    border-right: none;
}
.form-control {
    outline: none;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 #000;
}


/* Footer */

.ps-footer {
    padding-top: 70px;
    background: #1C1C1C;
}
.widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    color: white;
    font-weight: 600;
}
.ps-footer__copyright {
    padding: 35px 0;
    display: none;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}
a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}
.ps-list--link li a {
    display: inline-block;
    color: white;
    line-height: 20px;
    position: relative;
}
.ps-footer__widgets {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-right: 100px;
    padding-left: 100px;
}

/* Arrow up */
#back2top i {
    z-index: 10001;
    font-size: 14px;
    margin-bottom: -2px;
    color: #FF9900;
}

/* Features */

.ps-block--site-features {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 20px 40px;
    width: 80%;
    /* border: 1px solid #d9d9d9; */
    border-radius: 20px;
    margin-top: -8em;
    z-index: 1;
    position: relative;
    background: white;
    margin-left: auto;
    margin-right: auto;
}


.ps-block--site-features .ps-block__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 15px 45px;
    border-right: 1px solid #dadada;
    max-width: 32%;
    th: 100%;
}

.ps-block--site-features .ps-block__left i {
    font-size: 50px;
    color: #FF9900;
    font-weight: bolder;
}

/* Newsletter */
.ps-form--subscribe-popup h4 {
    /* color: black; */
    margin-bottom: 10px;
    /* font-size: 22px; */
    font-weight: 500;
    /* -webkit-text-stroke: 1px black; */
    color: black;
    font-size: 25px;
    -webkit-text-stroke: 0.1px white;
     text-shadow: 1px 1px white;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #FF9900;
    transition: all 0.4s ease;
    cursor: pointer;
}