body::-webkit-scrollbar {
    width: 10px;
}
body a {
    text-decoration: none !important;
}
body::-webkit-scrollbar-thumb {
    background: #ffcf01;
}
body::-webkit-scrollbar-track {
    background: #000;
}
html body {
    overflow-x: hidden !important;
}
/*****************************************Header***************************************/
#global-header {
    padding: 10px 0;
    border-bottom: 2px solid #4ea3b7;
}
#global-header .top-bar .btn {
    padding: 6px 30px !important;
    background: #231f20;
    font-family: 'Times New Roman';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #231f20;
    transition: 0.5s all;
}
#global-header .top-bar .btn:hover{
    background: #ffcf01;
    color: #fff;
    border: 1px solid #ffcf01;
    transition: 0.5s all;
}
#global-header .nav-bar {
    display: flex;
    align-items: center;
}
#global-header .nav-bar .left {
    width: 20%;
}
#global-header .nav-bar .left .logo-img span {
    width: 100%;
}
#global-header .nav-bar .left .logo-img span img {
    width: 100%;
}
#global-header .nav-bar .right {
    width: 80%;
}
#global-header .nav-bar .right .main-menu .et_pb_menu__wrap {
    justify-content: flex-end;
}
#global-header .nav-bar .right .main-menu nav ul li a {
    font-family: 'Times New Roman';
    font-size: 22px;
    color: #231F20;
    text-transform: uppercase;
    padding-right: 50px;
    transition: 0.5s all;
}
#global-header .nav-bar .right .main-menu nav ul li a img {
    padding-bottom: 12px;
}
#global-header .nav-bar .right .main-menu nav ul li a:hover {
    color: #ffcf01;
    transition: 0.5s all;
}
/*****************************************Header***************************************/
/****************************************Section****************************************/
#banner-section {
    height: 1143px;
    background-size: 100% 100%;
    padding: 350px 0 0;
    position: relative;
}
#banner-section .row .right .image-1 span {
    position: relative;
    z-index: 0;
}
#banner-section::before{
    content: "";
    position: absolute;
    width: 327px;
    height: 327px;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 370px;
    bottom: -60px;
}
#banner-section::after{
    content: "";
    position: absolute;
    width: 915px;
    height: 950px;
    background-image: url(../images/banner-after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: -200px;
    z-index: 9999999;
}
#banner-section .row {
    display: flex;
    align-items: center;
    gap: 20px;
}
#banner-section .row .left {
    width: 55%;
}
#banner-section .row .right {
    width: 45%;
}
#banner-section .row .left .heading h1 {
    font-family: 'Times New Roman';
    font-size: 90px;
    line-height: 98px;
    color: #fff;
}
#banner-section .row .left .heading h1 strong {
    color: #ffcf01;
}
#section-2 {
    padding: 30px 0 100px 0;position: relative;
    z-index: 99999999999999999999999999;
}
#section-2 .row-1 .heading h3 {
    padding: 0;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Times New Roman';
    color: #000;
    line-height: 40px;
}
#section-2 .row-1 .heading h3 strong {
    color: #ffcf01;
}
#section-2 .row-1 .heading h2 {
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    line-height: 70px;
}
#section-2 .row-1 .heading p {
    text-align: center;
    font-family: 'Lato';
    font-size: 22px;
    line-height: 42px;
    margin: 40px 0;
}
#section-2 .row-2 {
    display: flex;
    align-items: center;
}
#section-2 .row-2 .col {
    width: 20%;
}
#section-2 .row-2 .col .entertainment-1 {
    transition: 0.5s all;
    padding: 20px 0 20px 0;
}
#section-2 .row-2 .col .entertainment-1:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#section-2 .row-2 .col .entertainment-1 h4 {
    font-family: 'Lato';
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}
#section-3 {
    position: relative;
    padding: 0 0 100px;
}
#section-3::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 430px;
    height: 649px;
    left: 0;
    top: 200px;
    z-index: 9999999999;
}
#section-3::after {
    content: "";
    position: absolute;
    background-image: url(../images/about-after-right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 441px;
    height: 360px;
    right: 0;
    bottom: -50px;
    z-index: 9999999999;
}
#section-3 .row .right {
    width: 60%;
    position: absolute;
    right: 0;
}
#section-3 .row {
    display: flex;
    align-items: center;
    position: relative;
}
#section-3 .row .left {
    width: 50%;
}
#section-3 .row .right .heading {
    background: rgb(8, 6, 7);
    background: linear-gradient(100deg, rgba(8, 6, 7, 1) 0%, rgba(255, 207, 1, 1) 100%);
    padding: 100px 50px;
}
#section-3 .row .right .heading h2 {
    font-family: 'New Times Roman';
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
#section-3 .row .right .heading h3 {
    font-family: 'New Times Roman';
    font-size: 32px;
    color: #ffcf01;
    padding: 0;
    margin: 17px 0 43px 0;
}
#section-3 .row .right .heading p {
    font-family: 'Lato';
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    width: 60%;
}
#section-4 {
    padding: 0 0 100px 0;
}
#section-4 .heading h2 {
    font-family: 'Times New Roman';
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding: 0;
}
#section-4 .movie-tab ul {
    background: #fff;
}
#section-4 .movie-tab ul li {
    border: none;
    padding: 20px 0;
}
#section-4 .movie-tab {
    border: none !important;
}
#section-4 .movie-tab ul li a {
    border: none;
    color: #000;
    font-family: 'Lato';
    font-size: 19px;
}
#section-4 .movie-tab .et_pb_tab_active {
    border-bottom: none;
}
#section-4 .movie-tab .et_pb_tab_active a {
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}
ul.et_pb_tabs_controls:after {
    border-top: 1px solid #000;
}
.et_pb_tabs_controls li.et_pb_tab_active {
    background: none;
}
#section-4 .movie-tab .et_pb_all_tabs .et_pb_tab_content p {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 300;
}
#section-4 .row .et_pb_button_module_wrapper {
    text-align: center;
    position: relative;
}
#section-4 .row .et_pb_button_module_wrapper::before{
    content: "";
    position: absolute;
    background: url(../images/white-logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    bottom: 10px;
    left: 525px;
    z-index: 999;
}
#section-4 .row .btn {
    padding: 6px 30px 6px 80px !important;
    background: #2F2F2F;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #2F2F2F;
    transition: 0.5s all;
    margin-top: 40px;
    position: relative;
}
#section-4 .row .btn:hover {
    transition: 0.5s all;
    background: #ebbf02;
    padding: 6px 30px 6px 80px !important;
    border: 1px solid #ebbf02;
}
#section-4 .movie-tab .products .woocommerce-product-details__short-description p {
    position: absolute;
    top: 80px;
    left: 330px;
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 300;
    color: #000 !important;
}
#section-4 .movie-tab .product .woocommerce-product-details__description p {
    position: absolute;
    top: 130px;
    left: 330px;
    font-family: 'Lato';
    font-size: 19px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
}
#section-4 .movie-tab ul li .add_to_cart_button {
    padding: 6px 30px 6px 30px !important;
    background: #4F4E4A;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #4F4E4A;
    transition: 0.5s all;
    position: absolute;
    right: 320px;
    top: 10px;
}
#section-4 .movie-tab ul li .add_to_cart_button::after {
    display: none;
}
#section-4 .movie-tab ul li .add_to_cart_button:hover {
    background: #ebbf02;
    border: 1px solid #ebbf02;
    transition: 0.5s all;
}
#section-4 .movie-tab .products li .et_shop_image img {
    border-radius: 50px;
    height: 350px;
    object-fit: cover;
}
#section-4 .movie-tab .products li {
    opacity: 1 !important;
}
/****************************************Tabe Panal************************************/
#section-4 .movie-tab .products {
    display: block;
}
#section-4 .movie-tab .products li {
    margin: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000;
}
#section-4 .movie-tab .products li::before {
    content: "";
    position: absolute;
    background: url(../images/ticket.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 76px;
    height: 62px;
    top: 10px;
    right: 230px;
    z-index: 999999999;
}
#section-4 .movie-tab .products li .et_shop_image {
    height: 100%;
    width: 25%;
}
#section-4 .movie-tab .products li h2 {
    position: absolute;
    left: 330px;
    top: 10px;
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
    color: #FFCF01;
}
/****************************************Tabe Panal************************************/
#section-5 {
    padding: 70px 0 100px 0;
    position: relative;
    margin-bottom: 100px;
}
#section-5::before {
    content: "";
    position: absolute;
    background: url(../images/testi-before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 521px;
    height: 820px;
    top: 0;
    right: 0;
}
#section-5 .row {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}
#section-5 .row .heading h2 {
    font-family: 'Times New Roman';
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding: 0;
}
#section-5 .row .heading p {
    font-family: 'Lato';
    font-size: 22px;
    line-height: 33px;
    color: #000;
    width: 60%;
    margin: 60px auto 40px auto;
    text-align: center;
}
#section-5 .row .heading h3 {
    font-family: 'Lato';
    font-size: 24px;
    line-height: 33px;
    color: #EBBF02;
    text-align: center;
    font-weight: 500;
}
#section-5 .row .absolute-img {
    position: absolute;
    top: 0;
}
#section-5 .row .absolute-img-1 {
    right: 0;
    top: 550px !important;
    position: absolute;
    width: 156px;
    height: 156px;
}
#section-5 .row .absolute-img-2 {
    top: 550px !important;
    left: 200px;
    width: 156px;
    height: 156px;
    z-index: 9999999999;
}
#section-6 {
    padding: 150px 0;
}
#section-6 .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
#section-6 .row .left {
    width: 50%;
    position: relative;
}
#section-6 .row .left::before {
    content: "";
    position: absolute;
    background: url(../images/white-logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    bottom: 10px;
    left: 15px;
    z-index: 999;
}
#section-6 .row .left .heading h2 {
    font-family: 'Times New Roman';
    font-size: 78px;
    text-transform: uppercase;
    color: #EBBF02;
}
#section-6 .row .left .heading h2 strong {
    font-style: italic;
    font-weight: 500;
    font-size: 100px;
}
#section-6 .row .left .btn {
    padding: 6px 30px 6px 60px !important;
    background: #ebbf02;
    font-family: 'Times New Roman';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #ebbf02;
    transition: 0.5s all;
    margin-top: 40px;
    position: relative;
}
#section-6 .row .left .btn:hover {
    transition: 0.5s all;
    background: transparent;
    padding: 6px 30px 6px 60px !important;
}
#section-8 {
    padding: 50px 0;
}
#section-8 .row .heading h2 {
    font-family: 'Times New Roman';
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding: 0;
}
#section-8 .row .heading p {
    text-align: center;
    font-family: 'Lato';
    font-size: 22px;
    line-height: 42px;
    margin: 40px 0;
}
#popular-section .woocommerce .products li {
    margin: 0;
    width: 20%;
    padding: 0;
    list-style: none;
}
#popular-section .woocommerce .products {
    margin: 0;
}
.movie-tab .et_shop_image:hover .et_overlay {
    opacity: 0;
}
#popular-section .woocommerce .products::before {
    display: none;
}
#section-8 .woo-product-wrapper .slick-center .add_to_cart a {
    background: #4F4E4A;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: 'Lato';
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s all;
}
#section-8 .woo-product-wrapper .slick-center .add_to_cart {
    text-align: end;
    margin-top: -50px;
    padding: 0 10px;
    position: relative;
    z-index: 9999;
}
#section-8 .woo-product-wrapper .slick-center .add_to_cart a:hover {
    background: #ffcf01;
    transition: 0.5s all;
    color: #4F4E4A;
}
#section-8 .woo-product-wrapper .slick-center .content_cover {
    margin-top: -100px;
    padding: 0 20px;
    position: relative;
}
#section-8 .woo-product-wrapper .slick-center .content_cover::before {
    content: "";
    position: absolute;
    background: #0000006b;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 125px;
    z-index: 0;
}
#section-8 .woo-product-wrapper .slick-center .content_cover a h2 {
    font-family: 'Lato';
    font-size: 37px;
    color: #fff;
    position: relative;
    z-index: 9999999;
    text-align: left;
}
#section-8 .woo-product-wrapper .slick-center .content_cover .woocommerce-Price-amount {
    color: #fff;
    font-family: 'Lato';
    font-size: 20px;
    position: relative;
    z-index: 99999;
    display: block;
    text-align: left;
}
.content_cover, .add_to_cart {
    display: none;
}

