:root {
  --white: #ffffff;
  --black: #000000;
  --pink: #F7C59F;
  --blackk: #222120;
}
:root {
  --pri-font: "Rubik";
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}
/* SLIDER */
section#banner {
  padding-bottom: 8%;
}
.banner-sec-para {
  font: 300 16px / 28px var(--pri-font);
  width: 91%;
}
.banner-btn-box a{
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  color: #fff;
  font: normal normal normal 16px / 28px Roboto;
  padding: 8px 30px;
  border-radius: 6px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.banner-btn-box a:hover {
  background-image: linear-gradient(140deg, var(--blue), var(--pink));
}
.banner-main-box{
  padding-top: 8%;
}
.banner-artist-image {
  position: relative;
  width: 480px;
}
.banner-artist-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.banner-artist-image-outer-box {
  width: 80%;
  height: 80%;
}
.banner-artist-heading-box{
  width: 92%;
  top: 15px;
  position: relative;
}
.banner-artist-sec-para {
  font: 400 18px / 26px var(--pri-font);
}
.banner-artist-image-outer-box{
  /* width: 415px;
  height: auto; */
  transform: rotate(10deg);
}
.banner-artist-image:after {
  content: '';
  background: #000;
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 0;
  border-radius: 20px;
}
.banner-artist-image-outer-box{
  height: 100%;
  width: 415px;
}
.banner-artist-image-outer-box:after {
  content: '';
  background-color: rgb(200 200 200 / 5%);
  border: 1px solid #686868;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35px;
  left: -15px;
  z-index: -1;
  border-radius: 20px;
  /* background: linear-gradient(#131219, #131219) padding-box, linear-gradient(var(--angle), #070707, #687aff) border-box; */
  animation: 8s rotate linear infinite;
}
.banner-social-icon-box{
  width: fit-content;
  border: 1px solid #686868;
  border-radius: 4px;
  padding: 8px 10px;
  transform: rotate(90deg);
  left: -25%;
  position: absolute;
  top: 52%;
  height: fit-content;
}
.banner-follow-text{
  font: 400 18px / 22px var(--pri-font);
  color: #fff;
}
.banner-social-icon-box i:hover{
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  color: #fff;
}
.banner-social-icon-box i{
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  transform: rotate(-90deg);
}
.banner-follow-icon-box{
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.banner-review-box{
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  padding: 10px;
  border-radius: 6px;
  justify-content: space-around;
}
.review-text p{
  font: 500 16px / 16px Roboto;
}
.review-image{
  width: 180px;
}
.banner-event-box {
  position: relative;
  top: -5vw;
}
.the_timer{
  justify-content: space-between;
}
.the_timer .dot{
  border: 1px solid #e0e0e0;
  height: 80px;
}
.the_timer .numbers{
  color: #000;
  align-self: center;
  /* display: flex; */
}
.the_timer .numbers .timer_days{
  text-align: center;
  font: 600 28px/30px var(--pri-font);
}
.the_timer .numbers .nofont{
  text-align: center;
  font: 500 14px/19px var(--pri-font);
  text-transform: uppercase;
}
#about-us .event-content-date-box {
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
}
#about-us .event-post-content-outer-box{
  background: #fff;
}
#about-us .event-content h6,#about-us .event-map-box{
  color: #000;
}
/* counter */
.counter-inner {
  border: 1px solid #686868;
  border-radius: 8px;
  padding: 10px;
}
.counter-icon-image {
  width: 70px;
  height: 70px;
}
.counter-icon-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* our feature */
.feature-icon-img{
  width: 50px;
  height: 50px;
}
.feature-icon-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-contentsinner-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.feature-content-box{
  padding: 10%;
  border-radius: 6px;
}
.feature-inner-box{
  display: flex;
}
.feature-icon-title {
  font: normal normal normal 14px / 20px Rubik;
  color: #000;
}
h6.feature-icon-title {
  font: 600 16px / 20px Rubik;
  color: #000;
}
.our-feature-banner-inner-box {
  width: 35%;
  right: 12px;
  position: absolute;
  /* top: 0; */
  bottom: -30px;
  height: fit-content;
  padding: 22px 40px 15px 40px;
  z-index: 1;
}
.our-feature-banner-img-box img{
  border-radius: 6px;
}
.featupink-blog-date{
  position: absolute;
  top: -40px;
  background: #fff;
  right: 0;
  font: 600 14px / 18px var(--pri-font);
  padding: 8px 14px;
  border-radius: 5px;
}
.our-feature-banner-heading-one {
  font: 600 18px/18px var(--pri-font);
  color: var(--pink);
}
.our-feature-banner-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.our-feature-banner-inner-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--blue);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: 0;
  border-radius: 4px;
}
#our-feature p.cat-title {
  color: #fff;
}
h3.our-feature-banner-heading-one a {
  font: normal normal bold 36px / 50px Rubik;
  color: #fff;
}
.Discount-offer-text-box{
  width: 105px;
  height: 105px;
  position: absolute;
  top: 20%;
  right: 40%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: rotate(-20deg);
}
.percentage-box {
  position: relative;
  width: 90px;
  margin: auto;
  text-align: center;
  background: var(--pink);
  height: 90px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  border-radius: 50%;
  top: 6px;
}
.percentage-box p{
  font: normal normal bold 33px / 28px Rubik;
  color: #fff;
}

