@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Play", sans-serif;
}

a {
  text-decoration: none !important;
  transition: 0.3s !important;
}

ul {
  margin-bottom: 0px !important;
  list-style: none !important;
  padding-left: 0px !important;
}

h3 {
  font-size: 40px !important;
  line-height: 1.3em !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

h6 {
  /* font-size: 14px !important; */
  font-size: 27px !important;
  text-transform: uppercase !important;
  /* line-height: 20px !important; */
  letter-spacing: 3px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #d4af37 !important;
}
#c-h6{
  line-height: 40px;
}
.product-section h6 {
  font-size: 25px !important;
}

/* p {
    color: #535353 !important;
    font-size: 18px !important;
    font-family: 'Play', sans-serif;
    line-height: 1.5 !important;
} */

.top-header {
  height: 46px;
  background-color: #1e1915;
  display: flex;
  align-items: center;
}

.head-links {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 2;
}

.head-links ul {
  display: flex;
  flex-direction: column;
}

.head-links ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #000;
  /* border-radius: 5px 0px 0px 5px; */
  /* cursor: pointer; */
  /* margin-bottom:10px; */
  /* position: relative;
    right: -85px; */
  transition: 0.5s;
  animation: hide 0.5s linear 1;
  position: fixed;
  right: -1314px;
}

.li-top {
  border-radius: 5px 0px 0px;
  top: 45%;
}

.sec-li {
  top: 51.8%;
}

.third-li {
  top: 58.4%;
}

.li-bottom {
  top: 65.2%;
  border-radius: 0px 0px 0px 5px;
}

/* @keyframes hide{
    0%{
        transform: translateX(100px);
    }
    100%{
        transform: translateX(0px);
    }
} */
.head-links ul .li-hvr:hover li {
  transform: translateX(-80px);
}

.head-links ul li .a-fb {
  display: block;
  padding: 10px;
  background-color: #375197;
  color: #fff;
  border-radius: 5px 0px 0px;
  width: 35px;
}

.head-links ul .a-tw {
  display: block;
  padding: 10px;
  background-color: #4ca2e5;
  color: #fff;
  width: 35px;
  border-radius: none !important;
}

.head-links ul .a-li {
  display: block;
  padding: 10px;
  background-color: #0071ae;
  color: #fff;
  width: 35px;
  border-radius: none !important;
}

.head-links ul .a-in {
  display: block;
  padding: 10px;
  background-color: #a232a6;
  color: #fff;
  border-radius: 0px 0px 0px 5px;
  width: 35px;
}

.head-links ul .li-hvr:first-child span {
  background-color: #000;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
  transition: 0.5s;
}

.head-links ul .li-hvr:nth-child(2) span {
  background-color: #000;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
  /* display: none; */
}

.head-links ul .li-hvr:nth-child(3) span {
  background-color: #000;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
  /* display: none; */
}

.head-links ul .li-hvr:last-child span {
  background-color: #000;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
  /* display: none; */
}

.head-links i {
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.head-links li:hover a i {
  color: #fff;
}

.head-info {
  display: flex;
  justify-content: end;
}

.head-info a {
  color: #b0b6bc;
  font-size: 14px;
  margin-right: 15px;
}

.head-info li:last-child a {
  margin-right: 0px;
}

.head-info a:hover {
  color: #fff;
}

.head-info i {
  color: #b0b6bc;
  font-size: 14px;
  margin-right: 8px;
}

.head-appo {
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #b0b6bc;
  /* background-color: #B19777; */
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}

.head-appo:hover {
  background-color: #b8bdc3;
}

.head-appo i {
  color: #fff;
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .head-left {
    display: none;
  }

  .head-info {
    justify-content: center;
  }

  .appo-hide {
    display: none;
  }

  .search-btn {
    position: absolute;
    top: 28px !important;
    right: 80px !important;
    padding-left: 0px !important;
  }

  .navbar .search-btn button i {
    font-size: 28px !important;
    color: #d4af37 !important;
  }
}

@media screen and (max-width: 767px) {
  .head-info li:nth-child(2) {
    display: none;
  }

  .search-btn {
    position: absolute;
    top: 30px !important;
    right: 75px !important;
    padding-left: 0px !important;
  }

  .navbar .search-btn button i {
    font-size: 25px !important;
    color: #d4af37 !important;
  }

  .head-info li:nth-child(3) {
    display: none !important;
  }
}

/* Navbar  */
.navbar {
  background-color: #fff;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: sticky !important;
  top: -1px;
  z-index: 1000;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.navbar span {
  font-size: 14px;
}

.navbar .nav-pos {
  position: relative;
}

.navbar .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: end;
}

.navbar .navbar-nav a {
  text-transform: uppercase;
  color: #1e1915;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
}


.navbar-nav li {
  padding: 0px 20px 0px 20px !important;
  position: relative;
  display: flex;
  flex-direction: row;
}

.nav-link {
  padding: 37px 0px 37px 0px !important;
  position: relative;
  display: block;

  
}


.nav-link::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0;
  opacity: 0;
  height: 2%;
  background-color: #d4af37;
  /* background-color: #B19777 !important; */
  transition: 0.4s;
}

 #all-product-con{

display: flex;
width: 90%;
border-bottom: 1px solid black;
margin: auto;
 }
.navbar .dropdown-menu .dropdown-item {
  color: #1e1915 !important;
}

.navbar .dropdown-menu i {
  display: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
  color: #d4af37 !important;
}

.nav-item:hover .nav-link::before {
  opacity: 1;
  width: 100%;
}

.navbar .navbar-nav li:hover a {
  color: #d4af37;
  /* color: #B19777 !important; */
}

