* {
    margin: 0;
    padding: 0;
}

.top-bar {
    background-color: #090808;
    margin-bottom: 1px;
    height: 25px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    color: #fff;
    box-sizing: border-box;
    font-family: Gotham, ZaridSans-Regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    scroll-behavior: smooth;

}

.top-bar ul li {
    margin-left: 20px;
}

.top-bar ul li a {
    color: #87e19b;
    text-decoration: none;
}

.top-bar ul li a:hover {
    color: #e95a5a;
}

/*  */
.sc-567480f5-2 {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    display: flex;
    align-items: center;
}

h1 {
    margin: 0;
    padding: 0;
}

h1 a {
    display: block;
    width: 120px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#navLinks {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 70px;
}

#navLinks li {
    margin-left: 20px;
}

#navLinks a {
    text-decoration: none;
    color: #333;
}

#navLinks a:hover {
    text-decoration: underline;
}

#btn {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button.sc-567480f5-4 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

button.sc-567480f5-4 span {
    display: block;
    width: 28px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

button.sc-567480f5-4 span img {
    display: block;
    width: 100%;
    height: 100%;
}



.cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #242323;
}

.left {
    display: flex;
    align-items: center;
}

.logo {
    background-image: url(./images/final\ logo.png);
    width: 200px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    margin-top: 10px;
}

.Iata {
    background-image: url(./images/iata.png);
    width: 200px;
    height: 80px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-left: 20px; */
    margin-bottom: 3px;
}

#navLinks {
    list-style: none;
    padding: 0
}

#navLinks li {
    margin-left: 30px;
}

#navLinks li a {
    text-decoration: none;
    color: rgb(245, 245, 245);
    text-shadow: rgba(0, 0, 0, 0.125) 2px 2px 2px;
    display: block;
    position: relative;
    font-size: 1rem !important;
}

#btn {
    background-color: #464747;
    font-size: 1rem;
    margin: 10px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border-radius: 10px;
}

/* staff top  */
.divider {
    /* border-bottom: 1px solid #1b1818; */
    margin-top: 50px;
    padding: 2px 0;
    text-align: center;
}

.divider-text {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #464747; */
    color: #000000;
    padding: 5px 20px;
    position: relative;
    font-size: 3rem;
    font-family: "Raleway", Sans-serif;
}

/*Review*/

.review {
    margin: auto;
    width: 100%;
    height: 100vh;
    padding: 70px 0;
    /* margin-bottom: 100px; */
}

.review .review_box {
    align-items: center;
    justify-content: center;
    /* width: 95%; */
    margin-top: 20px;
    display: flex;
}

.review .review_box .review_card {
    width: 350px;
    height: 480px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 0 8px;
}

.review .review_box .review_card .review_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.review .review_box .review_card:hover .review_profile {
    transform: translateY(-60px);
}

.review .review_box .review_card .review_profile img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 5px solid #cccccc;
}

.review .review_box .review_card .review_text {
    text-align: center;
    /* margin: 5px 5px; */
    justify-content: center;
}

.review .review_box .review_card .review_text .name {
    color: #000;
    transition: 0.3s;
}

.review .review_box .review_card:hover .review_text .name {
    transform: translateY(-50px);
}


.review .review_box .review_card .review_text .Name {
    color: #000;
    margin-top: 15px;
    transition: 0.3s;
}

.review .review_box .review_card:hover .review_text .Name {
    transform: translateY(-30px);
}

.review .review_box .review_card .review_text .review_icon {
    color: #fac031;
    transition: 0.3s;
}

.review .review_box .review_card:hover .review_text .review_icon {
    transform: translateY(-30px);
}

.review .review_box .review_card .review_text .review_social i {
    margin: 5px 1px;
    font-size: 15px;
    opacity: 0;
    cursor: pointer;
    transition: 0.3s;
}

.review .review_box .review_card:hover .review_text .review_social i {
    opacity: 1;
    transform: translateY(-8px);
}

.review .review_box .review_card .review_text p {
    text-align: center;
    justify-content: center;
    margin: 40px 10px;
    line-height: 22px;
    transition: 0.3s;
}

/* .review .review_box .review_card:hover .review_text p {
    margin-top: 10px;
} */


.staffList {
    background-color: #ffffff;
    padding: 50px 0;
}

.containerDes {
    max-width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    padding: 0 20px;
    border-color: #000;
}

table {
    margin: auto;
    width: 80%;
    border-collapse: collapse;
    background-color: whitesmoke;
    border: #000000;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #0c0c0c;
}

th {
    background-color: #4CAF50;
    color: white;
}

tr {
    color: #0a0b0b;
    font-weight: 500;
}


/* footer css */

.footerContainer {
    max-width: 100%;
     overflow: hidden;
  }
  
  .cs_footer_main {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    align-items: flex-start;
    background-color: #222222;
  }
  
  .cs_footer_main_col {
    flex-basis: 30%;
  }
  
  .cs_footer_widget {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  
  /* .cs_text_widget {
    margin-bottom: 30px;
  } */
  
  .cs_text_widget img {
    max-width: 50%;
    margin-left: 18px;
  }
  
  .cs_contact_widget {
    margin-bottom: 20px;
  }
  
  .cs_contact_widget li {
    margin-bottom: 10px;
  }
  
  .para p{
    color: #f2f2f2;
  }
  
  .cs_fs_20 {
    font-size: 20px;
    color: #f2f2f2;
  }
  
  .cs_semibold {
    font-weight: 600;
  }
  
  .cs_white_color {
    color: #ffffff;
  }
  
  .cs_menu_widget {
    list-style: none;
  }
  
  .cs_menu_widget li {
    margin-bottom: 10px;
  }
  
  .cs_menu_widget a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .cs_social_btn {
    display: flex;
    height: 10px;
    gap: 10px;
  }
  
  .cs_social_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-decoration: none;
    background-color: #3d24cf;
    border-radius: 25px;
  }
  
  .cs_social_btn a:hover {
    background-color: #f92c2c;
  }
  
  .cs_social_btn i {
    font-size: 20px;
    /* margin-right: 5px; */
  }
  
  @media (min-width: 1100px) {
    .footerContainer {
      max-width: none;
    }
  }
  
  
  /* secondFooter */
  
  .footerContainer2 {
    background-color: #0a0a0a;
    padding: 20px 0;
    color: white;
  }
  
  .cs_footer_bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .cs_copyright {
    font-size: 14px;
  }
  
  .cs_menu_widget_2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .cs_menu_widget_2 li {
    display: inline;
    margin-right: 10px;
  }
  
  .cs_menu_widget_2 li a {
    text-decoration: none;
    font-size: 14px;
  }
  
  .cs_menu_widget_2 li a:hover {
    color: #007bff;
  }