* {
    margin: 0;
    padding: 0;
    font-family: Gugi;
}

body {
    transition: all 0.5s ease;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}


/*header*/

header {
    height: 108px;
    line-height: 108px;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.secondary {
    box-shadow: 0px 5px 15px 0px;
    transition: 0.5s all ease
}

header img {
    padding: 0px 40px 0 40px;
    width: 500px;
    height: 100px;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
}

header nav {
    float: right;
}

nav ul li a {
    margin-right: 20px;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-family: Gugi;
    font-weight: bold;
    font-size: 20px;
    transition: .5s all ease;
}

nav ul li a:hover {
    color: #DC143C;
    text-decoration: none;
    border-top: 2px solid #DC143C;
    border-bottom: 2px solid #DC143C;
}


/*header*/


/*slider*/

.img1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/background-balance-commerce-583846.jpg);
    background-size: 100% 100%;
}

.img2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/bg2.jpg);
    background-size: 100% 100%;
}

.img3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/bg3.jpg);
    background-size: 100% 100%;
}

.slider,
.slider ul,
.slider ul li {
    height: 920px;
    width: 100%;
    text-align: center;
}

.slider ul li h2 {
    color: white;
    font-family: Gugi;
    font-size: 20px;
    text-transform: uppercase;
    font-variant: small-caps;
}

.slider ul {
    list-style-type: none;
}

.slider ul li {
    display: inline-block;
}

.slider ul li img {
    width: 500px;
    height: 150px;
    padding: 20px;
    margin-top: 400px;
}

.slider a {
    padding: 10px 40px;
    border-radius: 20%
}

.slider a.btn-full {
    background-color: white;
    margin-top: 20px;
    color: #DC143C;
    margin-right: 10px;
    transition: 0.5s all ease;
}

.slider a.btn-full:hover {
    opacity: 0.8;
}

.slider a.btn-half {
    background-color: #DC143C;
    color: white;
    margin-top: 20px;
    transition: 0.5s all ease;
}

.slider a.btn-half:hover {
    opacity: 0.8;
}


/*slider*/


/*services*/

.intro-area {
    position: relative;
    padding: 100px 0px;
    color: white;
}

.sub-heading {
    position: relative;
    margin-bottom: 75px;
}

.sub-heading:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3%;
    width: 6%;
    height: 2px;
    background-color: #DC143C;
    z-index: 1;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.sub-heading:hover:before {
    width: 24%;
    margin-left: -12%;
}

.sub-heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12%;
    width: 24%;
    height: 2px;
    background-color: #2b2929;
}

.sub-heading p {
    color: #818181;
    padding: 5px 0px 40px 0px;
    display: inline-block;
    letter-spacing: 0.075em
}

.intro-block {
    margin: 50px 0px 0px;
    position: relative;
    background: #f7f7f7 padding: 70px 25px 40px;
    text-align: center;
    height: 200px;
}

.intro-area {
    background: #0a0a0a;
}

.intro-block:hover,
.intro-block.active {
    background: #DC143C;
    color: white;
    border-radius: 90px;
}

.intro-block:hover {
    transition: .7s ease;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -ms-transition: .7s ease;
    -o-transition: .7s ease;
}

.intro-block .intro {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -31px;
}

.intro-block .fas {
    width: 63px;
    height: 63px;
    font-size: 30px;
    color: white;
    line-height: 2;
    background: #DC143C;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #B22222;
    transition: .4s;
}

.intro-block h3,
p {
    position: relative;
    top: 80px;
}

.intro-block:hover .fas,
.intro-block.active {
    background: white;
    color: #DC143C;
    box-shadow: #B22222;
}

.intro-block h3 {
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-variant: small-caps;
}


/*services*/


/*numbers*/

