@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Sofia&display=swap');

/* Scss Document */

body {
  font-family: "Onest", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
  color: #111;
  line-height: normal;
}


p {
  font-size: 14px;
  color: #111;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #800020; }

a:hover { color: #800020; }

.img-responsive { width: 100%; height: auto; }

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 14px;
    background:#f71007;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:0px;
    font-weight: 400;
    border:1px solid #f71007;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.common-btn:hover {
  background: #ffcc00; 
  color: #000 !important;
  border-color: #ffcc00;
}

.common-btn-yellow {
  background: #ffcc00; 
  color: #000;
  border-color: #ffcc00;
}

.common-btn-yellow:hover {
background: #f71007; 
color: #fff;
border-color: #f71007;
}

.title-col{ margin-bottom:40px; text-align: center; }

.title {
  font-family: "Sofia", cursive;
  position: relative;
  font-size:52px;
  color:#000;
  margin-bottom:0px;
  display: inline-block;
}

.title-para{ font-size:18px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 15px;
    height: 48px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

select.form-control { padding: 0; padding-left:15px; height:48px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; left:auto !important; right: auto !important; top: 100%; } }

.dropdown-menu[data-bs-popper]{ left:auto !important; right: auto !important; margin-top: -10px; }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

.topbar{ background:#a00000; padding:7px 0px 3px; font-size: 13px; color: #fff; }
.topbar marquee{ line-height: 1; cursor: default; position: relative; }
.topbar marquee span{ margin: 0px 30px; position: relative; }
.topbar marquee span:after {
  content: ".";
  position: absolute;
  font-size: 48px;
  color: #fff;
  top: 7px;
  right: -31px;
  z-index: 1;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.topbar marquee span:last-child:after { display: none; }

.main-header { padding:2px 0px; transition: transform 0.3s ease-in-out; position: relative;  z-index: 9999; }

.main-header.fixed-nav {
  background: #fff;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
  z-index: 999;
  transform: translateY(0);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.main-header.fixed-nav .navbar-brand{ position: static; }
.main-header.fixed-nav .logo img{ max-height: 60px; border: none; }

header.hide-nav {
  transform: translateY(-100%); /* Moves the header up off-screen */
}

.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-phone { width: 33%; justify-content: start; display: flex; }

.navbar-brand{ position: absolute;  top: -32px; z-index: 9999; border-radius: 50%; }

.logo img {
    max-height: 130px;
    border: 10px solid #fff;
    border-radius: 50%;
}

.top-phone b{ font-weight: 500; font-size: 16px; margin-left: -3px; }
.top-phone b small{ font-size: 14px; color: #727272; text-transform: uppercase; display: block; font-weight: 400; } 

.top-phone a{ display: flex; color: #000; }
.top-phone a:hover{ color: #800020; }
.top-email span{ margin-right: 10px; }
.top-email b{ margin-left: 0; }

.top-phone.top-email {
  display: flex;
  justify-content: end;
}

.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 14px;
  padding: 22px 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { color: #800020; font-weight: 500; }

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 200px; border-top: 2px solid #800020; }

ul.submenu.dropdown-menu a {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-item {
  padding: 10px 1.1rem;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-item:hover{ background-color:#800020; color: #fff; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

@keyframes slideIn {
  0% {
      transform: translateY(2rem);
      opacity: 0;
  }
  100% {
      transform: translateY(0rem);
      opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}


.right-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
}

.right-header i{ font-size: 16px; margin-left: 20px; }
.right-header a{ color: #000; }


/*-------------banner---------------*/

.banner{ position: relative; background: #fff;  }

.banner .banner_containt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width:1100px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

.banner .banner_containt h4{ color: #fff; font-weight:300; margin-bottom:10px; }

.banner .banner_containt h1 {
  color: #fff;
  margin-top: 0;
  font-size: 50px;
  font-weight: 100;
  max-width: 600px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.banner .banner_containt p {
  color: #fff;
  font-size: 17px;
  margin: 20px 0px 30px;
  font-weight: 200;
  max-width: 400px;
  line-height: 26px;
}

.banner .banner_containt .common-btn-line{ color: #fff; border-color: #fff; }
.banner .banner_containt .common-btn-line:hover{ background: #1C625F; border-color: #1C625F; }

.banner-pic{ background: #000; overflow: hidden; }
.banner-pic img{ opacity: 1; object-fit: cover; width: 100%; }

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.banner .owl-nav i { font-size:28px; color: #fff; }

.banner-btn{ position: absolute; bottom:80px; right:30%; z-index: 99; color: #fff; }
.banner-btn a{ color: #fff; }

.banner .owl-dots{ position: absolute; bottom:20px; width: 100%; }

.banner .owl-nav span img {
  max-height: 24px;
  filter: grayscale(1) invert(1);
}

.owl-nav span img { max-height: 24px; }

.banner .owl-theme .owl-nav{ margin-top: 0px; }

#banner-slider.owl-theme .owl-dots .owl-dot span{ background: #fff; }
#banner-slider.owl-theme .owl-dots .owl-dot.active span{ background: #800020; } 

.mobile-banner {
    display: none;
}

/*-------------end banner---------------*/

.homecategories-sec .container-fluid{ padding-left: 60px; padding-right: 60px; }


.mainhome-bigbanner{ position: relative; }
.mainhome-bannertxt{ position: absolute; top:50%; left: 50px; transform: translateY(-50%); max-width: 600px; padding: 0 20px; }
.mainhome-bannertxt h3{ font-size: 3rem; font-weight: 600; color: #fff; }
.mainhome-bannertxt p{ font-size: 18px; color: #fff; margin: 20px 0; line-height: 28px; }
.mainhome-bannertxt .common-btn{ margin-top: 10px; }

.products-col{ margin-bottom: 30px; }
.products-pic{ margin-bottom: 15px; }
.products-text h3{ font-size: 21px; color: #111; }
.products-text p.price{ font-size: 12px; color: #800020; margin: 5px 0; }

.testi {
  background: #f5f5f5;
  border-radius: 8px;
  margin: 10px 5px 40px;
  padding:20px;
  position: relative;
  text-align: center;
  border: 1px dashed #ccc;
}
.testi p {
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  margin-top: 20px;
}

.testi h5{ font-weight: 600; font-size: 21px; text-transform: uppercase; }

#testimonial-slider .item img{ width: auto; margin: auto; border-radius: 50%; max-height: 150px; }
.star-rate{ text-align: center; margin-bottom:15px; }

#testimonial-slider .owl-nav.disabled{ display: none; }

.homeinsta-feed .fa-instagram{
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

.insta-video video{ width: 100%; }

.mainhome-cols{ position: relative; margin-bottom: 24px;  }
.mainhome-cols a{ display: block; }
.mainhome-txts {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    background-image: linear-gradient(45deg, #000000, transparent);
    padding: 10px 30px;
    width: 100%;
} 
.mainhome-txts h4{ font-size: 30px; font-family: "Sofia", cursive; margin-bottom:8px; }
.mainhome-txts p{ font-size: 14px; margin-bottom: 0px; color: #fff; }


footer{ padding-top:50px; background:#F8ECD7; }
.footer-logo{ margin-bottom: 20px; }
.footer-logo img{ max-height: 150px; }

.footer-title{font-size:16px; font-weight:400; color: #000; text-transform: uppercase; margin-bottom: 20px; }
.footer-links p { margin-bottom: 13px; }
.footer-links p a { font-size: 13px; color: #444; font-weight:400; }
.footer-links p a:hover{ color: #000; }

.footer-about-text p{ color: #444; }
.contact-conten a{ color: #444; }
.contact-conten p{ color: #444; display: flex; line-height: 22px; margin-bottom: 13px; font-size: 13px; }
.footer-social a{ margin: 0px 4px; }

.footer-social i {
  font-size: 18px;
  margin: 0px 2px;
}

.contact-conten p strong {
    max-width: 30px;
    flex: 0 0 30px;
}
.contact-conten img{ max-height: 24px; }

.copyright{ background: #000; padding: 15px 0px; margin-top:20px; }
.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #aaa;
  font-size: 13px;
}

.copyright a{ color: #aaa; }
.copyright a:hover{ color: #fff; }

.topup {
  position: fixed;
  right:30px;
  bottom:5px;
  display: none;
  z-index: 99;
  cursor: pointer;
}

.topup i {
  font-size: 24px;
  color: #800020;
}

.joinmailing-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 15px 30px rgb(0 0 0 / 7%);
}

.joinmailleft { flex: 0 0 60%; max-width: 60%; padding-right:30px; }
.joinmail-form { flex: 0 0 40%; max-width: 40%; }
.joinmailleft h3{ font-size: 26px; font-weight: 500; }

.subscribe-form {
  width: 100%;
  position: relative;
}

.subscribe-form input {
  font-size: 14px;
  padding-left: 45px;
  font-weight: 500;
}

.subs-btn {
    background: none;
    border: 0;
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 0px;
    transform: rotate(-45deg);
    font-size: 20px;
}

.subs-ico2 {
  position: absolute;
  left: 12px;
  top: 12px;
}

.subs-ico2 img{ max-height: 24px; }

.whatsapp-fix{ position: fixed; right:20px; bottom:40px; z-index:99; }
.whatsapp-fix img{ height: 42px; }

/*--------------------end homepage---------------*/

/*-------------------inner banner------------------*/

.inner-banner{ width: 100%; position: relative; }

.innerbanner-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
    padding: 20px 30px 0px;

}

.innerbanner-text h1{ color: #000; font-size:56px; margin-bottom: 0px; font-weight: 300; position: relative; }


.contact-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    transition: transform .3s ease;
    border: 1px solid #ecd5d5;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #ffebeb;
  color: #A00000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.map-container{ height: 100%; border-radius: 24px; overflow: hidden; }

.contact-social{ margin-top: 15px; }
.contact-social i{ font-size: 18px; margin: 0px 6px; }

.contact-form .contact-card{ background: #a00000; }
.contact-form label{ color: #fff; }
.contact-card h4{ color: #fff; }
#captcha-question{ color: #fff; }


.red-text{ color: #a00000; }

.who-text{ padding-left: 40px; }
.who-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #434343;
}

.value-item {
    text-align: center;
    padding: 30px 20px 0px;
}

.value-icon {
    width: 70px;
    height: 70px;
    background:#ffebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #A00000;
    font-size: 1.8rem;
}

.value-item h4{ font-family: "Sofia", cursive; margin-bottom: 15px; }
.value-item p{
  font-size: 16px;
  line-height: 1.4;
  color: #747474;
}

.aboutus-sec2 .who-text{ padding-left: 0px; padding-right: 40px; }

.cta-section{ 
    background: url(../images/craftmanship-CTA.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px;
    text-align: center;
}

.cta-section *{ color: #fff; }
.cta-section h5{ color: #fff !important; font-weight: 300; }

.homeabout-text {
    text-align: center;
    max-width: 1000px;
    margin:0px auto 40px;
    width: 100%;
}
.homeabout-text p {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}


.collection-sec2 {
    background: #ffeaea;
    padding: 60px 0px;
}


.lead-text{
  font-size: 16px;
    line-height: 1.6;
    color: #434343;
}

.gallery .col-sm-6{ margin-bottom: 24px; }

.gallery a {
  width: 100%;
  max-height: 500px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}

.gallery img {
  width: 100%;
  border-radius: 15px;
  min-height: 500px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.mendesign-txt{ font-size: 21px; margin-top: 10px; margin-bottom: 30px; font-weight: 600; background: #eee; padding: 10px; }

.homeinsta-feed{ display: none; }


.form-group label {
    width: 100%;
    margin-bottom: 6px;
    font-weight: 500;
}
.form-group { margin-bottom: 1rem; }

.craftmanship-video video{ border-radius: 30px; overflow: hidden; border:10px solid #fff; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08); }

.aboutcta-sec{ background: url(../images/about-CTA.jpg) no-repeat; }
.contactcta-sec{ background: url(../images/contact-CTA.jpg) no-repeat; }











/*--------------media css--------------*/


@media (max-width:1280px){
.title{ font-size: 42px; }
.title-para{ font-size: 16px; line-height: 24px; }
.innerbanner-text h1{ font-size: 44px; }
.gallery a{ max-height: 400px; }
.gallery img{ min-height:400px; }
.cta-section .title2{ font-size: 36px; margin-bottom: 15px !important; }
.mendesign-txt{ font-size: 19px; }
.value-item p{ font-size: 14px; }

}

@media (max-width:1180px){
.logo img{ max-height: 120px; }
.container{ max-width: 96%; }
.homecategories-sec .container-fluid{ padding-left: 30px; padding-right: 30px; }

}

@media (max-width:1024px){
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 10px; }
.right-header i{ margin-left: 15px; }
.mainhome-bannertxt h3{ font-size: 2.5rem; }
.mainhome-bannertxt p{ margin: 15px 0; }
.mainhome-txts h4{ font-size: 26px; }
.who-text { padding-left: 20px; }
.craftmanship-page h3.section-title.fs-3.mt-5.red-text{ margin-top: 0px !important;}
.map-container{ margin-top: 30px; height: 300px; }


}

@media (max-width:953px){
.logo img { max-height: 100px; border: 6px solid #fff; }
.navbar-toggler{ color: #000; margin-left: auto; padding: 15px 20px; }
.navbar-toggler:focus{ box-shadow: none; }
.right-header {
    margin-left: 0px;
    position: absolute;
    right: 60px;
    top: 14px;
}
.main-header .container-fluid{ padding-right: 0px; padding-left: 0px; }
.right-header i{ font-size: 20px; margin-left: 20px; }
.main-header .navbar-expand-lg .navbar-nav .nav-item{ width: 100%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0px;
    width: 100%;
    margin: 0px 0px;
    text-align: right;
    color: #fff;
    padding-right: 19px;
}
.main-header .navbar-expand-lg .navbar-nav{ background: #a00000; }
.main-header .navbar-expand-lg .navbar-nav .dropdown-toggle::after{ display: none; }
.topup{ display: none !important; }
.whatsapp-fix{ bottom: 20px; }
.navbar-brand{ left: 15px; }
.mainhome-txts{ padding: 10px 20px; }
.mainhome-txts h4 { font-size: 24px; }
.products-text h3{ font-size: 18px; }
.title{ font-size: 36px; }
.contact-conten{ margin-top: 30px; }
.who-text {
    padding-left: 0px;
    margin-top: 30px;
}
.craftmanship-page .col-lg-6.text-center .ps-5{ padding-left: 0px !important; margin-top: 30px; }
.craftmanship-page .row.align-items-center.flex-lg-row-reverse .col-lg-6.ps-5{ padding-left: calc(var(--bs-gutter-x) * .5) !important; margin-bottom: 30px; }
header.main-header.fixed-nav .right-header{ top: 24px; }
.collection-sec3 .col-lg-6.text-center .ps-5{ padding-left: 0px !important; }
.craftmanship-page .row.align-items-center.gy-5{ --bs-gutter-y: 0rem; }
.aboutus-sec2 .who-text{ padding-right: 0px; }


}

@media (max-width:768px){
.mainhome-bigbanner img{ height: 400px; object-fit: cover; }
.mainhome-bannertxt h3 { font-size: 2rem; }
.mainhome-txts{ text-align: center; padding: 10px 10px; }
.mainhome-txts h4{ font-size: 21px; }
.innerbanner-pic img{ height: 200px; object-fit: cover; }
.pa-80 { padding: 50px 0; }
.gallery a{  max-height: 300px; }
.gallery img{ min-height: 300px; }
.mendesign-txt{ font-size: 17px; }

}


@media (max-width:520px){
.desktop-banner{ display: none; }
.mobile-banner{ display: block; }
.mainhome-bannertxt{ left: 0px; padding: 20px; text-align: center; }
.mainhome-txts h4 { font-size: 30px; }
.products-text h3{ text-align: center; }
.footer-title{ margin-bottom: 15px; }
.footer-links{ margin: 10px 0px; border-bottom: 1px solid #999; }
.contact-conten { margin-top: 12px; }
.copyright .container{ flex-direction: column; align-items: flex-start; }
.footer-social{ margin: 10px 0px; }
footer{ padding-top: 25px; }
.innerbanner-text h1 { font-size: 36px; }
.innerbanner-text{ padding: 10px 20px 0px; }
.value-item p { font-size: 16px; }
.value-item h4{ font-size: 30px; }
.pt-80 { padding-top: 50px; }
.cta-section .title2{ font-size: 28px; }
.cta-section h5{ font-size: 18px; font-weight: 400; }
.gallery a{  max-height: none; }
.gallery img{ min-height: inherit; }




}












