
h5,h3,h2,h1{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

p{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

a{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

li{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.header-sec {
    background: #1a1a1a;
}

.logo img{
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-header{
    padding: 15px 0px;
    border-bottom: 1px solid #836645;
}


.top-header-contact a{
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 25px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

/*.top-header-social a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}*/


@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

.main-menu{
    float: right;
    padding-top: 43px;
}
.main-nav li a {
    text-transform: uppercase;
    padding: 18px 15px !important;
    display: inline-block;
    color: #deae78;
    font-size: 14px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}


/*========mobile menu==========*/
.mobile_nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mobile_nav ul li a {
    text-decoration: none;
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 6px 4px;
}

.mobile_nav ul li a:hover {
    background: #deae78;
}


.mobile_nav_close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #deae78;
    font-size: 24px;
    background: transparent;
    border: 0;
    border-radius: .375rem;
    opacity: 9;
}


.mobile_menu_offcanvas {
   background: #1a1a1a;
    max-width: 90%;
}

.mobile_nav_title h5{
    color: #deae78;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.mobile_nav_title{
    border-bottom: 2px solid #deae78;
}



/*=====================*/
/*@media screen and (orientation: landscape) {
  .carousel img {
    height: 80vh;
  }
}*/



.container .product-item {
    text-align: center;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    margin-bottom: 30px;
}

.container .product-item .product {
    width: 100%;
    /*height: 270px;*/
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.container .product-item .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .3s;
    cursor: pointer;
}

.product img:hover{
    transform: scale(1.1);
}

.container .product-item .product .icons .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}

.container .product-item .product .icons .icon:hover {
    background-color: #b71c1c;
    color: #fff
}

.container .product-item .product .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}

.container .product-item .product .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}

.container .product-item .product .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}

.container .product-item:hover .product .icons .icon {
    transform: translateY(-60px)
}

.container .product-item .tag {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0 0.4rem
}

.container .product-item .title {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    color: #f6bb70;
    font-size: 18px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;

}

.container .product-item .fa-star {
    font-size: 0.65rem;
    color: goldenrod
}

.container .product-item .price {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    display: flex;
    gap: 20px;
}

.discount_price{
    font-size: 15px;
    padding-top: 4px;
}

.fw-800 {
    font-weight: 800
}

.bg-green {
    background-color: #208f20 !important;
    color: #fff
}

.bg-black {
    background-color: #1f1d1d;
    color: #fff
}

.bg-red {
    background-color: #bb3535;
    color: #fff
}

@media (max-width: 767.5px) {

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        background-color: #b71c1c;
        color: #fff !important
    }

    .navbar-nav .nav-link {
        border: 3px solid transparent;
        margin: 0.8rem 0;
        display: flex;
        border-radius: 10px;
        justify-content: center
    }
}



.home-product-sec{
    background: #1a1a1a;
    padding: 40px 0px;
}

.home-title-sec{
    padding: 50px 0px;
    overflow: hidden;
}

.section-title{
    text-align: center;
}

.section-title p{
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

.section-title h2{
    color: #f6bb70;
    font-size: 30px;
}


.home-product-filter a{
    color: #fff;
}

.home-product-filter a:hover{
    color: #E6BA83;
}

.home-product-filter .active{
    color: #E6BA83!important;
}


.details-btn a{
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(45deg, rgb(82, 64, 44), rgb(241, 217, 185), rgba(82, 64, 44));
    color: #f6bb70;
    font-size: 12px;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-block;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}


.details-btn a:hover {
    background: #deae78;
    color: #fff;
}

.home-p-filter{
    display: flex;
    justify-content: end;
    gap:10px;
    margin-bottom: 30px;
}


.home-p-filter a {
    color: #fff;
    padding: 6px 14px;
    background: #deae78;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.home-p-filter a:hover {
    color: #fff;
}

.home-p-filter .active::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #deae78;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 88%;
        left: 45%;
        transform: rotate(90deg);
    }
/*===================pitha section==========*/

.home-pitha-adds a img{
    width: 100%;
}

.pitha-price{
    color: #000!important;
}

.pitha_sec{
    padding-bottom: 50px;
}


/*===================Resturent section=================*/
 .resturant-secs{
    padding: 60px 0px;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}