.product.product_cover.slick-slide.slick-current.slick-active .content_cover, .product.product_cover.slick-slide.slick-current.slick-active .add_to_cart {
    display: block;
}
#section-8 .woo-product-wrapper .slick-prev {
    position: absolute;
    bottom: 0;
    left: 48.5%;
    z-index: 99999;
    background: url(../images/pre-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 37px;
    height: 37px;
    border: none;
	cursor:pointer;
}
#section-8 .woo-product-wrapper {
    position: relative;
    padding-bottom: 100px;
}
#section-8 .woo-product-wrapper .slick-next {
    position: absolute;
    left: 51.5%;
    bottom: 0;
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 37px;
    height: 37px;
    border: none;
	cursor:pointer;
}
#section-8 .woo-product-wrapper .add_to_cart {
    text-align: center;
    margin-top: 30px;
}
#section-8 .woo-product-wrapper .add_to_cart a {background: #4F4E4A;padding: 8px 15px;border-radius: 20px;font-family: 'Lato';font-size: 13px;color: #fff;text-transform: uppercase;transition: 0.5s all;}
#section-8 .woo-product-wrapper .add_to_cart a:hover {
    background: #ffcf01;
    transition: 0.5s all;
    color: #000;
}
#section-8 .woo-product-wrapper .content_cover a h2 {
    text-align: center;
    font-family: 'Lato';
    font-size: 30px;
    margin-top: 20px;
    text-transform: capitalize;
}
#section-8 .woo-product-wrapper .woocommerce-Price-amount {
    text-align: center;
    display: block;
    font-family: 'Lato';
    font-size: 20px;
    color: #000;
}
/****************************************Section****************************************/
/******************************************Slick Slider CSS**********************************/