.dropdown-menu ul {
  width: 185px;
  position: absolute;
  left: -184px;
  top: 0;
  background-color: #fff;
  padding: 30px 0px;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%) !important;
  opacity: 0;
  transition: 0.3s;
  transform: rotateX(90deg);
  z-index: -9 !important;
  text-align: center;
}

.dropdown-menu li:hover ul {
  opacity: 1;
  z-index: 1;
  transform: rotateX(0deg);
}

.navbar .dropdown-menu a {
  color: #1e1915 !important;
}

.navbar .dropdown-menu a:hover {
  color: #d4af37 !important;
}

@media screen and (max-width: 991px) {
  .dropdown-menu ul {
    width: 100% !important;
    position: inherit !important;
    margin: 0px 0px;
    left: 0px;
    opacity: 1 !important;
    z-index: 9 !important;
    transform: none !important;
    display: none;
    padding: 15px 0px;
  }

  .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .navbar .dropdown-menu i {
    display: block !important;
  }

  .navbar-nav .dropdown-menu {
    position: absolute !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    overflow: scroll;
    height: 70vh;
  }

  /* .dropdown-menu li:hover > ul{
        display: block;
    } */
}

.dropdown-menu ul a {
  color: #1e1915 !important;
}

.dropdown-menu ul a:hover {
  color: #d4af37 !important;
}

/* .navbar .search {
  padding-left: 40px;
} */

.navbar .search-btn button {
  border: none;
  background-color: transparent;
}

.navbar .search button:hover i {
  color: #d4af37;
}

.navbar .search-btn button i {
  font-size: 18px;
  color: #d4af37;
  transition: 0.3s;
}

.appo-hide {
  display: none !important;
}

.search .modal-cont-width {
  width: 100%;
  background-color: #fff;
}

.search .modal-dialog {
  margin: 0px !important;
  max-width: 100%;
}

.search .modal-content {
  width: 70%;
  margin: auto;
}

.search .form form {
  width: 87%;
  margin: auto;
  position: relative;
}

.search .form form input {
  width: 100%;
  padding: 15px 55px 15px 20px;
  outline: none;
  transition: 0.3s;
  border: 1px solid #b8bdc3;
  border-radius: 3px;
  font-size: 14px;
}

.search .form form input:hover {
  border: 1px solid #b19777;
}

.search .form form button {
  position: absolute;
  top: 1px;
  right: 2px;
  width: 55px;
  height: 97%;
  border: none;
  padding: 0px;
  background-color: #fff;
}

.search .modal-body {
  padding: 40px 15px !important;
  position: relative !important;
}

.search .close-btn {
  position: absolute;
  top: 8%;
  right: 8%;
  font-size: 12px;
}

.search .btn-close button {
  border: none;
  background-color: #fff;
}

.modal {
  --bs-modal-border-width: 0px !important;
  left: 0 !important;
}

.search .btn:focus {
  background-color: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 991px) {
  .search .modal-content {
    width: 100%;
  }

  .search .form form {
    width: 100%;
  }

  .search .close-btn {
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .search .close-btn {
    right: 4%;
  }
}

/* .modal{
    width: 0px !important;
} */
/* .search-bar{
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0.4;
}
.seacrch-sec{
    width: 100%;
    background-color: #fff;
    padding: 40px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index:10001;
    display: none;
}
.seacrch-sec .form form{
    width: 70%;
    margin: auto;
    position: relative;
}
.seacrch-sec .form form input{
    width: 100%;
    padding: 15px 55px 15px 20px;
    outline: none;
    transition: .3s;
    border:1px solid #b8bdc3;
    border-radius: 3px;
    font-size: 14px;
}
.seacrch-sec .form form input:hover{
    border:1px solid #B19777;
}
.seacrch-sec .form form button{
    position: absolute;
    top: 1px;
    right: 2px;
    width: 55px;
    height: 97%;
    border: none;
    padding: 0px;
    background-color: #fff;
}
.close-btn{
    position: absolute;
    top: -60%;
    right: -20px;
} */
.dropdown-item {
  white-space: break-spaces !important;
}

.dropdown-menu {
  width: 270px;
  /* height: 300px;
    overflow-Y: scroll; */
  background-color: #fff !important;
  top: 98% !important;
  padding: 30px 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%) !important;
}

.dropdown-menu a {
  padding: 8px 0px 7px;
  font-size: 13px !important;
}

.dropdown-menu a:hover {
  background-color: #fff;
}

.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb {
  background: #b0b6bc;
  border-radius: 10px;
  transition: 0.3s;
}

/* Handle on hover */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #b0b6bc;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff !important;
  }

  .nav-link {
    padding: 15px 20px !important;
    margin: 0px 20px !important;
    border-bottom: 1px solid #000;
  }

  .dropdown-menu {
    width: 100%;
    padding: 10px 20px !important;
  }

  .dropdown-menu li {
    border-bottom: 1px solid #000;
    margin: 0px 30px;
    flex-direction: column;
    padding: 5px 0px 5px !important;
  }

  .navbar-nav li:last-child a {
    border-bottom: none;
  }

  .nav-link::before {
    position: static;
  }

  .dropdown-menu a {
    display: flex !important;
    justify-content: space-between;
    color: #1e1915 !important;
  }

  .search-btn {
    right: 16px !important;
  }
}

/* Search-bar  */
/* .search .search-back{
    margin: 0 !important;
}
.search .search-bar{
    width: 100%;
} */
.search-sec {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.search-box {
  width: 100%;
  padding: 40px 15px;
  background-color: #fff !important;
  z-index: 110000;
  opacity: 1 !important;
  position: fixed;
  top: 0;
  left: 0;
}

/* Carousel  */
/* .carousel {
    background-image: url(../img/carousel-vid.mp4);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
} */
.carousel {
  position: relative;
  /* height: 500px; */
  overflow: hidden;
  z-index: 10;
}

/* video carusal upper start */
.main-section .carousel-inner {
  position: absolute;
  bottom: -10px;
}

.carousel h2 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 20px;
  text-align: center;
}

