

img{

   width: 100%; 
}



.header4{
  margin: 0 auto;

  width: 20px;

}




body {

background-color: #FAF5F2;
background-repeat:no-repeat;
background-size:contain;
background-position:center;

animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
section {
 
  display: flex;
  justify-content: center;
  align-items: center;
}
section:nth-child(1) {
  color: #e0ffff;
}
section:nth-child(2) {
  color: #42455a;
  background: #FAF5F2;
}
section:nth-child(3) {
  color: #e0ffff;
}
section:nth-child(4) {
  color: #42455a;
  background: #FAF5F2;
}
section .container {
  margin: 100px;
}



@media (max-width: 900px) {
  section h1 {
    font-size: 2rem;
    text-align: center;
  }
  section .text-container {
    flex-direction: column;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}




@font-face {
  font-family: 'MarkaziText';
  src: url('MarkaziText-VF.eot'); /* IE9 Compat Modes */
  src: url('MarkaziText-VF.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff') format('woff'), /* Modern Browsers */
       url('MarkaziText-VF.ttf')  format('truetype'); /* Safari, Android, iOS */
     
}


    
             .header {
            position: relative;
            width: 100%;
            height: 200px;
            background-image: url('back.png'); /* Replace with your image */
            background-size: cover;
            background-position: center;
            overflow: hidden;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Black with 50% opacity */
            z-index: 1;
        }

        .logo {
            position: relative;
            display: block;
            max-width: 200px; /* Adjust size as needed */
            margin: 0 auto;
            z-index: 2;
            color:#FAF5F2;
             font-family:MarkaziText;
             font-size: 16px;
            padding-top: 60px; /* Adjust to center logo vertically */
              padding-right: 40px; /* Adjust to center logo vertically */
        }
        

h2{
     text-align:center;
       font-size: 40px;
         color:#261E4D;
           font-family:MarkaziText;
           
            text-decoration: underline;
}

h5{
     color:#FAF5F2;
           font-family:MarkaziText;  
}

p{
   
         color:#261E4D;
           font-family:MarkaziText;    
    
}

      .section-container {
            display: flex;
            flex-direction: column;
            align-items: center; /* Center the content horizontally */
            padding: 20px; /* Add padding for spacing */
        }
        
      .social-buttons {
            display: flex;
            gap: 10px; /* Adjust spacing between buttons */
            align-items: center;
        }

        .social-buttons .btn {
                z-index: 2;
            font-size: 22px;
            color: #FAF5F2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 1px solid white;
            border-radius: 50%;
            text-decoration: none;
        }
        
        .header2{
  margin: 0 auto;

  width: 100px;
   border-radius: 50%;
}
        .header1{
  margin: 0 auto;

  width: 100px;

}

        .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 3 equal columns */
            gap: 10px; /* Gap between grid items */
        }

        .grid-item {
            background-color: #FAF5F2;
          
            padding: 20px;
            text-align: center;
        }
        
              .grid-container2 {
            display: grid;
            grid-template-columns: repeat(1, 1fr); /* 3 equal columns */
            gap: 10px; /* Gap between grid items */
        }  
        
     
