@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

  
html {
  font-size: 16px;
  /* cursor: none; */
  /* overflow-x: hidden; */
}

@font-face {
  font-family: 'Venetian';
  src: url('../fonts/VenetianRegular.woff2') format('woff2'),
      url('../fonts/VenetianRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #E5B93D;
}

h1{
  font-size: 85px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size:60px;
  color:#000;
  font-weight: 400;
  font-family: 'Venetian';
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position:absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;

}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ef9900;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 0px 0px 50px 0px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #ccc !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 20px;
  margin: 0;
  color: white;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #fff !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}



.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #FFF;
  font-size: 15px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
 
  position: relative;
  left: 4rem;
}

/* .slider-content::before{
  content: '';
  background-image: url(../images/glow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 110px;
  right: 0;
  top: 0;
  width: 840px;
  height: 840px;
  margin: auto;
  text-align: center;
  z-index: 1;
  animation: blink-1 12s both infinite;
} */

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}


.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 0px 0;
  margin-top: -16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding-left: 29px;
  font-size: 17px;
} 

.main-navigate nav img {
  width: 100%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 16px 44px;
  color: #000;
  outline: none;
  border: none;
  background: var(--primary-color);
  border-radius: 34px;
  transition: all .5s;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 10px;
  width: 208px;
  justify-content: center;
}

.btn span img{
  animation: arrow-pulse-down 700ms linear infinite;
  margin-top: -5px;
}

@keyframes arrow-pulse-down {
  0% {
      bottom: 40px;
      opacity: 0;
  }
  25% {
      opacity: .25;
  }
  50% {
      opacity: .5;
  }
  75% {
      opacity: .75;
  }
  100% {
      bottom: 20px;
      opacity: 1;
  }
}

.btn:hover{
 background-color: #000;
 color: #fff;
}

.header-btn{
  position: relative;
  left: 30px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(229 185 61);
}

.slider-content .text-holder h1{
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.slider-content .text-holder h4{
  font-size: 33px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.banner-btn{
  margin-top: 50px;
}
/* header/slider-css */


.circle {
  position: absolute;
  /* top: 50%; */
  right: 0;
  bottom: -4rem;
  /* transform: translate(-50%, -50%); */
  width: 150px;
  height: 150px;
  background-color:var(--primary-color);
  color: #000000;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 3.1rem;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle:hover {
  cursor: pointer;
}
.circle::after, .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 1s ease-in-out infinite;
  animation: grow 1s ease-in-out infinite;
}
.circle::after {
  background: #f3b712;
}
.circle::after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: #E5B93D;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 4s ease-in-out infinite;
          animation: grow 4s ease-in-out infinite;
}
.circle::before {
  background: #cfa42c;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}


/* about section */
.ab-sec {
 padding: 9rem 0 6rem 0;
 position: relative;
}

.ab-sec::after{
  content: '';
  background-image: url(../images/about-after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -10rem;
  width: 100%;
  height: 1233px;
  z-index: -1;
}


.ab-cont p {
  font-size: 21px;
  padding: 1rem 0 0;
}

.ab-cont h2{
  color: var(--primary-color);
}

.ab-cont h3{
  font-size: 50px;
  font-weight: 700;
}

/* about section End */



/* SERVICES SECTION */

.services-section {
  z-index: 1;
  position: relative;
}


.services-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: 0.5s ease;
  user-select: none;
}

.services-card figure {
  border-radius: 1.5rem;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 1rem;
}

.services-card figure img {
  transition: 0.5s ease;
}

.services-card .card-content {
  position: relative;
  transition: 0.5s ease-in-out;
}

.services-card .card-content span {
  color: #9F9F9F;
  font-weight: 500;
  font-size: 1.75rem;
}

.services-card .card-content h3 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  width: 50%;
  transition: 0.5s ease;
}

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

.services-card .services-header a {
  width: 3.625rem;
  aspect-ratio: 1;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--primary-color);
  font-size: 2rem;
  transform: rotate(-45deg);
  transition: 0.5s ease;
}

.services-card:hover .services-header a {
  background-color: var(--primary-color);
  color: var(--white);
  transform: rotate(0deg);
  animation: bounce-arrow 0.9s infinite alternate;
}

@keyframes bounce-arrow {
  from {
      transform: rotate(0deg) translateX(0px);
  }

  to {
      transform: rotate(0deg) translateX(-10px);
  }
}

