@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
*,:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}


@font-face {
    font-family:Pacific-Standard;
    src: url(../fonts/Pacific-Standard.ttf);
}


body,html{
    font-size:100%;
    padding:0;
    margin:0;
    overflow-x:hidden;
      scroll-behavior: smooth;
  -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
     -o-font-smoothing:antialiased;
    
    
    
} 


.page-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8em 0;
}


.page-wrap-2 {
    max-width: 1400px;
    margin: -8em auto 0 auto;
    padding: 0em 0 8em 0;
}



h4 {
   font-family: 'Pacific-Standard', sans-serif;
  font-size: 40px;
   
  font-weight: 700; 
    color: #850009;
    letter-spacing: 1px;
}

/******HOME****/





.carousel .background {
 /* background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;*/
     background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 100vh;
    min-height: 600px;
}



.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/slide1.jpg);
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      url(../images/slide2.jpg);
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/slide3.jpg);
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .carousel-item.next,
  .carousel-fade .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .carousel-item.prev,
  .carousel-fade .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .carousel-item.next.left,
  .carousel-fade .carousel-inner > .carousel-item.prev.right,
  .carousel-fade .carousel-inner > .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



.carousel-caption {
    margin-bottom: 10em;
    text-align: left!important;
    width: 70%;
    overflow-wrap: break-word;

}


.carousel-caption  h3 {
  color: #FFF;
  font-family: 'Pacific-Standard', sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 500;
    text-align: left;
  
}




.carousel-caption button {
    background: #000;
    border-radius: 50px;
    padding: 14px 40px;
    border: none;
    margin-top: 1em;
}


.carousel-caption button a {
    color:#fff;
    text-align: center;
    font-family: 'Pacific Standard', sans-serif;
    font-weight:400;
    font-size:20px;
}


.carousel-caption button a:hover {
    color:#fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:20px;
    text-decoration: none;
}


.title a {
   font-family: 'Pacific-Standard', sans-serif;
  font-size: 40px;
   
  font-weight: 500; 
    color: #850009;
    letter-spacing: 1px;
}


.title a:hover {
    text-decoration: none;
}


.title a img {
    width: 60px;
    height: auto;
}


.title h4{
   font-family: 'Pacific-Standard', sans-serif;
  font-size: 40px;
   
  font-weight: 500; 
    color: #850009;
    letter-spacing: 1px;
}

.item-cover {
    
    
    
}

.item a:hover {
    text-decoration: none;
}


.slider_card {
    font-family: 'Montserrat', sans-serif; 
    text-decoration: none;
   border-bottom: #474746 1px  solid;
    padding-bottom: 4em;
    color:#474746;
    font-size: 20px;
    font-weight: 500;
    height: 22em;
}

.slider_card img {
    
}

.owl-container {
      max-width: 100%;
      margin: 0 auto;;
    }

    .item {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
        padding-top:1.5em;
        padding-right: 0.5em;
    }

  


    .owl-nav {
      position: absolute;
      top: -4rem;
      right: 0;
    }

   .owl-next img, .owl-prev img {
     width: 45px!important;
    }

    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background: none !important;
      outline: none !important;
      opacity: 1;
    }

    .owl-nav .owl-prev, .owl-nav .owl-next {
      outline: none;
      opacity: 0.9;
      transition: all .5s ease;
    }

    .owl-dots {
        display: none;
      margin-top: 1rem;
    }

    .owl-dot {
      outline: none;
    }

    .owl-dot.active, .owl-dot:hover {
      transition: all .2s ease;
      transform: scale(1.2);
    }


    @media screen and (max-width: 600px) {
      .owl-nav {
       position: absolute;
      top: -2rem;
      right: 0;
      }
        
         .owl-next img, .owl-prev img {
      width: 30px!important;
    }


      .owl-dots {
        display: none;
      }
    }


figure {
	overflow: hidden;
   
}


.item img {
	
}