.feature-area {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(img/img2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    color: white;
}

.single-feature {
    position: relative;
    width: 320px;
    text-align: center;
    float: left;
    padding: 10px 0;
    margin: 20px;
    border-radius: 40px;
    background: #0a0a0a;
    color: #E6E6FA;
}

.single-feature:hover {
    background: #E6E6FA;
    color: #0a0a0a;
}

.feature-block:after {
    content: "";
    display: table;
}

.feature-block:after {
    clear: both;
}

.feature-icon {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-feature i.fas {
    border: 2px solid white;
    border-radius: 50%;
    padding: 15px;
    font-size: 30px;
    background-color: #DC143C;
    color: white;
    width: 100%;
    height: 64px;
    transition: 0.5s all ease;
    text-align: center;
}

.single-feature i.fas:hover {
    border: 2px solid #DC143C;
    background-color: white;
    color: #DC143C;
}

.feature-block:hover .single-feature {
    border-color: white;
    transition: 0.5s all ease;
    cursor: pointer;
}

.single-feature:hover .featured-icon .fas {
    border: 2px solid #ff8800;
    background-color: white;
    color: #ff8800;
    cursor: pointer;
}

.feature-area {
    padding: 100px 0px;
}


/*numbers*/


/*Pricing*/

.Pricing {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 140px 0;
    background: #0a0a0a;
}

.Pricing h1 {
    color: #FFF0F5;
}

.card {
    position: relative;
    max-width: 400px;
    height: auto;
    background: linear-gradient(-45deg, #fe0847, #feae3f, #ff6347);
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    transition: .5s all ease;
    border-radius: 40px;
    overflow: hidden;
}

.card:hover {
    transform: scale(1.1);
    z-index: 3;
}

.card:before {
    content: "";
    position: absolute;
    border-radius: 70%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    transform: skew(-5deg) scale(1.5);
}

.col-sm-4:nth-child(3) .card {
    background: linear-gradient(-45deg, #fe0847, #feae3f, #ff6347);
}

.col-sm-4:nth-child(1) .card {
    background: linear-gradient(-45deg, #26C6DA, #B2DFDB, #81C784);
}

.col-sm-4:nth-child(2) .card {
    background: linear-gradient(-45deg, #011f4b, #b3cde0, #005b96);
}

.title .far {
    color: #2b2929;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid black;
    text-align: center;
    line-height: 100px;
}

.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #2b2929;
    font-size: 28px;
    z-index: 2;
    letter-spacing: 0.25em;
}

.price {
    position: relative;
    z-index: 2;
}

.price h4 {
    margin: 0;
    padding: 20px 0;
    color: #2b2929;
    font-size: 60px;
}

.option {
    position: relative;
    z-index: 2;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    list-style: none;
    margin: 0 0 10;
    padding: 0;
    font-size: 16px;
    color: #2b2929;
    line-height: 40px;
    letter-spacing: 0.20em;
}

.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: black;
    text-decoration: none;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.5s all ease;
}

.card a:hover {
    text-decoration: none;
    background: #2F4F4F;
    color: #FFF0F5;
    opacity: 1;
}


/*Pricing*/


/*testimonials*/

.testimonials {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(img/testi.jpg);
    background-size: cover;
    height: auto;
    color: white;
    display: flex;
}

.testimonials h1 {
    color: white;
    padding: 40px 20px;
}

.testimonials img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testi {
    margin: 20px;
    padding: 20px;
    border: 2px solid #DC143C;
    border-radius: 90px;
    transition: .5s;
    text-align: left;
}

.testi:hover {
    transform: scale(1.1);
    background: #E0FFFF;
    color: #DC143C;
    cursor: pointer;
    text-decoration: none;
}

.testi p {
    position: relative;
    top: -20%;
}

.testi a {
    text-decoration: none;
    color: white;
}

.testi a:hover {
    text-decoration: none;
    color: #DC143C;
}


/*testimonials*/


/*team*/

.team {
    background: #0a0a0a;
    height: auto;
    color: white;
    padding: 10px;
    text-align: justify;
}

.team .mem1 {
    background: #060707;
    padding: 50px;
    height: auto;
    transition: 0.5s;
    border-radius: 50%;
    border: 5px solid #DC143C;
    transform: scale(.7);
    overflow: hidden;
    z-index: 1;
}

.team .mem1:hover {
    background: #E0FFFF;
    transform: scale(1.05);
    color: #DC143C;
    border-radius: 90px;
    border: 5px solid #DC143C;
    z-index: 5;
}

.team img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 30px 0px 20px 0px;
}

.team h3 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.25em;
}

.team .soc-med {
    padding: 20px;
    font-size: 60px;
    margin-top: 20px;
}

.team .soc-med a {
    color: #DC143C;
    text-decoration: none;
    transition: 0.5s;
    margin: 10px;
}

.team .soc-med a:hover {
    color: #2980b9;
    text-decoration: none;
    font-size: 70px;
}


/*team*/


/*Contact us*/

.contact {
    margin: 0;
    padding: 0px;
    background: #DC143C;
    color: #E0FFFF;
    overflow: hidden;
    transition: 0.5s all ease;
    font-size: 150%;
}

.aboutus {
    padding-left: 80px;
    height: auto;
    width: 50%;
    float: right;
}

.contactus {
    border-right: 5px solid#E0FFFF;
    height: auto;
    width: 50%;
    float: left;
}


/*Contact us*/


/*footer*/

footer {
    background: #0a0a0a;
    position: relative;
    color: white;
    height: 50px;
    border-top: 2px solid black;
    text-align: center;
    padding: 15px;
    letter-spacing: .75em;
    box-sizing: border-box;
    box-shadow: 15px 0px 0px 0px;
    transition: 0.5s all ease;
}

footer:hover {
    background: white;
    color: #0a0a0a;
}


/*footer*/