* {
   margin:0; 
   padding:0;
   box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif ;
}

:root {
    --bs-dark-color:#1a1d20;
    --bs-dark-primary:#1c1c1c;
    --bs-main-color:#fff;
    --bs-primary-color:#FFC107;
    --secondary-color:#31773f;
    --bs-supporting-color:#c850c0;
}

h1, h2, h3, h4, h5 {
    color: var( --bs-primary-color)
 }
    
h1 {
   font-size:55px;
}

P {
    margin:0;
    font-weight:500;
    font-size:16px;
    color: var( --bs-dark-color);
    font-synthesis:none;
    text-rendering: optimizeLegibility ;
}


.myimagebox {
	background: rgba(0, 0, 0, 0.712);
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.webcoderskull-item {
	border: 1px solid #FFC107;
	margin-bottom: 45px;
	padding: 35px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 1px 3px rgba(52, 96, 166, 0.12), 0 1px 2px rgba(52, 96, 166, 0.12);
	height: auto;
}

.webcoderskull-item:hover {
	box-shadow: 0 14px 28px rgba(52, 96, 166, 0.12), 0 10px 10px rgba(52, 96, 166, 0.12);
}

.webcoderskull-item .fa {
	font-size: 35px;
	margin-bottom: 30px;
}

.learn-more {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-decoration: none;
}

.webcoderskull-item h3 a {
	color: #000;
	text-decoration: none;
}

.webcoderskull-item:hover h3 a {
	color: #FFC107;
}

.webcoderskull-item:hover .learn-more,
.webcoderskull-item:hover h3,
.webcoderskull-item:hover .fa {
	text-decoration: none;
	color: #FFC107;
}

.webcoderskull-item:hover .learn-more::after {
	content: " \2192";
	opacity: 1;
	transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	margin-left: 5px;
	margin-top: 0px;
	line-height: 15px
}

.webcoderskull-item .learn-more::after {
	content: " \2192";
	position: absolute;
	opacity: 0;
	margin-left: -30px;
	transition: all 0.6s ease 0s;
	font-size: 31px;
	line-height: 15px;
	transition: all 0.6s ease 0s;
}

.myflex {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-around;
}

.myflexbox {
	width: 25%;
}

.mydealbtn {
	
	border: 2px double #FFC107;
	color: #000;
	margin-top: 20px;
}

.mydealbtn:hover {
	border: 2px double #000;
	background: #FFC107;
	color: #FFf;
	margin-top: 20px;
}

.quotebox{
	border: 1px solid black;
	padding: 30px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	background-color: #000;
}

.footerborder{
	background-color: #FFC107;
	width: 	20%;
	height: 5px;
}


