section .single-item figure {
    padding: 0px;
}

section .single-item figure {
    padding: 0px;
}

.single-item .slide-wrapper img {
    height: unset !important;
}

.buttons a.btn {
    padding: 10px 27px;
    margin: 0px 10px 0px 0px;
}

.buttons a.btn.playgame,
.read-the-excerpt {
    /* background: #4472c4; */
    background-color: darkorange;
}

.buttons a.btn i {
    color: #000;
    font-size: 17px;
}

.header-blue.header a.nav-trigger {
    margin-top: -31px;
    background: #fff !important;
    border-radius: 50%;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    width: 21px;
    height: 2px;
}

.nav-trigger span::before {
    transform: translateY(-6px);
}

.nav-trigger span::after {
    transform: translateY(6px);
}

.buttons a.btn {
    padding: 10px 27px;
    margin: 10px 10px 0px 0px;
}

.single-item .slide-wrapper img {
    width: 100% !important;
    height: 491px !important;
    object-fit: contain;
    object-position: center;
}

.sldier {
    position: relative;
    padding: 0px;
}

#leftSide {
    display: flex;
    flex-direction: column;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 17%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: justify;
}

.sliderHeading {
    font-size: 30px;
    color: white !important;
    align-items: start;
    font-family: "Poppins";
}

.sliderSubHeading {
    font-size: 30px;
    color: darkorange !important;
    align-items: start;
    font-family: "Poppins";
}

.sliderDesc {
    font-size: 14px;
    /* letter-spacing: 1px; */
    color: darkorange !important;
    font-family: "Poppins";
    text-shadow: 3px 1px 2px #0000007d;
}

.carousel-item > img {
    height: 70vh;
}

.SliderBtnLeft {
    background: white;
    cursor: pointer;
    border-radius: 10px;
    color: black;
    font-size: 15px;
    font-weight: 900;
    padding: 7px 15px;
    border: none;
    margin: 0px 15px;
    font-family: "Poppins-Bold";
    letter-spacing: -1px;
}

.SliderBtnLeft > a {
    font-size: 18px;
    color: black;
    font-weight: 900;
    padding: 0px 0px 0px 20px;
    font-family: "Poppins";
}

.SliderBtnRight {
    background: white;
    cursor: pointer;
    border-radius: 10px;
    color: black;
    font-size: 15px;
    font-weight: 900;
    padding: 7px 15px;
    border: none;
    font-family: "Poppins-Bold";
    letter-spacing: -1px;
}

.SliderBtnRight > a {
    font-size: 18px;
    color: black;
    font-weight: 900;
    padding: 0px 0px 0px 20px;
    font-family: "Poppins";
}
.banner-sec {
    overflow-x: hidden;
}
.banner-slide {
    background: url("../img/sliderimages/Banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 90vh;
    position: relative;
}
.banner-slide-2 {
    background: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000004d;
    position: absolute;
}
/* .banner-content-wrapper {
    background: #151515ab;
    padding: 10px 20px;
} */
.banner-sec .slick-prev:before,
.banner-sec .slick-next:before {
    background: #151515ab;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner-sec .slick-prev {
    left: 0px;
    z-index: 1;
}
.banner-sec .slick-next {
    right: 30px;
    z-index: 1;
}
.banner-sec .slick-prev:before {
    content: "\f104";
    font-family: "Fontawesome";
    font-size: 20px;
    opacity: 1;
}
.banner-sec .slick-next:before {
    content: "\f105";
    font-family: "Fontawesome";
    font-size: 20px;
    opacity: 1;
}
.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    visibility: hidden;
    opacity: 0;
}
