@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  background-color: #fffdf6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
  font-family: "Nirotica";
  src: url(../fonts/NiroticaRegular.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  color: #fff;
  margin: 0 0 0px;
  font-size: 3.3em;
  font-weight: 500;
  font-family: "Nirotica";
}

h2 {
  color: #000;
  font-size: 65px;
  margin: 0 0 0px;
  font-weight: 500;
  font-family: "Nirotica";
}

h3 {
  margin: 0 0 0px;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  font-family: "Nirotica";
}

h4 {
  color: #000;
  font-size: 24px;
  margin: 0 0 0px;
  font-weight: 500;
  font-family: "Nirotica";
}

h5 {
  color: #000;
  font-size: 16px;
  margin: 0 0 0px;
  font-weight: 500;
  font-family: "Nirotica";
}

h6 {
  color: #000;
  font-size: 14px;
  margin: 0 0 0px;
  font-weight: 500;
  font-family: "Poppins";
}

p {
  margin: 0px;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Poppins";
}

/*header css start */

header {
  padding: 30px 0 12px 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  color: #fff;
  padding: 0 22px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins";
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #b58b6b;
}

.header-logo {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo a {
  width: 100%;
  height: 100%;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-right-box ul {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-btn {
  position: relative;
  z-index: 10;
}

.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  z-index: 9;
  display: none;
}

.menu-box > nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.menu-box > nav a {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  font-family: "Cinzel";
  line-height: 1;
  transition: 0.4s ease-in-out;
  position: relative;
  font-weight: bold;
}

/* menu-icon */

.menu-btn svg {
  width: 35px;
  height: 35px;
}

.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  transition: 1s all ease;
}

.cross {
  stroke-dashoffset: 68;
  stroke: #fff;
}

.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}

.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

/* menu-icon */

.menuSec .header-requst-btn {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #dcc5b7;
}

.menuSec .header-cart-btn {
  width: 55px;
  padding: 0;
  height: 55px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #dcc5b7;
}

.menuSec .header-tel-btn {
  font-size: 14px;
  padding-left: 0;
}

/*header css start */

/*banner css start */

.main_slider {
  height: 900px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url(https://www.sofiamaestropiano.com/wp-content/uploads/2025/06/Copia-de-10-scaled-1-1.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.banner_text {
  font-size: 3rem;
}

.banner_text h1 {
  padding-top: 10px;
  border-top: 1px solid #c8b3a3;
}

.banner_text a {
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
  background-color: #dcc5b7;
}

.banner_text a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(83%) saturate(7500%)
    hue-rotate(211deg) brightness(85%) contrast(114%);
}

/*banner css end*/

/* about sec */

.about-sec {
  padding-top: 100px;
  overflow-x: hidden;
  position: relative;
}

.about-sec .row {
  position: relative;
}

