.post, .page{
    margin: 0px;
}

.ea-language-switcher #polylang-2{
    padding: 0px;
}

.ea-language-switcher #polylang-2 ul{
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 18px;
    padding-right: 20px;
}

.ea-language-switcher #polylang-2 ul li a{
    color: #000;
    display: inline-block;
}

.ea-language-switcher #polylang-2 ul li a:after{
    content: "|";
    /* display: block; */
    padding-right: 0px;
    padding-left: 10px;
}

.ea-language-switcher #polylang-2 ul li:last-child a:after{
    display: none;
}

.ea-fc-slider-container{
	position: relative;
    height: 100vh;
}

.ea-fc-slider-container-img-container{
    height: 100%;
}

.ea-fc-slider-container-img-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.ea-fc-slider-container .container-fluid{
	padding-left: 60px;
	padding-right: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100%;
}

.ea-fc-slider-container .container-fluid .row{
	align-items: center;
	height: 100%;
}

.ea-slider-hero-textc h1{
	color: #000000;
    font-size: 46px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 50px;
}

.ea-slider-hero-textc p{
	color: #000;
	font-size: 30px;
	line-height: 36px;
}

.ea-slider-btn{
	display: flex;
	gap: 20px;
}

.ea-slider-hero-textc-mob{
    display: none;
}

/* Base Button Style */
.custom-btn {
    display: inline-block;
    padding: 12px 50px;
    font-size: 16px;
    /*font-weight: 600;*/
    border-radius: 50px; /* Fully rounded corners */
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Green Sign-in Button */
.btn-green {
    background-color: #00FF66; /* EA Green */
    color: #000;
    font-weight: 500;
}

.btn-green:hover {
    background-color: #00cc52;
    color: #000;
    font-weight: 500;
}

/* Black Watch Trailer Button */
.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-black:hover {
    background-color: #333;
    color: #fff;
}

/* Optional: Arrow in the Watch Trailer Button */
.btn-black::after {
    content: url('../images/play-btn.png'); /* Replace with your image path */
	display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.ea-availabe-text{
	position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    z-index: 4;
    padding: 0px 60px;
    color: #000;
}


.bg-black{
	background: #000000;
}


/* Share Button */
.share-btn {
  background-color: #00ff6a;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  width: 200px;
  height: 50px;
  line-height: 28px;
}

.share-btn:hover {
  background-color: #00cc55;
}

/* Modal Styles */
.share-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.share-modal-content {
  background: #000;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  width: 500px;
  position: relative;
}

.share-modal-content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

.share-icons {
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 30px;
}


.share-icons i{
    color: #fff;
}

.share-icons img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.share-icons img:hover {
  transform: scale(1.1);
}

.vertical-ticker {
  position: absolute;
  top: 0;
  right: 8px; /* Stick to the right side */
  width: 24px; /* Adjust based on image width */
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.vertical-ticker .ticker-wrapper {
  display: flex;
  flex-direction: column;
  animation: scrollUp 12s linear infinite; /* Adjust speed */
}

.vertical-ticker .ticker-content img {
  display: block;
  width: 100%; /* Ensure it fits the ticker width */
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* Scroll up by half to loop */
  }
}

.footer {
    background-color: #1a1a1a;
    padding: 0px 0;
    font-size: 14px;
}

.footer-container {
/*    max-width: 1200px;
    margin: 0 auto;*/
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #323232;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left .logo {
    width: 40px;
    height: auto;
}

.footer-left a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-left a:hover {
    text-decoration: underline;
}

.footer-right {
    display: flex;
    gap: 15px;
}

.footer-right a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.footer-right a:hover {
    background: #fff;
    color: #000;
}

.footer-bottom {
    text-align: left;
    padding: 10px 60px;
    font-size: 12px;
    color: #aaa;
    display: flex;
    justify-content: space-between;
}

.ea-section-two-inner{
    margin-bottom: 40px;
}

.ea-section-three{
    height: 100vh;
    padding: 0px;
}

.footer-left-policy{
    display: flex;
    gap: 20px;    
}


.mob-header-top{
    display: none;
}

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
  /* Mobile-specific styles */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small screen styles */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Tablet styles */

  .custom-logo-link img{
    width: auto;
    height: 50px;
  }

  .ea-fc-slider-container-img-container img{
    object-position: 60%;
  }

  .ea-fc-slider-container .container-fluid{
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-md-6.ea-slider-hero-textc{
        flex: 0 0 auto;
        width: 80%;
  }
  
  .hide-on-tablet{
    display: none;
  }

  .ea-availabe-text{
    padding: 0px 20px;
  }

  .footer-container {
    padding: 30px 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Desktop styles */
    .col-md-6.ea-slider-hero-textc{
        flex: 0 0 auto;
        width: 80%;
  }
  
  .hide-on-tablet{
    display: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Large desktop styles */
}


@media only screen and (max-width: 767px) {
  /* Styles for tablets and smaller */

  /** Header **/

  header{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 5;
  }

  .ea-language-switcher #polylang-2 ul{
        padding: 0px;
    top: 0px;
    padding: 0px 20px;
    background: #000;
    justify-content: end;
  }

  header .navbar{
    position: relative;
  }

    .ea-language-switcher #polylang-2 ul li a{
        color: #fff;
        font-size: 14px;
    }

  header .navbar{
    padding: 15px;
    height: 70px;
  }

  .navbar-expand-lg > .container-fluid{
    flex-direction: row;
  }

  header .navbar [class*=col-]{
    padding: 0px;
    margin: 0px !important;
  }

  .desk-header-top{
    display: none;
  }


  .mob-header-top{
    display: block;
}

  .custom-logo-link img{
    width: auto;
    height: 30px;
    position: relative;
        top: 5px;
  }

  .header-button .btn {
    font-size: 18px;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

  .ea-slider-hero-textc-desk{
    display: none;
   }

  .ea-slider-hero-textc-mob{
    display: block;
   }

   .ea-fc-slider-container{
    height: auto;
    margin-top: 104px;
   }


   .ea-fc-slider-container .container-fluid{
    position: relative;
    padding: 15px;
   }

   .ea-slider-hero-textc h1{
    font-size: 30px;
    line-height: 40px;
   }

   .ea-slider-btn{
    flex-direction: column;
   }


   .ea-fc-slider-container-img-container {
    height: 100%;
    position: relative;
}

.ea-availabe-text {
    padding: 0px 15px;
    bottom: -20px;
}

.ea-section-two-inner{
    margin-bottom: 10px;
}

.ea-section-two-inner h3{
    margin-bottom: 0px;
}

.ea-section-three{
    height: 350px;
    padding: 0px;
}


   /** Footer **/


   .footer-container,
   .footer-left{
    flex-direction: column;
    gap: 10px;
   }

   .footer-bottom{
    padding: 10px 30px;
	   flex-direction:column;
   }

   .footer-bottom p{
    text-align: center;
   }

}

@media only screen and (max-width: 480px) {
  /* Styles for mobile phones */
}
