'); background-size: cover; } .hero-content { max-width: 650px; z-index: 2; } .hero h1 { font-size: 3.5rem; line-height: 1.2; margin-bottom: 20px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .hero p { font-size: 1.3rem; margin-bottom: 30px; max-width: 600px; } .hero-buttons { display: flex; gap: 20px; } .secondary-button { background: transparent; color: white; border: 2px solid white; padding: 10px 25px; border-radius: 30px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; } .secondary-button:hover { background: white; color: var(--dark); } /* Sections */ section { padding: 100px 0; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 2.5rem; color: var(--dark); margin-bottom: 15px; position: relative; display: inline-block; } .section-title h2::after { content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--primary); border-radius: 2px; } .section-title p { color: #6c757d; max-width: 700px; margin: 20px auto 0; font-size: 1.1rem; } /* About Section */ .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-text h3 { font-size: 1.8rem; margin-bottom: 25px; color: var(--dark); } .about-text p { margin-bottom: 20px; font-size: 1.1rem; } .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; } .stat-card { background: white; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; } .stat-card:hover { transform: translateY(-5px); } .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; } .stat-label { font-size: 1.1rem; color: var(--dark); } .about-image { flex: 1; border-radius: 10px; overflow: hidden; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); background: linear-gradient(45deg, var(--secondary), var(--primary)); height: 450px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; font-weight: 600; } /* Products Section */ .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .product-image { height: 220px; background: linear-gradient(45deg, #a8dadc, #457b9d); display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; } .product-content { padding: 25px; } .product-content h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--dark); } .product-content p { margin-bottom: 20px; color: #6c757d; } /* Services Section */ .services-container { background: white; border-radius: 15px; padding: 50px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .service-card { padding: 30px; border-radius: 10px; background: var(--light); transition: all 0.3s ease; } .service-card:hover { background: white; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); transform: translateY(-5px); } .service-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; } .service-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--dark); } /* Quality Section */ .quality-steps { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 50px; } .step-card { background: white; border-radius: 10px; padding: 30px; width: 250px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); position: relative; } .step-number { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; } .step-card h3 { margin: 10px 0 15px; color: var(--dark); } .certifications { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 50px; } .cert-badge { width: 120px; height: 120px; border-radius: 50%; background: var(--light); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--primary); border: 2px dashed var(--secondary); } /* Contact Section */ .contact-section { background: linear-gradient(to right, var(--dark), #1a1f25); color: white; } .contact-container { display: flex; gap: 50px; } .contact-info { flex: 1; } .contact-info h3 { font-size: 1.8rem; margin-bottom: 25px; } .contact-details { margin-bottom: 30px; } .contact-item { display: flex; align-items: flex-start; margin-bottom: 20px; } .contact-icon { margin-right: 15px; color: var(--secondary); font-size: 1.3rem; } .contact-form { flex: 1; background: white; padding: 40px; border-radius: 10px; } .contact-form h3 { color: var(--dark); margin-bottom: 25px; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; color: var(--dark); font-weight: 500; } .form-group input, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; } .form-group textarea { height: 150px; resize: vertical; } /* Footer */ footer { background: #1a1f25; color: #a0aec0; padding: 60px 0 30px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-column h3 { color: white; margin-bottom: 25px; font-size: 1.3rem; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: #a0aec0; text-decoration: none; transition: color 0.3s ease; } .footer-links a:hover { color: var(--secondary); } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid #2d3748; } /* Responsive */ @media (max-width: 992px) { .about-content { flex-direction: column; } .hero h1 { font-size: 2.8rem; } .contact-container { flex-direction: column; } } @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav ul { margin-top: 20px; flex-wrap: wrap; justify-content: center; } nav ul li { margin: 5px 10px; } .hero h1 { font-size: 2.3rem; } .hero p { font-size: 1.1rem; } .hero-buttons { flex-direction: column; gap: 10px; } .section-title h2 { font-size: 2rem; } }
Dreamices is a leading ice cream manufacturer specializing in premium quality frozen desserts, custom formulations, and private label solutions for global markets.
With over a decade of expertise in frozen desserts manufacturing
Founded in 2013, Dreamices has grown to become a premier manufacturer of high-quality frozen desserts including ice cream, ice pops, frozen yogurt, and innovative frozen treats.
Based in Shandong, China, our 10,000+ sqm facility utilizes state-of-the-art production technology and strict quality control systems to deliver exceptional products that meet international standards.
We specialize in OEM and ODM services, partnering with global brands to develop customized frozen dessert solutions that delight consumers worldwide.
Discover our premium range of frozen desserts and ice cream products
Premium ice cream bars with various coatings, flavors, and inclusions. Perfect for retail and food service distribution.
Request SamplesRich and creamy ice cream in various sizes and packaging options. Available in classic and innovative flavor profiles.
Request SamplesRefreshing ice pops in vibrant colors and fruit flavors. Fun shapes and formats for all age groups.
Request SamplesCreamy, tangy frozen yogurt with probiotic benefits. Available in multiple formats and flavor combinations.
Request SamplesAuthentic Italian-style gelato and refreshing fruit sorbets. Lower fat content with intense flavor experience.
Request SamplesBespoke frozen dessert solutions tailored to your specific requirements, flavors, and packaging needs.
Discuss ProjectComprehensive solutions for private label and custom frozen desserts
Full-service manufacturing of your branded frozen dessert products from concept to final delivery.
Our R&D team creates unique flavor profiles and textures tailored to your market requirements.
Custom packaging design and production including sticks, cups, tubs, and bulk packaging.
Innovative product development services for new frozen dessert concepts and formats.
Comprehensive export management including documentation, logistics, and cold chain solutions.
High-volume production capabilities with flexible minimum order quantities.
Commitment to excellence at every stage of production
Premium ingredients sourced from certified suppliers with strict quality standards.
Automated production lines with precise temperature control and hygienic processing.
Comprehensive laboratory testing for safety, texture, flavor, and shelf life.
Temperature-controlled storage and transportation to preserve product quality.
Meeting global standards for food safety and quality
Reach out to discuss your frozen dessert requirements
Industrial Development Zone, Boxing County, Shandong, China
+86 543 123 4567
www.dreamices.com
Monday-Friday: 8:00 AM - 5:00 PM (GMT+8)