
@font-face {
    font-family: 'prophetlight';
    src: url('../font/prophet-light-webfont.woff2') format('woff2'),
    url('./font/prophet-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tiempostext';
    src: url('../font/TiemposText-Regular.ttf') format('ttf'),
    url('../font/TiemposText-Regular.eot') format('eot'),
    url('../font/TiemposText-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
body {
    background: #000;
    padding-top: 245px!important;
    min-height: 100vh;
    position: relative;
    font-family: 'prophetlight';
        padding-bottom: 60px;

}
h4{

   font-family: 'prophetlight';
}
p{
   font-family: 'tiempostext';
   line-height: 23px;
}
/*************** Menu START************/

.menu-line-text{
    position: relative;
}
.menu-line-text hr{
  position: absolute;
  top: 84px;
  width: 100%;
  z-index: -1;
  border-top: 0.7px solid #ffe678;
}
.menu-line-text p{
    position: absolute;
    font-family: 'prophetlight';
    font-size: 30px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -30px;
}
.scoup-menu-full.navbar-dark .navbar-toggler {
 color: #ffe678;
 border-color: transparent;
 position: absolute;
 right: 13px;
 top: 20px;
 font-size: 50px;
}
.scoup-menu-full .mr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.container {
    max-width: 94%;
}

.scoup-menu-full a.renew-btn {
    background: #ffe678;
    color: #48422a !important;
    border-radius: 30px;
    padding:12px 30px 10px 30px !important;
    display: inline-block;
    line-height: normal;
    border: 1px solid #ffe678;
    box-shadow: 0 8px 14px -8px #ffe678;
}

.scoup-menu-full a.renew-btn:hover{
    background: #000;
    color: #ffe678!important;
    border: 1px solid #ffe678;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    /* box-shadow: 0 8px 14px -8px #ffe678;*/
}
.scoup-menu-full .navbar-brand {
    margin-right: 0;
    margin-left: 171px;
}
p.renew-btn {
    color: #ffe678;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.5px;

}

.phone-mail p {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.phone-mail p a {
    color: #fff;
    text-decoration: none;
}

.navbar.scoup-menu-full {
    padding: 45px 50px 20px 50px;
    background: rgba(000, 0, 0, 0);
}

.scoup-menu-full.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'prophetlight';

}

.scoup-menu-full.navbar-expand-lg .nav-link {
    display: block;
    padding: 6px 26px;
}

.scoup-menu-full.navbar-expand-lg .nav-link.chan-pdg {
    font-size: 25px;
    padding: 0 6px;
}

.scoup-menu-full.navbar-dark .navbar-nav .nav-link.active {
    color: #ffe678;
}

.scoup-menu-full.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffe678;
}
.scoup-menu-full .navbar-toggler {
    padding: 0;
}
/*************** Menu END************
****
***
**
*/

.main-classdiv {
    color: #fff;
    margin-bottom: 100px;
    padding-top: 100px;
}

.scoup-text {
    text-align: center;
    padding-left: 200px;
    position: relative;
}

.scoup-text-right {
    padding-right: 200px;
    text-align: center;
    position: relative;
}

.scoup-text h4 {

    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

.scoup-text p {
    font-size: 22px;
     margin-bottom: 0;
}
.scoup-text p.p-margin{
    margin-bottom: 9px;
}
.scoup-text-right p {
    margin-bottom: 0;
    font-size: 22px;
}

.scoup-text-right h4 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}

.scoup-text .cross-line {
      position: absolute;
    left: 20px;
    right: -105px;
    z-index: 1;
    top: 86px;
}

.scoup-text-right .cross-line {
    position: absolute;
    left: 0;
    right: 220px;
    z-index: 1;
    top: 66px;
}

.scoup-text-right .cross-line hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffe678;
    width: 300px;
    transform: rotate(47deg);
    opacity: 0.7;
}

.scoup-text .cross-line hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffe678;
    width:300px;
    transform: rotate(-47deg);
    opacity: 0.7;
}

.weekend-agenda-heading h4 {
    font-size:30px;
    text-align: center;
    color: #fff;
    margin-bottom:0;
}

section#weekend-agenda {
    padding-top: 50px;
}

