body{
   
    
            display: flex;
            flex-direction: column;
            align-items: center;
            
	}

.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 90%;
  justify-items: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  margin: 0 auto; /* Center the container itself horizontally */
  
}

#column {
  padding: 1rem;
  border-radius: 8px;
  width:100%;
  justify-content: center;
}




.home {
    background-image: linear-gradient(180deg, blue, white);
	font: bold 11px/1.5em Verdana;
	
	}




#world{
    
    text-align: center;
    font-size: 2vw;
}


.fancy_text {
  width: 80%;
  height: 400px;
  font-size: 20pt;
  border:solid 3px;
}

.button {
  background-color: #04AA6D; /* Green */
  border: 3px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: lightblue; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}


 
.p1 {
            text-align: justify;
            font-size: 20px;
            box-shadow: 0 0 20px 10px rgba(0,0,0,0.3);
            border-radius: 25px;
            width:98%;
            
  padding: 20px; 
  
   
        }
.wrap {
            margin: 20px;
            text-align: center;
        }
 
.dropdown {
    position: fixed;
    top: 10px;
    right: 10px;
}

.dropbtn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.menu-icon {
    width: 40px;
    height: 40px;
}



.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    
}


/* Include the CSS class here */
    .cool-button {
        display: inline-block;
        padding: 10px 10px;
        font-size: 10px;
        font-weight: bold;
        color: #fff;
        background: linear-gradient(45deg, #5176e6, #51dce6);
        border: none;
        border-radius: 0px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        max-width :200px ;
        min-width :200px;
        margin:5px;
    }

    .cool-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    .cool-button:active {
        transform: translateY(0);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

        
        .features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 40px;
        }
        .feature {
            background: #fff;
            border: 0px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            flex: 1;
            min-width: 300px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .feature h2 {
            font-size: 1.5em;
            margin-top: 0;
        }
        .feature p {
            font-size: 1em;
            color: #666;
        }
        .cta {
            text-align: center;
            margin: 50px 20px;
        }
        .cta h2 {
            font-size: 2em;
            margin: 0 0 20px 0;
        }
        .cta button {
            font-size: 1.2em;
            padding: 15px 30px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .cta button:hover {
            background-color: #0056b3;
        }
        .videos {
            margin-top: 50px;
        }
        .videos h2 {
            text-align: center;
            font-size: 2em;
            margin-bottom: 20px;
        }
        .video-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .video {
            flex: 1;
            min-width: 300px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #fff;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .video h3 {
            font-size: 1.2em;
            margin-top: 0;
        }
        .video iframe {
            width: 100%;
            height: 200px;
            border: none;
            border-radius: 5px;
        }
    .parent {
  display: flex;
  flex-direction:row;
  background-color: #F6FCFC;
  width:80%;
}

.column33 {
  flex: 1 1 0px;
  border: 1px solid black;
}
/* Include the CSS class here */
    .login-button {
        display: inline-block;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        background-color:white;
        border: none;
        border-radius: 50px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

    .login-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    login-button:active {
        transform: translateY(0);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .login-dropdown {
    position: fixed;
    top: 15px;
    right:120px;
    z-index: 1000;
}

.login-dropbtn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.login -icon {
    width: 40px;
    height: 40px;
}
.collage {
            width: 200px; /* Total width for two images side by side */
            height: 100px; /* Height for each image */
            display: flex; /* Using Flexbox for alignment */
        }
        .collage img {
            width: 100px; /* Width for each image */
            height: 100px; /* Height for each image */
            object-fit: cover; /* Ensures the images cover the area without stretching */
        }
        footer {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 3px;
            with:100%;
            font-size: 10px;
}
@media screen and (max-width: 768px) {

  body, .container, .wrap, .parent, .column33, .features, .feature,
  .videos, .video-list, .video, .cta, footer, #footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 10px !important;
    box-sizing: border-box;
  }

  body {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .parent {
    flex-direction: column !important;
  }

  .column33 {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .fancy_text {
    width: 100% !important;
    font-size: 16pt !important;
    height: auto !important;
  }

  #world {
    font-size: 5vw !important;
  }

  .cool-button {
    width: 90% !important;
    max-width: none !important;
    min-width: unset !important;
    font-size: 14px;
  }

  .dropdown, .login-dropdown {
    top: 10px !important;
    right: 10px !important;
    position: absolute !important;
  }

  .video-list {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .video iframe {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .features {
    flex-direction: column !important;
  }

  .feature {
    min-width: auto !important;
    width: 100% !important;
  }

  .cta button {
    width: 100% !important;
    font-size: 1em !important;
  }

  .collage {
    width: 100% !important;
    height: auto !important;
    flex-direction: row;
    justify-content: center
