* {
    padding: 0;
    margin: 0;

}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../assets/fonts/Nunito/static/Nunito-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Neuton-Bold';
    src: url('../assets/fonts/static/Neuton-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'ArchivoBlack';
    src: url('../assets/fonts/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PinyonScript';
    src: url('../assets/fonts/PinyonScript-Regular.ttf') format('truetype');
}

:root {
    --bg-color: #F5F8F2;
    --action: #90df35;
    --text-color: #63b604;
    --color: #4aadf9;
    --priamry-color: #0071BC;
    ;
    --btn-color: #ff2e81;
    --black: #000000;
    --white: #ffff;
    --gradient1: linear-gradient(15deg, #BB5C00, var(--action));
    --heading-font: 'Neuton-Bold';
    --sub-heading-font: 'FrankRuhlLibre-Bold';
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    background-color: #e7f1f9;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.section-body {
    padding: 40px 2vw;
}

.heading {
    text-align: center;
}

.heading p {
    padding: 0px 12vw;
}

.title {
    font-size: 3.5vw;
    font-weight: bold;
}

.title span {
    position: relative;
    color: var(--btn-color);
}

.title span::after {
    position: absolute;
    content: '';
    width: 25%;
    height: 4px;
    background-color: var(--btn-color);
    left: 0;
    bottom: 0;
}

/* ============= Header ================== */

.header {
    width: 100%;
    padding: 10px 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}

.hrader-contact-detail a {
    color: white;
}

.hrader-contact-detail a img {
    width: 28px;
}

.hrader-socail-link a img {
    width: 28px;
    transition: all 0.3s;
}

.hrader-socail-link a img:hover {
    transform: translateY(-3px);
}

.logo {
    height: 80px;
    padding: 0;
    margin: 0 !important;
    /* background-color: red; */
}

.navbar {
    padding: 0px 3vw;
    background-color: white;

}

.center-navbar {
    background-color: var(--priamry-color);
    color: white !important;
    padding: 5px 30px;
    border-radius: 30px;
}

.nav-link {
    color: white;
    font-weight: 560;
    font-family: var(--heading-font);
}

.contact-btn {
    /* background-color:; */
    padding: 3px 15px;
    font-size: 20px;
    font-weight: 540;
    font-family: var(--heading-font);
    /* background-color: red; */
    border-radius: 10px;
    border: 2px solid var(--priamry-color);
    color: var(--priamry-color);
    transition: all 0.2s;
}

.contact-btn:hover {
    background-color: var(--priamry-color);
    color: var(--white);
}
.dropdown-menu{
    padding: 0;
    border: 2px solid var(--color);
overflow-y: auto !important;
height: 300px;
}
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dropdown-item{
    /* background-color: var(--btn-color); */
    font-family: var(--heading-font);
    text-transform: capitalize !important;
    border-bottom: 2px solid var(--color);
    padding: 10px;

}
.dropdown-item:hover{
background-color: var(--btn-color);
color: var(--bg-color);
}


/* =================top-product ===================== */

.top-product {
    padding-bottom: 100px;
}

.top-product-body {
    width: 100%;
    max-width: 1300px;
    padding: 20px 0px;
    /*display: flex;*/
    margin: auto;
    
}

.product-item {
   width: 425px ;
    height: 425px;
     background-color: var(--white); 
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px ;

}

.product-item::after {
    content: '';
    width: 100%;
    height: 425px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, transparent,#000341 );
    
    transition: all ease 0.3s;
    /*z-index: ;*/
}

.product-img {
   width: 100%;
    height: 425px;
    position: absolute;
    background: pink;
    
}

.product-img img {
       width: 100% ;
    height: 425px !important;
    margin: auto;
    object-fit: cover;
    transition: all ease 0.3s;
}

.product-name {
    position: absolute;
    color: var(--white);
    bottom: 20px;
    z-index: 10;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    transition: all ease 0.3s;
    text-transform: capitalize;
    padding: 10px;

}

.product-item:hover .product-img img {
    transform: scale(1.1);
}

.product-item:hover .product-name {
    transform: translateY(-10px);
    color: var(--btn-color);
}

.product-item:hover::after {
    background: linear-gradient(transparent, transparent, white);
}

.custom-prev {
    background-color: var(--btn-color);
    /* Button color */
    color: white;
    /* Icon/Text color */
    border: none;
    padding: 8px 15px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 110%;
    left: 46%;
    transform: translateY(-50%);
    z-index: 1000;
}

.custom-next {
    background-color: var(--btn-color);
    /* Button color */
    color: white;
    /* Icon/Text color */
    border: none;
    padding: 8px 15px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 110%;
    right: 46%;
    transform: translateY(-50%);
    z-index: 1000;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    /* Adjust position */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    /* Space between dots */
}

.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.slick-dots li.slick-active button {
    background-color: var(--btn-color);
    width: 15px;
    height: 15px;
}

/* ================= About Us ======================= */

.about-body {
    background-color: var(--color);
    background: linear-gradient(125deg, #ff2e82c2, #4aadf9c2);
    padding: 50px 7vw;
}

.about-heading {
    text-align: start;
}

.about-heading span {
    color: var(--bg-color);
}

.about-heading span::after {
    background-color: var(--bg-color);
}

.heading-top {
    color: var(--bg-color);
    text-align: start !important;
    font-size: 23px;
    margin-bottom: -5px;
    font-weight: bold;
    padding-left: 0 !important;

}

.about-us-content {
    margin-top: 20px;
    font-size: 1em;
    font-weight: 500;
    font-family: var(--heading-font);
}

.about-card {
    width: fit-content;
    /* background-color: red; */
}

.clinet {
    width: none !important;
}

.about-card p {
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: -3px;
    color: var(--bg-color);
    width: fit-content;
}

.about-title {
    font-size: 1.9vw;
    font-family: var(--heading-font);
}

.contact-more {
    width: fit-content;
    /* height: 0px; */
    background: var(--bg-color);
    margin-top: 12px;
    font-size: 2vw;
    font-weight: 600;
    padding: 1vw 30px;
    border-radius: 40px;
    color: var(--priamry-color);
    display: flex;
}

.contact-more img {
    width: 2.5vw;
    margin-left: 20px;
    animation: shake 1s infinite 1s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(0px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(0);
    }
}

.company-name {
    font-size: 40px;
    /* padding: 18px 20px 20px 10px; */
    padding-top: 12px;
    /* background-color: red; */
    color: var(--bg-color);
 
    font-family: 'PinyonScript';
}

.company-name span {
    color: var(--btn-color);
}

.about-img-body {
    width: 100%;
    height: 100%;
    /* background-color: red; */
}


.about-img {
    width: 400px;
    height: 400px;
    background-color: transparent;
    margin: auto;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
    position: relative;
}

.about-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--btn-color);
    bottom: 0;
    border-radius: 35% 65% 53% 47% / 60% 57% 43% 40%;
    /* z-index:-1 ; */
    right: 0;
    animation: floatAround 5s ease-in-out infinite;
}
@keyframes floatAround {
    0%, 100% {
      transform: translate(0, 0);
    }
    25% {
      transform: translate(10px, 10px);
    }
    50% {
      transform: translate(0, 20px);
    }
    75% {
      transform: translate(-10px, 10px);
    }
  }

.about-img img {
    width: 100%;
    height: 110%;
    position: absolute;
    transform: translateY(-20px);
    z-index: 10;
    transition: all 1s;
}

.about-img:hover img {
    transform: translateY(-20px) scale(1.07);

}

/*=================== All Product Section ================ */

.product-body {
    /*background-color: #ccc;*/
}

.all-product-body {
    margin-top: 50px;
    margin: 50px 5vw 50px 5vw;
}

.product-card {
   width: 350px;
    height: 350px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}

.prod-img {
width: 350px;
    height: 350px;
    position: absolute;
    overflow: hidden;

}

.prod-img img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    transition: all ease-in-out 0.5s;


}

