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

  
html {
  font-size: 16px;
  /* cursor: none; */
   overflow-x: hidden; 
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1{
  font-size: 72px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #313131;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size:50px;
  color:#000;
  font-weight: 600;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
  background: #000;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: unset;
}

.product-item bdi{
    color:#fff !important;
}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #df527d;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 1px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(204 90 130);
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #000 !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 20px;
  margin: 0;
  color: white;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #fff !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 49px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 18px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  position: relative;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 1px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding-right: 45px;
} 

.main-navigate nav img {
  width: 72%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 17px 35px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: all .5s;
  font-weight: 500;
  font-size: 25px;
  background: linear-gradient(45deg, #e36491, #b3a6a6bf);
}

.btn:hover{
 color: #fff;
 background: linear-gradient(
307deg, #e36491, #b3a6a6bf);
 transform: translateX(10px);
}

.header-btn{
  position: relative;
  left: 30px;
}

.banner-btn{
  margin-top: 50px;
}
/* header/slider-css */
a.navbar-brand {
    width: 300px;
}

.header-carts ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #e36491, #b3a6a6bf);
    padding: 15px;
    border-radius: 39px;
    box-shadow: 0px 0px 57px #e36491;
}

.header-carts ul li{
    margin: 0 20px;
}
.header-carts ul li a{
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.header-carts ul li a:hover{
  color: #ebccd2;
}

.banner-logo{
  width: 261px !important;
}

.text-holder h2{
  font-size: 50px;
  color: #fff;
}

/* logo-slider */

.logo-slider{
  padding: 5rem 0;
  border-bottom: 2px solid #000;
}

.logo-card figure img{
  width: 200px !important;
  height: auto !important;
}


/* logo-slider */


.logo-slider .owl-nav {
  position: relative;
  top: 20%;
}

.logo-slider .owl-nav button.owl-prev {
  background-color: #000000;
  border-radius: 0px;
  border: 1px solid #000000;
  width: 62px;
  height: 62px;
  position: absolute;
  left: -5rem;
  color: #fff8f8;
  font-size: 22px;
  top: -80px;
}

.logo-slider .owl-nav button.owl-next {
  background-color: #000000;
  border-radius: 0px;
  border: 1px solid #0c0b0b;
  width: 62px;
  height: 62px;
  position: absolute;
  right: -5rem;
  color: #ffffff;
  font-size: 22px;
  top: -86px;
}


.about-content h2{
  font-size: 50px;
  color: #000;
  font-weight: 600;
}

.about_sec{
  padding: 4rem 0;
}

.about_sec p{
  font-size: 22px;
}

.about-img img{
  border-radius: 30px;
}

.prdt-card figure{
     width: 100%;
     background: #e1e0e0;
     height: 344px;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
       border-radius: 15px 15px 0px 0px;
}

.prdt-card figure img{
  width: 273px;
    height: 339px;
    object-fit: contain;
    border-radius: 15px 15px 0px 0px;
}

.prdt-card {
    border: 2px solid #ccc;
    border-radius: 15px;
    transition: all .5s;
}

.prdt-card:hover{
  transform: scale(1.05);
}

.prdt-card article h4 {
    font-size: 25px;
    line-height: 38px;
    padding: 0px 10px;
}

.prdt-card article {
    text-align: center;
    margin-top: 22px;
}

.add {
    background: #edced4;
    text-align: center;
    padding: 17px 20px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 23px;
    transition: all .5s;
}

.add h6 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.add:hover{
  background-color:#e0bdc6;
}

.prd_sec{
  padding-bottom: 6rem;
}

.mttx{
  margin-top: 30px;
}

.stars ul{
  display: flex;
  align-items: center;
}

.stars ul li{
  color: orange;
  font-size: 20px;
  margin: 0 5px;
}

.test-card {
    background: linear-gradient(
316deg, #edced4, #000000);
    padding: 2rem;
    border-radius: 22px;
}
.test-card h5 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.test-card p {
    font-size: 22px;
    color: #fff;
}

.test{
 padding: 8rem 0 8rem 0;
 background: linear-gradient(rgb(0 0 0 / 88%), rgb(113 89 94 / 5%)), url(https://santosleggingshome.com/wp-content/uploads/2026/03/laagggings11.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 margin-bottom:80px;
}
.test h2{
    color:#fff;
}

.test .owl-nav {
  position: relative;
  top: -10rem;
}

.test .owl-nav button.owl-prev {
  background-color: #ebebeb;
  border-radius: 0px;
  border: 1px solid #dfdddd;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -5rem;
  color: #000;
  font-size: 23px;
  top: 0;
}

.test .owl-nav button.owl-next {
  background-color: #ebebeb;
  border-radius: 0px;
  border: 1px solid #dfdddd;
  width: 60px;
  height: 60px;
  position: absolute;
  right: -5rem;
  color: #000;
  font-size: 23px;
  top: 0;
}

.sliderItem {
        background-blend-mode: overlay !important;
    background-color: #00000054 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid black;
}

.blog-ccrd{
  background-color: #edced4;
  padding: 14px 14px 30px 14px;
  border-radius: 30px;
  position: relative;
  z-index: 99;
      height: 591px;
}

.blog-content h4{
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
}

.blog-content span{
  color: #000000;
  font-size: 20px;
}

.blog-content p{
  color: #000000;
  font-size: 18px;
}


/* footer-sec */

.blog{
  margin-bottom: 6rem;
  position: relative;
}

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


/***   		26. Footer css       ***/
/************************************/
.sisf-page-footer-top-area-inner {
   padding: 70px 0;
}

.main--footer .sisf-page-footer-inner-area {
    background-color: var(--secondary-color);
}

.subscribe-newsletter-form .form-group input {
	width: 55%;
	font-size: 16px;
	padding: 14px 20px;
	border-radius: 50px;
	border: 1px solid var(--white-color);
}

.sisf-page-footer-middle-area .newsletter {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
	font-family: var(--default-font);
}

.sisf-page-footer-middle-area .subscribe-newsletter-form input {
    background: transparent;
    border: none;
    padding: 15px 15px 15px 0;
    color: var(--white-color);
    margin-bottom: 0;
	box-shadow: none;
	border-bottom: 1px solid #322608;
}

.sisf-page-footer-middle-area .subscribe-newsletter-form input:focus,
.sisf-page-footer-middle-area .subscribe-newsletter-form input::placeholder {
	color: var(--white-color);
	box-shadow: none;
}

.sisf-page-footer-middle-area .subscribe-newsletter-form span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	min-width: 50px;
	color: var(--primary-color);
	background-color: var(--main-color);
	cursor: pointer;
	border-radius: 50px;
}

.footer-logo img {
	width: 238px;
}

.footer-contact p {
	font-size: 16px;
	color: var(--white-color);
}

.footer-social-links {
	margin: 0px 0 40px 0;
}

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

.footer-social-links .privacy p {
	color: var(--primary-color);
}

.footer-social-links ul li {
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	border-radius: 50px;
	align-items: center;
	margin-right: 15px;
	border: 1px solid #D4C6C380;
	background-color: transparent;
}

.footer-social-links ul li:last-child,
.menu-footer-menu-container .menu-item:last-child {
	margin-right: 0;
}

.footer-social-links ul li a {
	color: var(--white-color) !important;
	font-size: 20px;
	line-height: 0;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover {
	color: var(--white-color) !important;
	background-color: var(--main-color);
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
	padding-left: 0px !important;
}

.footer-links h3,
.footer-contact h3 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #fff;
	font-style: normal;
	font-family: var(--heading-font);
	text-transform: none;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	position: relative;
    z-index: 3;
}

.footer-links ul li {
	text-transform: capitalize;
	margin-bottom: 6px;
	margin-top: 10px;
	list-style-type: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
}

.footer-links ul li:last-child {
	margin-bottom: 0;
}

.footer-links ul li a {
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {

	color: var(--main-color);
	transition: all ease 0.5s;
	padding-left: 10px;
}

.footer-contact-details .footer-info-box {
	position: relative;
	padding-left: 0px;
	margin-bottom: 25px;
}

.sisf-page-footer-middle-area .text p {
	color: #fff;
}

.footer-info-box p {
	font-size: 16px;
	font-family: var(--default-font);
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: var(--white-color);
	margin: 10px 0;
}

.footer-contact-details .footer-info-box:last-child {
	margin-bottom: 0;
}

.footer-info-box-content p {
	color: var(--white-color);
	margin-bottom: 0;
}

.footer-copyright {
	padding: 20px 0 10px 0;
	margin-top: 0px;
}

.footer-copyright-text p {
	color: #fff;
	font-family: var(--default-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0px;
	margin: 0;
}

.footer-privacy-policy ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: end;
}

.footer-privacy-policy ul li {
	display: inline-block;
	margin-right: 40px;
}

.footer-privacy-policy ul li:last-child {
	margin-right: 0;
}

.footer-privacy-policy ul li a {
	color: var(--white-color);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	letter-spacing: 0.45px;
	text-decoration: none;
}

.footer-privacy-policy ul li:hover a {
	color: #fff;
}

.sisf-page-footer-top-area .subscribe-newsletter-form .form-group .subscribe-btn:hover {
	background-color: var(--main-color);
	transition: 0.3s ease-in-out;
	color: var(--white-color);
	border-color: var(--main-color)
}

.sisf-page-footer-middle-area {
	padding: 70px 0 70px 0;
	border-top: 1px solid #2e15151a;
	border-bottom: 1px solid #ffffff;
}

.footer-links .sisf-sis-contact-information .sisf-contact-box:hover a, 
.footer-links .sisf-sis-contact-information .sisf-contact-box:hover span, 
.footer-links .sisf-sis-contact-information .sisf-contact-box:hover p {
	color: var(--main-color) !important;
}

.sisf-sis--footer-nav-links ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sisf-sis--footer-nav-links ul li {
	padding: 0 20px;
}

.sisf-sis--footer-nav-links ul li a {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis--footer-nav-links ul li a:hover {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-footerbox .footer-contacts a {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-footerbox .footer-contacts:hover a {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-footerbox .footer-contacts a i {
	position: relative;
	top: 2px;
}

.sisf-page-footer-top-area .sisf-sis-contact-information {
    display: flex;
	align-items: center;
	height: 140px;
	border-right: 1px solid #322608;
}

.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box a,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box p,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box .title {
	color: var(--white-color);
	font-size: 18px;
	transition: 0.4s ease-in-out;
 }

.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box:hover a,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box:hover p,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box:hover .title {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.footer-about-links .sisf-details a,
.footer-about-links .sisf-details span {
	color: #fff;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

.footer-about-links .sisf-details a i,
.footer-about-links .sisf-details span i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.footer-about-links .sisf-details:hover a{
	/*color:#e36491;*/
	transition: 0.3s ease-in-out;
}


.scroll-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.scroll-content .content span {
    font-family: var(--heading-font);
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

	.contact-info .d-flex span:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
}

.contact-info .d-flex span:nth-child(2) {
    flex: 0 0 80%;
    max-width: 80%;
}

.main-footer{
    background: linear-gradient(rgb(0 0 0 / 66%), rgb(113 89 94 / 70%)), url(https://demowebsiteslinks.com/santosleggings/wp-content/uploads/2026/02/foott-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
}

.scroll-content .content {
    display: flex;
    align-items: center;
      animation: scrollText 15s linear infinite;
}

@keyframes scrollText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.scroll-content{
  display: flex;
}

.social-icons-link ul {
    display: flex;
 
}

.me-3 {
    margin-right: 1rem !important;
}

.social-icons-link ul li a {
    color: #ffffff;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

#countdown li {
     display: inline-block;
     font-size: 1.5em;
     list-style-type: none;
     padding: 14px;
     text-transform: capitalize;
}

#countdown li span {
  display: block;
  font-size: 27px;
  background: #fff;
  border-radius: 13px;
  font-weight: 600;
  padding: 14px;
  margin-bottom: 16px;
}

#countdown{
  text-align: center;
}

.sp-heading{
  text-align: center;
  margin-bottom: 10px;
}

.sp-heading span{
  font-weight: 400;
}

.special-sec .container{

  padding: 54px 0px;
}

.special-sec{

  margin-bottom:90px;
}

.innerbanner{
  height: 750px !important;
  object-fit: cover;
}

 /* contact-sec */

.contact-sec{
    padding: 200px 0px 87px 0px;
    position: relative;
  }
  
  .contact-sec::after{
    content:'';
    background-image: url(../images/cntmountain.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom:-20rem;
    width: 100%;
    height: 1300px;
    z-index: -1;
  }
  
  .location-detil-area h2{
    font-weight: 600;
    color: #000;
  }
  
  .contact-info{
    position: relative;
  }
  
  .contact-info::before{
    content:'';
    width: 1px;
    height: 242px;
    border: 2px dotted #d5b9bf;
    position: absolute;
    left: 54px;
    top: 102px;
    z-index: -1;
  }
  
  .location-detil-area p{
    margin: 10px 0px 27px 0px;
  }
  
  .contact-info span h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
  }
  
  .contact-info span h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 21px;
  }
  
  .contact-info span a{
    color: #000;
    font-weight:500;
    font-size: 21px;
  }
  
  .contact-info .d-flex{
    margin-bottom: 56px;
  }
  
  
  .contact-form form input {
    min-height: 56px;
    border: none;
    background: #f7f9f8;
    border-radius: 0px;
    padding-left: 24px;
    margin-bottom: 20px;
  }
  
  .contact-form form textarea {
    border: none;
    background: #f7f9f8;
    border-radius: 0px;
    padding: 20px;
  }
  
  .form-btn .yellow-btn{
    padding: 18px 81px;
    color: #fff;
  }
  
  .contact-form{
    padding: 68px 91px 84px 91px;
    background: #fff;
    box-shadow: 0px 1px 20px 1px #efefef;
    border-radius: 18px;
    margin-top: -102px;
  }
  
  .product-item figure img {
    border-radius: 10px;
    height: 395px;
    object-fit: cover;
}

.product-item:hover {
    transform: scale(1.07);
}

.product-item {
    text-align: center;
    background: #1b2327;
    padding: 0px 0px 20px 0px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 566px;
        transition: all .5s;
}

.product-item h5 {
    font-size: 23px;
    margin-top: 19px;
    font-weight: 600;
    color: #fff;
    padding: 0px 21px;
}


.product-item figure img {
    border-radius: 7px;
}

.prd_sec .col-lg-3 {
    margin-bottom: 32px;
}

ul.page-numbers {
    display: flex;
    gap: 20px;
    font-size: 21px;
    justify-content: center;
    align-items: center;
}

ul.page-numbers li a{
    color:#000;
}

ul.page-numbers li span.current{
    color:pink;
    background: #000;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 43px;
    border-radius: 50%;
}

.hombnnner .homebanner{
    height:750px;
    object-fit:cover;
}

.mbbanner{
    display:none;
}

.footer-links ul li a:hover{
    color:#e36491;
}

.pro{
  width: 100%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #e36491;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
}

.pro:hover{
   box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

.pro img{
  width: 100%;
  border-radius: 20px;
  height: 500px;
  object-fit: cover;
}

.pro .des{
  text-align: start;
  padding: 10px 0;
}

.pro .des span {
    color: #606063;
    font-size: 18px;
    margin-right: -4px;
}

.pro .des h5{
  padding-top: 7px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
}

.pro .des i{
  font-size: 12px;
  color: rgb(243, 181, 25)
}

.pro .des h4{
  font-size: 36px;
  padding-top: 7px;
  font-weight: 700;
  color: #e36491;
}

.pro .cartt i{
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #e8f6ea;
  color: #e36491;
  border: 1px solid #e36491;
  position: absolute;
     bottom: 26px;
    right: 17px;
  font-weight: 900 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro:hover{
  transform: translateY(-10px);
}

.header-social-links ul {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
}

.header-social-links ul li a {
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-top-area {
    background: #e36491;
    padding: 10px 0px;
}

.info-head span a {
    color: #fff;
    margin-right: 62px;
    font-weight: 500;
    font-size: 18px;
}

.header-social-links ul li a:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

.p-btnn{
    text-align:end;
}

.nwtab{
  border-bottom: 0px;
  justify-content: center;
  gap: 30px;
}

.nwtab button:focus{
   outline: none;
 }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e36491;
    border-color: transparent;
    font-size: 22px;
    font-weight: 600;
    border-radius: 33px;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 22px;
    font-weight: 500;
    background-color:transparent;
}
  
  /* contact-sec */
