@import url('https://fonts.googleapis.com/css2?family=Neonderthaw&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neonderthaw&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

.full-wapper {
    width: 100%;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.cls {
    clear: both;
}

body {
    font-family: 'Roboto', sans-serif;
    background-image:  radial-gradient(#d7c2c2, transparent);
}

/*header part css start*/
.title {
    text-align: center;
    color: #3F6574;
    padding: 20px 0;
    font-family: 'Neonderthaw', cursive;
    font-size: 50px;
}

/*header part css end*/
/*banner part css start*/
.explor-bangladesh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.our-country {
    width: 50%;
}

.ban-title {
    padding: 20px 0;
    font-size: 30px;
}

.ban-content {
    padding: 10px 0 20px;
    text-align: justify;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}

.explor-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(45deg, green, red, green);
    font-size: 15px;
}

.country-image {
    width: 30%;
}

.country-image img {
    width: 100%;
}

/*banner part css end*/
/*card part css start*/
.ban-division {
    padding-bottom: 20px;
}

.ban-division h3 {
    text-align: center;
    font-family: 'Neonderthaw', cursive;
    font-size: 50px;
    padding: 20px 0 30px;
}

.all-division {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.division {
    width: 30%;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 4px 4px 12px gray;
    margin-top: 50px;
}

.division-image {
    padding: 5px;
}

.division-image img {
    width: 100%;
}

.division-content h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0 10px 15px;
}

.division-content p {
    padding: 10px 15px 20px;
    text-align: justify;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
}

.division-btn-section {
    text-align: center;
    padding-bottom: 20px;
}

.division-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: darkcyan;
    font-size: 15px;
    font-weight: 700;
}

/*card part css end*/
/*footer part css start*/
.fotter-section {
    border-top: 1px solid gray;
}

.fotter-section p {
    text-align: center;
    padding: 15px 0;
}

.fotter-section p small {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

/*footer part css end*/
