@font-face {
    font-family: "AnticDidone";
    src: url("../fonts/AnticDidone-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Telex";
    src: url("../fonts/Telex-Regular.ttf") format("truetype");

    font-style: normal;
}

@font-face {
    font-family: "Varela";
    src: url("../fonts/Varela-Regular.ttf") format("truetype");

    font-style: normal;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --black: black;
    --white: white;
    --gray: gray;
    --deep-maroon: #7A0C28;
    --gold-beige: #E7D3A7;
    --rich-cream: #F9F4E6;
    --charcoal-black: #1C1C1C;
    --off-white: #FDFDFD;

    --bg1: green;
    --bg2: pink;

    --gradient1: background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);

    --heading: "Varela", sans-serif;
    --sub-heading: "AnticDidone", serif;
    --content: "Telex", sans-serif;



}

body {
    font-family: var(--content);
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    font-family: var(--content);
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    word-break: break-word;
    margin-top: 8px;
}


/* ================== class ================= */
.bg-marmoon {
    background-color: var(--deep-maroon);

}

.bg-gold-beige {
    background: var(--gold-beige);
}

.bg {
    background-color: #e6e2da;
}



/* text color  */

section {
    padding: 0;
    margin: 0;
}

.container-fluid {
    position: relative;
    padding: 0;
    margin: 0;
}

