@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sansita+Swashed:wght@300..900&display=swap');


body {
  font-family: "Nunito", sans-serif; 
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Sansita Swashed", system-ui;
}
.navbar-brand img {
    max-width: 200px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}
section.wlcm-sec {
    background: #202A44;
    padding: 45px 0;
    text-align: center;
}
.wlcm-sec h1 {
    font-size: 65px;
    color: #fff;
}
.wlcm-sec p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.city-listing-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.city-listing-body ul li a {
    text-decoration: none;
    padding: 10px 20px;
    border: 0;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    background: linear-gradient(-40deg, #202a44, #202a44, #ffeb3b);
    border-radius: 5px 25px 0px 25px;
}
.country-wrap {
    padding: 45px 0;
}
.logo img {
    max-width: 125px;
}
footer {
    background: #202A44;
    padding: 45px 0 0;
    color: #fff;
}
.logo {
    text-align: left;
}
.logo img {
    filter: brightness(0) invert(1);
}
.rta-badge {
    border: solid 1px #ddd;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    width: auto;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}
.rta-badge svg path {
    fill: #fff;
}
.btn_secondary {
    background: transparent;
    padding: 0;
    margin-left: auto;
    color: #fff;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
}
ul.list-unstyled {
    margin-bottom: 0;
}
 .copyright-in p {
    text-align: left;
    margin-bottom: 0;
}
.legal-cont {
    padding: 25px 0;
    border-top:solid 1px #a7a7a7;
    margin-top: 25px;
    border-bottom:solid 1px #a7a7a7;
    margin-bottom: 0;
}
.copyright {
    padding: 10px 0;
}
section.country-wrap h2 {
    position: relative;
    display: flex;
    padding: 15px 25px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    align-items: center;
    gap: 20px;
}
section.country-wrap h2 span {
    height: 35px;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 25px;
}
.country-wrap h2:after {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(145deg, rgb(32 42 68) 0, rgb(32 42 68 / 44%) 60%, rgb(32 42 68 / 14%) 100%);
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    border-radius: 40px 40px 0 0;
}
.city-listing-body {
    max-width: 95%;
    margin: 0 auto;
}
.country-wrap .container {
    box-shadow: 0 0 13px #0037c926;
    border-radius: 40px;
    padding: 0;
    padding-bottom: 20px;
}
.country-wrap h2 a {
    color: #fff;
    text-decoration: none;
}




@media screen and (max-width:767px) {
    .city-listing-body ul li a {
        padding: 5px 10px;
        font-size: 14px;
    }
    .wlcm-sec p {
        font-size: 16px;
    }
    .wlcm-sec h1 {
        font-size: 28px;
    }   
    .logo {
        text-align: center;
    }

    footer {
        text-align:  center;
    }

    footer p {
        margin-bottom: 0;
    }

    .rta-badge {
        margin-bottom: 20px;
    }

    .btn_secondary {
        justify-content: center;
        margin-top: 10px;
    }
}