/* Basic Slick Slider styles */
.slick-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slick-center {
    transform: scale(1.2);
    z-index: 2;
}

/* Adjusting images */
.woocommerce ul.products .slick-slide img {
    width: 100%;
    transition: transform 0.5s ease;
}

.woocommerce ul.products .slick-center img {
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

/* Container for the products */
.woocommerce ul.products {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce ul.products li.product {
    transition: transform 0.5s ease;
    opacity: 0.6;
}

.woocommerce ul.products li.slick-center.product {
    transform: scale(1.2);
    opacity: 1;
    z-index: 2;
}
#section-8 .woo-product-wrapper .draggable {
    padding: 100px 0 40px !important;
}
/******************************************Slick Slider CSS**********************************/
/******************************************Inner Page**********************************/
#inner-page {
    padding: 200px 0;
    background: linear-gradient(100deg, rgba(8, 6, 7, 1) 0%, rgba(255, 207, 1, 1) 100%);
}
#inner-section {
    padding: 100px 0px 300px 0;
}
#inner-section .row .heading h1 {
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Times New Roman';
    color: #000;
    line-height: 40px;
}
#inner-section .row .heading p {
    font-family: 'Lato';
    font-size: 22px;
    line-height: 42px;
    margin: 40px 0;
}
#inner-section .ranting-pro .et_shop_image {
    width: 350px;
    height: 350px;
}#inner-section .ranting-pro .et_shop_image {
    width: 350px;
    height: 350px;
}
#inner-section .ranting-pro h2 {
    padding: 0;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Lato';
    color: #000;
    margin: 20px 0;
}
#inner-section .ranting-pro p {
    font-family: 'Lato';
    font-size: 22px;
    line-height: 30px;
    color: #000;
    text-align: justify;
    display: none;
}
#inner-section .ranting-pro .button {
    text-align: center;
    display: block;
    padding: 6px 30px 6px 30px !important;
    background: #4F4E4A;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #4F4E4A;
    transition: 0.5s all;
}
#inner-section .ranting-pro span.price, #inner-section .movie .woocommerce .products li span.price {
    display: none;
}
#inner-section .ranting-pro .button::after {
    display: none;
}
#inner-section .ranting-pro .button:hover {
    background: #ebbf02;
    border: 1px solid #ebbf02;
    transition: 0.5s all;
}
#inner-section .ranting-pro {
    margin-top: 100px;
}
#inner-section .ranting-pro .product {
    opacity: 1;
}
/******************************************Inner Page**********************************/
/******************************************Category Page**********************************/
#main-content .container:before {
    display: none;
}
.archive #left-area {
    width: 100% !important;
}
.archive #left-area .woocommerce-products-header .woocommerce-products-header__title.page-title {
    padding: 0;
    font-size: 55px;
    font-family: 'Lato';
    color: #000;
    line-height: 40px;
    margin: 20px 0;
}
.archive #left-area .woocommerce-products-header .woocommerce-result-count {
}
.archive #left-area .woocommerce-result-count {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 42px;
    font-weight: 400;
}
.archive #left-area .orderby {
    padding: 10px 10px;
    border-radius: 10px;
}
.archive #left-area .orderby option {
}
.archive #left-area .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.archive #left-area .products::before {
    display: none;
}
.archive #left-area .products li {
    width: 100% !IMPORTANT;
    opacity: 1;
}
.archive #left-area .products li .woocommerce-loop-product__title {
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Lato';
    color: #000;
}
.archive #left-area .products li  .woocommerce-product-details__description p {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin: 20px 0 0 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive #left-area .products li .add_to_cart_button {
    padding: 6px 30px !important;
    background: #231f20;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #231f20;
    transition: 0.5s all;
    text-align: center;
    display: block !important;
}
.archive #left-area .products li .add_to_cart_button::after {
    display: none;
}
.archive #left-area .products li .add_to_cart_button:hover {
    background: #ffcf01;
    color: #fff;
    border: 1px solid #ffcf01;
    transition: 0.5s all;
}
/******************************************Category Page**********************************/
/******************************************Single Cart Page WooCommerce**********************************/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) 
.woocommerce-breadcrumb {
    font-family: 'Lato';
    font-size: 19px;
    text-transform: capitalize;
}
.woocommerce-product-gallery__image a img {
    border: 2px solid #000;
    padding: 5px;
}
.summary.entry-summary .product_title.entry-title {
    padding: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    font-family: Lato;
}
.summary.entry-summary .price {
    font-family: 'Lato';
    font-size: 21px;
    color: #000 !important;
}
.woocommerce-product-details__short-description p {
    font-family: 'Lato';
    font-size: 21px;
    color: #000 !important;
    margin-top: 10px;
}
.cart button {
    padding: 6px 30px !important;
    background: #2F2F2F !important;
    font-family: 'Lato';
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    font-size: 20px !important;
    border: 1px solid #2F2F2F !important;
    transition: 0.5s all !important;
    position: relative !important;
}
.cart button::after {
    display: none;
}
.cart button:hover {
    transition: 0.5s all !important;
    background: #ebbf02 !important;
    border: 1px solid #ebbf02 !important;
    padding: 6px 30px !important;
}
.product_meta .posted_in {
    font-family: 'Lato';
    font-size: 21px;
    color: #000 !important;
}
.product_meta .posted_in a {
    color: #ffcf01;
}
.woocommerce-tabs li a {
    color: #000;
    font-family: 'Lato';
    font-size: 19px;
}
#tab-description h2, #tab-reviews .woocommerce-Reviews-title {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
    color: #FFCF01;
}
#tab-description p, .woocommerce-noreviews, #reply-title, .comment-form-rating {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
}
.form-submit #submit {
    padding: 6px 30px !important;
    background: #231f20 !important;
    font-family: 'Times New Roman';
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    font-size: 20px !important;
    font-weight: bold;
    border: 1px solid #231f20 !important;
    transition: 0.5s all !important;
}
.form-submit #submit:hover {
    background: #ffcf01 !important;
    color: #fff !important;
    border: 1px solid #ffcf01 !important;
    transition: 0.5s all !important;
}
.related h2 {
    padding: 0;
    text-transform: uppercase;
    font-family: 'Lato';
    color: #000 !important;
    line-height: 40px;
}
.related .products li {margin: 0 30px 0 0 !important;}
.related .products {
/*     gap: 30px; */
	align-items: baseline !important;
}
.related .products .woocommerce-loop-product__title {text-align: center;}
.related .products .woocommerce-product-details__description p {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin: 20px 0 0 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}
#left-area {position: relative;z-index: 9999999;margin-bottom: 200px;}
.product .related .add_to_cart_button {
    padding: 6px 30px !important;
    background: #231f20;
    font-family: 'Times New Roman';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #231f20;
    transition: 0.5s all;
	text-align: center;
    display: block !important;
}
.product .related .add_to_cart_button::after {
    display: none;
}
.product .related .add_to_cart_button:hover {
    background: #ffcf01;
    color: #fff;
    border: 1px solid #ffcf01;
    transition: 0.5s all;
}
.product .related  .products li {
    opacity: 1!important;
}
#inner-section .movie .woocommerce .products {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 30px;}
#inner-section .movie .woocommerce .products li {
    width: 100%;
    opacity: 1;
    margin: 0;
}
#inner-section .movie .woocommerce .products::before {
    display: none;
}
#inner-section .movie {
    margin-top: 100px;
}
#inner-section .movie .woocommerce .products li .woocommerce-loop-product__title {
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Lato';
    color: #000;
}
#inner-section .movie .woocommerce .products li .woocommerce-product-details__short-description p {
}
#inner-section .movie .woocommerce .products li .woocommerce-product-details__description p {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin: 20px 0 0 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	display:none;
}
#inner-section .movie .woocommerce .products li .add_to_cart_button {
    padding: 6px 30px !important;
    background: #231f20;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #231f20;
    transition: 0.5s all;
    text-align: center;
    display: block !important;
}
#inner-section .movie .woocommerce .products li .add_to_cart_button::after {
    display: none;
}
#inner-section .movie .woocommerce .products li .add_to_cart_button:hover {
    background: #ffcf01;
    color: #fff;
    border: 1px solid #ffcf01;
    transition: 0.5s all;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    display: flex;
    gap: 20px;
    margin: 50px 0 300px 0 !important;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0 !important;
    width: 60%;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 35%;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table th span {font-size: 17px;padding: 0;line-height: 30px;color: #000;padding: 0 20px;}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table .wc-block-cart-item__image {
    max-width: 100%;
    width: 40%;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table .wc-block-cart-item__product a {font-family: 'Lato';font-size: 25px;line-height: 42px;color: #000;margin-bottom: 0;}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table .wc-block-cart-item__prices, .wc-block-components-product-price__value {font-family: 'Lato';font-size: 25px;line-height: 42px;color: #000;margin-bottom: 0;}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table .wc-block-components-product-metadata__description p {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 42px;
    color: #000;
    margin: 0;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table .wc-block-cart-item__remove-link {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 42px;
    color: #000;
    margin: 0;
    text-decoration: none; 
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 17px;
    line-height: 30px;
}

.wc-block-components-totals-item__label {
    font-size: 17px;
    line-height: 30px;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
    font-size: 17px;
    line-height: 30px;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
    font-size: 17px;
    line-height: 30px;
}
.page-id-227 #left-area {
    width: 100% !important;
}
/******************************************Single Cart Page WooCommerce**********************************/
/*****************************************Footer***************************************/
#global-footer {
    position: relative;
}
#global-footer::before {
    content: "";
    position: absolute;
    background: url(../images/footer-bg.png);
    width: 1900px;
    height: 993px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    top: -300px;
}
#global-footer .row-1 .footer-logo span img {
    width: 60%;
    padding-bottom: 60px;
    margin-top: -100px;
}