.prod-name {
    width: 350px;
    height: 350px;
    background-color: #000000a5;
    background-color: #ff2e82da;
    background: linear-gradient(#ff2e82de, #4aadf9d5);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    color: var(--white);
    transform: scale(0);
    transition: all ease-in-out 1s;
    text-transform: capitalize;
    text-wrap: wrap;
}

.prod-name p {
    transform: rotate(180deg);
}

.product-card:hover .prod-name {
    transform: scale(1) rotate(180deg);
}

.product-card:hover .prod-img img {
    transform: scale(1.3);
}

.parallax-body {
    height: 400px;
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    color: #e7f1f9;
    padding: 0px 10vw;
    text-align: center;
    position: relative;
    font-weight: 600;
    padding: 0 4vw;
}

.parallax-body::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    bottom: 0;
    left: 0;
    background-color: #00000084;
}

.parallax-body p {
    position: absolute;
    z-index: 1;
    /* font-family: var(--); */
}


/*====================== quality-card================== */



.quality-card {
    /* margin-top: 20px; */
    width: 80%;
    padding: 25px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border-radius: 20px;
    transition: all ease 0.2s;

}

.quality-card:hover {
    box-shadow: 0px 0px 40px rgba(178, 178, 178, 0.587);
    transform: translateY(-10px);
    outline: 2px solid var(--btn-color);
    outline-offset: -15px;
    /* box-shadow: inset 0 0 0 10px #000; */

}

