@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #ff0000;
    --title-color : #000000;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%)

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

.previewdetails h2 {
    font-size: 28px;
    font-weight: 600;
}
.previewdetails {
    padding-top: 50px;
}

.preview-section {
    margin: 25px 0;
}
.previewdetails {
    padding-top: 50px;
}
.previewdetails h3 {
    font-size: var(--clamp28);
    color: #222;
    margin-top: 0px;
}
.catlistimg a {
    text-decoration: none;
    color: #222;
}
.previewbig {
    overflow: hidden;
    height: 500px;
}
.previewbig img{
    height: 100%;
    width: 100%;
}
.previewdetails h2 {
    font-size: var(--clamp40) !important;
}
.details {
    margin: 25px 0;
}
.previewdetails h5 {
    font-size: var(--clamp18) !important;
    color: var(--primary-color);
    margin-top: 0px;
}
.details img {
    height: 25px;
}
.addbutton a {
    display: block;
    padding: 10px 15px;
    width: 100% !important;
    text-align: center;
    text-decoration: none;
    font-size: var(--clamp20);
    background-color: white;
    border: solid 1px #eee;
    color: #222;
    font-weight: 600;
}
.discription {
    margin: 35px 0;
}
.successblock {
    padding: 10px 15px;
    border: solid 1px #eee;
    border-radius: 10px;
    margin: 50px 0;
}
.successblock button {
    padding: 10px;
    border: none;
    background: var(--primary-color);
    font-weight: 600;
    color: white;
}
.successblock h3 {
    text-align: center;
    font-size: 24px;
}
.suc{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.suc i{
    color: green;
    font-size: 30px;
}
.cartempty img {
    height: 150px;
}
.cartadded {
    background: green;
    position: fixed;
    bottom : 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0 auto;
    color:white;
    font-weight: 600;
}


/* aboutus section */
.aboutus-section{
	padding: 100px 0;
}
.titlestyle h4{
	background-color: var(--primary-color);
	padding: 3px 20px;
	border-radius: 50px;
	font-size: var(--clamp18);
	text-transform: uppercase;
	line-height: 30px;
	display: inline-block;
	color: #fff;
}
.aboutus-content h2{
	font-size: var(--clamp50);
	font-weight: 700;
	text-align: left;
	margin: 15px 0;
}

.abtimg2{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	width: auto;
	right: 0;
	top: 0px;
}

@media screen  and (min-width:320px) and (max-width:767px) {
	.abtimg2 {
		top: 40px;
	}
	.cartadded {
    width: 80% !important;
    text-align: center !important;
}
}
@media screen  and (min-width:768px) and (max-width:991px) {
	.abtimg2 {
		top: 40px;
	}
	.cartadded {
    width: 80% !important;
    text-align: center !important;
}
}

/* aboutus section */

/* contact-details */
.contact-details-section{
	padding: 50px 0;
	background: #fff;
}
.contact-icon{
	background-color: var(--primary-color);
	height: 100px;
	width: 100px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.contact-icon i{
	color: var(--white);
	font-size: 35px;
}
.contact-details{
	text-align: center;
}
.contact-details h3{
	font-size: var(--clamp18);
	color: var(--title-color);
	margin-bottom: 10px;
}
.contact-details h4{
	font-size: var(--clamp16);
	color: var(--black2);
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.contact-details a{
	font-size: var(--clamp18);
	color: #070501;
	text-decoration: none;
}
.contact-details{
	margin-bottom: 25px;
}

/* contact-details */
/* footer */

.footer{
    background: #000000;
    color: white;
	padding: 80px 0;
}

.footerblock h1{
	font-size: var(--clamp55);
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}
.footerblock h5{
	font-size: var(--clamp16);
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
	opacity: 0.6;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.footer-social a{
	margin:0 6px;
}
.footer-social i{
	color: #fff;
	font-size: 18px;
}
.footerlinks h4{
	font-size:var(--clamp22);
}
.footerlinks li a{
	font-size:var(--clamp15);
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	opacity: 0.7;
}
.footerlinks li a:hover{
	color:#fff;
	opacity:1;
}
.footerlinks li{
	list-style: none;
	line-height: 30px;
}
.footercontact h4{
	font-size:var(--clamp22);
	margin-bottom: 20px;
}
.footercontact p{
	font-size: var(--clamp16);
}
.footercontact p i{
	margin-right:10px;
}
.footerbrand{
	background-color: #0f0e0e;
	text-align: center;
	padding: 5px 0;
}
.footerbrand h6{
	color:#fff;
	font-size:var(--clamp14);
	padding-top: 10px;
	opacity: 0.8;
}

/* footer */


/* Responsive */
@media screen and (min-width: 320px) and (max-width: 575px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
    .topmenu-section .logo img {
    height: 150px;
    position: absolute;
    top: -30px !important;
    margin-left: 0 !important;
}
section.userside {
    display: none;
}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
    .topmenu-section .logo img {
    height: 150px;
    position: absolute;
    top: -30px !important;
    margin-left: 0 !important;
}
section.userside {
    display: none;
}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
    .topmenu-section .logo img {
    height: 150px;
    position: absolute;
    top: -30px !important;
    margin-left: 0 !important;
}
section.userside {
    display: none;
}
}


/* Footer */

.topmenu-section{
    background-color: transparent;
    height:80px;
}
.topmenu-section .logo img {
    height: 150px;
    position: absolute;
    top: 12px;
    /* left: 64px; */
    margin-left: -45px;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;

}
.topmenu-section .website-menu ul{
    float: right;
    margin-top: 12px;
}
.topmenu-section .website-menu ul li a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.topmenu-section .website-menu .splcontact{
    background-color: #090b0f;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus {
    display: block;
    background-color: white;
    position: fixed;
    left: -400px;
    width: 320px;
    height: 100%;
    z-index: 9999;
    transition: ease-in-out 0.3s;
    border-right: solid 1px #eee;
}
   .innermenulogo {
    margin-left: -55px;
    margin-top: 10px;
}
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Header */
/* headmenu */
.headermenu{
    background-color: #eee;
    padding: 10px 0;
}
.headermenu li{
    float: left;
    list-style: none;
    margin-right: 25px;
}
.socialmedia{
    float: right;
}
.socialmedia a{
    margin-left: 10px;
    color: #222;
}
/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:320px) and (max-width:991px) {
    .headermenu{
        display: none;
    }
}
/* headmenu */

/* HeroSlider */
.heroslider{
    height: 600px;
}
.heroslider img{
    height: 600px;
    width: 100%;
}
.theslider{
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.heroslider button {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.heroslider i{
    color: white;
}
.heroslider .slick-next{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.heroslider .slick-prev{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.heroslider{
        height: 250px;
    }
    .heroslider img{
        height: 250px;
    }
    .theslider{
        height: 250px;
    }
    .heroslider .slick-next{
        right: 10px;
    }
    .heroslider .slick-prev{
        left: 10px;
    }
    .heroslider button {
        height: 30px;
        width: 30px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .heroslider{
        height: 350px;
    }
    .heroslider img{
        height: 350px;
    }
    .theslider{
        height: 350px;
    }
    .heroslider .slick-next{
        right: 15px;
    }
    .heroslider .slick-prev{
        left: 15px;
    }
    .heroslider button {
        height: 40px;
        width: 40px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.heroslider{
        height: 400px;
    }
    .heroslider img{
        height: 400px;
    }
    .theslider{
        height: 400px;
    }
    .heroslider .slick-next{
        right: 20px;
    }
    .heroslider .slick-prev{
        left: 20px;
    }
    .heroslider button {
        height: 40px;
        width: 40px;
    }
}
/* HeroSlider */


/* Categeory */
.catlistimg {
    height: 450px;
    overflow: hidden;
    border: solid 1px #eee;
    margin-bottom: 20px;
    border-radius: 10px;
}
.cartbtn {
    margin: 0 auto;
    width: 95%;
    display: grid;
    text-align: center;
}
.catlistimg h2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--clamp26);
}
.previewdetails span {
    font-size: 15px;
}
.cartbtn a {
    background: #567be1;
    width: 100%;
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff !important;
    font-size: var(--clamp18);
    font-weight: 700;
    text-transform: uppercase;
}
.thecartsec{
    padding: 10px;
    border-radius: 6px;
    border:solid 1px #eee;
    margin-bottom: 15px;
}
.cartimg{
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
}
.cartpaydetails{
    padding: 10px;
    border-radius: 6px;
    border:solid 1px #eee;
    margin-bottom: 15px;
}
.paymentbtm a {
    font-size: var(--clamp18);
    text-decoration: none;
    background-color: var(--primary-color);
    padding: 10px 20px;
    display: block;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.payicon{
    text-align: center;
    color: #128C7E;
}
.payicon i{
    font-size: 70px;
}
.termspage{
    padding: 25px 0;
}
.cartimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cartpage{
    padding: 25px 0px;
}
.cartpage h3 {
    font-size: var(--clamp24);
    font-weight: 600;
}
.cartpage h2 {
    font-size: var(--clamp26);
    font-weight: 700;
}
.cartdetails a{
    text-decoration: none;
}
.catlistimg img{
    height: 300px;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
}
.catlistimg h4 {
    text-align: center;
    font-size: var(--clamp18);
}


/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}

/* Categeory */

.page-title{
    text-align:center;
    padding:30px 0;
}
.page-title h1 {
    font-size: var(--clamp38);
    font-weight: bold;
    text-transform: uppercase;
}
.page-title p{
    font-size:var(--clamp20);
    font-weight:400;
}


.banner{
    background-image: url("https://thumbs.dreamstime.com/b/programming-code-abstract-technology-background-software-deve-developer-computer-script-96434780.jpg");
    background-size: cover;
    background-position: center center;
}
.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}


/* Message Btn */
.float-button {
	text-decoration: none;
	position: fixed;
	padding: 10px;
	padding-right: 15px;
	bottom: 30px;
	right: 30px;
	color: #fff;
	background-color:#25D366;
	border-radius: 25px 30px 5px 25px;
	z-index: 100;
	font-family: Arial;
	font-size: 17px;
	animation: whatsapp-animation 0.5s ease-in-out;
	box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
	transition:all 0.3s ease-out;
}

.float-button:hover {
	 background-color: #128C7E;
	  color: #fff;
}

.fa-whatsapp {
	font-size: 20px !important;
	padding-right: 5px;
	padding-left: 5px;
}

@keyframes whatsapp-animation {
	from {
		opacity: 0%;
	}

	to {
		opacity: 100%
	}
}

@media screen and (max-width: 545px) {
	span {
		display: none;
	}

	.float-button {
		bottom: 15px;
		right: 15px;
		width: 20px;
		border-radius: 20px 20px 5px 20px;
	}

	.fa-whatsapp {
		font-size: 22px !important;
		padding: 4px;
	}
}
/* Message Btn */
/* login */
.loginbox{
    padding: 50px 0;
}
.loginbox h3{
    text-align: center;
    margin-bottom: 30px;
}
.loginbox input[type="text"],.loginbox input[type="password"],.loginbox input[type="number"]{
    height: 50px;
    margin-bottom: 10px;
    box-shadow: none;
    border: solid 1px #ccc;
}
.loginbox button {
    background-color: #567be1;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: var(--clamp18);
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}
.loginbox a{
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

/* login */

/* userside */
.userside{
    border: solid 1px #eee;
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
}
.userside li{
    list-style: none;
    line-height: 35px;
    margin-left: -40px;
}
.userside li a{
    text-decoration: none;
    display: block;
    color: #222;
    font-weight: 700;
    padding-left: 30px;
}
.userside li:hover{
    background-color:#567be1;
    border-radius: 10px;
}
.userside li:hover a{
    color: #fff;
}

/* userside */