#global-footer .heading h2 {
    font-family: 'Times New Roman';
    font-size: 55px;
    text-align: center;
    margin-bottom: 50px;
    color: #020202;
    text-transform: uppercase;
}
#global-footer .row-1 form {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
}
#global-footer .row-1 form p {
    padding: 0;
    margin: 0 0 50px 0;
    width: 70%;
}
#global-footer .row-1 form p input {
    background: transparent;
    border: 2px solid #000;
    border-radius: 50px 0px 0px 50px;
    padding: 21px 0 19px 30px;
}
#global-footer .row-1 form p input::placeholder {
    font-family: 'Times New Roman';
    font-size: 20px;
    color: #8A8989;
}
#global-footer .row-1 form .et_contact_bottom_container {
    float: none;
    margin: 0;
    display: block;
}
#global-footer .row-1 form .et_contact_bottom_container button {
    margin: 0px;
    border: 2px solid #000;
    border-radius: 0px 50px 50px 0px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
#global-footer .row-2 {
    display: flex;
    align-items: center;
    max-width: 1200px;
}
#global-footer .row-2 .col {
    width: 33%;
    margin: 0;
}
#global-footer .row-2 .col .info-blurb p {
    font-size: 17px;
    padding: 0;
    line-height: 30px;
    color: #000;
}
#global-footer .row-2 .col .info-blurb .et_pb_blurb_content {
    display: flex;
}
#global-footer .row-2 .col .info-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
}
#global-footer .row-2 .col .info-blurb .et_pb_blurb_content .et_pb_main_blurb_image span {
    font-size: 20px;
}
#global-footer .row-2 .col .info-blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding: 0;
}
#global-footer .row-2 .col .info-blurb p a {
    font-family: 'Lato';
    font-size: 25px;
    color: #000;
    transition: 0.5s all;
}
#global-footer .row-2 .col .info-blurb p a:hover {
    color: #ffcf01;
    transition: 0.5s all;
}
#global-footer .row-2 .col .social-media li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #000;
    padding: 5px;
}
#global-footer .row-2 .col .social-media {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#global-footer .row-2 .col .social-media li a {
    background: #000;
    border: 2px dashed #fff;
    border-radius: 50px;
    padding: 5px;
    margin: 0;
}
#global-footer .row-2 .col .social-media li a::before {
    font-size: 20px;
}
#global-footer .row-4 {
    display: flex;
    align-items: center;
}
#global-footer .row-4 .heading p {
    text-align: center;
    font-family: 'Lato';
    color: #000;
    font-size: 18px;
}
#global-footer .row-4 .right .footer-right-img {
    margin-top: 200px;
}
/* archive*/
.archive #global-header .nav-bar .right .main-menu nav ul li a {
    padding-right: 10px;
}