.quality-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;


}

.quality-content .name {
    font-size: 25px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--btn-color);
    text-transform: capitalize;
}

.quality-content .content {
    text-align: center;
    text-rendering: optimizeSpeed;
    /* padding: 0px 30px; */
    margin-top: -15px;
}

.why-us {
    padding: 100px 2vw;
    background-color:#ffeefd;
}

.why-us-img {
    width: 100%;
    position: relative;

}

.why-us-img .f-why-us {
    height: 100%;
    width: 80%;
    object-fit: cover;
    border-radius: 15px;
}

.why-us-img .s-why-us {

    width: 40%;
    bottom: -20%;
    right: 0;
    object-fit: cover;
    border-radius: 15px;
    position: absolute;


    /* position: absolute; */
}

.walking {
    position: relative;
}

.walking img {
    /* width: 0%; */
    position: absolute;
    bottom: -100%;
    left: 0;
    animation: zoom 10s infinite;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;

}

@keyframes zoom {
    0% {
        width: 50px;
    }

    50% {
        width: 100px;
    }

    100% {
        width: 50px;
    }
}

.why-us-content {
    width: 100%;
    height: 100%;
    /* padding:  20px; */
}

.why-heading {
    text-align: start;

    /* margin-top: 10px; */
}

.why-container {
    margin-top: 20px;
    /* padding: 0px 4vw 0 0; */
}

.accordion-button {
    box-shadow: none !important;
    background-color: #000341;
    color: var(--white) !important;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--heading-font);
}

.accordion-body {
    text-align: start !important;
    padding: 20px;
}

.accordion-button:active {
    opacity: 1 !important;
    background-color: #000341 !important;
    color: #000341 !important;
}

.accordion-button:not(.collapsed) {
    color: #000341 !important;
    background-color: #e0eaff !important; /* Optional: change background */
}

/*================ contact form ================= */
.contact-form {
    padding: 10px 3vw;
    /*background: linear-gradient(#ff2e81, #4aadf9);*/
    
}

.form-body {
    width: 100%;
    display: block;
    margin: auto;
    padding: 30px;
}

