body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
div {
    display: block;
    /* border: 1px solid; */
}
h1 {
    font-family: 'Bebas Neue';
    font-size: 80px;
    color: #363958;
    padding: 0px;
    margin: 0px;
    /* border: 1px solid; */
}
h2 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    color: #363958;
}
h4 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 1000;
    color: #363958;
}
h5 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 1000;
    color: #363958;
}
a:hover {
    transition: 1s;
    /* box-shadow: 0px 0px 20px #FFF81D; */
}
/* header */
#header {
    height: auto;
    width: auto;
    padding: 80px 100px 80px 100px;
}
#header span {
    font-weight: 1000;
}
.custom-navbar {
    background-color: #0d6efd;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    position: fixed;
    transition: background-color 0.4s ease-in-out;
}
.custom-ul {
    text-align: center;
    background-color: transparent;
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 400;
    margin-left: 20px;
    align-items: center;
    transition: color 0.4s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #d3d00f;
}
.navbar-nav .nav-item .nav-link.active {
    color: #FFF81D;
}
.contact-btn {
    background-color: #FFF81D;
    color: #000;
    padding: 10px 30px;
    margin-left: 40px;
    border: none;
    text-decoration: none;
}
.contact-btn-2 {
    background-color: #0d6efd;
    color: #fff;
    padding: 10px 30px;
    border: none;
    text-decoration: none;
}
.custom-li {
    font-weight: 700;
    padding: 0px 15px;
}
.custom-logo {
    width: 25%;
}
/* end header */
/* header, casual shoes, formal shoes */
/* .custom-highlight {
    color: #fff;
} */
.custom-btn {
    background-color: #0d6efd;
    padding: 10px;
    border: none;
}
/* end header, casual shoes, formal shoes */
/* casual shoes, formal shoes */
.main-title{
    color: white; 
    padding: 120px 10px 30px 10px;
}
.main-paragraph{
    color: white; 
    text-align: center;

}
.card-main {
    border-radius: 20px;
    background-color: transparent;
    border: none;
    padding-top: 8%; 
    padding-bottom: 8%;
}
.custom-footer {
    background-color: transparent;
    border: none;
}

.fact-card {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
}
.custom-service-card  {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    border: none;
}
.circle-card {
    border-radius: 50%;
    background-color: #0d6efd;
    box-shadow: 0px 0px 50% rgba(0, 0, 0, 0.35);
    border: none;
}
.social-card {
    border-radius: 50%;
    background-color: #0d6efd;
    width: 55px;
    height: auto;
    border: none;
}
.contact-card {
    border-radius: 50%;
    background-color: #0d6efd;
    width: 45px;
    height: auto;
    border: none;
}
/* end services section */

/* subscribe */
/* end subscribe */

/* footer */
#footer {
    background-color: #DDECFD;
    padding: 25px 0px;
}
.navbar-link-footer {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}
.navbar-link-footer:hover {
    color: #0d6efd;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}
footer h5 {
    padding: 10px 0px;
    /* border: 1px solid; */
}
#footer li a {
    text-decoration: none;
}
.social-text {
    padding: 0.7rem 0;
    font-size: 1rem;
  }
  
  .social-media {
    display: flex;
    justify-content: left;
  }
  
  .social-icon {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
  }
  
  .social-icon:hover {
    color: #4481eb;
    border-color: #4481eb;
  }
/* end footer */

@media screen and (max-width: 870px){

    #header {
        height: auto;
        width: auto;
        padding: 80px 30px 80px 30px;
        /* background-position: center; */
        background-size: cover;
        object-fit: cover;
    }
    .main-title{
        text-align: center;
        padding-top: 50px; 
    }
    .main-paragraph{
        color: white; 
    }
    .contact-us{
        padding: 0px 10px 30px 10px;
        margin: 0;
    }
    .contact-data{
        padding: 0px 10px 30px 10px;
        text-align: center;
    }
}