.home_fixtures {
  background: url(../images/cream.svg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 2em 0.6em;
    color:#fff;
}



.home_team {
  background: url(../images/red.svg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 1em 0em;
    color:#fff;
}


.home_team h4 a {
    font-family: 'Pacific-Standard', sans-serif;
  font-size: 40px;
  font-weight: 500; 
    color: #fff;
    letter-spacing: 1px;
     text-decoration: none;
}


.home_team h4 a:hover{
  color: #fff;
    text-decoration: none;
}



.fixtures-card {
    width: 99%;
    margin: 0em auto 0 auto;
    background-color: #fff;
    padding: 4em 2em;
    
}


.fixtures-card h5 {
   font-family: 'Montserrat', sans-serif; 
   text-align: center;
    color:#850009;
    font-size: 16px;
    font-weight: 600;
    padding: 0.6em;
}


.fixtures-card h5 span {
    border: #000 solid 1px;  
    padding: 10px 15px;
}


.fixtures-card h6 {
   font-family: 'Montserrat', sans-serif; 
   text-align: center;
    color:#474746;
    font-size: 14px;
    font-weight: 500; 
}


.fixtures-card p {
   font-family: 'Montserrat', sans-serif; 
   text-align: center;
    color:#850009;
    font-size: 12px;
    font-weight: 500; 
}


.fixtures-card-inner {
    display: flex;
    margin-top: 2em;
}

.fixtures-card-team {
    width: 30%;
}

.fixtures-card-team img {
    width: 60px;
    height: auto;
    text-align: center;
    padding-bottom: 18px;
}

.fixtures-card-time {
    width:40%;
}





footer {
    background-color:#474746;
    padding: 1em 0em 0em  0em ;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

footer h5 {
  font-family: 'Pacific-Standard', sans-serif;
  font-size: 24px;
  font-weight: 500; 
    color: #FDF6E7; 
    margin-top: 2em;
    margin-bottom: 0.6em;

}

footer h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400; 
    color:#FDF6E7; 
   
}

footer p a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400; 
    color:#FDF6E7; 
   text-decoration: none;
}


footer p a:hover {
    text-decoration: none;
    color:#FDF6E7;
}


.footer-social img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}



/***LATEST****/


.banner {
     background: url(../images/red.svg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 8em 0em 5em 0em;
    color:#fff;
}

.banner h3{
    color:#fff; 
  font-family: 'Pacific-Standard', sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 500;
    text-align: left;
}


.banner p {
    margin-bottom: 4em;
}

.banner p a {
    color:#fff; 
  font-family: 'Montserrat', sans-serif; 
font-size: 18px;
font-style: normal;
font-weight: 500;
    text-align: left;
    
}


.banner p a:hover {
    text-decoration: none;
}


.banner p a img {
    width: 16px;
    height: auto;
}


.main-card-outer {
    margin-top: 2em;
    margin-bottom: 1em;
   
}

.main-card {
    font-family: 'Montserrat', sans-serif; 
    text-decoration: none;
    padding-bottom: 4em;
    color:#474746;
    font-size: 20px;
    font-weight: 500;
     border-bottom: #474746 1px solid;
    padding-bottom: 3em;
    
}


.main-card:hover{
    cursor: pointer;
    
}

.main-card img {
   
   
}

.img_hover_effect {
   overflow: hidden;
    width: 100%;
    height: auto; 
     margin: 0 auto 1em auto;
}


.img_hover_effect img {
    width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.img_hover_effect:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}




.modal-content h5 {
   font-family: 'Pacific-Standard', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 500;
    text-align: left;
    margin-bottom: 1em;
    color: #850009;
    display: block;
}


.modal-content h6 {
    font-family: 'Montserrat', sans-serif; 
    text-decoration: none;
    color: #850009;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1.5em;
    display: block;
   
}

.modal-content p {
    font-family: 'Montserrat', sans-serif; 
    text-decoration: none;
    color:#474746;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1em;
   
}

.modal {
    padding: 1em;
    z-index: 9999;
}



.academy  {margin-top: 4em; }

.academy h3 {
    color:#474746; 
  font-family: 'Pacific-Standard', sans-serif;
font-size: 44px;
font-style: normal;
font-weight: 700;
    text-align: left;
}


.news-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.5em;

}

.news-bottom p {
  color: #850009!important;
    font-family: 'Montserrat', sans-serif; 
    font-size: 16px;
    font-weight: 500;  
}


.news-bottom p:hover {
cursor: pointer;
}


/****TEAM***/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #850009!important;
    font-family: 'Montserrat', sans-serif; 
    font-size: 18px;
    font-weight: 600;
}

.nav-pills .nav-link {
    border-radius: 0;
}


