@charset "utf-8";
/* CSS Document */

/*CSS Root Data*/
@font-face {
	font-family: 'SCRIPTBL';
	src: local('SCRIPTBL'), url('../fonts/SCRIPTBL.woff') format('woff');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_12234">Text with this font applied</p> */
.fontsforweb_fontid_12234 {
	font-family: 'SCRIPTBL';
}

.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.ARIDI06 {
font-family: "ARIDI06";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.Gadion-demo {
font-family: "Gadion Demo";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
b, strong {
    font-weight: bold;
}
:root{
/*Primary Colors*/
--color-primary:#EAA1C1;
--color-secondary:#A3C3CD;
--color-tertiary:#BFD0AC;

/*Background Color*/
--color-bg:#FFFBF7;
	
/*Secondary Color*/
--color-light:#ffffff;
--color-dark:#CC4782;
}
.ZeekGreen{
	background-color: var(--color-tertiary);
	
}
body{
	  font-family: "Playfair Display", serif !important;
	font-weight: 500;
	font-size: 20px;
	color: var(--color-dark);
	background: #F3FAF6;
}
h1{
	font-family: "Abril Fatface", serif;
	color: var(--color-dark);
	font-size: 48px;
}
a.Zeeksbtn{background: #CC4782; border: 1px solid var(--color-secondary); color:var(--color-light);  font-family: "Gadion Demo"; font-size: 20px;}
a.Zeeksbtn:hover{background-color: var(--color-secondary); color:#fff}
/*Header*/
header{
	background: url("../images/Zeek-Top-Bg.svg") repeat-x left top;
	background-size: 5.56%;
	position: relative
}
header .navbar-brand.Mb{display: none !important;}
header li.nav-item{
	font-family: "Abril Fatface", serif;
	font-size: 16px;
}
div#stickyHeaderWrapper{  transition: transform 0.2s ease;}
div#stickyHeaderWrapper.zekBg.shadow-sm a {
    margin-top: 0;
    box-shadow: initial !important;
	padding: 4px !important;
}
div#stickyHeaderWrapper.zekBg.shadow-sm a img{
	height: 50px !important
}
header li a.nav-link {
    color: var(--color-secondary);
}
.zekBg{background-color: #fffbf7;}
header li a.nav-link:hover{color: var(--color-primary);}
header li a:before{content: '';  background:url("../images/zeeks-bulid.jpg") no-repeat; margin: 0 8px 0 0; width: 15px; height: 15px; display: inline-block}
header ul li:first-child a:before{display: none}
header .navbar-brand{background-color: var(--color-bg); margin-top: -64px;}
a.nav-link.NoBul:before {
    display: none;
}
/* Custom Radio Buttons */
.form-check-input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    outline: none;
    vertical-align: middle;
    background-color: #fff;
}

.form-check-input[type="radio"]:checked {
    background-color: transparent;
    border-color: #000;
}

.form-check-input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
}

.form-check-label {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 8px;
    font-weight: 400;
}

.form-check {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.account-nav .list-group-item:hover,
.account-nav .list-group-item.active {
    background-color: var(--color-primary);
    color: white;
    border-color: transparent;
}

.account-nav .list-group-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.account-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.account-card .card-header {
    background-color: white;
    border-bottom: 2px solid var(--color-primary);
    font-family: "Abril Fatface", serif;
    font-size: 24px;
    color: var(--color-dark);
}

.form-control:focus, .form-select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0.25rem rgba(204, 71, 130, 0.25);
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-family: "Abril Fatface", serif;
    padding: 0.5rem 2rem;
    font-size: 18px;
}

.btn-primary:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}

.btn-outline-secondary {
    color: var(--color-dark);
    border-color: var(--color-dark);
}

.btn-outline-secondary:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .account-sidebar {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-right: 0;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
    
    .profile-image {
        width: 120px;
        height: 120px;
    }
}

/*Main Banner*/
#MainBanner, #InnerBanner{
	background: url("../images/-Zeeks-banner.jpg") no-repeat center top;
	background-size: cover;
	margin-top: -112px;
	height: 600px;
	font-family: "Playfair Display", serif;
}
#InnerBanner{
	background: url("../images/Innerbanner.jpg") no-repeat center top;
	height: 300px;
	margin-top: -90px;
}
#MainBanner h1{
	font-family: 'SCRIPTBL';
	font-size: 78px;
	color: var(--color-secondary);
}
#MainBanner p{
	color: var(--color-primary);
	font-size: 23px;
	font-weight: 600
}

