/* 
 Theme Name:   fasterly-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     fasterly
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.fasterly-content {
    background: #EDEBE4;
}


.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.header-2 .navigation-wrapper {
  width: 100%;
  margin-top: 0px;
}

.main-navbar .main-menu > li.menu-item > a {
  padding: .5rem 1rem;
  color: #000000;
}


.fs-py-default {
  padding: 50px 0;
}


h2{
  font-size: 34px;
}

h3{
  font-size: 30px;
}

@media (max-width: 768px) {
    h1{
      font-size: 28px!important;
    }
    h2{
      font-size: 26px!important;
    }
    h3{
      font-size: 24px!important;
    }
  }

  .header-2 nav.navbar-area {
     margin-top: 0px; 
   padding-left: 0px; 
   margin-left: 0px; 
}

  .custom-section {
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 22px 27px 20px;
    position: relative;
    overflow: hidden;
  }
  
  .custom-section h2,
  .custom-section h3 {
    color: #002933;
    font-weight: bold;
    animation: pulseIn 1.5s ease-in-out;
    position: relative;
    display: inline-block;
  }
  
  .custom-section h2::after,
  .custom-section h3::after {
    content: '';
    display: block;
    height: 4px;
    width: 60%;
    background-color: #002933;
    margin-top: 8px;
    animation: lineSlide 1.2s ease-in-out;
  }
  
  @keyframes pulseIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes lineSlide {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 60%;
      opacity: 1;
    }
  }
  

  .section-two {
    margin-top: 60px;
    background-color: #EDEBE4;
    padding: 40px 20px;
    animation: fadeInBg 1.5s ease-in-out both;
    position: relative;
    overflow: hidden;
  }
  
  @keyframes fadeInBg {
    0% {
      background-color: #ffffff;
      opacity: 0;
    }
    100% {
      background-color: #EDEBE4;
      opacity: 1;
    }
  }
  
  .card {
    border: none;
    background-color: #e0d8d8;
    box-shadow: 0 4px 8px rgba(38, 110, 66, 0.808);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: floatIn 1s ease forwards;
    border-radius: 16px;
  }
  
  @keyframes floatIn {
    0% {
      transform: scale(0.95) translateY(30px);
      opacity: 0;
    }
    100% {
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    background-color: #fdfdfd;
  }
  
  .card-body {
    padding: 20px;
    text-align: center;
    animation: fadeText 1.2s ease-in;
  }
  
  @keyframes fadeText {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .card-title {
    font-weight: bold;
    color: #002933;
    margin-bottom: 10px;
    position: relative;
  }
  
  .card-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #002933;
    margin: 10px auto 0;
    border-radius: 2px;
    animation: titleLine 1s ease-out;
  }
  
  @keyframes titleLine {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 40px;
      opacity: 1;
    }
  }
  
  .card-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  


.logo-buzz-bingo{background:url('/img/buzz-bingo.svg');}
.bg-buzz-bingo{background-color:#E20D13}

.logo-bingoloft{background:url('/img/bingo-loft.svg');}
.bg-bingoloft{background-color: #B909F2}


[class*="logo-"]{

  display:block;
  text-indent:-9999px;
  text-align:left;
  background-size:68%;
  background-position:center center!important;
  background-repeat:no-repeat;
}
[class*="brand-"][class*="bg-"]{
  margin:0 auto;
  padding:20px;
  border-radius:54px;
  width: 200px;
  height: 97px;
}



.bd-page-img {
  background: url(/img/bingo-online.jpg) center center scroll rgb(135 109 109 / 80%)!important;
}

.page-title-heading .bd-ttl {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background-color: rgba(21, 63, 19, 0.5); 
  padding: 15px 5px;
  border-radius: 8px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
  animation: titlePop 1.2s ease-in-out;
}



.featuree {
	background: url("/img/bingo-online.jpg");
	background-position: 50% 94px;
	display: block;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 70px 30px;
  }

  .featuree::before{
	background-color: #000;
  }

  @media (max-width: 768px) {
	.featuree {
	  padding: 70px 20px;
	 
	}
  }
  .featuree h2 {
	margin-bottom: 20px;
	color: #b0ddc5;
  }

  .featuree h3 {
	margin-bottom: 10px;
	color: #a9adb3;
  }
  .featuree p {
	color: #a9adb3;
	margin-bottom: 20px;
  }
  
  .featuree ul li {
    color: #a9adb3;
    margin-bottom: 20px;
    list-style-type: none;
    }


    .main h2 {
      font-weight: 800;
      color: #EA1E00;
      text-align: center;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 40px;
      transition: all 0.3s ease-in-out;
      letter-spacing: 2px;
      animation: slideInTitle 1s ease-out forwards;
    }
    
    .main h2::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      height: 5px;
      background-color: #002933;
      transform: translateX(-50%);
      border-radius: 2px;
      animation: underlineSwipe 1.2s ease-out forwards;
    }
    
    .main h2:hover {
      color: #ffffff;
      background-color: #EA1E00;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 0 0 4px #002933 inset, 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    @keyframes slideInTitle {
      from {
        transform: translateY(-20px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
    
    @keyframes underlineSwipe {
      0% {
        width: 0;
        opacity: 0;
      }
      100% {
        width: 100px;
        opacity: 1;
      }
    }
    


    .styled-list {
      list-style-type: none;
      padding-left: 0;
  }

  .styled-list li {
      font-size: 16px;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
  }

  .styled-list li i {
      margin-right: 10px;
      font-size: 20px;
  }

  .styled-list li:hover {
      background-color: rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
  }


.logo1-gamcare{background:url('/img/gamcare.svg');}
.bg1-gamcare{background-color:whitesmoke;}

[class*="logo1-"]{
  display:block;
  text-indent:-9999px;
  text-align:left;
  background-size:80%;
  background-position:center center!important;
  background-repeat:no-repeat;
}
[class*="brand1-"][class*="bg1-"]{
  margin:0 auto;
  padding:5px;
  border-radius:4px;
  width: 200px;
  height: 70px;
}