@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


body{
    font-family: "Poppins", sans-serif ;
}
.container {
    max-width: 1450px;
}
.bg-website {
    background: #88222f;
}
ul li{
    list-style: none;
}
.fsize {
    font-size: 17px;
    color: black;
    border-bottom: 2px solid #88223000;
}
.fsize:hover {
    font-size: 17px;    
    color: black;
    border-bottom: 2px solid #88222f;
}
.website-background {
    background: #fff3f7;
}
.py-6 {
    padding: 40px 0px !important;
}
.product-section .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 23px !important;
    line-height: 1;
    opacity: 1.75 !important;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-section .slick-arrow {
    background: #000000 !important;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
}
.logo-section button{
    display: none !important;
}
.heading-c{
    color: #88222f;
}
footer a {
    text-decoration: none;
}
.contact-from{
      display: flex;
    flex-direction: column;
}
/*form.contact-from input {*/
/*    width: 100%;*/
/*    padding: 7px;*/
/*    margin-bottom: 10px;*/

/*}*/
form.contact-from input {
width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 10px 17px;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.48);
}
form.contact-from ::placeholder{
    color:#333;
}
form.contact-from textarea {
   	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 10px 17px;
	border-radius: 4px;
	font-size: 14px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.48);
	outline:none;

}
.contact-from button {
    padding: 20px 10px;
}
.contact-from button {
	background: black;
	padding: 12px 33px;
	color: white;
	font-size: 16px;
	width: fit-content;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
}
.contact-from  label {
    font-size: 16px;
    padding: 8px 0px;
}
.category-section .cat-section .col-md-3{
    transition: 0.5s;
}
.category-section .cat-section .col-md-3:hover {
    scale: 1.2;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex !important;
} 
.text-align-j {
    text-align: justify;
}
.main-point li{
    position: relative;
}
.main-point li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    background: url(/images/right-arrow.png);
    width: 12px;
    height: 12px;
    background-size: 12px;
}
ul.main-point.ps-2 li {
    line-height: 30px;
}

div#contact-top {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.slider {
    position: relative;
}
div#contact-top .contact-from button {
	background: black;
	padding: 12px 33px;
	color: white;
	font-size: 16px;
	width: fit-content;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
} 
.form-color {
    /*background: #f3dbc7;*/
    /*border: 2px solid #88222f;*/
    background: #ffffff2e;
}
.about-us .contact-from button {
    background: black;
    padding: 10px 10px;
    color: white;
    font-size: 16px !important;
    width: 30% !important ;
}
.contact-section form.contact-from input {
    width: 100%;
    padding: 7px;
    margin-bottom: 0;
}
/*///////////////////////////////////////////////////////////// Media Queries start /////////////////////////////////////////////////*/
@media only screen and (max-width: 768px) {
    a.navbar-brand img {
    width: 120px;
}
 form.contact-from textarea {
    width: 100%;
    padding: 7px;
    height: 80px;
        margin-bottom: 6px;

}
.slick-prev {
    left: 0 !important;
    z-index: 9999;
}
.slick-next {
    right: 0 !important;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex !important;
}
.top-head a {
    font-size: 12px;
}
.py-6 {
    padding: 40px 0px !important;
}
ul.d-flex.px-0.m-0.py-2.gap-3.justify-content-end {
    display: none !important;
}
   div#contact-top {
    position: relative !important;
    top: 0px;
    width: 100%;
    height: 100%;
}
.col-md-4.bg-light.p-4.rounded-4 {
    border: 3px solid #88222f;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    ::placeholder{
        font-size: 14px;
    }
  .contact-top  form.contact-from input {
    width: 100%;
    padding: 4px;
    margin-bottom: 6px;

}
 form.contact-from textarea {
    width: 100%;
    padding: 7px;
    height: 80px;
        margin-bottom: 6px;

}
.slick-prev {
    left: 0 !important ;
    z-index: 99 !important;
}
.slick-next {
    right: 0 !important;
}
  .contact-from button {
    background: black;
    padding: 7px 5px;
    color: white;
    font-size: 12px ;
    width: 30%;
}
 .col-md-4.form-color.p-4.rounded-4 {
    padding: 15px !important;
}
}


