/* font-family: 'Acme', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Akronim', cursive;
font-family: 'Cookie', cursive;
font-family: 'Gluten', cursive;


font-family: 'Teko', sans-serif; */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar{
    background-color: #2B3856;
  
}
.navbar-brand{
    padding: 2px;
    font-weight: bold;
    letter-spacing: .2rem;
    text-align: center;
    color: white;
}
.navbar-nav{
    text-align: center;
    font-size: 15px;
    
}
.navbar-nav a{
    color:rgb(228, 214, 214) ;
}
.navbar-toggler i{
    color: #FFA500;;
}
.nav-link{
    font-family: 'Acme', sans-serif;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 5px;
    transition: 0.3s;
}

.nav-link:hover{
    border-bottom: 2px solid #FFA500;
}

.dropdown-menu a{
    background-color: #2B3856;
    color: rgb(228, 214, 214);
}

/* home section */

.carousel-item img{
    width: 100%;
    height: 100vh;
}
.carousel-caption h5{
    color: white;
    font-weight: bold;
}
.cover-pera{
    font-family: 'Teko', sans-serif;
}

/* histoty of football */
.head{
    font-family: 'Acme', sans-serif;
}
.pera1{
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    
}
.history-img{
    width: 100%;
    height: 100%;
}

/* club section start */

.card{
    transition: 0.5s;
}
.card:hover{
    transform: scale(1.1);
    box-shadow: 10px 6px 12px #18191a,
                -6px -6px 12px #18191a; 
}
.card-body{
    background-color: #BCC6CC;
}
.card-title{
    color: black ;
    font-family: 'Acme', sans-serif;
    
}
.card-text{
    font-family: 'Acme', sans-serif;
}

.card-body .btn{
   background-color: #2B3856;
   color: white;
   border-style: none;
   border-radius: 15px;
   font-family: 'Acme', sans-serif;
   transition: 0.3s;
   
}
.card-body .btn:hover{
    background-color: #FFA500 ;
    color: black;
    transform: scaleX(1.2);
}

.waveImg{
    width: 100%;
}

/* transfer start */

.transfer-photo{
    text-align: center;
    width: 40%;
    height: 70%;
}
.text-transfer h5{
    font-weight: bold;
    color: #2B3856;

}
.text-transfer p{
    font-family: 'Acme', sans-serif;
}
.transfer-head{
    font-family: 'Acme', sans-serif;
    
}

/* contact */
.contact-btn{
    background-color: #2B3856;
   color: white;
   padding: 10px;
   padding-right: 15px;
   padding-left: 15px;
   border-style: none;
   border-radius: 15px;
   font-family: 'Acme', sans-serif;
   transition: 0.3s;
   
}
.contact-btn:hover{
    background-color: #FFA500 ;
    color: black;
    transform: scaleX(1.2);
}

/* footer */

.social-icon img{
    width: 50px;
    transition: 0.4s;

}
.social-icon a:hover img{
    transform: translateY(-10px);
}

.footer-box{
    color: white;
}
.footer-head{
    font-weight: bold;
}


