@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
  min-height: 100vh;
  
}
.video-content{
  background: #c0056c;
  padding-top: 5px;
  
}
.featured-video{

padding-top: 5px;
background:  #f06600;
border-radius: 15px;

}
.best-gambling-section{
 
}
/*=======================================
 Header Area Style
========================================*/
header {
  position: sticky;
  top:0;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 10%;
  z-index: 5;
  transition: 0.5s;
}

#header_area{
  display: flex;
  background-image: linear-gradient(to bottom, #f06600 50%, #1488cc 50%, #2b32b2 100%);
  margin: 0; 
  padding: 0; 
}
.navbar .bx-chevron-right{
  display: none;
}

#header-left{
  display: flex;
  background:#f06600;
  flex: 1;
  order: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 50%,  calc(100% - 50px) 100%, 0 100%);
 

}
/* Logo One CSS Start */ 
#header-left .logo-area{
  width: 200px;
  
}
#header-left .virticaltagone {
  width: 230px;
  height: 50px;
  text-align: right;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 5px;
  background-image: linear-gradient(to bottom, #fff 50%, #1488cc 50%, #2b32b2 100%);
  border: 3px solid #cccccc;
  border-radius: 15px;
  background-color: #fff;
  font-weight: 700;
  position: relative; /* Set position to relative */ 
}
#header-left .virticaltagone a{
  text-decoration: none;
}
#header-left .circletagone {
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 50%;
  line-height: 100px;
  border: 3px solid #cccccc;
  position: absolute; /* This allows you to position the element anywhere inside the parent */
  top: 50%; /* This moves the top of the element to the middle of the parent */
  left: -50px; /* This aligns the element to the left of the parent */
  transform: translateY(-50%); /* This moves the element up by half its own height to center it vertically */
}
#header-left .geo-text{
  margin-top: -3px;
  font-size: 14px;
  letter-spacing: 10px;
  margin-right: -8px;
}
#header-left .geo-text a{
  color: #fff;
}
#header-left .circletagone img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Logo One CSS End */ 

  /*Header Left Style End*/
  
#header_right{
  background:none;
  flex: 2;
  order: 2;
  margin: 0;
  padding: 0;
  border: 0;
}


/*Topbar Area Style Start*/
#social_links {
  padding-right: 20px;

}
.social-icons a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.social-icons a:hover {
  background-color: #fff;
}
.social-icons a:hover .bxl-facebook{
  color: #1877F2;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover .bxl-twitter{
  color: #1DA1F2;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover .bxl-youtube{
  color: #FF0000;
  font-size: 18px;
  transition: 0.3s;
}
#topbar{
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  height: 45px;
  background: #f06600;
  margin: 0;
  padding: 0;
  border: 0;
 
}

#topbar a{
  text-decoration: none;
  color: #fafafa;
  opacity: 0.9;
}
#top_links{
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  height: 45px;
  margin: 0;
  padding: 0;
}

#top_links .top_drop_nav{
  display: none;
}
#topbar .bx-chevron-down{
  display: none;
  font-size: 22px;
  padding-left: 0px;
}
#nondrop{
  display: flex;
  justify-content: left;
}
#topbar ul{
list-style-type: none;
padding-left: 0px;
}

#topbar ul li{
  padding: 0px 10px 0px 10px;
  
  }
 #topbar .non_drop span{
  color: #fafafa;
  
 }
 #topbar .non_drop ul li a{
  padding: 0px 0px 0px 0px;
  font-size: 15px;
 }
#links .dropdown a:hover{
  cursor:context-menu;
} 
#nondrop{
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  height: 45px;
  margin: 0;
  padding: 0;
}
#topbar #nondrop a{
  display: inline-block;
  position: relative;
  

}
#topbar #nondrop a:hover{
  color: #375e97;
  transition: 0.3s;
}
#topbar #nondrop a::before{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #683091 30%, #005dac 70%);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .3s ease-in;
}
#topbar #nondrop a:hover::before {
  background-size: 100% 3px;
  
}


/*Login Button Area Style Start*/
.login-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0px 10px 0px 10px;
}
/* Button resets and style */
.login-btn button {
  font-family: "Montserrat";
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 100px;
  padding: 5px 10px;
  border: 0px solid #000;   
  }
  .login-btn button a{
    text-decoration: none;
    color: #ffffff;
  }