.archive #global-header .nav-bar .left .logo-img span img {
    width: 80%;
}


.archive #global-footer {
    position: relative;
}
.archive #global-footer::before {
    content: "";
    position: absolute;
    background: url(../images/footer-bg.png);
    width: 1900px;
    height: 993px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    top: -300px;
}
.archive #global-footer .row-1 .footer-logo span img {
    width: 60%;
    padding-bottom: 60px;
    margin-top: -100px;
}
.archive #global-footer .heading h2 {
    font-family: 'Times New Roman';
    font-size: 55px;
    text-align: center;
    margin-bottom: 50px;
    color: #020202;
    text-transform: uppercase;
}
.archive #global-footer .row-1 form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.archive #global-footer .row-1 form p {
    padding: 0;
    margin: 0 0 50px 0;
    width: 70%;
}
.archive #global-footer .row-1 form p input {
    background: transparent !important;
    border: 2px solid #000 !important;
    border-radius: 50px 0px 0px 50px !important;
    padding: 21px 0 19px 30px !important;
}
.archive #global-footer .row-1 form p input::placeholder {
    font-family: 'Times New Roman';
    font-size: 20px;
    color: #8A8989;
}
.archive #global-footer .row-1 form .et_contact_bottom_container {
    float: none;
    margin: 0;
    display: block;
}
.archive #global-footer .row-1 form .et_contact_bottom_container button {
    margin: 0px;
    border: 2px solid #000;
    border-radius: 0px 50px 50px 0px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.archive #global-footer .row-2 {
    display: flex;
    align-items: center;
    max-width: 1200px;
}
.archive #global-footer .row-2 .col {
    width: 33%;
    margin: 0;
}
.archive #global-footer .row-2 .col .info-blurb p {
    font-size: 17px;
    padding: 0;
    line-height: 30px;
    color: #000;
}
.archive #global-footer .row-2 .col .info-blurb .et_pb_blurb_content {
    display: flex;
}
.archive #global-footer .row-2 .col .info-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.archive #global-footer .row-2 .col .info-blurb .et_pb_blurb_content .et_pb_main_blurb_image span {
    font-size: 20px;
}
.archive #global-footer .row-2 .col .info-blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding: 0;
}
.archive #global-footer .row-2 .col .info-blurb p a {
    font-family: 'Lato';
    font-size: 25px;
    color: #000;
    transition: 0.5s all;
}
.archive #global-footer .row-2 .col .info-blurb p a:hover {
    color: #ffcf01;
    transition: 0.5s all;
}
.archive #global-footer .row-2 .col .social-media li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #000;
    padding: 5px;
}
.archive #global-footer .row-2 .col .social-media {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.archive #global-footer .row-2 .col .social-media li a {
    background: #000;
    border: 2px dashed #fff;
    border-radius: 50px;
    padding: 5px;
    margin: 0;
}
.archive #global-footer .row-2 .col .social-media li a::before {
    font-size: 20px;
}
.archive #global-footer .row-4 {
    display: flex;
    align-items: center;
}
.archive #global-footer .row-4 .heading p {
    text-align: center;
    font-family: 'Lato';
    color: #000;
    font-size: 18px;
}
.archive #global-footer .row-4 .right .footer-right-img {
    margin-top: 200px;
}