.about-heading {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.about-heading h2 {
  color: #b58b6b;
}

.about-heading::before {
  left: 50%;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100vw;
  position: absolute;
  background-color: #b58b6b;
}

.about-heading::after {
  bottom: 0;
  right: 50%;
  height: 1px;
  content: "";
  width: 100vw;
  position: absolute;
  background-color: #b58b6b;
}

.about-sec::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 70%;
  position: absolute;
  background-image: url(https://www.sofiamaestropiano.com/wp-content/uploads/2025/06/9-IMG_8888-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-counter-box {
  gap: 10px;
  display: flex;
  padding: 80px 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.about-counter-box .counter {
  color: #fff;
  font-size: 105px;
  line-height: 100px;
  font-family: "Nirotica";
}

.about-counter-box p {
  color: #fff;
}

.about-img {
  top: 0;
  width: 40%;
  height: 780px;
  display: flex;
}

.about-img img {
  width: 55%;
  height: 600px;
  object-fit: cover;
  position: absolute;
}

.about-text {
  z-index: 1;
  position: relative;
  padding: 60px 50px 50px;
  background-color: #b58b6b;
}

.about-text ul {
  gap: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  justify-content: space-between;
  border-bottom: 1px solid #c4a289;
}

.about-text ul li a {
  width: 160px;
  height: 160px;
  display: flex;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.about-text ul li h2 {
  color: #fff;
  max-width: 690px;
}

.about-text p {
  color: #e1d1c4;
}

/* about sec */

/* lesson-sec */

.lesson-sec {
  padding: 100px 0px 0px;
  position: relative;
  overflow: hidden;
}

.lesson-slider-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lesson-slider-btn button {
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #b58b6b;
  background-color: transparent;
}

.lesson-slider-btn button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.lesson-slider-btn button.lesson-slider-left-btn {
  left: 15px;
  position: relative;
}

.lesson-slider-btn button.lesson-slider-right-btn img {
  transform: rotate(180deg);
}

.lesson-sec .add-padding {
  margin: auto;
  padding: 0;
  max-width: 2000px;
}

.lessonSlider .slick-slide {
  transform: scale(0.9);
}

.lessonSlider .slick-slide .lesson-box h3 {
  height: 0;
  overflow: hidden;
}

.lessonSlider .slick-list {
  overflow: visible;
}

.lessonSlider .slick-slide {
  margin: 0px 20px;
  opacity: 1;
}

.lessonSlider .slick-active {
  transform: scale(1.01);
}

.lesson-box img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.lesson-box {
  text-align: center;
}

.lessonSlider .slick-slide .lesson-box p {
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.lesson-box p {
  margin-bottom: 10px;
}

.lessonSlider .slick-slide .lesson-box h6 {
  height: 0;
  overflow: hidden;
  border: none;
}

.lesson-box h3 {
  color: #b58b6b;
  margin-top: 25px;
  margin-bottom: 10px;
}

.lesson-box h6 {
  margin: auto;
  width: fit-content;
  padding-bottom: 1px;
  border-bottom: 1px solid #8f8e8a;
}

.lessonSlider .slick-active .lesson-box h3 {
  height: fit-content;
}

.lessonSlider .slick-active .lesson-box p {
  overflow: hidden;
  height: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lessonSlider {
  margin-top: 50px;
}

.lessonSlider .slick-active .lesson-box h6 {
  height: fit-content;
  border-bottom: 1px solid #8f8e8a;
}

.lesson-heading h2 {
  color: #b58b6b;
}

/* lesson-sec */

/* inner-banner */

.inner-banner {
  height: 630px;
}

/* inner-banner */

/* innner-about-sec */

.innner-about-sec {
  margin-bottom: 100px;
}

.innner-about-sec::before {
  height: 77%;
}

.inner-about-text {
  margin-top: 50px;
}

.inner-about-text p {
  color: #ffffff9a;
  margin-bottom: 25px;
}

/* innner-about-sec */

/* innerlesson-sec */

.innerlesson-sec .lesson-box {
  margin: 50px 0px 0px;
}

.innerlesson-sec .lesson-box img {
  height: 500px;
}

/* innerlesson-sec */

/* product detail */
.product-img {
  display: inline-block;
  width: 100%;
}

.product-img img {
  width: 100%;
}

.product-text h2 {
  font-size: 65px;
  color: #b58b6b;
  margin-bottom: 25px;
}

.productdetal-img {
  width: 100%;
  height: 730px;
}

.productdetal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.icon-1 {
  gap: 10px;
  color: #ffb600;
  font-size: 20px;
  display: flex;
  margin-bottom: 13px;
  /* align-items: center; */
  margin-top: 15px;
}

.product-tet {
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #c2005e;
}

.product-text h4 {
  font-size: 65px;
  padding-bottom: 10px;
}

.product-text h5 {
  font-size: 25px;
  font-weight: 400;
  color: #b58b6b;
  margin: 7px 0 20px;
  font-family: "Poppins";
}

.product-text h6 {
  font-size: 25px;
  color: #b58b6b;
  margin: 0 0px 10px;
}

.hurry-up {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

.product-size label {
  font-size: 25px;
  color: #b58b6b;
  margin-bottom: 15px;
}

ul.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.quantity input[type="number"] {
  border: none;
  /* background: #ebe6db; */
  text-align: center;
  /* padding: 10px; */
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: black solid 0.5px;
  height: 32px;
}

span.input-number-decrement {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  position: relative;
  top: -1px;
  left: -4px;
  border: solid 1px #0eb2e7;
  height: 29px;
  border-radius: 0;
  color: black;
  border-top-right-radius: 0px;
}

span.input-number-increment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  position: relative;
  bottom: -29px;
  right: 38px;
  border: solid 1px #0eb2e7;
  height: 31px;
  border-radius: 0;
  color: black;
  border-bottom-right-radius: 0px;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
  width: 30%;
  text-align: center;
}

.input-number {
  width: 53px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  background: transparent;
  color: #000000;
  height: 60px;
  border: 1px solid #0eb2e7;
  font-size: 30px;
  line-height: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.iconlist {
  margin-top: 20px;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  height: 60px;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  border-radius: 0;
  width: fit-content;
  padding: 12px 15px;
  font-family: "Nirotica";
  background-color: transparent;
}

.description li.nav-item .nav-link.active {
  border: 0;
  color: #b58b6b;
  font-weight: 500;
  background-color: transparent;
}

.description .nav-tabs {
  border-bottom: transparent;
  padding-bottom: 15px;
  margin-bottom: 0px;
  justify-content: flex-start;
}

.productdetailsmallportion img {
  width: auto;
  /* padding: 10px 10px; */
  position: relative;
  z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
  margin-top: -60px;
}

/* skin 2 */

.skin-2 .num-in {
  background: #f0f0f0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
  background: #fff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: "Montserrat";
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 35%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-start;
}

.product-detail input.in-num {
  border: 1px solid #dadada;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
  padding: 20px 0;
  background: #fff;
}

ul.list-inlin.pull-right {
  gap: 15px;
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: flex-start;
}

ul.list-inlin.pull-right li a {
  width: 45px;
  height: 45px;
  color: #000;
  display: flex;
  font-size: 20px;
  border-radius: 50%;
  align-items: center;
  transition: ease-out;
  justify-content: center;
  border: 1px solid #000;
  transition-duration: 0.5s;
  background-color: transparent;
}

ul.list-inlin.pull-right li a:hover {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
  background-color: #0eb2e7;
}

.productdetailsmallportion img {
  width: 150px;
  border: 6px solid #fff;
  object-fit: cover;
}

section.productdetailsec:after {
  /* content: ""; */
  position: absolute;
  width: 23%;
  height: 69%;
  background: url(../images/prodcut-detail-after.png);
  right: 0;
  bottom: -9%;
  background-repeat: no-repeat;
  filter: contrast(0.1);
  opacity: 0.5;
}

.productdetailtext {
  padding-top: 10px;
}

.description {
  padding: 0 0px 100px 0;
}

.rate {
  height: 46px;
  /* padding: 0 10px; */
  float: left;
  display: block;
  margin: 10px 0;
  clear: both;
}

.rate input {
  top: 0;
  visibility: hidden;
}

.rate:not(:checked) > input {
  position: absolute;
  /* top: -9999px; */
}

.rate:not(:checked) > label {
  float: right;
  width: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 35px;
  color: #ccc;
  margin: 0 3px;
}

button.btn1.tabs-btn {
  font-size: 16px;
  padding: 10px 50px;
  margin-top: 20px;
  display: inline-block;
}

.rate:not(:checked) > label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
}

.rate > input:checked ~ label {
  color: #f9d71c;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.description .tab-content p {
  color: #636363;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
}

.review-heading {
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-heading span {
  font-size: 1.3rem;
  color: #252525;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.review-box-container {
  display: block;
}

.review-box {
  width: 100%;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.size-options {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.size-label {
  position: relative;
  cursor: pointer;
}

.size-label input[type="radio"] {
  display: none;
}

.size-label span {
  display: flex;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: transparent;
  font-size: 22px;
  color: #000;
  font-family: "Poppins";
  transition: all 0.2s ease;
}

.size-label input[type="radio"]:checked + span {
  color: #b78964;
  font-family: "Poppins";
  border: 1px solid #b78964;
  background-color: transparent;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile {
  display: flex;
  align-items: center;
}

.name-user {
  display: flex;
  flex-direction: column;
}

.name-user strong {
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.name-user span {
  color: #979797;
  font-size: 0.8rem;
}

.reviews {
  color: #f9d71c;
}

.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.client-comment p {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.review-box:hover {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

.description .tab-content input {
  width: 100%;
  border: 0px;
  background-color: rgb(246, 246, 246);
  padding: 10px;
  height: 50px;
  margin-bottom: 20px;
  font-weight: 500;
  color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.description .tab-content form .row {
  align-items: center;
}

.prdtc-rvw i {
  font-size: 25px;
  margin-right: 10px;
}

.description .tab-content textarea {
  width: 100%;
  border: 0px;
  background-color: rgb(246, 246, 246);
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: rgb(124, 124, 124);
}

.description .tab-content form {
  margin-bottom: 70px;
}

.prdtc-rvw i:hover {
  color: #ffc107;
}

.productdetailportion img {
  width: 100%;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}

.tabs-btn {
  padding: 14px;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  border: 2px solid #000;
  text-transform: uppercase;
}

.form-group h6 {
  font-size: 30px;
  margin: 0 0 20px;
}

li a.btn10 {
  height: 65px;
  color: #fff;
  display: flex;
  font-size: 16px;
  padding: 10px 50px;
  align-items: center;
  border-radius: 50px;
  background: #b58b6b;
  justify-content: center;
}

.input-number-decrement {
  /*border-right: none;*/
  border-radius: 4px 0 0 4px;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: transparent;
  color: #b5b5b5;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.proddet-sec {
  padding: 100px 0px;
}

.hurry-up {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

ul.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

ul#pills-tab {
  justify-content: center;
}

.quantity input[type="number"] {
  border: none;
  /* background: #ebe6db; */
  text-align: center;
  /* padding: 10px; */
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: black solid 0.5px;
  height: 32px;
}

.description-1 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ed2022;
  background-color: transparent;
  font-size: 30px;

  /* text-decoration: underline; */
}

.he1 {
  height: 600px;
}

.he2 {
  height: 150px;
}

/* product detail */

/* Footer Css Start  */

footer {
  background: #2c2c2c;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0px 0;
}

ul.social {
  display: flex;
  margin: 0px;
  align-items: center;
  gap: 10px;
}

ul.social li a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
  background-color: #b58b6b;
  opacity: 40%;
}

ul.social li a i:hover {
  color: #fff;
  transform: scale(1.1);
  opacity: 1;
}

footer .ft-links ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

footer .ft-links ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  opacity: 60%;
  transition: 0.4s;
  font-weight: 400;
}

footer h4 {
  text-transform: capitalize;
  padding-bottom: 16px;
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

footer h4 span {
  position: relative;
  display: inline-block;
}

footer .ft-links ul li a span {
  position: relative;
  z-index: 12;
}

footer .ft-links ul li a:hover span {
  color: #fff;
}

.ft-bott {
  position: relative;
  padding: 22px 80px 20px;
  border-top: 1px solid #565656;
  background: #2c2c2c;
  overflow: hidden;
}

.ft-bott .row {
  align-items: center;
}

.ft-bott p {
  margin: 0px;
  color: #fff;
  opacity: 60%;
  font-weight: 300;
  transition: 0.3s;
}

.ft-bott p a {
  color: #fff;
  transition: 0.2s;
}

.ft-bott p a:hover {
  text-decoration: underline;
}

footer .ft-connect ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 6px 0 14px;
  position: relative;
}

footer .ft-connect ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  opacity: 60%;
  transition: 0.4s;
  font-weight: 400;
}

footer .ft-connect ul li a:hover {
  opacity: 1;
  color: #fff;
  transform: translate(10px, 0px);
}

.fo-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fo-logo img.img-fluid {
  display: inline-block;
  transition: 0.23s;
}

.fo-logo img.img-fluid:hover {
  transform: scale(0.98);
}

.fo-logo p {
  color: #fff;
  line-height: 24px;
  opacity: 60%;
}

.ft-connect {
  position: relative;
  padding-left: 100px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ft-connect ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

footer .ft-connect ul li .icon {
  display: inline-block;
}

footer .ft-connect ul li .icon img {
  width: 16px;
  object-fit: fill;
}

footer .ft-connect ul li:last-child .icon img {
  width: 12px;
}

footer .ft-connect ul li:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  bottom: 0px;
  background: #565656;
}

footer .ft-connect ul li:last-child:before {
  display: none;
}

footer .ft-links ul li a:hover {
  opacity: 1;
  transform: translate(5px, 0px);
}

footer .ft-links {
  width: 80%;
  margin: 0px 0 0 auto;
}

.ft-links .ft-linkwrap {
  gap: 40px;
}

.ft-connect:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #565656;
  top: 0;
  left: 30px;
}

.ft-connect:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #565656;
  top: 0;
  right: 0;
}

.ft-bott p:hover {
  opacity: 1;
}

/* Footer Css End  */

/* Blogs Page Start  */

section.blogs {
  background: #fffdf6;
  padding-bottom: 100px;
  position: relative;
}

.headingText h2 {
  line-height: 70px;
  color: #b58b6b;
}

.headingText {
  margin-bottom: 40px;
}

.minblog {
  display: inline-block;
  position: relative;
  transition: 0.3s;
  padding-right: 10px;
}

.main-blog-img {
  position: relative;
  overflow: hidden;
}

.main-blog-img img.img-fluid {
  height: 520px;
  width: 100%;
  object-fit: fill;
  transition: 0.3s;
}

.minblog:hover .main-blog-img img.img-fluid {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.metabox {
  position: relative;
  padding: 20px 0 14px;
}

.metabox h5 {
  font-family: "Poppins";
  font-weight: 500;
  opacity: 70%;
}

.metabox h5 span {
  float: right;
}

section.blogs h4 {
  font-size: 30px;
  line-height: 40px;
  color: #b58b6b;
  margin-bottom: 14px;
}

.blog-lists {
  position: relative;
  padding-left: 10px;
}

.blog-item {
  position: relative;
  transition: 0.3s;
}

.sm-blog-img {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.sm-blog-img img.img-fluid {
  height: 260px;
  width: 100%;
  display: inline-block;
  transition: 0.3s;
}

.sm-blog-text {
  margin-bottom: 24px;
}

.sm-blog-text .metabox {
  padding: 16px 0 10px;
}

.blog-item:hover .sm-blog-img img.img-fluid {
  transform: scale(1.1);
  filter: brightness(0.8);
}

/* Blogs Page End  */

/* ================== */

/* Painting section Start  */

section.paints {
  background: #fffdf6;
  padding: 100px 0 0;
  position: relative;
}

section.paints .headingText {
  justify-content: space-between;
}

.watch-btn {
  display: inline-block;
}

.watch-btn a {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  outline: 66px solid transparent;
  color: #b58b6b;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  outline-offset: 0px;
  font-size: 13px;
}

.watch-btn a:hover {
  outline-offset: -82px;
  outline: 64px solid #b58b6b;
}

.watch-btn a span {
  display: inline-block;
  z-index: 12;
  position: relative;
  transition: 0.5s;
}

.watch-btn a:hover span {
  color: #fff;
}

.paint-card {
  position: relative;
  transition: 0.3s;
}

.paint-card .paint-img {
  position: relative;
  overflow: hidden;
}

.paint-card .paint-img a {
  display: inline-block;
  position: relative;
}

.paint-card .paint-img a img {
  height: 530px;
  width: 100%;
  object-fit: fill;
  transition: 0.4s;
  display: inline-block;
}

.paint-card .paint-img a:before {
  position: absolute;
  content: "View Detail";
  height: 130px;
  width: 130px;
  border-radius: 100%;
  color: #fff;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin: 0px auto;
  left: 0;
  right: 0;
  transform: translate(0px, 0%);
  opacity: 0;
}

.paint-card:hover .paint-img a img {
  filter: brightness(0.3);
  transform: scale(1.2);
}

.paint-card:hover .paint-img a:before {
  opacity: 1;
  z-index: 12;
  transform: translate(0px, 170%);
}

.paint-text {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
}

.paint-text h3 {
  font-size: 45px;
  line-height: 50px;
  color: #b58b6b;
  margin-bottom: 18px;
}

.paint-text .cart-btn {
  display: inline-block;
}

.paint-text .cart-btn a {
  text-decoration: underline;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: 0.5s;
}

.paint-text .cart-btn a:hover {
  color: #b58b6b;
}

/* Painting section End  */

/* Press Sec Start  */

section.press {
  background: #fffdf6;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

section.press .headingText {
  justify-content: space-between;
}

.press-poster {
  position: relative;
}

.press-poster img.img-fluid.feature-img {
  height: 830px;
  width: 100%;
  object-fit: fill;
}

.press-poster .presswraper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 60px 0;
}

.press-poster .presswraper .press-text {
  position: relative;
}

.press-poster .presswraper .press-text h2 {
  color: #fff;
  line-height: 70px;
}

.press-poster .presswraper .videos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.press-poster .presswraper .videos a {
  display: inline-block;
  transition: 0.4s;
}

.press-poster .presswraper .videos a:hover {
  transform: scale(1.1);
  opacity: 80%;
}

/* Press Sec End */

/* shop */

.shop-sec .paint-card {
  margin-top: 45px;
}

.shop-sec .headingText {
  margin-bottom: 0px;
}

/* shop */

/* Checkout Page Start */

.billing_form h3 {
  font-size: 44px;
  margin: 0;
  font-weight: 100;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #000000;
}

.billing_form label {
  font-size: 14px;
  color: #060606;
  font-weight: 500;
  font-family: "Poppins";
}

.radiosss p {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 400;
}

.billing_form input,
.billing_form select {
  width: 100%;
  height: 50px;
  font-family: "Poppins";
  border: 1px solid #343434;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  border-radius: 50px;
}

.billing_form input::placeholder {
  color: #7c7c7c;
}

.cart_sidebar .cart_lst li {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li span {
  float: right;
  font-family: "Poppins";
}

.cart_sidebar .cart_lst li {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 0px 20px 15px;
  font-family: "Poppins";
  border-bottom: 1px solid #c4a48c;
}

.cart_sidebar .cart_lst {
  margin-top: 25px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.cart_sidebar .cart_lst li:last-child {
  border: none;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

p.p-same-p {
  font-size: 13px;
  background: #fff;
  line-height: 23px;
}

.cart_sidebar {
  padding: 30px 15px 15px;
  background-color: #b58b6b;
}

.cart_sidebar h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 0px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: normal;
  font-family: "Poppins";
  text-transform: capitalize;
}

.unique-counter {
  text-align: center;
}

div#counter span {
  color: rgb(0, 0, 0);
  font-size: 240px;
  line-height: 220px;
}

div#counter p {
  color: #000000;
  font-size: 50px;
  margin: 0;
}

.item h2 {
  font-size: 240px;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0;
  color: #000000;
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #7c7c7c;
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  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: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  width: 100%;
  border: none;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  text-transform: capitalize;
}

.checkout_btn:hover {
  color: #b58b6b;
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background: #000;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 100px 0;
}

.billing_form {
  padding: 40px 25px;
  border-radius: 0;
}

span.chk-price {
  color: #fff;
}

/* Checkout Page End */

/* cart page */

.cart-table {
  width: 100%;
  border-collapse: collapse;
  color: #a77e5a;
}

.cart-table th,
.cart-table td {
  padding: 16px;
  text-align: center;
}

.cart-table img.cart-product-img {
  width: 200px;
  height: 260px;
  object-fit: cover;
}

.quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quantity-controls {
  gap: 10%;
  height: 60px;
  display: flex;
  margin: auto;
  max-width: 180px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background-color: #b58b6b;
}

.quantity-controls button {
  border: none;
  border-radius: 50%;
  background-color: #b88664;
  color: white;
  font-size: 25px;
  cursor: pointer;
}

.quantity-controls .quantity {
  color: #fff;
  font-size: 25px;
}

.total-price {
  color: #000;
  font-size: 40px;
  font-family: "Nirotica";
}

.cart-header {
  padding: 24px 0;
  color: #b58b6b;
  text-align: center;
}

.free-shipping {
  font-size: 24px;
  color: #b58b6b;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Poppins";
}

.cart-sec {
  padding: 100px 0px;
}

.cart-table tr {
  border: none;
  border-bottom: 1px solid #b58b6b;
}

.checkout-btn {
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: flex-end;
}

.checkout-btn a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #dcc5b7;
}

/* cart page */

/* Blog Page start  */

section.inner-blogPage {
  padding-top: 100px;
}

section.inner-blogPage .headingText.largetext h2 {
  font-size: 55px;
  font-weight: 500;
}

section.inner-blogPage .md-blog-img {
  margin-top: 40px;
}

section.inner-blogPage .md-blog-img img.img-fluid {
  height: 360px;
  width: 100%;
  object-fit: fill;
  transition: 0.3s;
}

section.inner-blogPage .md-blog-img:hover img.img-fluid {
  filter: brightness(0.7);
  transform: scale(1.1);
}

section.inner-blogPage .md-blog-img .blog-img {
  position: relative;
  overflow: hidden;
}

/* Blog Page End */

/* Blog Detail Page start  */

section.inner-blogPage .blog-detail-img {
  overflow: hidden;
  position: relative;
}

section.inner-blogPage .blog-detail-img img.img-fluid {
  width: 100%;
  height: 460px;
  object-fit: fill;
  transition: 0.3s;
}

section.inner-blogPage .blog-detail-img img.img-fluid:hover {
  filter: brightness(0.8);
  transform: scale(1.1);
}

section.inner-blogPage .blog-detail-text p {
  margin-bottom: 24px;
}

section.inner-blogPage .blog-detail-text p:last-of-type {
  margin: 0px;
}

/* Blog Detail Page End */

/* Lesson Page Start  */

section.lessons {
  position: relative;
  padding: 80px 0 60px;
}

.headingText p {
  color: #333;
  line-height: 24px;
  padding-top: 12px;
}

.lesson-card {
  position: relative;
}

.lesson-card .lesson-img {
  overflow: hidden;
}

.lesson-card .lesson-img img.img-fluid {
  height: 470px;
  width: 100%;
  display: inline-block;
  transition: 0.3s;
}

.lesson-card .lesson-text {
  text-align: center;
  margin: 24px 0 48px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lesson-card .lesson-text h3 {
  color: #b58b6b;
  font-size: 38px;
  line-height: 36px;
}

.lesson-card .lesson-text p {
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.cart-btn {
  display: inline-block;
}

.cart-btn a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: 0.5s;
  /* border-bottom: 1px solid #444; */
}

.cart-btn a:hover {
  color: #b58b6b;
}

.lesson-card:hover .lesson-img img.img-fluid {
  transform: scale(1.2);
  filter: brightness(0.6);
}

/* Lesson Page End */

/* Performance Page Start  */

section.press-innerPage .headingText {
  margin-bottom: 30px;
}

section.press-innerPage .headingText h2 {
  font-size: 50px;
  line-height: 55px;
}

section.performance {
  position: relative;
  padding: 120px 0 80px;
}

.mainbox {
  position: relative;
}

.watchBox {
  position: relative;
}

.watchBox .watchBox-img {
  position: relative;
  overflow: hidden;
}

.watchBox .watchBox-img img.img-fluid {
  height: 590px;
  width: 100%;
  transition: 0.3s;
  display: inline-block;
}

.watchBox .watchBox-img a {
  height: 135px;
  width: 135px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 13px;
  border: 1px solid #b58b6b;
}

.watchBox .watchBox-img a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #b58b6b;
  opacity: 28%;
  left: 0;
  right: 0;
  margin: 0px auto;
  transition: 0.4s;
}

.watchBox .watchBox-img a span {
  position: relative;
  opacity: 1;
}

.watchBox .watchBox-img a:hover:before {
  opacity: 1;
  color: #fff;
}

.watchBox .watchBox-text {
  position: absolute;
  bottom: 32px;
  left: 30px;
}

.watchBox .watchBox-text h3 {
  color: #fff;
  font-weight: 400;
}

.watchBox:hover .watchBox-img img.img-fluid {
  transform: scale(1.1);
}

.watchBox-list {
  position: relative;
}

.watchBox-list .watchBox-img {
  position: relative;
}

.watchBox-list .watchBox-img img.img-fluid {
  height: 280px;
  width: 100%;
  object-fit: fill;
  transition: 0.4s;
  display: inline-block;
}

.watchBox-list .watchBox-img a {
  height: 130px;
  width: 130px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 13px;
  border: 1px solid #b58b6b;
}

.watchBox-list .watchBox-img a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #b58b6b;
  opacity: 28%;
  left: 0;
  right: 0;
  margin: 0px auto;
  transition: 0.4s;
}

.watchBox-list .watchBox-img {
  position: relative;
  overflow: hidden;
}

.watchBox-list .watchBox-img a span {
  position: relative;
  opacity: 1;
}

.watchBox-list .watchBox-img a:hover:before {
  opacity: 1;
  color: #fff;
}

.watchBox-list:hover .watchBox-img img.img-fluid {
  transform: scale(1.1);
}

.watchBox-list .watchBox-text {
  position: absolute;
  bottom: 22px;
  left: 30px;
}

.watch-lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.watchBox-list .watchBox-text h3 {
  color: #fff;
  font-weight: 400;
}

/* Performance Page End */

/* Contact Us Page Start  */

section.quotePage {
  position: relative;
  padding: 100px 0;
}

section.quotePage .fmWraper {
  position: relative;
}

section.quotePage .fmWraper .get-a-quote-box {
  position: relative;
  padding: 48px;
  background: #b58b6b;
  color: #fff;
  margin-top: 260px;
}

section.quotePage .fmWraper .get-a-quote-box label {
  display: block !important;
  width: 100%;
  margin-bottom: 7px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  font-size: 14px;
}

section.quotePage .fmWraper .get-a-quote-box input {
  width: 100%;
  height: 44px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  border-radius: 45px;
  color: #fff;
}

section.quotePage .fmWraper .get-a-quote-box select {
  width: 100%;
  height: 44px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  border-radius: 45px;
  color: #fff;
}

section.quotePage .fmWraper .get-a-quote-input {
  position: relative;
  margin-bottom: 24px;
}

section.quotePage .fmWraper h2 {
  color: #fff;
  font-size: 50px;
  text-align: left;
  line-height: 50px;
  margin-bottom: 24px;
}

section.quotePage .fmWraper .get-a-quote-box select option {
  color: #000;
}

.form-select:focus {
  box-shadow: unset;
}

section.quotePage .fmWraper .get-a-quote-box input:focus {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: unset;
  outline: unset;
}

section.quotePage .fmWraper .get-a-quote-box textarea#message {
  width: 100%;
  height: 150px;
  background: transparent;
  border-radius: 21px;
  border: 1px solid #fff;
  resize: unset;
  color: #fff;
  padding: 10px 20px;
}

section.quotePage .fmWraper .genral-btn {
  text-align: center;
  width: 100%;
}

section.quotePage .fmWraper .genral-btn button {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  background: #fff;
  width: 100%;
  border-radius: 45px;
  padding: 12px 10px;
  transition: 0.3s;
  border: 1px solid transparent;
}

section.quotePage .fmWraper .genral-btn button:hover {
  background: #b58b6b;
  border: 1px solid #fff;
  color: #fff;
}

section.quotePage .fmWraper .get-a-quote-box input::placeholder {
  color: #fff;
}

section.quotePage .quot-img {
  position: absolute;
  height: 600px;
  width: 920px;
  object-fit: fill;
}

section.quotePage .quot-img img {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s;
}

section.quotePage .quot-img img:hover {
  filter: brightness(0.6);
}

section.quotePage .fmWraper .get-a-quote-input i {
  position: absolute;
  right: 20px;
  top: 50px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Contact Us Page End */

/* Faqs page css  */

section.faqs {
  padding: 60px 0 0;
}

section.faqs .accordion-item {
  background-color: transparent;
  border: 0px;
  /* border-bottom: 1px solid #b58b6b; */
}

section.faqs .fqsWraper button.accordion-button {
  font-size: 15px;
  line-height: 24px;
  color: #020202;
  font-weight: 500;
  padding: 28px 20px 28px 0;
  background: transparent;
  font-family: "Poppins";
  border-bottom: 1px solid #b58b6b !important;
}

section.faqs .fqsWraper .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

section.faqs .fqsWraper .accordion-body {
  padding: 30px 30px;
}

.accordion-button:focus {
  border: 0px !important;
  box-shadow: unset !important;
  outline: unset !important;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}

section.lessons-detail {
  padding: 60px 0;
  position: relative;
}

section.lessons-detail h3 {
  font-size: 50px;
  color: #b58b6b;
}

section.lessons-detail .les-header {
  margin-bottom: 24px;
}

section.lessons-detail .music-box {
  margin-top: 24px;
}

section.lessons-detail .music-box h5 {
  position: relative;
  font-family: "Poppins";
  margin-bottom: 17px;
}

section.lessons-detail .music-box .listing.d-flex {
  gap: 60px;
}

section.lessons-detail .music-box ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.3s;
}

section.lessons-detail .music-box ul li:hover {
  transform: translate(10px, 0px);
}

section.lessons-detail .music-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.lessons-detail .music-box ul li span {
  opacity: 60%;
}

.sidebar {
  position: relative;
}

.sidebar .cardbx {
  padding: 24px;
  background: #b58b6b;
  color: #fff;
}

.sidebar .cardbx h3 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 12px;
  font-weight: 500;
}

.sidebar .cardbx p {
  color: #fff;
  font-weight: 300;
}

.sidebar .cardbx ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 10px;
}

.sidebar .cardbx ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
}

.sidebar .cardbx ul li a img {
  filter: brightness(0) invert(1);
}

.sidebar .cardbx ul li a:hover {
  transform: translate(4px, 0px);
}

section.lesson-gallery {
  position: relative;
  padding-bottom: 60px;
}

section.lesson-gallery .main-lesson {
  position: relative;
  overflow: hidden;
}

section.lesson-gallery .main-lesson img.img-fluid {
  height: 529px;
  width: 100%;
  object-fit: fill;
}

section.lesson-gallery .smImg-lesson {
  position: relative;
  overflow: hidden;
}

section.lesson-gallery .smImg-lesson img {
  height: 260px;
  position: relative;
  display: inline-block;
  object-fit: fill;
}

section.lesson-gallery img.img-fluid {
  transition: 0.3s;
}

section.lesson-gallery img.img-fluid:hover {
  filter: brightness(0.7);
  transform: scale(1.1);
}

.header-logo img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.paint-text h3 {
  font-size: 45px !important;
  line-height: 50px;
  color: #b58b6b;
  margin-bottom: 18px;
  padding-top: 0px !important;
}

.product-template-default h1.product_title.entry-title {
  color: #b58b6b;
  font-size: 65px;
  margin-bottom: 10px;
}

.product-template-default p.price {
  font-size: 30px !important;
  margin-bottom: 20px;
}

.lesson-card .lesson-img img.img-fluid {
  object-fit: cover;
}

header.entry-header {
  display: none;
}

.press-poster img.img-fluid.feature-img {
  object-fit: cover;
}

.header-logo {
  height: 125px !important;
}

.fo-logo img.img-fluid {
  width: 130px;
}

.fo-logo {
  margin: 0px 0px 32px;
}

.fo-logo ul {
  margin-top: 20px;
}

section.related.products {
    position: relative;
}

section.related.products h2 {
    margin-bottom: 30px;
}


section.related.products .paint-card:hover .paint-img a:before {
    transform: translate(0px, 150%);
    width: 100px;
    height: 100px;
    font-size: 12px;
}

.woocommerce-breadcrumb {
  padding-top: 40px !important;
}


@media (max-width: 1366px) {
  .menuSec .header-tel-btn {
    padding: 0px;
  }

  .header-right-box ul {
    gap: 10px;
  }

  .menuSec .header-requst-btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .menuSec .header-cart-btn {
    width: 40px;
    height: 41px;
  }

  .menuSec .header-cart-btn img {
    width: 20px;
  }

  .banner_text h1 {
    font-size: 2.3em;
  }

  .main_slider {
    height: 820px;
  }

  .about-text ul li h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .about-counter-box .counter {
    font-size: 70px;
    line-height: 60px;
  }

  .lesson-slider-btn button {
    width: 80px;
    height: 80px;
  }

  .press-poster img.img-fluid.feature-img {
    height: 700px;
  }

  .press-poster .presswraper .press-text h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .paint-card .paint-img a img {
    height: 450px;
  }

  .paint-card:hover .paint-img a:before {
    transform: translate(0px, 150%);
  }

  .paint-card .paint-img a:before {
    height: 110px;
    width: 110px;
  }

  .paint-text {
    padding-bottom: 50px;
  }

  .main-blog-img img.img-fluid {
    height: 430px;
  }

  .ft-connect {
    padding-left: 60px;
    padding-bottom: 0px;
    padding-top: 40px;
  }

  footer .ft-links {
    width: auto;
    padding-top: 30px;
  }

  .fo-logo p br {
    display: none;
  }

  .fo-logo ul {
    margin-top: 10px;
  }
  
  section.lesson-gallery .smImg-lesson img {
    height: 240px;
}

section.lesson-gallery .main-lesson img.img-fluid {
    height: 490px;
}



}

@media (max-width: 1024px) {
  .menuSec .header-tel-btn {
    font-size: 11px;
  }

  .menuSec .header-cart-btn {
    width: 30px;
    height: 30px;
  }

  .menuSec .header-cart-btn img {
    width: 15px;
  }

  .menuSec .header-requst-btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  header {
    padding: 10px 0 10px 0;
  }

  .main_slider {
    height: 750px;
  }

  .banner_text h1 {
    font-size: 1.9em;
  }

  .about-text ul li h2 {
    font-size: 30px;
    line-height: 43px;
  }

  .about-text ul li a {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }

  .about-text p br {
    display: none;
  }

  .about-text {
    padding: 30px 30px 30px;
  }

  .lesson-heading h2 {
    font-size: 45px;
    line-height: 60px;
    padding-bottom: 10px;
  }

  .lesson-slider-btn button {
    width: 60px;
    height: 60px;
  }

  ul.slick-dots {
    display: none !important;
  }

  .headingText h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .watch-btn a {
    height: 120px;
    width: 120px;
    font-size: 12px;
  }

  .press-poster img.img-fluid.feature-img {
    height: 600px;
  }

  .press-poster .presswraper .press-text h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .press-poster .presswraper .videos img.img-fluid.videobtn-img {
    width: 110px;
  }

  .paint-card .paint-img a img {
    height: 400px;
  }

  .paint-card:hover .paint-img a:before {
    transform: translate(0px, 140%);
  }

  .paint-card .paint-img a:before {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }

  .paint-text h3 {
    font-size: 30px !important;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .main-blog-img img.img-fluid {
    height: 400px;
  }

  .sm-blog-img img.img-fluid {
    height: 220px;
  }
  
  section.blogs {
    padding-bottom: 50px;
}

section.main_slider.inner-banner {
  height: 650px;
}

.lesson-card .lesson-img img.img-fluid {
    height: 380px;
}

section.inner-blogPage .md-blog-img img.img-fluid {
    height: 300px;
}



section.lesson-gallery .smImg-lesson img {
  height: 200px;
}

section.lesson-gallery .main-lesson img.img-fluid {
  height: 410px;
}

.sidebar .cardbx {
  padding: 18px;
}

.sidebar .cardbx h3 {
  font-size: 35px;
  line-height: 40px;
}

.sidebar .cardbx p {
  font-size: 12px;
  line-height: 20px;
}

.sidebar .cardbx ul li a {
  font-size: 12px;
  line-height: 16px;
}

section.lessons-detail h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.lesn-detail p {
  font-size: 12px;
  line-height: 20px;
}

section.faqs {
  padding: 30px 0 0;
}

section.faqs .headers.pb-4 {
  padding-bottom: 0px !important;
}

section.faqs .fqsWraper button.accordion-button {
  padding: 12px 20px 12px 0;
}

section.faqs .fqsWraper .accordion-body {
  padding: 20px 20px;
}

section.faqs .fqsWraper .accordion-body p {
  font-size: 13px;
  line-height: 24px;
}

section.related.products .paint-card:hover .paint-img a:before {
  transform: translate(0px, 100%);
}

}


@media (max-width: 820px) {
  .header-logo img {
    position: relative;
    left: 90px;
  }

  .menuSec .header-tel-btn {
    font-size: 13px;
  }

  .banner_text h1 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  section.main_slider {
    height: 700px;
  }

  .about-sec {
    padding-top: 60px;
  }

  .about-text ul li h2 {
    font-size: 30px;
    line-height: 41px;
  }

  .about-text ul {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .about-img img {
    object-position: 40% 100%;
  }

  .lesson-heading h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .lesson-slider-btn button {
    width: 50px;
    height: 50px;
  }

  .lesson-box img {
    height: 550px;
  }

  .headingText h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .press-poster .presswraper .press-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .press-poster .presswraper .videos img.img-fluid.videobtn-img {
    width: 80px;
  }

  .press-poster img.img-fluid.feature-img {
    height: 440px;
  }

  section.paints {
    padding-top: 60px;
  }

  .paint-card .paint-img a img {
    height: 310px;
  }

  .paint-text h3 {
    font-size: 24px !important;
    line-height: 28px;
  }

  .paint-card:hover .paint-img a:before {
    transform: translate(0px, 110%);
  }

  .main-blog-img img.img-fluid {
    height: 320px;
  }

  section.blogs h4 {
    font-size: 24px;
    line-height: 28px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .sm-blog-img img.img-fluid {
    height: 170px;
  }

  .ft-connect {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 40px 0;
    height: auto;
  }

  .ft-connect:before {
    display: none;
  }

  footer .ft-connect ul li a {
    font-size: 13px;
    line-height: 25px;
  }

  footer .ft-connect ul li {
    gap: 10px;
  }

  footer .col-md-5 {
    width: 100%;
  }

  .fo-logo .para {
    width: 60%;
  }

  footer .col-md-4 {
    width: 100%;
  }

  .ft-connect ul {
    width: 53%;
  }

  .ft-connect:after {
    display: none;
  }

  footer .ft-links {
    padding: 0;
  }

  footer .col-md-3 {
    width: 100%;
  }

  .ft-links .ft-linkwrap {
    gap: 80px;
    padding-bottom: 70px;
    padding-top: 20px;
  }
  
  .lesson-card .lesson-text h3 {
  font-size: 24px;
  line-height: 31px;
}

.cart-btn a {
  font-size: 14px;
  line-height: 23px;
}

.lesson-card .lesson-img img.img-fluid {
  height: 270px;
}

.watchBox .watchBox-img img.img-fluid {
  height: 430px;
}

.watchBox .watchBox-text h3 {
  font-size: 24px;
  line-height: 32px;
}

.watchBox .watchBox-img a {
  height: 100px;
  width: 100px;
  font-size: 10px;
}

.watchBox-list .watchBox-img img.img-fluid {
  height: 200px;
}

.watchBox-list .watchBox-text h3 {
  font-size: 14px;
  line-height: 24px;
}

.watchBox-list .watchBox-img a {
  height: 90px;
  width: 90px;
  font-size: 9px;
}

section.performance {
  padding: 80px 0;
}

section.inner-blogPage .md-blog-img img.img-fluid {
    height: 260px;
}

section.quotePage .fmWraper h2 {
  font-size: 35px;
  line-height: 40px;
}

textarea#input_1_7 {
  height: 160px;
  border-radius: 20px;
}

section.quotePage {
  overflow: hidden;
}

section.quotePage .fmWraper .get-a-quote-box {
  margin-top: 20px;
}

section.quotePage .col-md-8 {
  width: 100%;
}

section.quotePage .quot-img {
  position: unset;
  width: 100%;
  height: auto;
}

section.quotePage .col-md-4 {
  width: 100%;
}



section.lessons-detail h3 {
  font-size: 24px;
  line-height: 30px;
}

section.lessons-detail .music-box .listing.d-flex {
  gap: 20px;
}

section.lessons-detail .music-box ul li span {
  font-size: 12px;
}

section.lesson-gallery .smImg-lesson img {
  height: 160px;
}

section.lesson-gallery .main-lesson img.img-fluid {
  height: 330px;
}


section.inner-blogPage .blog-detail-img img.img-fluid {
    height: 380px;
}


section.related.products .paint-card:hover .paint-img a:before {
    transform: translate(0px, 90%);
    width: 80px;
    height: 80px;
    font-size: 10px;
}

.product-template-default h1.product_title.entry-title {
  font-size: 35px;
  line-height: 40px;
}

.product-template-default p.price {
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 10px;
}

section.related.products h2 {
  font-size: 35px;
  line-height: 43px;
}

h2 {
  font-size: 35px;
  line-height: 45px;
}


}

   
@media (max-width: 768px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    width: 60%;
  }

  section.related.products .paint-card:hover .paint-img a:before {
    transform: translate(0px, 240%);
  }
}
 

@media (max-width: 480px) {
  .header-logo img {
    left: 0;
    width: 30%;
    display: inline-block;
  }

  .slicknav_menu {
    display: none;
  }

  .menuSec {
    position: relative;
  }

  header ul#menu {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
  }

  header .menuSec .row {
    display: grid;
  }

  .header-right-box ul {
    margin-top: -50px;
  }

  header {
    overflow: hidden;
  }

  section.main_slider {
    background-position: 40% 100%;
    height: 700px;
  }

  .banner_text h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .about-heading h2 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
  }

  .about-img img {
    width: 100%;
    position: relative;
    object-position: 40% 100%;
    height: 580px;
  }

  .about-img {
    width: 100%;
    height: auto;
  }

  .about-counter-box {
    padding: 30px 10px;
    background: #00000054;
    width: 70%;
    margin: 12px auto;
  }

  .about-text ul li h2 {
    font-size: 25px;
    line-height: 34px;
  }

  section.lesson-sec {
    padding: 60px 0 0 0;
  }

  .lesson-slider-btn {
    justify-content: center;
    margin-top: 30px;
  }

  .lesson-heading {
    text-align: center;
  }

  section.press .headingText {
    flex-direction: column;
    gap: 20px;
  }

  .press-poster .presswraper .press-text h2 {
    text-align: center;
  }

  .press-poster .presswraper .videos {
    justify-content: center;
    margin-top: 30px;
  }

  section.paints .headingText {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }

  .headingText h2 br {
    display: none;
  }

  .paint-card {
    width: 70%;
    margin: 0px auto;
  }

  .paint-card .paint-img a img {
    width: 100%;
    height: 440px;
  }

  .paint-card .paint-img a {
    width: 100%;
  }

  .headingText h2 {
    text-align: center;
  }

  .main-blog-img img.img-fluid {
    height: auto;
  }

  .minblog {
    margin-bottom: 40px;
  }

  .main-blog-img img.img-fluid {
    height: auto;
  }

  .sm-blog-img img.img-fluid {
     height: 190px;
    object-fit: cover;
  }

  .ft-bott {
    padding: 22px 20px 20px;
  }
  
  section.main_slider.inner-banner {
  height: 580px;
}

.inner-about-text {
    background: #1e191bcf;
    padding-top: 20px;
}
  
  .lesson-card .lesson-img img.img-fluid {
  height: auto;
}

.watchBox .watchBox-img {
  margin-bottom: 24px;
}

.watchBox .watchBox-img img.img-fluid {
  height: 470px;
}

.watchBox-list .watchBox-img img.img-fluid {
  height: 270px;
}

.watchBox-list .watchBox-text h3 {
  font-size: 20px;
  line-height: 30px;
}


.blog-lists {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.inner-blogPage .md-blog-img {
  margin-top: 20px;
}

section.quotePage .fmWraper .get-a-quote-box {
  padding: 20px;
}


.fqsWraper {
  margin: 30px 0;
}

section.faqs .fqsWraper button.accordion-button {
  font-size: 16px;
  padding: 16px 10px 16px 0;
}

.sidebar .cardbx p {
  font-size: 13px;
  line-height: 22px;
}

.sidebar .cardbx ul li a {
  font-size: 15px;
  line-height: 27px;
}

.sidebar .cardbx {
  padding: 24px;
}

section.lesson-gallery .main-lesson img.img-fluid {
  width: 100%;
  height: auto;
}

section.lesson-gallery .smImg-lesson img {
  width: 100%;
  height: auto;
}

section.lesson-gallery .smImg-lesson {
  margin: 20px 0px;
}

section.lesson-gallery .row {
  margin: 0px auto;
}
section.inner-blogPage .blog-detail-img img.img-fluid {
    height: 330px;
}

section.inner-blogPage {
    padding-top: 60px;
}

section.paints.shop-sec li.product {
  width: 100%;
  margin:0px ;
}

.shop-sec .paint-card {
  width: 100%;
  margin: 0px;
}


section.paints header.woocommerce-products-header {
  position: unset;
  color: #000;
}

section.paints header.woocommerce-products-header h1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 2em !important;
}

.woocommerce ul.products li.product a img {
  margin: 0px !important;
}

section.paints.shop-sec li.product .paint-card:hover .paint-img a:before {
  transform: translate(0px, 90%);
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  margin: 0px auto !important;
}

section.related.products li.product {
  width: 100% !important;
  margin: 0px auto !important;
}

}

@media (max-width: 414px) {
  section.main_slider {
    height: 650px;
  }

  .header-right-box ul {
    margin: 0px;
  }

  .header-right-box ul {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .menuSec .header-tel-btn {
    font-size: 15px;
  }

  .menuSec .header-requst-btn {
    font-size: 14px;
  }

  .menuSec .header-cart-btn img {
    width: 20px;
  }

  .menuSec .header-cart-btn {
    width: 40px;
    height: 40px;
  }

  .banner_text h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .about-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-text ul {
    display: flex;
    flex-direction: column;
    gap: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-text ul li h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .about-text {
    padding: 20px 10px 40px;
    text-align: center;
  }

  .about-counter-box {
    width: auto;
  }

  .lesson-box img {
    height: 380px;
  }

  .paint-card {
    width: 100%;
  }
  
  header ul#menu {
  right: 20px;
  top: 40px;
}

.watchBox .watchBox-img img.img-fluid {
  height: 350px;
}

section.inner-blogPage .md-blog-img img.img-fluid {
    height: 220px;
}
 
 
 section.inner-blogPage .blog-detail-img img.img-fluid {
    height: 250px;
}

.woocommerce .woocommerce-ordering {width: 100% !important;}

section.paints.shop-sec li.product .paint-card:hover .paint-img a:before {
  transform: translate(0px, 90%);
  width: 80px;
  height: 80px;
  font-size: 9px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        width: auto;
    }
    
    .about-img img {
    height: 450px;
}

    .ft-connect ul {
        width: 100%;
    }
    
}