.team_a img {
    margin-top: 3em!important;
}

.team_a a {
    color: #474746;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif; 
    font-size: 18px;
    font-weight: 500;
}

.tab-content h6 {
    color:#474746; 
  font-family: 'Pacific-Standard', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
}


.tab-content p {
    color:#850009;
  font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
margin-bottom: 0.5em;
    margin-top: 1em;
}


.tab-content img {
    margin-top: 1em;
}




@media(max-width: 1199.98px) {
 
      .carousel-caption {
    margin-bottom: 5em;    
    text-align: left!important;
} 
  
    
    
.footer-social img {
    width: 25px;
    height: auto;
    margin-right: 5px;
}
    
    
 .slider_card {
    font-family: 'Montserrat', sans-serif; 
    text-decoration: none;
   border-bottom: #474746 1px  solid;
    padding-bottom: 4em;
    color:#474746;
    font-size: 20px;
    font-weight: 500;
    height: 20em;
}   
    
    
  } 




@media(max-width: 991.98px) {
 
    .top-inner {
        margin-top: 0%;
    }

 
  
   .carousel-caption {
    margin-bottom: 5em;
    text-align: left!important;
} 
    
    

    
}


@media(max-width: 767.98px){
    
    .page-wrap-2 {
    max-width: 1400px;
    margin: -4em auto 0 auto;
    padding: 0em 0 8em 0;
}
    
    
  .carousel-caption h3 {
    color: #FFF;
font-family: 'Pacific-Standard', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 500;
    text-align: left;
}
    
    
.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/slide1-mobile.jpg);
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      url(../images/slide2-mobile.jpg);
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/slide3-mobile.jpg);
}
 
    
.banner {
     background: url(../images/red.svg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 6em 0em 0.5em 0em;
    color:#fff;
}    
    
    
}


@media(max-width: 575.98px) {
   
    
     .carousel-caption {
    width: 80%;
         margin-bottom:3em;
    text-align: left!important;
         overflow-wrap: break-word;

}   
    
 .carousel-caption h3 {
    color: #FFF;
font-family: 'Pacific-Standard', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 500;
    text-align:left;
}




.carousel-caption button {
    background: #000;
    border-radius: 50px;
    padding: 17px 35px;
    border: none;
    margin-top: 1em;
}


.carousel-caption button a {
    color:#fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:18px;
}


.carousel-caption button a:hover {
    color:#fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:18px;
    text-decoration: none;
}
    
    

    
    
}

























/*
.carousel-item2 {
  height: 100vh;
   min-height: 600px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.showcase {
	height: 100vh;
    min-height: 600px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	color: #fff;
	padding: 0.5em;
    margin-bottom: 0!important;
    position: relative;
}

.carousel .background.a {
  background-image:url(../images/slide1.jpg);
}
.carousel .background.b {
  background-image:url(../images/slide2.jpg);
}
.carousel .background.c {
  background-image:url(../images/slide3.jpg);
}

.carousel .background.d {
  background-image:url(../images/Mivida-1.jpg);
}

.video-container {
	position: absolute;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
     background: var(--primary-color)
   
}



.video-container .mycarousel2 {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
    min-height: 600px!important;
}

.carousel-content {
	z-index: 2;
    width: 100%;
    min-height: 600px!important;
    
  padding-top:20em;
}






.carousel-content h2 {
   color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
   
}



.carousel-content button {
    background: #000;
    border-radius: 50px;
    padding: 14px 40px;
    border: none;
    margin-top: 1em;
    text-align: left;
}


.carousel-content button a {
    color:#fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:20px;
}


.carousel-content button a:hover {
    color:#fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:20px;
    text-decoration: none;
}





@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .carousel-item.next,
  .carousel-fade .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .carousel-item.prev,
  .carousel-fade .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .carousel-item.next.left,
  .carousel-fade .carousel-inner > .carousel-item.prev.right,
  .carousel-fade .carousel-inner > .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/




/*@media(max-width: 767.98px) {
    
    .carousel-item2 {
  height: 170vh;
   min-height: 600px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.showcase {
	height: 70vh;
    min-height: 600px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	color: #fff;
	padding: 0.5em;
    margin-bottom: 0!important;
    position: relative;
}
    
    
 .carousel-content h2 {
   color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: left;
   
}   
    
    
}
*/












