* {
  margin: 0;
  padding: 0;
  font-family: fantasy;
}

.header {
  min-height: 100vh;
  width: 100%;
  background-image: url(IMG/ABY.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav img {
  width: 100px;
}
.nav-links {
  flex: 1;
  text-align: right;
}
.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: rgba(193, 3, 110);
  text-decoration: none;
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: rgba(193, 3, 110);
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 90%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.text-box p {
  margin: 8px 0 15px;
  font-size: 18px;
  color: rgb(193, 3, 110);
}
.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 30px;
  background: rgb(193, 3, 110);
  position: relative;
  cursor: pointer;
}
.hero-btn:hover {
  border-radius: 5px;
  background: rgb(41, 38, 38);
  transition: 2s;
}
.nav .fa {
  display: none;
}

@media (max-width: 700px) {
  .text-box h1 {
    font-size: 10px;
  }
  .nav-links ul li {
    display: block;
  }
  .nav-links {
    position: absolute;
    background: whitesmoke;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 5s;
    display: none;
  }
  nav .fa {
    display: block;
    color: black;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul {
    padding: 30px;
  }
}
.About {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 100px, 0px;
}
.pre h1 {
  font-size: 45px;
}

.About img {
  height: auto;
  width: 300px;
  border-radius: 60px;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  color: rgb(193, 3, 110);
  text-align: center;
}

p {
  color: black;
  font-family: serif;
  font-size: 1.5rem;
  font-weight: 1rem;
  line-height: 3rem;
  padding: 3rem;
}

.services {
  width: auto;
}

.card p {
  color: whitesmoke;
  font-size: 23px;
  font-weight: 15px;
  line-height: 30px;
}

.obj {
  width: 100%;
  margin: auto;
  text-align: center;
}
.obj h1 {
  text-align: center;
  font-weight: 50px;
  font-size: 50px;
  padding-top: 40px;
}

.obj p {
  font-size: 26px;
  font-weight: 20px;
  line-height: 40px;
}

.package {
  width: 100%;
  padding: 100px, 0px;
  text-align: center;
}

.title h2 {
  color: rgb(193, 3, 110);
  font-size: 20px;
  font-weight: 10px;
  text-align: center;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
}
.title h2 {
  font-size: 40px;
  font-weight: 40px;
}
.title a {
  font-size: 26px;
  font-weight: 30px;
  font-family: serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 30px;
}
.card {
  height: 550px;
  width: 340px;
  padding: 15px 20px;
  background: rgb(239, 155, 202);
  border-radius: 60px;
  margin: 8px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.card .fa {
  color: azure;
}
h5 {
  color: black;
  font-size: 17px;
  margin-bottom: 10px;
}
.pra p {
  font-size: 13px;
  color: azure;
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 30px;
    font-weight: 30px;
  }
  .title a {
    font-size: 22px;
    font-weight: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .card {
    width: 90%;
    margin: 8px auto;
  }
  .box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .title h2 {
    font-size: 25px;
    font-weight: 25px;
  }
  .title a {
    font-size: 18px;
    font-weight: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .card {
    width: 90%;
    margin: 8px auto;
    height: auto;
  }
  .card .fa {
    font-size: 30px;
  }
  .pra p {
    font-size: 13px;
  }
}

.Train h1{
  margin-top: 80px;
  font-size: 30px;
  margin-bottom: 20px;
}

.Train ul{ 
  font-size: 20px;
  font-family: serif;
}
.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 80px;
}

th, td {
  padding: 8px;
  text-align: left;
  background-color: rgb(239, 155, 202);
  color: azure;
  border-bottom: 1px solid #ddd;
}
td {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

th {
  background-color: rgb(245, 185, 247);
  font-size: 20px;
}

@media (max-width: 600px) {
  th, td {
    padding: 5px;
    font-size: 14px;
  }
  table {
        overflow: hidden;
  }
}

.Gallery {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
.Gallery img {
  image-rendering: center;
  display: -moz-grid-line;
  padding: 25px 30px;
  width: 26vw;
  height: auto;
  justify-content: center;
  border-radius: 200px;
}

span {
  color: rgb(193, 3, 110);
  font-weight: 800;
}
.reviews {
  width: 100%;
  margin-top: auto;
  padding-top: 100px;
  text-align: center;
}

.review-col h1 {
  text-align: center;
  font-size: 20px;
}

.review-col {
  width: 40%;
  flex-basis: 10%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  padding: 8px;
  background: #fdd5d5;
  cursor: pointer;
  display: inline-block;
}
.review-col img {
  height: 80px;
  margin-left: 5px;
  margin-right: 30px;
  border-radius: 100px;
}
.review-col p {
  padding: 0;
}

.review-col h3 {
  margin-top: 15px;
  text-align: right;
}

.review-col p {
  font-size: 12px;
  font-weight: 12px;
}
.review-col .fa {
  color: goldenrod;
}

.cta {
  margin: 100px auto;
  width: 90%;
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(IMG_9763.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
}

.cta h1 {
  color: whitesmoke;
  margin-bottom: 40px;
  padding: 0;
}

.cta h2 {
  color: whitesmoke;
  text-align: end;
  font-size: 10px;
  font-weight: 20px;
}

.footer {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  height: 30rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(239, 155, 202);
}

.footer p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 26px;
  line-height: 20px;
  font-weight: bold;
}

.footer table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 80px;
}

 .footer th, td {
  padding: 8px;
  text-align: left;
  background-color: rgb(239, 155, 202);
  font-size: 30px;
  font-size: 10px;
  color: azure;
  border-bottom: 1px solid #ddd;
}


.icons {
  display: flex;
}
.icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: azure;
  border-radius: 50%;
  margin: 22px 10px;
  color: black;
  text-decoration: none;
}
.icons a:hover {
  transform: scale(1.3);
  transition: 0.3s;
}

@media screen and (max-width: 968px) {
  .main {
    display: none;
  }
}
