/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
:root {
  
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}
body {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6, .btn-connect, .main-menu ul li a {
  font-family: var(--font-heading);
  text-transform: uppercase;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 35%;
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: var(--c1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
   padding: 10px 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c2);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-right: 20px;
	color:white;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: var(--c3);
}

a.slider-btn.btn-2 {
    border-bottom: 2px solid var(--c1);
    color: white;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 5px;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}


.header {
background-color: var(--c3);
    border-bottom: 3px solid var(--c1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}

.site-logo img {
	width: 30%;
	}

.main-menu {
  margin-right: 25px;
}

.main-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu ul li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.main-menu ul li a:hover,
.main-menu ul li.current-menu-item > a {
  color: var(--c2);
}

.btn-connect {
  display: inline-block;
  padding: 10px 24px;
  background-color: var(--c1);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.4);
  transition: all 0.3s ease;
  text-align: center;
}

.btn-connect:hover {
  background-color: var(--c2);
  color: var(--c3);
  box-shadow: 0 6px 20px rgba(218, 165, 32, 0.5);
  transform: translateY(-2px);
}

.mobile-menu-btn {
  cursor: pointer;
}

.mobile-menu-icon-box .menu-line {
  width: 28px;
  height: 3px;
  background-color: var(--c1);
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-menu-icon-box:hover .menu-line {
  background-color: var(--c2);
}


.home-slider-image {
    position: relative;
    height: 700px;
}

.home-slider-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}
.home-slider-content-wrap {
    z-index: 2;
}

.home-slider-content h2 {
    font-size: 50px;
    line-height: 1.1;
    margin: 20px 0;
    color: white;
}

.home-slider-content p {
    font-size: 18px;
    color: white;
    margin-bottom: 40px;
    max-width: 500px;
}

section.autograph {
    padding: 55px 0;
}

.autograph {
  background-color: #ffffff;
  padding: 60px 0;
}

.autograph-card {
  width: 100%;
  margin-bottom: 30px;
}

.autograph-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.autograph-card:hover img {
  transform: scale(1.03);
}

.autograph-info {
  margin-top: 15px;
}

.autograph-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--c3);
  margin: 0 0 5px 0;
}

.autograph-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 1.4;
}



.about-split {
    padding: 55px 0;
}
.about-split .row {
    align-items: center;
}
.split-img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.split-text {
    padding-left: 60px;
}
.split-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.check-list li {
    margin-bottom: 15px;
    font-weight: 600;
}
.check-list li::before {
    content: "-";
    color: var(--c1);
    margin-right: 15px;
}



.upcoming-events {

  padding: 60px 0;
}

.event-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
	height: 400px;
}

.event-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-card:hover .event-img img {
  transform: scale(1.03);
}

.event-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--c1);
  color: #ffffff;
  padding: 5px 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
}

.event-info {
  padding: 20px;
}

.event-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--c3);
  margin: 0 0 8px 0;
}

.event-info .location {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.btn-event {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--c3);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-event:hover {
  background-color: var(--c1);
  color: #ffffff;
}

.upcoming-events-head h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}


.authenticity-banner {
  background-color: var(--c3);
  padding: 45px 0;
  border-top: 3px solid var(--c1);
  border-bottom: 3px solid var(--c1);
}

.banner-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.banner-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #cccccc;
  margin: 0;
  letter-spacing: 0.5px;
}


.featured-shop {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.product-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.product-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border-color: #dddddd;
}

.product-img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fcfcfc;
  overflow: hidden;
}

.product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img-box img {
  transform: scale(1.05);
}

.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 2;
  letter-spacing: 0.5px;
}

.product-actions {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 10px;
  transition: all 0.3s ease;
  z-index: 3;
}

.product-card:hover .product-actions {
  bottom: 0;
}

.btn-action-cart {
  display: block;
  width: 100%;
  background-color: var(--c3);
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.btn-action-cart:hover {
  background-color: var(--c1);
  color: #ffffff;
}

.product-details {
  padding: 20px 15px;
}

.product-cat {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.product-details h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.product-details h3 a {
  color: var(--c3);
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-details h3 a:hover {
  color: var(--c1);
}

.product-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: var(--c1);
}

.product-price del {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}


.featured-shop-content h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}

section.contact-form {
    padding: 55px 0;
	  background-color: #f9f9f9;
}

.contact-logo img {
width: 100%;
    height: 350px;
    object-fit: contain;
}


.wpcf7 form {
  background: #ffffff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.wpcf7 form label{
	width:100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] ,
.wpcf7 select,
.wpcf7 input[type="number"] ,
.wpcf7 textarea{

      padding: 7px;
  background-color: #f8f9fa;
  border: 1px solid #e1e1e1;
  color: var(--c3);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
/*   margin-bottom: 15px; */
	    background: #f9f9f9;
	width: 100% !important;
	box-sizing: border-box;

}


.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: var(--c1);
  background-color: #ffffff;
  outline: none;

}


.wpcf7 input[type="submit"] {
  background-color: var(--c3);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
    width:100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: var(--c1);
}

.wpcf7 textarea {
  height: 150px !important; 
  resize: vertical;
}

.contact-logo {
    margin-top: 81px;
}

footer.footer {
    Padding-top:40px;
    background-color: var(--c3);
    border-top: 3px solid var(--c1);
}

.footer-about p {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding-top:10px;
}

