/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
/* font-family: var(--quicksand-font) !important; */
  line-height: 1.4;
  letter-spacing: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*  Common */

a:focus {
	outline: none;
}

main {
	padding-top: 200px;
}

.comment-form-author input{
	padding: 30px;
}

@media only screen and (max-width: 1100px) {
	main {
	padding-top: 100px;
}
}

body {
     background-color: #000;
	color: #fff;
}

.cmnBtnMain {
	 background: transparent;
	 border: 0;
	 display: flex;
	 align-items: center;
	 font-size: 16px;
	 color: #fff;
	 cursor: pointer;
	 position: relative;
	 padding: 0;
}
 @media only screen and (max-width: 768px) {
	 .cmnBtnMain {
		 background-color: #007bff;
		 padding: 10px 15px;
		 border-radius: 5px;
	}
}
 .cmnBtnMain:hover .btnIcon {
	 background-color: #007bff;
	 border-color: #007bff;
}
 .cmnBtnMain:hover ::before {
	 width: calc(100% - 50px);
}
 .cmnBtnMain ::before {
	 content: "";
	 position: absolute;
	 bottom: -5px;
	 left: 0;
	 width: 0;
	 height: 2px;
	 background-color: #007bff;
	 transition: all 0.4s ease-in-out;
}
 .cmnBtnMain .letterOne {
	 margin-right: 5px;
	 font-weight: 700;
}
 .cmnBtnMain .letterTwo {
	 font-weight: 300;
}
 .cmnBtnMain .btnIcon {
	 margin-left: 15px;
	 border: 1px solid #fff;
	 border-radius: 35px;
	 padding: 5px 10px;
	 transition: all 0.4s ease-in-out;
}
 @media only screen and (max-width: 768px) {
	 .cmnBtnMain .btnIcon {
		 display: none;
	}
}
 .cmnBtnMain .btnIcon img {
	 display: block;
}
 


/* Footer */

