* {
    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;
}


/* contactcss */
.business-details-panel {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 20px;
}

.contact-map {
    margin: auto;
    max-width: 90%;
    height: auto;
}

.contact-map img {
    margin-top: 50px;
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}

.contact-info {
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 40px;
}

.contact-item {
    max-width: 90%;
}

.contact-item .email {
    margin-top: 60px;
}

.contact-item .nmbr {
    margin-top: 10px;
}

.contact-item h3 {
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 30px; */
}

.contact-item .call-now {
    width: 90px;
    height: 40px;
    border-radius: 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 100px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 10px;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item li {
    font-size: 16px;
}

.contact-item .get-directions {
    width: 130px;
    height: 40px;
    border-radius: 10px;
    display: block;
    padding-top: 8px;
    padding-left: 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 5px;
}

.openingHours {
    margin-bottom: 20px;
}

.opening-hours th {
    text-align: left;
    padding-right: 10px;
}

.opening-hours td {
    padding-left: 10px;
}

/* 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;
}