.menu-cross-button {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.menu-cross-button span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: 0.3s;
    border-radius: 2px;
}
.menu-cross-button span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.menu-cross-button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

body {
	font-family: "Josefin Sans", serif !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevents Safari from resizing text */
}
.home .dots {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.home .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    border: 1px solid grey;
}
.header.fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
#mobile-nav-button {
	display: none;
}
.main-header #input-search {
    z-index: 1;
    position: fixed;
    left: 50%;
    width: 40%;
    transform: translate(-50%, 0);
    display: none;
    top: 50px;
} 
.search-button {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/black-magnifying-glass.png') no-repeat center;
	max-width: fit-content;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.search-button input {
	width: 0;
	height: 0;
	padding: 25px;
}

.footer-subscribe-button {
	display: inline-block;
	max-width: fit-content;
}
input[type="submit"] {
	background-color: unset;
	background: unset;
	font-size: unset;
}
button {
	background-color: unset;
	color: unset;
	-webkit-appearance:  unset; 
    -moz-appearance: none;
     background:  unset; 
    border: none;
     border-radius:  unset; 
     color: unset; 
     cursor:  unset; 
    display:  unset;
     font-size:  unset; 
     font-weight:  unset; 
     letter-spacing:  unset; 
     line-height:  unset; 
     margin:  unset; 
     opacity:  unset; 
     padding: unset; 
     text-align:  unset; 
     text-decoration:  unset; 
     text-transform:  unset; 
     transition: unset;
}
li {
	line-height: unset; 
    margin: unset;
    list-style: none;
}
h4 {
	font-size: unset;
	margin: unset;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Josefin Sans", serif;
}
html {
	scroll-behavior: smooth;
}
img {
	display: block;
	max-width: 100%;
}
a {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
}
.navbar ul li:hover a {
	color: #ffc724;
}
p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
h1 {
	font-size: 53px;
    color: #ffffff;
    font-weight: 300;
    line-height: 68px;
    margin: 15px 0;
    text-transform: uppercase;
}
h2 {
	color: #fff;
    font-size: 50px;
    font-weight: 300;
}
h3 {
	font-size: 53px;
	line-height: 68px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.left {
	float: left;
}
.right {
	float: right;
}
.relative {
	position: relative;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
.center-wrapper {
	max-width: 1620px;
	width: 96%;
	margin: 0 auto;
}
.small-center-wrapper {
    max-width: 1400px;
	width: 96%;
	margin: 0 auto;
}
.relative {
	position: relative;
}

.home {
	overflow: hidden;
}
.home .container {
	width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.home .container > .child {
	scroll-snap-align: start;
}
.topbar {
	background: #1c1c1c;
	padding: 10px 0;
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: "Josefin Sans", serif;
    z-index: 1;
}
.topbar .topbar-off-sale {
	font-size: 16px;
}
.timer {
	width: 50%;
}
.announcment {
	display: flex;
	align-items: center;
}
.topbar .center-wrapper {
	display: flex;
	align-items: center;
}
.timer span {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14px;
	padding: 5px 9px;
	display: inline-block;
	text-align: center;
}
.discount-content {
	position: relative;
	width: 50%;
}
.home .bg-change {
	background-color:red !important;
	top: 0 !important;	
	position: fixed;
	width: 100%;
}
.menu-item:hover .submenu {
    display: block;
    transition: 0.5s all;
    padding: 20px 10px;
}
.blog-drop-menu .submenu {
	text-align: left;
}
.blog-drop-menu .submenu-item {
	width: 45%;
    display: inline-block;
    margin: 15px !important;
}
.blog-drop-menu .submenu-item a {
	text-align: left;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.blog-drop-menu .submenu-item span {
	font-size: 14px;
	padding: 0 20px;
}
.blog-drop-menu .submenu-item img {
	width: 50%;
    height: 6vw;
    object-fit: cover;
    border-radius: .6rem;
    overflow: hidden;
    float: left;
}
.programmers-drop-menu .submenu {
	padding: 10px;
}
.programmers-drop-menu .submenu .submenu-item span {
	display: none;
}
.programmers-drop-menu .submenu-item {
	margin: 25px 10px !important;
	width: 22%;
}
.programmers-drop-menu .submenu-item img {
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, .25));
}
.submenu {
	position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 10px 50px;
    border-radius: 15px;
    display: none;
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-menu {
	position: relative;
}
.submenu-item {
	width: 18%;
	transition: transform 0.3s ease-in-out;
	margin: 22px !important;
}
.submenu-item:hover {
	transform: translateY(-10px);
}
.submenu-item:hover {
	margin-top: -10px;
}
.submenu-item a {
	color: #000 !important;
}
.home .nav-change {
	color: blue !important;
}
.header-logo, .header-icons {
	width: 20%;
}
.header-icons, .header-logo {
	filter: invert(1);
}
.icon {
	display: inline-block;
    margin: 0 10px;
}
.main-header {
	position: absolute;
	width: 100%;
	z-index: 11101;
}
.header {
	padding: 5px 0;
	transition: all 0.4s ease-in-out;
}
.navbar {
	width: 60%;
	text-align: center;
}
.header-content {
	display: flex;
	align-items: center;
}
.navbar ul li {
	display: inline-block;
	cursor: pointer;
	margin: 0 22px;
}
.navbar ul li a {
	font-size: 16px;
	color: #000;
	padding: 20px 0;
	text-transform: uppercase;
}
.zarf-heading {
	padding:25px 0;
	text-align: center;
}
.zarf-heading p {
	margin: 5px 0;
}
.zarf-paragraph {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.zarf-footer-heading {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
}
.zarf-paragraph-subheading {
	font-size: 30px;
	font-weight: 400;
}
.zarf-heading .play-button {
	font-size: 20px;
    padding: 10px 40px 10px 20px;
    border: none;
    cursor: pointer;
    background: #f6f6f6;
    border-radius: 8px;
}
.zarf-heading .play-button::before {
	content: '';
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/play-button.png') no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	right: 10px;
}
.zarf-heading .play-button:hover:before {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-play-button.png') no-repeat;
}
.zarf-paragraph p:last-child {
	max-width: 250px;
}

/*Country section start*/
.country, .subscribe {
	background: #f6f6f6;
	padding: 48px 0;
	text-align: center;
}
.country-content img {
	display: inline-block;
}
.country h4, .subscribe h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

/*Subscribe-section start*/
.subscribe {
	background: #fff;
}
.subscribe-section-content img {
	height: unset;
}
.subscribe #emailError {
	color: red;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    display: none;
}
.subscribe img, .input-field {
	display: inline-block;
}
.subscribe .email {
	width: 300px;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #000;
}
.subscribe .email::placeholder {
	font-size: 16px;
}
form .subscribe-button {
    padding: 11px 40px 11px 20px !important;
    color: #fff;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background: #000 url("https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png") no-repeat right 15px center;
}

form .subscribe-button:hover, .zarf-heading .play-button:hover {
	background: #f39764 url("https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png") no-repeat right 10px center !important;
	transition: 0.5s all !important;
	color: #fff !important;
	text-decoration: none;
}

/*Footer Start*/
.footer {
	background: #f6f6f6;
	padding: 40px 0 0;
}
.footer-content {
	text-align: center;
	margin-left: 100px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-details {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.footer-details h5 {
	font-size: 40px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-align: left;
}
.footer-details a {
	display: block;
    text-align: left;
    color: #000;
    max-width: fit-content;
    margin: 10px 0;
}
.footer-number {
	margin: 20px 0 !important;
}
.footer-icons {
	padding: 18px 0;
}
.footer-icons .footer-icon {
    margin: 0 10px;
}
.copy-right {
	background: #000;
	padding: 10px 0;
	text-align: center;
	margin: 40px 0 0;
}
.footer a:hover {
	color: #f39764;
}
.copy-right a {
	color: #fff;
}

#myBtn {
  	display: none;
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 9999;
    background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png') no-repeat center, linear-gradient(#f39764, #f39784); 
    cursor: pointer;
    padding: 25px;
    border-radius: 50%;
    outline: none;
    border: none;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    transition: all 0.3s ease-in-out;
    animation: moveUpDown 2s ease-in-out infinite;
    rotate: -90deg;
}
#myBtn:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
@keyframes moveUpDown {
	0% {
    transform: translateX(0);
}
50% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0);
}
}
.subscribe .wpcf7-form p {
	max-width: fit-content;
	display: inline-block;
	vertical-align: top;
}
.subscribe .wpcf7-form .wpcf7-spinner {
	display: none;
}
.subscribe .wpcf7-form .subscribe-button-error {
	max-width: fit-content;
    margin: 10px auto 0 !important;
}