@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #C00A27; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ffff00; 
  }

.slideimg{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.innerheadbg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    left: 0;
    top: 0;

    z-index: 0;
}
.innerheadbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.logo{
    width: 80px;
    height: 50px;
    margin-left: 45px;
}
.logo-name{
    font-size: 13px;
    letter-spacing: 5px;
}
.navbar{
    border-bottom: 1px solid #E8E8E8;
}
.fixed-top {
    transition: 100ms ease;
    background: transparent;
}
.menu{
    color: #ffff00;
    font-size: 22px;
    border: 1px solid #ffff00;
    padding: 8px 12px;
}
.fixed-top.scrolled {
    background: #C00A27;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffff00;
    padding: 10px 20px;
    font-weight: 600;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 18rem;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}
.slider-head{
    font-family: 'Parisienne', cursive;
    font-weight: 700;
    font-size: 55px;
    color: #ffff00;
}
.slider-content{
    font-weight: 700;
    font-size: 35px;
}
.theme-btn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 28px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    text-decoration: none;
    border-radius: 50px;
    background: #C00A27;
    margin-top: 10px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.281);
}
.theme-btn:hover {
    color: #ffff00;
    background: #C00A27;
    text-decoration: none;
    box-shadow: none;
}
.sliderroow{
    width: 52px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(117, 117, 117, 0.6);
    border-radius: 50%;
}
.sliderroow:hover{
    color: #C00A27;
    background-color: #fff;
    transition: .5s;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

/* about home */
.about-area {
    position: relative;
}
.ptb-50 {
    padding: 70px 0;
}
.about-shape-1 {
    position: absolute;
    left: -80px;
    top: 0;
    opacity: .1;
}
.about-shape-2 {
    position: absolute;
    right: 10px;
    bottom: -150;
    opacity: .3;
}
.site-title-tagline {
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 45px;
    color: #C00A27;
    position: relative;
    font-family: 'Parisienne', cursive;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    color: #222222;
    margin-top: 5px;
    margin-bottom: 0;
}
.about-list {
    position: relative;
    display: block;
}
.about-list li >i{
    padding-right: 10px;
    color: #C00A27;
}
.about-list li {
    position: relative;
    margin-top: 10px;
}
.mycard{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .5s;
    margin: 10px;
    padding: 10px 0px;
}
.counter-area {
    background: #C00A27;
    position: relative;
    z-index: 1;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}
.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.counter-box .icon {
    position: relative;
    width: 70px;
    height: 70px;
    /* background: #ffff00; */
    z-index: 1;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: #ffff;
    font-size: 50px;
    font-weight: 600;
}
.counter-box .title {
    color: #ffff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.counter-box .icon::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 30px;
    border: 2px solid #ffff00;
    transition: all .5s ease-in-out;
    z-index: -1;
}
footer{
    background-color: #121212;
   
}
.fotterfont, .fa-ul{
    color: #ccc;
    font-size: 14px;
    letter-spacing: 2px;
	text-align: justify;
}
iframe{
    width: 100%;
    height: 35vh;
}
.Socialiconfooter > img{
    width: 26px;
}
/* portfolio gellery  */

.gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.pics>a>img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-color: #C00A27;
    padding: 5px;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ==============Product Page==========00 */
.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    content: '';
}
.site-breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 140px;
    padding-bottom: 120px;
    z-index: 1;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a{
 color: #fff;
 text-decoration: none;
}
.slash{
    margin: 0px 8px;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #ffff00;
}
.products-box > img{
    width: 100%;
    height: 35vh;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.products-box{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    text-align: center;
}
.products-box > .card-body > h4{
    font-weight: 700;
}
.fontset{
    color: #C00A27;
}

.feature-area {
    position: relative;
    z-index: 1;
}
.theme-bg-dark {
    background-color: #fff;
}
.feature-shape-1 {
    position: absolute;
    left: -80px;
    top: 0;
    z-index: -1;
}
.py-120 {
    padding: 120px 0;
}
.site-heading {
    margin-bottom: 50px;
}
.feature-item {
    padding: 30px 30px;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: all .5s ease-in-out;
    color: #000;
    border: 1px solid #C00A27;
}
.feature-icon > img{
    width: 60px;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}
.banner{
    width: 100%;
    height: 24vw;
   background-image: url(../img/khade\ masale.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   justify-content: space-around;
}
.cta-area {
    background: #C00A27;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.cta-img > img{
  width: 90%;
}
.contact-wrapper {
    position: relative;
}
.contact-content {
    margin-bottom: 50px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.text-white {
    color: #fff !important;
    text-align: justify;
}

.about-text {
    text-align: justify;
}	

.contact-info::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    background: #C00A27;
    left: 0px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.contact-info-icon {
    border: 2px dashed #C00A27;
    border-radius: 50%;
    padding: 5px;
}
.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #C00A27;
}
.contact-form .form-group .form-control {
    padding: 15px 20px !important;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}
input{
    height: 50px !important;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.map-render> .container > iframe{
    width: 100%;
    height: 50vh;
    margin: 0;
}
.setped >h1{
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .slider-head {
        font-family: 'Parisienne', cursive;
        font-weight: 600;
        font-size: 25px;
        color: #ffff00;
    }
    .slider-content {
        font-weight: 600;
        font-size: 16px;
    }
    .about-shape-1 {
      display: none;
    }
    .about-shape-2 {
        position: absolute;
        right: 10px;
        bottom: -50px;
        opacity: .1;
    }
    .counter-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        /* text-align: center; */
        gap: 23px;
        position: relative;
        z-index: 1;
        margin: 25px 0px;
        flex-wrap: wrap;
    }
    .setped{
        padding-left: 15px;
    }
    .setped >h1{
        display: flex;
        justify-content: left;
    }
    .products-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 5px;
        text-align: center;
        margin-bottom: 20px;
    }
    .cta-img > img {
        width: 100%;
    }
    iframe {
        width: 100%;
        height: 25vh;
    }
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}