@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600&family=Open+Sans&display=swap");
html {
  scroll-behavior: smooth;
}

/*CSS Table Of Content Ends Here*/
:root {
  --theme-color: #040201;
  --theme-one: #f9a392 ;
  --theme-two: #99754566;
  --primary-color: #3a3938;
  --section-bg: #111111;
  --section-bg-two: #35082B;
  --button-color: #1fb5ac;
  --secoundary-color: #636363;
  --paragraph-color: #3a3938;
  --paragraph-two-color: #827f7e;
  --background-three-color: #f7f7f7;
  --background-color: #222;
  --background-color-two: #e2dbd9;
  --white-color: #fff;
  --black-color: #16120f;
  --border-color: #e5e5e5;
  --ratting-color: #313552;
}

body {
  color: var(--paragraph-color);
  padding: 0;
  margin: 0;
  font-family: "Jost", sans-serif;
  background-color: var(--background-color);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: var(--white-color);
  font-weight: 500;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px !important;
}

h5 {
  font-size: 25px !important;
}

h6 {
  font-size: 20px !important;
}

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

a {
  text-decoration: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  margin: 0;
  color: var(--white-color);
}

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

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

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

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

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

.pragraph {
  color: var(--paragraph-color) !important;
}

.pragraph-two {
  color: var(--paragraph-two-color) !important;
}

.them-bg {
  background-color: var(--white-color);
}

.theme-color {
  color: var(--theme-one);
}

.hover-clr {
  transition: 0.5s;
}
.hover-clr:hover {
  color: var(--theme-one) !important;
}

.about-section {
  padding: 120px 0;
  background-color: var(--background-color);
}
.about-section .about-thumb {
  position: relative;
  width: 100%;
}
.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section .about-thumb .about-thumb-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-one);
  padding: 10px 15px;
}
.about-section .about-thumb .about-thumb-content p {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
}
.about-section .about-thumb .about-thumb-content .year {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.about-section .about-thumb .about-thumb-content .year span {
  font-size: 16px;
  font-weight: 400;
}
.about-section .about-content p {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 20px;
}
.about-section .about-content .subtitle {
  font-size: 26px;
  font-weight: 500;
  color: var(--theme-one);
  margin-bottom: 10px;
  display: block;
}
.about-section .about-content .title {
  font-size: 42px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.about-section .about-content .about-list li {
  color: var(--white-color);
  margin-bottom: 10px;
}
.about-section .about-content .btn-area {
  margin-top: 25px;
}

/*------HOME page 5 about Section start--------*/
.daina-category-section {
  overflow: hidden;
}
.daina-category-section .daina-single-category .daina-single-category-img {
  position: relative;
  overflow: hidden;
}
.daina-category-section .daina-single-category .daina-single-category-img img {
  width: 100%;
  transition: all 5s ease;
}
.daina-category-section .daina-single-category .daina-single-category-img .daina-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.daina-category-section .daina-single-category .daina-single-category-img .daina-overlay h5 {
  margin-top: 45%;
  text-align: center;
  color: #fff;
}
.daina-category-section .daina-single-category .daina-single-category-img .daina-overlay h5 a {
  color: var(--theme-one);
}
.daina-category-section .daina-single-category .daina-single-category-img .daina-overlay h4 {
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.daina-category-section .daina-single-category .daina-single-category-img .daina-overlay .shop-btn {
  text-align: center;
  margin-top: 15px;
}
.daina-category-section .daina-single-category:hover .daina-single-category-img img {
  transform: scale(1.18);
}
.daina-category-section .daina-single-category:hover .daina-overlay {
  opacity: 1;
}

.cmn2 {
  font-size: 16px !important;
}

/* hover image effect start */
.discount-section {
  overflow: hidden;
  background-color: var(--white-color);
}

.discount-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(25, 25, 25)), to(rgba(101, 101, 101, 0)));
  background-image: linear-gradient(to top, rgb(25, 25, 25), rgba(101, 101, 101, 0));
}

/* hover image effect end */
.discount-item .discount-item-box {
  position: relative;
}
.discount-item .discount-item-box .discount-img img {
  width: 100%;
}
.discount-item .discount-item-box .discount-content1 {
  left: 17%;
  top: 15%;
  text-align: center;
  color: var(--white-color);
  z-index: 5;
  margin: 0 auto;
  position: absolute;
}
.discount-item .discount-item-box .discount-content1 h4 {
  padding: 8px 0;
}
.discount-item .discount-item-box .discount-content {
  left: 0;
  bottom: 0;
  color: var(--white-color);
  z-index: 5;
  position: absolute;
  padding: 35px 35px;
}
.discount-item .discount-item-box .discount-content h5 {
  margin-top: 10px;
}
.discount-item .discount-item-box .discount-content h5 a {
  color: var(--white-color);
  transition: 0.4s;
}
.discount-item .discount-item-box .discount-content h5 a:hover {
  color: var(--theme-two);
}

/*------HOME page 5 about Section end--------*/
.service-section {
  overflow: hidden;
  padding: 120px 0;
  background: var(--background-color-two);
}
.service-section .service-items {
  background: var(--background-color);
  transition: all 0.3s;
}
.service-section .service-items .service-thumb {
  width: 100%;
}
.service-section .service-items .service-thumb img {
  width: 100%;
  height: 100%;
}
.service-section .service-items .service-content {
  padding: 30px 15px 40px;
}
.service-section .service-items .service-content .title {
  margin-bottom: 5px;
  display: block;
  font-size: 20px !important;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
}
.service-section .service-items .service-content p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--white-color);
}
.service-section .service-items:hover {
  transform: scale(0.9);
  background: var(--white-color);
}
.service-section .service-items:hover .service-content .title {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
}
.service-section .service-items:hover .service-content p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--theme-color);
}

/*------Service Details Section--------*/
.service-details-section {
  padding: 120px 0;
}

.services-categories {
  margin-bottom: 35px;
}
.services-categories li {
  position: relative;
  border: 1px solid #353535;
  z-index: 9;
  padding: 13px 10px;
}
.services-categories i {
  margin-right: 5px;
  color: var(--white-color);
}
.services-categories a {
  color: var(--white-color);
  font-size: 16px;
  transition: all 0.3s;
}
.services-categories a:hover {
  color: var(--theme-one);
}

.brochures-box {
  background: var(--white-color);
}
.brochures-box .inner {
  padding: 35px 30px 25px;
}
.brochures-box h4 {
  display: block;
  font-size: 17px;
  line-height: 1.2em;
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 15px;
}
.brochures-box .text {
  font-size: 15px;
  line-height: 23px;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.brochures-box .theme-btn {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--white-color);
}
.brochures-box .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  background-color: var(--theme-one);
  padding: 15px 35px;
  font-weight: 600;
  overflow: hidden;
}

.service-details-right .service-details-img {
  padding: 45px 0;
}
.service-details-right .service-details-img .service-detail-thumb {
  width: 100%;
}
.service-details-right .service-details-img .service-detail-thumb img {
  width: 100%;
  height: 100%;
}
.service-details-right .title {
  color: var(--white-color);
  margin-bottom: 30px;
}
.service-details-right p {
  color: var(--white-color);
  font-size: 17px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .service-details-right {
    margin-top: 40px;
  }
}
/*------Service Section--------*/
.ct-row {
  text-align: center;
  padding-bottom: 0;
}

.col-m3 {
  width: 33%;
  display: inline-block;
  padding: 25px;
}

.price-table .pt-header {
  text-align: center;
  position: relative;
}

.price-table .pt-header .best-ribbon {
  width: 130px;
  height: 130px;
  position: absolute;
  overflow: hidden;
  top: -10px;
  left: -10px;
}

.price-table .pt-header .best-ribbon span {
  position: absolute;
  left: -47px;
  top: 21px;
  width: 206px;
  font-size: 20px;
  letter-spacing: 1.5px;
  background: var(--theme-one);
  color: var(--white-color);
  font-family: "Lato", sans-serif;
  padding: 10px 0;
  transform: rotate(-45deg);
}

.price-table .pt-header .best-ribbon span::before,
.price-table .pt-header .best-ribbon span::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.price-table .pt-header .best-ribbon::after,
.price-table .pt-header .best-ribbon::before {
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid var(--border-color);
  position: absolute;
}

.price-table .pt-header .best-ribbon::before {
  top: 0;
  right: 0;
}

.price-table .pt-header .best-ribbon::after {
  bottom: 0;
  left: 0;
}

.price-table.tbl-wet .pt-header .pt-heading {
  background-image: linear-gradient(to bottom right, var(--white-color), var(--white-color));
  color: var(--black-color);
}

.price-table.tbl-sky .pt-header .pt-heading {
  background-image: linear-gradient(to bottom right, var(--white-color), var(--white-color));
  color: var(--black-color);
}