.HBcard{
	color: var(--color-light);
	font-family: "ARIDI06";
	font-size: 30px;
	height: 640px
}

.HBcard a{
	font-family: "Gadion Demo";
	font-size: 24px;
	color: var(--color-light);
	border-color: #ffffff;
}
.HBcard h2{
	font-size: 36px;
}
.HBcard.BoxGnr{
	background-color: var(--color-tertiary);
}
.HBcard.BoxGnr a{
	background: #a8bc94;
}
.HBcard.BoxGnr a:hover{
	border: 1px solid #fff;
	background: var(--color-tertiary);
}
.HBcard.BoxPin{
	background: url("../images/Zeeks-Cupcakes.jpg") no-repeat var(--color-primary) bottom;
}
.HBcard.BoxPin a{
	background: #CC4782;
}
.HBcard.BoxPin a:hover{
	border: 1px solid #fff;
	background: var(--color-primary);
}
.HBcard.BoxBlu{
	background:url("../images/Zeeks-Sweets.jpg") var(--color-secondary) bottom no-repeat;
}
.HBcard.BoxBlu a{
	background: var(--color-secondary);
}
.HBcard.BoxBlu a:hover{
	border: 1px solid #fff;
	background: #95BCC4;
}

#WelSec{
}
#WelSec h1{
	color:var(--color-tertiary);
}
p{
	font-weight: 400;
}

#Feeltaste{
	background: #fff;
}
#Feeltaste .col{margin: 0 10px;} 
#Feeltaste .col:first-child{margin-left: 0;}
#Feeltaste .col:last-child{margin-right: 0;}
#Feeltaste h2{
	font-family: 'SCRIPTBL';
	font-size: 26px;
}
#Feeltaste .Zeeksbtn{margin-bottom: -20px;}

.ProBox {
  background-color: #FBE1EC;
  transition: transform 0.2s ease;
}

.ProBox:hover {
  transform: scale(1.02);
}

.ProBox img{width: 100%}
.price img{width: auto; margin-top: -3px;}

footer{background-color:var(--color-tertiary); font-family: 'SCRIPTBL'; color:#fff; font-size: 20px;}

/*Media Class*/
@media(max-width:768px){
	header {
    background: url(../images/Zeek-Top-Bg.svg) repeat-x left top;
    background-size: 16%;
	}
	    header .navbar-brand.Mb {
            display: inline-block !important;
        margin-top: -20px;
        background-color: inherit;
        box-shadow: inherit !important;
			        margin-bottom: -20px;
    }
	.HBcard{
	padding: 10px !important;
	height: 350px;
    background-size: 100% !important;
		overflow: hidden;
	}
	.HBcard img{
    height: 100% !important;
    margin-top: -118px;
    position: relative;
    z-index: 0;
}
	.HBcard h2 {
    font-size: 30px;
}
	header .navbar-brand.Mb img{ height: 60px !important;}
	#MainBanner {
    background: url(../images/-Zeeks-banner.jpg) no-repeat center center;
    background-size: cover;
    margin-top: -155px;
    height: 409px;
    padding-top: 200px !important;
}
	header .navbar-brand{display: inline-block !important; margin-top: -20px;}
	#MainBanner h1{
	font-size: 50px;
}
	section#WelSec.p-5 {
    padding: 1rem !important;
}
#MainBanner p{
	font-size: 18px;
}
	#WelSec .container.text-center.px-5, #WelSec .container.text-center.px-5 p{padding-left: 0 !important; padding-right: 0 !important}
	h1{font-size: 32px;}
	body{font-size: 18px;}
}

/*Inner Pages*/
.SideBar{
	background-color: var(--color-secondary);
}
.SideBar ul li{background-color: inherit;}

/*Cart Box*/
.CarBox{
	color:#fff;
	font-family: "Playfair Display", serif;
	font-size: 20px;
}
.zekBg .container {
    max-width: 1400px;
}
@media (min-width: 1400px) {
	header .container{max-width: 1520px;}
}