/* event */
.show-date {
  font: normal normal bold 45px / 60px Roboto;
  color: #fff;
}
.event-content-date-box{
  font: 400 13px/25px var(--pri-font);
  color: #fff;
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  align-self: center;
}
.event-post-content-outer-box{
  background: transparent;
  border-radius: 10px;
}
.event-post-content-outer-box:hover{
  background: #fff;
}
.event-content-date-box{
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
}
.event-content h6 {
  color: #fff;
}
.event-map-box{
  color: #fff;
}
.event-post-btn-box a {
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 6px;
  font: 400 14px/28px var(--pri-font);
}
.event-post-content-outer-box:hover .event-map-box,.event-post-content-outer-box:hover .event-content h6{
  color: #0F0F10;
}
.event-post-content-outer-box:hover .event-post-btn-box a {
  background: #0F0F10;
  color: #fff;
}
#eventCollaborates .theme-btn.btn-blue {
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  color: #fff;
  font: normal normal normal 16px / 28px Roboto;
  padding: 10px 30px;
  border-radius: 6px;
}
#eventCollaborates .theme-btn.btn-blue:hover {
  background-image: linear-gradient(140deg, var(--blue), var(--pink));
}
.event-outer-box {
  height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.event-box {
  padding: 0px 13px;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #686868;
}
.event-image-box img {
  width: 100%;
  margin: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.event-outer-box::-webkit-scrollbar {
  width: 10px;
  height: auto;
}
.event-outer-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.event-outer-box::-webkit-scrollbar-thumb {
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  border-radius: 10px;
}
.event-image-box .img-inner{
  height: 380px;
  width: 100%;
}

/* newsletter */
#newsletter_slider .sub-head{
  color: #fff;
}
#newsletter_slider .icon-img path{
  fill: #fff;
}
#newsletter_slider:after {
  content: '';
  background-image: linear-gradient(140deg, var(--pink), var(--blue));
  inset: 0% 50% 0% 0%;
  position: absolute;
  border-radius: 0px;
  z-index: -1;
}
.newsletter-content-main{
  padding: 0px 5% 0px 30%;
}
.partner-images {
  width: 100px;
  height: 100px;
  margin: auto;
}
.partner-images img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newsletter-form form{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.newsletter-form form p:nth-child(2){
  width: 76%;
}
.newsletter-form input[type="submit"] {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 11px 20px;
  font: 400 14px / 20px var(--pri-font);
}
.newsletter-form input[type="submit"]:hover{
  background: #fff;
  color: #000;
}
.newsletter-form input[type="email"] {
  border: none;
  background: #fff;
}
.newsletter-form .wpcf7-not-valid-tip{
  color: #fff;
}
.newsletter-form .wpcf7 form .wpcf7-response-output{
  position: unset;
}


