* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    list-style: none;
    text-decoration: none;
}

a{
    text-decoration: none;
}

h2,h3,h4,h5,h6{
    font-size: 16px;
    color: #2A2354;
}

header{
    position: sticky;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid rgb(255 255 255);
    z-index: 999;
}

.logo-div{
    padding-left: 25px;
}

.logo-div img{
    width: 175.43px;
}

.navbar ul li {
    padding: 0px 12px;
}

.navbar ul li button {
    border: none;
    padding: 0px 25.4px;
    background-color: #2A2354;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 36px;
}

.navbar ul li button i {
    font-size: 26px;
}

.navbar ul li a {
    font-size: 14px;
    color: #211F29;
}

.navbar li a:hover {
    color: #d82e10;
    font-weight: 400;
    background: #fff5f6;
    border-radius: 10px;
}

.navbar-toggler {
    border-color: #fff;
    background-color: #000;
    padding: 5px 7px;
    border-radius: 4px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 2s ease, transform 2s ease;
    margin-top: 0;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 2s ease, transform 2s ease;
    line-height: 1.8;
    padding: 10px 0;
}

.dropdown-item {
    padding: 8px 20px;
}

.offcanvas-header a img{
    width: 149px;
    height: 32px;
}

.offcanvas-header .btn-close {
    padding: .5rem 1.5rem;
}

.offcanvas .collapse a.nav-link.small {
    padding-left: 1rem;
    color: #555;
    font-size: 13px;
    line-height: 7px;
}

.offcanvas .nav-link {
    transition: background 0.3s;
}

.offcanvas .nav-link:hover {
    background-color: #f8f9fa;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link{
    color: #211F29;
}

.nav-link-footer{
    color: #fff;
}

.nav-link-footer:hover{
    color: #ffffffe8;
}

.navbar-nav li a:hover {
    color: #d82e10;
    font-weight: 500;
}

.nav-item button {
    border: none;
    padding: 0px 25px;
    background-color: #2A2354;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.container {
    max-width: 1170px !important;
}

.brand-page {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    gap: 5px;
    align-items: center;
}

.brand-page a{
    color: #2A2354;
}

.brand-page li i {
    font-size: 9px;
}

.recent-post-card img {
    width: 100%;
    height: 203px;
    border-radius: 12px;
}


.recent-post h5 {
    font-size: 28px;
    font-weight: 500;
}

.recent-post-content .autor {
    font-size: 14px;
    font-weight: 500;
    color: #DD3846;
    padding: 15px 0px;
}

.post-img-right img{
    width: 100%;
    height: 160px;
    border-radius: 12px;
}

.recent-post-content h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
}

.recent-post-content p {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
}

.recent-post-right {
    display: flex;
}

.post-img-right {
    width: 220px;
}

.recent-post-right .recent-post-content {
    max-width: 340px;
    padding-left: 20px;
}

.recent-post-right .autor {
    padding-top: 0px;
    padding-bottom: 10px;
}

.post-content .autor {
    font-size: 14px;
    font-weight: 500;
    color: #DD3846;
    padding: 15px 0px;
}

.post-content h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
    color: #2A2354;
}

.post-content p {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
}

.pagination .page-item .page-link {
    border: none;
    color: black;
    /* background-color: #FFF5F6;     */
    margin: 0px 5px;
}

.previous a, .next a {
    color: #2A2354;
}

.pagination .page-item .page-link.active {
    background-color: #FFF5F6;
    border-color: #FFF5F6;
    color: #000;
}

.page-link:hover {
    background-color: #FFF5F6;
}

.page-nav i {
    padding: 0px 10px;
}

.footer-mid {
    background: #FFF5F6;
}

.footer-mid .container h6 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    padding: 40px 0px;
}

.properties-link {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    gap: 1rem;
}

.properties-link li {
    flex: 0 0 calc(33.333% - 1rem);
    font-size: 16px;
    color: #4D4C54;
}

.post-img img{
    border-radius: 12px;
}


/* single post */

.post-title h1{
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0px;
}

.post-img{
    max-width: 750px;
    padding: 10px 0px 20px 0px;
}


.post-content p{
    font-size: 16px;
    font-weight: 400;
    color: #667085;
    line-height: 30px;
}

footer {
    background: #DD3846;
}

.footer-content h5 {
    font-size: 16px;
    color: #FFFFFF;
}

.footer-content p {
    font-size: 16px;
    color: #FFFFFF;
}

.company-list h5,
.quick h5 {
    padding-left: 20px
}

.list-unstyled,
.quick-link {
    padding-left: 1.2rem;
}

.list-unstyled li,
.quick-link li {
    padding: 14px 0px 5px 0px;
    color: #FFFFFF;
}

.input-group input {
    width: 276px !important;
    height: 55px;
    border-radius: 10px;
    padding: 0 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #1E193C;
}

.input-group input::placeholder {
    color: #4D4C54;
    opacity: 1;
    font-size: 16px;
}

.newsletter button {
    width: 276px !important;
    height: 55px;
    border-radius: 9px;
    background: linear-gradient(to right, #463c8c 50%, #2A2354 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: white;
    border: none;
    transition: all 0.4s ease;
}

.newsletter button:hover {
    background-position: left bottom;
    box-shadow: 0 4px 15px rgba(42, 35, 84, 0.4);
}

.newsletter{
    padding: 14px 0px 0px 0px;
}

.copyright p{
 font-size: 14px;
 color: #FFFFFF;
 text-align: center;
 padding: 20px 0px;
 margin-bottom: 0px;
}