@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@import url("../css/bootstrap.css");
@import url("../css/animate.css");
/*@import url("../css/jquery.fancybox.min.css");*/
@import url("../css/slick.css");
/*@import url("../css/xicon.css");*/
/*@import url("../css/variables.css");*/
/*@import url("../css/mobile-nav.css");*/
#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}




* {
  margin: 0px;
  padding: 0px;
}
/* text selection color */

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

::selection {
  background: var(--primary-color);
  color: white;
  text-shadow: none;
}
/* browser scroller style */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

.cate-drops-down::-webkit-scrollbar-track-piece {
    background: #582c83 !important;
}

.cate-drops-down::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 3px;
  border:1px solid white !important;
  width:8px;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

body {
  font-family: "Figtree", serif;
  color: var(--default-color);
  font-size: var(--base-font-size);
}

.ff-primary {
  font-family: var(--base-font-family);
}

.ff-secondary {
  font-family: var(--secondary-font-family);
}

.fc-primary {
  color: var(--primary-color);
}

.fc-secondary {
  color: var(--secondary-color);
}

.fc-dark {
  color: var(--dark-color);
}

.fc-lite {
  color: var(--lite-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2 {
  font-family: var(--heading-font-family-primary);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font-family);
}

h2,
.h2 {
  font-size: 6.7vmin;
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--base-font-size);
}

p {
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0px;
}
/*** theme sections padding ***/

.sec-padding-100 {
  padding: 100px 0;
}

.sec-padding-90 {
  padding: 90px 0;
}

.sec-padding-80 {
  padding: 80px 0;
}

.sec-padding-70 {
  padding: 70px 0;
}

.sec-padding-60 {
  padding: 60px 0;
}

.sec-padding-xlarge {
  padding: 50px 0;
}

.sec-padding-large {
  padding: 40px 0;
}

.sec-padding-medium {
  padding: 30px 0;
}

.sec-padding-small {
  padding: 25px 0;
}

.sec-padding-xsmall {
  padding: 10px 0;
}
/*** theme sections margin ***/

.sec-margin-100 {
  margin: 100px 0;
}

.sec-margin-90 {
  margin: 90px 0;
}

.sec-margin-80 {
  margin: 80px 0;
}

.sec-margin-70 {
  margin: 70px 0;
}

.sec-margin-60 {
  margin: 60px 0;
}

.sec-margin-xlarge {
  margin: 50px 0;
}

.sec-margin-large {
  margin: 40px 0;
}

.sec-margin-medium {
  margin: 30px 0;
}

.sec-margin-small {
  margin: 25px 0;
}

.sec-margin-xsmall {
  margin: 10px 0;
}
/*** no padding, no marging ***/

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}

p span {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
}
/*img { max-width: 100%;  }*/

ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

h2,
.h2 {
  color: #333333;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  letter-spacing: -1px;
}

h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

.google-translate img.goog-te-gadget-icon {
    display: none !important;
}

:root {
    --primary-color: #582c83 !important;
    --secondary-color: #32669c !important;
}

.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}

ul.nav li a.active {
  color: var(--primary-color);
}

ul.nav li a.active::before {
  width: 100%;
  background: var(--primary-color);
}

.list-simple li {
  color: #0f0b1f;
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: "icomoon" !important;
}

.google-translate {
    position: absolute;
    right: 14px;
    top: 13px;
}
/*** morefull block link ***/
 .step {
     display: none;
 }
.step.active {
  display: block;
}



.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
/*** transition ***/

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*** scale with transition ***/

.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.theme-btn-texture-1 {
  position: relative;
  width: 172px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 6vh; */
  overflow: hidden;
  border: 1px solid transparent;
  font-family: "Figtree";
  font-weight: 300;
  box-shadow: 0 0 11px black;
  font-size: 20px;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}
