
/* body  */

body
{
    color: #ffffff;
    /* font-family: 'Lobster', cursive; */
    font-size: 20px;
    text-align: center;
}

.bold{
    font-weight: bolder;
}

/* -----------fonts------------  */
@font-face {  
    font-family: "Arvo-Bold";
    src:
        url("../fonts/Arvo-Bold.woff") format("woff")
}

@font-face {  
    font-family: "GreatVibes-Regular";
    src:
        url("../fonts/GreatVibes-Regular.woff ") format("woff")
}

@font-face {  
    font-family: "Arvo-Regular";
    src:
        url("../fonts/Arvo-Regular.woff") format("woff")
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
    font-family: "Oswald-Bold";
    src: url("../fonts/Oswald-Bold.woff") format("woff");
}

@font-face {
    font-family: "Oswald-Regular";
    src: url("../fonts/Oswald-Regular.woff") format("woff");
}

@font-face {
    font-family: "WorkSans-Bold";
    src: url("../fonts/WorkSans-Bold.woff") format("woff");
}

@font-face {
    font-family: "WorkSans-Regular";
    src: url("../fonts/WorkSans-Regular.woff") format("woff");
}
 @font-face {
    font-family: "WorkSans-Regular";
    src: url("../fonts/WorkSans-Regular.woff") format("woff");
    
    src: url();
 }


.arvo-bold {
    font-family: "Arvo-Bold", serif;
}

.arvo-bold1 {
    font-family: "Arvo-Bold", serif;
    font-weight: 100 !important;
    font-size: 1.7rem;
    
}
.greatvibes-regular {
    font-family: "GreatVibes-Regular", cursive;
    color: #F2A409;
    font-size: 2rem; 
}

.arvo-regular {
    font-family: "Arvo-Regular";
    font-weight: 200 !important;
    font-size: 1.0rem;
}
.montserrat-bold {
    font-family: "Montserrat-Bold";
}

.oswald-bold {
    font-family: "Oswald-Bold", sans-serif;
}

.oswald-regular {
    font-family: "Oswald-Regular", sans-serif;

}

.worksans-bold {
    font-family: "WorkSans-Bold", sans-serif;
}

.worksans-regular {
    font-family: "WorkSans-Regular", ;
    font-weight: 400 !important;
    font-size: 1.3rem;
}


/*----------------- fonts --------------- */

/* bg-colors */
.bg_purple
{
    background-color: #601B43;
    
}

.bg_green
{
    background-color: #2A4B23;
    
}
.btn-yelloww
{
    background-color: #F8D608;
    
}
.btn-yelloww:hover
{
    background-color: #F8D608;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    
}

.btn-yelloww:active
{
    background-color: #F8D608 !important;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    
}
/* bg-colors */


/* colors */
.c_purple
{
   color: #601B43;
    
}

.c_green
{
    color: #2A4B23;
    
}
.c_yelloww
{
    color: #F8D608;
    
}

/* colors */


h4
{
    color: white;
    font-weight: 700;
}

a{
    color: #ffff;
    text-decoration: none;
}

/*------------ header----------  */

.navbar-brand {
    margin-right: 3rem;
    /* Optional */
  }

.navbar-nav li {
    font-family: "Arvo-Bold", sans-serif;
    font-size: 0.95rem; 
}

.navbar-nav li a:hover {
    color: #ffc107 !important;
}


.header_logo
{
    position: absolute;
    top: 15px;
        z-index: 999;
}

@media screen and (max-width: 768px) {
    .header_logo
    {
        top: 30px;
        width: 120px;
    }
    
}

@media screen and (min-width: 720px) {
    .header_logo
    {
        
        width: 150px;
    }
    
}
.purpleonionheader
{
    background-color: #080808;
    /* background-image: url(../img/wooden_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative; */
    
}
 
/*---------- header ---------- */


/*--------- 1st_swamp_basket ---------*/