.form-input {
    width: 100%;
    height: 100%;
   background: linear-gradient(#ff2e81, #4aadf9);
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 30px;
    border-radius: 5px;
    box-shadow:0 0 10px gray;
}

.form-input .input-detail {
    margin-bottom: 15px;
    width: 100%;
    font-size: 20px;
    padding: 8px;
    font-family: var(--heading-font);
    border-radius: 5px;
    border: none;
    outline: none;
    transition: all 0.2s;

}

.input-detail:focus {
    transform: translateY(-4px);
    box-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.form-btn {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--heading-font);
    padding: 3px 25px;
    border: none;
    outline: none;
    background: var(--color);
    color: var(--white);
    border-radius: 5px;
    transition: all 0.2s;
}

.form-btn:hover {
    background-color: var(--btn-color);
    color: var(--white);
}

.contact-content {
    width: 100%;
    height: 100%;
    display: flex;

    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.form-heading {
    font-size: 30px;
    color: var(--bg-color);
    font-family: var(--heading-font);
    margin-bottom: 14px;
}

.contact-des {
    text-align: start;
    width: 100% !important;
    font-family: var(--heading-font);
    font-size: large;
    color: #000ad4;
}

.form-contact {
    color: #000341;
}

.map {
    margin-top: 20px;
    width: 100%;
}

/* ================= footer section =================== */

.footer-body{
    background-color: #0004478c;
    padding: 80px 3vw 0 3vw;
}
.f-logo{
    width: 180px;
    background-color: var(--bg-color);
    padding: 10px;
    border-radius: 10px;
}
.f-logo img{
    width: 100%;
}
.f-about-des{
    width: 60%;
    padding: 15px 0px;
    font-family: var(--heading-font);
    color: white;
}
.footer-item{
    width: 100%;
    height: 200px;
    overflow-y: auto;
   
    /* background-color: red; */
}
.footer-item::-webkit-scrollbar {
  width: 8px;
}

.footer-item::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.footer-item::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.footer-item::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.footer-item p{
font-size: 23px;
font-weight: 700;
color: var(--color);
}
.footer-item ul li{
    color:var(--color);
    transition: all 0.3s;
    margin-bottom:0px ;
}
.footer-item ul li a{
    color: var(--bg-color);
    font-family: var(--heading-font);
}
.footer-item ul li:hover{
    margin-left: 10px;
}
.qucik-link{
    width: 100%;
    border-bottom: 1px solid var(--bg-color);
    padding-bottom: 25px;
}
.qucik-heading{
    font-size: 25px;
    color: var(--color);
    font-weight: 700;
}
.qucik a{
    display: inline;
    padding: 4px 20px;
    color: var(--bg-color);
    font-weight: 450;
    font-size: large;
    font-family: var(--heading-font);
    border-left:2px solid var(--bg-color)  ;
}
.f-qucik {
   border: none !important;
   margin-bottom: 20px !important;
}
.footer-socail{
    display: flex;
    width: 100%;
    justify-content: end;
    margin-top: 25px;
}
.footer-socail img{
    transition: all 0.3s;
    border-radius: 50%;
    margin-left: 20px;
}
.footer-socail img:hover{
    transform: translateY(-10px);
    box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.924);
}

.copy-right{
    width: 100%;
    padding: 20px;
    color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    font-weight: 450;
}

/* ============================ Product page ============================ */

.banner-section{
    width: 100%;
    height: 400px;
   background: linear-gradient(125deg, #ff2e82c2, #4aadf9c2);
}
.banner-body{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.common-banner-name{
    font-size: 4.5vw;
    font-weight: bolder;
    color: white;
}
.common-banner-des{
    font-size: 20px;
    font-weight: bold;
}
.product-section-page{
    padding: 50px 20px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.product-img-sec {
    width: 100%;
    height: auto;
}
.product-img-sec img{
    width: 100%;
    border-top-right-radius:30px;
    border-bottom-left-radius:30px;
   
   border-bottom: 10px solid;
  border-image: linear-gradient(125deg,#ff2e82c2,#4aadf9c2) 1 ;
}
.product-name-section{
    margin-top: 10px;
}
.product-name-section h1{
font-size: 3.5vw;
    font-weight: bolder;
    font-family: var(--heading-font);
}
.content-des{
    font-size: 18px;
    margin-top: 10px;
    text-align: justify;
    text-align: start;
    width: 100% !important;
    font-family: var(--heading-font);
    font-size: large;
    color :gray;
}
