@charset "UTF-8";
/* CSS Document */

/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	 background-color: #000000; /* Black background */

}

.reviews_page_container {
    max-width: 1920px;
    margin: 0px auto 0px auto;
}

/* Hero Image Styles */
.hero-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh; /* Full height of the viewport */
    width: 100%;
	
}

.hero-content {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.4); /* Transparent background */
    padding: 0px;
    border-radius: 10px;
	width: 100%;
}

.hero-content2 {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.2); /* Transparent background */
    padding: 5px;
    border-radius: 10px;
	width: 100%;
}


header h1, header2 h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

header h1 {
    font-size: 35px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0, 122, 255, 1.00);
	line-height: 40px;
}

header2 h2 {
   font-size: 30px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0, 122, 255, 1.00);
	line-height: 35px;
	margin: 0px 10px 0px 10px;

}

/* Main content */
main {
    margin: 0;
    padding-bottom: 0px;
    background-color: #000000; /* Black background */
}

/* Reviews Section */
.reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
	max-width: 300px;
	margin: 0px auto;
}

.review-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 10px;
    width: 400px;
    text-align: center;
    transition: transform 0.3s ease;
}


.review-card .rating {
    font-size: 20px;
    color: #f5c518;
    margin: 0px 0;
    font-family: 'Noteworthy-Bold';
}

.review-card .review-text {
    font-size: 18px;
	line-height: 25px;
    margin: 10px 0px 0px 0px;
    font-family: 'Noteworthy-Bold';
}

.review-card h2 {
	 font-size: 24px;
    margin: 5px;
    font-family: 'Noteworthy-Bold';
	

}

.review-card:hover {
    transform: scale(1.05);
}

/* Call to Action */
.cta {
    text-align: center;
    margin: 20px 0; /* Adjust as needed */
}

.btn {
    background-color: #007bff; /* Change to your preferred button color */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.btn:hover {
    background-color: #0056b3; /* Change to your preferred hover color */
}


.top_sellers_section {
   
	padding: 0;
	  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: 20px auto;
	
} 



.overlay-text  {
	color: white;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 10px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}


.product {
    background-color: #333; /* Dark background for better contrast */
    border: 10px solid #444; /* Darker border */
    padding: 50px 50px 50px 50px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

.product img {
    width: 100%;
    height: auto;
    display: block;
}

.product h4 {
    font-size: 18px;
	line-height: 25px;
    margin: 10px 30px 20px 30px;
}

.product p {
    font-size: 14px;
    margin: 10px 10px 0px 10px;
	line-height: 22px;
}






/* Media Queries */
@media (min-width: 1920px) {
	
	
	/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	 background-color: #ffffff; /* Black background */

}
	
	
.reviews_page_container {
    margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 1920px;
	height: auto;
		border: 5px solid #000000;
	}


	.hero-image {
        background-image: url("../img/reviews_page/hero_image_1920px.jpg");
    }
	
	
header h1 {
    font-size: 60px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0, 122, 255, 1.00);
	line-height: 60px;
	margin: 20px;
}

header2 h2 {
   font-size: 50px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0, 122, 255, 1.00);
	line-height: 50px;
	margin: 15px;

}
	
		
.top_sellers_section {
    margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
    height: auto; /* Adjust height as needed */
	width: 100%;
	max-width: 1920px;
}
	
	
.overlay-text  {
	color: white;
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 5px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}

	
/* Reviews Section */
.reviews {
	max-width: 1200px;
	
}
	
.review-card img {
    width: 100%;
    border-radius: 5px;
	max-width: 1920px;
}
	