@media only screen and (max-width: 768px) {
    .swamp_basket_bg
    {
        /*background-image: url(../img/mobile/swamp_basket_bg\ 1.png);*/
        background-image: url(../img/home.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        height: 50vh;
    }

    .swamp-text
    {
        margin-top: -50px;
    }
}

@media screen and  (min-width: 720px) {
    .swamp_basket_bg
    {
        /*background-image: url(../img/swamp_basket_bg\ 1.png);*/
        background-image: url(../img/home.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        height: 80vh;
    }

    
    
}


/*--------- 1st_swamp_basket--------- */



/*-------- main----------- */
.wooden_bg
{
    background-image: url(../img/wooden-bg1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;

 
}

/*-------- FEATURE FAVORATE ------------*/




.feature_card:hover
{
    background-color: #601B43;
    color: #ffff;
    border-radius: 1px;
    text-decoration: none;
    

}

.feature_favorites
{
    color: #F8D608;
    font-weight: 700;
}

.btn-purple
{
    background-color: #601B43;
    color: #ffff;
    border-radius: 5px;
    text-decoration: none;
   
}
.btn-purple:hover
{
    background-color: #671d48;
    color: #ffff;
    text-decoration: none;
    border-radius: 5px;
    
}

.order-online-btn
{
    font-size: larger;
}
/*-------- FEATURE FAVORATE ------------*/





/* view our brunch menu  */

.btn-yellow
{
    background-color: #F2A409;
    color: #000000;
    border-radius: 5px;
    text-decoration: none;
}

.btn-yellow:hover
{
    background-color: #F2A409;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    
}
/* view our brunch menu  */



/* order now */
.order-now-bg
{
    background-image: url(../img/home_of_the_swamp_basket_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 72vh;
    margin-bottom: -30px;
    overflow: hidden;
}

.order-now
{
    background-image: url(../img/order_now_bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;

 
}


/* order now */


/* FOOD GALARY  */


.gallery-section img {
    object-fit: cover;
    height: 100%;
  }

  .view_the_galary_btn
  {
    background-color: #601B43;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 22px;
    
  }
  .view_the_full_menu_btn
  {
    background-color: none;
    color: #F2A409 !important;
    text-decoration: none;
    border-radius: 5px;
    border: 3px solid white;
    font-size: 22px;
    padding: 5PX;
    
  }

  .gallery-section
  {
    background-image: url(../img/wooden_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;

  }
/* FOOD GALARY  */
  
/*-------- main----------- */





/* hero crousel  */
.crousel-bg
{
    background-image: url(../img/satisfied_customer_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #000;
}


.inner-crousel-bg {
    /*background-image: */
    /*url(../img/stars.png), */
    /*url(../img/crousel_bg.png);*/
    background-image: url(../img/crousel_bg2.png);
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 82% auto, 90% auto;
    width: 100%;
    height: 320px;
}

  

@media (max-width:767px)  {  
    
    .inner-crousel-bg {
    background-image:  url(../img/testimonial-bg-mob.png);
    
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    width: 100%;
}
}


  /* Carousel indicator buttons */
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    border: none;
    opacity: 1;
    transition: background-color 0.3s ease;
  }

  /* Active indicator */
  .carousel-indicators .active {
    background-color: #ffc107; /* Bootstrap's warning/yellow */
  }





#carouselExampleIndicators .rjpadd{
    padding-top:0px !important;
}
#carouselExampleIndicators .rjpadd2{
    padding-top:0px !important;
}

#carouselExampleIndicators .rjpadd3{
    padding-top:0px !important;
}

#carouselExampleIndicators .rjwrap2 {
    display: flex;
    align-items: center;
}

#carouselExampleIndicators .rjratingstarwrap {
    width: 100%;
    position: relative;
    margin-bottom: -50px;
}

.rjratingstar {
    width: 350px;
}



#carouselExampleIndicators .carousel-inner::before{
       content: "";
    width: 120px;
    height: 110px;
    background: url(../img/testimonial-q1.png);
    background-size: 120px 110px;
    margin-top: 20px;
    right: 9%;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    background-repeat: no-repeat;
}
#carouselExampleIndicators .carousel-inner::after {
    content: "";
    width: 120px;
    height: 110px;
    background: url(../img/testimonial-q2.png);
    background-size: 120px 110px;
    margin-top: 23%;
    left: 7%;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    background-repeat: no-repeat;
}


#carouselExampleIndicators .carousel-control-next, 
#carouselExampleIndicators .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    filter: inherit;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}



