body {
    font-family: "DM Sans", sans-serif;
}

a {
    color: inherit;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #94A3B8;
    margin-top: 0;
    margin-bottom: 10px;
}

/*header*/
.header_logo {
    margin: 0px;
    padding: 0px;
}

.header_logo img {
    height: 50px;
}

.header_logo {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: 4px;
}

.header_logo:first-letter {
    color: #f97316;
}

.navbar-bg {
    background: #1c2331;
    padding: 15px 0px;
}

#navbarSupportedContent {
    justify-content: center;
}

#navbarSupportedContent ul {
    margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    padding: 0px 15px;
    /* color:#fff; */
}

.call-today {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
}

.btn-theme {
    color: #fff;
    background: #aa2b1a;
    border-radius: 7px;
    padding: 10px 25px;
}

.btn-theme:hover {
    color: #fff;
}

.top_text p {
    padding: 0px;
    margin: 0px;
    margin: 0px;
    color: #ccc;
}

.top_items i {
    color: #fff;
    font-size: 14px;
}

.top_items p {
    color: #fff;
    font-size: 14px;
}

.top_bar {
    background: #f97316;
    padding: 10px 0px;
}

.top_items {
    display: flex;
    padding-right: 18px;
}

.top_text span {
    color: #fff;
}

.left_side_top {
    display: flex;
}

.top_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3px;
}

.top_icons i {
    margin-right: 8px;
}

.top_text {
    display: flex;
}

.top_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: ruby;
}

.top_text ul li {
    margin-left: 16px;
    font-size: 14px;
}

.header_logo img {
    display: block;
    width: 170px;
    height: auto;
    margin-bottom: 0px;
}

header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: end;
}

.navbar-nav li a {
    font-size: 15px;
    line-height: 65px;
    padding: 0;
    font-weight: 600;
    color: #282f3b;
    margin-right: 30px;
}

.header-button {
    display: inline-block;
    padding: 0px 25px !important;
    border-radius: 10px 0px 10px 0px;
    background: #f97316;
    color: #fff !important;
    border: 1px solid #f97316;
    line-height: 56px !important;
    min-height: 56px;
    min-width: 160px;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center;
    transition: all 0.5s ease;
}

nav {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 5px 20px !important;
}

.navbar-nav li a {
    font-size: 15px;
    line-height: 65px;
    padding: 0;
    font-weight: 600;
    color: #282f3b;
    margin-right: 30px;
}

.main-menu-item {
    position: relative;
}

.main-menu-link {
    display: block;
    color: #000000;
    padding: 22px 0px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    transition: all 0s ease-in-out;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(50px);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.2s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 300px;
    padding: 20px 0;
    border: 1px solid #eaeaea;
    z-index: 3;
}

.menu_hover li {
    line-height: 35px;
    height: 40px;
}

.submenu .menu_hover {
    padding: 0px;
}

.menu_hover {
    width: 100%;
    display: block;
    justify-content: space-around;
    padding: 20px 0px;
}

.main-menu-item:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.submenu .menu_hover .menu_div ul {
    margin: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu .menu_hover .menu_div ul li a {
    padding: 5px 10px 5px 20px;
}

.submenu li a {
    color: #000;
    font-size: 14px;
}

.fa-duotone {
    color: #000;
}


/*slick slider css start*/
@media (min-width: 992px) {

    .slider,
    .slide {
        height: 574px;
    }
}

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: 574px;
    width: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    object-fit: cover
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide_content.slidecontent_left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.slide .slide_content.slidecontent_right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide .slide__content--headings {
    color: #fff;
}

.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-size: 30px;
    color: #000;
    font-weight: 800;
}

.slide .slide__content--headings .title {
    font-size: 3.5rem;
    color: #f97316;
    text-shadow:
        1px 1px 2px #000,
        /* Outer shadow */
        2px 2px 5px rgba(0, 0, 0, 0.5);
    /* Inner shadow */
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

/*slick slider css end*/

.section_main {
    padding: 60px 0px;
}

.about_img img {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    height: 500px;
    object-fit: cover;
    width: 480px;
}

.section_title h6 {
    color: #f97316;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.section_title h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}

.section_title p {
    font-size: 16px;
    line-height: 26px;
    color: #94A3B8;
}

.about_img {
    display: flex;
    justify-content: center;

}

.view_more_div a {
    display: inline-block;
    background: #00000000;
    padding: 10px 30px;
    border: 2px solid #f97316;
}

.view_more_div {
    margin-top: 30px;
}

.sbout_content {
    padding-top: 60px;
}

.stores_main {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px;
    text-align: center;
    padding: 30px;
}

.store_img img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.text_center {
    text-align: center;
}

.bg_gray {
    background: #0000000f;
}

#owl-stores.owl-carousel .owl-nav {
    display: block !important;
    color: #fff;
}

#owl-stores.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
    top: 44%;
    background: #f97316;
    border: 1px solid #ffffff33;
    padding: 10px 20px !important;
    opacity: 1;
}

