@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Delius&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}

:root {
  --body-font: "Poppins", sans-serif;
    --heading-font: "DM Serif Display", serif;
    --nav-font: "Manrope", sans-serif;
  --theme-color: #e77926;
  --theme-color2: #6F4A2F;
  --theme-color3: #C89B6D;
  --theme-color4: #EAD8C3;
  --theme-color5: #F8F4EF;
  --theme-color6: #2F4F4F;
  --theme-color7: #B08968;
  --theme-bg-light: #FCFAF7;
  --theme-bg-light2: #F7F3EE;
  --theme-color-light: rgba(139, 94, 60, 0.08);
  --theme-color-light2: rgba(139, 94, 60, 0.18);
  --body-text-color: #504f4f;
  --color-dark: #222222;
  --color-white: #ffffff;
  --color-yellow: #D4A373;
  --color-blue: #2F4F4F;
  --color-pink: #B08968;
  --color-gray: #F2F0EC;
  --color-red: #D9534F;
  --box-shadow: 0 15px 40px rgba(139, 94, 60, 0.12);
  --box-shadow2: 0 10px 30px rgba(139, 94, 60, 0.18);
  --box-shadow3: rgba(0, 0, 0, 0.08) 0 8px 24px;
  --transition: all .5s ease;
  --transition2: all .3s ease;
  --border-info-color: rgba(139, 94, 60, 0.18);
  --border-info-color2: rgba(139, 94, 60, 0.08);
  --border-info-color3: #EAD8C3;
  --border-colo--color-white: rgba(255,255,255,.15);
  --border-colo--color-white2: rgba(255,255,255,.30);
  --footer-bg: #1E1E1E;
  --footer-text-color: #F5F5F5;
  --facebook-color: #1877F2;
  --instagram-color: #E1306C;
  --youtube-color: #FF0000;
  --whatsapp-color: #25D366;
}


*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  font-family: "Fondamento", cursive;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

a {
  color:  var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color:  var(--color-dark);
  margin: 0px;
  font-weight: 500;
  font-family: var(--heading-font);
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/*  banner slider start*/
.hero_mobile{
    display: none !important;
}

.hero_desktop{
    display: block !important;
}

/* banner slider end */


/* about-us start */

.about-us-section{
    padding:50px 0;
}

.about-us-img-div{
    overflow:hidden;
    border-radius:18px;
}

.about-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:18px;
    height:560px;
}

.grid-left,
.grid-top,
.grid-bottom{
    overflow:hidden;
    border-radius:22px;
    position:relative;
}

.grid-left img,
.grid-top img,
.grid-bottom img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.grid-right{
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:18px;
}

.grid-left{
    height:100%;
}

.grid-top{
    height:100%;
}

.grid-bottom{
    height:100%;
}

@media(max-width:991px){

.about-grid{
    grid-template-columns:1fr;
    height:auto;
}

.grid-right{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    margin-bottom: 20px;
}

.grid-left,
.grid-top,
.grid-bottom{
    height:260px;
}

}
.about-us-title-div span{
    color:var(--theme-color);
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.about-us-title-div h2 strong{
    font-size:35px;
    font-weight:700;
    color:var(--theme-color2);
    margin-bottom:15px;
}

.about-us-title-div h2{
    font-size:35px;
    font-weight:700;
    color:var(--color-dark);
    margin-bottom:15px;
}

.about-us-title-div p{
    font-size:14px;
    line-height:26px;
    color:var(--body-text-color);
    margin-bottom:10px;
    font-weight: 500;
}

.about-us-title-div p strong{
    font-size:14px;
    line-height:26px;
    color:#383737;
    font-weight: 800;
}
.about-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 25px;
    background:var(--theme-color);
    color:var(--color-white);
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
    font-size: 15px;
    margin-top: 15px;
}

.about-btn:hover{
    background:var(--color-dark);
    color:var(--color-white);
}

/* about-us end */

/* category section css start */

.category-section{
    padding: 30px 0px;
}

.category-title-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.category-title-div{
    text-align: center;
    margin-bottom: 45px;
}

