
  
.dif_icon img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

header .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Potta One' ; 
  font-size: 2.8rem; 
  color: black;
}


.toggle{
  text-align: center;
  margin-top: 40px;
    font-size: 1.2rem;
  font-family: "Mogra";
}

.toggle img{
  width: 120%;
  max-width: 500px;
  display: block;
  margin: auto;
}

.toggle button{
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  font-family: "Mogra";
  cursor: pointer;

  background-color: yellow; 
  border-radius: 12px;  
  border: 2px solid black;
}
.toggle button:hover{
  background-color: red;
  transform: scale(1.1);
}

.shutter-layout{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20%;
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.demo{
  flex: 1;
  min-width: 350px;
}

.shutter-text{
  flex: 1;
  font-family: "Edu AU VIC WA NT Hand";
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 740px) {


.p {
  font-family:"Edu AU VIC WA NT Hand" 
  }

.h2{
    font-family:"Mogra" 
}
  
  
header .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Potta One' ; 
  font-size: 6vw; 
  color: black;
}

.dif_icon img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.gallery-container img { 
  width: 100%;
  height: auto;
  object-fit: cover; 
  border-radius: 8px;  
  transition: transform 0.3s;
}



.header-subtitle {
  font-family: 'Mogra', cursive;
  font-size: 2rem;   
  text-align: center;  
  margin-top: 2rem;  
  color: black; 
}

.gallery-container img:hover {
  transform: scale(1vw); 
}

.shutter-layout{
  flex-direction: column;
  align-items: center;
}

.shutter-text{
  margin-top: 2rem;
  text-align: center;
}
  
}