.theme-btn-texture-1 button {
  width: 101%;
  height: 100%;
  font-family: "Figtree";
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  background: white;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}
.theme-btn-texture-1 button:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.theme-btn-texture-2 {
  position: relative;
  width: 151px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 7vh; */
  overflow: hidden;
  border: 1px solid transparent;
  font-family: "Figtree";
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}
.theme-btn-texture-2 button {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-family: "Figtree";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  background: var(--primary-color);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
.theme-btn-texture-2 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mas {
  position: absolute;
  color: #000;
  text-align: center;
  width: 101%;
  font-family: "Figtree";
  font-weight: 300;
  position: absolute;
  display: flex;
  font-size: 15px;
  /* margin-top: 12px; */
  overflow: hidden;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

/* header  */

.cate-drops-down ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cate-drops-down {
    width: 800px !important;
    height: 50vh !important;
    background:white;
    padding: 15px;
    border: 2px solid #582c83;
}

.cate-drops-down ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 51px !important;
}
header {
  padding: 18px 0 18px 0;
}

.navs-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav ul {
  display: flex;
  gap: 13px;
  padding: 3px 0 0 0;
  margin: 0;
}

.logo img {
  width: 100%;
  height: 145px;
  display: block;
  margin: 0 auto;
}

/* .logo a {
  font-size: 18px;
  font-family: "Figtree";
  color: black;
  font-weight: 600;
} */

.nav ul li a {
  font-family: "Figtree";
  color: black;
  font-size: 14px;
  position: relative;
}

.nav-dropdown {
  height: 186px;
  overflow-y: scroll;
  border-radius: 5px;
}

.nav-dropdown ul li a {
  text-align: center;
  padding: 5px 0;
  transition: 0.2s all;
  width: 100%;
  display: block;
  border-radius: 4px !important;
}

.nav-dropdown ul li a:hover {
  background-color: #f77f0090;
}

.nav-dropdown ul li a:hover:before {
  content: unset;
}

.serv-a {
  position: relative;
}

.serv-a:hover .nav-dropdown {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
  backdrop-filter: blur(30px);
}

.nav-dropdown {
  position: absolute;
  top: 30px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  width: 160px;
}

.nav-dropdown ul {
  display: block;
  padding: 0;
}

.nav-dropdown ul li:hover a {
  color: white;
  background: #582c83 !important;!i;!;
}

.nav-dropdown ul li:last-child {
  border-radius: 0 0 5px 5px;
}

.nav-dropdown ul li:first-child {
  border-radius: 5px 5px 0 0;
}

.searching-box form {
  width: 290px;
  position: relative;
}

.searching-box form input {
  width: 100%;
  height: 33px;
  border-radius: 30px;
  border: 1px solid #3333;
  color: var(--primary-color);
  padding: 10px 10px 10px 30px;
}

.searching-box form button {
  position: absolute;
  left: 12px;
  background: transparent;
  border: 0;
  top: 8px;
  color: var(--primary-color);
}

.ecommers-options {
  display: flex;
  justify-content: end;
  gap: 11px;
  align-items: center;
}

.add-cart a {
  color: black;
  font-size: 22px;
  position: relative;
}

.add-cart a span {
  position: absolute;
  background: var(--primary-color);
  font-size: 13px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: normal;
  color: white;
  font-weight: 500;
  border-radius: 20px;
  right: -5px;
}
.user-login a {
  font-size: 18px;
  color: black;
}
.user-login a span {
  color: var(--primary-color);
}
/* Header Css End */

/* banner-cssbegin */
section.banner-main {
  position: relative;
  height: 760px !important;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban-form {
  width: 470px;
  background: var(--secondary-color);
  z-index: 999999;
  position: relative;
  padding: 22px 26px 7px 26px;
  border-radius: 10px;
}

.ban-form h2 {
  font-size: 29px;
  color: white;
  line-height: 35px;
  margin: 0;
}

.ban-form p {
  font-size: 14px;
  color: white;
  font-family: "Figtree";
  font-weight: 100;
}

.ban-form form {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}

.ban-form form input {
  background: #cccccc5e;
  width: 100%;
  height: 33px;
  padding: 11px;
  border: 1px solid transparent;
  color: white;
}

.ban-form form input::placeholder {
  color: white;
}

.ban-form form button.create-account {
  width: 100%;
  background: var(--primary-color);
  height: 35px;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.5s ease;
  color: white;
}

.ban-form span {
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
}

.ban-form span::before {
  position: absolute;
  height: 2px;
  width: 45%;
  background: white;
  content: "";
  bottom: 10px;
  left: 0;
}

.ban-form span::after {
  position: absolute;
  height: 2px;
  width: 45%;
  background: white;
  content: "";
  bottom: 9px;
  right: 0;
}

button.login-google-account {
  background: white;
  border: 1px solid transparent;
  width: 100%;
  padding: 6px 6px;
  margin-bottom: 25px;
  position: relative;
}
button.login-google-account img {
  position: absolute;
  left: 13px;
}
.ban-form p a {
  color: var(--primary-color);
}
.ban-form-txt {
  display: block;
  margin: 0 auto;
}

.ban-form-txt h2 {
  font-size: 80px;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
}

/* banner-cssend */
.banner-cta {
  background: var(--secondary-color);
  padding: 26px 0;
}

.cta-content h3 {
  font-size: 32px;
  color: white;
  font-family: "Figtree";
}

.cta-content a {
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 22px;
  padding: 0px 0 0 0;
  display: inline-block;
  font-weight: 700;
}

.btn-style-2 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.btn-style-2 .theme-btn-texture-2 {
  width: 240px;
  height: 53px;
}

.btn-style-2 .theme-btn-texture-2:hover {
  border: 1px solid var(--primary-color);
}

.btn-style-2 .theme-btn-texture-2:hover .mas {
  color: var(--primary-color);
}
/* cta css begin */
.explore-box {
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.explore-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

section.explore-expert-agent {
    padding: 95px 0 75px 0;
}

.sec-title h2 {
  font-size: 33px;
  font-family: "Figtree";
  text-align: center;
}

.sec-title {
  padding: 0 0 40px 0;
}

.explore-box .btn-style-1 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.theme-btn-texture-1 button a {
  color: black;
}

.theme-btn-texture-1:hover {
  background: var(--primary-color);
  color: white;
  transform: translate(0px, -10px);
}

.theme-btn-texture-1:hover a {
  color: white;
}

.explore-box:hover img {
  transform: scale(1.2);
  filter: brightness(0.5);
}
/* cta css end */

/* make dream css begin */
section.make-dream {
  background: url(../images/login-sec-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 70px 0px;
}

.make-dream-head h2 {
  font-size: 48px;
  font-family: "Figtree";
  color: #333333;
  font-weight: 600;
}

.make-dream-head p {
  font-size: 19px;
  line-height: 31px;
  color: #333;
}

.sign-up-box button {
  border: 1px solid #33333378;
  border-radius: 6px;
  font-weight: 700;
  margin: 0;
  height: 43px;
}

.sign-up-box form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.sign-up-box span::after {
  position: absolute;
  content: "";
  width: 46%;
  background: black;
  height: 1px;
  right: 0;
  top: 9px;
}

.sign-up-box button.create-account {
  background: var(--primary-color);
  border-radius: 4px;
  padding: 7px 0;
  margin: 0 0 20px 0;
  color: white;
}

.sign-up-box input {
  height: 45px;
  border: 1px solid #3333;
  padding: 10px;
  border-radius: 9px;
}

.sign-up-box span {
  position: relative;
  text-align: center;
}
.sign-up-box span::before {
  position: absolute;
  content: "";
  width: 46%;
  background: black;
  height: 1px;
  left: 0;
  top: 9px;
}
.sign-up-box p {
  color: #333;
}
.sign-up-box p a {
  color: var(--primary-color);
}
.sign-up-box {
  padding: 0 50px;
}
/* make dream css end */

/* shop by depart css begin */
section.shop-depart {
  padding: 50px 0 50px 0;
}

.sale-offer {
  width: 100%;
  height: 100%;
}

.sale-offer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 38px 0;
}

ul.shop-categories {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0;
  margin: 0;
}

.cat-inner-page {
  flex-wrap: wrap;
  gap: 25px;
  justify-content: start !important;
}

.categorie-img {
  height: 150px;
  width: 100%;
  overflow: hidden;
}

.categorie-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.categorie-name {
  /* border: 1px solid #3333; */
  border-top: 1px solid #3333;
  padding: 13px 10px;
  background: #3333330a;
  transition: all 0.6s ease;
  height: 70px;
  max-height: 120px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.categorie-main {
  box-shadow: 3px 4px 4px #0000002b;
  border: 1px solid #3333;
  width: 195px;
  transition: all 0.6s ease;
}

.categorie-name a {
  font-size: 17px;
  color: black;
  font-family: "Figtree";
  font-weight: 600;
}

.categorie-main:hover .categorie-img img {
  transform: scale(1.2);
}

.categorie-main:hover .categorie-name:before {
  width: 100%;
  height: 100%;
}

.categorie-main:hover {
  border: 1px solid var(--primary-color);
}

.section-title h3 {
  font-size: 31px;
  color: #333333;
  font-weight: 700;
  font-family: "Figtree";
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.section-title a {
  color: var(--primary-color);
  position: relative;
  font-size: 19px;
  z-index: 99999;
}

.section-title a::before {
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  content: "";
  bottom: 2px;
  transition: all 0.6s ease;
  z-index: -1;
}

.section-title a:hover:before {
  height: 100%;
  width: 100%;
}

.section-title a:hover {
  color: white;
}
.categorie-main:hover {
  transform: translate(10px, -10px);
}

.categorie-name::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: var(--primary-color);
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.6s ease;
}
/* shop by depart css end */
/* Contact a local css begin  */
.contact-local {
  background: var(--secondary-color);
  padding: 10px 18px;
  position: relative;
}

.contact-local p {
  font-size: 35px;
  font-weight: 500;
  color: white;
  line-height: 56px;
  font-weight: 600;
  padding: 10px 0 0 0;
}

.contact-local a {
  position: absolute;
  bottom: 10px;
  right: 17px;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 29px;
  color: white;
}
/* Contact a local css end  */

/* blogs css begin */
.categorie-main.blogs-main {
  width: 315px;
  box-shadow: none;
  border: 0;
  text-align: start;
}

.blogs-main .categorie-name {
  flex-direction: column;
  align-items: self-start;
  background: transparent;
  box-shadow: none;
  border: 0;
  gap: 20px;
  padding: 2px 0 20px 8px;
  height: 180px;
  display: inline-flex;
  gap: 0;
  width: 100%;
  justify-content: space-around;
}

.blogs-main .categorie-name::before {
  width: 0 !important;
}
.categorie-name span {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 17px;
  text-transform: capitalize;
}
.blogs-main .categorie-img a {
  position: absolute;
  left: 50%;
  top: 22%;
  font-size: 65px;
  color: white;
  transform: translate(-50%);
}

.blogs-main .categorie-img {
  position: relative;
}
/* blogs css end */
.bg-change-shop {
  background: #e7ecee;
}

.bg-change-shop .sale-offer.contact-local {
  background: var(--primary-color);
}

.bg-change-shop .sale-offer.contact-local a {
  background: var(--secondary-color);
}
/* ftr css begin */
footer {
  background: var(--secondary-color);
  padding: 31px 0 0 0;
}

.copy-right {
  text-align: center;
  padding: 11px 0;
  background: var(--primary-color);
}

.ftr-logo a {
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.ftr-logo {
  padding: 0 0 30px 0;
}

.copy-right p {
  color: white;
  padding: 0;
  font-size: 16px;
}

ul.ftr-nav {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

ul.ftr-nav li a {
  font-size: 23px;
  color: white;
}
/* ftr css end */

/* slider css begin */
ul.shop-categories.cat-slide li {
  margin: 0 3px;
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: 36%;
  z-index: 99;
  font-size: 0;
  border: 0;
}

button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "<" !important;
  font-size: 35px;
  background: white;
  height: 42px;
  color: black;
  top: -30px;
  line-height: 40px;
  width: 42px;
  border-radius: 100%;
  left: -18px;
  box-shadow: 0 0 12px #00000061;
}

button.slick-prev.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button.slick-next.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 99;
  font-size: 11px;
  border: 0;
  right: -60px;
  opacity: 1 !important;!i;!;
}

button.slick-next.slick-arrow::before {
  position: absolute;
  content: ">";
  font-size: 35px;
  background: white;
  height: 42px;
  line-height: 40px;
  width: 42px;
  color: black;
  top: -46px;
  border-radius: 100%;
  left: -71px;
  border: 1px solid #3333;
  box-shadow: 0 0 10px #33333375;
}

button.slick-next.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* slider css end */
header .container {
  max-width: 1600px;
}

.ban-form form select {
  background: #cccccc5e;
  width: 100%;
  height: 32px;
  padding: 6px;
  border: 1px solid transparent;
  color: white;
}

.ban-form form select option {
  color: black;
}
.bussiness-catBox:hover .bussiness-cat-img img {
  transform: scale(1.2);
}

.bussiness-cat-img {
  height: 300px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
  transition: all 0.6s ease;
}

.bussiness-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.business-cat-content {
  text-align: center;
  padding: 20px 0 0 0;
}

.business-cat-content a {
  font-size: 21px;
  color: black;
  font-family: "Figtree";
  font-weight: 500;
}

.business-cat-content a span {
  color: var(--primary-color);
  font-size: 31px;
  position: relative;
}

.bussiness-cat-img::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 520px;
  background: #53505061;
  transform: translate(-50%) rotate(32deg);
  left: -46%;
  top: -26%;
  transition: all 0.3s ease;
}

.bussiness-cat-img::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 520px;
  background: #53505061;
  transform: translate(-50%) rotate(32deg);
  left: -40%;
  top: -33%;
  transition: all 0.5s ease;
}

.bussiness-catBox:hover .bussiness-cat-img:before {
  top: -26%;
  left: 130%;
}

.bussiness-catBox:hover .bussiness-cat-img:after {
  top: -26%;
  left: 130%;
}

.bussiness-catBox:hover .bussiness-cat-img {
  border: 3px solid var(--primary-color);
}
.sign-up-box h2 {
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
  font-family: "Figtree";
  color: black;
  padding: 0 0 50px 0;
  position: relative;
}

.sign-up-box h2::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background: var(--primary-color);
  bottom: 36px;
  left: 50%;
  transform: translate(-50%);
}

.sign-up-box h2::after {
  position: absolute;
  content: "";
  width: 23%;
  height: 3px;
  background: var(--primary-color);
  bottom: 26px;
  left: 50%;
  transform: translate(-50%);
}
.nav ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: black;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.6s ease;
}

