*{
    padding: 0%;
    margin: 0%;
    scrollbar-color: transparent transparent;
}
body{
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    background: white;
}
.freeze{
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
/* anchor tag */
a{
    text-decoration: none;
}
/* whatsapp-button-container */
.whatsapp-button-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0%;
}
.whatsapp-button-container .button{
    margin-top: 75vh;
    margin-inline-end: 80px;
}
.whatsapp-button-container .button button{
    position: fixed;
    z-index: 5;
    width: 40px;
    height: 40px;
    background: rgb(18, 188, 18);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-family: serif;
}
.whatsapp-button-container .button button a{
    color: white;
}

/* header */
.header{
    position: fixed;
    z-index: 2;
    top: 0%;
    width: 100vw;
    display: flex;
    justify-content: center;
    height: 20vh;
    transition: ease-in-out 0.2s;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background: white;
    /* background-image:  url(images/recoded_background-cover.png); */

}
.header header{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-logo{
    position: fixed;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 20vh;
    width: 20vw;
}
.header-logo img{
    width: 150px;
    height: 125px;
}
/* .nav */
.header header .nav{
    display: block;
}
.header header .nav ul{
    list-style: none;
    display: flex;
    gap: 20px;
    border: 0.1px solid white;
    border-radius: 15px;
    padding: 10px;
    border-style: dotted;
    box-shadow: 0px 5px 5px 0px rgb(235, 229, 229), 0px 5px 5px 0px rgb(235, 229, 229);

}
.header header .nav ul li{
    display: block;
}

.header header .nav ul #login:hover{
    color: red;
    padding: 0px;
}
.header header .nav ul li a{
    font-size: 22px;
    color: #0066CC;
    transition: 0.2s ease-in-out;

}
.header header .nav ul li:hover{
    padding: 0px;
    border-bottom: 2px solid dodgerblue;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.header header .nav ul li a:hover{
    color: red;
}
.header header .nav ul .active{
    border-radius: 4px;
    background: dodgerblue;
    padding: 2px;
}
.header header .nav ul .active a{
    color: white;
}
.header header .nav ul .active a:hover{
    color: white;
}
/* search-container */
.search-container{
    display: flex;
    justify-content: center;
    margin-block: 20px 0px;
}
.search-container{
    cursor: default;
}
.search-container input{
    text-align: center;
    padding: 2px;
    color: blue;
    border: none;
    background: transparent;
    font-size: 12px;
    text-align: center;
}
.search-container input::placeholder{
    text-align: center;
    color: rgb(171, 167, 167);
    font-size: 12px;
}
/* search-results */
.search-results{
    display: none;
    justify-content: center;
    margin-block-start: 5px;
    position: fixed;
    top: 20%;
    width: 100vw;
    height: 80vh;
    z-index: 5; 
    background: white;
    opacity: 0.95;
    overflow-x: scroll;
}
.search-results.active{
    display: flex;
}
.search-results ul{
    list-style-type: circle;
    display: block;
    width: 50vw;
}
.search-results ul li{
    width: 100%;
    padding: 2px;
    margin-block: 4px;
    background: white;
}
.search-results ul li:nth-child(even){
    background: whitesmoke;
}

/* menu-button */
.menu-button{
    display: none;
    justify-content: flex-end;
    width: 100vw;
}
.menu-button .btn{
    position: fixed;
    z-index: 4;
    margin: 15px 25px;
    padding: 4px;
    border-radius: 5px;
    background: white;
    cursor: pointer;
}
.menu-button .btn .bar{
    display: block;
    margin-block: 4px;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: dodgerblue;
}
.menu-button .btn.open .top-bar{
    background: red;
    transform: translateY(9px) rotate(45deg);
}
.menu-button .btn.open .middle-bar{
    opacity: 0;

}
.menu-button .btn.open .bottom-bar{
    background: red;
    transform: translateY(-9px) rotate(-45deg);
}

/* body */
.body{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.body .content{
    background: white;
    display: block;
    width: 100vw;
}

/* about us */
.body .content .about-us{
    display: flex;
    justify-content: center;
    width: 100vw;
    cursor: default;
    margin-block: 0px;
    margin-top: 15%;
    top: 0%;
    transition: ease-in-out 0.5s;
    
}

/* nav-buttons-containe */
.body .content .about-us .nav-buttons-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 68vh;
    width: 100vw;
    z-index: 1;
}
.body .content .about-us .nav-buttons-container .buttons{
    display: flex;
    justify-content: space-between;
    width: 70vw;
}
.body .content .about-us .nav-buttons-container .buttons button{
    border: 0.1px solid rgb(201, 199, 199);
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    background: transparent;
    font-size: 2rem;
    color: grey;
    
}
.body .content .about-us .nav-buttons-container .buttons button:hover{
    box-shadow: 0px 5px 5px 0px rgb(126, 126, 126), 0px 5px 5px 0px rgb(126, 126, 126);
    border: 0.1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

/*about-us-content  */
.body .content .about-us .about-us-content{
    background: url(images/welcome-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 15px;
    display: none;
    width: 70vw;
    height: 68vh;
    margin: 0px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.2s;
    animation: text-animation ease-in-out 0.3s both;

}
.body .content .about-us .about-us-content.open-why-choose-us{
    background: url(images/why\ choose\ us\ background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease-in-out 0.2s;
    animation: text-animation ease-in-out 0.3s both;

}
.body .content .about-us .about-us-content .why-choose-us{
    display: none;
    transform: 0.2s ease-in-out;
}
.body .content .about-us .about-us-content .why-choose-us.show{
    display: block;
}
.body .content .about-us .about-us-content .why-choose-us p{
    text-align: center;
}
.body .content .about-us .about-us-content .our-company{
    animation: fromLeft linear forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 10%;
    transition: 0.5s ease-in-out;
}
.body .content .about-us .about-us-content .our-company.hide{
    display: none;
}

.body .content .about-us .about-us-content .heading{
    display: block;
    margin-block: 5px;
    position: sticky;
}
.body .content .about-us .about-us-content .heading h1{
    text-align: center;
    font-family: sans-serif;
    color: white;
    animation: text-animation ease-in-out 0.8s both;

}
.body .content .about-us .about-us-content .paragraphs{
    border: 0.1px solid white;
    border-radius: 10px;
    border-style: dotted;
    padding: 15px;
    margin-block-start: 20px;
    background: whitesmoke;
    opacity: 0.7;
}
.body .content .about-us .about-us-content p{
    font-family: sans-serif;
    font-weight: normal;
    margin-block: 15px;
    color: dodgerblue;
    text-align: center ;
    animation: text-animation ease-in-out 1s both;
}
.body .content .about-us .about-us-content p b{
    color: rgb(29, 27, 27);
}
.body .content .about-us .about-us-content .company{
    font-family: sans-serif;
    background: linear-gradient(120deg, orangered, red, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: white;
    padding: 1px;
}

/* products-heading */
.products-heading{
    padding: 30px;
}

.products-heading p{
    font-weight: bold;
    font-family: sans-serif;
    font-size: 22px;
    background: linear-gradient(120deg, dodgerblue, navy, navy, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* products-and-services */
.products-and-services{
    display: flex;
    justify-content: center;
}
.products-and-services .products-and-services-content{
    display: flex;
    width: 100%;
    justify-content: center;
}

.products-and-services .products-and-services-content .services{
    display: block;
    width: 60%;
    cursor: default;
    transition: 0.1s ease-in;
    scroll-snap-type: proximity;

}
.products-and-services .products-and-services-content .services .service-content{
    background: white;
    margin-block: 30px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgb(235, 229, 229), 0px 5px 5px 0px rgb(235, 229, 229);
    transition: 0.4s ease-in-out;
    transform-style: preserve-3d;


}
.products-and-services .products-and-services-content .services .service-content .heading p{
    font-weight: bold;
    font-family: sans-serif;
    background: linear-gradient(120deg, dodgerblue, navy, navy, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 4px;
    transition: ease-in-out 0.2s;
    animation: text-animation ease-in-out 2s both;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
/* icon */
.products-and-services .products-and-services-content .services .service-content .icon{
    display: flex;
    justify-content: center;
    margin-block: 10px;
}
.products-and-services .products-and-services-content .services .service-content .icon i{
    color: dodgerblue;
    font-family: sans-serif;
    font-size: 2rem;
}
.products-and-services .products-and-services-content .services .service-content .icon img{
    width: 80px;
    height: 80px;
    transition: ease-in-out 0.2s;
    animation: text-animation ease-in-out 1.5s both;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;

}
/* description */
.products-and-services .products-and-services-content .services .service-content .description{
    display: flex;
    justify-content: center;
    margin-block: 5px;
}
.products-and-services .products-and-services-content .services .service-content .description p{
    color: grey;
    font-family: sans-serif;
    text-align: justify;
    transition: ease-in-out 0.2s;
    animation: text-animation ease-in-out 2.5s both;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;

}

/* get-started-button */
.get-started-button{
    display: flex;
    justify-content: center;
    margin-block: 10px;
}
.get-started-button button{
    padding: 2px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    /* background: linear-gradient(120deg,navy, blue, dodgerblue, dodgerblue, white); */
    color: white;
    background: dodgerblue;
    transition: ease-in-out 0.2s;
    animation: text-animation ease-in-out 3s both;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;

}
.get-started-button button:hover{
    padding: 4px;
    background: linear-gradient(120deg, dodgerblue, navy, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: white;
    transition: ease-in-out 0.2s;
    box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);
}


/* products-heading */
.products-heading{
    display: flex;
    justify-content: center;
    margin-block: 10px;
}
.products-heading p{
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    background: linear-gradient(120deg, dodgerblue, navy, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default;

}

/* products-container */
.products-container{
    display: flex;
    justify-content: center;
    width: 100vw;
    margin: 10px;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);

}
.products-container .products-content{
    width: 90vw;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    transition: 0.3s ease-in-out;
    animation: productsAppear linear forwards ;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
    animation-delay: 2s;
}
.products-container .products-content .product{
    transition: 0.5s ease-in-out;
    display: block;
    cursor: default;
    width: 250px;
    height: 250px;
    margin: 10px;;
    padding: 5px;
    background: white;
    border: 0.1px rgb(230, 228, 228);
    transition: 0.1s ease-in-out;
    border-radius: 5px;
    box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);
}
.products-container .products-content .product:hover{
    padding: 10px;
    box-shadow: 0px 4px 6px 0px rgb(216, 241, 245), 0px 4px 6px 0px rgb(216, 241, 245);

}

/* product image */
.products-container .products-content .product .product-image{
    display: flex;
    justify-content: center;
    margin-block: 20px;
}
.products-container .products-content .product .product-image img{
    padding: 5px;
    width: 65px;
    height: 65px;
    border-radius: 30%;
    box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);

}
/* product name */
.products-container .products-content .product .product-name{   
    display: block;
    margin-block: 15px;
}
.products-container .products-content .product .product-name p{
    font-family: sans-serif;
    font-weight: bold;   
    font-size: 12px;
}

/* price */
.products-container .products-content .product .price{
    margin-block-end: 10px;
}
.products-container .products-content .product .price p{
    color: green;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

/* description */
.products-container .products-content .product .description{
    margin-block-end: 10px;
}
.products-container .products-content .product .description p{
    color: grey;
    font-family: sans-serif;
    font-size: 12px;
}

/* view-product */
.products-container .products-content .product .view-product{
    display: flex;
    justify-content: flex-end;
    margin-block: 0px 15px;
}
.products-container .products-content .product .view-product button{
    cursor: pointer;
    color: black;
    border: 0.1px solid black;
    border-style: dotted;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 11px;
    padding: 2px;
    background: white;
}

.products-container .products-content .product .view-product button:hover{
    cursor: pointer;
    color: black;
    border: 0.1px solid white;
    border-style: dotted;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 11px;
    padding: 2px;
    color: white;
    background: black;
}

/* poster-products */

.products-container .products-content .poster-products{
    display: block;
    cursor: pointer;
    width: 250px;
    height: 250px;
    margin: 10px;
    padding: 5px;
    border: 0.1px rgb(230, 228, 228);
    transition: 0.1s ease-in-out;
    border-radius: 5px;
    box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);
}
.products-container .products-content .poster-products:hover{
    padding: 10px;
    box-shadow: 0px 4px 6px 0px rgb(216, 241, 245), 0px 4px 6px 0px rgb(216, 241, 245);

}
.products-container .products-content .poster-products .poster-product{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.products-container .products-content .poster-products .poster-product img{
    width: 250px;
    height: 250px;
}

/* no-product-container */

.products-container .products-content .no-product-container{
    display: flex;
    justify-content: center;
    cursor: default;
}

.products-container .products-content .no-product-container .no-product-content .no-product-icon{
    display: flex;
    justify-content: center;
    margin-block: 20px;
    animation: rotate 5s linear infinite;
}

.products-container .products-content .no-product-container .no-product-content .no-product-icon i{
    font-size: 6rem;
    font-family: sans-serif;
    color: grey;
}

/* statistics */
#statistics {
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    color: #0066CC;
    position: relative;
    overflow: hidden;
    cursor: default;
}

@media (min-width: 768px) {
    #statistics {
        padding: 5rem 1rem;
    }
}

.stats-decorative {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    filter: blur(0px);
}

.stats-decorative-1 {
    width: 300px;
    height: 300px;
    background-color: dodgerblue;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    .stats-decorative-1 {
        width: 400px;
        height: 400px;
    }
}

.stats-decorative-2 {
    width: 300px;
    height: 300px;
    background-color: #0066CC;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .stats-decorative-2 {
        width: 400px;
        height: 400px;
    }
}

.stats-content {
    position: relative;
    z-index: 0.5;
}

.stats-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .stats-header {
        margin-bottom: 4rem;
    }
}

.stats-header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .stats-header h2 {
        font-size: 2.5rem;
    }
}

.stats-header h2 .highlight {
    color: #0066CC;
}

.stats-header p {
    font-size: 0.95rem;
    color: #1a86f1;
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .stats-header p {
        font-size: 1.25rem;
    }
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stat-card {
    text-align: center;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out;
}

@media (min-width: 768px) {
    .stat-card {
        padding: 2rem;
    }
}

.stat-card:nth-child(1) {
    animation-delay: 0s;
}

.stat-card:nth-child(2) {
    animation-delay: 0.1s;
}

.stat-card:nth-child(3) {
    animation-delay: 0.2s;
}

.stat-card:nth-child(4) {
    animation-delay: 0.3s;
}

.stat-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .stat-number {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .stat-number {
        font-size: 3.5rem;
    }
}

.stat-label {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .stat-label {
        font-size: 1.125rem;
    }
}

.stat-description {
    color: #0066CC;
    font-size: 0.8rem;
}

@media (min-width: 768px) {
    .stat-description {
        font-size: 0.875rem;
    }
}

.stats-cta {
    text-align: center;
}

.stats-cta p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #0066CC;
}

@media (min-width: 768px) {
    .stats-cta p {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
}

.stats-cta .btn-primary {
    background-color: #0066CC;
    color: white;
    padding: 3px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.stats-cta .btn-primary:hover {
    background-color: white;
    color: #0066CC;
    border: 0.1px solid #0066CC;
}
/* ===== STATISTICS SECTION ===== */

/* blog-heading */
.blog-heading{
    display: flex;
    justify-content: center;
    margin-block: 10px;
}
/* blog-content-container */
.blog-content-container{
    display: flex;
    justify-content: center;
    width: 100vw;
}
.blog-content-container .blog-content{
    display: flex;
    justify-content: center;
}
.blog-content-container .blog-content #player{
    width: 300px;
    height: 300px;
    background: white;
}


/* footer */
.footer{
    display: block;
    width: 100vw;
    margin-block-start: 20px;
    background: #ffffff;
}
.footer footer{
    display: block;
    margin: 10px;
}

/* logo */
.footer footer .logo{
    display: flex;
    justify-content: flex-end;
    margin-inline: 20px;
}
.footer footer .logo img{
    width: 100px;
    height: 100px;
    background: linear-gradient(120deg, white, whitesmoke, grey);
}

/* links */
.footer footer .links{
    display: block;
}
.footer footer .links ul{
    list-style: none;
    margin-inline-start: 20px;
}
.footer footer .links ul li{
    margin-block-end: 5px;
}
.footer footer .links ul li a{
    color: dodgerblue;
    transition: 0.2s ease-in-out;
}
.footer footer .links ul li a:hover{
    color: red;
}

/* sign-in-button */
.footer footer .sign-in-button{
    display: flex;
    justify-content: center;
    margin: 10px;
}
.footer footer .sign-in-button button{
    padding: 3px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    box-shadow: rgb(231, 231, 231) 0 5px 5px 0, rgb(231, 231, 231) 0 5px 5px 0;
}
.footer footer .sign-in-button button:hover{
    background: white;
    font-family: sans-serif;
    font-weight: bold;
    padding: 4px;
    box-shadow: rgb(216, 241, 245) 0 5px 5px 0, rgb(216, 241, 245) 0 5px 5px 0;
}
/* social-platforms */
.footer footer .social-platforms{
    margin-block: 15px;
}
.footer footer .social-platforms ul{
    display: flex;
    gap: 20px;
    list-style: none;
    margin-inline-start: 20px;
}
.footer footer .social-platforms ul li{
    margin-block-end: 5px;
}
.footer footer .social-platforms ul li a{
    color: vlack;
    transition: 0.2s ease-in-out;
}
.footer footer .social-platforms ul li a:hover{
    color: red;
}

/* copy-right */
.footer footer .copy-right{
    display: flex;
    justify-content: center;
    cursor: default;
}
.footer footer .copy-right p{
    font-size: 13px;
    font-family: serif;
}

/* dev */
.footer footer .dev{
    display: flex;
    justify-content: flex-end;
    margin: 10px;
}
.footer footer .dev abbr{
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 10px;
}

/* animations */
/* left to right animation */
@keyframes fromLeft {
  from {
    opacity: 0;
    margin-left: -100%;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    margin-left: 0%;
    transform: translateY(0);
  }
}

/* right to left animation */
@keyframes fromRight {
  from {
    opacity: 0;
    margin-right: -100%;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    margin-right: 0%;
    transform: translateY(0);
  }
}

/* rotate animation */
@keyframes rotate {
  from {
    rotate: 0deg;
}
to {
    rotate: 360deg;
  }
}

/* display products animation */
@keyframes productsAppear {
  from {
    opacity: 0.5;
    margin-left: -100%;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    margin-left: 0%;
    transform: translateY(0);
  }
}

/* service animation */
@keyframes text-animation {
    
  from {
    opacity: 0;
    transform: translateY(30px);
    }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}


/* 768px screen resolution */
@media(max-width: 768px){

    /* anchor tag */
    a{
        text-decoration: none;
    }
    /* whatsapp-button-container */
    .whatsapp-button-container{
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 0%;
    }
    .whatsapp-button-container .button{
        margin-top: 85vh;
        margin-inline-end: 70px;
    }
    .whatsapp-button-container .button button{
        position: fixed;
        z-index: 3;
        width: 50px;
        height: 50px;
        background: rgb(18, 188, 18);
        border: none;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        font-size: 22px;
        font-weight: bold;
        font-family: serif;
    }
    .whatsapp-button-container .button button a{
        color: white;
    }
    /* menu-button */
    .menu-button{
        display: flex;
        justify-content: flex-end;
        width: 100vw;
        cursor: default;
    }
    .menu-button .btn{
        position: fixed;
        z-index: 4;
        margin: 5px;
        padding: 4px;
        border-radius: 5px;
        background: white;
        cursor: pointer;
    }
    .menu-button .btn.open{
        opacity: 0.9;
    }
    .menu-button .btn .bar{
        display: block;
        margin-block: 4px;
        width: 30px;
        height: 5px;
        border-radius: 5px;
        background: dodgerblue;
        transition: 0.2s ease-in-out;
    }
    .menu-button .btn.open .top-bar{
        background: red;
        transform: translateY(9px) rotate(45deg);
    }
    .menu-button .btn.open .middle-bar{
        opacity: 0;
    
    }
    .menu-button .btn.open .bottom-bar{
        background: red;
        transform: translateY(-9px) rotate(-45deg);
    }

    /* header */
    .header{
        position: fixed;
        z-index: 2;
        top: 0%;
        width: 100vw;
        display: flex;
        justify-content: center;
        height: fit-content;
        padding-block: 10px;
        transition: ease-in-out 0.2s;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background: white;
        /* background-image:  url(images/recoded_background-cover.png); */
    
    }
    .header header{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-logo{
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        height: 20vh;
        width: 20vw;
    }
    .header-logo img{
        display: block;
        width: 100px;
        height: 100px;
        transition: 0.1s ease-in-out;
    }
    .header-logo img.hide{
        display: none;
    }
    /* .nav */
    .header header .nav{
        display: none;
        transition: 0.2s ease-in-out;
    }
    .header header .nav.show{
        display: block;
    }
    .header header .nav ul{
        list-style: none;
        display: flex;
        gap: 10px;
        border: 0.1px solid white;
        border-radius: 15px;
        padding: 10px;
        border-style: dotted;
        box-shadow: 0px 5px 5px 0px rgb(235, 229, 229), 0px 5px 5px 0px rgb(235, 229, 229);
    
    }
    .header header .nav ul li{
        display: block;
    }
    
    .header header .nav ul li a{
        font-size: 15px;
        color: navy;
    }
    .header header .nav ul li:hover{
        padding: 0px;
        border-bottom: 2px solid dodgerblue;
        border-radius: 5px;
        transition: 0.2s ease-in-out;
    }
    .header header .nav ul li a:hover{
        color: red;
    }
    .header header .nav ul .active{
        border-radius: 4px;
        background: dodgerblue;
        padding: 2px;
    }
    .header header .nav ul .active a{
        color: white;
    }
    .header header .nav ul .active a:hover{
        color: white;
    }
    /* search-container */
    .search-container{
        display: flex;
        justify-content: center;
        margin-block: 20px 0px;
    }
    .search-container{
        cursor: default;
    }
    .search-container input{
        text-align: center;
        padding: 2px;
        color: blue;
        border: none;
        background: transparent;
        font-size: 12px;
        text-align: center;
    }
    .search-container input::placeholder{
        text-align: center;
        color: rgb(171, 167, 167);
        font-size: 12px;
    }
    /* search-results */
    .search-results{
        display: none;
        justify-content: center;
        margin-block-start: 5px;
        position: fixed;
        top: 20%;
        width: 100vw;
        height: 80vh;
        z-index: 5; 
        background: white;
        opacity: 0.95;
        overflow-x: scroll;
    }
    .search-results.active{
        display: flex;
    }
    .search-results ul{
        list-style-type: circle;
        display: block;
        width: 50vw;
    }
    .search-results ul li{
        width: 100%;
        padding: 2px;
        margin-block: 4px;
        background: white;
    }
    .search-results ul li:nth-child(even){
        background: whitesmoke;
    }
    
    /* body */
    .body{
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    .body .content{
        background: white;
        display: block;
        width: 100vw;
    }
    
    /* about us */
    .body .content .about-us{
        display: flex;
        justify-content: center;
        width: 100vw;
        cursor: default;
        margin-block: 0px;
        margin-top: 0%;
        top: 0%;
        transition: ease-in-out 0.5s;
        
    }

    /* nav-buttons-containe */
    .body .content .about-us .nav-buttons-container{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 68vh;
        width: 100vw;
        z-index: 1;
    }
    .body .content .about-us .nav-buttons-container .buttons{
        display: flex;
        justify-content: space-between;
        width: 85vw;
    }
    .body .content .about-us .nav-buttons-container .buttons button{
        border: 0.1px solid rgb(201, 199, 199);
        border-radius: 50%;
        padding: 3px;
        cursor: pointer;
        background: transparent;
        font-size: 2rem;
        color: grey;
        
    }
    .body .content .about-us .nav-buttons-container .buttons button:hover{
        box-shadow: 0px 5px 5px 0px rgb(126, 126, 126), 0px 5px 5px 0px rgb(126, 126, 126);
        border: 0.1px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255);
    }
    
    .body .content .about-us .about-us-content{
        background: url(images/welcome-background.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px;
        display: block;
        width: 100vw;
        height: 50vh;
        margin: 0px;
        border-radius: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .body .content .about-us .about-us-content .our-company{
        animation: fromLeft linear forwards;
        animation-timeline: view();
        animation-range: entry 0% cover 10%;
        transition: ease-in-out 0.2s;
        padding: 10px;
    }
    
    .body .content .about-us .about-us-content .heading{
        display: block;
        margin-block: 5px;
        position: sticky;
    }
    .body .content .about-us .about-us-content .heading h1{
        text-align: center;
        font-family: sans-serif;
        font-size: 22px;
        /* background: linear-gradient(120deg, dodgerblue, navy, black, black);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        color: white;
    }
    .body .content .about-us .about-us-content .paragraphs{
        border: 1px solid black;
        border-radius: 10px;
        border-style: dotted;
        padding: 10px;
        margin-block-start: 10px;
        background: white;
        opacity: 0.75;
    }
    .body .content .about-us .about-us-content p{
        font-family: serif;
        font-weight: normal;
        font-size: 15px;
        margin-block: 15px;
        color: dodgerblue;
        text-align: center;
    }
    .body .content .about-us .about-us-content p b{
        color: rgb(29, 27, 27);
    }
    .body .content .about-us .about-us-content .company{
        font-family: sans-serif;
        background: linear-gradient(120deg, orangered, red, black);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: white;
        padding: 1px;
    }

    /* products-heading */
    .products-heading{
        padding: 10px;
    } 
    .products-heading p{
        font-weight: bold;
        font-family: sans-serif;
        font-size: 16px;
        background: linear-gradient(120deg, dodgerblue, navy, navy, black);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    /* products-and-services */
    .products-and-services{
        display: flex;
        justify-content: center;
    }
    .products-and-services .products-and-services-content{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .products-and-services .products-and-services-content .services{
        display: block;
        width: 90%;
        cursor: default;
        transition: 0.1s ease-in;
        scroll-snap-type: proximity;
    }
    .products-and-services .products-and-services-content .services .service-content{
        margin-block: 15px;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 5px 5px 0px rgb(235, 229, 229), 0px 5px 5px 0px rgb(235, 229, 229);
        transition: 0.4s ease-in-out;
        transform-style: preserve-3d;
        animation: service linear forwards;
        animation-timeline: view();
        animation-range: entry 0% cover 50%;
    
    }
    .products-and-services .products-and-services-content .services .service-content .heading p{
        font-weight: bold;
        font-family: sans-serif;
        background: linear-gradient(120deg, dodgerblue, #0066CC, navy, black);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-block: 4px;
    }
    /* icon */
    .products-and-services .products-and-services-content .services .service-content .icon{
        display: flex;
        justify-content: center;
        margin-block: 10px;
    }
    .products-and-services .products-and-services-content .services .service-content .icon i{
        color: dodgerblue;
        font-family: sans-serif;
        font-size: 2rem;
    }
    .products-and-services .products-and-services-content .services .service-content .icon img{
        width: 80px;
        height: 80px;
    }
    /* description */
    .products-and-services .products-and-services-content .services .service-content .description{
        display: flex;
        justify-content: center;
        margin-block: 5px;
    }
    .products-and-services .products-and-services-content .services .service-content .description p{
        color: grey;
        font-family: serif;
        text-align: justify;
    }
    /* services animation */
    @keyframes service {
        
      from {
        opacity: 0;
        transform: translateY(-20px);
        
        }
      to {
        opacity: 1;
        transform: translateY(0px);
      }
    }
    
    /* get-started-button */
    .get-started-button{
        display: flex;
        justify-content: center;
        margin-block: 10px;
    }
    .get-started-button button{
        padding: 2px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        /* background: linear-gradient(120deg,navy, blue, dodgerblue, dodgerblue, white); */
        color: white;
        background: dodgerblue;
        transition: ease-in-out 0.2s;
    }
    .get-started-button button:hover{
        padding: 4px;
        background: linear-gradient(120deg, dodgerblue, navy, black);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: white;
        box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);
    }
    

    /* products-heading */
    .products-heading{
        display: flex;
        justify-content: center;
        margin-block: 10px;
    }
    .products-heading p{
        text-align: center;
        font-family: sans-serif;
        font-size: 18px;
        background: linear-gradient(120deg, dodgerblue, navy, black);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    /* products-container */
    .products-container{
        display: flex;
        justify-content: center;
        width: 100vw;
        margin: 0px;
        backkground: red;
    }
    .products-container .products-content{
        padding: 10px;
        width: 100vw;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0px;
        animation: productsAppear linear forwards;
        animation-timeline: view();
        animation-range: entry 0% cover 25%;
        animation-delay: 2s;
    }
    .products-container .products-content .product{
        transition: 0.5s ease-in-out;
        display: block;
        cursor: default;
        width: 135px;
        height: 150px;
        margin: 10px;
        padding: 5px;
        border: 0.1px rgb(230, 228, 228);
        transition: 0.1s ease-in-out;
        border-radius: 5px;
        box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);
    }
    .products-container .products-content .product:hover{
        padding: 10px;
        box-shadow: 0px 4px 6px 0px rgb(216, 241, 245), 0px 4px 6px 0px rgb(216, 241, 245);
    
    }
    
    /* product image */
    .products-container .products-content .product .product-image{
        display: flex;
        justify-content: center;
        margin-block: 5px;
    }
    .products-container .products-content .product .product-image img{
        width: 60px;
        height: 50px;
        border-radius: 5px;
    
    }
    /* product name */
    .products-container .products-content .product .product-name{   
        display: block;
        margin-block: 5px;
    }
    .products-container .products-content .product .product-name p{
        font-family: sans-serif;
        font-weight: bold;   
        font-size: 11px;
    }
    
    /* price */
    .products-container .products-content .product .price{
        margin-block-end: 10px;
    }
    .products-container .products-content .product .price p{
        color: green;
        font-family: sans-serif;
        font-size: 11px;
        text-align: left;
    }
    
    /* description */
    .products-container .products-content .product .description{
        margin-block-end: 10px;
        display: none;
    }
    .products-container .products-content .product .description p{
        color: grey;
        font-family: sans-serif;
        font-size: 12px;
    }
    
    /* view-product */
    .products-container .products-content .product .view-product{
        display: flex;
        justify-content: flex-end;
        margin-block: 0px 10px;
    }
    .products-container .products-content .product .view-product button{
        cursor: pointer;
        color: black;
        border: 0.1px solid black;
        border-style: dotted;
        border-radius: 5px;
        font-family: sans-serif;
        font-size: 11px;
        padding: 2px;
        background: white;
    }
    
    .products-container .products-content .product .view-product button:hover{
        cursor: pointer;
        color: black;
        border: 0.1px solid white;
        border-style: dotted;
        border-radius: 5px;
        font-family: sans-serif;
        font-size: 11px;
        padding: 2px;
        color: white;
        background: black;
    }
    
    /* poster-products */
    
    .products-container .products-content .poster-products{
        display: block;
        cursor: pointer;
        width: 135px;
        height: 150px;
        margin: 10px;
        padding: 5px;
        border: 0.1px rgb(230, 228, 228);
        transition: 0.1s ease-in-out;
        border-radius: 5px;
        box-shadow: 0px 4px 6px 0px rgb(230, 228, 228), 0px 4px 6px 0px rgb(230, 228, 228);
    }
    .products-container .products-content .poster-products:hover{
        padding: 5px;
        box-shadow: 0px 4px 6px 0px rgb(216, 241, 245), 0px 4px 6px 0px rgb(216, 241, 245);
    
    }
    .products-container .products-content .poster-products .poster-product{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .products-container .products-content .poster-products .poster-product img{
        width: 135px;
        height: 150px;
    }
    
    /* no-product-container */
    
    .products-container .products-content .no-product-container{
        display: flex;
        justify-content: center;
        cursor: default;
        margin-inline: 15px;
    }
    
    
    .products-container .products-content .no-product-container .no-product-content .no-product-icon{
        display: flex;
        justify-content: center;
        margin-block: 10px;
        animation: rotate 5s linear infinite;
    }
    
    .products-container .products-content .no-product-container .no-product-content .no-product-icon i{
        font-size: 4rem;
        font-family: sans-serif;
        color: grey;
    }
    .products-container .products-content .no-product-container .no-product-content p{
      text-align: center;
    }
    
    
    /* blog-heading */
    .blog-heading{
        display: flex;
        justify-content: center;
        margin-block: 10px;
    }
    /* blog-content-container */
    .blog-content-container{
        display: flex;
        justify-content: center;
        width: 100vw;
    }
    .blog-content-container .blog-content{
        display: flex;
        justify-content: center;
    }
    .blog-content-container .blog-content #player{
        width: 350px;
        height: 350px;
    }
    
    
    /* footer */
    .footer{
        display: block;
        width: 100vw;
        margin-block-start: 20px;
    }
    .footer footer{
        display: block;
        margin: 5px;
    }
    
    /* logo */
    .footer footer .logo{
        display: flex;
        justify-content: flex-end;
        margin-inline: 0px;
    }
    .footer footer .logo img{
        width: 100px;
        height: 100px;
        background: linear-gradient(120deg, white, whitesmoke, grey);
    }
    
    /* links */
    .footer footer .links{
        display: block;
    }
    .footer footer .links ul{
        list-style: none;
        margin-inline-start: 10px;
    }
    .footer footer .links ul li{
        margin-block-end: 5px;
    }
    .footer footer .links ul li a{
        color: dodgerblue;
        transition: 0.2s ease-in-out;
    }
    .footer footer .links ul li a:hover{
        color: red;
    }
    
    /* social-platforms */
    .footer footer .social-platforms{
        margin-block: 15px;
    }
    .footer footer .social-platforms ul{
        display: flex;
        gap: 20px;
        list-style: none;
        margin-inline-start: 20px;
    }
    .footer footer .social-platforms ul li{
        margin-block-end: 5px;
    }
    .footer footer .social-platforms ul li a{
        color: vlack;
        transition: 0.2s ease-in-out;
    }
    .footer footer .social-platforms ul li a:hover{
        color: red;
    }
    
    /* copy-right */
    .footer footer .copy-right{
        display: flex;
        justify-content: center;
        cursor: default;
    }
    .footer footer .copy-right p{
        font-size: 13px;
        font-family: serif;
    }
    
    /* dev */
    .footer footer .dev{
        display: flex;
        justify-content: flex-end;
        margin: 10px;
    }
    .footer footer .dev abbr{
        font-size: 16px;
        font-weight: bold;
        font-family: sans-serif;
        margin: 10px;
    }
    
    /* animations */

    /* left to right animation */
    @keyframes fromLeft {
      from {
        opacity: 0;
        margin-left: -100%;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        margin-left: 0%;
        transform: translateY(0);
      }
    }
    
    /* right to left animation */
    @keyframes fromRight {
      from {
        opacity: 0;
        margin-right: -100%;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        margin-right: 0%;
        transform: translateY(0);
      }
    }
    
    /* rotate animation */
    @keyframes rotate {
      from {
        rotate: 0deg;
    }
    to {
        rotate: 360deg;
      }
    }
    
    /* display products animation */
    @keyframes productsAppear {
      from {
        opacity: 0.5;
        margin-left: -100%;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        margin-left: 0%;
        transform: translateY(0);
      }
    }

}