/********** Template CSS **********/
@import  url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');
:root {
    --primary: #FD5D14;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
    --original:#C85048;
   
}
body{
    font-family: 'Inter' !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}


::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb{
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #c85048; 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
}
::-webkit-scrollbar-thumb:window-inactive{
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #c85048; 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
}


.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
   
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: #C85048;
    transition: .5s;
}

.btn.btn-primary::after {
    background: var();
    
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
    
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-lg-social-icon {
    width: 46px;
    height: 46px;
    padding: 8px;
}


.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
 background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
/*    position: relative;*/
/*    padding: 20px 30px;*/
/*    padding: 0vw 3vw; */ /* 20px to 2vw, 30px to 3vw */
/*    font-size: 25px;*/
/*    font-size: 1.7vw;*/
    /* text-transform: uppercase; */
    color:black;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #C85048;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(4, 15, 40, .7); */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left:0px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}


.dropdown-item:hover{
    background:#C85048 !important;
    color:white;
}

.footer  a{
    color:rgba(255,255,255,0.5) !important;
}

.footer  a:hover{

    color:#C85048 !important;
}

@media (max-width:992px)
{
    .navbar-brand img{
        /*height:150px;
        width:170px;*/
        height:50px !important;
        width:70px !important;

    }

    h1{
        font-size:1.5rem !important;
    }
    h4{
        font-size:1rem !important;
    }

    span{
        font-size: 1rem !important;
    }
}






 /*edit (newly added for hamberger menu)*/
.pdl {
/*    padding-left: 3rem !important;*/
 }

.nav_font {
/*   font-size: inherit; */
    letter-spacing: 1.5px;
/*    font-size: 1.7vw !important; */
}

.nav_pdr{
    padding-right: 7vw !important;
    padding-left: 0 !important;
}

.banner_spc {
    padding: 3%;
    margin-top: 7.5vw;
    padding-bottom: 12vw;
/*    padding-left: 2%;*/
}

.banner_spc_txt {
    display: block; 
    /*justify-content: center; 
    align-items: center; */
    margin: auto; 
/*    width: fit-content; */
    text-align: center;
}

.banner_spc_txt_head {
    font-size: 3.8vw !important;  
}

.banner_spc_txt_tag {
    font-size: 2.1vw !important; 
}

.banner_spc_txt_head,
.banner_spc_txt_tag {
    line-height: 1.5; /* Adjust the value as needed to control the line spacing */
    font-family: 'Inter', sans-serif;
}

.end_txt{
    color: #c85048 !important;
}


.compati_txt{
    margin: auto;
}


.rest_typ_h4 {
    text-align: center;
}

.rest_typ_p{
/*    font-size: 1.3vw !important;*/
}

.rest_typ_h1_span{
/*    font-size: 2.5vw !important;*/
}

#prods h4{
    font-size: 2vw !important;
}

#prods p{
        font-size: 1.2vw;
}

#prods a{
        font-size: 1.1vw;
}

picture {
    padding-left: 3%;
    padding-right: 3%;   
    display: block;
}