#owl-stores.owl-carousel .owl-nav .owl-prev:hover {
    background: #fff;
    border: 1px solid #313030;
}

#owl-stores.owl-carousel .owl-nav .owl-prev:hover span {
    color: #313030;
}

#owl-stores.owl-carousel .owl-nav .owl-next:hover {
    background: #fff;
    border: 1px solid #313030;
}

#owl-stores.owl-carousel .owl-nav .owl-next:hover span {
    color: #313030;
}

#owl-stores.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -5%;
    top: 44%;
    background: #f97316;
    border: 1px solid #ffffff33;
    padding: 10px 20px !important;
    opacity: 1;
}

.our_store_inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.desc_stroe h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.desc_stroe a {
    color: #f97316;
    font-size: 16px;
    line-height: 26px;
}

.our_store_main {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 30px;

}

.desc_stroe {
    background: #fff;
    padding: 30px;
}

.desc_stroe span i {
    padding-right: 4px;
}

.contact-background {
    background-color: #FFFFFF;
    background-image: url('https://spacestory.co.in/assets/images/Wardrobe%201.jpg');
    background-position: -26vw 0px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0px;
}

.appointment-box {
    background-color: #F8F9F9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
}

.section-title-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}

.title-wrap .sub-title {
    color: #f97316;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.title-wrap .sub-title::before {
    content: "";
    bottom: 0;
    left: 0;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    background-color: #f97316;
}

.title-wrap .sub-title::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 2px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    background-color: #f97316;
}

.title-wrap .section-title {
    color: #111E21;
    margin-bottom: 22px;
    /* font-family: Lexend; */
    font-weight: 500;
    font-size: 49px;
    line-height: 56px;
    letter-spacing: -1px;
}

.architecture_color {
    color: #f97316;
}

.contact-form input {
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-color: #E9E9E9;
    border-radius: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.btn-default {
    border-color: #f97316;
    padding: 16px 30px 16px;
    font-size: 14px;
    background: #f97316;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-form textarea {
    background: #fff;
    border-color: #E9E9E9;
    border-radius: 0;
    height: 130px;
    padding-top: 10px;
    border-radius: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.common_bredcrumb {
    background: linear-gradient(75deg, rgb(51 48 48) 0%, rgb(35 34 33 / 53%) 100%), url(../img/bred_common.jpg);
    padding: 140px 0px;
}

.common_bredcrumb h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.common_bredcrumb p {
    color: #fff;
}

.br_content {
    text-align: center;
}

.icon_inner i {
    margin-top: 20px;
    padding: 16px;
    font-size: 22px;
    background: #f9731633;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #f97316;
    border-radius: 4px;
}

.section_main_60 {
    padding-top: 60px;
}

.footer_social {
    display: flex;
    justify-content: space-between;
    background-color: #f97316;
    padding: 20px;
}

.icons_anchors a {
    color: #fff;
    padding-right: 15px;
    font-size: 22px;
}

a {
    text-decoration: none;
}

footer {
    background-color: #f0f0f0;
    /* text-align: center; */
    color: #fff;
}

.footer-links h6 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    position: relative;
    /* font-family: Lexend; */
    font-weight: 500;
}

.footer-links h6::before {
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
    left: inherit;
    position: absolute;
    z-index: 1;
    background-color: #f97316;
}

.footer-links h6::after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #252c33;
}

.footer-links p a {
    padding-left: 0;
    line-height: 23px;
    color: #94A3B8;
    text-decoration: none;
}

.footer-links p a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    padding-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #f97316;
    font-weight: 900;
}

.footer_logo_text {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: 4px;
}

.footer_logo_text:first-letter {
    color: #f97316 !important;
}

.navbar-toggler-icon {
    background-image: url(../img/menu_icon.png);
}

@media(max-width:600px) {
    .top_bar {
        display: none;
    }

    .slide .slide__content--headings .title {
        font-size: 30px;
    }

    .slide .slide__content--headings .top-title {
        font-size: 18px;
    }

    .slide .slide__img img {
        max-width: 100%;
        height: 400px;
        width: 100%;
    }

    .about_img img {
        height: 390px;
        object-fit: contain;
        width: 100%;
        border-radius: 0px;
    }

    .section_title h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }

    .section_title h6 {
        color: #f97316;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .title-wrap .section-title {
        color: #111E21;
        margin-bottom: 22px;
        /* font-family: Lexend; */
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px;
    }

    .title-wrap .sub-title {
        color: #f97316;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .appointment-box {
        padding: 20px;
    }

    .contact-form input {
        height: 36px;
        line-height: 46px;
        margin-bottom: 20px;
        color: #f0f0f0;
    }

    .btn-default {
        padding: 10px 30px;
    }

    .footer_social {
        display: block;
        padding: 16px;
    }

    .icons_anchors {
        margin-top: 10px;
    }

    .icons_anchors a {
        color: #fff;
        padding-right: 15px;
        font-size: 16px;
    }

    .slide .slide__content {
        width: 100% !important;
    }

    .stores_main {
        padding: 14px;
    }

}