.product {
    background-color: #000000; /* Dark background for better contrast */
    border: 0px solid #ffffff; /* Darker border */
    padding: 0px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

	

.product img {
    width: 40%;
    height: auto;
    display: block;
	margin: 20px auto 40px auto;
}

.product h4 {
    font-size: 28px;
    margin: 10px 10px 20px 10px;
	line-height: 38px;
	color: rgba(255,255,255,1.00);
}

.product p {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 20px 10px 20px;
    color: rgba(255,255,255,1.00);
    font-family: 'Noteworthy-Bold';
}

	


	
	

/* Container for the button */
.button-container {
    text-align: center; /* Center the button */
    margin: 5px 0; /* Adjust margin as needed */
}

/* Style for the product button */
.product-button {
    display: inline-block;
    padding: 4px;
    margin: 10px 0px 20px 0px;
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    font-size: 14px; /* Text size */
    text-decoration: none; /* Remove underline */
    border-radius: 20px; /* Rounded corners */
    border: 3px solid #577BAF; /* Border matching the background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover transition */
	font-family: 'Noteworthy-Bold';
}

/* Hover and focus effects */
.product-button:hover,
.product-button:focus {
    background-color: #ffffff; /* Background color on hover */
    color: #004D7F; /* Text color on hover */
    text-decoration: underline; /* Underline on hover */
    font-size: 16px; /* Text size */
	 border: 5px solid #46CDFF; /* Border matching the background color */
}


}





@media (max-width: 1920px) {
	.hero-image {
        background-image: url("../img/reviews_page/hero_image_1920px.jpg");
    }
	
	
header h1 {
    font-size: 60px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0, 122, 255, 1.00);
	line-height: 60px;
	margin: 20px;
}

header2 h2 {
   font-size: 50px;
    font-family: 'Monday Rain';
    text-shadow: 2px 2px rgba(0, 122, 255, 1.00);
	line-height: 50px;
	margin: 15px;

}
	
		
.top_sellers_section {
    margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
    height: auto; /* Adjust height as needed */
	width: 100%;
	max-width: 1920px;
}
	
	
.overlay-text  {
	color: white;
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 5px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}

	
/* Reviews Section */
.reviews {
	max-width: 1200px;
	
}
	
.review-card img {
    width: 100%;
    border-radius: 5px;
	max-width: 1920px;
}
	
.product {
    background-color: #000000; /* Dark background for better contrast */
    border: 0px solid #ffffff; /* Darker border */
    padding: 0px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

	

.product img {
    width: 40%;
    height: auto;
    display: block;
	margin: 20px auto 40px auto;
}

.product h4 {
    font-size: 28px;
    margin: 10px 10px 20px 10px;
	line-height: 38px;
	color: rgba(255,255,255,1.00);
}

.product p {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 20px 10px 20px;
    color: rgba(255,255,255,1.00);
    font-family: 'Noteworthy-Bold';
}

	


	
	

/* Container for the button */
.button-container {
    text-align: center; /* Center the button */
    margin: 5px 0; /* Adjust margin as needed */
}

/* Style for the product button */
.product-button {
    display: inline-block;
    padding: 4px;
    margin: 10px 0px 20px 0px;
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    font-size: 14px; /* Text size */
    text-decoration: none; /* Remove underline */
    border-radius: 20px; /* Rounded corners */
    border: 3px solid #577BAF; /* Border matching the background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover transition */
	font-family: 'Noteworthy-Bold';
}

/* Hover and focus effects */
.product-button:hover,
.product-button:focus {
    background-color: #ffffff; /* Background color on hover */
    color: #004D7F; /* Text color on hover */
    text-decoration: underline; /* Underline on hover */
    font-size: 16px; /* Text size */
	 border: 5px solid #46CDFF; /* Border matching the background color */
}


}

	
	