/* Initiate Auto-Pulse animations */
.login-btn button.pulse-button {
  animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* Initiate color change for pulse-on-hover */
.login-btn button.pulse-button-hover {
  animation: colorShift 10000ms infinite ease-in;
}

/* Continue animation and add shine on hover */
.login-btn button:hover,
.login-btn button:focus {
  animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/* Declate color shifting animation */
@keyframes colorShift {
  0%, 100% {
      background: #0045e6;
  }
  33% {
    background: #fb3e3e;
  }
  66%{
    background: #0dcc00;
  }
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
  0%{
    background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  }
  50%{
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
  }
  100%{
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
  }
}
/*Login Button Area Style End*/

/*Navbar Area Style Start*/
#navbar-area{
  box-sizing: border-box;
  overflow: hidden;
}
nav .navbar .logo-area{
  width: 150px;
  margin-left: 50px;
  justify-content: right;
  background: none;
  display: none;
}
nav .navbar .virticaltagthree {
  width: 150px;
  height: 30px;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 5px;
  background-image: linear-gradient(to bottom, #fff 50%, #1488cc 50%, #2b32b2 100%);
  border: 3px solid #cccccc;
  border-radius: 15px;
  background-color: #fff;
  font-weight: 700;
  position: relative; /* Set position to relative */ 
}
nav .navbar .virticaltagthree a{
  text-decoration: none;
}
nav .navbar .circletagthree {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  line-height: 100px;
  border: 3px solid #cccccc;
  position: absolute; /* This allows you to position the element anywhere inside the parent */
  top: 50%; /* This moves the top of the element to the middle of the parent */
  left: -25px; /* This aligns the element to the left of the parent */
  transform: translateY(-50%); /* This moves the element up by half its own height to center it vertically */
}
nav .navbar .geo-text{
  margin-top: 0px;
  font-size: 6px;
  letter-spacing: 8.5px;
  margin-right: -8px;
}
nav .navbar .geo-text a{
  color: #fff;
}
nav .navbar .circletagthree img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Navbar Area Style Start*/
nav{

  width: 100%;
  height: 100%;
  height: 45px;
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 10px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
.navbar .logo{

  display: block;
}
nav .navbar .nav-links{
  line-height: 45px;
  height: 100%;
}
nav .navbar #nav{
  display: flex;
}
nav .navbar #nav li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 8px;
}
nav .navbar #nav li a{
  display: inline-block;
  position: relative;
}
nav .navbar #nav li:hover a{
  color: #a4a4a4 ;
  transition: 0.3s;
}
nav .navbar #nav li a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 10px;
  background: linear-gradient(to right, #fc4a1a, #f7b733);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .3s ease-in;
}

nav .navbar #nav li a:hover::before {
  background-size: 100% 3px;
  
}
nav .navbar #nav .sub-menu a:hover::before {
  background-size: 0 3px;
}

nav .navbar #nav li:hover .sub-menu a{
  color: #fff;
}
nav .navbar #nav li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
}
#nav li:hover .first-arrow,
#nav li:hover .second-arrow,
#nav li:hover .third-arrow,
#nav li:hover .fourth-arrow{
  transform: rotate(180deg);
  }

nav .navbar #nav li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar #nav li .sub-menu{
  position: absolute;
  top: 43px;
  left: 0;
  line-height: 30px;
  background: linear-gradient(to top, #2b32b2, #1488cc);
  padding:  0px;
  width: 162px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Add some shadow for depth */
  margin-top: 0px;
  margin-left: -8px;
  border: 0px 0.5px 0px 0.5px solid white;
  z-index: 1; /* Ensure the linksdown content is on top */

  display: none;
  z-index: 2;
}
nav .navbar #nav li .sub-menu li{
  display: inline-block; /* Change from inline-block to block */
  width: 100%; /* Set width to 100% of its parent */
  box-sizing: border-box; /* Include padding and border in the element's width and height */
  border-top: 0.5px solid #2b32b2;
  border-radius: 0px;
  }
  nav .navbar #nav li .sub-menu li:hover{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
    width: 100%;
    }
    nav .navbar #nav li .sub-menu li:hover a{
      color: black;
    }