@media (max-width:767px)  {  
    
    .rjratingstar {
    width: 200px;
}

    #carouselExampleIndicators .carousel-inner::before{
   content: "";
        width: 70px;
        height: 80px;
        background: url(../img/testimonial-q1.png);
        background-size: 70px 80px;
        margin-top: -30px;
        right: 0%;
        position: absolute;
        display: inline-block;
        z-index: 9999;
        background-repeat: no-repeat;
}
#carouselExampleIndicators .carousel-inner::after {
    content: "";
        width: 70px;
        height: 80px;
        background: url(../img/testimonial-q2.png);
        background-size: 70px 80px;
        margin-top: 70%;
        left: 3%;
        position: absolute;
        display: inline-block;
        z-index: 9999;
        background-repeat: no-repeat;
}



#carouselExampleIndicators .carousel-control-next, 
#carouselExampleIndicators .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    filter: invert(1);
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
    
}





/* hero crousel  */




/* Reduce column spacing for larger screens */
@media (min-width: 768px) {
    .footer .col-md-3,
    .footer .col-md-2 {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  /* Smaller font size for footer info text */
  .footer .small-text {
    font-size: 0.75rem; /* or 12px */
    color: #ccc;
  }
  




  /* footer */

  .responsive-item {
    width: 100%;
    height: auto;
    min-height: 195px;
  }
  
  /* Optional: Make sure iframes scale smoothly */
  iframe.responsive-item {
    display: block;
  }
  

  @media screen and (max-width: 768px) {
    .footer-logo
    {
        width: 40%;
    }
    
  }

  @media screen and (min-width: 720px) {
    .footer-logo
    {
        width: 80%;
    }
    
  }



.small-text-1
{
    font-size: 0.96rem; /* or 12px */
    color: #ccc;
}
.small-text-2
{
    font-size: 0.96rem; /* or 12px */
    color: #ccc;
}

.small-text-3
{
    font-size: 0.96rem; /* or 12px */
    color: #ccc;
}



  /* footer  */
  
  
  




/* Menu pg st */

.scRojmenupageMainwrap {
    padding-top: 36px;
    padding-bottom: 50px;
    background-color: #000000;
}
.scRojmenupageMainwrap .list-group .list-group-item{
    background-color: #212121;
    color: #ffffff;
    border: none;
    font-size: 15px;
    text-align: left;
}

.scRojmenupageMainwrap .list-group .list-group-item:hover {
    background-color: #383838;
}

.scRojmenupageMainwrap .list-group .customlist-group-itemhead {
    background-color: #383838;
    color: #eddf1c;
    border: none;
}

.scRojmenupageMainwrap .list-group .customlist-group-itemhead:hover {
    background-color: #383838;
}

.scRojmenupageMainwrap .list-group .list-group-item.active {
    z-index: 2;
    color: #d2d2d2;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.scRojmenupageMainwrap .list-group .list-group-item a{
    color:#fff;
}







.scRojCustomMenucard{
    background-color: #4d4d4d;
    color: #ffffff;
margin-bottom: 20px;
}

/*.scRojCustomMenucard .btn-primary {*/
/*    background-color: #bb050b;*/
/*    color: #ffffff;*/
/*    font-family: "Arvo", serif;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    padding: 5px 5px;*/
/*    border: 1px solid #bb050b;*/
/*    width: 100%;*/
/*    font-size: 13px;*/
/*    border-radius: 0px;*/
/*}*/

/*.scRojCustomMenucard .btn-primary:hover {*/
/*    background-color: #780509;*/
/*    border: 1px solid #780509;*/
/*}*/

.scRojCustomMenucard .btn-primary {
    background-color: #601B43;
    color: #ffffff;
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    padding: 5px 5px;
    border: 1px solid #601B43;
    width: 100%;
    font-size: 13px;
    border-radius: 0px;
}

.scRojCustomMenucard .btn-primary:hover {
    background-color: #671d48;
    border: 1px solid #671d48;
}

.scRojCustomMenucard .quantityAndPriceWrap{
    padding: 5px 0px;
    background-color: #797979;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.scRojCustomMenucard .card-title{
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    color: #eddf1c;
}

.scRojCustomMenucard .quantity {

}
.scRojCustomMenucard .price {
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #eddf1c;
}


/*.scRojmenupageMainwrap .nav-tabs .nav-link.active {*/
/*    color: var(--bs-nav-tabs-link-active-color);*/
/*    background-color: #bb050b;*/
/*    border: 1px solid #bb050b;*/
/*    color: #ffffff !important;*/
/*}*/

.scRojmenupageMainwrap .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #601B43;
    border: 1px solid #601B43;
    color: #ffffff !important;
}

.scRojmenupageMainwrap .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: 1px solid #383838;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    color: #fff !important;
    background-color: #383838;
    font-size: 15px;
    font-weight: 500;
}