@media (max-width: 1200px) {
	.hero-image {
        background-image: url("../img/reviews_page/hero_image_1200px.jpg");
    }
	
	
	
	
header h1 {
    font-size: 45px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 45px;
	margin: 10px 0px;
}

header2 h2 {
   font-size: 40px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 40px;
	margin: 0px 5px 0px 5px;

}
	
		
.top_sellers_section {
    margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
    height: auto; /* Adjust height as needed */
	width: 100%;
	max-width: 768px;
}
	
	
.overlay-text  {
	color: white;
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 5px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}

	
/* Reviews Section */
.reviews {
	max-width: 768px;
	
}
	
.review-card img {
    width: 100%;
    border-radius: 5px;
	max-width: 768px;
}
	
.product {
    background-color: #000000; /* Dark background for better contrast */
    border: 0px solid #ffffff; /* Darker border */
    padding: 0px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

	

.product img {
    width: 75%;
    height: auto;
    display: block;
}

.product h4 {
    font-size: 22px;
    margin: 10px 10px 20px 10px;
	line-height: 30px;
	color: rgba(255,255,255,1.00);
}

.product p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 20px 10px 20px;
    color: rgba(255,255,255,1.00);
    font-family: 'Noteworthy-Bold';
}

	


	
	

/* Container for the button */
.button-container {
    text-align: center; /* Center the button */
    margin: 5px 0; /* Adjust margin as needed */
}

/* Style for the product button */
.product-button {
    display: inline-block;
    padding: 4px;
    margin: 10px 0px 20px 0px;
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    font-size: 14px; /* Text size */
    text-decoration: none; /* Remove underline */
    border-radius: 20px; /* Rounded corners */
    border: 3px solid #577BAF; /* Border matching the background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover transition */
	font-family: 'Noteworthy-Bold';
}

/* Hover and focus effects */
.product-button:hover,
.product-button:focus {
    background-color: #ffffff; /* Background color on hover */
    color: #004D7F; /* Text color on hover */
    text-decoration: underline; /* Underline on hover */
    font-size: 16px; /* Text size */
	 border: 5px solid #46CDFF; /* Border matching the background color */
}


}



@media (max-width: 768px) {
	.hero-image {
        background-image: url("../img/reviews_page/hero_image_768px.jpg");
    }
	
	
header h1 {
    font-size: 32px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 36px;
	margin: 0px;
}

header2 h2 {
   font-size: 28px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 32px;
	margin: 0px 5px 0px 5px;

}
	
		
.top_sellers_section {
    margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
    height: auto; /* Adjust height as needed */
	width: 100%;
	max-width: 480px;
}
	
	
.overlay-text  {
	color: white;
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 5px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}

	
/* Reviews Section */
.reviews {
	max-width: 480px;
	
}
	
.review-card img {
    width: 100%;
    border-radius: 5px;
	max-width: 480px;
}
	
.product {
    background-color: #000000; /* Dark background for better contrast */
    border: 0px solid #ffffff; /* Darker border */
    padding: 0px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

	

.product img {
    width: 75%;
    height: auto;
    display: block;
}

.product h4 {
    font-size: 18px;
    margin: 10px 10px 20px 10px;
	line-height: 22px;
	color: rgba(255,255,255,1.00);
}

.product p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 20px 10px 20px;
    color: rgba(255,255,255,1.00);
    font-family: 'Noteworthy-Bold';
}

	


	
	

/* Container for the button */
.button-container {
    text-align: center; /* Center the button */
    margin: 5px 0; /* Adjust margin as needed */
}

/* Style for the product button */
.product-button {
    display: inline-block;
    padding: 4px;
    margin: 10px 0px 20px 0px;
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    font-size: 14px; /* Text size */
    text-decoration: none; /* Remove underline */
    border-radius: 20px; /* Rounded corners */
    border: 3px solid #577BAF; /* Border matching the background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover transition */
	font-family: 'Noteworthy-Bold';
}

/* Hover and focus effects */
.product-button:hover,
.product-button:focus {
    background-color: #ffffff; /* Background color on hover */
    color: #004D7F; /* Text color on hover */
    text-decoration: underline; /* Underline on hover */
    font-size: 16px; /* Text size */
	 border: 5px solid #46CDFF; /* Border matching the background color */
}


}

	