nav .navbar #nav li:hover .first-sub-menu,
nav .navbar #nav li:hover .second-sub-menu,
  nav .navbar #nav li:hover .third-sub-menu,
  nav .navbar #nav li:hover .fourth-sub-menu{
  display: block;
}
.navbar #navli .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar #nav li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.navbar .nav-search-box{
  display: none;
}
.navbar .search-box{
  position: relative;
  height: 40px;
  width: 40px;
 
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: linear-gradient(to right, #2b32b2, #1488cc);
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: linear-gradient(to right, #2b32b2, #1488cc);
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #1488cc;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.mobile_menu{
  width: 35px;
  height: 25px;
  background: linear-gradient(to top, #2b32b2, #1488cc);
  justify-content: center; /* Horizontally center the icon */
  align-items: center; /* Vertically center the icon */
  border-radius: 5px;
  display: none;
}
.mobile_menu:hover{
  background: linear-gradient(to top, #1488cc, #2b32b2);
  transition: all 0.9s ease;
}
.navbar .bx-menu{
  display: none;
}




/*Language Check Box Area Style Start*/
*, *:before, *:after {
  box-sizing: border-box;
}

.lang_chk{
  display: flex;
  align-items: center;
  justify-content: flex-end;
    
  }
  .lang-label {
    // Just to make it bigger in the pen preview, 
    // it uses pixels, so it's not responsive
    transform: scale(1.5); 
    // end 
    display: block;
    width: 64px;
    background: #CCC;
    height: 30px;
    border-radius: 30px;
    position: relative;
    // Remove mobile tab color
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    input {
      display: none;
    }
    
   .lang_span {
      display: block;
      width: 54px;
      height: 23px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
      border-radius: 25px;
      &:after {
        content: "";
        position: absolute;
        display: block;
        height: 21px;
        width: 52px;
        left: 1px;
        top: 1px;
        border-radius: 23px;
        background: #006a4e;
        box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.8);
        transition: .20s;
      }
    }
    
    i {
      display: block;
      width: 21px;
      height: 21px;
      position: absolute;
      background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
      border-radius: 50%;
      box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7);
      top: 4.2px;
      left: 6px;
      transition: .25s;
      &:after {
        content: "";
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        left: 1px;
        top: 1px;
        border-radius: 50%;
        background: #d5d4d4;
        z-index: 1;
      }
    }
    
    input:checked ~ i {
      top: 4.2px;
      left: 37px;
    }
    
    input:checked + .lang_span:after {
      background: red;
      box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.6);
    }
    
    input:checked + .lang_span > .off {
      color: transparent;
      text-shadow: 0 1px 0 rgba(255,255,255,0);
    }
    
    input:checked + .lang_span > .on{
      color: #fff;
      text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
    }
    // LABEL GRADIENT BORDER
    &:after {
        content: "";
        position: absolute;
        display: block;
        width: 74px;
        height: 38px;
        border-radius: 42px;
        background: red;
        top: -2px;
        left: -2px;
        z-index: -1;
        background: linear-gradient(to bottom, #969494, #fff);
    }
    
    &:hover {
      cursor: pointer;
    }
    
    &:focus, &:active {
      outline: 0;
    }
  }
  
  .on, .off {
    text-transform: uppercase;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    font-weight: 600;
    z-index: 2;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none; 
    letter-spacing: 1px;
    transition: .25s;
  }
  
  .on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255,255,255,0);
  }
  
  .off {
    left: initial; 
    right: 7px;
    color: red;
    text-shadow: 0 1px 0 rgba(173, 8, 8, 0.2);
  }
/*Language Check Box Area Style End*/
/*=======================================
 Header Area Style End
========================================*/
/*=======================================
 Landing Focus Area Style Start
========================================*/
.landing-section{
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(310deg, #000000, #013572, #000000);
 
}
.landing-focus{
  padding-top: 40px;
  padding-bottom: 40px;
 
  
}
.fc-one {
  color: white; 
}
.fc-two {
  color: rgb(134, 190, 29); 
}
.fc-description {
  color: white;
  text-align: justify;
}

/*=======================================
 Landing Focus Area Style End
========================================*/

/*=======================================
 Search Area Style Start
========================================*/
.search-container{
 
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
 
}
.form-wrapper{
  display: flex;
}


.form-container {
  display: flex;
  
  justify-content: flex-end; /* Align items to the right */
}


.form-wrapper {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: linear-gradient(top, #f6f6f6, #eae8e8);
  border-color: #dedede #bababa #aaa #bababa;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  margin: 0px auto;
  overflow: hidden;
  padding: 8px;
  width: 100%;

 
}

.form-wrapper #search {
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  float: left;
  font: 16px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
  height: 40px;
  padding: 10px;
  width: 100%;

}

.form-wrapper #search:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 1px 1px #bbb inset;
  -moz-box-shadow: 0 1px 1px #bbb inset;
  box-shadow: 0 1px 1px #bbb inset;
  outline: 0;
}