.carousel-item {
  position: relative;
}

.carousel-cont {
  position: relative;
  text-align: center;
  bottom: 40%;
  left: 0;
  transform: translate(-0%, -6%);
  /* /* z-index: 2; */
  height: 500px;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

.carousel a {
  background-color: transparent;
  padding: 12px 50px;
  border: 2px solid #b0b6bc;
  border-radius: 50px;
  color: #b0b6bc;
  font-weight: 700;
  padding: 12px 30px;
  font-size: 16px;
}

.carousel a:hover {
  background-color: #b0b6bc;
  color: #000;
}

/* @media screen and (max-width:800px) {
  .main-section .carousel-inner {
    display: none;
  }

  .carousel h2 {
    font-size: 30px;
  }

  .carousel-cont {
    bottom: -84px;

  }
} */
@media screen and (max-width: 992px) {
  .carousel-cont {
    bottom: -84px;
  }

  .carousel h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .carousel h2 {
    font-size: 26px;
    /* text-align: center; */
  }

  /* .carousel-cont {
    align-items: center;
  } */

  .carousel-cont {
    bottom: -110px;
  }
}

@media screen and (max-width: 500px) {
  .carousel h2 {
    font-size: 13px !important;
    /* text-align: center; */
  }


  .carousel-cont {
    bottom: -180px !important;
  }
}

@media screen and (max-width: 400px) {
  .carousel-cont {
    bottom: -210px !important;
  }
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-item .nav-link i {
  font-size: 18px;
  margin-left: 7px;
  margin-bottom: -10px;
}

.nav-item .nav-link .fa-sort-desc:before,
.nav-item .nav-link .fa-sort-down:before {
  position: absolute;
  top: 10px;
}

/* video carusal upper end */

/* .carousel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
} */



#background-video {
  /* min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0; */
}

#background-mobile-video {
  /* min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0; */
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 !important;
}

@media (max-width: 576px) {
  #background-video {
    display: none !important;
  }

  #background-mobile-video {
    display: block;
  }
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3 !important;
}



/* @media screen and (max-width: 480px) {
  .carousel h2 {
    font-size: 25px !important;
  }
} */

/* About  */
.about {
  padding: 150px 0px 90px 0px;
}

.about .about-img {
  padding: 0px 50px;
  position: relative;
}

.about .about-img img {
  width: 100%;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.about-front {
  z-index: 1;
}

.about .about-back {
  position: absolute;
  top: -65px;
  left: -65px;
  z-index: -1;
  /* margin-right: 60px; */
  padding: 0px 50px;
}

.about .about-back img {
  width: 100%;
}

.abt-ltl-img {
  transition: 0.3s;
}

.abt-ltl-img img {
  width: 100%;
}

.abt-ltl-img:hover {
  transform: translateY(-10px);
}

.about p {
  color: #535353 !important;
}

.btn-one {
  margin-top: 40px;
  display: inline;
}

.btn-one a {
  padding: 10px 38px;
  background-color: transparent;
  border: 1px solid #d4af37;
  text-transform: uppercase;
  font-size: 16px;
  /* font-weight: 600; */
  color: #000;
  position: relative;
  z-index: 2;
  display: inline;
}

.btn-one a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #1e1915;
  transition: 0.3s;
  z-index: -1;
}

.btn-one i {
  font-size: 13px;
  margin-left: 7px;
  transition: 0.3s;
}

.btn-one:hover i {
  transform: translateX(5px);
  color: #fff;
}

.btn-one:hover a::after {
  height: 100%;
}

.btn-one:hover a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .about {
    padding: 70px 0px 70px 0px;
  }

  .about-pos {
    display: flex;
  }

  .about-cont {
    margin-bottom: 30px;
    text-align: center !important;
  }

  .about .about-img {
    /* padding: 0px 0px 0px 100px; */
    margin-bottom: 50px;
  }

  .about .about-back {
    position: relative;
    top: 0;
    left: 0;
    /* margin-left: 60px;
        margin-right: 0px; */
  }
}