.nav ul li a:hover:before {
  width: 100%;
}

.ban-form form button.create-account:hover {
  background: black;
  color: white;
}

section.bussiness-cat.explore-expert-agent {
  padding: 88px 0 5px 0;
}

.contractor-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.contractor-box {
  box-shadow: 3px 4px 4px #0000002b;
  border: 1px solid #3333;
  width: 100%;
  transition: all 0.6s ease;
}

.contractor-img {
  padding: 32px 32px 0;
}

.contractor-wrap h3 a {
  border-top: 1px solid #3333;
  padding: 13px 10px;
  background: #3333330a;
  transition: all 0.6s ease;
  height: 70px;
  max-height: 120px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #000;
}

.contractor-box:hover {
  transform: translate(10px, -10px);
  border: 1px solid var(--primary-color);
}

.contractor-wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: var(--primary-color);
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.6s ease;
}

.contractor-box:hover .contractor-wrap:before {
  width: 100%;
  height: 70px;
}

.builder-img {
  border: 1px solid var(--primary-color);
  padding: 32px 32px 0;
  width: 70%;
  display: block;
  margin: 0 auto;
}

.builder-img img {
  width: 100%;
  height: 340px;
  object-fit: contain;
}

.builder-img h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
  color: #000;
}

.builder-wrap h4 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Figtree";
}

