/* PLANS */

.plans .card {
	background-color: #1d1f25;
	color: #eaeaea;
	border-radius: 8px;
	box-shadow: 0 15px 35px rgba(29, 31, 37, .1), 0 5px 15px rgba(29, 31, 37, .07) !important;
	transition: all 0.4s;
}

.plans .card:hover {
  	transform: scale(1.01); 
}

.plans .card-header {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgb(29, 31, 37, 0.9) !important;
	cursor: pointer;
	transition: 0.5s;
	max-width: 100%;
}

.plans .card:hover .card-header {
	background: rgb(29, 31, 37, 0.4) !important;
}

.plans .badge {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px 12px;
	color: #fff;
	font-size: 10px;
}

.badge-pink {
	background-color: #f34568;
}

.badge-purple {
	background-color: #7567f8;
}

.badge-orange {
	background-color: #ffa535;
}

.plans .card-header h3 {
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 34px;
}

.plans .card-header p {
	text-transform: uppercase;
	font-weight: 200;
	color: #888;
	margin-top: -8px;
}

.plans .card:hover .card-header {
  background: rgb(29, 31, 37, 0.6);
}

.plans .card-img-one {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 37% 68%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-img-two {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 40% 54%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-img-three {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 31% 52%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-img-four {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 31% 52%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-img-five {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 31% 52%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-img-six {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 31% 52%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-img-web {
	background: url('../img/radio-servere.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-position: 31% 52%;
	background-size: 400px 180px;
	max-width: 100%;
}

.plans .card-body {
	padding: 0 !important;
}

.plans .card-body ul {
	list-style: none;
	padding: 0;
}

.plans .card-body ul li {
	padding-top: 13px;
	padding-bottom: 11px;
	box-shadow: inset 0 1px 0 0 #17191f,0 1px 0 0 #17191f;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.plans .card-body ul li:nth-of-type(5) {
	box-shadow: none;
}

.plans .card-footer {
	border: none;
	background-color: #1d1f25;
}

.plans .card-footer .btn-outline-primary {
	color: #2969b0;
	text-transform: capitalize;
	border: 2px solid #2969b0;
	padding: 7px 40px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 700;
	transition: 0.4s;
	font-size: 14px;
}

.plans .card-footer .btn-outline-primary:hover {
  color: #fff;
  background: #2969b0;
  text-decoration: none;
  box-shadow: 0 2px 18px 2px rgba(41,105,176,0.3);
}

.plans .card-footer .btn-primary,
.header-banner .btn {
	text-transform: capitalize;
	color: #fff;
  	background: #2969b0;
	padding: 7px 40px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 700;
	transition: 0.4s;
	font-size: 14px;
}

.plans .card-footer .btn-primary:hover,
.header-banner .btn:hover {
	box-shadow: 0 2px 18px 2px rgba(41,105,176,0.3);
}

/* FEATURES */

.features {
	color: #eaeaea;
	background: #1d1f25;
}

.features .media h5 {
	font-weight: 600;
}

.features .media p {
	color: #8e8e8e;
}

/* GET STARTED TODAY */

.get-started h2 {
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.get-started img {
		margin-bottom: 30px;
	}
}

.get-started .media .number-circle {
    width: 32px;
	line-height: 28.35px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #2969b0;
    color: #2969b0;
}


.get-started .media h5 {
	font-weight: 700;
	font-size: 1.4em;
	color: #2969b0;
}

.get-started .media p {
	margin-top: -4px !important;
	color: #eaeaea;
}

.get-started .btn {
	border-radius: 6px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 18px;
	letter-spacing: 0.3px;
	white-space: nowrap;
	transition: 0.4s;
}

.get-started .btn-outline-primary {
	border: 2px solid #2969b0;
	color: #2969b0;
}

.get-started .btn-outline-primary:hover {
	border: 2px solid #2969b0;
	background: #2969b0;
	color: #fff;
}