.section-item {
    position: relative;
    padding: 70px clamp(15px, 6vw, 60px);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.align-item {
    display: flex;
    align-items: center;
}


/* -------------- button ------------- */

.btn1 {
    background-color: var(--deep-maroon);

    padding: 13px 20px;
    position: relative;
    overflow: hidden;
    transition: all linear 0.5;
    color: white;
    font-weight: 600;
    font-family: var(--sub-heading);
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn1 span {
    position: relative;
    z-index: 5;
}

.btn1:hover {
    background: var(--gold-beige);
    color: var(--deep-maroon);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* ============================================== */
/* HEADING */
/* ============================================== */

.heading-body {
    display: flex;
    flex-direction: column;
}

.heading-body .small-heading {
    color: var(--secondary);
    font-family: var(--black);
    font-style: italic;
    font-size: 15px;
    position: relative;
    width: fit-content;
    color: black;
    text-transform: capitalize;
}

.heading-body .big-heading {
    font-size: clamp(20px, 3vw, 60px);
    font-weight: bold;
    font-family: var(--heading);
    color: var(--deep-maroon);
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

.heading-body .small-heading::before {
    position: absolute;
    content: '';
    bottom: -0px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #7A0C28;

}

.heading-body .big-heading span {
    color: var(--action-color);
    font-weight: bold;
    font-family: var(--heading);
}

.heading-body .content-heading {
    width: 80%;
    font-size: 14px;
}

.center {
    align-items: center;
}

.start {
    align-items: start;
}



/* ================= Header section ====================== */
.myheader {
    padding: 5px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myheader .header-item {
    display: flex;
    align-items: center;
}

.myheader .header-item a {
    color: white;
    font-size: 13px;
    margin: 0 3px;

}

.myheader .header-item a i {
    color: var(--gold-beige);
    margin-left: 3px;
}

.myheader .header-item a:hover {
    color: var(--gold-beige);
}

.header-item .social-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    margin-left: 20px;
}

.header-item .social-top a {
    margin: 0;
    width: 25px;
    height: 25px;
    /* background-color: red; */
    border: 1px solid white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.header-item .social-top a i {
    margin: 0;
    color: white;
}

.header-item .social-top a:hover {
    background: var(--gold-beige);
    border-color: var(--gold-beige);
}

.header-item .social-top a:hover i {
    color: var(--deep-maroon);

}

/* =============== Navbar =================== */
.mynavbar {
    background-color: rgb(255, 255, 255);
    padding: 0px 9px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.logo {
    height: 70px;
}

.logo img {
    height: 100%;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-btn .dropdown-menu {
    width: fit-content;
    height: fit-content;
    left: auto;
    right: 0;
}

.nav-btn .dropdown-menu .dropdown-item i {
    width: 20px;

}

.nav-btn .dropdown-menu .dropdown-item:hover i {
    width: 20px;
}

.nav-btn .dropdown-toggle::after {
    display: none !important;
}

.nav-btn .dropdown-toggle {
    height: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 20px;
    padding: 10px 15px;
    background: var(--gold-beige);
    border: 0;
    color: var(--deep-maroon);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav-btn .dropdown-toggle:hover {
    background-color: var(--deep-maroon);
    color: goldenrod;
}

.navbar .collapse {
    padding: 0;
}


.navbar .collapse .navbar-nav {
    margin-right: 2vw;
    padding: 0;
}

.navbar-nav .nav-item {
    padding: 0px 20px !important;

}

.navbar-nav .nav-link {
    padding: 7px 0px !important;
    font-family: var(--sub-heading);
    font-weight: bolder;
    margin-right: 10px;
    position: relative;
    width: fit-content;
    color: black;
}

.navbar-nav .nav-link span {
    position: relative;
    z-index: 10;
}

.navbar-nav .nav-link i {
    transition: all linear 0.3s;
}

.navbar-nav .nav-link::before {
    position: absolute;
    width: 100%;
    height: 3px;
    content: '';
    left: 0;
    bottom: 0;
    background-color: var(--deep-maroon);
    border: 0;
    z-index: 4;
    transform: scaleX(0);
    transition: all linear 0.3s;
    border-radius: 30px;
}

.navbar-nav .nav-link::after {
    position: absolute;
    width: 100%;
    height: 3px;
    content: '';
    left: 0;
    top: 0;
    background-color: var(--deep-maroon);
    border: 0;
    z-index: 4;
    transform: scaleX(0);
    transition: all linear 0.3s;
    border-radius: 30px;
}

.navbar-nav .nav-link:hover::after {
    transform: scaleX(1);

}

.navbar-nav .nav-link:hover::before {
    transform: scaleX(1);

}

.navbar-nav .nav-link:hover {
    color: var(--deep-maroon);
}

.navbar-nav .nav-link:hover i {
    transform: rotate(180deg);
}

.dropdown-menu {
    width: 300px;
    transition: all linear 0.3s;
    height: 250px;
    overflow-y: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dropdown-menu::-webkit-scrollbar {
    width: 8px;
    background: rgb(211, 211, 211);
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--deep-maroon);
}

.dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 18px;
    text-wrap: wrap;
    /* border-bottom: 1px solid var(--deep-maroon); */
}

.dropdown-menu .dropdown-item i {
    width: 0px;
    overflow: hidden;
    transition: all 0.3s;
    margin-right: 5px;

}

.dropdown-menu .dropdown-item:hover i {
    width: 12px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--deep-maroon);
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: navbar-dropdown linear 0.3s;
}

@keyframes navbar-dropdown {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        opacity: 1;

    }
}

.custom-toggler {
  border: none;
  background: transparent;

  

}

.custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: var(--deep-maroon); /* your theme color */
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* animate on click */
.custom-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
}
.custom-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.custom-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}
.navbar-toggler:focus {
  outline: none; 
  box-shadow: none; 
  border:none;  
 
}





.slider-body {
    width: 100%;
    /* height: 90vh; */
    border: none;
}

.slider-img {
    width: 100%;
    height: 100%;
    border: none;
}

.slider-img img {
    width: 100%;
    height: 100%;
}

.slider-body .swiper-pagination {
    display: flex;
    flex-direction: column;
    top: 60%;
    right: 5%;
    left: auto;
    transform: translateY(-60%);
    width: auto;
}


.slider-body .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: black;
    opacity: 0.6;
    border-radius: 50%;
    margin: 3px 6px !important;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.slider-body .swiper-pagination-bullet-active {
    background-color: var(--deep-maroon);
    height: 30px;
    border-radius: 12px;
    opacity: 1;
}

.banner-bottom {
    background-color: white;
    height: 50px;
    width: 100%;
    /* box-shadow: 0px 10px 11px rgba(99, 98, 98, 0.575); */
    transform: translateY(-90%);
    /* transform: rotate(180deg); */
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: relative;
    z-index: 20;
}


/* ============== about Us ======================= */
.about-left-img {
    width: 50%;
    float: left;
    position: relative;
    padding-right: 3vw;
    margin-bottom: 30px;


}

.about-left-img::before {
    content: '';
    height: 80%;
    width: 3px;
    background: var(--deep-maroon);
    left: -18px;
    top: 10%;
    position: absolute;
}

.about-left-img img {
    width: 100%;
    /* border: 2px solid black; */
}

.about-num {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: var(--gold-beige);
    background: linear-gradient(#e7d3a7cc, #e7d3a7c9), url('../../img/bg/menu-bg.png');
    background-size: cover;
    background-position: center;
    bottom: -20px;
    right: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 15px;
}

.about-num .content {
    font-size: 20px;
    color: black;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

.about-num .content span {
    font-size: clamp(24px, 5vw, 50px);
    font-weight: bold;
    color: var(--deep-maroon);
    display: inline-block;
    animation: pop 3s ease-in-out infinite;
}

@keyframes pop {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        /* smaller pop for smoothness */
    }
}

.wrok {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 30%;
    font-size: var(--sub-heading);
    font-weight: bolder;
    font-size: 18px;
    color: var(--deep-maroon);
    letter-spacing: 10px;
    left: -30px;
    text-transform: uppercase;
    cursor: pointer;
    background: white;
    padding: 20px 0;
}

/* .about-right-content */

.about-right-content .about-content-img {
    width: 100%;
}

.about-right-content .about-content-img img {
    width: 100%;
}

.about-right-content .about-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 20px;
    /* background-color: var(--gold-beige); */
    gap: 20px;
    font-size: 20px;
    font-family: var(--sub-heading);
    color: black;
    line-height: 1;
    font-weight: bolder;
}

.about-right-content .about-box i {
    color: var(--deep-maroon);
}

.about-right-content .about-list {
    color: black;
    padding: 5px 20px;
}

.about-right-content .about-list i {
    color: var(--deep-maroon) !important;
}


/* =============== We  are Provide ==================== */
.provide-body {
    justify-content: center;
}

.provide-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.provide-card .provide-img {
    width: 100%;
    position: relative;
}

.provide-card .provide-img img {
    width: 100%;
}

.provide-card .provide-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: ' ';
    top: -100%;
    left: 0;
    background: rgba(0, 0, 0, 0.253);
    transition: all ease-out 0.3s;
}

.provide-card .provide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-direction: column;
    top: 0;
    padding: 10px;
    color: white;
    opacity: 0;
    transition: all ease-out 0.3s;
}

.provide-card .provide-content .icon {
    width: 100px;
    height: 100px;
    background-color: var(--gold-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--deep-maroon);
}

.provide-card .provide-content .name {
    font-size: 25px;
    font-family: var(--heading);
}

.provide-card .provide-content .des {
    text-align: center;
    font-weight: 400;
    font-family: var(--content);
    font-size: 14px;
    padding: 0 20px;
    color: whitesmoke;
}

.provide-card .provide-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    transition: all ease-in 0.3s;

}

