body {
    background-color: black;
    margin: 0; /* Reset default margin */
    padding: 0;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
      90deg,
      #cbba14,
      #d56638 39.06%,
      #d4b704 71.88%,
      #d9763a
    );
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    z-index: 999;
    
  
  }
  
  .right-side-logo {
    
      margin-right: 20px; /* Add some spacing between elements */
      position: absolute;
      top: 5%;
      left: 78%;
      width: 213px;
      height: 100%;
      width: auto;
      
  }
  
  
  .text {
    
    margin-right: 20px; /* Add some spacing between elements */
    position: absolute;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    left: 50%;
    top: 0%;
  }
  
  .alphabets-2 {
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 392.66px);
    align-items: center;
    justify-content: center;
    font-size: 103px;
    font-weight: bold;
    font-family: 'Bookman Old Style';
    color: #D5493C;
    display: inline-block;
    width: 799px;
    
    -webkit-text-stroke: 3px #5d3f47;
  }
  
  .logo  {
    margin-right: 20px; /* Add some spacing between elements */
      position: relative;
      top: 0px;
      left: 3%;
      width: 100%;
      height: auto;
      object-fit: cover;
    
  }
  
  
  
  .gallery {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    padding: 40px;
    max-width: 1440px;
    margin-top: 110px;
  }
  
  .image-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: rgb(254, 254, 252);
    padding: 10px;
    display: flex;
    flex-direction: column;
    
    align-items: center; /* Vertically center the content */
    text-align: left;
    border-color: black;
    box-sizing: 2px;
  }
  
  .image-item p {
    font-family: "Bookman Old Style";
    margin: 2px;
    bottom: 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    align-self: flex-start;
    color: rgb(255, 0, 0);
  }
  
  .image-item p::first-letter {
    color: blue;
    font-size: 50px; 
    font-weight: bold;
  }
  
  .image {
    align-items: center;
    width: 100%;
    height: auto;
    border: 2px solid black;
    padding: 5px;
    border-radius: 4px;
  }
  
  .image-item:hover {
    transform: scale(1.1);
  }
  
  .letter {
    font-size: 48px;
    font-weight: bold;
    font-family: "Bookman Old Style" ;
    padding: 10px;
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 5%;
    right: 10%;
    border: 2px solid black;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center horizontally */
    color: rgb(255, 17, 0);
    -webkit-text-stroke: 1px black;
    
  }

  .letter:nth-last-child() {
    display: none;
  }
  
  .footer {
    background: linear-gradient(
      90deg,
      #cbba14,
      #d56638 39.06%,
      #d4b704 71.88%,
      #d9763a
    );
    font-family: 'Bookman Old Style';
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    color: #D5493C;
  }
  
  .footer a {
    font-weight: medium;
    font-family: 'Bookman Old Style';
    font-size: 48px;
    color: #D5493C;
    -webkit-text-stroke: 1px black;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  :root {
    /* fonts */
    --font-impact: Impact;
    --font-bookman-old-style: "Bookman Old Style";
  
    /* Colors */
  }
  
  @media (max-width: 1024px) {
  
    .alphabets-2 {
      margin: 0;
      position: relative;
      top: 24px;
      left: -20%;
      font-size: 48px;
      font-weight: bold;
      font-family: 'Bookman Old Style';
      color: #D5493C;
      display: inline-block;
      
      
      -webkit-text-stroke: 3px #5d3f47;
    }
  
    
    .logo  {
      
        scale: 60%;
        left: -13%;
    }
  
    .right-side-logo {
    
      margin-right: 20px; /* Add some spacing between elements */
      position: absolute;
      top: 3%;
      left: 63%;
      scale: 50%;
      width: auto;
      
  }
  
  
  
  .image-item p {
    font-size: 28px;
  }
  
  .image-item p::first-letter {
    font-size: 38px;
  }
  
  .image-cont {
    width: 300px;
    height: 300px;
  }
  
  }
  
  @media (max-width: 600px) {
  
    .header {
      height: 130px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      
    }
    
    .logo  {
      scale: 70%;
      left: -30px;
      margin-bottom: 0px;
      top: 10%;
      
    }
  
    .alphabets-2 {
      margin: 0;
      position: relative;
      top: 22px;
      left: -26%;
      font-size: 50px;
      font-weight: bold;
      font-family: 'Bookman Old Style';
      color: #D5493C;
      display: inline-block;
      
      
      -webkit-text-stroke: 3px #5d3f47;
    }
  
    .right-side-logo {
    
      margin-right: 20px; /* Add some spacing between elements */
      position: absolute;
      top: 32%;
      left: 35%;
      scale: 60%;
      width: auto;
      
  }
    
    .image-item:hover {
      transform: scale(1.07);
    }
  
    .image-item p {
      font-size: 26px;
    }
  
    .image-item p::first-letter {
      font-size: 40px;
    }
  
    .letter {
      font-size: 52px;
      padding: 10px;
      position: absolute;
      bottom: 0;
      right: -10%;
      display: flex;
      align-items: center;
      justify-content: center;
  
      transform: translate(-80%, -40%);
    }
  
    .footer a {
      font-size: 28px;
      margin-left: 30px;
      margin-right: 30px;
    }
  
    .gallery {
      
      margin-top: 155px;
    }
  }
  
    
  
    