@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Barlow:wght@400;500;600;700&family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&family=Cinzel:wght@700&family=Italianno&family=Noticia+Text&family=Roboto&family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&family=Courgette&family=Shippori+Mincho+B1:wght@400;500;700&family=Suranna&family=Signika:wght@300..700&family=Oswald:wght@200..700&family=Pathway+Gothic+One&family=Jost:ital,wght@0,100..900;1,100..900&family=Cinzel:wght@700&family=Italianno&family=Noticia+Text:wght@400;700&family=Roboto&family=Satisfy&family=Spline+Sans:wght@300..700&display=swap');


/* VARIABLES */
:root {
    --c-dark : #000;
    --c-brand : #A47864;
    --c-brand-dark : #714A2E;
    --c-brand-rgb : 78, 87, 212;
    --c-body : #fff;
    /* --font-base : "ClashDisplay", sans-serif;
    --box-shadow : 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease; */
}

body,
html {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden;
    overflow-y: auto;  */
}

body{
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: #516171;
    /* background-color: var(--c-brand); */
}
html {
    scroll-behavior: smooth;
}
.jost-one{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .signika-one {
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "GRAD" 0;
  }

  .oswald-one {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .pathway-gothic-one-regular {
    font-family: "Pathway Gothic One", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .cinzel-one {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .suranna-regular {
    font-family: "Suranna", serif;
    font-weight: 600;
    font-style: normal;
  }
  .courgette-regular {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
  }

.title_name {
    font-size: 30px;
}


.barlow-condensed-medium {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

 .roboto{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .satisfy-regular {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
  }

h1 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    color: var(--c-dark);
}  

h2,h3,h4,h5,h6{
    font-weight: 700 !important;
    color: var(--c-dark);
}

p{
    font-family: "Barlow", sans-serif;
    color: var(--c-dark);
}

a{
    color: var(--c-brand);
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover{
    color: var(--c-brand-dark);
}

img {
    width: 100%;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-cover {
    background-position: center !important;
    background-size: cover !important;
}


/* NAVBAR */
.main_logo{
        width: 120px;
    }
.top-nav {
    background-color: var(--c-brand);
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: #ffffff;
}

.top-nav i,
.top-nav span {
    vertical-align: middle;
}

.social-links a{
    width: 28px;
    height: 28px;
    background-color: transparent;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-left: 5px;
}
.social-links a:hover{
    width: 28px;
    height: 28px;
    background-color: var(--c-brand-dark);
    border-radius: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-0.2rem);
    color: #fff;
}

.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.189);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
    color: var(--c-brand-dark);
}

.navbar-brand{
    font-weight: 700;
    font-size: 26px;
    color: #092032;
}

.navbar-brand span{
    color: var(--c-brand);
}

.logo-name-company{
    color: var(--c-brand);
    line-height: 12px; 
    letter-spacing: 5px; 
    margin-top: 2px;
    font-weight: 200 !important;
}


.nav-item a{
    font-size: large;
}
/* BTN */

.btn{
    padding: 9px 24px;
    font-weight: 500;
}

.btn-brand{
    background-color: var(--c-brand);
    color: #ffffff;
    border-color: var(--c-brand);
}

.btn-brand:hover{
    color: #ffffff;
    background-color: var(--c-brand-dark);
    border-color: var(--c-brand-dark);
    box-shadow: none;
}


/* SLIDER */
.slider-wrapper{
    text-shadow: #000 1px 0 10px;
}

.slide1 {
    /*background: linear-gradient(rgba(9, 33, 52, 0.2), rgba(9, 32, 50, 0.2)), url(../img/banner/banner3.jpg);*/
    /*background-image: url(../img/banner/1.jpg);*/
    background-image: url(../img/banner/ba1.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}


.slide2 {
    background-image: url(../img/banner/2a.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}

.slide3 {
    background-image: url(../img/banner/3a.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}
.slide4 {
    background-image: url(../img/banner/4a.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}
.slide5 {
    background-image: url(../img/banner/5a.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}
.slide6 {
    background-image: url(../img/banner/6a.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}
.slide7 {
    background-image: url(../img/banner/7a.avif);
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
}

.slide1 h1, .slide2 h1{
    text-shadow: 2px 2px #a8a9ae98;
}

/* Owl Carosel */

.owl-prev,
.owl-next{
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin-top: -30px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    border-radius: 100px !important;
}

.owl-prev{
    left: 0;
}
.owl-next{
    right: 0;
}

.owl-prev:hover,
.owl-next:hover{
    background-color: var(--c-brand) !important;
}


/*------------------about(inside-index)---------- */
#about p{
    color: var(--c-dark);
}

/* about_pad */
.about_pad {
    background-color: var(--c-brand);
    padding: 25px 0 15px 0;
}

.about_pad img{
    height: 150%;
}

.about_pad small{
    color: #000;
}

.sign {
    width: 200px;
}

/* ------------------about end------------------*/

/* ----------------- Services (index)------------------*/
.service-box{
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.service-box i{
    color: var(--c-brand);
    font-size: 50px;
}
.service-box h5{
    margin-top: 24px;
    margin-bottom: 12px;
}

.service-box:hover i{
    color: var(--c-brand-dark);
}

/* ------------- */


.project{
    position: relative;
}
.project .overlay{
    background: linear-gradient(to bottom, rgba(9, 32,50, 0.0),rgba(9, 32, 50, 0.8));
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.project .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.project h1,
.project h6{
    color: #ffffff;
}
.project h6{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project h6::before{
    content: '';
    height: 2px;
    width: 24px;
    background-color: var(--c-brand);
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

/* ------------------------- */

/* REVIEWS */
#reviews{
    background: linear-gradient(rgba(9, 32, 50, 0.581), rgba(9, 32, 50, 0.567)), url(../img/banner/review-back.jpg);
    background-size: contain;
    background-position: bottom; 
    background-repeat: no-repeat;
}

.review {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.review img{
    width: 120px !important;
    border-radius: 100px;
    margin: auto;
}
.review h4{
    margin-top: 16px;
    margin-bottom: 20px;
}

.review h4,
.review i{
    color: #ffffff;
}


.review i{
    font-size: larger;
}

.owl-dot.active span{
    background-color: var(--c-brand) !important;
}
.owl-dot {
    margin-top: 40px;
}
/* BLOG POSTS */

.blog-card {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s;
    cursor: pointer;
}

.blog-card:hover {
    transform: scale(1.05);
}

.no-image {
    width: 100%;
    height: 200px; /* Set fixed height */
    /*object-fit: cover;*/
    background: url('../img/no-image.jpeg') center/cover no-repeat;
}

.card-change {
    --bs-gutter-x: 2.5rem;
}



/* FORM */
.form-control:focus{
    box-shadow: none;
}


/* ------------------home about----------------------- */


/* about_page */

.about_content_text p{
    text-align: justify;
    line-height: 2rem;
    letter-spacing: 0.5px;
    margin-top: 12px;
}
.about_content_text h1{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about_content_text h2,h3,h4{
    font-family: "Shippori Mincho B1", serif;
    margin-top: 1rem;
}

/*div.d-flex.align-items-center{*/
/*    height:30px;*/
/*}*/

.divider {
    width: 80px;
    height: 4px;
    background-color: var(--c-brand-dark);
    margin: 18px auto;
}

.right-image{
    max-width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    float: right;
    margin-left: 20px;
}

.left-image {
    max-width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 15px;
    float: left;
    margin-right: 25px;
}

/*@media (max-width: 572px) {*/
/*  .right-image{*/
/*    max-width: 100%;*/
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*    margin-bottom: 20px;*/

/*}*/

/*.left-image {*/
/*    max-width: 100%;*/
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*    margin-bottom: 20px;*/
/*    margin-top: 30px;*/
/*}*/
/*}*/

/* Contact page */

.office_time i{
    font-size: 100px;
    color: var(--c-brand-dark);
}


.map iframe{
    width: 100%;
    height: 500px;
}


/* ---------------index page product card-------- */

.menu-item img {
    width: 100%; /* Ensures image fills the card width */
    height: 200px; /* Fixed height for uniformity */
    object-fit: cover; /* Crops excess parts without stretching */
    display: block; /* Removes extra space under the image */
}

.menu-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures all cards have the same height */
}
.menu-item-content {
    flex-grow: 1; /* Fills remaining space */
}

.card_one {
    max-width: 100%;
    overflow: hidden;
}


/* product item */

.poduct-link button {
    border: 1px solid var(--c-brand-dark);
    background-color: var(--c-brand-dark);
}

.poduct-link button:hover {
    border: 1px solid var(--c-brand);
    background-color: var(--c-brand);
}

.poduct-link button:active {
    border: 1px solid var(--c-brand);
    background-color: var(--c-brand);
}

.poduct-link button:focus {
    border: 1px solid var(--c-brand);
    background-color: var(--c-brand);
    color: #092032;
}

/* -----------------my footer--------------- */
/* footer */
.footer_wrapper{
    padding-bottom: 0rem;
    background-color: var(--c-dark);
    margin-bottom: 0rem;

}

.footer_wrapper h5{
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer_wrapper ul li{
    margin-bottom: 0.5rem;
    list-style: none;
}

.footer_wrapper .company_details{
    font-size: 1rem;
} 

.footer_wrapper .contact-info li a{
    color: #9f9e9e;
    font-size: 1rem;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p{
    /* color: #9f9e9e; */
    color: #fff;
    font-size: .8rem;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_wrapper .link-widget li a:hover{
    margin-left: .625rem;
    color: white;
}

.footer_wrapper .social-network a{
    width: 2rem;
    height: 2rem;
    line-height: 1.2rem;
    margin: 0.2rem;
    display: inline-block;
    border: 0.125rem solid #fff;
    color: #fdfbfb;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover{
    background-color: #fff;
    border-color: var(--c-brand-dark);
    color: var(--c-brand);
    box-shadow: 0 0.625rem .9375rem 0 rgb(0, 0, 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control{
    font-size: 2rem;
    color: #fff;
}

.footer_wrapper .form-control:focus{
    outline: none;
    box-shadow: none;
    /* border-color: greenyellow; */
}

.footer_wrapper .copyright-section{
    background-color: #201315;
    text-align: center;
    margin-top: 2rem;
}

.footer_wrapper .copyright-section p{
    margin-top: 0;
    padding: 1rem 0;
    line-height: 0;
}

.footer_wrapper .copyright-section a{
    color: #ffffff;
    font-weight: 600;
}

.footer_wrapper img{
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
}

.horizontal-bar{
    background-color: grey;
    height: 2px;
}
/* --------------error handling-------------------- */

/* html, body {
    max-width: 100%;
    overflow-x: hidden;
} */

/* Highlights all elements */
/* * {
    outline: 5px solid red; 
} */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* section, div {
    max-height: 100vh; 
    overflow: hidden;
} */

.offending-element {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* section {
    height: 100vh;
} */

/* section {
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
} */


/* -----------product catagory------ */


.profile-card {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s;
    cursor: pointer;
}

.profile-card:hover {
    transform: scale(1.05);
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: contain; */
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    transition: background 0.3s;
}

.card-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: white;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.card-title {
    font-size: 1.5rem;
    /*margin-right: 10px;*/
    color: #f5f5f5;
    color: #E5D0A3;
    font-weight: bold;
    flex-grow: 1;
    margin: 8px 0px 8px;
}

.arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    /* background-color: #e5c07b; */
    background-color: #E5D0A3;
    color: #333;
    border-radius: 50%;
    font-size: 1.1rem;
    /*margin-top: 10px;*/
    transition: background-color 0.3s;
    /*margin-left: 10px;*/
}

.profile-card:hover .arrow-icon {
    background-color: #d2a857;
}

.profile-card:hover .overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}


/* -------blog page------- */

/* .imagehead {
    background: linear-gradient(rgba(9, 32, 50, 0.581), rgba(9, 32, 50, 0.567));
    background-repeat : no-repeat;
    background-position : center;
    background-size : cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
} */


.imagehead {
    position: relative;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d6a;
    background-size: cover;
    background-attachment: scroll;
    margin: auto;
    height: 500px;
}
  
/*.imagehead:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: #5c5d5e7f;*/
/*    opacity: 0.5;*/
/*  }*/

.banner-content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



/* login page start */
#login_page {
    background: url(../img/banner/4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.login_area{
    background: rgba(0, 0 , 0, 0.8);
}

.login_area .btn{
    background-color: rgba(155, 39, 39, 0.9);
    color: white;
}
.login_area .btn:hover{
    background-color: rgb(84, 0, 0);
    /* color: #fff; */
    transition: all 0.5s ease-in-out;
}

.login_area .btn:focus{
    background-color: rgba(39, 27, 27, 0.644);
    /* color: #fff; */
    box-shadow: none;
}


/* .login_area button:focus{
    outline: none;
    box-shadow: none;
} */

/* .login-form-control {
    background-color: transparent;
    color: white;
}

.login-form-control:focus {
    background-color: transparent;
    color: white;
} */
/* login page end */

/* dashboard start */
#dashboard{
    background: linear-gradient(rgba(9, 32, 50, 0.581), rgba(9, 32, 50, 0.567)), url(../img/banner/4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: auto;
}
/* dashboard end */

.form-control {
    margin-bottom: 10px;
}


/* ----------$$$$$$$$$$$$ */
.flip{
    background-color: transparent;
    transition: transform 0.6s;
}

.service-box:hover .flip{
    transform: rotateY(180deg);
}



@media (max-width: 770px) {
    .title_name{
        font-size: 1.3rem;;
        width: 200px;
        padding-left: 10px;
    }
    .poduct-link {
        margin-bottom: 10px;
    }
  }

  @media (max-width: 410px) {
    .top-nav{
        /* display: flex; */
        overflow: hidden;
    }
    .top-nav p{
        font-size: 0.9rem;
    }
    .social-links a{
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
  }

  @media (max-width: 370px) {
    .social-links a{
        width: 20px;
        height: 20px;
        font-size: 18px;
    }
    .top-nav span{
        font-size: 11px;
    }
    /* .navbar img{
        width: 30px;
    } */
    .logo_next a img{
        width: 50px;
    } 
    .main_logo{
        width: 60px;
    }
  }

/* ------------------$$$$$$$44 */

.whatsapp_main {
    width: 5rem;
    top: 80%;
    right: 5%;
    z-index: 30; 
    transition: all 0.5s;
}

.whatsapp_main:hover {
    transform: scale(1.2) translateY(-0.5rem);
    /* transform: translateY(-0.5rem); */
}
/* --------- */

/* .impo_path {
    display: block;
} */

.flip{
    background-color: transparent;
    transition: transform 0.6s;
}

.service-box:hover .flip{
    transform: rotateY(180deg);
}

.btn-logout {
    background-color: gray;
}

.btn-logout:hover {
    background-color: #000;
}

/* ----video style----- */
video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px; /* optional for rounded edges */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* optional for nice shadow */
}


.seal img{
    background-color: transparent;
    width: 30%;
    
}

/* career */

.career-header h1,span{
    color: var(--c-body);
}

.careerhead {
    background: no-repeat center center;
    background-size: cover;
    height: 25rem;
    display: flex;
    justify-content: center;
}


.align-class i{
    margin-top: 7px;
}

.align-class p{
    margin-bottom:0;
}

@media (max-width: 450px) {
    .right-image{
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
}
    .left-image {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
}
}