.category-title-div > span{
    display: block;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.category-title-div h2{
    position: relative;
    display: inline-block;
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.category-title-div h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 65px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 50px;
}

.category-title-div h2::before{
    content: "";
    position: absolute;
    left: calc(50% + 42px);
    bottom: 0;
    width: 12px;
    height: 3px;
    background: #d7c2aa;
    border-radius: 50px;
}

.category-title-div h2 strong{
    display: inline;
    color: var(--theme-color2);
    font-size: inherit;
    font-weight: inherit;
}
.category-title-div p{
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    line-height: 26px;
    margin: 0;
    max-width: 900px;
}


.category-right-view-div a{
    color: var(--theme-color);
    text-decoration: underline;
}

.category-right-view-div a:hover{
    color: var(--theme-color);
    text-decoration: underline;
}

.category-card{
    background:var(--color-white);
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    transition:.35s;
}

.category-card img{
    width:100%;
    /* height:170px; */
    object-fit:cover;
}

/* .category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
} */

.category-content{
    display:flex;
    align-items:center;
    gap:10px;
    padding:15px;
    font-weight:600;
}

.category-content i{
    width:38px;
    height:38px;
    background:#f5f5f5;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: var(--theme-color);
}

.category-content span{
    font-size: 15px;
    font-weight: 700;
    color: var(--body-text-color);
}

.view-all{
    text-decoration:none;
    font-weight:600;
}

.categorySwiper{
    padding-bottom:10px;
}
/* category section css end */


/* our collection css start */
.our-collec-section{
    padding: 40px 0px 20px 0px;
    background-color: #f8c49817;
}

.our-collec-left-div,
.our-collec-mid-div {
    margin-bottom: 20px;
}


.our-collec-left-div span{
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 700;

}

.our-collec-left-div h2{
    color: var(--color-dark);
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0px 10px 0px;
}

.our-collec-left-div h2 span{
    color: var(--theme-color2);
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0px 10px 0px;
}

.our-collec-left-div p{
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 500;
}


.collection-feature{
    margin-bottom:35px;
    margin-top: 25px;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin: 10px 0px 22px 0px;
}

.feature-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:50%;
    background:#f8f2ea;
    color:var(--theme-color);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
}

.feature-content h6{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
    color:var(--color-dark);
}

.feature-content p{
    margin:0;
    color:var(--body-text-color);
    font-size:14px;
    line-height:26px;
    font-weight: 500;
}

.collection-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 20px;
    background:var(--theme-color);
    color:var(--color-white);
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.3s;
    font-size: 15px;
}

.collection-btn:hover{
    background:var(--color-dark);
    color:var(--color-white);
}

.our-collec-mid-div img{
    border-radius: 10px;
}
.our-collec-right-div{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 490px;
}

.our-collec-right-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s ease;
}

.our-collec-right-div:hover img{
    transform: scale(1.05);
}

.our-collec-right-div::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.45),
        rgba(255,255,255,.65)
    );
    z-index: 1;
}

.custom-content{
    position:absolute;
    inset:0;
    padding:45px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    z-index:2;
}

