/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--nexin-black);
    padding: 61px 0 72px;
}

.site-footer__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-widget__title-box {
    position: relative;
    display: block;
}

.footer-widget__title {
    font-size: 100px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--nexin-white);
    text-transform: capitalize;
}

.footer-widget__text {
    color: var(--nexin-white);
    margin-top: 33px;
    text-transform: capitalize;
}

.footer-widget__btn {
    position: relative;
    display: block;
}

.footer-widget__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 152px;
    background-color: var(--nexin-base);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    gap: 5px;
    color: var(--nexin-black);
    text-transform: capitalize;
}

.footer-widget__btn a:hover {
    background-color: var(--nexin-white);
}

.footer-widget__btn a span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -1px;
}

.site-footer__bottom__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
}

.site-footer__bottom-menu-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--nexin-bdr-color);
    padding: 73px 0 30px;
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li a {
    font-weight: 600;
    color: var(--nexin-black);
    text-transform: capitalize;
}

.site-footer__bottom-menu li a:hover {
    color: var(--nexin-base);
}

.site-footer__social-and-copyright {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 34px;
}

.site-footer__social-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-footer__social-box a {
    font-size: 16px;
    color: var(--nexin-black);
}

.site-footer__social-box a:hover {
    color: var(--nexin-base);
}

.site-footer__copyright-text {
    text-transform: capitalize;
    color: var(--nexin-black);
}

.site-footer__copyright-text a {
    color: var(--nexin-black);
}

.site-footer__copyright-text a:hover {
    color: var(--nexin-base);
}

/*==============================================
  Site Footer Two 
===============================================*/
.site-footer-two {
    position: relative;
    display: block;
    background-color: var(--nexin-black);
    z-index: 1;
}

.site-footer-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.site-footer-two__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #2A2A2A;
    padding: 113px 0 120px;
}

.footer-widget-two__about {
    position: relative;
    display: block;
    margin-top: 7px;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
}

.footer-widget-two__place {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
    border-bottom: 1px solid #2A2A2A;
    margin: 33px 0 40px;
    padding-bottom: 21px;
}

.footer-widget-two__place-single {
    position: relative;
    display: block;
}

.footer-widget-two__place-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--nexin-white);
    margin-bottom: 5px;
}

.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-footer-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--nexin-white);
}

.site-footer-two__social a:hover {
    color: var(--nexin-base);
}