/* Styles for screens greater than or equal to 4K resolution */
@media screen and (min-width: 2560px) {
    /* Add your desktop-specific styles here */
    body {
        font-size: 16px; 
        /*padding-left: 5%;
        padding-right: 5%;*/
    }

    .pdl {
/*        padding-left: 3rem !important;*/
     }

    .nav_font {
       font-size: 1.7vw !important; 
    }

    .nav_gap{
        column-gap: 8%;
    }

    .dropdown-menu a{
        font-size: 1.3vw;
    }

    .compati_txt h1{
        font-size: 2vw;
    }

    .compati_txt ul{
        font-size: 1.2vw;
    }

    .pg_hd{
        font-size: 3vw !important;
    }

    #prods h4{
        font-size: 2vw !important;
    }

    #prods p{
            font-size: 1.2vw;
    }

    #prods a{
            font-size: 1.1vw;
    }

    .rest_typ_h1{
        font-size: 3vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .rest_typ_h4{
        font-size: 1.65vw;
        padding-bottom: 2%;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .rest_typ_p{
        font-size: 1.5vw !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .h1-text{
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .h2-text{
        padding-left: 5vw;
        padding-right: 7vw;
    }

    .rest_typ_h1_span{
        font-size: 2vw !important;
    
    }

    .rest_typ_img_div{
        min-height: 520px !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }


    .footer .menu_ftr h4{
        font-size: 1.2vw !important;
    }

    .footer .menu_ftr a{
        font-size: 1vw !important;
    }

    .footer p{
        font-size: 1.2vw !important;
    }

    .btn-lg-social-icon {
       /* width: 86px;
        height: 86px;
        padding: 28px;*/

        width: 3vw;
        height: 3vw;
        padding: 0.8vw;

    }

    .btn-lg-social-icon i{
        font-size: 1.3vw;
    }

    iframe{
        width: 75% !important;
    }
}


/* Styles for screens greater than 1440px (laptop L) and less than 1260px (4k)  */
@media screen and (min-width: 1440px) and (max-width: 2559px) {
    /* Add your desktop-specific styles here */
    body {
        font-size: 16px; 
        /*padding-left: 5%;
        padding-right: 5%;*/
    }

    .nav_font {
/*       font-size: 28px !important; */
        font-size: 1.7vw !important; 
    }

    .nav_gap{
        column-gap: 5%;
    }

    .footer .menu_ftr h4{
        font-size: 1.2vw !important;
    }

    .footer .menu_ftr a{
        font-size: 1vw !important;
    }

    .footer p{
        font-size: 1.2vw !important;
    }

    .rest_typ_p{
        font-size: 1.5vw !important;
    }

    .rest_typ_h1_span{
        font-size: 2vw !important;
    }
}

/* Styles for screens greater than 1024px and less than 1439px (laptop normal) */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    /* Add your tablet-specific styles here */
    body{
        /*padding-left: 5%;
        padding-right: 5%;     */   
    }
    .nav_font {
/*       font-size: 20px !important; */
        font-size: 1.7vw !important; 
    }

    .sp_foo_id{
        display: inline-flex;        
       font-size: 1.3vw; 
    }

    .sp_foo_id_i{
       margin: auto; 
    }

    .p_foo_fnt{
       /*font-size: 1.3vw; */
    }

    .footer .menu_ftr h4{
        font-size: 1.2vw !important;
    }

    .footer .menu_ftr a{
        font-size: 1vw !important;
    }

    .footer p{
        font-size: 1.2vw !important;
    }

    .rest_typ_p{
        font-size: 1.5vw !important;
    }

    .rest_typ_h1_span{
        font-size: 2vw !important;
    }
}

/* Styles for screens greater than 768px and less than 1024px (tablet) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* Add your tablet-specific styles here */
    body {
        font-size: 14px; /* Example style for tablet */
    }
    .pdl {
        padding-left: 3rem !important;
    }
    .sp_foo_id{
        display: inline-flex;        
        font-size: 1.3vw; 
    }

    .sp_foo_id_i{
        margin: auto; 
    }

    .sp_foo_id{
        /*font-size: 3vw !important;*/
    }

    .nav_font {
        /*font-size: 4vw !important; */
    }
    #inner-menu{
        position: relative !important;
        align-items: start;
    }

    #prods h4{
        font-size: inherit !important;
    }

    #prods p{
            font-size: inherit;
    }

    #prods a{
            font-size: inherit;
    }

}

/* Styles for screens less than 768px (mobile) */
@media screen and (max-width: 767px) {
    /* Add your mobile-specific styles here */
    body {
        font-size: 12px; /* Example style for mobile */
    }
    .pdl {
        padding-left: 3rem !important;
    }
    .h100 {
        height: inherit !important;
    }
    .rest_typ_img_div{
        min-height: 290px !important;
    }
    .sp_foo_id{
        font-size: 3vw !important;
    }
    .nav_font {
        font-size: 4vw !important; 
    }
    #inner-menu{
        position: relative !important;
        align-items: start !important;
    }

    #prods h4{
        font-size: inherit !important;
    }

    #prods p{
        font-size: inherit !important;
    }

    #prods a{
        font-size: inherit !important;
    }
    
}


.font-inher{
    font-size: inherit !important;
}






/*------------------------------------------*/
#nav-test{
    display: flex ;
    justify-content: space-between;
/*    border:1px solid  #000;*/
    padding-left: 5vw;
}
#navbarCollapse{
/*    border: solid;*/
    width: auto;
    position: relative;
}
#inner-menu{
    width: 65%;
    position: fixed;
    /*top: 5%;
    left: 30%;*/
    right: 10%;
/*    border: solid;*/
 display: flex;
        justify-content:space-between;
        align-items: center;
/*        padding-right: 30px;*/

}
/*#inner-menu a{
    position: fixed;
}*/
#navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*        border: solid 1px red;*/
    padding: 0 !important;
}