.builder-wrap ul li {
  list-style: disc;
  font-size: 16px;
  margin-bottom: 10px;
  color: #00000099;
}

.builder-wrap ul {
  padding: 0;
}

.builder-wrap p {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}

.caller {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.caller .theme-btn-texture-2 {
  margin: 0;
}

.port-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0;
}

.port-wrap h2 {
  font-size: 31px;
  color: #333333;
  font-weight: 700;
  font-family: "Figtree";
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.portfolio .categorie-main:hover {
  transform: unset;
}

.portfolio .categorie-main:hover .categorie-img img {
  transform: unset;
}

.portfolio button.slick-next.slick-arrow,
.portfolio button.slick-prev.slick-arrow {
  top: 65%;
}

section.search-bar {
  padding: 50px 0 0;
}

.search-box {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 20px 25px;
  background-color: #582c834a;
}

.search-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}

.search-box form input,
.search-box form select {
  width: 100%;
  padding: 10px 0 10px 14px;
  border-radius: 11px;
  border: 1px solid var(--primary-color);
  color: #000;
  outline: none;
}

.search-box form .theme-btn-texture-2 {
  width: 100%;
}

.search-box form a {
  color: #000;
}

.search-box form .theme-btn-texture-2:hover {
  border: 1px solid var(--primary-color);
}