.melocFooterWrapper {
	padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.melocFooter {
	 padding: 100px 0 50px 0;
}
 @media only screen and (max-width: 768px) {
	 .melocFooter {
		 padding: 20px 0 5px;
	}
}
 @keyframes shimmer {
	 from {
		 background-position: 200% 0;
	}
	 to {
		 background-position: -200% 0;
	}
}
 .melocFooter h2 {
	 font-size: 18vw;
	 line-height: 1.2;
	 margin: 0 auto;
	 width: 100%;
	 text-align: center;
	 color: #fff;
	 opacity: 0.5;
	 font-family: 'Geometos' !important;
	 position: relative;
	 display: inline-block;
	 background: linear-gradient(90deg, #ffffff1a 25%, #ffffff80 64%, #ffffff1a 100%);
	 background-size: 200% 100%;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 animation: shimmer 8s infinite linear;
}
 @media screen and (min-device-width: 768px) and (max-device-width: 1300px) {
	 .melocFooter h2 {
		 font-size: 15vw;
	}
}
 @media only screen and (min-width: 1980px) {
	 .melocFooter h2 {
		 font-size: 16vw;
	}
}
 .melocFooter .contentWrapper {
	 display: flex;
	 justify-content: space-between;
}
 .melocFooter .contentWrapper .leftContent h3 {
	 font-size: 50px;
	 font-weight: 600;
	 line-height: 1.2;
	 color: #fff;
}
 @media only screen and (max-width: 768px) {
	 .melocFooter .contentWrapper .leftContent h3 {
		 font-size: 30px;
	}
}
 .melocFooter .contentWrapper .leftContent .inputWrapper {
	 position: relative;
	 width: 100%;
}
 .melocFooter .contentWrapper .leftContent .inputWrapper input {
	 width: 100%;
	 margin-top: 30px;
	 background: transparent;
	 border: 1px solid #242424;
	 color: #fff;
	 border-radius: 35px;
	 padding: 20px 30px;
	 box-sizing: border-box;
}
 .melocFooter .contentWrapper .leftContent .inputWrapper input::placeholder {
	 color: #aaa;
}
 .melocFooter .contentWrapper .leftContent .inputWrapper button {
	 position: absolute;
	 top: 32px;
	 right: 3px;
	 padding: 26px;
	 background-color: #007bff;
	 border-radius: 50%;
	 border: 0;
	 background-image: url(https://meloc-staging.techlabz.in/icons/product-arrow.svg);
	 background-repeat: no-repeat;
	 background-size: 34px;
	 background-position: center;
}
 .melocFooter .contentWrapper .rightContent {
	 display: flex;
	 gap: 40px;
}
 .melocFooter .contentWrapper .rightContent ul li {
	 color: #aaa;
	 margin-bottom: 20px;
	 transition: all 0.4s ease-in-out;
	 cursor: pointer;
     list-style: none;
     font-size: 16px;
}

.melocFooter .contentWrapper .rightContent ul li a {
text-decoration: none;	
}

 .melocFooter .contentWrapper .rightContent ul li:hover {
	 color: #fff;
}
 .melocFooter .contentWrapper .rightContent ul:last-child {
	 text-align: right;
}
 @media only screen and (max-width: 768px) {
	 .melocFooter .contentWrapper .rightContent {
		 margin-top: 50px;
		 display: block;
	}
	 .melocFooter .contentWrapper .rightContent ul {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
		 gap: 20px;
		 margin-bottom: 20px;
	}
	 .melocFooter .contentWrapper .rightContent ul li {
		 margin-bottom: 0;
	}
}
 @media only screen and (max-width: 768px) {
	 .melocFooter .contentWrapper {
		 display: block;
		 margin-top: 30px;
	}
}
 .melocFooter .subFooter {
	 border-top: 1px solid #242424;
	 padding-top: 50px;
	 margin-top: 100px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 @media only screen and (max-width: 768px) {
	 .melocFooter .subFooter {
		 padding-top: 25px;
		 margin-top: 50px;
	}
}
 .melocFooter .subFooter ul li {
	 display: inline-block;
	 background-color: #19181a;
	 padding: 15px 30px 15px 50px;
	 border-radius: 35px;
	 margin-right: 20px;
	 background-repeat: no-repeat;
	 background-size: 20px;
	 background-position: 18px 17px;
}
 .melocFooter .subFooter ul li:nth-child(1) {
	 background-image: url(https://meloc-staging.techlabz.in/icons/icon-instagram.svg);
}
 .melocFooter .subFooter ul li:nth-child(2) {
	 background-image: url(	https://meloc-staging.techlabz.in/icons/icon-facebook.svg);
}
 .melocFooter .subFooter ul li:nth-child(3) {
	 background-image: url(	https://meloc-staging.techlabz.in/icons/icon-tiktok.svg);
}
 .melocFooter .subFooter ul li a {
	 text-decoration: none;
	 color: #aaa;
}
 @media only screen and (max-width: 768px) {
	 .melocFooter .subFooter ul li {
		 padding: 15px;
		 border-radius: 5px;
		 margin-right: 15px;
		 background-position: 5px 5px;
	}
	 .melocFooter .subFooter ul li span {
		 display: none;
	}
}
 .melocFooter .subFooter p {color: #aaa;
}

.mainContainer {
	max-width: var(--wp--style--global--wide-size);
/* 	 max-width: 1920px; */
	 margin-inline: auto;
/* 	 padding-inline: 100px; */
}
/*  @media screen and (max-width: 1100px) {
	 .mainContainer {
		 padding: 20px;
	}
} */


/* Header */


.headerPosition {
	 position: fixed;
	 top: 50px;
	 width: 100%;
     padding-right: var(--wp--style--root--padding-right);
     padding-left: var(--wp--style--root--padding-left);
	 z-index: 1000000000;
}
 @media only screen and (max-width: 1100px) {
	 .headerPosition {
		 top: 20px;
	}
}
 .headerPosition .headerWrapper {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 background-color: #131313;
	 backdrop-filter: blur(12.75px);
	 border-radius: 10px;
	 border: 1px solid #000;
	 padding: 20px 30px;
}
 @media only screen and (max-width: 1100px) {
	 .headerPosition .headerWrapper {
		 border: transparent;
		 padding: 8px 30px;
	}
}
 .headerPosition .headerWrapper .logo {
	 width: 100px;
}
 .headerPosition .headerWrapper .logo img {
	 cursor: pointer;
	 width: 100px;
}
 .headerPosition .headerWrapper ul {
	 display: flex;
	 gap: 30px;
	 justify-content: center;
	 position: relative;
}
 .headerPosition .headerWrapper ul li {
	 list-style: none;
	 color: #fff;
	 cursor: pointer;
	 font-weight: 600;
	 transition: 0.3s ease-in-out;
}
.headerPosition .headerWrapper ul li a{
	text-decoration:none;
}
 .headerPosition .headerWrapper ul .activeNav {
	 color: #007bff;
}
 .headerPosition .headerWrapper ul .underline {
	 position: absolute;
	 bottom: -27px;
	 height: 4px;
	 border-top-left-radius: 4;
	 border-top-right-radius: 4;
	 width: 0;
	 background: #007bff;
	 transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
	 left: 0;
}
 @media only screen and (max-width: 1100px) {
	 .headerPosition .headerWrapper ul {
		 display: none;
	}
}
.actionWrapper {
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
	 gap: 40px;
	 position: relative;
}
 @media only screen and (max-width: 1100px) {
	 .actionWrapper button {
		 display: none;
	}
}
 .actionWrapper .cartAction {
	 display: flex;
	 gap: 20px;
	 padding-right: 40px;
	 position: relative;
}
 .actionWrapper .cartAction img {
	 width: 20px;
	 height: 20px;
	 min-width: 12px;
}
.woocommerce img, .woocommerce-page img {
	min-width: 12px;
}
 @media only screen and (max-width: 1100px) {
	 .actionWrapper .cartAction {
		 padding-right: 0;
	}
	 .actionWrapper .cartAction span {
		 display: flex;
		 flex-direction: column;
		 justify-content: space-between;
	 }
	 .actionWrapper .cartAction span a {
		 display: flex;
		 flex-direction: column;
		 justify-content: space-between;
	 }
	 .actionWrapper .cartAction::before {
		 display: none;
	}
}
 .actionWrapper .cartAction::before {
	 content: "";
	 width: 1px;
	 height: 100%;
	 opacity: 0.5;
	 background: #fff;
	 position: absolute;
	 right: 0%;
	 top: 50%;
	 transform: translate(0%, -50%);
}

.ResponsiveMenu {
	 background: transparent;
	 border: 0;
}
 @media only screen and (min-width: 1100px) {
	 .ResponsiveMenu {
		 display: none;
	}
}

.responsiveMenuWrapper.showMenu {
	opacity:1;
	transform: translateX(0);
}

 .responsiveMenuWrapper {
	 position: fixed;
	 top: 0;
	 left: 0;
	 padding: 150px 45px 20px;
	 background-color: #000;
	 width: 100%;
	 height: 100%;
	 z-index: 99;
	 opacity: 0;
    transform: translateX(-100%);
	 transition: all 0.4s ease-in-out;
}



 .responsiveMenuWrapper .navContent {
	 display: flex;
	 flex-direction: column;
	 gap: 20px;
	 justify-content: space-between;
	 height: 100%;
}
 .responsiveMenuWrapper .navContent .navList ul li {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 border-bottom: 1px solid #3b3b3b;
	 padding: 20px 0;
}
 .responsiveMenuWrapper .navContent .navList ul li span:first-child {
	 color: #007bff;
	 font-size: 12px;
	 font-weight: 600;
}
 .responsiveMenuWrapper .navContent .navList ul li span:last-child {
	 color: #fff;
}
 .responsiveMenuWrapper .navContent .navFooter {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .responsiveMenuWrapper .navContent .navFooter ul li {
	 display: inline-block;
	 margin-right: 15px;
}
 .responsiveMenuWrapper .navContent .navFooter ul li span {
	 width: 20px;
	 height: 20px;
	 display: block;
}
 .responsiveMenuWrapper .navContent .navFooter button {
	 font-weight: 600;
	 background-color: #1b1b1b;
	 border-radius: 5px;
	 padding: 12px 20px;
	 color: #fff;
	 border: 0;
}
 .responsiveMenuWrapper .navContent .navFooter button span {
	 font: inherit;
	 margin-left: 5px;
	 font-weight: 400;
}
 
 



/* dropdown */


	.dropdown {
		position: relative;
		display: inline-block;
	}
	.dropdown-btn {
		background-color: #007bff;
		color: white;
		padding: 10px 38px 10px 18px;
		border: none;
		cursor: pointer;
		border-radius: 35px;
		transition: background-color 0.3s;
		position: relative;
	}
	.dropdown-btn::before {
		content: "";
		position: absolute;
		top: 9px;
		right: 14px;
		width: 14px;
		height: 14px;
		background-image: url(https://meloc-staging.techlabz.in/icons/icon-arrow-down.svg);
		background-position: center;
		background-size: 14px;
		background-repeat: no-repeat;
	}
	.dropdown-btn.active::before {
		transform: rotate(180deg);
	}
	.dropdown-content {
		display: none;
		position: absolute;
		border-radius: 10px;
		border: 1px solid #7e7e7e;
		width: 100%;
		align-items: center;
		padding: 2px;
		overflow: hidden;
		backdrop-filter: blur(20px);
		background: rgba(55, 55, 55, .65);
	}
	.dropdown-content a {
		color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		text-decoration: none;
		display: block;
		cursor: pointer;
		text-align: center;
	}
	.dropdown-content a:hover {
		background: #525252;
	}
 

.wc-block-components-button {
	background-color: #fff;
	color: #000;
	font-weight: bolder;
}
 
.trp-language-switcher > div {
    background-color: transparent;
/*     border-radius: 35px; */
    border: 0;
	
}

.trp-language-switcher > div > a {
	color: #fff;
}

.trp-language-switcher > div > a:hover {
    background: transparent !important;
    color: #007bff;
}

.trp-language-switcher > div {
    background-image: url("https://meloc.ge/icons/white-arrow.svg");
    background-position: calc(100% - 32px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
}

.trp-language-switcher > div:hover {
    background-image: unset !important;
}

.trp-language-switcher {
	width: 60px !important;
}