@media (max-width: 480px) {

	.hero-image {
        background-image: url(../img/reviews_page/hero_image_480px.jpg);
		height: 90vh;
		width: 100%;
    }
	
   
   
header h1 {
    font-size: 28px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 30px;
	margin: 0px;
}

header2 h2 {
   font-size: 24px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 28px;
	margin: 0px 5px 0px 5px;

}
	
		
.top_sellers_section {
    margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
    height: auto; /* Adjust height as needed */
	width: 100%;
	max-width: 300px;
}
	
	
.overlay-text  {
	color: white;
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 5px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}

.review-card img {
    width: 100%;
    border-radius: 5px;
	max-width: 300px;
}
	
.product {
    background-color: #000000; /* Dark background for better contrast */
    border: 0px solid #ffffff; /* Darker border */
    padding: 0px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

	

.product img {
    width: 80%;
    height: auto;
    display: block;
}

.product h4 {
    font-size: 18px;
    margin: 10px 5px 20px 5px;
	line-height: 22px;
	color: rgba(255,255,255,1.00);
}

.product p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 10px 10px 10px;
    color: rgba(255,255,255,1.00);
    font-family: 'Noteworthy-Bold';
}

	


	
	

/* Container for the button */
.button-container {
    text-align: center; /* Center the button */
    margin: 5px 0; /* Adjust margin as needed */
}

/* Style for the product button */
.product-button {
    display: inline-block;
    padding: 4px;
    margin: 10px 0px 20px 0px;
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    font-size: 14px; /* Text size */
    text-decoration: none; /* Remove underline */
    border-radius: 20px; /* Rounded corners */
    border: 3px solid #577BAF; /* Border matching the background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover transition */
	font-family: 'Noteworthy-Bold';
}

/* Hover and focus effects */
.product-button:hover,
.product-button:focus {
    background-color: #ffffff; /* Background color on hover */
    color: #004D7F; /* Text color on hover */
    text-decoration: underline; /* Underline on hover */
    font-size: 16px; /* Text size */
	 border: 5px solid #46CDFF; /* Border matching the background color */
}


}



@media (max-width: 300px) {
	
	.hero-image {
        background-image: url(../img/reviews_page/hero_image_300px.jpg);
		height: 89vh;
		width: 100%;
    }
	
   
header h1 {
    font-size: 22px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 24px;
	margin: 0px;
}

header2 h2 {
   font-size: 20px;
    font-family: 'Monday Rain';
    text-shadow: 1px 1px rgba(0, 122, 255, 1.00);
	line-height: 22px;
	margin: 10px 5px 10px 5px;

}
	
		
.top_sellers_section {
    margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
    height: auto; /* Adjust height as needed */
	width: 100%;
	max-width: 300px;
}
	
	
.overlay-text  {
	color: white;
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 5px;
    font-family: 'Noteworthy-Bold';
	width: 100%;
	text-align: center;
	
}
	
	
.product {
    background-color: #000000; /* Dark background for better contrast */
    border: 0px solid #ffffff; /* Darker border */
    padding: 0px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff; /* Changed to white */
	text-align: center;
}

	

.product img {
    width: 80%;
    height: auto;
    display: block;
}

.product h4 {
    font-size: 18px;
    margin: 10px 5px 20px 5px;
	line-height: 22px;
	color: rgba(255,255,255,1.00);
}

.product p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 10px 10px 10px;
    color: rgba(255,255,255,1.00);
    font-family: 'Noteworthy-Bold';
}

	


	
	

/* Container for the button */
.button-container {
    text-align: center; /* Center the button */
    margin: 5px 0; /* Adjust margin as needed */
}

/* Style for the product button */
.product-button {
    display: inline-block;
    padding: 4px;
    margin: 10px 0px 20px 0px;
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    font-size: 14px; /* Text size */
    text-decoration: none; /* Remove underline */
    border-radius: 20px; /* Rounded corners */
    border: 3px solid #577BAF; /* Border matching the background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover transition */
	font-family: 'Noteworthy-Bold';
}

/* Hover and focus effects */
.product-button:hover,
.product-button:focus {
    background-color: #ffffff; /* Background color on hover */
    color: #004D7F; /* Text color on hover */
    text-decoration: underline; /* Underline on hover */
    font-size: 16px; /* Text size */
	 border: 5px solid #46CDFF; /* Border matching the background color */
}


}