.weekend-agenda-date {
    text-align: right;
    color: #fff;
    padding: 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.weekend-agenda-date h4 {
    border-bottom: 1px solid #ffe678;
    font-size: 30px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.weekend-agenda-date-right h4 {
    border-bottom: 1px solid #ffe678;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.weekend-agenda-date p {
 font-size: 22px;
 line-height: 24px;
}
.weekend-agenda-date-repeat p{
    font-size: 16px;
    line-height: 16px;
}
.weekend-agenda-date-right {
    text-align: left;
    color: #fff;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.resposive-agenda .weekend-agenda-date-right {
  height: auto!important;
}
.resposive-agenda .weekend-agenda-date{
height: auto!important;
}
.nav-item span{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.nav-item .nav-link.email-id{
    display: inline-block;
    padding-left: 0;
    text-transform: lowercase!important;
}
.coup-card-left {
    text-align: center;
    color: #fff;
}

.coup-card-left h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.coup-card-left p {

    margin-bottom: 0;
    font-size: 22px;

}
.coup-card-left span {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'tiempostext';
}

#coup-card-full {
    margin-top: 133px;
    margin-bottom: 100px;
}
.coup-card-left.coup-card-left-new{
    padding-left: 350px;
    padding-top: 50px;
}   
.coup-card-left.coup-card-left-new .cross-line {
    position: absolute;
    left: 396px;
    right: 0;
    z-index: 1;
    bottom: auto;
    top: 174px;
}
.pushme-agenda {
    color: #ffe678;
}
.coup-card-left.coup-card-left-new .cross-line hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid #ffe678;
   width: 400px;
   transform: rotate(47deg);
   opacity: 0.7;
}
.coup-card-left.coup-card-right span {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'tiempostext';
}

.coup-card-left {
    position: relative;
}

.coup-card-left {
    position: relative;
    padding-left: 200px;
}
.coup-card-left.coup-card-right{
   padding-right: 200px;
}
.coup-card-left.coup-card-right{
    position: relative;  
    padding-top: 140px;
}
.coup-card-left .cross-line {
    position: absolute;
    left: 166px;
    right: 0;
    z-index: 1;
    bottom: auto;
    top: 80px;
}
.coup-card-left .cross-line hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffe678;
    width: 400px;
    transform: rotate(47deg);
    opacity: 0.7;
}
.coup-card-left.coup-card-right .cross-line {
 position: absolute;
 left: 0;
 right: 0;
 z-index: 1;
 bottom: 0;
 top: 267px;
}
.coup-card-left.coup-card-right .cross-line hr {
 margin-top: 1rem;
 margin-bottom: 1rem;
 border: 0;
 border-top: 1px solid #ffe678;
 width: 400px;
 transform: rotate(-47deg);
 opacity: 0.7;
}
.footer-left ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 15px;
}
.footer-left ul li{
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
.footer-left ul li a{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius:30px ;
    margin-right: 0;
    text-decoration: none;
    padding: 0 21px;
    letter-spacing: 2px;
}
footer{
    padding: 10px 0;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer-right p{
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-align: right;
    font-family: 'prophetlight';
    margin-bottom: 0;

}
.scoup-menu-full.navbar-dark .navbar-brand img{
    width: 360px;
}
.collapse-btn{
    text-align: center;
    color: #fff;
}
.collapse-btn a{
    margin:20px auto 0;
    text-align: center;
    display: inline-block;
    color: #ffe678;
    text-decoration: none;
    font-size:13px;
}
.collapse-btn span {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'tiempostext';
}
/*.collapse-btn p {
    margin-bottom: 0;
    font-size: 18px;
    }*/
    .collapse-btn p {
        margin-bottom: 0;
        font-size: 22px;
    }

    .center-div-col {
        margin: 0 auto;
    }
    .condition-text{
        text-align: center;  
    }
    .condition-text h1{
        text-align: center;
        border-bottom: 1px solid #ffe678;
        font-size: 30px;
        padding-bottom: 10px;
        margin-bottom: 50px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
    }
    .condition-text p {
        font-size: 18px;
        text-align: center;
        color: #fff;
    }

    .faq-text{
     color: #fff;   
 }
 .faq-text h1{
    font-size: 16px;
    font-family: 'tiempostext';
    margin-bottom: 0;
}
.faq-text p{
    font-size: 16px;
    line-height: 19px;
}
.buy-renew-text{
    text-align: center;  
}
.buy-renew-text a{ 
    background: #000;
    color: #ffe678;
    padding: 7px 40px;
    border-radius:30px;
    border: 1px solid #ffe678;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 00px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 14px -8px #ffe678;
}
.buy-renew-text a:hover{
    background: #ffe678;
    color: #48422a !important;
}
.buy-renew-text h5{ 
    color: #ffe678;
    font-size: 30px;
    font-family: 'tiempostext';
}
.que-text h4{
    font-family: 'tiempostext';
    font-size: 22px;
}
.buy-renew-text p{ 
    color: #ffe678;
    font-size: 19px;
}
.faq-text p a{
  color: #ffe678;
  text-decoration: none;
}
hr {
    border-top: 1px solid #ffe678;
    width: 65%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.que-text{
 text-align: center;
 color: #fff;
 font-size: 22px;
 font-weight: normal;
 margin-top: 200px;
 margin-bottom: 50px;
}
.que-text p a{
    text-decoration: none;
    color: #fff;
    padding-left: 5px;
}
.que-text p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}
#thank_you{
    text-align: center;
}
.thank_you-text h1{
    font-size: 35px;
    color: #fff;
}
.thank_you-text p{
    font-size: 30px;
    color: #fff;
}
.thank_you-receive p{
    font-size: 22px;
    color: #fff;
}
.thank_you-receive{
    padding: 30px 0 20px 0;
    margin-top: 70px;
}
.thank_you-text .cross-line hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffe678;
    width: 45%;
    transform: rotate(-44deg);
    opacity: 0.7;
}
.thank_you-text .cross-line{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: auto;
    top: 80px;
}
.thank_you-text {
    padding: 50px 0;
}
#more {display: none;}