.services-card .services-header a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.services-card p {
  font-size: 0.875rem;
  color: #8B8B8B;
  margin: 0;
  margin-bottom: 1rem;
}

.servicesSlider {
  padding: 5rem 0;
  /* margin-top: 4.75rem; */
}

.servicesSlider .swiper-slide-active .services-card .card-content {
  margin-top: -8.5rem;
  padding: 2rem;
}

.servicesSlider .swiper-slide-active .services-card .card-content span,
.servicesSlider .swiper-slide-active .services-card .card-content p {
  display: none;
}

.servicesSlider .swiper-slide-active .services-card {
  transform: scale(1.2);
}

.servicesSlider .swiper-slide-next .services-card figure,
.servicesSlider .swiper-slide-prev .services-card figure {
  max-height: 452px;
}

.servicesSlider .swiper-slide-prev .services-card {
  transform: translateY(3rem);
}

.servicesSlider .swiper-slide-next .services-card {
  transform: translateY(5rem);
}

.servicesSlider .swiper-slide-active .services-card figure {
  background-color: var(--black);
}

.servicesSlider .swiper-slide-active .services-card figure img {
  opacity: 1.61;
}

.servicesSlider .swiper-slide-active .services-card .card-content h3 {
  color: var(--white);
}

/* !@SERVICES SECTION */


/* product-sec */

.product-sec{
  padding: 6rem 0;
}

.product-sec .primary-heading h2{
  font-size: 90px;
  color: var(--primary-color);
}

.why-choose .primary-heading h5{
  font-size: 60px;
  color: var(--primary-color);
  font-family: 'Venetian';
}

