
html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
div#wpadminbar {
  display: none;
}
.slick-prev:focus, .slick-next:focus{
  background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */
#slider .owl-carousel .owl-item img{
  width: 100% !important;
}
header,section,footer {
  z-index: 0
}
header#masthead {
  z-index: 2;
  position: relative;
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{
  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}
.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
  border: 1px solid transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 8px 0px;
  margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
  margin-top: 7em;
  margin-left: -10em;
  margin-bottom: -2em;
}
.blog-share-icon a {
  margin-right: 5px;
  background-color: var(--heading-text-color);
  padding: 8px;
  border-radius: 5px 0px;
}
.blog-share-icon a:hover {
  background-color: #4bcdfc;
  color: var(--heading-text-color);
}
.blog-comments i {
  color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-contents:hover {
  background-size: cover;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


/* My Custom Css */

/* Heading And Sub Heading */
h2.c-heading,.bs-heading h2,.fp-heading h2,.event-heading h2,.blog-heading h2,.testi-heading,.insta-heading,.tb-heading h2 {
  font-family: Russo One;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #1d1d1d;
  position: relative;
  z-index: 1;
  padding: 0
}
h2.c-heading:after,.bs-heading h2:after,.fp-heading h2:after,.event-heading h2:after,.blog-heading h2:after,.testi-heading:after,.insta-heading:after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffe89d;
  z-index: -1;
  width: 100%;
  height: 25%;
  max-width: 27%;
}
.c-heading-wrap,.bs-heading,.fp-heading,.event-heading,.blog-heading,.testi-head,.insta-head,.tb-heading {
  padding-bottom: 40px;
}
.btn-1 {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  width: 100%;
  max-width: 220px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  background: #F5C11B;
  transition: 0.3s ease-in-out;
  border-radius: 0px;
  border: 3px solid transparent;
  text-transform: uppercase;
}
.btn-1:hover {
  color: #ffffff;
  background: #1d1d1d !important;
}
.btn-2 {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  width: 100%;
  max-width: 220px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
  position: relative;
  background: transparent;
  transition: 0.3s ease-in-out;
  border-radius: 0px;
  border: 3px solid #1d1d1d;
  text-transform: uppercase;
}
.btn-2:hover {
  border-color: 3px solid transparent !important;
  color: #ffffff;
  background: #1d1d1d !important;
}
.btn-3 {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  width: 100%;
  max-width: 220px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  background: #1d1d1d;
  transition: 0.3s ease-in-out;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-3:hover {
  color: #ffffff;
  background: #F5C11B !important;
}

/* Slider */
section#slider {
  padding-top: 0;
}
.slider-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  background: #262626;
  box-shadow: 10px 10px 20px 0px #100D0D40;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  background: #262626;
  box-shadow: 10px 10px 20px 0px #100D0D40;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-prev svg,.slider-next svg {
  width: 20px !important;
  fill: #ffffff !important;
}
h1.slider-head {
  font-family: Russo One;
  font-size: 75px;
  font-weight: 400;
  line-height: 115px;
  text-align: left;
  color: #1d1d1d;
  padding: 0;
  text-transform: uppercase;
}
h1.slider-head span {
  color: #F5C11C;
}
p.slider-text {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 50px 0;
  margin: 0;
  color: #1d1d1d;
}
.slider-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.slider-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.slider-brand img {
  width: auto !important;
}
.slider-contant {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
.swiper-container {
  height: 100%;
}
.slider-review {
  width: 100%;
  max-width: 180px;
  background: #181818;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 20px;
  box-shadow: 10px 10px 20px 0px #100D0D40;
  border-radius: 5px;
  z-index: 9;
  gap: 5px
}
.slider-review i {
  font-size: 16px !important;
  color: #ffffff !important;
}
.slider-review p {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}

/* Services */
.service-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.service-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background: #F5F5F5;
  padding: 80px 0;
}
.service-text h3 {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1d1d1d;
  position: relative;
  z-index: 1
}
.service-text h3:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffe07b;
  z-index: -1;
}
.service-text p {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1d1d1d;
  margin: 0
}
.service-wrap:last-child {
  background: #1D1D1D;
}
.service-wrap:last-child .service-text h3,.service-wrap:last-child .service-text p {
  color: #ffffff
}

