*{
    margin:0;
    padding:0;
}
.header-1 {
    background-color:aliceblue;
    color: #fff;
    padding: 5px;
    display: flex;
    justify-content: space-between; /* Align left and right content to opposite sides */
    align-items: center; /* Vertically center content within header */
}

.contact-info {
    display: flex;
    align-items: center;
    width: 100%;
}

.left-content {
    display: flex;
    align-items: center;
}

.right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align content to the right side of the header */
    width: 100%;
}

.phone, .email, .social-icons {
    display: flex;
    align-items: center;
}

.phone img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.phone a{
    text-decoration:none;
    color: #000;
    font-size:20px;
    
}
.email img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.email a {
    text-decoration: none;
    color: #000;
    font-size:20px;
}
.social-icons img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.social-icons a {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
}
.header-2 {
    background-color:#fff;
    color:#000;
    padding:20px;
    display: flex;
    justify-content: space-between; /* Align content to the left, center, and right */
    align-items: center; /* Vertically center content within header */
}

.logo img {
    width: 100px; /* Set the desired width for the logo */
    height: 50px; /* Set the desired height for the logo */
}

.navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.navigation li {
    margin-right: 20px;
}

.navigation a {
    text-decoration: none;
    color: #000;
    font-size:20px;
    margin-right:30px;
    font-family:sans-serif;
}

.try-free a {
    text-decoration: none;
    color: #fff;
    background-color:#00f; /* Set the background color for the "Try for Free" button */
    padding: 10px 20px;
    border-radius:10px;
    border-color: #000;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}
.colored-background{
    display:flex;
    background-color:#05557a;
    color:#fff;
    padding: 40px;
    
}
.text-content p {
    flex:1;
   padding:20px;
   text-align: left;
}

.green-text {
    color: #008000; 
}
.white-text {
    color: #fff; 
    font-weight: bold;
    font-size:40px;
   
}
.gray-text {
    color:#fff;
    align-items:left;
    font-size: 20px;

}
.attend-button {
    display: block;
    width: 150px;
    text-align:left;
    background-color: #00f; /* Set the background color for the button */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.video-container{
    flex:1;
   padding:20px;
}
iframe{
 width: 560px;
 height:315px;
 border:none;
} 
.container{
    display:flex;
    justify-content: space-between;
}
.box {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    width: 20%;
    height: 40%;
    display: inline-block;
    text-align: center;
    align-items:center;
}
.box img{
width: 80px; 
height: 80px; 
}

h2 {
    color: #00f;
    margin: 10px 0;
}

.p {
    color: #fff;
    margin: 10px 0;
}
.colored-background1{
    display:flex;
    background-color:#05557a;
    color:#fff;
    padding: 40px;
    
}
.text-content1 p {
    flex:1;
    font-size: 18px; 
    margin-right:60px;
    align-items: center;
    text-align:left;
    padding: 5px;
}

.green-text1 {
    color: #008000; 
    font-size: 16px;
    margin-top:0px;
    margin: left 0px;
}

.white-text1 {
    color: #fff; 
    font-size:40px; 
    font-weight: bold; 
    margin-top:10px;
}

.gray-text1 {
    color:#fff; 
    margin-top:5px;

}
.ReserveMySeat {
    display: block;
    width: 150px;
    background-color: #00f; /* Set the background color for the button */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.colored-background2{
    display:flex;
    background-color:#05557a;
    color:#fff;
    padding:60px;
}
.text-content2 p {
    flex:1;
   padding:20px;
   text-align: left;
}

.green-text2 {
    color: #008000; 
}

.gray-text2 {
    color:#fff;
    align-items:left;
    font-size: 20px;
}
.white-box{
    background-color: #fff;
    padding: 20px;
    width: 40%;
    height: 60%;
    display: inline-block;
    text-align:left;
    align-items:left;
    margin-right: 50%;
    border-radius:20px;
}
li{
    color:gray;
}
.custom-list{
    list-style-type:none;
    padding:0;
}
.custom-list li::before{
    content:'\2713';
    color:green;
    font-weight: bold;
    margin-right: 5px ;
    
}
.Know-More {
    display: block;
    width: 150px;
    text-align:center;
    background-color: #00f; /* Set the background color for the button */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.image-container {
    display: inline-block;
    position: relative;
    margin:10px;
  }
  
  .image-details {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(5,85,122);
    color: #fff;
    padding: 5px;
    width: 100%;
    text-align: center;
  }
  
  .image-container:hover .image-details {
    display: block;
  }
  footer {
    background-color:aliceblue; /* Gray background color */
    padding: 20px;
    color: #fff; /* Text color */
    display: flex;
    justify-content: space-between; /* Align columns horizontally */
    align-items: center; /* Vertically center content */
  }
  
  .footer-column {
    flex: 1; /* Equal width for each column */
    padding: 10px;
    text-align: center;
    color:#000
  }
  
  .social-icons1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-icons1 img {
    width: 30px;
    height: 30px;
  }
  
  .social-icons1 a {
    margin: 0 10px; 
    text-decoration: none;
    color: #fff; 
  }