@media screen and (max-width: 767px) {
  .about .about-back {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .about .about-img {
    padding: 0px;
  }

  .about-cont {
    margin-bottom: 15px !important;
  }

  h3 {
    font-size: 30px !important;
  }
}

/* What-Do  */
.boxpp {
  /* width: 250px;
    height: 250px; */
  perspective: 2000 !important;
  transition: 1s;
}

.boxp {
  /* width: 250px;
    height: 250px; */
  position: relative;
  transition: 0.5s;
}

.what-do-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
  padding: 50px 40px;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.what-do .what-do-box h5 {
  color: #000 !important;
}

.what-do .what-do-box p {
  color: #535353 !important;
}

.what-do .what-do-box2 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
  padding: 50px 40px;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  z-index: 1;
  background-image: url(../img/what-do/resi.jpg);
  background-size: cover;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.luxury {
  background-image: url(../img/what-do/luxury.jpg) !important;
  background-size: cover;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.commer {
  background-image: url(../img/what-do/commer.jpg) !important;
  background-size: cover;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.hospi {
  background-image: url(../img/what-do/hospi.jpg) !important;
  background-size: cover;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.what-do-box2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.what-do .what-do-box2 .what-do-icon,
h5,
p {
  position: relative;
  z-index: 2;
  /* color: #fff !important; */
}

.boxpp:hover .boxp {
  transform: rotateY(180deg);
  transition: 0.5s;
  transform-style: preserve-3d;
}

.what-do {
  background-color: #f3f3f3;
  padding: 45px 0px 20px 0px;
  height: 634px;
}

.what-do-box2 img {
  width: 45%;
}

.what-do-box img {
  width: 45%;
}

.what-do-box h5 {
  margin: 24px 0px 16px;
  font-weight: 700;
  font-size: 18px;
}

.what-do-box p {
  margin-bottom: 0px !important;
  font-size: 15px !important;
}

.what-do-box2 h5 {
  margin: 24px 0px 16px;
  font-weight: 700;
  font-size: 18px;
}

.what-do-box2 p {
  margin-bottom: 0px !important;
  font-size: 15px !important;
}

/* Testimonial */
/* .item{
    color: #000;
    background: linear-gradient(rgba(255, 255, 255, 0.699),rgba(255, 255, 255, 0.712)),url('../img/gallery/gall-4b.jpg');
    padding: 35px 15px;
    border-radius: 15px;
}
.item div p{
    color: #000 !important;
} */
.item div {
  text-align: center;
}

.item div div {
  padding: 10px 0px;
  color: #333;
}

/* .what-do-icon{
    transform: rotateY(180deg);
} */
@media screen and (max-width: 991px) {
  .what-do {
    padding: 70px 0px 70px 0px;
    height: auto;
  }

  .what-do-box {
    position: relative;
  }

  .boxpp {
    margin-bottom: 30px;
  }

  .what-do .what-do-box2 {
    width: 100%;
  }
}

/* Gallery  */
.gallery {
  /* padding: 90px 0px 90px 0px; */
  /* padding: 24px 0 70px; */
  margin-top: 0px;
}

.gallery-index {
  padding: 30px 0 20px;
}

.gallery .gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery .gallery-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.459);
  opacity: 0;
  z-index: 1;
  transition: 0.4s;
}

.gallery .gallery-back:hover .gallery-image a::after {
  opacity: 1;
}

.gallery .gallery-image img {
  width: 100%;
  transition: 0.3s;
}

.gallery .gallery-back:hover .gallery-image img {
  transform: scale(1.1);
}

.gallery .up {
  position: absolute;
  top: -380%;
  opacity: 0;
  left: 0;
  transition: 0.3s ease;
  z-index: 2;
}

.gallery .up::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #d4af37;
}

.gallery .down {
  position: absolute;
  top: 0%;
  left: -380%;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}

.gallery .down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #d4af37;
}

.gallery .gallery-image:hover .up {
  top: 0px;
  left: 24px;
  opacity: 1;
}

.gallery .gallery-image:hover .down {
  top: 25px;
  left: 0px;
  opacity: 1;
}

.gallery a {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 8px;
  padding-bottom: 8px; */
}

.hoveeer {

  border: 1px solid #000;
  padding: 10px;
  margin: 0 32px;
  /* margin: 10px 0; */
}

.hoveeer .cat-btn {}

.cat-btn:hover i {
  /* color: #0d6efd; */
  /* font-weight: bold; */
}

.cat-btn {
  /* border: 1px solid #000; */
  /* width: 10%; */
  color: #25d366;
  font-weight: bold;
  font-size: 21px;
}

.cat-btn:hover {
  color: #25d366;
}

.cat-btn i {
  color: #25d366;
  font-size: 17px;
  margin-right: 6px;
}

/* .gal-plus{
    width: 100%;
    height: 100%;
} */
.gal-plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-pos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 51px;
  height: 50px;
}

.vew-btn {
  font-size: 20px;
  font-weight: 400;
  color: #25d366;
  text-decoration: none;
}

.vew-btn:hover {
  color: #25d366;
}

/* product Section START */
.corse-card {
  border: 1px solid #f1f1f1;
  transition: 0.5s;
}

.corse-card:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
}

.corse-card img {
  width: 100%;
  position: relative;
}

.corse-card img::after {
  position: absolute;
  content: " ";
  width: 50px;
  height: 50px;
  background: url("../images/profesor.jpg") no-repeat;
  background-size: contain;
  bottom: 0px;
  left: 50%;
  z-index: 9;
}

.corse-card p {
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 0;
  /* background: #D4AF37; */
  /* color: #fff; */
}

.corse-card a {
  text-decoration: none;
  color: #444;
}