.price-table.tbl-lips .pt-header .pt-heading {
  background-image: linear-gradient(to bottom right, var(--white-color), var(--white-color));
  color: var(--black-color);
}

.price-table .pt-header .pt-heading {
  font-size: 20px;
  display: block;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "jost", sans-serif;
}

.price-table .pt-header .priceValue {
  font-size: 40px;
  display: block;
  padding: 15px;
  background-color: var(--theme-one);
  color: var(--white-color);
  font-family: "jost", sans-serif;
}

.price-table .pt-header .priceValue small {
  font-size: 18px;
}

.price-table .pt-body {
  background-color: var(--background-color-three);
}

.price-table .pt-body .spec {
  position: relative;
  font-size: 19px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.price-table .pt-body ul {
  padding: 0;
  margin: 0;
  border: 1px solid var(--border-color);
  border-top: none;
  position: relative;
}

.price-table .pt-body ul li {
  padding: 17px 0;
  list-style-type: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--white-color);
  position: relative;
}

.price-table .pt-body ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.price-table .pt-body ul li:hover .spec, .price-table .pt-body ul li:hover .spec span {
  color: var(--white-color) f;
}

.price-table .pt-body ul li:last-child {
  border: none;
  padding: 0;
}

.price-table .pt-body ul li:nth-last-child(2) {
  border-bottom: none;
}

.price-table .pt-body ul li span {
  color: var(--black-color);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.price-table .pt-body ul li button {
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  padding: 12px 0;
  background-color: transparent;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  -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;
}

.price-table .pt-body ul li .btn-wet {
  color: var(--black-color);
  border: 1px solid var(--theme-one);
}

.price-table .pt-body ul li .btn-wet:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}

.price-table .pt-body ul li .btn-sky {
  color: var(--black-color);
  border: 1px solid var(--theme-one);
}

.price-table .pt-body ul li .btn-sky:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}

.price-table .pt-body ul li .btn-lips {
  color: var(--black-color);
  border: 1px solid var(--theme-one);
}

.price-table .pt-body ul li .btn-lips:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}

.price-table.tbl-wet .pt-body ul li:not(:last-child)::before {
  background: var(--theme-one);
}

.price-table.tbl-sky .pt-body ul li:not(:last-child)::before {
  background: var(--theme-one);
}

.price-table.tbl-lips .pt-body ul li:not(:last-child)::before {
  background: var(--theme-one);
}

.price-table .pt-body ul li:hover::before {
  width: 100%;
}

.price-table.tbl-wet .spec {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.price-table.tbl-sky .spec {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.price-table.tbl-lips .spec {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/* Media Queries */
/* Mini Screen */
@media only screen and (max-width: 980px) {
  .col-m3 {
    width: 42%;
  }
}
/* iPads and Tablets (portrait and landscape) */
@media only screen and (max-device-width: 768px) {
  .col-m3 {
    width: 40%;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (max-device-width: 480px) {
  .col-m3 {
    width: 70%;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .col-m3 {
    width: 85%;
  }
}
/* Animations */
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*-----Pricing Section Start-----*/
.pricing-table {
  background: var(--theme-color);
  padding: 120px 0;
}

.pricing-items {
  background: var(--ratting-color);
  border-radius: 2px;
  overflow: hidden;
}
.pricing-items .header-pricing {
  text-align: center;
  margin: 0 auto;
}
.pricing-items .header-pricing .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
  background: var(--theme-one);
  padding: 10px 5px;
  margin-bottom: 15px;
}
.pricing-items .header-pricing .title {
  font-size: 39px;
  font-weight: 700;
  color: var(--white-color);
}
.pricing-items .pricint-tab-wrapper {
  padding: 40px 10px;
}
.pricing-items .pricint-tab-wrapper .tabs-button {
  margin-bottom: 30px;
}
.pricing-items .pricint-tab-wrapper .tabs-button .pricing-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-items .pricint-tab-wrapper .tabs-button .pricing-tab .tabs-button-item {
  border: 1px dashed var(--white-color);
  padding: 8px 20px;
  color: var(--white-color);
}
.pricing-items .pricint-tab-wrapper .tabs-button .pricing-tab .tabs-button-item.tablink {
  color: var(--white-color);
}
.pricing-items .pricint-tab-wrapper .tabs-button .pricing-tab .tabs-button-item.tablink:hover {
  cursor: pointer;
}
.pricing-items .pricint-tab-wrapper .my-tabs .pricing-skill {
  text-align: center;
  margin: 0 auto 45px;
}
.pricing-items .pricint-tab-wrapper .my-tabs .pricing-skill li {
  padding: 12px 2px;
  border-bottom: 1px solid var(--white-color);
  color: var(--white-color);
}
.pricing-items .pricint-tab-wrapper .my-tabs .pricing-btn {
  text-align: center;
  margin: 0 auto;
}
.pricing-items .pricint-tab-wrapper .my-tabs .pricing-btn .button {
  text-align: center;
  margin: 0 auto;
  border: 1px dashed var(--white-color);
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white-color);
}

/*-----Pricing Section End-----*/
.filter-section {
  overflow: hidden;
}

.filter-main-area .filters-button-group {
  margin-bottom: 30px;
}
.filter-main-area .filters-button-group ::after {
  content: "";
  display: block;
  clear: both;
}
.filter-main-area .filters-button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 13px;
}
.filter-main-area .filters-button-group .button {
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 10px;
  border: none;
  border-radius: 7px;
  color: var(--theme-one);
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}
.filter-main-area .filters-button-group .button is-checked {
  color: var(--white-color);
}
.filter-main-area .filters-button-group .button:hover {
  color: var(--theme-one);
}
.filter-main-area .grid {
  overflow: hidden;
}
.filter-main-area .grid ::after {
  content: "";
  display: block;
  clear: both;
}
.filter-main-area .grid .element-item {
  position: relative;
  width: 31%;
  margin: 8px;
  overflow: hidden;
  display: block;
}
.filter-main-area .grid .element-item filter-thumb {
  width: 100%;
}
.filter-main-area .grid .element-item filter-thumb img {
  height: 100%;
  object-fit: cover;
  position: relative;
}
.filter-main-area .grid .element-item .filter-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 100%;
  z-index: 9999;
}
.filter-main-area .grid .element-item .filter-icon a i {
  color: var(--white-color);
}

.filter-button {
  padding: 12px 20px;
  font-size: 18px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  text-align: center;
  color: var(--white-color);
  margin-right: 15px;
  margin-bottom: 50px;
}
.filter-button:hover {
  border: 1px solid var(--theme-one);
  border-radius: 5px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-one);
}

.btn-default:active .filter-button:active {
  background-color: var(--theme-one);
  color: var(--white-color);
}

.Portfolio-Gallery {
  text-align: center;
}

.gallery_product .protfolio-image {
  position: relative;
}
.gallery_product .protfolio-image img {
  width: 98%;
  margin: 5px;
}
.gallery_product .protfolio-image .image-effect {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-color: rgba(249, 163, 146, 0.65);
  width: 100%;
  height: 100%;
}
.gallery_product .protfolio-image .protfolio-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 31%;
}
.gallery_product .protfolio-image .protfolio-icon ul {
  display: flex;
  gap: 15px;
}
.gallery_product .protfolio-image .protfolio-icon ul li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: var(--white-color);
  text-align: center;
}
.gallery_product .protfolio-image .protfolio-icon ul li i {
  font-size: 16px;
  color: var(--theme-one);
}
.gallery_product:hover .image-effect {
  opacity: 1 !important;
}

.makeup-artist {
  padding: 120px 0;
}
.makeup-artist .page3 .artist-itmes {
  transition: 0s;
}
.makeup-artist .page3 .artist-itmes:hover {
  transform: rotate(0deg);
}
.makeup-artist .artist-itmes {
  transition: all 0.3s;
}
.makeup-artist .artist-itmes .artist-thumb {
  width: 100%;
  position: relative;
}
.makeup-artist .artist-itmes .artist-thumb img {
  width: 100%;
  height: 100%;
}
.makeup-artist .artist-itmes .artist-thumb .artist-content {
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.makeup-artist .artist-itmes .artist-thumb .artist-content .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 5px;
}
.makeup-artist .artist-itmes .artist-thumb .artist-content p {
  color: var(--white-color);
  font-size: 16px;
}
.makeup-artist .artist-itmes .artist-thumb:hover .artist-content {
  transform: scale(1);
  width: 95%;
  height: 95%;
  top: 11px;
  left: 4px;
  right: 2px;
  bottom: 2px;
}

.artist-items-two .artist-content {
  transform: scale(1) !important;
  width: 95% !important;
  height: 95% !important;
  top: 11px !important;
  left: 4px !important;
  right: 2px !important;
  bottom: 2px !important;
}

