/* Existing CSS styles */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}

.logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.logo a {
    display: inline-block;
}

.logo img {
    width: 180px;
}

.top-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.top-buttons a {
    width: 100%;
    padding: 20px 0px;
    border: none;
    background-color: #fc846f;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none; 
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
}

.top-buttons a:hover {
    background-color: #c57c6f;
}

.social-squares {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-squares a {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    background-color: #fc846f;
    margin: 10px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.social-squares a i {
    font-size: 24px;
}

.social-squares a:hover {
    background-color: #c57c6f;
}

.blog-title {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #eeaea3; 
}

.blog-posts {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.blog-post {
    width: 200px;
    height: 140px;
    background-color: #f1f1f1;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.blog-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Subscription Form */
.subscription-form {
	margin: auto;
    text-align: center;
    margin-top: 50px; 
    max-width: 500px;
    margin-bottom: 20px;
}

.subscription-form h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #eeaea3;
}

.subscription-form h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #eeaea3;
}

.subscription-form p {
    margin-bottom: 20px;
    color: #777;
    padding:2px 10px;
    margin-bottom: 40px;
}

.subscription-form li {
	margin: 10px 25px;
    color: #777;
    text-align: left;
}

.bold{
	font-weight: 800;
}

.subscription-form h5 {
	 font-size: 10px;
    margin-bottom: 20px;
    color: #777;
    padding:2px 10px;
}

.subscription-form a {
    margin-bottom: 20px;
    color: #777;
    padding:2px 10px;
    margin-bottom: 40px;
}

.subscription-form form {
    display: inline-block;
}

.subscription-form img {
    width:90%;
}

.subscription-form label {
    display: block;
    margin-bottom: 0px;
     font-size: 20px;
      color: #eeaea3;
      line-height: 0px;
}

.subscription-form input[type="email"] {
 	margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    padding:10px;
    line-height: 0px;
}

.subscription-form button {
    width: 100%;
       border: none;
    background-color: #fc846f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
}

.subscription-form button:hover {
    background-color: #c57c6f;
}

.btn {
	
    display: inline-block;
    width: auto;
    padding: 24px 45px;
    background-color: #fc846f;
    color: #fff !important;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius:6px;
    cursor: pointer;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    
    
}

.btn:hover {
    background-color: #c57c6f;

}

.message {
        text-align: center;
        background-color: #fc846f;
        color: #fff; 
        font-size: 20px;
        padding: 10px 20px; 
        margin-bottom: 20px; 
    }
    
    .message a{

        color: #fff; /* Text color */
           }
    
    
 .check-out-link {
    display: inline-block;
    background-color: #fc846f;
     color: #fff !important;
    text-decoration: none;
    padding: 10px 20px!important;
    border-radius: 5px;

}

.check-out-link:hover {
    background-color: #c57c6f;
}

.image-container {
    text-align: center;
    margin-bottom: 20px; /* Adjust spacing as needed */
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#message {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}

/* Ensures the video container is responsive */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

/* Ensures video player fits in the container */
.video-container video,
.video-container .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.plyr__control--overlaid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    font-size: 30px;
}
.video-container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}

#player {
  width: 100%;
  height: auto;
  max-width: 100%;
}