/*=======footer section css start=========*/
.footer .container {
    max-width: 1132px;
}
.footer ul {list-style-type: none;margin: 0;padding: 0;margin-bottom: 20px;}
.footer ul li {color: #fff;margin: 0;padding: 10px 0px;}
.footer ul li:last-child {padding-bottom: 0;margin-bottom: 0;}
.footer ul li a {display: inline-block;font-size:inherit; font-weight:inherit;}

.footer a {color:inherit;}
.footer a:hover {color:#ecdfc0;}

.footer {position: relative;}
.footer-top {position: relative;padding: 45px 0px 30px; background-color:#3C3D37;}

.footer-logo {margin-bottom: 10px;text-align: center;}
.footer-logo a {display: inline-block;}
.footer-contect-link ul li {font-size: 16px;font-family: "Montserrat", sans-serif;line-height: 30px;font-weight:500;letter-spacing: .1px;padding: 0px 30px;}
.footer-contect-link ul li:before{ display: none;}
.footer-contect-link ul li a img {margin-right: 10px;}

.footer-social-link ul {width: 100%;display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;margin-bottom: 0px;margin-top: 50px;}
.footer-social-link ul li {margin-right: 30px;padding: 0;}
.footer-social-link ul li:before { display: none; }
.footer-social-link ul li:last-child {margin-right: 0px;}
.footer-social-link ul li a:hover {transform: translateY(-5px);}

.footer-contect-link {margin-top: 45px;}
.footer-contect-link ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;margin-bottom: 0px;}

.footer-main {position: relative;padding: 50px 0px 70px; background-color: #181C14;}

.footer-row {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.footer-col {
    width: 33.33%;
}
.footer-col:nth-child(2) {
    width: 27%;
}
.footer-col:nth-child(3) {
    width: 19%;
}
:is(.footer-nav-link ) :is(h1, h2, h3, h4, h5, h6) {position: relative;font-family: 'Mulish Regular';font-weight: 400; font-size: 16px;color: #ecdfcc;text-transform:uppercase;padding: 0;padding-bottom: 25px;margin-bottom: 30px;}
:is(.footer-nav-link ) :is(h1, h2, h3, h4, h5, h6)::after {content: " ";position: absolute;width:70%;max-width: 128px; left: 0;bottom: 0;height: 1px;background-color: #fff;}
.footer-nav-link  ul {margin-bottom: 15px;}
.footer-nav-link  ul li {font-size: 16px;padding: 0px 0px;font-family: 'Mulish Regular';margin-bottom: 4px;font-weight: 400;}
.footer-nav-link  ul li:before{ display: none;}

.footer-bottom {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-top: 15px;}

.paypal, .copyright {width:auto;}
.footer-time {
    width: 19%;
}
.footer-time p, .copyright p {color: #fff;font-size: 14px;    font-family: 'Mulish Regular'; }
/*=======footer section css end=========*/