/* Categories */
p.c-text {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #1d1d1d;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 25px;
}
.c-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
      'a b d'
      'a c d';
  grid-gap: 20px;
}
.c-contents:nth-child(1) {
  grid-area: a;
}
.c-contents:nth-child(2) {
  grid-area: b;
}
.c-contents:nth-child(3) {
  grid-area: c;
}
.c-contents:nth-child(4) {
  grid-area: d;
}
.c-contents {
  position: relative;
}
.c-title {
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.cat-text {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #38383880;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-in;
}
.c-image,.c-image img {
  height: 100%;
}
.c-contents:hover .cat-text {
  opacity: 1
}
.cat-btn {
  margin: 40px auto 0;
}

/* Category 2 */
#c2-section {
  position: relative;
}
.c2-contents {
  position: relative;
  transition: 1s ease-in;
}
.c2-contents:hover .c2-image img {
  display: none;
}
.c2-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 1s ease-in;
}
.c2-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.cat2-text h5 {
  font-family: Darker Grotesque;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
a.c2-title {
  font-family: Russo One;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  color: #F5C11B;
}
.cat2-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c2-icon {
  width: 35px;
  height: 35px;
  background: #ffffff;
  box-shadow: 10px 10px 20px 0px #100D0D40;
  border-radius: 5px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c2_blank1 {
  width: 418px;
  height: 100%;
  background: #F5C11B;
  position: absolute;
  top: 0;
  right: 20%;
  clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
  z-index: -1;
}
.c2_blank2 {
  width: 418px;
  height: 100%;
  background: #F5C11B;
  position: absolute;
  top: 0;
  right: 12%;
  clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
  z-index: -1;
}

/* Best Seller */
.bs-heading h2:after {
  max-width: 18%;
}
.bs-img-div img {
  margin: 0 auto;
}
.bs-img-div {
  background: #F5F5F5;
}
.bs-product {
  position: relative;
}
.bs-sale-tag .sale-perc {
  width: 100%;
  max-width: 80px;
  height: auto;
  background: #FF1A1A;
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
}
.bs-wishlist span {
  display: none;
}
.bs-wishlist i {
  color: #FF1A1A !important;
  margin-right: 0 !important;
}
.bs-wishlist {
  position: absolute;
  top: 20px;
  right: 25px;
}
.bs-product.slick-slide {
  border: 1px solid #DDDDDD;
}
.bs-product.slick-slide {
  margin: 0 25px;
}
.bs-inner-wrapper .slick-list {
  margin: 0 -25px;
}
.bs-text-div {
  padding: 25px 25px 40px 25px;
}
.bs-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #9F9F9F;
}
h4.tab-cat-name {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #9f9f9f;
  text-transform: uppercase;
  padding-top: 0;
}
a.bs-title {
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #1d1d1d;
}
.bs-review {
  text-align: center;
}
.bs-review .star-rating {
  font-family: Russo One;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
  color: #1d1d1d;
}
.bs-review i {
  font-size: 8px !important;
  color: #F5C11B !important;
}
.bs-detail {
  padding-top: 30px;
}
.bs-detail h4 {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #9f9f9f;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
}
.bs-detail h4:last-child {
  margin-bottom: 30px
}
.bs-detail h4 span {
  color: #1d1d1d
}
.bs-price-btn del {
  display: none;
}
.bs-price-btn a {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #ffffff;
  background: #1d1d1d;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: uppercase;
  border: 2px solid transparent;
}
.bs-price-btn a:hover {
  border: 2px solid #1d1d1d;
  color: #1d1d1d;
  background: transparent;
}
.bs-price-btn button {
  background: transparent !important;
  padding: 0;
  color: #ffffff;
  border: none;
}
.bs-price-btn a:hover button {
  color: #1d1d1d;
}
.bs-inner-wrapper .slick-prev,.bs-inner-wrapper .slick-next {
  display: none !important;
}
.bs-heading {
  position: relative;
}
.bs-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 9
}
.bs-prev {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -10px -10px 20px 0px #FFFFFF40;
  cursor: pointer
}
.bs-next {
  width: 40px;
  height: 40px;
  background: #262626;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -10px -10px 20px 0px #FFFFFF40;
  cursor: pointer
}
.bs-wishlist button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.bs-wishlist div {
  margin: 0 !important;
}
.bs-wishlist button svg path {
  stroke: #FF1A1A !important
}