/* Product Section END */
@media screen and (max-width: 991px) {
  .gallery {
    padding: 70px 0px 70px 0px;
  }

  .gal-plus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gal-pos {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    width: 51px;
    height: 50px;
  }

  .gallery .up {
    top: 0px !important;
    left: 23px !important;
  }

  .gallery .down {
    top: 25px !important;
    left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .gal-plus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gal-pos {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    width: 103px;
    height: 100px;
  }

  .gallery .up {
    top: 0px !important;
    left: 50px !important;
  }

  .gallery .down {
    top: 50px !important;
    left: 0px !important;
  }

  .gallery .up::after {
    height: 100px;
  }

  .gallery .down::after {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .gallery .up::after {
    height: 50px;
  }

  .gallery .down::after {
    width: 50px;
  }

  .gallery .up {
    top: 22px !important;
    left: 50px !important;
  }

  .gallery .down {
    top: 50px !important;
    left: 25px !important;
  }
}

/* Testimonial  */
.review {
  background-color: #f3f3f3;
  padding: 90px 0px;
}

.revieww-two {
  background: #f3f3f3;
  /* margin-top: -22px; */
  margin-bottom: 8px;
}

.revieww-two a {
  font-size: 12x;
}

/* .owl-carousel .owl-item img {
  display: inline !important;
} */
.owl-nav {
  /* display: none !important; */
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

.owl-prev {
  position: absolute;
  top: -158px;
  left: -35px;
}

.owl-prev:hover {
  color: #000 !important;
}

.owl-next {
  position: absolute;
  top: -158px;
  right: -35px;
}

.owl-next:hover {
  color: #000 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}

.owl-dots {
  /* padding: 20px 0px; */
  display: none;
}
.test-titl{
  font-size: 11px;
    margin-bottom: 14px;
}

.test-titl span {
  color: #D4AF37;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1198px) {
  .owl-prev {
    top: -120px;
  }

  .owl-next {
    top: -120px;
  }
}

@media (max-width: 541px) {
  .owl-prev {
    display: none !important;
  }

  .owl-next {
    display: none !important;
  }
}

/* .owl-theme .owl-dots .owl-dot span {
  background: #586e9c88 !important;
} */
/* .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2e4579 !important;
} */

@media screen and (max-width: 991px) {
  .review {
    padding: 70px 0px 70px 0px;
  }

}

.product-con{
  width: 100%;
  display: flex;
}

@media screen and (max-width: 500px) {
  .about-cont h3 {
    font-size: 17px !important;
  }

  .about-cont .pt-5 {
    padding-top: 0 !important;
  }

  .about {
    padding: 40px 0 5px !important;
  }

  #product h3 {
    font-size: 17px !important;
  }

  .corse-card a {
    font-size: 13px;
  }

  .corse-card p {
    padding: 6px 0;
  }

  .vew-btn {
    font-size: 14px;
  }

  .what-do {
    padding: 30px 0 0;
  }

  .what-do h3 {
    font-size: 17px !important;
  }

  .tes-text p {
    font-size: 10px;
    margin-bottom: 0;
  }

  .reviewww h3 {
    font-size: 17px !important;
  }


  .test-titl{
    font-size: 6px !important;
  
        margin-bottom: 14px;
  
 
  }


  .test-titl span {
    font-size: 6px !important;
  }

  .btn-one a {
    font-size: 8px;
    padding: 8px 18px;
  }

  .gallery {
    padding: 10px 0 20px !important;
  }

  .gallery h3 {
    font-size: 17px !important;
  }

  .gallery .gallery-btn-view a {
    font-size: 14px !important;
  }

  .about-section {
    padding: 0 !important;
  }

  .about-section h5 {
    font-size: 18px;
  }

  .about-section p {
    font-size: 13px !important;
  }

  .about-pillars {
    padding: 30px 0 !important;
  }

  .about-pillars .about-pillars-mission {
    margin-top: 0 !important;
  }

  .about-pillars .about-pillars-mission p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 0;
  }

  .contentBx .card .textBx h2 {
    font-size: 12px !important;
  }

  .contentBx .card .textBx span {
    font-size: 7px !important;
  }

  .gallery h4 {
    font-size: 17px;
    margin-top: 7px !important;
  }

  .gallery a {
    font-size: 14px;
  }

  .gallery .cat-btn i {
    font-size: 14px !important;
  }

  .gallery .cat-para {
    font-size: 14px;
  }

  .main-contact .container {
    padding: 10px 0 !important;
  }

  .main-contact h4 {
    font-size: 15px;
  }

  .about-cont p {
    /* text-align: l !important; */
    font-size: 11px !important;
  }

  .icon-section p {
    font-size: 13px;
    margin-bottom: 1px;
  }

  .form-box .estate {
    font-size: 13px;
  }

  .form-box .form-label {
    font-size: 12px;
  }

  .form-box .form-control {
    font-size: 12px !important;
  }

  .form-box textarea {
    height: 100px !important;
  }

  .form-box .submit-btn {
    font-size: 12px;
    /* padding: 6px 10px !important; */
  }

  .gallery h3 {
    font-size: 16px !important;
  }

  /* .gallery p {
    font-size: 11px !important;
  } */

  /* #gallery .about-heading h5 {
    font-size: 20px !important;
  } */

  .product-content p {
    font-size: 17px !important;
  }
}

/* Testimonial-End  */
.about-section {
  padding: 60px 0;
}

/* Footer  */
.footer {
  padding-top: 60px;
  background-image: url(../img/footer-back6.jpg);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 25px;
  position: relative;
  margin-top: -7px;
}

.footer::after {
  content: "";
  position: absolute;
  background-color: #292e34;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}

.z-ind {
  z-index: 2;
}

.footer h6 {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 30px;
}

.footer p {
  color: #9b9b9b !important;
  font-size: 16px !important;
}

.footer-icon {
  margin-top: 20px;
  display: flex;
}

.footer-icon a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #292e34;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #ffffff1a;
  padding: 0px !important;
}

.footer-icon a:hover {
  background-color: #b0b6b4;
}

.footer-icon a:hover i {
  color: #292e34;
}

.footer-icon i {
  color: #b0b6b4;
  font-size: 13px;
  transition: 0.3s;
}

.footer-link {
  padding-left: 45px;
}

.footer .footer-link a {
  color: #9b9b9b;
  padding-bottom: 5px;
  display: block;
}

.footer .footer-link a:hover {
  color: #b8bdc3;
}

.footer-ser {
  padding-left: 25px;
}

.footer-ser .hide {
  opacity: 1;
}

.footer .footer-ser a {
  color: #9b9b9b;
  padding-bottom: 5px;
  display: block;
}

.footer .footer-ser a:hover {
  color: #b8bdc3;
}

.footer-dit ul li {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.footer-dit i {
  margin-right: 15px;
  color: #b0b6b4;
  font-size: 14px;
}

.footer-dit a {
  color: #9b9b9b;
  display: block;
  width: 100%;
}

.footer-dit a:hover {
  color: #b8bdc3;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding: 25px 30px;
  background-color: #292e34;
  color: #fff;
   text-align: center;

   display: flex;
   align-items: center;
}

.footer-bottom p {
  margin-bottom: 0px;
  font-size: 16px !important;
  color: #9b9b9b !important;

  text-align: center;
}

.footer-bottom span {
  color: #b0b6b4;
  font-weight: 600;
}

.footer-bottom a {
  /* color: #b0b6b4; */
  color: #292e34;
  font-weight: 600;
  cursor: default;
}

.footer-bottom a:hover {
  /* color: #b8bdc3; */
  color: #292e34;
}

@media screen and (max-width: 991px) {

  .footer-link,
  .footer-ser {
    padding-left: 0px;
  }

  /* .footer-ser {
    margin-bottom: 40px;
  } */
}

@media screen and (max-width: 767px) {
  .footer {
    background-size: cover;
  }

  /* .footer-ser .hide{
        display: none;
    } */
}

@media screen and (max-width: 654px) {
  .footer-bottom p {
    padding-left: 0px;
  }

  .footer-bottom a {
    display: none;
  }
}

#back-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  width: 43px;
  font-size: 23px;
  font-weight: 900;
  position: fixed;
  text-align: center;
  right: 34px;
  bottom: 17px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  background-color: #d4af37;
  z-index: 5 !important;
}

#back-top i {
  color: #fff;
  font-size: 18px;
}

.float-icons {
  position: fixed;
  left: 34px;
  bottom: 17px;
  z-index: 10;
}

.float-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  width: 43px;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  background-color: #25d366;
  margin-bottom: 10px;
  position: relative;
}

