body {
    background:linear-gradient(to top right, rgb(219, 219, 219), rgb(255, 254, 255));
    font-family: Arial, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

.logo-container {
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
    margin-top: 15px;   /* Add some space between the description and the logo */
    margin-bottom: 15px;
    margin-left:20px;
}

.logo-img {
    width: 80px; /* Adjust size as needed */
    height: auto;
    border-radius: 50%;
    margin-right: 10px; /* Space between image and text */
}

.logo-text {
    font-size: 24px; /* Adjust font size */
    font-weight: bold;
    color: #ffffff; /* Color for the text */
}

.box {
    margin:85px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 75%;
}

.wrapper {display:flex;
    flex:1;
    max-width:90%;
    align-items: flex-start;
    margin: 0, auto;
    
}
.midacont {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 70%;   
}

header {
    display: flex;
    color: white; /* Text color */
    position: relative;
    width: 100%;
    background-color: #3c7b94;
    border:10px rgba(169, 171, 172, 0.897);
    color: #70a9ff;
    font-size: 36px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 0;
    margin:0;

}
    
header::after {
    content: ''; /* Ensures the pseudo-element is generated */
    position: absolute;
    align-items: center;
    bottom: -2px; /* Adjust for the spacing */
    left: 0;
    width: 100%;
    height: 1px; /* Set the height to make the border visible */
    border-top: 1px solid #777777;  /* First line */
}

.details-container {max-width:20%;
    border: 1px solid rgb(192, 183, 183);
    border-radius: 20px 20px 20px 20px;
    padding:20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.raitingtitle {font-size: 1.3em;}

.ratings-img {
    width: 100px;   /* Set the width to the desired size */
    height: auto;  /* Maintain the aspect ratio */
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}


.logo {
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold;
    margin-left: 100px;
    color:#ffffff; /* Orange color for the text */
}

.Title {
    font-size: 4em;
    color: #000000;
    margin-bottom: 5px;
    font-family: Amatic SC, cursive;
    margin-top: 20px;
    text-align: center;
}

.Subtitle {
    font-size: 3em;
    color: #000000;
    margin-top: 0;
    align-content: center;
    font-family: Amatic SC, cursive;
    margin-bottom:90px;
    text-align: center;
}

.description { text-align: center;
 font-size: 2.5em;
 margin:0 auto;
 margin-top:100px;
 justify-content: center;
 display: flex;
 width:100%;
 align-items:center;
}

.descriptiontext {
    padding: 15px 20px;
    font-size: 1.4em;
    font-family: Verdana, sans-serif;
    width: auto; /* Adjust width automatically */
    max-width: 800px; /* Max width to control expansion */
    border: 2px solid black; /* Border for the outline */
    border-radius: 20px 50px 50px 20px; /* Non-square shape */
    background-color: white; /* Background color for the text box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for depth */
    margin: 10px auto; /* Center the text block */}

.contactinformation {
    margin-top: 80px;
    text-align: center;
    align-items: start;
   }
   
   .contactinformationtext {margin-left:100px;
   margin-right: 1200px}

.video-container {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    margin: 5px;
    margin-bottom: 20px;
    transform: scale(1.05);
}

.advideo {
   width: 80%;
    height:auto;
    }

    .p {font-size:1em;}

.thumbnail-strip {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail-strip img {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    transition: transform 0.3s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.thumbnail-strip img:hover {
    transform: scale(1.1);
}