/* Text Banner */
.tb-heading h2 span {
  display: block;
}
.tb-middle {
  background: #ffffff;
}
.middle-text h4 {
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 7px;
  text-align: center;
  color: #000000;
  padding: 50px 0;
}
.tb-left, .tb-right, .tb-middle {
  text-align: center;
}
.tb-left h3, .tb-right h3 {
  font-family: Russo One;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.56px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0
}
.tb-left p,.tb-right p {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #CACACA;
  width: 100%;
  max-width: 80%;
  margin: 0px auto 10px;
}
.tb-left a,.tb-right a {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 7px;
  text-align: center;
  color: #F5C11B;
}
.tb-left a:hover, .tb-right a:hover {
  color: #ffffff
}
.tb-text-inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 120px;
  align-items: center;
}
.tb-inner-wrapper {
  position: relative;
}
.tb-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1650px;
}
.tb-heading h2 {
  color: #ffffff;
}
.tb-heading {
  padding-bottom: 60px;
}

/* Single Product */
.sp-product .row {
  align-items: center;
}
.sp-tag {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  background: #F5C11B;
  width: 100%;
  max-width: 410px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sp-tag h3 {
  font-family: Russo One;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #1d1d1d;
}
h3.sp-title {
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #1d1d1d;
}
h4.sp-cat-name {
  font-family: Russo One;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #1d1d1d;
  padding: 0;
}
.sp-prize .product-price {
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  border: none !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 30px;
}
.sp-prize .product-price del,.sp-prize .product-price del span {
  color: #979797;
  font-size: 18px;
}
.sp-variant {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sp-variant div {
  cursor: pointer;
}
.sp-variant p {
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #1d1d1d;
  margin: 0
}
.sp-price-swatch {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 40px 0;
}
.sp-text p {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 88%;
  margin: 0
}
.sp-cart-btn {
  margin-top: 30px;
}
.sp-img-div {
  position: relative;
}
.product-images {
  position: absolute;
  top: -117px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-image {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.product-image.fade-out {
  opacity: 0;
}
.product-image.fade-in {
  opacity: 1;
}
.product-gallery image {
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}
.product-gallery image.fade-out {
  opacity: 0;
}
.product-gallery image.fade-in {
  opacity: 1;
}
.sp-wrapper {
  position: relative;
}
img.left_img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1
}

/* Featured Product */
#featured-product {
  position: relative;
}
.fp-heading {
  position: relative;
}
.fp-heading h2 {
  color: #ffffff
}
.fp-heading h2:after {
  background: #967e31;
  max-width: 29%;
}
.fp-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 9
}
.fp-prev {
  width: 40px;
  height: 40px;
  background: #323232;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 20px 0px #100D0D40;
  cursor: pointer
}
.fp-next {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 20px 0px #100D0D40;
  cursor: pointer
}
.fp-img-div {
  background: #232323;
}
.fp-inner-wrapper .slick-list {
  margin: 0 -20px;
}
.fp-product.slick-slide {
  margin: 0 20px;
}
.fp-img-div {
  width: 400px !important;
  height: 335px;
  display: flex;
  align-items: center;
}
.fp-img-div img {
  margin: 0 auto;
}
.fp-title-wrap {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  text-align: left;
  color: #ffffff;
  padding: 10px 0;
}
.fp-title-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fp-price-btn del {
  display: none;
}
.fp-price-btn ins {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  text-align: left;
  color: #F5C11B;
}
.fp-inner-wrapper .slick-prev,.fp-inner-wrapper .slick-next {
  display: none !important;
}
.fp_blank1 {
  width: 418px;
  height: 100%;
  background: #F5C11B;
  position: absolute;
  top: 0;
  right: 23%;
  clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
  z-index: -1;
}
.fp_blank2 {
  width: 418px;
  height: 100%;
  background: #F5C11B;
  position: absolute;
  top: 0;
  right: 13%;
  clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
  z-index: -1;
}

/* Imag With Text */
.iwt-inner-wrapper .row {
  align-items: center;
}
.iwt-text-wrap {
  padding-left: 50px;
}
h5.iwt-sub-title {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #1d1d1d;
}
h2.iwt-title {
  font-family: Russo One;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  color: #1d1d1d;
  padding: 50px 0;
  width: 100%;
  max-width: 80%;
}
p.iwt-text {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #1d1d1d;
  margin: 0;
}
.iwt-detail h4 span {
  font-family: Russo One;
  font-size: 40px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #1d1d1d;
}
.iwt-detail h4 {
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #1d1d1d;
}
.iwt-detail {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

/* Event */
section#event {
  overflow: hidden;
}
.event-inner-wrapper .row {
  align-items: center;
}
.event-text {
  padding: 40px 0px 40px 40px;
  position: relative;
}
.event-text h4 {
  font-family: Russo One;
  font-size: 96px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  color: #d2d2d2;
  padding: 0
}
.event-text h2 {
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #1d1d1d;
  padding: 30px 0;
}
.event-text p {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #1d1d1d;
  width: 100%;
  max-width: 87%;
  margin: 0
}
.event-info p {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #1d1d1d;
  margin: 0;
}
.event-info i {
  font-size: 40px !important;
  color: #1d1d1d !important;
}
.event-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-info-wrap {
  display: flex;
  align-items: center;
  gap: 150px;
  margin: 30px 0;
}
.event-text:before {
  content: '';
  width: 1100px;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

/* Blog */
.blog-heading h2:after {
  max-width: 22%;
}
.blog-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.blog-img img {
  width: 100%;
}
h4.blog-tag i {
  font-size: 16px !important;
  color: #1d1d1d !important;
}
h4.blog-tag {
  font-family: Darker Grotesque;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #1d1d1d;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 0;
}
.blog-title {
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #1d1d1d;
  padding: 20px 0;
}
h4.blog-date,.blog-comment a {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #1d1d1d;
  padding: 0;
}
.blog-date-comment i {
  font-size: 10px !important;
  color: #1d1d1d !important;
}
.blog-date-comment {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-btn {
  margin: 40px auto 0;
}
.blog-info:nth-child(2) {
  position: relative;
}
.blog-info:nth-child(2)::before {
  content: '';
  width: 582px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
  border-left: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
}

/* Testimonial */
#testimonials {
  position: relative;
}
.testimonials-content {
  padding-left: 20px;
  overflow-y: scroll;
  height: 450px;
  padding-right: 5px
}
h2.testi-heading {
  color: #ffffff
}
.testi-review i {
  font-size: 20px !important;
  color: #343434 !important;
}
.testimonial-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.testimonial-text p {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 20px 0 0;
}
.testi-title {
  font-family: Russo One;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #343434;
  padding: 0;
}
p.testi-customer-designation {
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #343434;
  margin: 0
}
.testi-img {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testi-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  transition: 0.3s ease-in;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
}
.testi-content:last-child {
  margin: 0;
}
.testimonials-content::-webkit-scrollbar {
  background: #F4F6FF;
  width: 10px;
  border-radius: 100px;
}
.testimonials-content::-webkit-scrollbar-thumb {
  background: #F5C11B;
  border-radius: 100px;
}
.testi-content:hover {
  background: #F9F9F9;
}
.testi-img-review_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testi-heading:after {
  background: #a68c39;
  max-width: 35%;
}
.testi_blank1 {
  width: 418px;
  height: 100%;
  background: #F5C11B;
  position: absolute;
  top: 0;
  right: 23%;
  clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
  z-index: -1;
}
.testi_blank2 {
  width: 418px;
  height: 100%;
  background: #F5C11B;
  position: absolute;
  top: 0;
  right: 13%;
  clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
  z-index: -1;
}

/* Instagram */
a.insta-btn.btn-3 {
  margin: 30px auto 0;
}

/* Newsletter */
.newsletter-text {
  display: flex;
  align-items: center;
  gap: 30px;
}
.newsletter-text h2 {
  font-family: Russo One;
  font-size: 40px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #1d1d1d;
  padding: 0
}
.newsletter-text i {
  color: #1d1d1d !important;
  font-size: 32px !important;
}
p.tag-input,p.tag-input-btn {
  margin: 0;
}
p.tag-input-btn input {
  background-color: #1C1C1E !important;
  width: 100%;
  max-width: 160px;
  height: 48px !important;
  border-radius: 0px !important;
  padding: 0 !important;
  font-family: Russo One;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #ffffff !important;
  transition: 0.3s ease-in;
  border: 2px solid transparent;
}
p.tag-input-btn input:hover {
  background: transparent !important;
  border: 2px solid #1d1d1d;
  color: #1d1d1d !important;
}
p.tag-input-btn {
  position: absolute;
  right: 1px;
  width: 100%;
  max-width: 160px;
}
.news-inp-btn div {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.news-input input {
  background: #ffffff !important;
  height: 50px !important;
  border-radius: 0px !important;
  padding-left: 15px !important;
  border: none !important;
}
p.tag-input.news-input {
  width: 100%;
  max-width: 100%;
}
.news-input input::placeholder {
  font-family: Darker Grotesque;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #9b9b9b;
}