.pricing {
  width: 100%;
  padding: 10px 15px 20px;
  border: 3px solid var(--primary-color);
  border-radius: 20px;
  margin: 9px 0;
}

.price-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--primary-color);
}

.price-flex h4 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Figtree";
  color: var(--primary-color);
}

.price-flex h6 {
  font-weight: 600;
  font-size: 23px;
}

.pricing ul {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 13px;
}

.pricing ul li {
  margin-bottom: 9px;
  font-size: 14px;
}

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


.privacy-wrap ul {
  padding-left: 13px;
}
.privacy-wrap ul li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 6px;
}
.privacy-wrap h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.privacy-wrap p {
  padding-bottom: 10px;
}


ul.ftr-nav-2 li a {
  font-size: 14px;
  color: white;
}

.categorie-main:hover .categorie-name a {
    color: white;
}

ul.shop-categories.cat-slide-long.slick-initialized.slick-slider .slick-track {
    padding: 15px 0px;
}

label.form-check-label {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0 0px;
    /*font-family: 'icomoon';*/
}

.plumbing-head {
    text-align: center;
}

.services-sec {
    padding: 60px 0 60px;
}

.service-box {
    display: flex;
    gap: 0px 35px;
    padding: 25px 0 25px;
    justify-content: center;
}

.service-box input#flexCheckIndeterminate {
    margin: 5px 2px 0;
}