.form-wrapper #search:-moz-placeholder,
.form-wrapper #search:-ms-input-placeholder,
.form-wrapper #search::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

.form-wrapper #submit {
  background-color: #2b32b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1488cc), to(#2b32b2));
  background-image: -webkit-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -moz-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -ms-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -o-linear-gradient(top, #1488cc, #2b32b2);
  background-image: linear-gradient(top, #1488cc, #2b32b2);
  border: 1px solid #00748f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
  color: #fafafa;
  cursor: pointer;
  height: 42px;
  float: right;
  font: 15px Arial, Helvetica;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
  width: 90px;
}

.form-wrapper #submit:hover,
.form-wrapper #submit:focus {
  background-color: #1488cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b32b2), to(#1488cc));
  background-image: -webkit-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -moz-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -ms-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -o-linear-gradient(top, #2b32b2, #1488cc);
  background-image: linear-gradient(top, #2b32b2, #1488cc);
}

.form-wrapper #submit:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: 0;
}

.form-wrapper #submit::-moz-focus-inner {
  border: 0;
}
@media only screen and (min-width: 830px) and (max-width: 1330px) {
  .form-wrapper #search {

    font: 16px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
    height: 40px;
    padding: 10px;
    width: 100%;
  
  }
  
.form-wrapper #submit {

  width: 50px;
  
}

  }
  
  @media only screen and (min-width: 200px) and (max-width: 767px) {
 
.form-wrapper {

  -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 2px 0 #aaa, 0 3px 3px #444;
  -moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 2px 0 #aaa, 0 3px 3px #444;
  box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 2px 0 #aaa, 0 3px 3px #444;
  margin: 0px auto;
  overflow: hidden;
  padding: 4px;
  width: 100%;

 
}
  
    }
/*=======================================
 Search Area Style End
========================================*/

/*=======================================
 Quick Link Area Style Start
========================================*/

.custom-box-one,
.custom-box-two,
.custom-box-three,
.custom-box-four{
  padding: 10px 25px 5px 10px;
  text-align: center;
  box-sizing: border-box;
}    
.custom-box-one img,
.custom-box-two img,
.custom-box-three img,
.custom-box-four img {
  max-width: 80px;
  height: auto;
  overflow: hidden;
}

    .img-row {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }

.q-link-heading h1{
  display: block;
  color: rgb(9, 10, 9);
  font-size: 18px;

}

 /*==Quick Link Text Decoration Start==*/
 .neon-text {
  display: inline;           /* ensures background wraps only the text */
  padding: 5px;              /* optional: space around text */
  color: #fff;               /* white text for contrast */
  font-weight: bold;
  font-size: 2rem;
}
 .neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff, 0 0 160px #fff;
    }
}
 /*===Quick Link Text Decoration End===*/

