body {
    font-family: 'Montserrat', sans-serif;
}

/* Main Section */

.container-fluid {
    padding: 0 0;
}
.dark-colored-section {
    background-color: #d1cfcf;
    padding: 3% 10% 1%;
    border-bottom: 1px solid #6B7AA1;
}
.light-colored-section {
    background-color: #fdfdfd;
    padding: 0 10% 1%;
}
.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #11324D !important;
    padding-left: 0;
    padding-bottom: 3px;
            border-bottom-style: solid;
            border-bottom-width: 4px;
            width: fit-content;
            border-color: #11324D;
    
}
.btn-group {
    margin-bottom: 5%;
    
    overflow: visible;
}
.nav-item, .nav-link {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
    color: #11324D !important;
}
.dropdown-menu {
    background-color: #e7e7e7;
}
.dropdown-item {     
    background-color:#e7e7e7 !important;
    text-decoration: underline;
}

.image {
    padding: 0;
}
.computer-img {
    display: inline;
    margin: 16px 0;
    border: 1px #36353583 solid;
    box-shadow: 5px 5px 10px #36353583;
}
.all-informations {
    display: inline;
}
@media (max-width: 768px) {
    .all-informations {
        width: 325px;
        float: left;
    }
}
.fas {
    float: left;
    text-align: center;
    color: #11324D;
    padding-top: 13px;
}
.interval {
margin-bottom: 9%;
}
.icons .fa-border {
    border-color: #11324D;
    margin-right: 20px;
    height: 83px;
    width: 73px;
    margin-top: 16px;
}
.icons .fa-border:hover {
    background: #d1cfcf;
}
.icons {
    display: inline-block;
}
a, .icon-text {
    text-decoration: none;
}
h5 {
    font-weight: bold;
    font-size: medium;
    color: #11324D;
}
h6 {
    font-family: 'STIX Two Text', serif;
    font-size: medium;
    color: #11324d;
}

/* About My Country Section*/

.my-country-section {
    padding: 3% 10% 7%;
}
#about-my-country {
    background-image: linear-gradient(rgba(253, 253, 253, .999), rgba(253, 253, 253, .7)), url("../images/flag.png");
    background-size: cover;
    background-position: center center;
}
@media (min-width:768px) and (max-width:992px), (max-width:768px) {
    .country-title {
    margin-bottom: 30px;
    }
}
#about-my-country, .container, .row, .photo, div {
    overflow: hidden;
}
.kg-introduction-text {
    font-style: italic;
    font-weight: 900;
    border: 1px black solid;
    padding: 3%;
    
}
.sm-img {
    border: #fff 3px solid;
}
.sec-img{
    width: 100%;
    transition: all 0.5s ease;
}
.sec-img:hover {
    transform: scale(1.1);
}
.government {
    margin-top: 20px;
    } 
@media (max-width: 768px) {
    .government {
    margin-top: 20px;
    }
    .economy {
        margin-top: 40px; 
    }
}


/* Card-Section */

#card-section {
    background-image: linear-gradient(rgba(180, 88, 88, 0.5), rgba(253, 253, 253, .3)), url("../images/card-bacground.jpg");
    background-size: cover;
    background-position: center center;
    padding: 10% 10% 10%;
}
.card {
    width: 100%;
    transition: all .5s ease;
    margin: 10px 0;
}
.card:hover {
    transform: scale(1.05);
}
.overlay-btn:hover {
   background: rgb(116, 115, 115);
}


/* Footer Section */

#footer-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/footer-bacground.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.button-container {
padding: 10% 10% 0;
}

.footer-text {
    text-align: center;
    font-size: 5rem;
    color: white;
    font-weight: bold;
    padding-bottom: 30px;
}
.buttons {
    padding: 10px 0 12% 0;
}
.footer-icons {
    line-height: normal;
}
.footer-icons {
    padding: 0 10px;
    color: gray;
    align-items: center;
    justify-content: center;
}
.footer-icons:hover {
    color: rgb(75, 75, 75);
}
.par-element {
    color: gray;
    padding: 20px;
}

/* Scrol Top Button */

.scrol-top {
    width: 60px;
    border-radius: 100px;
    padding: 6px 0 20px 0;
    border: 2px solid;
    color: red;
}
.scrol-top-button {
    position: relative;
    display: inline-block;
    left: 90%;
}
.red {
    color: red;
}












/* Slider Section */

/* #slide-section {
    background-color: lightgray;
    position: relative;
    padding: 50px 0;
    padding-bottom: 200px;
}
.slide-container {
    margin: 0;
    list-style: none;
}
.main {
    display: block;
    width: 60%;
    height: 70vh;
    margin: auto;
    margin-top: 15px;
    background-color: white;
    box-shadow: 1px 1px 10px 5px;
}
.main-window {
    height: 100%;
    padding: 10px;
}
.main img {
width: 100%;
object-fit: cover;
}
.thumbs {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20% 15px 19.3%;
}
.thumbs li:hover img {
    opacity: 0.4;
    transition: 0.3s ease;
    width: 100%;
}
ul, .thumbs li {
    margin: 0 5px;
}
.text {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    font-size: 20px;
    padding: 45px 0px;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
    
}
.text:hover {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: black;
    background-color: rgba(255, 100, 11, 0.151);
    padding: 45px 0px;
    text-align: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s ease;
    
}
.portret {
    height: 20vh;
    width: 10vw;
    object-fit: cover;
    padding: 5px;
    background-color: white;
}
.owl-nav-prev {
    position: absolute;
    top: 27%;
    left: 17.5%;
    width: 18px;
    height: 60px;
    padding: 18px  0 0 1px;
    border: rgb(99, 99, 99) 1px solid;
    background-color: rgb(197, 197, 197);
}
.owl-nav-prev:hover {
    background: rgb(143, 143, 143);
}
.owl-nav-next {
    position: absolute;
    top: 27%;
    right: 18.2%;
    width: 18px;
    height: 60px;
    padding: 18px 2px 0 0;
    border: rgb(99, 99, 99) 1px solid;
    background-color: rgb(197, 197, 197);
}
.owl-nav-next:hover {
    background: rgb(143, 143, 143);
} */