.custom-icon{
    width:65px;
    height:65px;
    border:2px solid var(--theme-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.custom-icon i{
    color:var(--theme-color);
    font-size:28px;
}

.custom-content h4{
    font-size:25px;
    font-weight:700;
    color:var(--color-dark);
    line-height:1.3;
    margin-bottom:8px;
}

.custom-content p{
    color:var(--body-text-color);
    line-height:24px;
    margin-bottom:10px;
    font-size: 15px;
    font-weight: 500;
}

.custom-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:var(--theme-color);
    font-weight:800;
    text-transform:uppercase;
    transition:.3s;
    font-size: 15px;
}

.custom-content a:hover{
    gap:16px;
}


/*  */

/* product section start */


.product-section{
    padding: 30px 0px;
}


.product-title-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.product-title-div span{
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-title-div h2{
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 1.2;
    margin: 8px 0 18px;
    padding-bottom: 12px;
}

.product-title-div h2::after{
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 65px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 10px;
}

.product-title-div h2::before{
    content: "";
    position: absolute;
    left: 95px;
    bottom: 0;
    width: 12px;
    height: 3px;
    background: #d7c2aa;
    border-radius: 10px;
}

.product-title-div p{
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    line-height: 26px;
    margin: 0;
    max-width: 900px;
}

.product-right-view-div a{
    color: var(--theme-color);
    text-decoration: underline;
}

.product-right-view-div a:hover{
    color: var(--theme-color);
    text-decoration: underline;
}
/* card  */

.product-card{
    border-radius: 13px;
    border: 3px solid #faf5f0;
}

.product-card img{
    border-radius: 10px 10px 0px 0px;
    filter: brightness(90%);
}

.product-content{
    padding: 10px;
}

.product-content h4{
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.product-content p{
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    line-height: 23px;
    margin-bottom: 14px;
}

.product-read-btn a{
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    background-color: var(--theme-color);
    padding: 4px 12px;
    border-radius: 10px;
}

.product-read-btn a:hover{
    color: var(--color-white);
    background-color: var(--theme-color2);
}
/* product end */

/* explore section start */
.explore-section{
    padding:40px 0;
}

.explore-main-div{
    background:#f5f1eb;
    border-radius:16px;
    overflow:hidden;
    padding:35px 45px;
}

/* .explore-content span{
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:var(--theme-color);
    font-weight:600;
} */

.explore-content h2{
    font-size:35px;
    font-weight:700;
    line-height:45px;
    margin:12px 0 18px;
    color:var(--color-dark);
}

.explore-content h2 span{
    font-size:35px;
    font-weight:700;
    color:var(--theme-color2);
    text-transform: capitalize;
}

.explore-content p{
    font-size:14px;
    line-height:28px;
    color:var(--body-text-color);
    margin-bottom:28px;
    font-weight: 500;
}

.explore-btn{
    display:inline-block;
    padding:10px 25px;
    background:var(--theme-color);
    color:var(--color-white);
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.35s;
    font-size: 15px;
}

.explore-btn:hover{
    background:var(--theme-color2) !important;
    color:var(--color-white);
}

.explore-btn i{
    margin-left: 6px;
}

.explore-btn:hover{
    background:var(--theme-color);
    color:#fff;
}

.explore-image{
    text-align:right;
}

.explore-image img{
    width:100%;
    max-width:560px;
    object-fit:contain;
}



/* why choose start */

.why-choose-section{
    padding:20px 0;
    background:#fff;
}
.section-heading{
    text-align: center;
    margin-bottom: 45px;
}

.section-heading > span{
    display: block;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-heading h2{
    position: relative;
    display: inline-block;
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
}

.section-heading h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 65px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 50px;
}

.section-heading h2::before{
    content: "";
    position: absolute;
    left: calc(50% + 42px);
    bottom: 0;
    width: 12px;
    height: 3px;
    background: #d7c2aa;
    border-radius: 50px;
}

.section-heading h2 strong{
    color: var(--theme-color2);
    font-weight: 700;
}

.section-heading p{
    font-size:14px;
    line-height:26px;
    color:var(--body-text-color);
    margin-bottom:28px;
    font-weight: 500;
    max-width: 900px;
    margin:15px auto 0;
}

.why-card{
    text-align:center;
    padding:20px 15px;
    border-right:1px solid #eeeeee;
    height:100%;
}

.why-icon{
    width:55px;
    height:55px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#faf6f0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--theme-color);
    font-size:22px;
}

.why-card h5{
    font-size:18px;
    font-weight:800;
    margin-bottom:8px;
    color:var(--color-dark);
    line-height:24px;
}

.why-card p{
    font-size:14px;
    line-height:24px;
    color:var(--body-text-color);
    margin:0;
    font-weight: 500;
}

/* why choose end */


/* blogs section start */

.blog-section{
    padding: 30px 0px;
}

.blog-title-main-div{
    display: flex;
    justify-content: center;
    text-align: center;
}
.blog-title-div{
    text-align: center;
    margin-bottom: 45px;
}

.blog-title-div > span{
    display: block;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-title-div h2{
    position: relative;
    display: inline-block;
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.blog-title-div h2::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 65px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 50px;
}

.blog-title-div h2::before{
    content: "";
    position: absolute;
    left: calc(50% + 42px);
    bottom: 0;
    width: 12px;
    height: 3px;
    background: #d7c2aa;
    border-radius: 50px;
}

.blog-title-div h2 strong{
    color: var(--theme-color2);
    font-weight: 700;
}
.blog-title-div p{
     font-size:14px;
    line-height:24px;
    color:var(--body-text-color);
    margin:0;
    font-weight: 500;
    max-width: 900px;
}


.blog-right-view-div a{
    color: var(--theme-color);
    text-decoration: underline;
}

.blog-right-view-div a:hover{
    color: var(--theme-color);
    text-decoration: underline;
}
/* card  */

.blog-card{
    border-radius: 13px;
    border: 3px solid #faf5f0;
}

.blog-card img{
    border-radius: 10px 10px 0px 0px;
}

.blog-content{
    padding: 10px;
}

.blog-content h4{
    font-size: 18px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 10px;
    margin-top: 7px;
}

.blog-content p{
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    line-height: 24px;
    margin-bottom: 14px;
}

.blog-read-btn a{
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    background-color: var(--theme-color);
    padding: 4px 12px;
    border-radius: 10px;
}

.blog-read-btn a:hover{
     color: var(--color-white);
    background-color: #6F4A2F;
}

/* blogs end */

/* faq css start*/

.faq-section{
    padding:50px 0;
}

.accordion-header button span{
    font-size: 17px;
    font-weight: 600;
}

.section-title span{
    color:var(--theme-color);
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    color: var(--color-dark);
    margin-top: 10px;
}

.section-title h2 strong{
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    color: var(--theme-color2);
    margin-top: 10px;
}

.custom-faq .accordion-item{
    border: 1px solid #f0ebe5;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: .35s ease;
}

.custom-faq .accordion-item:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.custom-faq .accordion-button{
    background: #fff;
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .35s;
}

.custom-faq .accordion-button:not(.collapsed){
    background: #faf7f3;
    color: var(--theme-color);
}

.custom-faq .accordion-button:hover{
    color: var(--theme-color);
}

.custom-faq .accordion-button:focus{
    box-shadow: none;
    border: none;
}

.custom-faq .accordion-button::after{
    display: none;
}

.custom-faq .accordion-button .faq-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f7f2eb;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .35s;
}

.custom-faq .accordion-button:not(.collapsed) .faq-icon{
    background: var(--theme-color);
    color: #fff;
    transform: rotate(180deg);
}
/*  */

.custom-faq .accordion-body{
    color: var(--body-text-color);
    line-height:28px;
    font-size: 14px;
    font-weight: 500;
     padding: 12px 25px 12px 21px;
}
.faq-contact-box{
    display:flex;
    align-items:center;
    background:#f7f2eb;
    border-radius:14px;
    overflow:hidden;
    height:100%;
}

.faq-contact-box img{
    width:50%;
    height:auto;
    object-fit:cover;
}

.faq-contact-content{
    width:50%;
    padding:40px;
}

.faq-contact-content h3{
    font-size:25px;
    margin-bottom:15px;
    font-weight:700;
    color: var(--color-dark);
}

.faq-contact-content p{
    color:var(--body-text-color);
    line-height:28px;
    margin-bottom:10px;
    font-size: 14px;
    font-weight: 500;
}

.faq-contact-content a{
    text-decoration:none;
    color:var(--theme-color);
    font-weight:700;
    font-size: 15px;
}

/* faq end  */


/*================ FOOTER =================*/

.footer_contact_us_section{
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding: 30px 0px 30px;

    background-color: #f8f4f2;
}

.footer_number_div{
    margin-bottom: 20px;
}


.footer_number_div .flex-shrink-0 i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 16px;
   background: var(--theme-color2);
    color: var(--color-white);
    font-size: 22px;
}

.footer_num_content_div{
    padding-left: 14px;
}

.footer_num_content_div h5{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px !important;
     font-family: "Montserrat", sans-serif;
}

.footer_num_content_div a,
.footer_num_content_div p{
    color: #ababab;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
}

.footer_num_content_div a:hover{
    color: var(--color-white) ;
}

/*  */

.footer-section{
    background: linear-gradient(180deg,#201b16 0%,#181512 100%);
    color:#d4d4d4;
    padding:75px 0 25px;
    position:relative;
}

.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:var(--theme-color);
}

.footer-logo{
    max-width:180px;
    margin-bottom:22px;
}

.footer-about p{
    font-size:14px;
    line-height:26px;
    color:#a9a9a9;
    font-weight:500;
    margin-top:8px;
}

.footer-links{
    height:100%;
    padding-left:20px;
    border-left:1px solid rgba(255,255,255,.08);
}

.footer-links h5{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:24px;
    position:relative;
    padding-bottom:12px;
}

.footer-links h5::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:45px;
    height:2px;
    background:var(--theme-color);
}

.footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links ul li{
    margin-bottom:14px;
}

.footer-links ul li a{
    color:#ababab;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    display:inline-flex;
    align-items:center;
    transition:.3s;
}

.footer-links ul li a i{
    color:var(--theme-color);
    margin-right:8px;
    transition:.3s;
}

.footer-links ul li a:hover{
    color:var(--color-white);
    transform:translateX(5px);
}

.footer-links ul li a:hover i{
    transform:translateX(3px);
}

.footer-links ul li a:hover::before{
    opacity:1;
    transform:translateX(0);
}

.footer-links iframe{
    width:100%;
    height:220px;
    border:0;
    border-radius:12px;
}

.footer-section hr{
    border-color:rgba(255,255,255,.08);
    margin:45px 0 22px;
}

.footer-bottom{
    text-align:center;
}

.copyright{
    margin:0;
    color:#9f9f9f;
    font-size:14px;
    letter-spacing:.4px;
    font-weight: 500;
}

.copyright a{
    color: var(--theme-color);
}

.copyright a:hover{
    color: #f7d2b7;
}

/*================ Responsive =================*/

@media(max-width:991px){

    .footer-links{
        border-left:none;
        padding-left:0;
    }

    .footer-links iframe{
        height:200px;
    }

}

@media(max-width:576px){

    .footer-section{
        padding:60px 0 20px;
    }

    .footer-logo{
        max-width:150px;
    }

    .footer-links h5{
        font-size:20px;
    }

    .footer-links iframe{
        height:180px;
    }

}