.service-header h4 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font-family: 'icomoon';
}

.plumbing-head h2 {
    text-transform: uppercase;
    color: #582c83;
    padding: 0 0 40px;
}

.single-product label.form-check-label {
    font-size: 15px !important;
}

.single-product .form-check .form-check-input {
    float: none;
    margin-left: -1.5em;
}

.single-product {
    text-align: center;
}

.SERVICING_FIELDS {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0 30px;
}

input#exampleFormControlInput1 {
    border-radius: 5px;
}

.service-field-one {
    width: 30%;
}

.service-select-btn {
    text-align: center;
    padding: 60px 0 0;
}

.form-check-label {
    pointer-events: none;
}
/********** Responsive **********/

/*modification css begin*/
div#exampleModal {
    z-index: 9999999;
}
.progress {
    height: 4px;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 15px;
}
button.btn-close {
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: 16px;
}
div#progressBar {
    background: black;
}

.step {
}

.button-container button {
    background: black;
    border: 2px solid black;
    width: 230px;
}

.button-container button:hover {
    background: #00000070;
    border: 2px solid black;
    color: black;
}

.ftr-modal-btns {
    box-shadow: 1px -5px 11px #4b494938;
    padding: 12px 10px 18px 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: white;
}

.modal-body {
    padding: 0;
}
.content-steps-main {
    padding: 30px;
    width: 800px;
    margin: 0 auto;
}
.content-loops{
    padding: 30px;
    width: 800px;
    margin: 0 auto;
    height: 90%;
    overflow: auto;
}
.checkbox-container {
  display: block;
  border: 1px solid #3333;
  padding: 30px 18px;
  position: relative;
  margin: 12px 0px;
}

