.body {
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
}
.start {
  background-color: #fff;
  padding: 0px 0;
  text-align: center;
}
.mid {
  background-color: #f8f9fa;
  padding: 50px 0;
  text-align: center;
}
.course-link {
  color: white; /* Set default color to white */
  text-decoration: none; /* Remove underline */
  margin-left: 5px; /* Add space between icon and link */
}

.course-link:hover {
  color: #ff7e5f; /* Change color on hover */
}

.contact-link {
  color: white; /* Set default color to white */
  text-decoration: none; /* Remove underline */
  margin-left: 5px; /* Add space between icon and text */
}

.contact-link:hover {
  color: #ff7e5f; /* Change color on hover */
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-btn {
  color: white;
  font-size: 2rem; /* Increase the icon size */
  text-decoration: none;
}

.social-btn:hover {
  color: #ff7e5f; /* Changes color on hover */
}
.h11 {
    margin: -8px;
}
.img-fluid-1 {
  max-width: 45%;
    height: auto;
}
.img-1 {
  max-width: 40%;
}
.start h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
.container {
  padding: 20px;
}
.p1
{
 margin-top: inherit;
}
.city-name {
position: absolute;
top: 820px;
left: -20px;
color: rgba(0, 0, 0, 0.1);
font-size: 145px;
font-weight: bold;
transform: rotate(-90deg);
transform-origin: left top;
}
.navbar {
padding: 20px 0;
font-size: large;
font-weight: bold;
}
.navbar-nav .nav-link {
color: #333;
font-size:x-large;
text-align: left;
font-weight: bold;
margin-left: 20px;
}
.navbar-nav .nav-link:hover {
color: #ff6347;
}
footer {
  padding: 30px 0;
  background-color: #f8f9fa;
  text-align: center;
}
footer p {
  margin: 0;
}

.f22{
  background-image: url(../image/bg.png);
  image-orientation:90deg;
  color: #fff;
}
.form-section {
    background-color: white;
    border: #333;
    color: black;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.form-section h3 {
    font-weight: bold;
}
  .btn-webinar {
    background-color: #FF6347;
    color: white;
    border: none;
    padding: 15px 85px;
    font-size: 20px;
    border-radius: 5px;
  }
  
  .btn-webinar:hover {
    background-color: #ff7b63;
  }
  .checklist {
    list-style: none;
    padding-left: 0;
  }
  
  .checklist li {
    margin-bottom: 10px;
    text-align: left;
  }
  .checklist li::before {
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
  }
  .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.card:hover {
    transform: scale(1.05);
}
.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
}
.card-text ul {
    list-style-type: none;
    padding: 0;
}
.card-text ul li {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #555;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 0.9rem;
    display: block;
    margin: 20px 0 0;
}

.card-img-top {
    border-radius: 15px 15px 0 0;
}

@media (max-width: 768px) {
  .start h1 {
    font-size: 35px;
    text-align: center;
  }
  .city-name {
    display: none;
  }
}