@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Poppins', sans-serif  !important;
    background-color: #111111;
    font-size: 1rem;
    max-width: 1920px;
    margin: auto;
}
.info {
    padding: 50px 0;
}
.text-brand-dark{
    color: #e63b27;
}
.text-brand-light{
    color: #888;
}
#header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
    transition: background-color 0.3s;
}
#header {
    position: sticky;
    top: 0;
    z-index: 1030;
  }
  
  @media (min-width: 767px) {
    #header {
      position: fixed;
    }
  }
#header.bg {
    background-color: #FEFEFE !important;
}
.info-img-overlay{
    position: relative;
}
.info-img-overlay::before{
    position: absolute;
    content: '';
    background: #62070a24;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.videobtnclick{
    cursor:  pointer !important;
}
.info-bg{
    background: url('../img/info-bg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-about-slider img{
    margin-right: 15px;
}

.info-player-slider .slide{
    margin-right: 15px;
}
.info-content-bg {
    position: relative;
    transition: background 0.6s ease-in-out;
    overflow: hidden;
    margin-right: 15px;
}
/* Position the content above the background */
.info-content-bg .info-content {
    position: relative;
    z-index: 999 !important;
}
/* Transition for text content */
.info-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 1;
}
/* Show text on hover or when active */
.info-content-bg:hover .info-text{
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
}
.info-img-zoom img{
    transition: .5s ease-in-out;
}
.info-img-zoom img:hover{
    transform: scale(1.2);
}
.info-player-slider .info-content-bg .info-content::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #000000);
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: .3s ease-in-out;
}



.info-clash-bg{
    background: #4D0F13;
    position: relative;
    overflow: hidden;
}
.info-clash-bg::after{
    position: absolute;
    content: '';
    background: #4d0f1394;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.info-clash-bg::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url('../img/info-bg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-clash-card{
    padding: 20px 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #61060A;
    margin-right: 20px;
}

.info-capture-card{
    position: relative;
    z-index: 1;
    /* width: auto; */
    /* margin-top: 50px;
    margin-bottom: 50px; */
}
.info-capture-card::before{
    position: absolute;
    content: '';
    background: #1e1e1e85;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.info-capture-card{
    overflow: hidden;
    transition: .2s ease-in-out;
}
.info-capture-card:hover{
    transform: scaleY(1.1);
    border-radius: 8px;
}
.info-capture-card img{
    transition: .3s ease-in-out;
}
.info-capture-card:hover img{
    transform: scale(1.5);
}
.info-capture-text {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    transform: translateY(-50px);
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    padding: 10px;
}
/* Show text on hover or when active */
.info-capture-card:hover .info-capture-text{
    max-height: 100px;
    transform: translateY(0);
}
.info-bats-element{
    position: relative;
}
.info-bats-element::before{
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #ffffff00 10%, #ffffff);
    height: 3px;
    width: 48%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-bats-element::after{
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #ffffff 10%, #ffffff00 90%);

    height: 3px;
    width: 48%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* FOOTER STARTS HERE */
.info-contact-bg{
    background-color: #DADADA;
}
.info-contact ul li a{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.info-contact ul li a:hover{
    color: #e63b27;
    transition: .3s ease-in-out;
}
.info-contact-content::after{
    position: absolute;
    content: '';
    background-color: #000;
    height: 80%;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.info-footer-bg{
    background-color: #000000;
}

.info-footer-bg p {
    color: #888;
    line-height: 22px;
    font-size: 12px;
}
.info-map-btn{
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}
.info-map-btn:hover{
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}
.info-map-content li{
    line-height: 3;
}
.info-footer-bg .info-content p{
    min-height: 100px;
}
.social-icons {
    display: flex;
}
.social-icons li a {
    margin-right: 6px;
    height: 30px;
    width: 30px;
    background: #737373 !important;
    color: #000 !important;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 1rem !important;
    border: 1px solid #737373;
    transition: .3s ease-in-out;
}
.social-icons li a:hover {
    background: #E63B27 !important;
    color: #fff !important;
    border: 1px solid #E63B27;

}
.info-quick-links-content{
    display: flex;
    justify-content: space-between;
}
.info-quick-links li a{
    color: #888;
    font-size: 12px;
    text-decoration: none;
}
hr {
    border-top: 1px solid #8b8b8b !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-nav .floor-plans-left-arrow {
    position: absolute;
    left: 3%;
    top: 15px;
    border: 1px solid #94272C;
    background-color: #94272C;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}
.slick-nav .floor-plans-right-arrow {
    position: absolute;
    left: 9%;
    top: 15px;
    border: 1px solid #94272C;
    background-color: #94272C;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}
.info-slider-img{
    margin-right: 20px;
}




@media (max-width: 1200px) {
    .slick-nav .fa-chevron-left{
        left: -35px !important;
    }
    .slick-nav .fa-chevron-right{
        right: -35px !important;
    }
}
@media (max-width: 992px) {
    .info-about-slider .slick-list, .info-player-slider .slick-list, .info-clash-slider .slick-list, .info-capture-slider .slick-list{
        padding-right: 50px !important;
    }
    .info-contact-content::after {
        position: absolute;
        content: '';
        background-color: #000;
        height: 2px;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .slick-nav .floor-plans-left-arrow{
        left: 3% !important;
        top: 12px !important;
        height: 30px !important;
        width: 30px !important;
    }
    .slick-nav .floor-plans-right-arrow{
        left: 12% !important;
        top: 12px !important;
        height: 30px !important;
        width: 30px !important;
    }
}
@media (max-width:767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand{
        max-width: 110px;
    }
    .info-clash-card{
        padding: 10px;
    }
    .slick-active .info-capture-text{
        max-height: 100px;
        transform: translateY(0);
    }
    .info-capture-slider .slick-active img{
        transform: scale(1.5);
    }
    .info-capture-slider .slick-active{
        transform: scaleY(1.1);
        border-radius: 8px;
    }
    .info-contact ul li a {
        font-size: 14px;
        padding-top: 0;
    }
    .info-footer-bg .info-content p {
        min-height: 60px;
    }
    .slick-active .info-content-bg .info-text{
        max-height: 100px;
        opacity: 1;
        transform: translateY(0);
    }
    .info-capture-card{
        width: auto;
        margin-bottom: 10px;
    }

}










/* Slick Slider Dots */
.slick-dots{
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
  }
   .slick-dots li{
    display: inline-block;
    margin-right: 10px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #ffffffad;
    text-indent: -999999px;
    transition: all 500ms ease-in-out;
}
.slick-dots li.slick-active button {
    opacity: 1;
    background: #9A813D;
    width: 50px;
}
 .info-clash-slider .slick-list{
    padding-right: 200px;
}


  /* Slick Slider Banner Dots */
.info-hero-slider .slick-dots {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    margin-top: 20px !important;
    list-style: none;
    text-align: center;
}
.info-hero-slider .slick-dots li button {
    width: 2px;
    height: 6px;
    border: 0;
    border-radius: 50rem;
    background-color: #FFFFFF;
    text-indent: -999999px;
    transition: all 500ms ease-in-out;
}
.info-hero-slider .slick-dots li.slick-active button {
    opacity: 1;
    background: #961313;
    width: 50px;
}


.slick-nav .fa-chevron-left{
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #94272C;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.slick-nav .fa-chevron-right{
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #94272C;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.info_player_arrows .slick-nav .fa-chevron-left{
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    color: #94272C;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.info_player_arrows .slick-nav .fa-chevron-right{
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    color: #94272C;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}