.resturant-items {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #836748;
    padding: 20px 0px;
}

.resturent-content-box{
    padding: 30px 0px;
}

.resturant-items-name h3 {
    margin-bottom: 7px;
    font-size: 24px;
    /*font-family: "Playfair Display", serif;
    font-weight: 600;*/
    color: #f6bb70;
}

.resturant-items-name p{
    margin: 0px;
    
    color: #e1e1e1;
}

.resturant-items-price h3{
    margin: 0px;
    padding-top: 10px;
    color: #f6bb70;
}

.item-padding:nth-child(odd) {
  padding-right: 40px;
}

.item-padding:nth-child(even) {
  padding-left: 40px!important;
}

.restaurant-title p{
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #fff;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 20px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #deae78;
    border-color: #deae78;
    font-size: 20px;
}

.restaurant-bg:before {
    content: "";
    background: url(../images/menu-left.png) no-repeat scroll center center;
    width: 260px;
    height: 480px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.3;

}

.restaurant-bg:after {
    content: "";
    background: url(../images/menu-right.png) no-repeat scroll center center;
    width: 260px;
    height: 640px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
}

.restaurant-body{
    position: relative;
    z-index: 1;
}


/*===============Aboout--sec===========*/

.home-about-sec{
    padding: 70px 0px;
}
.home-about-img img{
    width: 100%;
}

.home-about-cont{
    padding-left: 40px;
}