.checkbox-container input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  color: black !important;
}

.checkbox-container label {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  top: 7px;
  left: 0;
  padding: 12px 21px;
}

.checkbox-container label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 21px;
}

.checkbox-container input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 30px;
  width: 6px;
  height: 14px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkBoxes {
    padding: 60px 0 0 10px;
}

.content-steps-main h5 {
    font-size: 15px;
}

.content-steps-main h2 {
    font-size: 29px;
    font-weight: 800;
}

.checkBoxes.grid_style {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.content-steps-main textarea {
    width: 100%;
    height: 290px;
    padding: 10px;
}
.login_register input {
    margin: 20px 0;
    height: 50px;
}

.login_register button {
    background: black;
    color: white;
    margin: 19px auto 19px auto !important;
    display: inline-block;
    width: fit-content;
    padding: 9px 64px;
    font-size: 19px;
    border: 1px solid black;
}
.login_register {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}
.login_register button:hover {
    background: transparent;
    color: black;
}
section.inner-banner .ban-form-txt {
    margin: 0;
}

section.inner-banner .ban-form-txt h2 {
    font-size: 57px;
    filter: none !important;
    font-family: 'Figtree';
    -webkit-text-stroke: 1px #0000007d;
}
section.inner-banner .banner-img img {
    object-position: bottom;
}
/*modification css end*/
/*shop page css*/
.shop-depart-cat-box {text-align: center;}

.depart_main-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}


.shop-depart-cat-box a .shop-depart-cat-img img {
    width: 100%;
    height: 100%;
}

.shop-depart-cat-box a .shop-depart-cat-txt h2 {font-size: 14px;}

section.shop-department h1 {
    font-size: 32px;
    font-family: 'Figtree';
    color: #333;
    text-align: center;
    padding: 0 0 50px 0;
}

section.shop-department {
    padding: 110px 0 0 0;
}
.title h3 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 50px;
    font-family: 'Figtree';
    font-weight: 500;
    color: #333;
}

section.featured-categorie {
    padding: 90px 0 0 0;
}

.featred_cate-box a div {
    height: 320px;
    width: 100%;
}

.featred_cate-box a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featred_cate-box a h3 {
    font-size: 20px;
    color: black;
    font-family: 'Figtree';
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
}
section.new-arrivals-section {
    background: #32669C;
    text-align: center;
    padding: 70px 0;
    margin: 100px 0 0 0;
}

.new-arrivals-content h3 {
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    padding:0px 0 30px 0;
    color: white;
}
.product-slider-shop h4 {
    font-size: 20px;
    padding: 12px 9px 0 11px;
    text-align: left;
    text-transform: capitalize;
}

.product-slider-shop ul {
    display: flex;
    padding: 10px 0 10px 11px;
}

.product-slider-shop ul li {
    color: #ffbe28;
}

.product-slider-shop ul li:last-child {
    color: black;
    margin: 0 0 0px 20px;
}

.product-slider-shop h5 {
    font-size: 22px;
    padding: 0 0 10px 13px;
    text-align: left;
    font-family: 'Figtree';
    font-weight: 600;
    color: #333;
}
/*shop page css*/


/*categorie css*/
.searchbar {
    display: flex;
    gap: 14px;
    align-items: center;
}

.searchbar div {
    background: var(--primary-color);
    padding: 12px 33px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
}

.searchbar select {
    padding: 13px;
    border: 1px solid #3333;
    border-radius: 6px;
}
/*categorie css*/

div#exampleModal2 .modal-content {
    width: 100% !important;
}

div#exampleModal2  form {
    height: 100%;
}

div#exampleModal2 form .content-steps-mains-second {
    height: 100%;
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
}

.pricing ul:first-child {
    height: 230px;
    overflow: auto;
    min-height: 220px;
}

.pricing ul li {
    color: white;
    text-align: left;
    padding:0 0 9px 0;
}

/*.pricing ul li span {*/
/*    text-align: left;*/
/*}*/

button {
    color: white !important;
}