.float-icons a::before {
  content: "Chat With Us";
  position: absolute;
  top: 15%;
  right: -135px;
  border-radius: 50px;
  width: 130px;
  font-size: 13px;
  display: flex;
  height: 70%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #25d366;
  line-height: 2.5;
  display: none;
  box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
  transition: 0.3s ease-out;
  animation: whats 0.5s linear 1;
}

@keyframes whats {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  30% {
    transform: translateX(5px);
    opacity: 1;
  }

  70% {
    transform: translateX(10px);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

.float-icons:hover a::before {
  display: block;
}

.float-icons a:last-child {
  margin-bottom: 0px;
}

.float-icons a:last-child i {
  font-size: 18px;
}

.float-icons i {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #back-top {
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .float-icons {
    left: 10px;
    bottom: 10px;
  }
}

/* color:#1ab8a6;  */

/* color: #DAA14B;   */

/* color: #D4AF37; Matelic Gold */

/* color :#4A4E50; For top Header */
/*------------ ABOUT SECTION START ----------*/
.about-bgimg img {
  width: 100%;
}

.about-bgimg {
  position: relative;
}

.heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.heading h1 {
  color: #fff !important;
  font-weight: bold;
  font-size: 50px;
}

@media (max-width: 300px) {
  .heading h1 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .heading h1 {
    font-size: 14px;
  }
}

.about-us-heading h4 {
  color: #000;
  font-size: 45px;
}

.about-content {
  /* color: rgb(40, 35, 35); */
  text-align: justify;
}

.about-cont p {
  font-size: 18px;
  margin-bottom: 0;
}

.about-img-box {
  position: relative;
  width: 100%;
  transition: 0.5s;
}

.about-img-box .cont-imgg {
  overflow: hidden;
}

.about-img-box .cont-imgg:hover img {
  transform: scale(1.4);
  transition: .9s;

}


.image {
  display: block;
  width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2a2c2d89;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.9s ease;
}

.about-img-box:hover .overlay {
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .about-img-box {
    width: 100%;
  }
}

/*--------MEET OUR TEAM --------*/
.img-box img {
  height: 100%;
  width: 100%;
  transition: 1s;
}

.content {
  color: #444040;
  font-size: 15px;
  font-family: sans-serif;
  /* transform: rotate(-15deg); */
}

.img-box img:hover {
  border-radius: 20px;
  transform: scale(1.1);
}

.mycard {
  padding: 25px;
}

.mycard:hover {
  box-shadow: 2px 2px 5px;
}

/* Image section */
.img-box {
  overflow: hidden;
}

/*  ------------ WHAT WE WORK ON ----------*/
.card-box {
  width: 80%;
  border: 1px solid black;
}

/*--------- contact section start --------*/
.fa-solid {
  color: #d4af37;
  font-size: 30px;
}

.con-col {
  display: grid;
  place-items: center;
}

.box {
  position: relative;
  width: 90%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  background: linear-gradient(0deg, transparent, black, black);
  animation: animate 6s linear infinite;
}

.box::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  background: linear-gradient(0deg, transparent, #d4af37, #d4af37);
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.form-box {
  position: absolute;
  inset: 2px;
  background-color: white;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .form-box {
    position: relative;
  }

  .box {
    height: 100%;
  }
}

.submit-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

.submit-btn:hover {
  border: 1px solid black;
  color: #000;
  background-color: white;
  font-weight: bold;
}

/*------------product section start ------------*/
.product-content {
  text-align: justify;
}

.product-content p {
  font-size: 20px;
}

/* product gellery */
/* GALLERY Section */
.img {
  width: 100%;
}

.myfun {
  flex-basis: 24%;
}

.myfun img {
  width: 100%;
  border-radius: 5px;
  transition: 1s;
}



/* index page testimonial text start */
.tes-text {
  background: #fff;
  border: 2px solid #d4af37;
  margin-top: 10px;
  border-radius: 0 0 10px 30px;
}

.tes-text .tes-icon {
  color: #d4af37;
  font-size: 16px;
}

.tes-text p {
  margin-top: 8px;
  height: 60px;
}

@media (max-width: 767px) {
  .tes-text {
    font-size: 13px;
  }

  .tes-text .tes-icon {
    font-size: 13px;
  }
}

/* index page testimonial text end */

/* ============================ */
header {
  z-index: 999;
  position: relative;
  top: 0;
  left: 0;
  /* box-shadow: 0 5px 25px rgb(0 0 0 / 20%); */
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.582); */
  /* background: transparent; */
  /* padding: 0 100px; */
  transition: 0.6s;
}

/* header .logo{
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
} */

header .navigation {
  position: relative;
  line-height: 75px;
}

header .navigation .menu {
  position: relative;
  display: flex;
  justify-content: end;
  list-style: none;
  user-select: none;
}

.menu-item>a {
  /* color: #000;
  font-size: 1em;
  text-decoration: none;
  margin: 20px;
  padding: 25px 0px; */
  position: relative;
  text-transform: uppercase;
  color: #1e1915;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  /* margin: 20px; */
  padding: 0px 20px;
}

.menu-item>a:hover {
  color: #d4af37;
  /* font-weight: 500;
  transition: 0.3s; */

}

.menu-item>a::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 15px;
  width: 0;
  opacity: 1;
  height: 3%;
  background-color: #d4af37;
  /* /* background-color: #B19777 !important; */
  transition: 0.4s;
}

.menu-item>a:hover::before {
  width: 75%;
}

.menu-item .sub-menu {
  position: absolute;
  background: #fff;
  top: 74px;
  line-height: 40px;
  padding: 0px !important;
  list-style: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  /* border-top: 5px solid #7AAD6A; */
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

.menu-item:hover .sub-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.menu-item .sub-menu .sub-item {
  position: relative;
  /* padding: 7px 0; */
  cursor: pointer;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.5);
}

.menu-item .sub-menu .sub-item a {
  color: #1e1915;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 0px 30px;

}

.menu-item .sub-menu .sub-item a:hover {
  color: #d4af37;
}

.menu-item .sub-menu .sub-item:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.more .more-menu {
  position: absolute;
  background: #f2f2f2;
  list-style: none;
  top: 0;
  right: 100%;
  padding: 0px;
  white-space: nowrap;
  /* border-radius: 0 8px 8px 8px; */
  /* border-top: 3px solid #7AAD6A; */
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  transition-property: transform, opacity;
}

.more:hover .more-menu {
  background: white;
  pointer-events: all;
  transform: translateY(0px);
  opacity: 1;
}

.more .more-menu .more-item {
  /* padding: 7px 0; */
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
}

/* .more .more-menu .more-item:hover{
  background: #7aad6ab4;
} */
.menu-btn {
  display: none;
}

/* menu css */
.toggle {
  position: relative;
  width: 55px;
  height: 55px;
  background: transparent;
  /* background: #000; */
  /* box-shadow: 0 10px 20px rgba(248, 242, 242, 0.08); */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.toggle span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #469dff;
  border-radius: 4px;
  transition: 0.5s;
}

.toggle span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
}

