#Roboto{
    font-family: 'Roboto', sans-serif;
}
#Roboto-Condensed{
    font-family: 'Roboto Condensed', sans-serif;
}
#Lato{
    font-family: 'Lato', sans-serif;
}
#Inter{
    font-family: 'Inter', sans-serif;
}
#header #nav{
    background-color: rgba(218, 110, 34, 0.7);
}
#header .Brand-name{
    width: 150px;
    height: 100px;
    background-color: #FD0054;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
#header .Brand-name h2{
    text-align: center;
    padding: 30px 33px;
}
#dark-pink{
    color: #FD0054;
}
#orange {
    color: rgb(253, 107, 0);
}
#header #nav span{
    color: white;
}
.carousel-item {
    position: relative;
}
.carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.carousel-caption {
    z-index: 5;
}
#hero-section{
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
.fontbig{
    font-size: 60px;
}
.letterspace{
    letter-spacing: 6px;
}
#shape #sq-box{
    width: 100px;
    height: 100px;
    /* border: 1px solid; */
    background: linear-gradient( rgb(253, 0, 84) ,rgb(253, 107, 0));
}
.lin-g{
    background: linear-gradient( rgb(253, 0, 84) ,rgb(253, 107, 0));
}
#shape #sq-box i{
    color: white;
    padding: 28px 0px 0px 22px;
}
#shape #Analyze{
    margin: 130px 0px 0px 0px;
}
#counter{
    height: 600px;
    background: linear-gradient(to left,rgba(253, 0, 84,0.8) ,rgba(253, 107, 0,0.8)), url(../images/xbg_2.jpeg);
    background-attachment: fixed;
}
#articles #colup{
    top: -41px;
    right: -31px;
}
#classes #aerobic-h{
    width: 100%;
    height: 240px;
}
#about img{
    height: 90%;
}
#testimony img{
    width: 90px;
    height: 90px;
}

#form input {
    color: white;
    font-style: italic;
    font-size: 13px;
}
#form  ::placeholder {
    color: white;
    font-style: italic;
    font-size: 13px;
}
#footer{
    background-color: black;
}
#footer img{
    width: 90px;
    height: 90px;
}
  .snip1211 * {
    box-sizing: border-box;
    transition: all 0.35s ease;
  }
  .snip1211 li {
    display: inline-block;
    list-style: outside none none;
    /* margin: 0.5em 1.5em; */
    padding: 0;
  }
  .snip1211 a {
    /* padding: 0.4em 0; */
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
  }
  .snip1211 a:before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-top: 3px solid #FD0054;
    border-bottom: 3px solid #FD0054;
  }
  .snip1211 a:hover,
  .snip1211 .current a {
    color: #ffffff;
  }
  .snip1211 a:hover:before,
  .snip1211 .current a:before {
    opacity: 1;
    top: 0;
    bottom: 0;
  }
  @media only screen and (min-width:768px){
    #hero-section .carousel-inner{
        height: 605px;
    }
    #header #nav ul{
        margin-left: 50px;
    }
    #hero-section .carousel-inner{
        height: 700px;
    }
    #counter{
        height: 500px;

    }
}
@media only screen and (min-width:1024px){
    #navbarNav{
        margin-top: -25px;
     }
     #counter{
        height: 250px;
    }
    #about #about-1h{
        margin-top: 80px;
    }
    #form {
        padding-top: 70px;
     }

}
@media only screen and (min-width:1220px){
    #hero-section .carousel-inner{
        height: 690px;
    }
    #header #nav .Brand-name{
        margin-left: 180px;
    }
    #header #nav ul{
        margin-left: 180px;
    }
     #about #about-1h{
        margin-top: 190px;
    }
    #form {
        padding-top: 130px;
     }

}