/*------Expart Section--------*/
.expart-section {
  background: var(--theme-color);
  padding: 120px 0;
}

.expart-items {
  transition: all 1s !important;
}
.expart-items .artist-thumb {
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 3s;
}
.expart-items .artist-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.expart-items .artist-thumb .artist-content {
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.expart-items .artist-thumb .artist-content .cont {
  text-align: center;
  margin: 0 auto;
}
.expart-items .artist-thumb .artist-content .cont a i {
  color: var(--theme-one);
  font-size: 42px;
}
.expart-items:hover {
  transform: rotate(-360deg) !important;
}
.expart-items:hover .artist-content {
  transform: scale(1);
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}

/*------Expart Section--------*/
.testimonial-section {
  background: url(../../assets/images/testimonial/bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
.testimonial-section .testimonial-items {
  text-align: center;
  margin: 0 auto;
}
.testimonial-section .testimonial-items .thumb {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.testimonial-section .testimonial-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-section .testimonial-items p {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color);
}
.testimonial-section .testimonial-items .testimonial-founder {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .testimonial-items .testimonial-founder .thumb-2 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.testimonial-section .testimonial-items .testimonial-founder .thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-section .testimonial-items .testimonial-founder .test-content {
  position: relative;
  text-align: center;
}
.testimonial-section .testimonial-items .testimonial-founder .test-content .title {
  margin: 2px;
  color: var(--white-color);
}
.testimonial-section .testimonial-items .testimonial-founder .test-content .designation {
  color: var(--theme-one);
}
.testimonial-section:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(153, 117, 69, 0.7);
}

.news-section {
  padding: 120px 0;
  background: var(--background-color-two);
}
.news-section .new-items {
  transition: all 0.3s;
}
.news-section .new-items .news-thumb {
  width: 100%;
}
.news-section .new-items .news-thumb img {
  width: 100%;
  height: 100%;
}
.news-section .new-items .news-content {
  background: var(--white-color);
  padding: 25px 20px;
}
.news-section .new-items .news-content .title {
  font-size: 26px;
  font-weight: 500;
  display: block;
  color: var(--theme-color);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.news-section .new-items .news-content .title:hover {
  color: var(--theme-one);
}
.news-section .new-items .news-content .comment-area {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news-section .new-items .news-content .comment-area li:not(:last-child) {
  margin-right: 20px;
}
.news-section .new-items .news-content .comment-area li i {
  color: var(--theme-one);
}
.news-section .new-items .news-content p {
  margin-bottom: 15px;
  color: var(--theme-color);
}
.news-section .new-items .news-content .btn-three {
  margin-top: 25px;
}
.news-section .new-items .news-content .btn-three .btn i {
  color: var(--theme-one);
}
.news-section .new-items:hover {
  transform: translateY(-20px);
}

.footer-main-wrapper {
  padding: 80px 0;
}
.footer-main-wrapper .footer-widget-top .title {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: var(--white-color);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.footer-main-wrapper .footer-widget-top .title:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 45px;
  height: 2px;
  background: var(--theme-one);
}
.footer-main-wrapper .footer-widget-top .logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-main-wrapper .footer-widget-bottom p {
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-main-wrapper .footer-widget-one-social {
  display: flex;
  align-items: center;
}
.footer-main-wrapper .footer-widget-one-social li {
  width: 40px;
  height: 39px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  background: var(--theme-one);
  margin-right: 15px;
}
.footer-main-wrapper .footer-widget-one-social li :not(:last-child) {
  margin-right: 15px;
}
.footer-main-wrapper .footer-widget-one-social li a {
  color: var(--white-color);
}
.footer-main-wrapper .footer-widget-one-social li a i {
  font-size: 20px;
}
.footer-main-wrapper .footer-widget-two-list li :not(:last-child) {
  margin-bottom: 5px;
}
.footer-main-wrapper .footer-widget-two-list a {
  transition: all 0.3s;
  color: var(--white-color);
  font-size: 18px;
}
.footer-main-wrapper .footer-widget-two-list a:hover {
  color: var(--theme-one);
}
.footer-main-wrapper .footer-widget-four-social li {
  display: flex;
  align-items: center;
}
.footer-main-wrapper .footer-widget-four-social li :not(:last-child) {
  margin-bottom: 20px;
}
.footer-main-wrapper .footer-widget-four-social li i {
  font-size: 20px;
  color: var(--white-color);
  font-size: 20px;
  width: 40px;
  height: 39px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  background: #f9a392;
  margin-right: 15px;
}
.footer-main-wrapper .footer-widget-four-social li span {
  color: var(--white-color);
  line-height: 1.4;
  margin-top: -20px;
}
.footer-main-wrapper .footer-widget-four-social li a {
  color: var(--white-color);
  line-height: 1.4;
  transition: all 0.3s;
}
.footer-main-wrapper .footer-widget-four-social li a:hover {
  color: var(--theme-one);
}

.footer {
  padding: 35px 10px;
  border-top: 1px dashed var(--white-color);
}
.footer p {
  text-align: center;
  margin: 0 auto;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 500;
}
.footer p a {
  color: var(--theme-one);
}

/*--Section Header--*/
.section-center {
  text-align: center !important;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-header .subtitle {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-one);
  margin-bottom: 5px;
  display: block;
}
.section-header .title {
  font-size: 50px;
  font-weight: 700;
  color: var(--theme-color);
}

@media screen and (max-width: 575px) {
  .section-header .subtitle {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    color: var(--theme-on) e;
    margin-bottom: 5px;
    display: block;
  }
  .section-header .title {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-color);
  }
}
/*------Section header End--------*/
/*------Animation--------*/
.star-one {
  content: " ";
  position: absolute;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 571px 173px #00bcd4, 1732px 143px #00bcd4, 1745px 454px #ff5722, 234px 784px #00bcd4, 1793px 1123px #ff9800, 1076px 504px #03a9f4, 633px 601px #ff5722, 350px 630px #ffeb3b, 1164px 782px #00bcd4, 76px 690px #3f51b5, 1825px 701px #cddc39, 1646px 578px #ffeb3b, 544px 293px #2196f3, 445px 1061px #673ab7, 928px 47px #00bcd4, 168px 1410px #8bc34a, 777px 782px #9c27b0, 1235px 1941px #9c27b0, 104px 1690px #8bc34a, 1167px 1338px #e91e63, 345px 1652px #009688, 1682px 1196px #f44336, 1995px 494px #8bc34a, 428px 798px #ff5722, 340px 1623px #f44336, 605px 349px #9c27b0, 1339px 1344px #673ab7, 1102px 1745px #3f51b5, 1592px 1676px #2196f3, 419px 1024px #ff9800, 630px 1033px #4caf50, 1995px 1644px #00bcd4, 1092px 712px #9c27b0, 1355px 606px #f44336, 622px 1881px #cddc39, 1481px 621px #9e9e9e, 19px 1348px #8bc34a, 864px 1780px #e91e63, 442px 1136px #2196f3, 67px 712px #ff5722, 89px 1406px #f44336, 275px 321px #009688, 592px 630px #e91e63, 1012px 1690px #9c27b0, 1749px 23px #673ab7, 94px 1542px #ffeb3b, 1201px 1657px #3f51b5, 1505px 692px #2196f3, 1799px 601px #03a9f4, 656px 811px #00bcd4, 701px 597px #00bcd4, 1202px 46px #ff5722, 890px 569px #ff5722, 1613px 813px #2196f3, 223px 252px #ff9800, 983px 1093px #f44336, 726px 1029px #ffc107, 1764px 778px #cddc39, 622px 1643px #f44336, 174px 1559px #673ab7, 212px 517px #00bcd4, 340px 505px #fff, 1700px 39px #fff, 1768px 516px #f44336, 849px 391px #ff9800, 228px 1824px #fff, 1119px 1680px #ffc107, 812px 1480px #3f51b5, 1438px 1585px #cddc39, 137px 1397px #fff, 1080px 456px #673ab7, 1208px 1437px #03a9f4, 857px 281px #f44336, 1254px 1306px #cddc39, 987px 990px #4caf50, 1655px 911px #00bcd4, 1102px 1216px #ff5722, 1807px 1044px #fff, 660px 435px #03a9f4, 299px 678px #4caf50, 1193px 115px #ff9800, 918px 290px #cddc39, 1447px 1422px #ffeb3b, 91px 1273px #9c27b0, 108px 223px #ffeb3b, 146px 754px #00bcd4, 461px 1446px #ff5722, 1004px 391px #673ab7, 1529px 516px #f44336, 1206px 845px #cddc39, 347px 583px #009688, 1102px 1332px #f44336, 709px 1756px #00bcd4, 1972px 248px #fff, 1669px 1344px #ff5722, 1132px 406px #f44336, 320px 1076px #cddc39, 126px 943px #ffeb3b, 263px 604px #ff5722, 1546px 692px #f44336;
  animation: animStar 50s linear infinite;
}

.star-two {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  background: transparent;
  box-shadow: 571px 173px #00bcd4, 1732px 143px #00bcd4, 1745px 454px #ff5722, 234px 784px #00bcd4, 1793px 1123px #ff9800, 1076px 504px #03a9f4, 633px 601px #ff5722, 350px 630px #ffeb3b, 1164px 782px #00bcd4, 76px 690px #3f51b5, 1825px 701px #cddc39, 1646px 578px #ffeb3b, 544px 293px #2196f3, 445px 1061px #673ab7, 928px 47px #00bcd4, 168px 1410px #8bc34a, 777px 782px #9c27b0, 1235px 1941px #9c27b0, 104px 1690px #8bc34a, 1167px 1338px #e91e63, 345px 1652px #009688, 1682px 1196px #f44336, 1995px 494px #8bc34a, 428px 798px #ff5722, 340px 1623px #f44336, 605px 349px #9c27b0, 1339px 1344px #673ab7, 1102px 1745px #3f51b5, 1592px 1676px #2196f3, 419px 1024px #ff9800, 630px 1033px #4caf50, 1995px 1644px #00bcd4, 1092px 712px #9c27b0, 1355px 606px #f44336, 622px 1881px #cddc39, 1481px 621px #9e9e9e, 19px 1348px #8bc34a, 864px 1780px #e91e63, 442px 1136px #2196f3, 67px 712px #ff5722, 89px 1406px #f44336, 275px 321px #009688, 592px 630px #e91e63, 1012px 1690px #9c27b0, 1749px 23px #673ab7, 94px 1542px #ffeb3b, 1201px 1657px #3f51b5, 1505px 692px #2196f3, 1799px 601px #03a9f4, 656px 811px #00bcd4, 701px 597px #00bcd4, 1202px 46px #ff5722, 890px 569px #ff5722, 1613px 813px #2196f3, 223px 252px #ff9800, 983px 1093px #f44336, 726px 1029px #ffc107, 1764px 778px #cddc39, 622px 1643px #f44336, 174px 1559px #673ab7, 212px 517px #00bcd4, 340px 505px #fff, 1700px 39px #fff, 1768px 516px #f44336, 849px 391px #ff9800, 228px 1824px #fff, 1119px 1680px #ffc107, 812px 1480px #3f51b5, 1438px 1585px #cddc39, 137px 1397px #fff, 1080px 456px #673ab7, 1208px 1437px #03a9f4, 857px 281px #f44336, 1254px 1306px #cddc39, 987px 990px #4caf50, 1655px 911px #00bcd4, 1102px 1216px #ff5722, 1807px 1044px #fff, 660px 435px #03a9f4, 299px 678px #4caf50, 1193px 115px #ff9800, 918px 290px #cddc39, 1447px 1422px #ffeb3b, 91px 1273px #9c27b0, 108px 223px #ffeb3b, 146px 754px #00bcd4, 461px 1446px #ff5722, 1004px 391px #673ab7, 1529px 516px #f44336, 1206px 845px #cddc39, 347px 583px #009688, 1102px 1332px #f44336, 709px 1756px #00bcd4, 1972px 248px #fff, 1669px 1344px #ff5722, 1132px 406px #f44336, 320px 1076px #cddc39, 126px 943px #ffeb3b, 263px 604px #ff5722, 1546px 692px #f44336;
  animation: animStar 20s linear infinite;
}

.star-three {
  content: " ";
  position: absolute;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 571px 173px #00bcd4, 1732px 143px #00bcd4, 1745px 454px #ff5722, 234px 784px #00bcd4, 1793px 1123px #ff9800, 1076px 504px #03a9f4, 633px 601px #ff5722, 350px 630px #ffeb3b, 1164px 782px #00bcd4, 76px 690px #3f51b5, 1825px 701px #cddc39, 1646px 578px #ffeb3b, 544px 293px #2196f3, 445px 1061px #673ab7, 928px 47px #00bcd4, 168px 1410px #8bc34a, 777px 782px #9c27b0, 1235px 1941px #9c27b0, 104px 1690px #8bc34a, 1167px 1338px #e91e63, 345px 1652px #009688, 1682px 1196px #f44336, 1995px 494px #8bc34a, 428px 798px #ff5722, 340px 1623px #f44336, 605px 349px #9c27b0, 1339px 1344px #673ab7, 1102px 1745px #3f51b5, 1592px 1676px #2196f3, 419px 1024px #ff9800, 630px 1033px #4caf50, 1995px 1644px #00bcd4, 1092px 712px #9c27b0, 1355px 606px #f44336, 622px 1881px #cddc39, 1481px 621px #9e9e9e, 19px 1348px #8bc34a, 864px 1780px #e91e63, 442px 1136px #2196f3, 67px 712px #ff5722, 89px 1406px #f44336, 275px 321px #009688, 592px 630px #e91e63, 1012px 1690px #9c27b0, 1749px 23px #673ab7, 94px 1542px #ffeb3b, 1201px 1657px #3f51b5, 1505px 692px #2196f3, 1799px 601px #03a9f4, 656px 811px #00bcd4, 701px 597px #00bcd4, 1202px 46px #ff5722, 890px 569px #ff5722, 1613px 813px #2196f3, 223px 252px #ff9800, 983px 1093px #f44336, 726px 1029px #ffc107, 1764px 778px #cddc39, 622px 1643px #f44336, 174px 1559px #673ab7, 212px 517px #00bcd4, 340px 505px #fff, 1700px 39px #fff, 1768px 516px #f44336, 849px 391px #ff9800, 228px 1824px #fff, 1119px 1680px #ffc107, 812px 1480px #3f51b5, 1438px 1585px #cddc39, 137px 1397px #fff, 1080px 456px #673ab7, 1208px 1437px #03a9f4, 857px 281px #f44336, 1254px 1306px #cddc39, 987px 990px #4caf50, 1655px 911px #00bcd4, 1102px 1216px #ff5722, 1807px 1044px #fff, 660px 435px #03a9f4, 299px 678px #4caf50, 1193px 115px #ff9800, 918px 290px #cddc39, 1447px 1422px #ffeb3b, 91px 1273px #9c27b0, 108px 223px #ffeb3b, 146px 754px #00bcd4, 461px 1446px #ff5722, 1004px 391px #673ab7, 1529px 516px #f44336, 1206px 845px #cddc39, 347px 583px #009688, 1102px 1332px #f44336, 709px 1756px #00bcd4, 1972px 248px #fff, 1669px 1344px #ff5722, 1132px 406px #f44336, 320px 1076px #cddc39, 126px 943px #ffeb3b, 263px 604px #ff5722, 1546px 692px #f44336;
  animation: animStar 50s linear infinite;
}

.star-four {
  content: " ";
  position: absolute;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 571px 173px #00bcd4, 1732px 143px #00bcd4, 1745px 454px #ff5722, 234px 784px #00bcd4, 1793px 1123px #ff9800, 1076px 504px #03a9f4, 633px 601px #ff5722, 350px 630px #ffeb3b, 1164px 782px #00bcd4, 76px 690px #3f51b5, 1825px 701px #cddc39, 1646px 578px #ffeb3b, 544px 293px #2196f3, 445px 1061px #673ab7, 928px 47px #00bcd4, 168px 1410px #8bc34a, 777px 782px #9c27b0, 1235px 1941px #9c27b0, 104px 1690px #8bc34a, 1167px 1338px #e91e63, 345px 1652px #009688, 1682px 1196px #f44336, 1995px 494px #8bc34a, 428px 798px #ff5722, 340px 1623px #f44336, 605px 349px #9c27b0, 1339px 1344px #673ab7, 1102px 1745px #3f51b5, 1592px 1676px #2196f3, 419px 1024px #ff9800, 630px 1033px #4caf50, 1995px 1644px #00bcd4, 1092px 712px #9c27b0, 1355px 606px #f44336, 622px 1881px #cddc39, 1481px 621px #9e9e9e, 19px 1348px #8bc34a, 864px 1780px #e91e63, 442px 1136px #2196f3, 67px 712px #ff5722, 89px 1406px #f44336, 275px 321px #009688, 592px 630px #e91e63, 1012px 1690px #9c27b0, 1749px 23px #673ab7, 94px 1542px #ffeb3b, 1201px 1657px #3f51b5, 1505px 692px #2196f3, 1799px 601px #03a9f4, 656px 811px #00bcd4, 701px 597px #00bcd4, 1202px 46px #ff5722, 890px 569px #ff5722, 1613px 813px #2196f3, 223px 252px #ff9800, 983px 1093px #f44336, 726px 1029px #ffc107, 1764px 778px #cddc39, 622px 1643px #f44336, 174px 1559px #673ab7, 212px 517px #00bcd4, 340px 505px #fff, 1700px 39px #fff, 1768px 516px #f44336, 849px 391px #ff9800, 228px 1824px #fff, 1119px 1680px #ffc107, 812px 1480px #3f51b5, 1438px 1585px #cddc39, 137px 1397px #fff, 1080px 456px #673ab7, 1208px 1437px #03a9f4, 857px 281px #f44336, 1254px 1306px #cddc39, 987px 990px #4caf50, 1655px 911px #00bcd4, 1102px 1216px #ff5722, 1807px 1044px #fff, 660px 435px #03a9f4, 299px 678px #4caf50, 1193px 115px #ff9800, 918px 290px #cddc39, 1447px 1422px #ffeb3b, 91px 1273px #9c27b0, 108px 223px #ffeb3b, 146px 754px #00bcd4, 461px 1446px #ff5722, 1004px 391px #673ab7, 1529px 516px #f44336, 1206px 845px #cddc39, 347px 583px #009688, 1102px 1332px #f44336, 709px 1756px #00bcd4, 1972px 248px #fff, 1669px 1344px #ff5722, 1132px 406px #f44336, 320px 1076px #cddc39, 126px 943px #ffeb3b, 263px 604px #ff5722, 1546px 692px #f44336;
  animation: animStar 80s linear infinite;
}

@keyframes animStar {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2000px);
  }
}
@media screen and (max-width: 767px) {
  .counter-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .counter-wrapper .counter-item {
    width: 50% !important;
    text-align: center;
    margin: 0 auto 40px;
  }
  .counter-wrapper .counter-item .counter-header {
    justify-content: center;
  }
  .counter-wrapper .counter-item .counter-header .title {
    margin-bottom: -5px;
  }
  .counter-wrapper .counter-item .counter-header .subtitle {
    font-weight: 400 !important;
    text-align: center;
    margin: 0 auto;
    font-size: 20px !important;
  }
}
/*------Animation--------*/
/*------ Menu Area--------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.scrooling-active {
  padding: 15px 0px;
  background: var(--theme-one);
  box-shadow: 2px 1px 12px 0px var(--theme-one) !important;
  z-index: 99;
}
.scrooling-active .navbar-nav .dropdown-items a i {
  color: var(--white-color);
}
.scrooling-active .navbar-nav .nav-item .nav-link {
  color: var(--white-color);
}
.scrooling-active .navbar-nav .nav-item .btn {
  border: 1px dashed var(--white-color) !important;
  color: var(--white-color) !important;
  background: transparent;
  padding: 12px 20px;
}

.navbar-brand {
  display: block;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white-color);
}
.navbar-brand:hover {
  color: var(--white-color);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  padding: 15px 0px;
}

.navbar-nav .dropdown-items {
  position: relative;
  display: block;
  transition: all 0.5s;
}
.navbar-nav .dropdown-items a i {
  color: var(--white-color);
}
.navbar-nav .dropdown-items ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.navbar-nav .dropdown-items ul li {
  padding: 8px 20px;
  width: 250px;
  background: var(--theme-color);
}
.navbar-nav .dropdown-items ul li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  transition: all 0.3s;
  text-transform: uppercase;
}
.navbar-nav .dropdown-items ul li a:hover {
  color: var(--theme-one);
}
.navbar-nav .dropdown-items:hover ul {
  display: block;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item a i {
  color: var(--white-color);
  font-size: 20px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  margin-right: 20px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.navbar-nav .nav-item .btn {
  border: 1px dashed var(--theme-one);
  color: var(--white-color);
  background: var(--theme-one);
  padding: 12px 20px;
}

@media screen and (max-width: 991px) {
  header {
    background: var(--theme-one);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 5px 0px !important;
  }
  .navbar-toggler {
    color: var(--white-color);
  }
  .navbar-toggler i {
    font-size: 32px;
  }
  .navbar-nav {
    z-index: 1;
  }
  .navbar-nav .dropdown-items {
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  .navbar-nav .dropdown-items a i {
    color: var(--theme-one) !important;
    font-size: 20px;
  }
  .navbar-nav .dropdown-items ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .navbar-nav .dropdown-items ul li {
    padding: 10px 8px;
    width: 250px;
    background: var(--theme-color);
  }
  .navbar-nav .dropdown-items ul li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white-color);
    transition: all 0.3s;
    text-transform: uppercase;
  }
  .navbar-nav .dropdown-items:hover ul {
    display: block;
    z-index: 99999999;
    left: 50%;
    transform: translate(-50%);
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: var(--theme-one) !important;
    transition: all 0.3s;
    border-bottom: 1px dashed var(--white-color);
    width: 100%;
    background: var(--white-color);
    text-transform: uppercase;
  }
  .navbar-nav .nav-space {
    margin-top: 15px !important;
  }
  .navbar-nav .nav-space .btn {
    border: 1px dashed var(--white-color);
  }
}
/*------ Menu Area--------*/
/* banner here */
.banner-section {
  padding: 120px 0 140px 0;
  position: relative;
  overflow: hidden;
  background: url(../../assets/images/banner/banner1.png) no-repeat center center;
  background-size: cover;
}
.banner-section .banner-content {
  text-align: center;
  margin: 0 auto;
  max-width: 725px;
}
.banner-section .banner-content .banner-cate {
  font-size: 32px;
  font-weight: 500;
  color: var(--white-color);
}
.banner-section .banner-content .banner-title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--white-color);
}

.banner-section-two {
  background: url(../../assets/images/banner/babber-two.png) no-repeat center center;
  background-size: cover;
  padding: 140px 0 200px;
}
.banner-section-two .banner-content-two {
  text-align: left;
  margin: auto 0;
}

/* banner end */
/*------Banner-video Section--------*/
.video-banner {
  width: 100%;
  height: 100vh;
  background: rgba(4, 2, 1, 0.7);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.video-banner .back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.video-banner .banner-content-three {
  text-align: center;
  margin: 0 auto;
  max-width: 725px;
}
.video-banner .banner-content-three .banner-cate {
  font-size: 32px;
  font-weight: 500;
  color: var(--white-color);
}
.video-banner .banner-content-three .banner-title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--white-color);
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
/*------Banner-video Section--------*/
.section-banner-four {
  overflow: hidden;
  padding: 250px 0px;
  position: relative;
  background-color: var(--background-color);
}
.section-banner-four .banner-content-four h2 {
  color: var(--black-color) !important;
  font-size: 42px;
}
.section-banner-four .banner-content-four h1 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--white-color);
}
.section-banner-four .cubeSwiper {
  width: 700px;
  position: absolute;
  right: 200px;
  top: 40%;
  margin-left: -150px;
  margin-top: -150px;
  background-position: center;
  background-size: cover;
}
.section-banner-four .cubeSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-banner-four .cubeSwiper .swiper-slide .overly {
  text-align: center;
  background-color: rgba(93, 95, 145, 0.2);
  padding: 30px;
}