.provide-card .provide-name .name {
    padding: 10px 23px;
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-family: var(--sub-heading);
    font-weight: bolder;

}

.provide-card .provide-name .icon {
    width: 80px;
    height: 80px;
    background: var(--deep-maroon);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.provide-card:hover .provide-content {
    opacity: 1;
    transform: scale(1.1);
}

.provide-card:hover .provide-img::before {
    top: 0;
}

.provide-card:hover .provide-name {
    left: 100%;
}

.provide-card .provide-content .name:hover {
    color: var(--gold-beige);

}

/* =============== All product ==================== */

.myproduct {
    margin-top: 30px;
}

.product-card {
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.product-card .pro-img {
    width: 100%;
}

.product-card .pro-img img {
    width: 100%;
    transition: all ease-in 0.3s;

}

.product-card .pro-name {
    position: absolute;
    bottom: 20px;
    left: 10%;
    font-size: 25px;
    width: fit-content;
    color: white;
    text-shadow: 0 4px 6px black;
    font-weight: bold;
    /* text-shadow: 0 0 3px black; */
    transition: all ease-in-out 0.3s;
}

.product-card .pro-back-name {
    position: absolute;
    bottom: -40px;
    left: 10%;
    font-size: 25px;
    width: fit-content;
    color: var(--deep-maroon);
    font-weight: bold;
    text-shadow: 0 0 3px whitesmoke;
    opacity: 0;
    transition: all ease-in 0.3s;

}

.product-card:hover .pro-name {
    opacity: 0;
    bottom: 60px;

}

.product-card:hover .pro-back-name {
    opacity: 1;
    bottom: 20px;
}

.product-card:hover .pro-img img {
    transform: scale(1.2);
}

.viwemore {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.myproduct {
    padding-bottom: 30px;

}

.myproduct .swiper-pagination {

    bottom: 0px;
}

/* =============== All product ==================== */

.counter-body {
    background: linear-gradient(#7a0c27ef, #7a0c27ee), url('../../img/bg/counter.jpg');
    background-position: center;
    background-size: cover;
    /* height: 500px; */
    padding: 40px 0px 0px 0;
}

.counter-card {
    padding: 3vw;
    background: linear-gradient(#fdf6f2e5, #fdf6f2e0), url('../../img/bg/menu-bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: rgba(106, 105, 107, 0.15) 0px 48px 100px 0px;

}

.counter-card .icon {
    color: var(--deep-maroon);
    color: #f4c542;
}

.counter-card .name {
    font-size: 22px;
    font-weight: bolder;
    color: black;
    font-family: var(--sub-heading);
    letter-spacing: 1px;
}

.counter-card .numbar {
    font-size: 30px;
    font-family: var(--content);
    font-weight: bolder;
    color: black;
    background: var(--deep-maroon);
    padding: 20px 25px;
    line-height: 1;
    color: white;
}

.odd {
    margin-top: 50px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

/* ==================== Banner section  =========================== */

.banner-section {
    background: linear-gradient(rgba(78, 78, 78, 0.596), rgba(63, 63, 63, 0.61)), url('../../img/bg/we-provid.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.banner-body {
    padding: 80px 0px;
}

.why-card {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 20px;
    /* margin-bottom: 20px; */
    transition: ease-in 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.why-bg {
    background-color: var(--gold-beige);
}

.why-card .why-img {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.why-card .why-img img {
    width: 100%;
    height: 100%;
}



.why-card .why-content {
    width: 70%;
    /* margin-top: 20px; */

}

.why-card .why-content .name {
    font-size: 20px;
    font-weight: 600;
    color: var(--deep-maroon);
    transition: linear 0.3s;
}

.why-card:hover {
    background-color: var(--gold-beige);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transform: translateY(-5px);
}



.why-card:hover .why-img::before {
    display: none;
}

.why-bg:hover {
    background-color: white;
}


/* ============== Our Testimonials ============== */
.test-card {
    padding: 2vw;
    /* margin: 20px; */
    background-color: whitesmoke;
}

.test-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}

.test-bottom .test-img {
    width: 100px;
    height: 100px;
}

.test-bottom .test-img img {
    width: 100%;
    height: 100%;
}

.test-content {
    position: relative;
    width: 80%;
}

.test-content .name {
    font-size: 18px;
    font-family: var(--sub-heading);
    font-weight: bolder;
    color: var(--deep-maroon);
}

.test-content .rating {
    font-size: 20px;
    color: #f4c542;
}

.test-content .comma {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10%;
    right: 20px;
}

.test-content .comma img {
    width: 100%;
}

.mytestimonials {
    padding-bottom: 50px;
}



.mytestimonials .swiper-pagination {
    bottom: 10px !important;
    text-align: center;
}


.mytestimonials .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--deep-maroon);
    opacity: 1;
    margin: 0 10px !important;
    border-radius: 0;
    transition: all 0.3s ease;

}

.mytestimonials .swiper-pagination-bullet-active {
    background: var(--gold-beige);
    outline: 5px solid var(--deep-maroon);
    transform: scale(1.2);
}


/* ================== contact section ======================= */
.contact-form {
    width: 100%;
}

.contact-form .input {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 0px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.contact-form .input:focus {
    color: var(--deep-maroon);
    border-color: var(--deep-maroon);
    outline: none;
}

.contact-map {
    width: 100%;
    height: 100%;
}

.submit-btn {
    width: 100%;
    border: 0;
    outline: none;
    padding: 10px 30px;
    margin-top: 10px;
    background: var(--deep-maroon);
    color: white;
    display: block;
    margin: 0px auto;
}


/* ================ Footer section ======================= */

.f-bg {
    background: black;
}

.f-logo {
    width: 250px;
    background-color: var(--gold-beige);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.f-logo img {
    width: 100%;
}

.f-heading {
    font-size: 25px;
    font-weight: bold;
    color: white;
}
.f-item  ul{
    height: 230px;
    overflow-y: auto;
}
.f-item  ul::-webkit-scrollbar{
    width: 6px;
    background: white;
}
.f-item  ul::-webkit-scrollbar-thumb{
    width: 8px;
    background: var(--gold-beige);
}

.f-item .des {
    text-align: justify;
    color: whitesmoke;
    font-size: 14px;
}

.f-item .year {
    font-size: 30px;
    font-weight: bold;
    color: var(--gold-beige);
}

.ff-item {
    margin-left: 25px;
}

.f-item ul li {
    margin: 12px 0;
}

.f-item ul li a {
    color: whitesmoke;
}

.f-item ul li a i {
    font-size: 12px;
}

.f-item ul li a:hover {
    color: var(--gold-beige);
}

.social-footer {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-footer a {
    width: 35px;
    height: 35px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--deep-maroon);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: blue;
    box-shadow: rgba(235, 235, 235, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.social-footer a i {
    position: relative;
    z-index: 4;
}

.social-footer a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--gold-beige);
    content: '';
    top: -100%;
    left: 0;
    transition: all linear 0.3s;
}

.social-footer a:hover::before {
    top: 0;
}

.social-footer a:hover {
    color: var(--deep-maroon);
}

.copyright{
    padding: 10px;
    background: var(--gold-beige);

}
.copyright p{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: black;
}