.bgman{
  background-image:url(../images/main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.product-sec .primary-heading h5{
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--white);
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: transparent;
  color: #fff;
  font-size: 22px;
    font-weight: 600;
    margin: 0px 1rem;
}

.nav-tabs {
  border-bottom: none;
  justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #e5b93d;
  background-color: transparent;
  border-color: transparent;
}

.prdx-card .btn{
  padding: 16px 28px;
    width: 183px;
}

.prdx-card article h5{
  margin-bottom: 0px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.prdx-card article h4{
  font-size: 18px;
  color: #fff;
  font-weight: 700;

}
.prdx-card article{
  margin-top: 30px;
}

.mrg-top{
  margin-top: 5rem;
}

.primary-heading h3{
  font-size: 50px;
  font-weight: 700;
}

/* product-sec */

/* discount-sec */

.discount-sec{
  padding: 9rem 0 8rem 0;
}

.discount-sec .primary-heading h2{
  color:var(--primary-color);
  font-size: 90px;
  display: inline-block;
}

.discount-sec .primary-heading{
  margin-bottom: 6rem;
}

.discount-sec .primary-heading h4{
  display: inline-block;
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
}

.discount-text article{
  position: relative;
  z-index: 2;
  margin-right: 15rem;
}

.discount-text article h1{
  font-family: 'Venetian';
  font-size: 200px;
  color: var(--primary-color);
  letter-spacing: 33px;
  font-weight: 400;
  line-height: 112px;
  position: absolute;
  left: -5rem;
  top: -4rem;
  z-index: -1;
}

.discount-text article h3{
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
}

.discount-text article p{
  color: grey;
}

.discount-text article .btn{
  background: transparent;
    color: #e5b93d;
    border: 2px solid #e5b93d;
}

/* discount-sec */

.text-white h3
{
    color:white !important;
}

.text-white p
{
    color:white !important;
}

.mqAction {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1rem 0;
  width: 40%;
  text-align:center;
  flex-direction: column;
  position: absolute;
  top: 48%;
  right: auto;
  transform: translateY(-50%);
  left: -6rem;
}

.slItems {
  margin: 10px 0;
  border-radius: 40px;
  height: 160px;
  width: 250px;
  display: flex;
  align-items: center;
  /* background-color: white; */
  justify-content: center;
}
.slItems img {
  width: 100px;
  object-fit: cover;
  border-radius: 50px;
  box-shadow: 1px 2px 15px rgba(0,0,0,0.5);
}

.mqSlider a div {
display: flex !important;
align-items: center;
justify-content: center;
}

.mqAction-reverse {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1rem 0;
  width: 40%;
  text-align: center;
  flex-direction: column;
  position: absolute;
  top: 55%;
  left: auto;
  transform: translateY(-50%);
  right: -15rem;
}

.x-cardx article{
  padding-right: 0;
  margin-left: 15rem;
  margin-right: 0px;
}


/* selling-sec */

.selling-sec{
  padding: 8rem 0;
}

.inner-cd article h4{
  color: #000;
}

.inner-cd article h5{
  color: #000;
}

.inner-cd article div{
  flex-direction: column;
}

.inner-cd article div {
  flex-direction: column;
  align-items: start !important;
  gap: 20px;
}



/* selling-sec */


/* cta-sec */
.cta-sec{
  background-image: url(../images/shapex.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 6rem 0;
  background-attachment: fixed;
}

.cta-sec h2{
  font-size: 89px;
  color: var(--primary-color);
}

.cta-sec p{
  color: #fff;
}

/* cta-sec */



/* TESTIMONIAL SECTION */

.testimonial-section {
  padding: 5rem 0 7rem;
}

.testimonial-section .primary-heading h2{
  font-size: 90px;
}

.testimonial-section .subtitle {
  color: var(--primary-color);
  font-size: 2.375rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.review-card {
  display: flex;
  align-items: center;
  gap: 4.25rem;
  justify-content: center;
  transition: 2s ease;
}

.review-card figure {
  overflow: hidden;
  border-radius: 1.25rem;
}

.review-header {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
}


.team-members {
  width: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  /*gap: 2rem;*/
}


.review-header span {
  color: var(--primary-color);
  font-size: 1.125rem;
  font-family: var(--font-roboto);
}

.review-header h3 {
  color: var(--black);
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--font-text);
  max-width: 370px;
}

.team-members h3 {
  color: var(--black);
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--font-text);

}

.review-header .icon {
  color: var(--primary-color);
  font-size: 6.5rem;
  line-height: 0.5;
}

.review-body {
  width: 100%;
  max-width: 435px;
}

.review-body p {
  color: #828282;
  font-size: 1.125rem;
  font-family: var(--font-roboto);
  line-height: 1.77;
}

.review-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-footer h5 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: var(--font-text);
  color: var(--primary-color);
}

.review-card .rating {
  display: flex;
  gap: 4px;
  color: #FDC70C;
  font-size: 1.125rem;
}

.reviewSlider {
  margin: 4.625rem 0 0;
  overflow: visible;
  /* max-width: 1314px; */
}

.reviewSlider .swiper-slide-prev .review-card {
  flex-direction: row-reverse;
}

.reviewSlider .swiper-slide:not(.swiper-slide-active) .review-card {
  transform: scale(0.9);
}

.reviewSlider .swiper-controls {
  display: flex;
  gap: 0.625rem;
  position: absolute;
  bottom: 6.875rem;
  left: 3.5rem;
}

.reviewSlider .swiper-button-prev,
.reviewSlider .swiper-button-next {
  position: static;
  margin: 0;
  transform: translateY(0);
  width: 3.875rem;
  aspect-ratio: 1;
  height: auto;
  background-color: var(--white);
  border-radius: 50%;
  transition: 0.5s ease;
  font-size: 27px;
}



.reviewSlider .swiper-button-prev::after {
  content: '';
}

.reviewSlider .swiper-button-next::after {
  content: '';
}

.reviewSlider .swiper-button-prev:hover,
.reviewSlider .swiper-button-next:hover {
  background-color: var(--primary-color);
}

.reviewSlider .swiper-button-prev:hover::after,
.reviewSlider .swiper-button-next:hover::after {
  color: var(--white);
}


/* !@TESTIMONIAL SECTION */



/* FOOTER  */

footer {
  background: #101010 url('../images/footer-bg.png') center center/cover no-repeat fixed;
  padding-top: 9rem;
  position: relative;
}


footer .phone-btn:hover img {
  animation: tada 0.9s infinite alternate;
}

@keyframes tada {
  0% {
      transform: scale(1);
  }

  10%,
  20% {
      transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
      transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
      transform: scale(1.1) rotate(-3deg);
  }

  100% {
      transform: scale(1) rotate(0);
  }
}

footer .row {
  gap: 2.875rem 0;
}

.contactBox {
  padding: 2.375rem 3rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 2.625rem;
}

.contactBox .heading1 {
  color: var(--primary-color);
  font-size: 3.125rem;
  font-weight: 600;
  font-family: var(--font-text);
  margin-bottom: 2.25rem;
}

.contactBox .form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0.875rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  transition: 0.5s ease;
}

.contactBox .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.contactBox .form-control:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.contactBox .row {
  gap: 3rem 0;
}