.footer-widget-two__title-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.footer-widget-two__title {
    font-size: 24px;
    color: var(--nexin-white);
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-widget-two__link {
    position: relative;
    display: block;
    margin-left: 53px;
}

.footer-widget-two__link-list {
    position: relative;
    display: block;
}

.footer-widget-two__link-list li+li {
    margin-top: 9px;
}

.footer-widget-two__link-list li a {
    text-transform: capitalize;
    color: var(--nexin-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__link-list li a:hover {
    color: var(--nexin-white);
}

.footer-widget-two__company {
    position: relative;
    display: block;
    margin-left: 37px;
}

.footer-widget-two__newsletter {
    position: relative;
    display: block;
    margin-left: 37px;
}

.footer-widget-two__newsletter-text {
    margin-bottom: 22px;
}

.footer-widget-two__newsletter-form-input-box {
    position: relative;
    display: block;
}

.footer-widget-two__newsletter-form-input-box input[type="email"] {
    height: 56px;
    width: 100%;
    background-color: #2A2A2A;
    outline: none;
    font-size: 16px;
    color: var(--nexin-gray);
    font-weight: 400;
    border: none;
    padding-right: 55px;
    padding-left: 45px;
}

.footer-widget-two__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    border: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-two__newsletter-btn>span:hover {
    color: var(--nexin-base);
}

.footer-widget-two__newsletter-btn>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--nexin-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__newsletter-icon {
    position: absolute;
    top: 53%;
    left: 20px;
    transform: translateY(-50%);
}

.footer-widget-two__newsletter-icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--nexin-gray);
}


.site-footer-two__bottom {
    position: relative;
    display: block;
    padding: 27px 0 27px;
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer-two__bottom-text {
    color: var(--nexin-white);
}

.site-footer-two__bottom-text a {
    color: var(--nexin-white);
}

.site-footer-two__bottom-text a:hover {
    color: var(--nexin-base);
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li a {
    color: var(--nexin-white);
    text-transform: capitalize;
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--nexin-base);
}

.site-footer-two__bottom-menu li span {
    position: relative;
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(var(--nexin-white-rgb), .20);
}

/*==============================================
    Site Footer Three
===============================================*/
.site-footer-three {
    position: relative;
    display: block;
    background-color: #18191B;
    z-index: 1;
}

.site-footer-three__shape-1 {
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: -1;
}

.site-footer-three__shape-1 img {
    width: auto;
}

.site-footer-three__shape-2 {
    position: absolute;
    right: 30px;
    bottom: 92px;
    z-index: -1;
}

.site-footer-three__shape-2 img {
    width: auto;
}

.site-footer-three__top {
    position: relative;
    display: block;
    padding: 107px 0 112px;
}

.footer-widget-three__top-left {
    position: relative;
    display: block;
    margin-left: 33px;
    margin-right: 15px;
}

.footer-widget-three__top-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.footer-widget-three__read-more {
    position: relative;
    display: inline-block;
}

.footer-widget-three__read-more a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: var(--nexin-base);
}

.footer-widget-three__read-more a:hover {
    color: var(--nexin-white);
}

.footer-widget-three__link-box {
    position: relative;
    display: flex;
    border-top: 1px solid #2A2A2A;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px;
    padding-top: 33px;
}

.footer-widget-three__link {
    position: relative;
    display: block;
}

.footer-widget-three__link li {
    position: relative;
    display: block;
}

.footer-widget-three__link li+li {
    margin-top: 9px;
}

.footer-widget-three__link li a {
    font-weight: 500;
    color: var(--nexin-gray);
}

.footer-widget-three__link li a:hover {
    color: var(--nexin-base);
}

.footer-widget-three__top-right {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 33px;
    margin-top: 4px;
}

.footer-widget-three__top-right-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.footer-widget-three__top-right-text {
    margin: 13px 0 42px;
}

.footer-widget-three__newsletter-form-input-box {
    position: relative;
    display: block;
}

.footer-widget-three__newsletter-form-input-box input[type="email"] {
    height: 52px;
    width: 100%;
    background-color: #2A2A2A;
    outline: none;
    font-size: 16px;
    color: var(--nexin-gray);
    font-weight: 400;
    border: none;
    padding-right: 55px;
    padding-left: 30px;
}

.footer-widget-three__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    border: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-three__newsletter-btn>span:hover {
    color: var(--nexin-white);
}

.footer-widget-three__newsletter-btn>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--nexin-base);
}

.footer-widget-three__contact-list {
    position: relative;
    display: block;
    margin-top: 23px;
}

.footer-widget-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-widget-three__contact-list li+li {
    margin-top: 16px;
}

.footer-widget-three__contact-list li span {
    position: relative;
    display: block;
    max-width: 70px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--nexin-white);
}

.footer-widget-three__contact-list li p a {
    color: var(--nexin-gray);
}

.footer-widget-three__contact-list li p {
    border-bottom: 1px solid #2A2A2A;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li p a:hover {
    color: var(--nexin-base);
}

.site-footer-three__bottom {
    border-top: 1px solid #2A2A2A;
    padding: 33px 0 32px;
}

.site-footer-three__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.site-footer-three__bottom-text {
    color: var(--nexin-white);
}

.site-footer-three__bottom-text a {
    color: var(--nexin-base);
}

.site-footer-three__bottom-text a:hover {
    color: var(--nexin-white);
}




/*==============================================
    End
===============================================*/