*{
    margin-top: 0px;
    padding: 0px;
    /* box-sizing: border-box; */
}
.navbar-brand{
    font-weight: bolder;
    font-size: x-large;
    margin-left: 30%;
    color: orange;
    
}
.navbar-nav{ 
    /* border: 1px solid white; */
    padding: 20px;
    text-decoration: none;
}
.navbar-nav a{
    color: white;
}
#Home{
    color: rgb(223, 161, 48);
}
.nav-item, li{
    font-weight:bold;
    color: white;
}
.carousel-inner{
    object-fit:cover;
    width: 100%;
    height: 900px;
}
/* .carousel-item{
    width: 100%;
    height: 900px; */
}
.carousel-item img{
    object-fit:cover;
    width: 100%;
    height: 900px;
}
h5{
    font-size: 65px;
    color: orange;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 400px; */
}
p{
    /* margin-bottom: 400px; */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.carousel-item button{
    margin-bottom: 700px;
    color: white;
    background-color: grey;
    width: 100px;
    height: 45px;
    border-radius: 10px;
    border: none;
}
.carousel-item button:hover{
    background-color: white;
    color: black;
}
.services h1{
    padding-top:100px ;
    color: orange;
    margin-left: 47%;
}
.services p{
    color: grey;
    margin-left: 37%;
}
.card-img-top{
    margin-left: 160px;
    width: 60px;
    height: 60px;
}
.card{
    width: 450px;
    height: 250px;
    justify-content: left;
    margin-left: 50px;
    margin-top: 50px;
    background-color: #222;
    border: none;
}
/* .card-body{
    align-items: start;
    text-align: left;
} */
ul i{
    color: orange;
    margin-left: 190px;
}
#first{
    display: flex;
    flex-direction: row;
    margin-left: 10%;
}
#second{
    width: 100%;
    display: flex;
    margin-left: 10%;
    /* margin-top: 10%; */
}
.skating{
    margin-top: 200px;
    margin-left: 400px;
    width: 55%;
    height: 600px;
}
.firsttext{
    text-align: left;
    margin-right: 400px;
}
.numbers{
    font-size: 60px;
    color: orange;
    font-family:Arial, Helvetica, sans-serif ;
    padding:px;
}
.card-title{
    color: orange;
    font-size: 25px;
    margin-left: 215px;
}
.card-img-top-one{
    width: 100px;
    height: 100px;
    margin-left: 220px;
    border-radius: 100px;
}
li{
    margin-left: 220px;
    list-style-type: none;
    padding-left: 10px;
    color: orange;
}
 li i{
    width: 35px;
    height: 30px;
    cursor: pointer;
    border: 2px solid orange;
    border-radius: 5px;
    justify-content: center;
    color: white;
    background-color: orange;
}
 i:hover{ 
    background-color: black;
    color: #222;
    border: 2px solid orange;
}
.card{
    width: 100px;
    height: 250px;
}
.testimonial{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    height: 850px;
    width: 100%;
    /* border: 1px solid white; */
   text-align: center;
}
.testimonial span{
    font-size: 46px;
    color: orange;

}
.t-cards{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.testimonial img{
    height: 100px;
    width: 100px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.testimonial h1{
    font-weight: bold;
    font-size: 22px;
    color: black;
}
.testimonial p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    background-color:#313131;
    color: white;
    height: 320px;
    width: 320px;
    align-content: center;
    margin-top: 20ox;
}
#t-c-1{
    height: 500px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#t-c-2{
    height: 500px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 15px;
    margin-top: 150px;
}
#t-c-2 img{
    margin-bottom: 20px;
    margin-right: 180px;
}
#t-c-3{
    height: 500px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 15px;
}
.blogs{
    height: 1000px;
    width: 100%;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.blogs h4{
    color: #bfbdbd;
}
.blogs h1{
    color: orange;
    font-size: 42px;
}
.b-cards{
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#left{
    height: 500px;
    width: 500px;
}
#left img{
    height: 300px;
    width: 500px;
    margin-left: ;
}
#right{
    height: 500px;
    width: 500px;
}
#right img{
    height: 300px;
    width: 500px;
    margin-left: 30px;
}