
/* 
    Created on : 03 Apr 2019, 3:59:41 PM
    Author     : Peter
*/

body{
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    overflow-x: hidden;
}






@keyframes navAnimation {
    0% {left: 90em;
        background-color: rgba(253, 237, 173, 1);}
    20% {left: 75em;
        background-color: rgba(253, 237, 173 0.750);}
    40% {left: 50em;
         background-color: rgba(253, 237, 173, 0.7);
    }
    60% {left: 25em;
         background-color: rgba(253, 237, 173 ,0.650);
    }
    80% {left: 17em;
         background-color: rgba(253, 237, 173,0.6);
    }
    90%{left: 9em;
         background-color: rgba(253, 237, 173, 0.550);
    }
    100% {left: 0em;
          background-color: rgba(253, 237, 173, 0.5);
    }
}

@keyframes navAnimation2 {
    0% {
        
        background-color: rgba(0,0,0,1.0);
    }
    20% {
     
         background-color: rgba(0,0,0,0.75);
    }
    40% {   
         background-color: rgba(0,0,0,0.5);
    }
    60% {
        
        background-color: rgba(0,0,0,0.3);
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation: navAnimation 1s;
    background-color: rgb(253,237,173);
    left: 0px;
    color: black;
    z-index: 1;
}


.navbar {
    box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.4);
    background-color: rgb(0,0,0,0.9)!important;
}

.nav-link {								/* centers the text in the nav bars and boxes the element */
	list-style-type: none;
        margin: -1em;        
}



.nav-item  {							/* these rules creates the Navigation buttons */
		display: inline-block;
        text-align: center;
        font-family: 'rubiklight !important';
		font-size: 1.2em;
        color: rgb(255, 255, 255);
        text-decoration: none;        
                     
}

.navbar-collapse {
  justify-content: flex-end;
}




#highlight{
    padding: 0.5em 0.8em;
}
.nav-item:hover {					/* changes the colour of the navigation button when hovered over */
    color:rgb(255,215,0.5);
		
}


.carti:hover {
    background-color:rgba(255,215,0.5);
    box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.3);
    border-radius: 0em;
    padding: 0.5em;
}

.carti:hover > .cartcnt {
    color: white;
}

.nav-OverLay{
    background-color: rgba(0,0,0,0.4);
    
        
}
.overlay{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
   
    
}


.breadcrumb-item :hover {
	color: rgba(255,215,0.5);
}    
    



.tit {
    color: #DB9600;
}






    
    
 

.ani2 {
    font-family: 'Great Vibes', cursive;
}


.title :hover > .ani2 p {
    animation: ani .6s;
    transition:  color .2s, zoom  .5s; 
    color: rgba(253,237,173,1); zoom: 160%;
    
}


@keyframes ani {  
    20%{color: rgba(0,0,0, 0.2); zoom: 110%;}
    
    40% {color: rgba(0,0,0, 0.4); zoom: 120%;}    
    60% {color: rgba(0,0,0, 0.6); zoom: 130%;}
    80% {color: rgba(0,0,0, 0.8); zoom: 140%;}
    100% {color: rgba(0,0,0,1); zoom: 150%;}
 
}



@keyframes ani2 {
    
 from{color: rgba(0,0,0,0.2);}
 to{color: rgba(0,0,0,1);}
 

}



p {
    line-height: 1.5em;
    font-family: 'rubiklight';
}


    

.fade{
    animation-name: fade;
    animation-duration: 3s;
}

 .footer a { text-decoration: none;
    color: whitesmoke;
}

 /*.nav-item :hover {
    text-decoration: none;
    color: rgb(197, 41, 31);
    cursor: pointer;
    
}*/

.footer a :hover {
    text-decoration: none;
    color: rgb(197, 41, 31);
    cursor: pointer;
}

.footer {
   width:100%;
   background-color: rgb(0,0,0);
   background-size: cover;
   text-align: center;
   padding: 60px 0 30px;
   
}



.footer-copyright{
    padding-top: 2em;
}

/* Footer Fixes */
.footer .container-fluid {
    padding: 0 20px;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.footer .col-md-3,
.footer .col-sm-6 {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-link {
    text-decoration: none;
    color: whitesmoke;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.footer-link:hover {
    color: #e67e22;
    text-decoration: none;
}

.footer-link p {
    margin: 0;
    padding: 8px 0;
    font-size: 1rem;
    color: inherit;
}

/* Social Links in Footer */
.footer .social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 15px 0;
}

.footer .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
     background: rgba(230, 126, 34, 0.2)
    display: flex;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .social-icon:hover {
    background: #e67e22;
    color: white;
    transform: translateY(-2px);
    border-color: #e67e22;
}

/* Copyright */
.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .footer .social-links {
        gap: 15px;
    }
    
    .footer .social-icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer-link p {
        padding: 6px 0;
    }
}
.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
        background-size: cover;
}

.features h1 {
    text-align: center;
    font-stretch: expanded;  
    color: rgb(0, 0, 0);      
}

.features h2 {
	display: none;
    text-align: center;
    margin-top: 3em;
    font-stretch: expanded;
    
}


.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
        text-align: center;
        
}

.features img {
    
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
}
.features {
    
}

.logie {
    font-family: 'pacificoregular', cursive;
    color: #DB9600;
}

.logie1 {
	font-family: 'pacificoregular', cursive;
    text-decoration: none;
    color: whitesmoke;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(230, 126, 34, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e67e22;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 126, 34, 0.3);
}

.social-icon:hover {
    background: #e67e22;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.4);
}


.footer-copyright {
	color: whitesmoke;
}

.scroller p {
 display: inline-block;
 font-size: 2em;
 font-weight: bold;
 font-family: 'Train One', cursive;
 color: #e91e63;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 /* Apply animation to this element */  
 -moz-animation: scroller 20s linear infinite;
 -webkit-animation: scroller 20s linear infinite;
 animation: scroller 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroller {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroller {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroller {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%);     
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}


@keyframes fade {
    from {opacity: .4;}
    to {opacity: 1;}
}


#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	align-items: center;
	justify-content: center;
	display: flex;
	z-index: 9999;
}

.spin {
	color: rgb(253, 237, 173);
}


#loader.fadeOut {
	animation: fadeOut 0.5s forwards;
}
@keyframes fadeOut {
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.cartCount  {
	text-decoration: none;
	color: white;
}
   

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}



@media (max-width: 575.98px) {
    .heading1{
        font-size: 3em;
    }
    .feature{
        margin: 0;
    }
}
/*@media (max-width: )*/