.scRojmenupageMainwrap .nav-tabs {
    border-bottom: none;
}




/*.scRojmenupageMainwrap .scRojcustomPagenavigation a.page-link {*/
/*    background-color: #bb050b !important;*/
/*    color: #fff;*/
/*    border: 1px solid #000000;*/
/*}*/

.scRojmenupageMainwrap .scRojcustomPagenavigation a.page-link {
    background-color: #601B43 !important;
    color: #fff;
    border: 1px solid #000000;
}

.scRojmenupageMainwrap .scRojcustomPagenavigation a.page-link.next {
    background-color: #eddf1c !important;
    border: 1px solid #eddf1c;
    color: #000;
}
.scRojmenupageMainwrap .scRojcustomPagenavigation a.page-link.previous {
    background-color: #eddf1c !important;
    border: 1px solid #eddf1c;
    color: #000;
}

/*.scRojmenupageMainwrap .scRojcustomPagenavigation .disabled>.page-link, */
/*.scRojmenupageMainwrap .scRojcustomPagenavigation .page-link.disabled {*/
/*    background-color: #bb050b !important;*/
/*    color: #fff;*/
/*    border: 1px solid #000000;*/
/*}*/

.scRojmenupageMainwrap .scRojcustomPagenavigation .disabled>.page-link, 
.scRojmenupageMainwrap .scRojcustomPagenavigation .page-link.disabled {
    background-color: #601B43 !important;
    color: #fff;
    border: 1px solid #000000;
}

.scRojmenupageMainwrap .scRojcustomPagenavigation .page-item.active .page-link {
   background-color: #eddf1c !important;
    border: 1px solid #eddf1c;
    color: #000;
}


.scRojmenupageMainwrap .mainCARDlisthead{
   font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    color: #eddf1c;
}

.mainCARDlistheaddescrip{
    color: #fff;
}

/* Menu pg end */







.scRojgroupsandeventscontact .locationheadmain {
    /*color: #bb050b;*/
    color: #ffffff;
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    text-align: left;
}
.scRojgroupsandeventscontact .locationhead {
    color: #eee01c;
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    text-align: left;
}

.scRojgroupsandeventscontact .locationPhone {
    text-align: left;
}



.scRojgroupsandeventscontact form {
    background-color: #414141;
    color: #fff;
    border-radius: 30px;
    padding: 30px 30px 30px 30px;
    margin-bottom: 70px;
}

.rjSendUsaMessage {
    text-align: left;
}
.rjSendUsaMessage input#datepicker {
    width: 100%;
    border-radius: 5px;
    border: 0px;
    height: 38px;
}

.scRojgroupsandeventscontact form .btn-primary {
    /*background-color: #bb050b;*/
    background-color: #601B43;
    color: #ffffff;
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    padding: 10px 50px;
    /*border: 1px solid #bb050b;*/
    border: 1px solid #601B43;
}
.scRojgroupsandeventscontact form .btn-primary:hover {
    /*background-color: #780509;*/
    /*border: 1px solid #780509;*/
    background-color: #671d48;
    border: 1px solid #671d48;
}





.rjcontactusform{
    text-align:left;
}


#locationModal .modal-content {
    background-color: #5b5b5b;
}

#locationModal .modal-body.m-0.p-d0
 {
    background-color: #3f3f3f;
}
#locationModal .card.mb-3 {
    background-color: #787878;
}
#locationModal a#order-link {
    background-color: #bb050b;
    border: 1px solid #bb050b;
    border-radius: 0px;
    
    
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
}

#locationModal h5.card-title {
    color: #eddf1c;
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    color: #eddf1c;
}

#locationModal .modal-title {
    font-family: "Arvo", serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}

#locationModal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

@media(max-width: 767px) {
    .scRojgroupsandeventscontact form#contact-us-form {
        margin-top: 20px;
    }

}