a{
    color: black;
}
li{
    display:inline;
}
ul {
    white-space:nowrap;
    overflow: auto;
}
#section1{
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    background-color: #808AD4;
    height: auto;
}

.head_nav{
    width: 100%;
    height: auto;
    /* min-height: 50px; */
    /* background-color: #808AD4; */
    text-align: right;
}
.head_nav ul{
    height: 100%;
    padding: 20px;
    margin-right: 20px;
    /* color: white; */
}
.country_item{
    background-color: #808AD4;
    /* float: right; */
    /* height: 20px; */
    display: inline;
    margin: 20px;
}
.country_item a{
    color: white;
}
.sub_header{
    color: white;
    text-align: center;
    font-size: 30px;
    padding:20px 0;
}
.sub_header a{
    color: white;
}
#section2{
    background-color: #272C6D;
}
#section3 .container{
    max-width: 1400px;
}
.country_img{
    width: 100%;
}
.visa_method .c_card{
    width: 350px;
    margin: 40px 20px;

}
.visa_method .c_card img{
    width: 100%;
    height: 250px;
    object-fit:cover;
}
.c_card .word{
    padding: 10px 0px;
}
.c_card a {
    color: black;
}
.c_card a:hover {
    color: black;
    text-decoration: none;
}