.img-offer-one h2,
.img-offer-two h2,
.img-offer-three h2,
.img-offer-four h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.qr-code-text-one p,
.qr-code-text-two p,
.qr-code-text-three p,
.qr-code-text-four p {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.qr-code-text-one h5,
.qr-code-text-two h5,
.qr-code-text-three h5,
.qr-code-text-four h5 {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.qr-code-img img{
  margin-top: 5px;
  border: solid 3px rgb(235, 227, 227);
  width: 50px;
  height: auto;
}

.q-img-text{
  background-color: #2b32b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1488cc), to(#2b32b2));
  background-image: -webkit-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -moz-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -ms-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -o-linear-gradient(top, #1488cc, #2b32b2);
  background-image: linear-gradient(top, #1488cc, #2b32b2);
  padding: 05px;
  
 
}
.q-img-text:hover{
  background-color: #1488cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b32b2), to(#1488cc));
  background-image: -webkit-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -moz-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -ms-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -o-linear-gradient(top, #2b32b2, #1488cc);
  background-image: linear-gradient(top, #2b32b2, #1488cc);
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
}
.q-links-a:hover .q-img-text p{
color: #f06600;
  transition: 0.9s;
}
.q-links-a a{
  margin: 0px;
  color: #fafafa;
  text-decoration: none;
  font-size: 18px;
}
.q-img-text p{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  
  
}

@media only screen and (min-width: 200px) and (max-width: 980px) {
  .quick-link-area{
    flex-direction: column;
  }
 }
/*=======================================
 Quick Link Area Style End
========================================*/
/*=======================================
 Scroll Area Style Start
========================================*/
.scroll-wrapper {
  display: flex;               /* Layout children horizontally */
  align-items: center;
  overflow: hidden;
  background-color: beige;
  border: 1px solid #282a2c;
  border-radius: 5px;
}
.scroll-label {
  flex-shrink: 0;              /* Prevent shrinking on smaller screens */
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
  color: rgb(143, 6, 6);
  background: linear-gradient(to top, #2b32b2, #1488cc);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);

}
.angled-box {
  background-color: #0a0a0a;
  color: #fff;
  padding: 20px;
  width: 100%;
  height: 150px;

  /* Creates angled right side */
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

/* Inner container for horizontal movement */

.scroll-inner {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
}
/* Scroll track with animation */
.scroll-track {
  display: flex;
  gap: 20px;
  animation: scrollLoop 30s linear infinite;
}

/* Items inside scrolling track */
.scroll-item {
  white-space: nowrap;
  font-weight: bold;
  color: #333;
}

/* Seamless scrolling keyframes */
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Claim box styling */
.claim-div {
  padding: 5px 0px 10px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #2b32b2, #1488cc);
  border-radius: 5px;
  perspective: 500px;
  /* Prevent overflow and scrollbar */
  overflow: hidden;       /* not just x-axis */
  max-width: 100%;        /* restrict width */
  box-sizing: border-box; /* manage padding inside width */
}
.btn {
  position: relative;
  padding: 0px 5px 0px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.neon-pulse {
  background: linear-gradient(to top, #2b32b2, #1488cc);
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
  overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: 0; /* Remove negative inset to prevent overflow */
  box-shadow: 0 0 3px #0ff; /* You can reduce this if needed */
  border: 3px solid #0ff;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*=======================================
Scroll Area Style End
========================================*/
/*=======================================
 Editor Choice Area Style Start
========================================*/

.casino-logo{
  width: 100px;
  height: 100px;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.casino-info .bonoustag{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0px;
  color: red;
  text-align: left;
  text-decoration: none;
}
.casino-info span{
  text-decoration: none;
}
.editorcontent{
  position: relative;
  margin-left: 0;
  padding: 0px 0px;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
  border: 1px solid #ffc107;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 20px;
  cursor: pointer;

}
.editorcontent .card-link{
  padding: 0;
  top: 0px; 
  left: 0;
}
.editorcontent a{
 text-decoration: none;
}
.editor-highlight{
  padding: 0;
  top: 0; 
  left: 0;
}
.edit-info-footer{
  padding-bottom: 10px;
  text-align: right;
  padding-right: 15px;
  
}
.edit-info-footer .text-percent{
  color: #3A3B3C;
}
.checked {
  color: orange;
}
.editorcontent h5 {
  display: inline-block; 
  background-color: #ffc107; 
  font-size: 12px;
  text-transform: uppercase;
  color: #000; 
  padding: 5px 10px; 
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px; 
  margin-top: 0;
  top: 0; 
  left: 0;
  text-decoration: none;
}
.cabutton {
  position: absolute; 
  top: 15px;
  right: 15px; 
}

.cabutton button {
  padding: 5px 15px; 
  background: linear-gradient(to top, #2b32b2, #1488cc); 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}

.cabutton button:hover {
  background: linear-gradient(to top, #1488cc, #2b32b2); 
}
/*=======================================
 Editor Accordian Area Style Start
========================================*/
.accordion {
  background: #fff;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  text-decoration: underline;
  background: #fff;
  margin: 0;
}
.accordion button{
  padding: 5px 15px; 
  background-color: #007bff; 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}
.active, .accordion:hover {
 color: #012d65;
}
.panel {
  
  border-radius: 0px;
  
  
}
.panel p{
  text-align: justify;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.rightmenucontent{
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
  border-radius: 10px;
  border: 1px solid #ffc107;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px;
  
}
.rightmenucontent:hover{
  color: #2b32b2;
 
  
}
.right-menu-body a{
  text-decoration: none;
  font-size: 0.9rem;
  color: #000;
  
  
}
.rightmenuinfo p{
  margin: 0;
  padding: 0;
}
.casino-menu-logo{
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
/*=======================================
 Editor Choice Area Style End
========================================*/

.feature-video{
  margin-top: 0;
}
.col-lg-5{
  margin: 0;
}


/*===========================================
  Footer Area Styling
===========================================*/
#footer {
  background: #003570;
  padding: 40px 0 20px;
  color: #fff;
}
#footer .child_sidebar ul li a {
  color: #fff;
}
#copyright_area{
  background: #012d65;
}
#copyright_area p{
  text-align: center;
  color: #fff;
  padding: 8px;
}


/*===========================================
  Sibebar Area Styling
===========================================*/
.child_sidebar {
  margin-bottom: 20px;
}
.child_sidebar h2,
.child_sidebar .wp-block-search__label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1em;
  border-left: 5px solid var(--pink);
  padding-left: 10px;
}
#footer_area .child_sidebar .wp-block-search__inside-wrapper {
  margin-top: 15px;
  border: 0;
  padding: 0;
}
#footer_area .child_sidebar input[type="search"] {
  padding: 10px;
}
.child_sidebar input[type="search"] {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}
.child_sidebar button[type="submit"] {
  background: var(--pink);
  border: 1px solid var(--pink);
  padding: 10px;
  margin: 0;
  color: #fff;
  transition: 0.5s;
}
.child_sidebar button[type="submit"]:hover {
  background: #262626;
  border: 1px solid #262626;
}
.child_sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.child_sidebar ul li {
  display: block;
  margin-bottom: 5px;
}
.child_sidebar ul ul {
  display: none;
}
.child_sidebar ul li a {
  display: inline-block;
  color: #262626;
  text-decoration: none;
}
.child_sidebar ul li a:hover {
  color: var(--pink);
}
.child_sidebar a.tag-cloud-link {
  color: #fff;
  background: #262626;
  display: inline-block;
  font-size: 12px !important;
  text-decoration: none;
  padding: 5px;
  margin-bottom: 5px;
}
.child_sidebar a.tag-cloud-link:hover {
  background: var(--pink);
}
/*=======================================
 Bongobondhu Corner Area Style Start
========================================*/

.background {
  margin-top: 40px;
  background-image: linear-gradient(310deg, #000000, #ad0909, #000000);
}


.bong-fe-img, .bong-sp-text{
  background-image: linear-gradient(to top, rgba(182, 6, 6, 0), rgb(250, 250, 250));
  margin-top: 20px !important;
  }
.bong-fe-img {
display: flex;
justify-content: center;
}  

.circle {
display: flex;
justify-content: center;
align-items: center;
position: relative;
border-radius: 50%;
box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
height: 200px;
width: 200px;
background: #dde1e7;
margin-top: 30px;

}
.card-button{
  text-align: center;
}
.circle img {
max-width: 100%; /* Ensure the image fits within the circle */
border-radius: 50%; /* Make the image circular */
}


  .bongo-corner{
    
   
    padding: 10px;
  }
  .bongo-corner-text {
    
    margin-top: 20px;
   
    background: linear-gradient(to right, transparent, black, transparent);
   
}
  .bongo-corner-text h2{
    text-align: center;
    color: #fafafa;
    font-size: 38px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   
  
  
  }
  .bong-sp-text h2{
    text-align: left;
    font-weight: 500;
    margin-top: 30px;
  }
  .bong-sp-text {
    text-align: right;
    font-weight: 500;
    
  }
  .bongo-gallery{
    display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 0px;
      padding: 0px;
     
  }
  .gallery {
    --size: 100px;
    display: grid;
    grid-template-columns: repeat(6, var(--size));
    grid-auto-rows: var(--size);
    margin-bottom: var(--size);
    place-items: start center;
    gap: 5px;
    
    
    &:has(:hover) img:not(:hover),
    &:has(:focus) img:not(:focus){
      filter: brightness(0.5) contrast(0.5);
    }
  
    & img {
      object-fit: cover;
      width: calc(var(--size) * 2);
      height: calc(var(--size) * 2);
      clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z");
      transition: clip-path 0.25s, filter 0.75s;
      grid-column: auto / span 2;
      border-radius: 5px;
  
      &:nth-child(5n - 1) { 
        grid-column: 2 / span 2 
      }
  
      &:hover,
      &:focus {
        clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
        z-index: 1;
        transition: clip-path 0.25s, filter 0.25s;
      }
      
      &:focus {
        outline: 1px dashed black;
        outline-offset: -5px;
      }
    }
  }
  @media only screen and (min-width: 200px) and (max-width: 1400px) {
  
    .gallery {
      --size: 80px;
      & img {
    
        clip-path: path("M72,8 C80,0 80,0 88,8 152,72 152,72 152,72 160,80 160,80 152,88 152,88 88,152 88,152 80,160 80,160 72,152 72,152 8,88, 8,88 0,80 0,80 8,72Z");
  
        &:hover,
        &:focus {
          clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
         
        }
      }
    }
  }
  @media only screen and (min-width: 200px) and (max-width: 1200px) {
  

    .gallery {
      --size: 60px;
      & img {
    
        clip-path: path("M54,6 C60,0 60,0 66,6 114,54 114,54 114,54 120,60 120,60 114,66 114,66 66,114 66,114 60,120 60,120 54,114 54,114 6,66 6,66 0,60 0,60 6,54Z");
  
        &:hover,
        &:focus {
          clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
         
        }
      }
    }
  }

  @media only screen and (min-width: 200px) and (max-width: 767px) {
    .bongo-corner{
      margin-top: 40px;
      background-image: linear-gradient(310deg, #000000, #ad0909, #000000);
        background-repeat: no-repeat;
      padding: 10px;
    }
    .bongo-corner-text{
      
    }
    .bongo-corner-text h2{
      text-align: center;
      color: #fff;
    }
    .bongo-gallery{
      display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
       
    }
    

    .gallery {
      --size: 50px;
      & img {
    
        clip-path: path("M45,5 C50,0 50,0 55,5 95,45 95,45 95,45 100,50 100,50 95,55 95,55 55,95 55,95 50,100 50,100 45,95 45,95 5,55 5,55 0,50 0,50 5,45 5,45 45,5 45,5 50,0 50,0 45,5Z");
  
        &:hover,
        &:focus {
          clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
         
        }
      }
    }
  }

/*=======================================
 About Area Style Start
========================================*/
.about-section{
  margin-top: 40px;
  padding-bottom: 20px;
  
}
  .about-caption{
    
    text-align: center;
    color: #000;
}
.about-caption h2{
    font-family: sans-serif;
    margin: 10px auto;
    color: #0169b5;
    text-align: center;
    font-size: 30px;
    max-width: 600px;
    position: relative;
}
.about-caption h2:before {
    content: "";
    display: block;
    width: 200px; /* Adjust the width as needed */
    height: 2px; /* Line thickness */
    background: #000; /* Line color */
    left: 0;
    top: 50%;
    position: absolute;
}
.about-caption h2:after {
    content: "";
    display: block;
    width: 200px; /* Adjust the width as needed */
    height: 2px; /* Line thickness */
    background: #000; /* Line color */
    right: 0;
    top: 50%;
    position: absolute;
}

.about-descr{
    text-align: justify;
    color: #000;
}
.about-descr a {
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .about-caption h2:before {
    width: 150px; /* Adjust the width as needed */
}
.about-caption h2:after {
    width: 150px; /* Adjust the width as needed */
}
}
@media only screen and (max-width: 400px) {
  .about-caption h2:before {
    width: 100px; /* Adjust the width as needed */
}
.about-caption h2:after {
    width: 100px; /* Adjust the width as needed */
}
}

/*=======================================
 Director Message Area Style Start
========================================*/
.dir-mess-area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dde1e7;
  padding: 20px;
}
.dir-mess-row{
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.text-box {
  background: #dde1e7;
  border-radius: 10px;
  padding: 10px;
  box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
}
.dir-mess-text p {
  text-align: justify;
  margin-bottom: 5px !important;
  
}
.pp-picture {
  width: 100%; /* Use max-width instead of fixed width */
  height: auto;
  margin-right: 10px;
  box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
  border-radius: 10px;
  cursor: pointer;
}


@media only screen and (max-width: 1550px) {
  .dir-mess-text p:nth-last-child(3){
    display: none;
  }
}
@media only screen and (max-width: 1340px) {
  .dir-mess-text p {
    font-size: 14px;
  }
  .dir-mess-text h2{
  font-size: 25px;
  }
  }

@media only screen and (max-width: 1080px) {
  .dir-mess-text p:nth-last-child(2){
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .dir-mess-text {
    margin-bottom: 20px;
  }
 
}
@media only screen and (max-width: 700px) {
  .dir-mess-img {
      flex: 1;
      order: -1; /* Move .dir-mess-img to the top */
      margin-bottom: 20px;
  }

}

/*=======================================
 Joint/Coloboration Area Style Start
========================================*/
 /* Set the background color for the whole page */
.collaboration{
  
  background-image: linear-gradient(310deg, #000000, #013572, #000000);
}

 .joint-colaboration{
  margin-top: 40px;
 }
.partner-section-title h2{
text-align: center;
color: #fafafa;
padding: 5px;

}
.joint-page {
  padding: 20px;
  
}
/* Keyframes for sliding animation */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Container for the logos carousel */
.logos {
  overflow: hidden;
  padding: 20px 0 0 0;
 
  white-space: nowrap;
  position: relative;
}

/* Gradient overlay on both sides of the carousel */
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}


/* Pause animation on hover */
.logos:hover .logos-slide {
  animation-play-state: paused;
  cursor: pointer;
}

/* Individual logo items in the carousel */
.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 100px;
  margin: 0 40px;
}
@media only screen and (max-width: 850px) {
 .logos:before,
 .logos:after {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  content: "";
  z-index: 2;
}
.joint-colaboration{
  margin-top: 10px;
 }
}
.joint-page{
  text-align: center;
  margin-top: 20px;
  
}
.joint-page a{
  justify-content: center;
  text-decoration: none;
  color: #fafafa;
  
}



/*===========================================
 /*AECC Graph area styling
===========================================*/
.achievement-graph{
  margin-top: 40px;
}
.achievement-section h2{
  text-align: center;
  color: #fafafa;
  padding: 10px;
  background-image: linear-gradient(310deg, rgb(250, 250, 250), #003570, rgb(250, 250, 250));
  }
  
.simple-bar-chart{
  --line-count: 10;
  --line-color: currentcolor;
  --line-opacity: 0.25;
  --item-gap: 2%;
  --item-default-color: #060606;
  
  height: 20rem;
  display: grid;
  grid-auto-flow: column;
  gap: var(--item-gap);
  align-items: end;
  padding-inline: var(--item-gap);
  --padding-block: 1.5rem; /*space for labels*/
  padding-block: var(--padding-block);
  position: relative;
  isolation: isolate;
}

.simple-bar-chart::after{
  content: "";
  position: absolute;
  inset: var(--padding-block) 0;
  z-index: -1;
  --line-width: 1px;
  --line-spacing: calc(100% / var(--line-count));
  background-image: repeating-linear-gradient(to top, transparent 0 calc(var(--line-spacing) - var(--line-width)), var(--line-color) 0 var(--line-spacing));
  box-shadow: 0 var(--line-width) 0 var(--line-color);
  opacity: var(--line-opacity);
}
.simple-bar-chart > .item{
  height: calc(1% * var(--val));
  background-color: var(--clr, var(--item-default-color));
  position: relative;
  animation: item-height 1s ease forwards
}
@keyframes item-height { from { height: 0 } }

.simple-bar-chart > .item > * { position: absolute; text-align: center }
.simple-bar-chart > .item > .label { inset: 100% 0 auto 0 }
.simple-bar-chart > .item > .value { inset: auto 0 100% 0 }












/*===========================================
  Activities Section Style start
===========================================*/
.activities-section{
  margin-top: 40px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  
}

.row-cols-1{
  margin: 0 !important;
  padding: 0 !important;

}
/*===========================================
  Archive Styling
===========================================*/
#archive_title,
#search_title {
  background: var(--pink);
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}
#archive_title h1,
#search_title h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}


#project_area {
  padding: 45px 0;
}
#project_area .child_project {
  background: #feecff;
  box-shadow: 0 0 10px #feecff;
  padding: 15px;
  border-radius: 15px;
}
#project_area .child_project img {
  width: 100%;
  margin: 0 0 15px;
}
.child_sidebar .col-md-4 {
  width: 100%;
  margin-bottom: 20px;
}



.footer {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  z-index: 2;
  
}
.footer img{
 
  width: 100%;
  
}
.footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer .navbar-brand {
  color: #fff;
}

.footer p {
  color: #ADB3B9;
}

.text-area{
  position: absolute;
  top: 0;
}



/*===========================================
 /*Blog area styling
===========================================*/
.post_details{
  text-align: center;
}
.post_details a{
  text-decoration: none;
}



/*===========================================
 /*Team area styling Start
===========================================*/


/*===========================================
 /*Custom Single Page Style
===========================================*/
.single-page-title{
  text-align: center;
  margin-top: 10px;
}
.single-page-title h2{
  color: #fff;
  padding: 0 10px 0;
  border-radius: 5px;
  display: inline-block;
  background-image: linear-gradient(310deg, #f06600, #2b32b2, #f06600);
}
.custom-image-container img{
  width: 500px;
  height: auto;
}
/*===========================================
 /*Custom vip lgin Page Style Start
===========================================*/
.vipmember-area{
  margin-top: 20px;
}
.account-block {
    padding: 0;
    background-image: url(https://bootdey.com/img/Content/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    color: #5369f8 !important;
}

.btn-theme {
    background-color: #5369f8;
    border-color: #5369f8;
    color: #fff;
}

/*===========================================
 /*Custom vip lgin Page Style End
===========================================*/