.toggle.active span:nth-child(1) {
  width: 40px;
  transform: translateY(0px) rotate(45deg);
}

.toggle span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
}

.toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0px) rotate(315deg);
}

.toggle span:nth-child(3) {
  background: #7aad6a !important;
}

.toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

#mobnav {
  display: none;
}

/* #nav{
  display: block;
} */
@media screen and (max-width: 991px) {
  #mobnav {
    display: block;
  }

  #nav {
    display: none;
  }
}


.testi-para {
  font-size: 22px;
  margin-bottom: 0 !important;
}

.gallery .gallery-btn-view a {
  /* border: 1px solid #000; */
  padding: 10px 0;
  font-size: 18px;
  color: #25d366;
  /* text-transform: uppercase; */
}

.cat-para {
  font-size: 21px;
  text-align: center;
  /* font-weight: bold; */
}



#gallery .about-heading h5 {
  font-size: 30px !important;
  /* border: 1px solid #b19777; */
  /* padding: 20px; */
  color: #D4AF37;
  text-transform: uppercase;
}

#gallery .about-heading h5:hover {
  transform: scale(1.1);
  transition: .9s;
}

.wallpaper-product .wallppr-link {
  background-color: #d4af37;
  padding: 10px;
  text-align: center;
}

.wallpaper-product .wallppr-link p {
  color: #fff;
  margin-bottom: 0 !important;
}


/* about us pillars start */
.about-pillars {
  padding: 60px 0;
  background: #222;
}

.about-pillars .about-pillars-mission {
  /* text-align: center; */
  margin-top: 50px;
  margin-bottom: 70px;
}

.about-pillars .about-pillars-mission h5 {
  color: #d4af37;
  font-size: 30px;
}

.about-pillars .about-pillars-mission p {
  color: #fff;
}

.about-pillars .about-pillars-five {
  display: flex;
  justify-content: center;
  align-items: center;
}

.containe {
  position: relative;
  width: 300px;
  height: 300px;
  border: 2px solid #d4af37;
  border-radius: 50%;
  transform: rotate(18deg);
  /* animation: aa 4s linear infinite; */
}

/* @keyframes aa {
  0%{
    transform: rotate(30deg);
  }
  50%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(60deg);
  }
} */


.containe .icon {
  position: relative;
  left: -50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width:400px) {
  .containe {
    width: 200px !important;
    height: 200px !important;
  }

  .containe .icon .imgBx {
    width: 30px !important;
    height: 30px !important;
    transform-origin: 110px !important;
  }

  .content::before {
    inset: 8px !important;
    border-left: 1px solid #d4af37 !important;
    border-right: 1px solid #fff !important;
  }
}

.containe .icon .imgBx {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .5s;
  border: 1px solid #fff;
  box-shadow: 0 0 0 4px #222,
    0 0 0 6px #fff;
  transform: rotate(calc(360deg/5 * var(--i)));
  transform-origin: 180px;
  z-index: 100;
  overflow: hidden;
  /* overflow: hidden; */
}

.containe .icon .imgBx.active {
  box-shadow: 0 0 0 6px #222,
    0 0 0 12px #d4af37;
}

.containe .icon .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: rotate(calc(-376deg/5 * var(--i)));
  transition: 0.5s;
  filter: grayscale(1);
}

