@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: "Aleo", serif;
}

header .header-top{
    padding-top: 10px;
    padding-bottom: 10px;
}

header .social-icon{
    text-decoration: none;
    padding-right: 5px;
    color: #9A866A;
}
header .upper-menu{
    font-size: 14px;
    text-decoration: none;
    padding-left: 20px;
    color: #9A866A;
}
header .navbar{
  border-top: .75px solid #8080808f;
  border-bottom: .75px solid #8080808f;
}

header .navbar .nav-brand{
    width: 195px;
}
header .navbar .nav-link{
    font-weight: 500;
    color: black;
}
header .navbar .nav-link:hover{
    color: #70634f;
}
header .search-btn{
    border-radius: 20px;
    background-color: #70634f;
    border: none;
}

header .search-btn i{
    font-weight: 600;
}
header .nav-toggle{
  font-size: 26px;
}


.navbar .dropdown-toggle::after{
    content: "\ea4e";
    font-family: "remixicon";
    border: none;
    margin-left: 4px;
    vertical-align: 0;
}

.navbar .nav-toggle i{ 
    font-size: 26px;
    font-weight: 500;
    color: #5E5443;
}

.offcanvas#nav-canvas{
    z-index: 1051;
    max-width: 90%;
}
.offcanvas#nav-canvas .offcanvas-body{
    padding: 10px 0px;
}

.offcanvas#nav-canvas .header-logo{
    width: 120px;
}

.offcanvas#nav-canvas .offcanvas-header{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #8080808f;
}

.offcanvas#nav-canvas .nav-link{
    border-bottom: 1px solid #8080808f;
    padding: 10px 20px;
}

.offcanvas#nav-canvas .dropdown-toggle{
    position: relative;

}

.offcanvas#nav-canvas .dropdown-menu{
    min-width: 100%;
    margin-top: 0;
    border-color: #8080808f;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

.offcanvas#nav-canvas .dropdown-toggle::after{
    content: "\ea4e";
    position: absolute;
    font-family: "remixicon";
    border: none;
    right: 20px;
    vertical-align: 0;
}

#search-modal .modal-content{
    border-radius: 15px
}

#search-modal .modal-header, #search-modal .modal-footer{
    border: none;
}

#search-modal .search-modal-wraper i{
    position: absolute;
    font-size: 25px;
    left: 14px;
    top: 5.3px;
    color: #5E5443;
}

#search-modal .search-modal-wraper{
    width: 100%;
}

#search-modal .search-modal-wraper #modal-searh-input{
    padding-left: 47px;
    border-color: #5E5443;
    border-width: 1.5px;
    border-radius: 30px
}

#search-modal #search-output a.blog{
    border-bottom: .6px solid #8080808f;
    text-decoration: none;
    display: block;
}

#search-modal #search-output .blog-title{
    font-size: 21px;
    font-weight: 600;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-modal #search-output .blog-time{
    font-size: 14px;
}

#search-modal #search-output .blog-thumbnail{
    border-radius: 8px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 90px;
}

#search-modal #search-output .blog-category{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

#search-modal .spinner-border{
    border-width: 2px;
    height: 1rem;
    width: 1rem;
}

.footer-section{
  border-top: 3px double #70634F;
  background-color: #f6f0ee61;
}

.footer-section a{
  text-decoration: none;
}
.footer-section .category .footer-link{
  color: #422a24;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-section li{
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
}
.footer-brand{
  width:200px;
}
.footer-brand img{
  width: 66%;
  object-fit: contain;
}

.footer-section .newsletter .newsletter-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: black;
    text-transform: uppercase;
    padding-left:10px;
    font-weight: 560;
    margin-top: 20px;
}

.footer-section .newsletter .newsletter-input {
    position: relative;
}

.footer-section .newsletter .newsletter-input input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #887a65;
    padding: 12px 20px;
}

.footer-section .newsletter .newsletter-input .sub-btn {
    position: absolute;
    color: white;
    border: none;
    padding: 5px 14px;
    border-radius: 30px;
    right: 8px;
    top: 7px;
}