.pushme-arrow{
    color:#ffe678;
}
.form-inn input{
    width: 100%;
    padding: 6px 15px;
    border-radius: 30px;
    border: none;
    font-family: 'tiempostext';
    font-size: 16px;
}
.form-inn textarea{
    width: 100%;
    padding: 6px 10px;
    border-radius: 10px;
    border: none;
    font-family: 'tiempostext';
}
.form-inn{
    margin-bottom: 10px;
}

.form-inn select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffe678;
  background-image: none;
}
/* Remove IE arrow */
.form-inn select::-ms-expand {
  display: none;
}
/* Custom Select */
.form-inn .select {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    background: #ffe678;
    overflow: hidden;
    border-radius: 30px;
}
.form-inn select {
  flex: 1;
  padding:6px 10px;
  color: #48422a;
  cursor: pointer;
  font-family: 'tiempostext';

}
/* Arrow */
.form-inn .select::after {
    content: '\25BC';
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 5px 0;
    background: #adadad;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #ffe678;
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
/* Transition */
.form-inn .select:hover::after {
  color: #f39c12;
}
.form-inn label{
    font-size: 13px;
    color: #ffe678;
    padding-left: 12px;
    font-family: 'tiempostext';
}
.form-inn button{
    background: #ffe678;
    color: #48422a ;
    padding: 7px 25px;
    border-radius: 30px;
    text-transform:uppercase;
    text-align: right;
    float: right;
    margin: 0px 0 0 0;
    text-decoration: none;
    border: 1px;
    box-shadow: 0 8px 14px -8px #ffe678;
    cursor: pointer;
}
.form-inn button:hover{
    background: #000;
    color: #ffe678!important;
    border: 1px solid #ffe678;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
.weekend-agenda-img img{
    margin: 0 auto;
    text-align: center;
}
.weekend-agenda-img {
    margin: 0 auto;
    text-align: center;
}
#condition{
    margin-bottom: 40px;
}
.renew-button{
  text-align: center;
  margin: 0 auto;
  display: none;
}
.renew-button a {
    background: #ffe678;
    color: #48422a !important;
    border-radius: 30px;
    padding: 8px 25px 10px 25px !important;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase; 
    box-shadow: 0 8px 14px -8px #ffe678;
}
.mob-responsive ul{
    padding: 0;
    margin:0; 
    list-style: none;
    text-align: center;
}
.mob-responsive ul li a{
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.mob-responsive{
    display: none;
}
.collapse-btn ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.collapse-btn ul li{
    font-family: 'tiempostext';
    font-size: 16px;
}
.collapse-btn ul li strong{
    font-weight: normal;
    text-align: left;
    display: inline-block;
    width:150px;
    font-size: 16px;
    font-family: 'tiempostext';
}
.pushme-arrow1 {
    color:#ffe678;
}
.collapse-btn ul li span{
    text-align: right;
    margin-bottom: 0;
    display: inline-block;
    width: 165px;
    margin-right: 16px;
    font-family: 'tiempostext';
}
.weekend-agenda-date p a {
    color: #fff;
    text-decoration: none;
}
.weekend-agenda-date-repeat p a{
    color: #fff;
    text-decoration: none;
}
.scoup-text-right span {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'tiempostext';
}
.renew-in-btn{
    position: fixed;
    z-index: 1;
    bottom: 30px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.renew-in-btn .renew-button a {
       background: rgba(255, 230, 120, 10);
    text-transform: uppercase;
    box-shadow: 0 8px 14px -8px #ffe678;
}

.resposive-agenda .weekend-agenda-date {
    text-align: center;
    color: #fff;
    padding: 0 0 0 0;
}
.resposive-agenda .weekend-agenda-date-repeat{
    text-align: center;
}
#changes-responsive-agenda{
    display: none;
}

.resposive-agenda.collapse-btn p a{
    margin-top: 0;
    font-size: 14px;
}
.resposive-agenda.collapse-btn p a span{
    margin-top: 0;
}
.resposive-agenda{
  margin-top: 30px;  
}
/*.resposive-agenda .weekend-agenda-date h4 {
    border-bottom: 1px solid #ffffff;
    }*/
    .resposive-agenda .weekend-agenda-date-repeat {
        margin-bottom: 49px;
    }
    .resposive-agenda .weekend-agenda-date-repeat:last-child {
        margin-bottom: 0px;
    }
    .mob-responsive li:last-child a{
        text-transform: lowercase;
    }
/*    .weekend-agenda-date h4 span{
       font-size: 30px;
       }*/
       .weekend-agenda-date p span{
        font-size: 16px;
        margin-top: 13px;
        display: inline-block;
        line-height: 16px;
    }
    .weekend-agenda-date p span a{
     font-size: 16px;
 }

.scoup-text-right p.p-margin{
 margin-bottom: 9px;
}
.coup-card-left p.p-margin {
 margin-bottom: 7px;
}



/* NEWPAGE */
.new-page-color{
    background: #fff;
}
.condition-text.new-page-text h1{
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'prophetlight';
}
.bottom-hending-text p{
    font-size: 23px;
    text-align: center;
    line-height: 30px;
}
.add-button-new{
    margin: 50px auto 50px;
    text-align: center;
}
.add-button-new a{
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 10px 37px;
    display: inline-block;
    color: #fff;
    background: #000;
    font-family: 'prophetlight';
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px;
    font-size: 19px;
    overflow: hidden;
    z-index: 1;
}
.newpage-text{
    display: flex;
}
.newpage-text a{
    text-decoration: none;
    color: #000;
}
.newpage-text p{
    font-size: 21px;
    line-height: 28px;
}
.newpage-text p b{
    font-weight: normal;
    font-size: 18px;
}
.newpage-text span p{
    font-size:16px
}
.newpage-text span{
    margin-right: 20px;
    margin-top: 3px;
}
.newpage-text p span{
    border-bottom:1px solid #000;
    margin-right: 0;
}
.new-heading-box h3{
    padding-left:46px ;
    margin-bottom: 20px;
    font-family: 'prophetlight';
}

.nav-item.new-hedin span {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.scoup-menu-full.navbar-dark .navbar-nav .nav-link.new-hedin{
    color: #000;
}
.footer-left.new-footer ul li a{
    background: transparent;
    color: #000;
}
p.renew-btn.renewnntnnew{
    color: #000;
}
.nav-item.new-hedin span{
    text-align: right;
    padding-right:26px;
}
.nav-item.new-hedin{
    text-align: right;
}
a.new-hedin-social{
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: o auto;
    padding-right: 0!important;
    padding: 10px!important;
}
a.new-hedin-social svg{
    text-align: center;
    margin: o auto;
}
.new-hedin-social-li{
    margin-right: 10px;
}
.mob-responsive ul.mobile-newpg{
    margin-bottom: 20px;
}
.mob-responsive ul.mobile-newpg li a{
    background: #000;
    color: #fff!important;
    border-radius: 50%;
    text-align: center;
    margin: o auto;
    padding-right: 0!important;
    padding: 10px 13px!important;
}
.mob-responsive ul.mobile-newpg li{
    display: inline-block;
    margin: 0 5px;
}
.newmobli.mob-responsive ul li a {
    color: #000000;
}

.add-button-new a span.top-in-btn{
    position: absolute;
    background: #222;
    width: 100%;
    height: 38px;
    z-index: -1;
    bottom: 0;
    left:0;
}
.add-button-new hr{
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    top:190px;
    width: 500px;
}
.scoup-menu-full.new-header .menu-line-text p{
 color: #000;
}
.for-in-dining h3{
    color:#fff;
    font-size: 25px;
}
.weekend-agenda-heading span{
      text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-bottom:10px;
}
.scoup-text span{
    
  margin-bottom: 10px;
    display: inline-block;
    font-family: 'tiempostext';
}
  