.containe .icon .imgBx.active img {
  filter: grayscale(0);
  /* transform: rotate(calc(-376deg/5 * var(--i))); */


}

.containe .content {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-18deg);
}

.containe .content::before {
  content: '';
  position: absolute;
  inset: 15px;
  border: 4px solid transparent;
  border-left: 4px solid #d4af37;
  border-right: 4px solid #fff;
  border-radius: 50%;
  animation: animate_01 5s linear infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes animate_01 {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

/* .content::after {
  content: '';
  position: absolute;
  inset: 40px;
  border: 4px solid transparent;
  border-left: 4px solid #d4af37;
  border-right: 4px solid #fff;
  border-radius: 50%;
  animation: animate_02 2.5s linear infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes animate_02 {
  0% {
      rotate: 360deg;
  }

  100% {
      rotate: 0deg;
  }
} */

.contentBx {
  position: absolute;
  transform: scale(0);
  transition: 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentBx.active {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.5s;
}

.contentBx .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.contentBx .card .imgBx {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.contentBx .card .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentBx .card .textBx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #222;

}

.contentBx .card {
  border: none;
  outline: none;
}

.contentBx .card .textBx h2 {
  position: relative;
  font-size: .8em;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  /* padding: 20px; */
  margin-bottom: 20px;
  font-weight: bold;
}

.contentBx .card .textBx span {
  font-size: .8em;
  color: #d4af37;
  letter-spacing: 0.1em;
  text-align: center;
}

/* about us pillars end */


.main-contact {
  padding: 40px 0 3px;
}

.main-contact-enqire {
  padding: 5px 0 60px;
}

@media screen and (max-width: 400px) {
  .main-contact-enqire {
    padding: 0 0 25px;
  }

  .main-contact {
    padding: 10px 0 0;
  }

  .about-cont {
    margin-bottom: 0 !important;
  }

  .about-cont h3 {
    font-size: 17px !important;
  }

  .about-cont .pt-5 {
    padding-top: 0 !important;
  }

  .about {
    padding: 24px 0 5px !important;
  }

  .about .about-img {
    margin-bottom: 20px;
  }

  .btn-one i {
    font-size: 7px;
  }

  #product h3 {
    font-size: 18px !important;
  }

  .corse-card a {
    font-size: 13px;
  }

  .corse-card p {
    padding: 6px 0;
  }

  .vew-btn {
    font-size: 14px;
  }

  .what-do {
    padding: 30px 0 0;
  }

  .what-do h3 {
    font-size: 17px !important;
    margin-bottom: 0 !important;
  }

  .tes-text p {
    font-size: 10px;
    margin-bottom: 0;
  }

  .reviewww h3 {
    font-size: 17px !important;
  }

 

  .btn-one a {
    font-size: 8px;
    padding: 8px 18px;
  }

  .gallery {
    padding: 10px 0 0px !important;
  }

  .gallery h3 {
    font-size: 17px !important;
  }

  .gallery .gallery-btn-view a {
    font-size: 14px !important;
    padding: 0 !important;
  }

  .about-section {
    padding: 0 !important;
  }

  .about-section h5 {
    font-size: 18px;
  }

  .about-section p {
    font-size: 13px !important;
  }

  .about-pillars {
    padding: 30px 0 !important;
  }

  .about-pillars .about-pillars-mission {
    margin-top: 0 !important;
    margin-bottom: 45px !important;
  }

  .about-pillars .about-pillars-mission p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 0;
  }

  .contentBx .card .textBx h2 {
    font-size: 8px !important;
  }

  .contentBx .card .textBx span {
    font-size: 10px !important;
    font-weight: bold;
  }

  .gallery h4 {
    font-size: 18px;
    margin-top: 7px !important;
  }

  .gallery a {
    font-size: 14px;
  }

  .gallery .cat-btn i {
    font-size: 14px !important;
  }

  .gallery .cat-para {
    font-size: 14px;
  }

  .main-contact .container {
    padding: 10px 0 !important;
  }

  .main-contact h4 {
    font-size: 18px;
  }

  .about-cont p {
    font-size: 11px !important;
  }

  .icon-section p {
    font-size: 13px;
    margin-bottom: 1px;
  }

  .form-box .estate {
    font-size: 13px;
  }

  .form-box .form-label {
    font-size: 12px;
  }

  .form-box .form-control {
    font-size: 12px !important;
  }

  .form-box textarea {
    height: 100px !important;
  }

  .form-box .submit-btn {
    font-size: 12px;
  }

  .gallery h3 {
    font-size: 17px !important;
    margin-bottom: 5px !important;
  }

  .gallery p {
    font-size: 11px !important;
    margin-bottom: 0;
  }

  #gallery .about-heading h5 {
    font-size: 15px !important;
  }

  #gallery .about-heading h5 i {
    font-size: 13px !important;
  }

  .product-content p {
    font-size: 12px !important;
  }

  .wallpaper-product .wallppr-link p {
    margin-bottom: 0 !important;
  }

  .product-section h6 {
    font-size: 13px !important;
    margin-bottom: 0 !important;
  }

  .product-section .product-content p {
    margin-bottom: 0 !important;
  }

  .product-section button {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
  }

  .modal .modal-dialog h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }
  #c-h6{
  line-height: 39px;
}
  .footer {
    padding: 40px 0 20px;
  }

  .about-pillars .about-pillars-mission h5 {
    font-size: 18px;
  }

  .about-heading h5 {
    margin-top: 18px;
  }

  .wallpaperrs-pro {
    padding: 6px 0 30px !important;
  }

  .bredcrb li a {
    font-size: 12px;
  }

  .bredcrb li {
    font-size: 12px;
  }
      .test-titl {
        font-size: 6px !important;
        margin-bottom: 14px;
    }
}