/*****************************************Footer***************************************/
/*****************************************Responsive***************************************/

@media (max-width: 1600px){
    #banner-section::before {
        left: 270px;
    }
    #global-header .nav-bar .right .main-menu nav ul li a {
        padding-right: 30px;
        font-size: 20px;
    }
    #global-header .top-bar .btn {
        font-size: 18px;
    }
    #banner-section .row .left .heading h1 {
        font-size: 80px;
        line-height: 88px;
    }
    #banner-section {
        padding: 280px 0;
        height: auto;
    }
    #banner-section::after {
        width: 600px;
        height: 650px;
    }
    #section-2 .row-1 .heading p {
        font-size: 20px;
        line-height: 35px;
    }
    #section-3::before {
        width: 200px;
        height: 300px;
        top: 300px
    }
    #section-3::after {
        width: 300px;
        height: 220px;
        bottom: 0;
    }
    #section-3 .row .right .heading {
        padding: 60px 50px;
    }
}
@media (max-width: 1400px){
    #banner-section .row .left .heading h1 {
        font-size: 70px;
        line-height: 80px;
    }
    #banner-section::before {
        left: 220px;
    }
    #banner-section::after {
        width: 500px;
        height: 500px;
        bottom: 0px;
    }
}



/*  */

.booking-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 30px;
}

.booking-fields input, .booking-fields select {
    border: 1px solid #ccc;
    padding: 10px 20px;
    color: #000 !important;
    font-size: 17px;
}
.booking-fields input::placeholder, .booking-fields select::placeholder {
    color: #000;
}