/*8th may*/
.country-slider h5 {
	font-size: 15px;
	color: black;
	letter-spacing: 1px;
}
.why-sectn ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px;
}
.why-sectn li {
background: #fff;
  font-size: 18px;
  text-align: center;
  padding: 3rem;
  position: relative;
  border: 2px dashed #e4a3b9;
  font-weight: 500;
  color: #000;
  border-radius: 8px;
}
.why-sectn li:nth-child(2n+2){
   background: #ffd4e2;
  border-color: #fff;
}

.download-btn {
	text-decoration: none;
	background: black;
	padding: 12px 33px;
	color: white;
	font-size: 16px;
	width: fit-content;
	border: none;
	border-radius: 5px;
	margin-top: 22px;
}

.pillar-img {
	width: 100px;
	height: 100px;
	background: black;
	border-radius: 50%;
	padding: 0;
	color: #fff;
}
.slick-current .pillar-img {
	box-shadow: -3px 2px 10px 1px rgba(0, 0, 0, 0.5);
	transform: scale(1.09);
	background-color:#8b002f;
}
.slick-track {
	margin: 14px 0;
}
.country-slider .slick-slide img {
	width: 100px;
	margin: 0 auto;
}
.pillar-img img {
	width: 82px;
	margin: 0 auto;
	height: 100%;
	object-fit: contain;
}
.slider-thumb  .slick-prev::before,.slider-thumb   .slick-next::before {
  color: black;
}

.bg-form {
	background: #fff8f9;
	padding: 2rem;
	border: 2px dashed #ffbec7;
	border-radius: 22px;
}
.brand-content::before {
	content: '';
	height: 100%;
	width: 1px;
	border: 1px solid #fff8f9;
	position: absolute;
	left: 0;
}
.brand-content p {
	position: relative;
	margin-bottom: 30px;
}
.brand-content p::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ffbec7;
	left: -53px;
	top: 6px;
	  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.girl.position-absolute {
	top: 27%;
	opacity: 0.3;
	width: 187px;
	position: fixed !important;
	z-index: -1;
}
footer{
    background-image:url(../images/Footer.png);
    background-size:cover;
}
@media only screen and (max-width:767px){
    .why-sectn ul {
	grid-template-columns: 1fr;
}
.why-sectn li {
	font-size: 15px;
	padding: 1rem;
}
.brand-content::before {
	content: '';
	left: 20px;
}
.brand-content p::before {
  left: -33px;
}
p {
	font-size: .85rem;
	line-height: 1.7;
}
.contact-from button,.download-btn,div#contact-top .contact-from button {
	padding: 10px 24px;
	font-size: 14px;
}
}
footer h5{
  font-size: 14px;
  font-weight: 300;
}
footer img {
  border-bottom: 1px solid white;
  padding-bottom: 13px;
  margin-bottom: 11px;
}
#products .slick-slide img {
	padding: 10px;
}
h2 span{
    position:relative;
}
h2 span:after{
	content: '';
	position: absolute;
	top: 26px;
	bottom: 0;
	margin: 0;
	right: -15px;
	background-color: #82002c;
	width: 10px;
	height: 10px;
	border-radius: 19px;
}
h2 span::before {
	content: '';
	position: absolute;
	top: 26px;
	bottom: 0;
	margin: 0;
	left: -15px;
	background-color: #82002c;
	width: 10px;
	height: 10px;
	border-radius: 19px;
}

.higlight {
	background: #8b002f36;
	padding: 9px 32px;
	color: #000;
	animation: changeBackgroundColor 7s infinite;
	font-size: 20px;
	text-transform: capitalize;
	display: inline-block;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #8b002f36;
  }
  50% {
    background-color: #ffd4e2;
  }
  100% {
    background-color: #8b002f;
    color:#fff;
  }

}

  .logo-float.position-absolute {
	position: fixed !important;
	right: 0;
	width: 175px;
	bottom: 10%;
	opacity: 0.4;
}

#services span:after{
    display: none !important;
}