.pricing .theme-btn-texture-2 button a {
    color: white;
}
    .service-chart h2 {
        font-size: 23px;
        background-color: #FFC72C;
        text-align: center;
        margin: 0 auto 20px;
        padding: 15px;
        border-radius: 10px;
        color: #fff;
        text-shadow: 1px 1px #000000b3;
        letter-spacing: 0px;
        width: 80%;
    }
    
    .service-chart {
        width: 68%;
        margin: 80px auto 0;
        border: 2px solid var(--primary-color);
        padding: 150px 70px 90px;
        position: relative;
        background: url(../images/bg-watermark.png) !important;
        background-size: 296px  !important;
        background-repeat: repeat  !important;
    }
    
    .service-head h3 {
        text-align: center;
        color: var(--primary-color);
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    .service-view-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .service-head {
        margin-bottom: 20px;
    }
    
    .service-view-wrap h4 {
        font-size: 15px;
        margin-bottom: 6px;
        text-align:center;
    }
    .service-view-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 13px;
    }
    span.acborder-logo {
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    span.acborder-logo img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    span.acborder-top {
        position: absolute;
        top: -7px;
        left: 50%;
        z-index: 0;
        text-align:center;
        transform: translate(-50%, -50%);
    }

    span.acborder-top img {
        width: 80%;
        background: #fff;
    }
    span.acborder-bottom {
        position: absolute;
        bottom: -28px;
        left: 36%;
        z-index: 0;
    }

    span.acborder-bottom img {
        width: 54%;
        background: #fff;
    }
    span.acborder-right {
        position: absolute;
        top: -2px;
        right: -2px;
        background: #fff;
        width: 107px;
        height: 97px;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
    }
    span.acborder-right img {
        width: 100%;
    }
    span.acborder-left {
        position: absolute;
        top: -2px;
        left: -3px;
        background: #fff;
        width: 107px;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        height: 97px;
    }
    span.acborder-left img {
        width: 100%;
    }
    span.acborder-bottom-right {
        position: absolute;
        bottom: -1px;
        right: -1px;
        background: #fff;
        width: 107px;
        height: 105px;
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }
    span.acborder-bottom-right img {
        width: 100%;
        background: #fff;
    }
    span.acborder-bottom-left {
        position: absolute;
        bottom: -2px;
        left: -3px;
        background: #fff;
        width: 107px;
        height: 107px;
        clip-path: polygon(0 0, 0 100%, 100% 100%);
    }
    span.acborder-bottom-left img {
        width: 100%;
        background: #fff;
    }
    section.shop-depart.privacy-section{
        position:relative;
    }
    section.shop-depart.privacy-section .theme-btn-texture-2 {
        position: absolute;
        bottom: 120px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 10px);
    }
    .alert.alert-success.mt-4 {
            margin: 0 0 70px 0;
        }
        div#exampleModal2 .modal-content {
            width: 100% !important;
            margin:0;
        }
        div#exampleModal2 .modal-content form {
            height: 90%;
        }
        
        div#exampleModal2 .modal-content form .ct-step {
            height: 100%;
        }
        
        div#exampleModal2 .modal-content form .ct-step .content-steps-mains-second {
            height: 100%;
            display: flex;
            flex-direction: column;
            width: 820px;
            margin: 0 auto;
            justify-content: center;
            gap: 7px;
        }
        
        div#exampleModal2 .modal-content form .ct-step .content-steps-mains-second .form-group input, div#exampleModal2 .modal-content form .ct-step .content-steps-mains-second .form-group select {
            width: 100%;
            height: 35px;
            padding: 6px;
            border: 1px solid #3333;
        }
        
        div#exampleModal2 .modal-content form .ct-step .content-steps-mains-second .form-group textarea {
            width: 100%;
            height: 200px;
            margin: 18px 0 0 0;
        }
        
        div#exampleModal2 .modal-content form .ct-step .content-steps-mains-second h2 {
            font-size: 31px;
        }
        .form-group {
            width: 100%;
        }
        .modal-body {
            padding: 0 0 60px 0 !important;
        }
        
        div#exampleModal .modal-body {
            padding-bottom: 130px !important;
        }
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}