.contactBox .themeBtn {
  font-size: 1.125rem;
  padding: 0.75em 3.125em;
  color: var(--white);
}

.contact-list {
  max-width: 320px;
  margin: auto;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}

.contact-list li+li {
  margin-top: 2.25rem;
}

.contact-list li figure {
  width: 3.625rem;
  text-align: center;
}

.contact-list li div {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
}

.contact-list li div span {
  text-transform: uppercase;
}

.contact-list li a {
  color: var(--white);
}

.contact-list li a:hover {
  color: var(--primary);
}

.quicklist {
  display: flex;
  align-items: center;
  gap: 4.125rem;
  margin-bottom: -3rem;
  justify-content: center;
  margin-top: 2rem;
}

.quicklist a:not(.themeBtn) {
  color: var(--white);
  font-size: 1.25rem;
}

.quicklist a:not(.themeBtn):hover {
  color: var(--primary);
}

.copyRight {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.375rem 0 1.75rem;
  margin-top: 1.5rem;
  align-items: center;
}

.copyRight p {
  color: var(--white);
  margin: 0;
  font-weight: 500;
}

.copyRight .social-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}

.copyRight .social-link a {
  width: 4.125rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.25rem;
  transition: 0.5s ease-in-out;
}

.copyRight .social-link a:hover {
  background-color: var(--primary-color);
}

.click{
  position: absolute;
  right: 3rem;
  bottom: -1rem;
}

.click span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: var(--primary-color);
  font-weight: 500;
  animation: pulse-animation 1.9s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(229, 185, 61,0.9);
  }

  100% {
    box-shadow: 0 0 0 30px rgb(229, 185, 61,0.1);
  }
}

/* !@FOOTER  */
.bannner-main{
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-top: 8rem;
  /* padding-left: 15rem; */
  justify-content: start;
  padding-left: 18rem;
  padding-bottom: 5rem;
}

.banner-overlay h1 {
  font-size: 95px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

/* video-sec */

.video-img{
  position: relative;
}

.overlay-icon{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose{
  padding: 8rem 0;
}
.asf{
  display: flex;
  gap: 30px;
}

.asf figure:nth-child(2){
  margin-top: 90px;
}

.art-secs{
  padding: 11rem 0;
  background-image: url(../images/artbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.inner-prdd{
  padding: 12rem 0;
}
/* video-sec */



/* email-inFo */

.email-inFo{
  padding:200px 0px 210px 0px;
  position: relative;
}

.email-inFo::before{
  content: '';
  background-image: url(../images/about-after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0rem;
  height: 1500px;
}


.contact-inf{
  text-align: center;
}

.contact-inf article h5{
  font-weight: 700;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

.contact-inf article span{
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.map-sec{
  position: relative;
  margin-bottom: -4rem;
}

.map-sec::after{
  content: '';
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  bottom: -4.5rem;
  width: 500px;
  height: 780px;
  border-radius: 30px 0px 0px 30px;
  z-index: 1;
}

.map-img{
  position: relative;
  z-index: 2;
}

.footerLogo img{
  width: 191px;
}

.banner-slider-card{
  background: #fff;
  padding: 34px 32px;
  border-radius: 40px;
  box-shadow: 0px 0px 20px #000;
}

.banner-slider-card figure{
  width: 318px;
  margin: auto;
  height: 474px;
}

.banner-slider-card article h4{
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
}

.banner-slider-card .ggx .price{
  color: #000;
  font-weight: 700;
  font-size: 21px;
}

.banner-slider-card .ggx .btn{
  padding: 14px 23px;
  font-weight: 500;
  font-size: 15px;
  width: 156px;
}

.banner-slider-wrapper{
  position: relative;
  left: 4rem;
}

.banner-slider-wrapper .owl-carousel .owl-stage-outer{
  padding: 10px 0px;
}


.custom-slider .owl-theme .owl-dots .owl-dot.active span  {
  width: 35px;
  height: 34px;
  background-color: #E5B93D;
  outline: 2px solid #E5B93D;
  outline-offset: 3px;
}

.custom-slider  .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  /*display: flex;*/
  position: relative;
  top: 6rem;
  margin:auto;
}

.custom-slider .owl-theme .owl-dots .owl-dot span {
  width: 21px;
  height: 21px;
  margin: 5px 8px;
  background: #fff;
  border-radius: 30px;
}

/* .custom-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  width: 30px;
  height: 30px;
}
 */

 .custom-slider button:focus{
  outline: none !important;
 }

.ggx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
/* email-inFo */


