body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
    color: #000000;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    font-weight: 600;
}    

header a{
    color: #1F4E79;
    font-size: 18px;
    text-decoration: none;
}

header a:hover{
    color: rgb(45, 241, 255);
    /* text-shadow: 2px 2px 4px #173655; */
}

header img{
    width: 150px;
}

.base{
    width: 1200px;
    margin: 100px auto;
}

nav{
   display: flex;
   gap: 40px;
   justify-content: space-evenly;
}

p:hover .hide {
    max-width: 100%;
}

.sec1 {
    text-align: center;
}

.sec1 img {
    width: 1000px;
    height: 600px;
    border-radius: 30px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}

.sec2 {
    margin-bottom: 30px;
}


.container section {
    width: 363px;
    text-align: center;
}

.container section div {
    width: 363px;
    height: 362px;
    border: 2px solid #000;
    border-radius: 50px;
    text-align: center;
}

.sec3 {
    margin-left: 50px;
   
}

.sec4 {
    margin-left: 600px;
    margin-right: 0;
    margin-top: -200px;
}

.sec5 {
     margin-top: -50px;
    
}

.sec6 {
   
    margin-right: 0;
    margin-top: -250px;
     margin-left: 50px;
}

.container section img {
    object-fit: cover;
    width: 363px;
    height: 362px;
    border-radius: 50px;
    transform: translate(20px, -20px);
}

.hide {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    transition: 1s ease-in-out;
}

.dadam:hover .hide {
    max-width: 81%;
}

.onam:hover .hide {
    max-width: 95%;
}

.ukam:hover .hide {
    max-width: 98%;
}

.saida:hover .hide {
    max-width: 135%;
}

.bce {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.left h1 {
    font-size: 50px;
}

.left p {
    font-size: 20px;
}

.left {
    width: 350px;
    height: 370px;
}

.left button {
    padding: 10px 20px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.right {
    border: 3px solid rgb(0, 0, 0);
    width: 363px;
    height: 362px;
    border-radius: 90px;
}

.right img {
    transform: translate(20px, -20px);
    object-fit: cover;
    width: 363px;
    height: 362px;
    border-radius: 90px;
}

.gallery {
    column-count: 3;
    column-gap: 15px;
}
 
.gallery img {
    text-align: center;
    width: 390px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;
}

.albom {
    text-align: center;
}

.albom h2 {
    margin: 50px 40px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  margin: 20px;
  border: none; 
}

.rating input {
  display: none;
}

.rating label {
  font-size: 32px;
  line-height: 1;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}

.rating label::before {
  content: "★";
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
  color: #ffc107;
}