.home-about-cont-title p{
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.home-about-cont-title h2 {
    color: #f6bb70;
    font-size: 30px;
    /*font-family: "Playfair Display", serif;
    font-weight: bold;*/
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.home-about-cont-desc p{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 17px;
}

.home-about-cont-desc a{
    text-decoration: none;
    display: inline-flex;
    background-color: #1a1a1a;
    padding: 8px 25px;
    color: #b68b62;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 400;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(45deg, rgb(82, 64, 44), rgb(241, 217, 185), rgba(82, 64, 44));
}


/*================testmonial=================*/

.heading {
    color: #f6bb70;
    font-size: 30px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../images/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
      font-size: 17px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    line-height: 26px;
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}






/*===============blog==============*/
.home-blog-sec{
    padding: 70px 0px;
}
.blog-title{
    margin-bottom: 40px;
}


.blog-btn{
    text-decoration: none;
    display: inline-block;
    background: #fff;
    /*background-color: #1a1a1a;
    padding: 8px 20px;*/
    color: #b68b62;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    /*border: 1px solid;*/
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(45deg, rgb(82, 64, 44), rgb(241, 217, 185), rgba(82, 64, 44));
}

.blog-btn:hover{
    color: #000;
}

.more-blog-btn{
    margin-top: 40px;
}
.more-blog-btn a{
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
    color: #b68b62;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(45deg, rgb(82, 64, 44), rgb(241, 217, 185), rgba(82, 64, 44));
}

.more-blog-btn a:hover{
    background-color: #1a1a1a;
    padding: 8px 20px;
    color: #b68b62;
}

.blog-date{
    position: absolute;
    bottom: 1px;
    font-size: 14px;
    padding: 8px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-card a{
    position: relative;
}

/*===============footer============*/
.footer-sec{
    padding: 70px 0px;
    background: #1a1a1a;
}


.footer-item-logo img{
    width: 100px;
}

.footer-item h3{
    color: #deae78;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.footer-item ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-item ul li{
color: #fff;
}

.footer-item ul li a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin-bottom: 6px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.footer-social-menu{
    margin-top: 25px;
}

.footer-social-menu a{
    font-size: 25px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.footer-social-menu a:hover{
    color: #deae78;
}


/*===========about page=============*/
.about-services{
    background: #1a1a1a;
    padding: 70px 0px;
}


.about-services-item-img a img{
    width: 100%;
}

.about-section-title{
    margin-bottom: 50px;
}


.about-section-title p{
    color: #fff;
}
.about-services-item-cont{
    text-align: center;
    padding-top: 20px;
}
.about-services-item-cont h3 {
    color: #f6bb70;
    font-size: 20px;
    margin-bottom: 20px;
}


.about-services-item-cont a {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(45deg, rgb(82, 64, 44), rgb(241, 217, 185), rgba(82, 64, 44));
    color: #ffa431;
    font-size: 13px;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-block;
}

.about-services-item-cont a:hover {
    background: #deae78;
    color: #fff;
}


/*=====================resturent page============*/
.resturant-banner img{
    width: 100%;
}

.resturant-title-sec{
    padding: 70px 0px;
}


/*=============contact page===========*/


.contact-page-box{
    padding-right: 100px;
}

.contact-sec{
    padding: 120px 0px;
}

.contact-conct h1{
    color: #deae78;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.contact-conct p{
    font-size: 17px;
}

.contact-conct{
    margin-bottom: 50px;
}

.contact-page-info h3{
    color: #deae78;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}


.contact-page-info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.contact-page-info ul li {
    color: #deae78;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}
.contact-page-info ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-weight: normal;
}



/*===========fontact form============*/
#description{
    font-size: 24px;
}

.form-wrap{
    background: rgba(255,255,255,1);
    width: 100%;
    max-width: 850px;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before{
    content: "";
    width: 90%;
    height: calc(100% + 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    background: #deae78;
    z-index: -1;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-group{
    margin-bottom: 25px;
}
.form-group > label{
    display: block;
    font-size: 16px;
    color: #000;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}
.custom-control-label{
    color: #000;
    font-size: 16px;
}
.form-control{
    height: 50px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control:focus{
    border-color: #00bcd9;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
textarea.form-control{
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.btn{
    padding: .657rem .75rem;
    font-size: 18px;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #deae78;
  border-color: #deae78;
}

.btn-primary:hover {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:focus, .btn-primary.focus {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}



/*=====================product list page=============*/



.products-list-breadcam-sec {
    padding-top: 25px;
    margin-bottom: 10px;
}

.breadcrumb li a{
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.breadcrumb .active{
    color: red;
}


.products-filter-sec{
    margin-bottom: 60px;
}


.checkbox-info a{
    text-decoration: none;
    color: #555555;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}




.ml-6{
    margin-left: 6px;
}

.form-check-input:checked {
    background-color: #deae78;
    border-color: #deae78;
}

.form-check-input:checked .ml-6{
    color: red;
}


.filter-title h2{
    background: #1a1a1a;
    color: #deae78;
    font-size: 20px;
    padding: 10px 6px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.filter-categories{
    margin-bottom: 30px;
}

.filter-categories h3{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    border-right: 3px solid #deae78;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.filter-price h3{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    border-right: 3px solid #deae78;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.products-filter-left{
    padding-right: 30px;
}

.filter-price{
    margin-bottom: 30px;
}


.products-filter-left-ads img{
    width: 100%;
}


.products-filter-right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #1a1a1a;
    padding: 4px;
}

.products-filter-total-item h2{
    background: #1a1a1a;
    color: #deae78;
    font-size: 15px;
    padding: 10px 6px;
    font-weight: normal;
    margin: 0px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.form-select {
    
    color: #212529;
    background-color: #deae78;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #deae78;
    border-radius: 0px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 2px;
}

.mobile-filter{
    display: none;
}


/*===============blog details============*/
.blog-details-img img{
    width: 100%;
}

.blog-details-title h1{
    font-size: 30px;
    margin-bottom: 20px;
    color: #e3a45d;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.blog-details-img{
    position: relative;
    margin-bottom: 30px;
}

.blog-details-cont{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
}

.related-box a{
    display: flex;
    gap: 15px;
    text-decoration: none;
    border-bottom: 1px dashed #c9c9c9;
    padding: 10px 0px;
}

.related-blog-item-img img{
    width: 100%;
}

.related-blog-item-img{
    width: 120px;
}

.related-blog-item-img img{
    width: 120px;
}

.related-blog-item-cont h3 {
    font-size: 17px;
    margin: 0px;
    color: #efa24b;
}

.related-blog-item-cont p {
    color: #000;
    margin: 0px;
    font-size: 14px;
    line-height: 17px;
}

.related-blog-date{
    color: gray;
    font-size: 13px;
    font-weight: bold;
}

.blog-details-right-title h2{
    background: #000;
    color: #deae78;
    font-size: 22px;
    padding: 12px 10px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}


.blog-details-right{
    padding-left: 30px;
}


.mobile_menu_bar{
    display: none;
}

/*=================product details=============*/

.products_details_cont_title h1{
    color: #f6bb70;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.products_details_cont{
    padding-left: 40px;
}

.products_details_img img{
    width: 100%;
}


.products_details_desc{
    margin-top: 30px;
}
.products_details_desc h3{
    font-size: 22px;
    color: gray;
    margin-bottom: 15px;
    font-weight: normal;
}

.products_details_desc{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.products_details_sec{
    margin-bottom: 70px;
}

.products-details-related h2{
    color: #f6bb70;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.products_details_cont_title h3{
    font-size: 22px;
    margin-bottom: 0px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.mobile_nav_footer{
    padding: 15px 10px;
    border-top: 2px solid #deae78;
    display: flex;
    justify-content: space-between;
}

.mobile_nav_footer a{
    color: #deae78;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}



/*================photo gallery=====================*/

.photo-gallery{
    margin-bottom: 100px;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    /*border-radius: 10px;*/
}

.gallery-item:hover .gallery-text{
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.gallery-text{
    position: absolute;
    bottom: 0px;
    margin: 0px;
    text-align: center;
    padding: 20px 40px;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    height: 100%;
    transform: translateY(calc(100% - 64px));
    transition: .3s;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}*/

.gallery-text {
    bottom: 0px;
    margin: 0px;
    text-align: center;
    padding: 15px 5px;
    background: #000;
    color: #deae78;
    border-top: 5px solid #f6bb70;
    text-transform: uppercase;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

/*.thumbnail-wrapper img{
       width: 100%;
    object-fit: cover;
    transition: alllinear .3s;
}


.thumbnail-wrapper img:hover{
    transform: scale(1.1);
    transition: alllinear .3s;
}*/

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}


.carousel-caption h4 {
    position: absolute;
    bottom: 0px;
    background: rgb(0 0 0 / 60%);
    color: #fff !important;
    width: 100%;
    padding: 20px;
}


.footer-bottom{
    background: #000;
    padding: 20px 0px;
}

.footer-bottom-cont p{
    color:#fff;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}

.footer-bottom-cont p a {
    color: #deae78;
    text-decoration: none;
    display: inline-block;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}






.topbtn {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f6bb70;
  color: white;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pagination{
    justify-content: center;
    margin-top: 20px;
}

.mobile_halal{
    display: none;
}

.desk_call{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    background: #deae78;
    padding: 4px 9px;
    border-radius: 6px;
}


.checkbox label{
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
}


.card-img-top{
    height: 275px;
}


/*===============about==========*/
.about-nav-pills{
    gap: 10px;
    border-bottom: 0px !important;
}

.nav-pills .nav-link {
    background: #edf7fe;
    color: #000 !important;
    font-weight: normal !important;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ffe6c5;
}

.home-about-cont-new h1{
    color: #f6bb70;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.home-about-cont-new p{
    margin-bottom: 35px;
    color: #5c5a5a;
    font-size: 17px;
}

.overview_list li {
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 5px;
}

.tab-pane h2{
    margin-bottom: 20px;
    font-size: 23px;
    color: #5c5a5a;
}

.home-about-cont-new{
    padding-left: 80px;
}

.tab-pane p{
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.tab-content{
    margin-top: 20px;
}

.new-home-about-img img {
    width: 100%;
    border-radius: 15px;
}

.about-2-sec-bg{
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 70px 0px;
}


.about-2-cont h2{
    color: #000;
    font-size: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.about-2-cont img{
    width: 100px;
    margin-bottom: 30px;
}

.about-2-cont p{
    font-size: 17px;
}

.comit-about-sec{
   padding: 70px 0px;
    background: #edf2fa;
}

.comit-cont-new h2{
    color: #f6bb70;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.comit-cont-new p{
    margin-bottom: 35px;
    color: #5c5a5a;
    font-size: 17px;
}

.commit-item h3{
    font-size: 20px;
}

.commit-item img{
    width: 70px;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.commit-item p {
    font-size: 15px;
}
.custom_align{
    align-items: center;
}
.about-2-sec{

    background-image: url(https://fse.jegtheme.com/fountax/wp-content/uploads/sites/77/2025/03/young-business-people-working-at-office.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.comit-cont-new{
    padding-right: 60px;
}