.footer-media ul li a {
    position: relative;
    display: block;
    transition: .3s;
    background: var(--c1);
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.footer-media ul {
    display: flex;
    column-gap: 10px;
}

.footer-title h4 {
    font-size: 24px;
    color: var(--c1);
    margin-bottom: 28px;
}

.footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    font-weight: 300;
    transition: .3s;
}
.contact-details ul li a:hover {
    color: var(--c1);
}
.contact-details ul li {
    line-height: 37px;
    color: #fff;
    display: flex;
    align-items: baseline;
}
.contact-details ul li i {
    color: var(--c1);
    margin-right: 13px;
}
.contact-details ul li a {
    color: #fff;
    transition: .3s;
}


.footer-copyright p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.container.footer-bottom {
    margin-top: 50px;
    padding: 12px 0px;
    border-top: 1px solid var(--c1);
    max-width: 100%;
}


.wrapper {
  overflow-x: clip; 
  overflow-y: visible;
}

.footer-copyright a {
   color: var(--c1);
}

.footer-02 {
    padding-left: 50px;
}

.footer-03 {
    padding-left: 40px;
}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; 
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-content {
  text-align: center;
  max-width: 280px; 
  width: 100%;
  padding: 20px;
}

.pulse-logo {
  width: 100%;
  height: auto;
  animation: heatPulse 1.5s infinite ease-in-out;
  filter: drop-shadow(0 0 15px rgba(255, 69, 0, 0.3)); 
}

@keyframes heatPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.4;
    filter: drop-shadow(0 0 10px rgba(255, 69, 0, 0.2));
  }
  50% {
    transform: scale(1);
    opacity: 1;
    filter: drop-shadow(0 0 25px rgba(255, 69, 0, 0.6)); 
  }
  100% {
    transform: scale(0.96);
    opacity: 0.4;
    filter: drop-shadow(0 0 10px rgba(255, 69, 0, 0.2));
  }
}

.heat-bar {
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #DAA520, #FF4500); 
  margin: 20px auto 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.heat-bar::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: loadingLine 1.2s infinite linear;
}

@keyframes loadingLine {
  0% { left: -100%; }
  50% { left: 0; }
  100% { left: 100%; }
}


#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}


.split-text .btn-event {
    margin-top: 20px;
}


.home-blog {
    padding:55px 0;
}

.blog-head {
    margin-bottom: 40px;
    text-align: center;
}

.blog-head h2 {
   font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}

.blog-card {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.blog-img-box {
    position: relative;
    overflow: hidden;
}

.blog-img-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-box img {
    transform: scale(1.05);
}

.blog-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #000000;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-details {
    padding: 25px;
}

.blog-author {
    font-size: 13px;
    color: #777777;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-details h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.blog-details h3 a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-details h3 a:hover {
    color: var(--c1);
}

.blog-details p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.btn-blog {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.btn-blog:hover {
    color: var(--c1);
    border-color: var(--c1);
}

.contact-form-head h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}

.footer-media ul li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    mix-blend-mode: lighten;
}


.main-image-container input[type="radio"] {
    display: none;
}


.main-image-container .main-image-viewer {
    display: none;
    width: 100%;
    height: 600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	object-fit: cover;
}


.main-image-container input[name="select"]:checked + .main-image-viewer {
    display: block;
}


.thumbnail-gallery-scroll {
    max-height: 600px; 
    overflow-y: auto; 

}

.thumbnail-item {
    position: relative; 
    width: 100%;
    padding-bottom: 75%; 
    height: 0; 
    overflow: hidden; 
}



.thumbnail-item img {
   width: 100vh;
/*     height: 200px; */
    object-fit: cover;
	padding-top: 10px;
    padding-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}








ul.sub-menu {
    display: block;
    position: absolute;
    background: var(--c2);
    top: 40px;
    opacity: 0;
    visibility: hidden;
/*     width: 180px; */
	 width: 260px;
	transition: .2s;
}
ul.sub-menu li a {
    color: #fff !important;
    padding: 5px 13px !important;
    display: inline-block;
}
.main-menu ul li {
    position: relative;
}
.main-menu ul li:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
}
.main-menu ul li.menu-item-185 a {
    padding-bottom: 20px;
}
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-ancestor > a,
.main-menu ul li.active > a {
    color: var(--c2);
}

ul.sub-menu li.current-menu-item a,
ul.sub-menu li.active a {
    color: #000000 !important;
    background-color: beige;
/*     width:180px; */
	width:260px;
}
ul.sub-menu li {
    border-bottom: 1px solid rgb(255 255 255 / 85%);
}


.btn-more-products {
    display: inline-block;
    padding: 12px 35px;
    background-color: #ff4500;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-more-products:hover {
    background-color: #000000;
    color: #ffffff;
}

.footer-newsletter {
    padding-left: 40px;
}

.footer-newsletter h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.newsletter-form form {
    display: flex;
    width: 100%;
}

.newsletter-form input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}

.newsletter-form button[type="submit"] {
    padding: 10px 20px;
    background-color: #ff4500;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button[type="submit"]:hover {
    background-color: #ffffff;
    color: #000000;
}

.footer-menu ul#menu-main-menu-2 i.fas.fa-chevron-down {
    display:none;
}

.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: var(--c1);
}
body form.es_subscription_form.es_subscription_form[data-form-id="2"].wysiwyg-form {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
	display: flex !important;
    width: 100% !important;
}
input.es_required_field.es_txt_email.ig_es_form_field_email.ig-es-form-input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #333333 !important;
    background-color: #1a1a1a !important;
    color: #ffffff;
    font-size: 14px;
    outline: none;
	border-radius: 0 !important;
}
input.es-subscribe-btn.es-custom-button {
    padding: 10px 20px !important;
    background-color: #ff4500 !important;
    color: #ffffff !important;
    border: 2px solid #ff4500 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    margin: 17px 0px 0px !important;
}

label.es-field-label {
    color: #fff !important;
}