/*------About Banner Section--------*/
.about-banner {
  padding: 200px 0;
  background: url(../../assets/images/about/bg-about.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.about-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 57, 56, 0.5);
}
.about-banner .breadcrumb-wrap {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.about-banner .breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 51px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--white-color);
}
.about-banner .breadcrumb-wrap .breadcrumb {
  justify-content: center;
}
.about-banner .breadcrumb-wrap .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--theme-one);
}
.about-banner .breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  color: var(--white-color);
}
.about-banner .breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
  color: var(--white-color);
}

/*------About Banner Section--------*/
.banner__section {
  overflow: hidden;
  position: relative;
}
.banner__section .arry__button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .banner__section .arry__button {
    display: none;
  }
}
.banner__section .arry__button .arry__prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 1px solid var(--theme-one);
  margin-bottom: 17px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.banner__section .arry__button .arry__prev i {
  color: var(--white-color);
}
.banner__section .arry__button .arry__prev:hover {
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}
.banner__section .arry__button .arry__prev:hover i {
  color: var(--white-color);
}
.banner__section .arry__button .arry__next {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}
.banner__section .arry__button .arry__next i {
  color: var(--white-color);
}
.banner__section .swiper-slide-active .banner__image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}
.banner__section .banner-pagination {
  display: flex;
}
.banner__section .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 8x;
  border-radius: 20px;
  transition: 0.6s;
  background-color: var(--white-color);
  opacity: 1;
}
.banner__section .banner-pagination .swiper-pagination-bullet:hover {
  background: var(--white-color);
}
.banner__section .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--theme-one);
  transition: 0.6s;
}
.banner__section .banner__pagination__wrapper {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateY(-50%);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay .banner__image {
  background: url(../../assets/images/new-home/bannr3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
.overlay .banner__image::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.banner__content {
  position: relative;
  padding: 180px 0px;
}
@media (max-width: 1399px) {
  .banner__content {
    padding: 180px 0;
  }
}
@media (max-width: 1199px) {
  .banner__content {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  .banner__content {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0;
  }
}
.banner__content h1 {
  font-size: 70px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .banner__content h1 {
    line-height: 50px;
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .banner__content h1 {
    line-height: 65px;
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .banner__content h1 {
    line-height: 50px;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 {
    line-height: 38px;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.banner__content h4 {
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .banner__content h4 {
    line-height: 50px;
    font-size: 48px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .banner__content h4 {
    line-height: 65px;
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .banner__content h4 {
    line-height: 50px;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .banner__content h4 {
    line-height: 38px;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.banner__content p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 400;
}
.banner__content .banner__button {
  margin-top: 30px;
  gap: 20px;
}
.banner__content .content__two {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner__content .content__two {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay .imagetwo {
  background: url(../../assets/images/new-home/bannr2.jpg) no-repeat center center;
  background-size: cover;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay .imagethree {
  background: url(../../assets/images/new-home/bannr.jpg) no-repeat center center;
  background-size: cover;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay .banner__two {
  background: url(../../assets/images/new-home/bannr2.jpg) no-repeat center center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 250px 0;
}
.overlay .banner__two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.overlay .banner__two .banner__content {
  padding: initial;
  max-width: 650px;
}

.section-center {
  text-align: center !important;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-center .subtitle {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-one);
  margin-bottom: 5px;
  display: block;
}

/* service header here */
.section-header {
  max-width: 830px;
  position: relative;
}
.section-header .subtitle {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-one);
  margin-bottom: 5px;
  display: block;
}

/* service header end  */
/* user here */
.user-section {
  background: var(--white-color);
  padding: 120px 0;
}
.user-section .user-items {
  border: 2px solid var(--theme-one);
  padding: 15px 10px;
}

@media screen and (max-width: 575px) {
  .user-section {
    padding: 60px 0;
  }
}
/* user end */
/* newsletter here */
.newsletter-section {
  background: var(--theme-one);
  padding: 100px 0;
}
.newsletter-section .newsletter-content {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
}
.newsletter-section .newsletter-form {
  display: flex;
  align-items: center;
}
.newsletter-section .newsletter-form input {
  height: 55px;
  border: none;
  border-radius: 0;
  color: var(--theme-color);
  padding: 5px 20px;
  width: 60%;
  outline: none;
}
.newsletter-section .newsletter-form .join-btn {
  display: block;
  background: var(--theme-color);
  line-height: 55px;
  padding: 0 25px;
  height: 55px;
  text-transform: uppercase;
}
.newsletter-section .newsletter-form .join-btn .btns {
  color: var(--white-color);
}

/* newsletter end */
/* modal box here */
.category-modal-box .modal-dialog {
  max-width: 1090px;
}
.category-modal-box .modal-dialog .modal-content {
  padding: 30px;
}
.category-modal-box .modal-dialog .modal-content .modal-body .image img {
  width: 100%;
}
.category-modal-box .modal-dialog .modal-content .modal-close {
  font-size: 20px;
  color: var(--theme-one) !important;
  width: 30px;
  height: 30px;
  background-color: var(--white-color);
  border: 2px solid var(--theme-one);
  transition: 0.6s;
  position: absolute;
  top: 15px;
  right: 15px;
}
.category-modal-box .modal-dialog .modal-content .modal-close:hover {
  background-color: var(--theme-one);
  color: var(--white-color) !important;
}

.faq-wrapper .accordion-button {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  background-color: var(--theme-one) !important;
  color: var(--white-color) !important;
  padding: 10px 10px 10px 70px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  min-height: 60px;
  text-align: left;
}

.faq-wrapper .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  font-size: 16px;
  margin-left: 0;
  background-image: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  position: absolute;
  left: 10px;
}

.faq-wrapper .accordion-button:focus {
  box-shadow: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  content: "\f068";
}

.faq-wrapper .accordion-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-wrapper .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.faq-wrapper .accordion-body {
  border: 0;
  padding: 20px 30px;
  position: relative;
  color: var(--white-color);
  text-align: justify;
}

.faq-wrapper .accordion-collapse {
  border: 0;
  background: var(--theme-color);
  border: 1px solid var(--theme-one);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.faq-wrapper .accordion-button.collapsed {
  background: var(--background-three-color) !important;
  color: var(--black-color) !important;
}

.faq-wrapper .accordion-button.collapsed:after {
  background: var(--theme-one);
}

.faq-area {
  background: var(--white-color);
}

.faq-wrapper.accordion-bordered .accordion-item {
  border-color: var(--theme-color);
}

.question-content {
  text-align: center;
}

.question-content p {
  margin-bottom: 40px;
}

.faq-area .icon {
  max-width: 512px;
  margin: 0 auto;
}

.faq-area .icon img {
  width: 100%;
}

.fqa-section img {
  border-radius: 5px;
}

/*------resistration Section--------*/
.resistration-section {
  background: url(../../assets/images/testimonial/2.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
.resistration-section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(153, 117, 69, 0.7);
}
.resistration-section .content {
  position: relative;
}
.resistration-section .content h2 {
  color: var(--white-color);
  font-size: 50px;
}

/*------resistration Section--------*/
/*------Contact Section--------*/
.contact-section {
  padding: 120px 0;
}

.contact-wrapper .title {
  color: var(--white-color);
  margin-bottom: 20px;
}
.contact-wrapper p {
  color: var(--white-color);
  margin-bottom: 10px;
}
.contact-wrapper .title2 {
  color: var(--theme-one);
  margin-top: 30px;
}
.contact-wrapper span {
  margin-bottom: 15px;
  display: block;
  color: var(--white-color);
}
.contact-wrapper .form-area .title {
  margin-bottom: 8px;
  color: var(--theme-one);
}
.contact-wrapper .form-area input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  outline: none;
  margin-bottom: 15px;
}
.contact-wrapper .form-area .send-message {
  height: 50px;
  width: 120px;
  font-size: 17px;
  font-weight: 500;
  background: var(--theme-one);
  color: var(--white-colo);
  text-transform: uppercase;
  border: none;
}
.contact-wrapper .form-area .message-text {
  height: 210px;
}

@media screen and (max-width: 575px) {
  .contact-section {
    padding: 70px 0;
  }
}
/*------Contact Section--------*/
.single-product {
  overflow: hidden;
  position: relative;
}

.single-product {
  position: relative;
}
.single-product .single-product-img {
  overflow: hidden;
}
.single-product .single-product-img img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.single-product .single-product-img img:hover {
  transform: scale(1.1);
}
.single-product .single-product-img:hover .icon-item-img {
  opacity: 1;
  transform: translate(-30px);
}
.single-product .icon-item-img {
  position: absolute;
  top: 15px;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.single-product .icon-item-img .icon-img li {
  width: 35px;
  background-color: var(--theme-one);
  height: 35px;
  border-radius: 100%;
  color: #fff;
  margin-top: 8px;
  line-height: 35px;
  text-align: center;
}
.single-product .icon-item-img .icon-img li i {
  color: var(--white-color);
  font-size: 16px;
}
.single-product .single-product-txt {
  text-align: center;
  padding: 30px 0;
}
.single-product .single-product-txt h6 a {
  color: var(--white-color);
  transition: all 0.2s ease-in-out;
}
.single-product .single-product-txt h6 a:hover {
  color: var(--theme-one);
}
.single-product .single-product-txt .single-product-price {
  color: var(--background-three-color);
  display: inline-block;
}
.single-product .single-product-txt .prev-price {
  color: var(--theme-one);
  margin-left: 10px;
}

.trending-item-section {
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: linear-gradient(rgba(18, 19, 16, 0.6), rgba(18, 19, 16, 0.6)), url(../../assets/images/new-home/trending1.jpg);
}
.trending-item-section .trending-content {
  padding: 120px 0;
}
.trending-item-section .trending-content h5 a {
  color: var(--white-color);
}
.trending-item-section .trending-content h2 {
  font-size: 70px;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .trending-item-section .trending-content h2 {
    font-size: 40px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
@keyframes pro {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Animation of the witr */
@-webkit-keyframes move_title_bg1 {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes move_title_bg1 {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes move_title_bg2 {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
@keyframes move_title_bg2 {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
/* Animation of the witr */
/* Animation of the Video */
@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* Animation of the Video */
.blog-section {
  padding: 120px 0;
  background: var(--background-color-two);
}
.blog-section .new-items {
  transition: all 0.3s;
}
.blog-section .new-items .news-thumb {
  width: 100%;
}
.blog-section .new-items .news-thumb img {
  width: 100%;
  height: 100%;
}
.blog-section .new-items .news-content {
  background: var(--white-color);
  padding: 25px 20px;
}
.blog-section .new-items .news-content .title {
  font-size: 26px;
  font-weight: 500;
  display: block;
  color: var(--theme-color);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.blog-section .new-items .news-content .title:hover {
  color: var(--theme-one);
}
.blog-section .new-items .news-content .comment-area {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog-section .new-items .news-content .comment-area li:not(:last-child) {
  margin-right: 20px;
}
.blog-section .new-items .news-content .comment-area li i {
  color: var(--theme-one);
}
.blog-section .new-items .news-content p {
  margin-bottom: 15px;
  color: var(--theme-color);
}
.blog-section .new-items .news-content .btn-three {
  margin-top: 25px;
  color: var(--theme-color);
}
.blog-section .new-items .news-content .btn-three .btn i {
  color: var(--theme-one);
}
.blog-section .new-items:hover {
  transform: translateY(-20px);
}

/*------Blog Section--------*/
.blog-section {
  overflow: hidden;
}

.blog-wrapper .blog-left-bar .blog-left-items {
  background: #0f0505;
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb {
  width: 100%;
  position: relative;
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb img {
  width: 100%;
  height: 100%;
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb .date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: var(--theme-one);
  color: var(--white-color);
  padding: 14px 25px;
  font-size: 17px;
  font-weight: 500;
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb .date i {
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb .video {
  position: absolute;
  top: 50%;
  left: 50%;
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb .video .play {
  color: var(--white-color);
  font-size: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: var(--theme-one);
  text-align: center;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  display: block;
}
.blog-wrapper .blog-left-bar .blog-left-items .thumb .audio-step {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-wrapper .blog-left-bar .blog-left-items .content {
  padding: 40px 30px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content .user-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content .user-area li {
  color: #777;
}
.blog-wrapper .blog-left-bar .blog-left-items .content .user-area li:not(:last-child) {
  border-right: 1px solid #777;
  padding-right: 15px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content .user-area li:not(:first-child) {
  padding-left: 15px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content .user-area i {
  color: var(--theme-one);
}
.blog-wrapper .blog-left-bar .blog-left-items .content .title {
  color: var(--white-color);
  font-size: 29px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.blog-wrapper .blog-left-bar .blog-left-items .content .title:hover {
  color: var(--theme-one);
}
.blog-wrapper .blog-left-bar .blog-left-items .content p {
  color: #777;
  font-size: 17px;
}
.blog-wrapper .blog-left-bar .blog-left-items:not(:last-child) {
  margin-bottom: 45px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content-two p {
  margin-bottom: 25px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content-two .title {
  border-bottom: 1px solid var(--paragraph-color) padding-bottom;
}
.blog-wrapper .blog-left-bar .blog-left-items .content-two .user-area {
  margin-bottom: 20px;
}
.blog-wrapper .blog-left-bar .blog-left-items .content-two .designation {
  font-size: 26px;
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .content-two-center {
  text-align: center;
  margin: 0 auto;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-dodeltumb {
  width: 100%;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-dodeltumb img {
  width: 100%;
  height: 100%;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-content p {
  color: var(--paragraph-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related .title {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 20px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related a {
  color: var(--paragraph-color);
  border: 1px solid var(--paragraph-color);
  padding: 6px 15px;
  font-size: 16px;
  transition: all 0.3s;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related a:not(:last-child) {
  margin-right: 15px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related a:hover {
  background: var(--theme-one);
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-preview .preview-items .sub {
  font-size: 17px;
  font-weight: 500;
  color: var(--paragraph-color);
  margin-bottom: 15px;
  display: block;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-preview .preview-items .title {
  color: var(--white-color);
  text-transform: uppercase;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-preview .preview-items .title a {
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-preview .preview-items .middle-icon {
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related .releted-post-items .cont {
  padding: 15px 10px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related .releted-post-items .cont .title {
  border: none;
  padding: 0;
  margin-bottom: 10px !important;
  display: block;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related .releted-post-items .cont .title:hover {
  background: none;
  color: var(--theme-one);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-related .releted-post-items .cont p {
  color: var(--paragraph-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial {
  text-align: center;
  margin: 0 auto;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial .social-list li:not(:last-child) {
  margin-right: 10px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial .social-list li a i {
  color: var(--theme-one);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial .thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial .title {
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-testimonial p {
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes {
  display: flex;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes:not(:last-child) {
  margin-bottom: 50px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .thumb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper {
  width: calc(100% - 110px);
  padding-left: 20px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment .title {
  margin-bottom: 1px;
  font-size: 24px !important;
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment .date {
  color: var(--theme-one);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment-reply {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 70px;
  padding: 8px 20px;
  transition: all 0.3s;
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment-reply:hover {
  background: var(--theme-one);
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-itmes .content-comment-wrapper p {
  font-size: 17px;
  color: var(--paragraph-color);
}
.blog-wrapper .blog-left-bar .blog-left-items .blog-left-items-comment .comment-items-space {
  margin-left: 130px;
}
.blog-wrapper .blog-left-bar .blog-left-items .post-comment p {
  color: var(--paragraph-color);
  margin-bottom: 35px;
}
.blog-wrapper .blog-left-bar .blog-left-items .post-comment input {
  width: 100%;
  padding: 9px 12px;
  outline: none;
  height: 60px;
}
.blog-wrapper .blog-left-bar .blog-left-items .post-comment input:not(:last-child) {
  margin-bottom: 15px;
}
.blog-wrapper .blog-left-bar .blog-left-items .post-comment .textba {
  height: 220px;
}
.blog-wrapper .blog-left-bar .blog-left-items .post-btn {
  margin-top: 40px;
}
.blog-wrapper .blog-left-bar .blog-left-items .post-btn button {
  border: none;
  outline: none;
  padding: 15px 25px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  background: var(--theme-one);
}
.blog-wrapper .blog-left-bar .blog-left-items .post-btn button:hover {
  color: var(--white-color);
}
.blog-wrapper .blog-left-bar .blog-left-items-two {
  padding: 40px 25px;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items {
  background: var(--theme-color);
  padding: 40px 25px;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items:not(:last-child) {
  margin-bottom: 45px;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .title {
  font-size: 22px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  border-bottom: 1px solid var(--paragraph-color);
  margin-bottom: 30px;
  display: block;
  padding-bottom: 15px;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items form {
  display: flex;
  align-items: center;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items form .search-main {
  border: none;
  outline: none;
  height: 60px;
  padding: 0 15px;
  width: 70%;
  background: var(--white-color) r;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items form .search-submit {
  border: none;
  outline: none;
  height: 60px;
  padding: 0 4px;
  width: 30%;
  background: var(--theme-one);
  color: var(--white-color);
  text-align: center;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .flow-social {
  display: flex;
  align-items: center;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .flow-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--paragraph-color);
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  display: block;
  transition: all 0.3s;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .flow-social a i {
  color: var(--white-color);
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .flow-social a:hover {
  background: var(--theme-one);
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li:not(:first-child) {
  padding-top: 10px;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li:not(:last-child) {
  border-bottom: 1px solid var(--paragraph-color);
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li a {
  color: var(--white-color);
  display: block;
  transition: all 0.3s;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li span {
  color: var(--white-color);
  transition: all 0.3s;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li:hover a {
  color: var(--theme-one);
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .categores-list li:hover span {
  color: var(--theme-one);
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .tagcloud a {
  padding: 5px 10px;
}
.blog-wrapper .blog-right-bar .blog-right-bar-items .tagcloud .tag-cloud-link {
  border: 1px solid var(--paragraph-color);
  font-size: 16px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 19px;
}

.thum-wrapper {
  position: relative;
  padding: 40px 10px;
}
.thum-wrapper .owl-nav button.owl-next {
  color: var(--theme-one);
  position: absolute;
  right: 53px;
  top: 50%;
  font-size: 150px;
  transform: translate(-50%, -50%);
}
.thum-wrapper .owl-nav button.owl-prev {
  color: var(--theme-one);
  left: 92px;
  font-size: 150px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  padding: 13px 30px 13px;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(249, 163, 146) 0%, rgb(249, 163, 146) 30%, rgb(249, 163, 146) 100%);
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 5px;
}
.cmn--btn:hover {
  color: var(--white-color);
  background: linear-gradient(var(--theme-one), var(--theme-one));
}
.cmn--btn::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.cmn--btn-2 {
  padding: 13px 30px 13px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid var(--white-color);
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 5px;
}
.cmn--btn-2:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
  border: 1px solid var(--theme-color);
}
.cmn--btn-2::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn-2:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.cmn--button {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black-color);
  transition: all 0.3s;
}
.cmn--button i {
  font-size: 16px;
}
.cmn--button:hover {
  color: var(--theme-color);
}

.btn {
  color: var(--white-color);
  border-radius: 7px;
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: 1px dashed var(--theme-one);
  outline: none;
}

.btn:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
}

/*--Button Area End--*/
/*--Button Area End--*/
/*=============== Banner Start ===============*/
@media screen and (max-width: 991px) {
  .banner-section {
    padding: 90px 0 140px 0;
  }
  .banner-content {
    max-width: 720px;
  }
  .banner-content .banner-cate {
    font-size: 32px;
    font-weight: 500;
    color: var(--white-color);
  }
  .banner-content .banner-title {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--white-color);
  }
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 90px 0 140px 0;
  }
  .banner-content {
    max-width: 720px;
  }
  .banner-content .banner-cate {
    font-size: 27px !important;
    font-weight: 500;
    color: var(--white-color);
  }
  .banner-content .banner-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--white-color);
  }
  .banner-content .btn {
    margin-top: 10px;
    color: var(--white-color);
    background: var(--theme-one);
  }
}
@media screen and (max-width: 575px) {
  .banner-section {
    padding: 40px 0 90px 0;
  }
  .banner-section-two {
    padding: 40px 0 80px !important;
  }
  .banner-content {
    max-width: 720px;
  }
  .banner-content .banner-cate {
    font-size: 20px !important;
    font-weight: 500;
    color: var(--white-color);
  }
  .banner-content .banner-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--white-color);
  }
  .banner-content .btn {
    margin-top: 10px;
    color: var(--white-color);
    background: var(--theme-one);
  }
}
/* banner 4 */
@media screen and (max-width: 1199px) {
  .cubeSwiper {
    display: none;
  }
}
/*=============== Banner End ===============*/
/* about banner here */
@media screen and (max-width: 991px) {
  .about-banner {
    padding: 150px 0;
    background: url(../../assets/images/about/bg-about.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .about-banner {
    padding: 80px 0;
    background: url(../../assets/images/about/bg-about.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
}
/* about banner end */
/* about here */
@media screen and (max-width: 1199px) {
  .about-content .subtitle {
    font-size: 21px;
    font-weight: 500;
    color: #f9a392;
    margin-bottom: 5px;
    display: block;
  }
  .about-content .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
  }
  .about-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about-content .about-list li {
    color: #fff;
    margin-bottom: 5px;
  }
  .about-content .btn-area {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-thumb {
    margin-bottom: 40px;
  }
  .about-content .subtitle {
    font-size: 26px;
    font-weight: 500;
    color: #f9a392;
    margin-bottom: 10px;
    display: block;
  }
  .about-content .title {
    font-size: 43px;
    color: #fff;
    margin-bottom: 20px;
  }
  .about-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-content .about-list li {
    color: #fff;
    margin-bottom: 10px;
  }
  .about-content .btn-area {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-thumb {
    margin-bottom: 40px;
  }
  .about-content .subtitle {
    font-size: 26px;
    font-weight: 500;
    color: #f9a392;
    margin-bottom: 10px;
    display: block;
  }
  .about-content .title {
    font-size: 37px;
    color: #fff;
    margin-bottom: 20px;
  }
  .about-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-content .about-list li {
    color: #fff;
    margin-bottom: 10px;
  }
  .about-content .btn-area {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .about-section {
    padding: 70px 0;
  }
  .about-thumb {
    margin-bottom: 30px;
  }
  .about-content .subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #f9a392;
    margin-bottom: 5px;
    display: block;
  }
  .about-content .title {
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
  }
  .about-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-content .about-list li {
    color: #fff;
    margin-bottom: 5px;
  }
  .about-content .btn-area {
    margin-top: 25px;
  }
}
/* about end */
/* service here */
@media screen and (max-width: 575px) {
  .service-section {
    padding: 80px 0;
    background: #e2dbd9;
  }
}
/* service end */
/* Expart here */
@media screen and (max-width: 575px) {
  .expart-section {
    background: #040201;
    padding: 70px 0;
  }
  .expart-items {
    transition: all 1s !important;
  }
  .expart-items .artist-thumb {
    max-width: 300px;
    max-height: 300px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 3s;
    text-align: center;
    margin: 0 auto;
  }
  .expart-items .artist-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }
}
/* Expart end */
/* user here */
@media screen and (max-width: 575px) {
  .user-section {
    padding: 60px 0;
  }
}
/* user end */
/* Testimonial here */
@media screen and (max-width: 575px) {
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-items p {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
}
/* Testimonial end */
/* blog here */
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-items-space {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 575px) {
  .thum-wrapper {
    position: relative;
    padding: 5px 5px;
  }
  .thum-wrapper .owl-nav button.owl-next {
    color: var(--theme-one);
    position: absolute;
    right: 53px;
    top: 50%;
    font-size: 150px;
    transform: translate(-50%, -50%);
  }
  .thum-wrapper .owl-nav button.owl-prev {
    color: var(--theme-one);
    left: 92px;
    font-size: 150px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .blog-wrapper .blog-left-bar .blog-left-items-two {
    padding: 30px 10px !important;
  }
  .blog-wrapper .blog-left-bar .blog-left-items {
    background: #0f0505;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .thumb {
    width: 100%;
    position: relative;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .thumb img {
    width: 100%;
    height: 100%;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .thumb .date {
    display: none;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content {
    padding: 40px 10px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content .user-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content .user-area li {
    color: #777;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content .user-area li:not(:last-child) {
    border-right: 1px solid #777;
    padding-right: 15px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content .user-area li:not(:first-child) {
    padding-left: 15px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content .user-area i {
    color: var(--theme-one);
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content .title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items .content p {
    color: #777;
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .thumb {
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment .title {
    margin-bottom: 1px;
    font-size: 24px !important;
    color: var(--white-color);
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment .date {
    color: var(--white-color);
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment-reply {
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 70px;
    padding: 8px 20px;
    transition: all 0.3s;
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper .content-comment-area .comment-reply:hover {
    background: var(--theme-one);
    color: var(--white-color);
  }
  .blog-wrapper .blog-left-bar .blog-left-items-comment .comment-itmes .content-comment-wrapper p {
    font-size: 17px;
    color: var(--paragraph-color);
  }
}
/*------Blog end--------*/
/* news here */
@media screen and (max-width: 1199px) {
  .news-section {
    padding: 60px 0;
  }
  .new-items .news-content {
    background: #fff;
    padding: 25px 20px;
  }
  .new-items .news-content .title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #040201;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .new-items .news-content .comment-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
  }
  .new-items .news-content .comment-area li:not(:last-child) {
    margin-right: 20px;
  }
  .new-items .news-content p {
    margin-bottom: 15px;
    color: #040201;
  }
  .new-items .news-content .btn-three {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .news-section {
    padding: 60px 0;
  }
  .new-items .news-content {
    background: #fff;
    padding: 25px 20px;
  }
  .new-items .news-content .title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #040201;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .new-items .news-content .comment-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
  }
  .new-items .news-content .comment-area li:not(:last-child) {
    margin-right: 20px;
  }
  .new-items .news-content p {
    margin-bottom: 15px;
    color: #040201;
  }
  .new-items .news-content .btn-three {
    margin-top: 25px;
  }
}
/* news end */
/* Newsletter here */
@media screen and (max-width: 1199px) {
  .newsletter-content {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .newsletter-content {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
  }
  .newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newsletter-form input {
    height: 55px;
    border: none;
    border-radius: 0;
    color: #040201;
    padding: 5px 20px;
    width: 60%;
  }
  .newsletter-form .join-btn {
    display: block;
    background: #040201;
    line-height: 55px;
    padding: 0 25px;
    height: 55px;
    text-transform: uppercase;
  }
  .newsletter-form .join-btn .btns {
    color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .newsletter-section {
    background: #f9a392;
    padding: 60px 0;
  }
  .newsletter-content {
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
  }
  .newsletter-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsletter-form input {
    height: 55px;
    border: none;
    border-radius: 0;
    color: #040201;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 15px;
  }
  .newsletter-form .join-btn {
    display: block;
    background: #040201;
    line-height: 55px;
    padding: 0 25px;
    height: 55px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .newsletter-form .join-btn .btns {
    color: #fff;
  }
}
/*------Newsletter end--------*/
/* footer here */
@media screen and (max-width: 575px) {
  .footer-main-wrapper {
    padding: 60px 0;
  }
}
/* footer end *//*# sourceMappingURL=main.css.map */