﻿/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }*/

/* HTML5 display-role reset for older browsers */

/*Mall Services Section*/

/*Banner Arrow --START*/
.homePhoneBannerSlide {
    display: none;
}

.hover-btn {
    /* border: 1px solid white; */
    margin-right: 10px;
    border-radius: 5px;
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-weight: 300;
}

    .hover-btn:hover {
        background-position: left bottom;
        color: white;
        /* border: 1px solid black; */
    }

.left-arrow {
    position: absolute;
    top: 40%;
    left: 4%;
    border-radius: 50%;
    padding: 5px 0px 5px 0px;
    background-color: rgba(0,0,0,0.5);
    display: block;
}

.right-arrow {
    position: absolute;
    top: 40%;
    right: 4%;
    border-radius: 50%;
    padding: 5px 0px 5px 0px;
    background-color: rgba(0,0,0,0.5);
    display: block;
}

.left-arrow-Image {
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    padding: 6px 6px;
}

.right-arrow-Image {
    width: 50px;
    cursor: pointer;
    transform: rotate(180deg);
    padding: 6px 6px;
}

/*Banner Arrow --END*/



.newMallServices {
    text-align: center;
    margin: 0px 0 0px;
    overflow: hidden;
}

.newMallServiceSlidertabHolder {
    position: relative;
    padding: 0 10px;
}

.newMallServiceSlider {
    position: relative;
    margin-bottom: 50px !important;
}

.newMallServiceSlidertab {
    display: flex;
    text-align: left;
    position: relative;
    align-items: flex-end;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    padding: 20px;
}

.newMallServiceSlidertabHolder .new-title {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-family: 'CastleT';
    text-transform: uppercase
}

.newMallServiceSlidertabHolder .new-text {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
    min-height: 34px;
}

.newMallServiceSlidertabHolder .new-text-wrap {
    background-color: #e4e4e4;
    padding: 8px 15px;
    min-height: 11rem;
}

/*.newMallServiceSlider .slick-dots {
    bottom: -40px;
}
.newMallServiceSlider .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: black;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.newMallServiceSlider .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}
.newMallServiceSlider .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}

.newMallServiceSlider .slick-prev {
    left: 43%;
    top:105%;
    bottom:35px;
    z-index: 1;
}
/*.slick-active {
    border:1px solid #000;
    border-radius:50%;
}


.newMallServiceSlider .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.newMallServiceSlider .slick-next {
    right: 45%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.newMallServiceSlider .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}*/

/*Home Sections*/

.global-slider-wrap {
    width: 100%;
    padding: 50px 0;
}

.global-item-wrap {
    position: relative;
}


.global-item {
    /*background-position:center;
    background-repeat:no-repeat;
    height:calc(100vh - 50px);
    background-size:cover;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.global-inner-text-wrap {
    padding: 50px;
    width: 50%;
    background-color: rgba(0,0,0,.2);
    margin-left: 50px;
}

.global-reverse {
    flex-direction: row-reverse;
}

    .global-reverse .global-inner-text-wrap {
        text-align: right;
        margin-right: 50px;
        margin-left: 0px;
    }

.global-desktop-img {
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: cover;
}

.global-mobile-img {
    display: none !important;
    width: 100%;
}

.global-mobile-inner-img {
    height: 60vh;
    width: 55vh;
    overflow: hidden;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.2);
    border-radius: 5px;
}

    .global-mobile-inner-img:hover .global-inner-img {
        transform: scale(1.1);
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

.global-inner-img {
    background-position: center;
    background-repeat: no-repeat;
    height: 77%;
    width: 90%;
    background-size: contain;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.global-title {
    font-size: 60px;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    color: #fff;
    margin-bottom: 30px;
    /* letter-spacing: 4px; */
}

.global-mobile-inner-title {
    font-size: 28px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    color: #fff;
    width: 75vw;
    line-height: 1.2;
    /*margin-bottom: 15px;*/
    display: none;
}

.global-mobile-btn {
    display: none !important;
    /*margin-top:15px;*/
    margin-bottom: 30px;
}

.black-mobile-btn {
    display: none;
}

.global-black .slick-dots li button:before {
    color: #000;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

.global-black .slick-dots li.slick-active button:before {
    border: 2px solid #000;
    border-radius: 50%;
}

.global-white .slick-dots li button:before {
    color: #fff;
    top: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

.global-white .slick-dots li.slick-active button:before {
    border: 2px solid #fff;
    border-radius: 50%;
}

.global-white .slick-prev {
    left: 0;
    top: 50%;
    z-index: 1;
    opacity: 0.5;
    background-color: #fff;
    height: 45px;
    width: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all .5s ease-out;
}

.global-white .slick-next {
    right: 0;
    top: 50%;
    z-index: 1;
    background-color: #fff;
    opacity: 0.5;
    height: 45px;
    width: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all .5s ease-out;
}

.global-white .slick-prev:before {
    content: '';
    display: block;
    background: url(../png/left-arrow-angle.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
    background-size: contain;
    border: 0px;
}

.global-white .slick-next:before {
    content: '';
    display: block;
    background: url(../png/right-arrow-angle.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
    background-size: contain;
    border: 0px;
}

.global-black .slick-prev {
    left: 0;
    top: 45%;
    z-index: 1;
    opacity: 0.5;
    background-color: #000;
    height: 45px;
    width: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all .5s ease-out;
}

.global-black .slick-next {
    right: 0;
    top: 45%;
    z-index: 1;
    opacity: 0.5;
    background-color: #000;
    height: 45px;
    width: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all .5s ease-out;
}

.global-black .slick-prev:before {
    content: '';
    display: block;
    background: url(../png/left-arrow-angle-white.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
    background-size: contain;
    border: 0px;
}

.global-black .slick-next:before {
    content: '';
    display: block;
    background: url(../png/right-arrow-angle-white.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
    background-size: contain;
    border: 0px;
}

.global-black .slick-prev:hover, .global-black .slick-next:hover, .global-white .slick-prev:hover, .global-white .slick-next:hover {
    opacity: 1;
}
/*Home Sections --END-- */



@media only screen and (max-width: 1400px) {
    .newMallServiceSlidertabHolder .new-title {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
    .entSecSlide .slick-dots {
        bottom: -18% !important;
    }

    .newMallServiceSlidertabHolder .new-title {
        font-size: 20px;
        line-height: 24px;
    }

    .hover-btn {
        font-size: 12px;
    }
}

/*.Services-post {
    height: auto;
    position: relative;
}

.Services-main-wrap {
    padding: 32px 23px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.MallServices-wrap {
margin-top:50px;
}

.Services-item {
padding: 0 10px;
}*/

/*Mall Services Section--End*/


#home-curved-text {
    display: none;
}

.Home-desktop-banner {
    /*display:block !important;*/
}

.Home-banner-text-wrap {
    margin-left: 90px;
    width: 35vw;
    background-color: rgba(0,0,0,.2);
    padding: 20px 50px;
    color: #fff;
    display: none;
}

.DisplayDesktop {
    display: block;
}

.DisplayPhone {
    display: none;
}

.Home-Phone-banner {
    display: none !important;
}

.bannerNavDivPhone {
    width: 80%;
    margin: auto;
}


.spring-custom-container {
    max-width: 1000px;
}

.fb-head-icon {
    background-color: black;
    font-size: 23px;
    padding-right: 15px;
}

.twt-head-icon {
    background-color: black;
    font-size: 23px;
    padding-right: 15px;
}

.yt-head-icon {
    background-color: black;
    font-size: 23px;
    padding-right: 15px;
}

.ig-head-icon {
    background-color: black;
    font-size: 23px;
    padding-right: 15px;
}

.sc-head-icon {
    background-color: black;
    font-size: 23px;
}
/* Slider Dots Position */





/* Entertainment Slider */

.entSecSlide .slick-dots {
    bottom: -22%;
}

/*.entSecSlide .slick-dots li {
   width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.entSecSlide .slick-dots li:before {
  content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.entSecSlide .slick-dots li button:before {
    content: '';
}

.entSecSlide .slick-dots li.slick-active {
}

.entSecSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;*/
/*transition: 3s;*/
/*position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/
/*.entSecSlide .slick-prev {
    left: 43%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.entSecSlide .slick-prev:before {
   content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.entSecSlide .slick-next {
     right: 45%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.entSecSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}*/

/* Blog Slider */





/* Amoeba Slider */

.flightSlider .slick-dots {
    bottom: -40px;
}

    .flightSlider .slick-dots li {
        width: 8px;
        height: 8px;
        opacity: 1;
        background: black;
        border-radius: 20px;
        top: 30%;
        transition: 0.5s;
        position: relative;
        overflow: hidden;
    }

        .flightSlider .slick-dots li:before {
            content: '';
            display: block;
            width: 100%;
            height: 8px;
            right: 100%;
            background: red;
            transition: 0.5s;
            position: absolute;
            border-radius: 20px;
            visibility: hidden;
            overflow: hidden;
        }

        .flightSlider .slick-dots li button:before {
            content: '';
        }

        .flightSlider .slick-dots li.slick-active {
            /*width: 100px;
    height: 8px;
    transition: 0.5s;*/
        }

            .flightSlider .slick-dots li.slick-active:before {
                content: '';
                display: block;
                width: 100%;
                height: 8px;
                right: 0;
                background: red;
                /*transition: 3s;*/
                position: absolute;
                border-radius: 20px;
                visibility: visible;
            }

/* SnowWorld SLider */

.snowSlider .slick-dots {
    bottom: -40px;
}

    .snowSlider .slick-dots li {
        width: 8px;
        height: 8px;
        opacity: 1;
        background: black;
        border-radius: 20px;
        top: 30%;
        transition: 0.5s;
        position: relative;
        overflow: hidden;
    }

        .snowSlider .slick-dots li:before {
            content: '';
            display: block;
            width: 100%;
            height: 8px;
            right: 100%;
            background: red;
            transition: 0.5s;
            position: absolute;
            border-radius: 20px;
            visibility: hidden;
            overflow: hidden;
        }

        .snowSlider .slick-dots li button:before {
            content: '';
        }

        .snowSlider .slick-dots li.slick-active {
            /*width: 100px;
    height: 8px;
    transition: 0.5s;*/
        }

            .snowSlider .slick-dots li.slick-active:before {
                content: '';
                display: block;
                width: 100%;
                height: 8px;
                right: 0;
                background: red;
                /*transition: 3s;*/
                position: absolute;
                border-radius: 20px;
                visibility: visible;
            }

/* Happy Slider  */

.happySlider .slick-dots {
    bottom: -40px;
}

    .happySlider .slick-dots li {
        width: 8px;
        height: 8px;
        opacity: 1;
        background: black;
        border-radius: 20px;
        top: 30%;
        transition: 0.5s;
        position: relative;
        overflow: hidden;
    }

        .happySlider .slick-dots li:before {
            content: '';
            display: block;
            width: 100%;
            height: 8px;
            right: 100%;
            background: red;
            transition: 0.5s;
            position: absolute;
            border-radius: 20px;
            visibility: hidden;
            overflow: hidden;
        }

        .happySlider .slick-dots li button:before {
            content: '';
        }

        .happySlider .slick-dots li.slick-active {
            /*width: 100px;
    height: 8px;
    transition: 0.5s;*/
        }

            .happySlider .slick-dots li.slick-active:before {
                content: '';
                display: block;
                width: 100%;
                height: 8px;
                right: 0;
                background: red;
                /*transition: 3s;*/
                position: absolute;
                border-radius: 20px;
                visibility: visible;
            }

/* Home Slider Dots Position Ends*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*body {
  line-height: 1; }*/

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Fonts Weight */
.h1 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 60px;
    margin: 0px;
}

@media screen and (max-width: 1600px) {
    .h1 {
        font-size: 48px;
        line-height: 50px;
    }
}

@media screen and (max-width: 640px) {
    .h1 {
        font-size: 36px;
        line-height: 38px;
    }
}

.h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
}

@media screen and (max-width: 1600px) {
    .h2 {
        font-size: 24px;
    }
}

.h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
}

@media screen and (max-width: 1600px) {
    .h3 {
        font-size: 15px;
    }
}

.h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
}

@media screen and (max-width: 1600px) {
    .h4 {
        font-size: 13px;
    }
}

.h5 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin: 0px;
}

@media screen and (max-width: 1600px) {
    .h5 {
        font-size: 12px;
    }
}

.p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    margin: 0px;
}

@media screen and (max-width: 1600px) {
    .p {
        font-size: 10px;
    }
}

.primary-button {
    /*background-image: linear-gradient(150deg, #fff, #fff);
  color: #000;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
 
  text-transform:uppercase;
  cursor:pointer;
  font-size:14px;
  /*text-align: center;
  display: inline-flex;
    align-items: center;
    justify-content: center;
  letter-spacing:1px;*/

    border-radius: 5px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #000;
    transition: all .5s ease-out;
}

.book-btn {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}


    .book-btn:hover {
        background-position: left bottom;
        color: white;
        /* border: 1px solid black; */
    }

.primary-button-img {
    width: 15px;
    display: inline !important;
    margin-left: 5px;
    margin-top: 3px;
    content: url("https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightArrow.svg");
}

.primary-button:hover {
    background-position: left bottom;
    color: #fff;
}

    .primary-button:hover .primary-button-img {
        content: url("https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightArrowWhite.svg");
    }

.secondary-button {
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
    background-image: linear-gradient(150deg, #353535, #090909);
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}

.tertiary-button {
    /*border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  padding: 12px 0;
  text-decoration: none;
  
  font-weight: 600; 
  text-transform:uppercase;
  cursor:pointer;
  font-size:12px;
  background-color:#000;
  display: inline-flex;
    align-items: center;
    justify-content: center;
        line-height: 1;*/
    /*border: 1px solid white;*/
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

    .tertiary-button:hover {
        background-position: left bottom;
        color: white;
        /*border: 1px solid black;*/
    }

    .tertiary-button img {
        width: 15px;
        display: inline;
        margin-left: 5px
    }

/*.tertiary-button:hover {
  color: #e31c17 !important; 
}*/

/*Header*/
/*.hd-spacing {
    display:none;
}*/

/*Header ---END--- */

/*Banner Menu*/
/*.homeBanner {
  height: calc(100vh - 50px);
  padding-bottom: 150px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; 
}*/
.homeBanner {
    overflow: hidden;
    position: relative;
}

.slideDiv {
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* width: 100%; */
    /* height: calc(100vh - 250px); */
    /* background-position: center; */
    /* display: flex; */
    /* align-items: center; */
}

.slideDivphone {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 350px);
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.bannerNavDiv-wrap {
    position: absolute;
    bottom: 85px;
    width: 100%;
    left: 0;
}

.Home-banner-title {
    font-size: 60px;
    margin-bottom: 35px;
    letter-spacing: 0px;
    font-weight: 300;
}
/*.shareIcon {
  position: fixed;
  bottom: 5%;
  right: 4%;
  z-index: 3; }

.share-circle {
  box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(150deg, #e31c17, #c9100c);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  right: 3%;
  bottom: 3%;
  height: 50px;
  width: 50px;
  position: relative;
  vertical-align: middle; 
  align-items:center;
  justify-content:center;
}

.share-circle img {
  height: 24px;
  width: 36px;
  margin: auto; }

.circle-bg p {
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px; }

.outer-icons {
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-align: center; }

  .outer-icons p {
    margin-top: 5px; }

.one {
  left: -160px;
  bottom: -20px;
  height: 50px;
  width: 50px;
  position: absolute; }

.two {
  left: -120px;
  top: -110px;
  height: 50px;
  width: 50px;
  position: absolute; }

.three {
  left: -50px;
  top: -150px;
  height: 50px;
  width: 50px;
  position: absolute; }*/
/*.homeBanner .homeBanner-nav {
    width: 40%; }*/
/*.homeBanner .action {
    position: absolute;
    bottom: -140px;
    left: 37%;
    transform: translatex(-50%);
    transform: rotate(112deg);
    }
    .homeBanner .action img {
      margin-top: -10px; 
      height:70px;
      width:70px;
    }
    .homeBanner .action a:before {
      content: '';
      display: none;
      width: 30px;
      height: 30px;
      border: 2px solid rgba(255, 255, 255, 0.7);
      border-radius: 50%; 

    }
    .homeBanner .action a img {
      opacity: 1; 
      transform: rotate(180deg);

    }
    .homeBanner .action a.active:before {
      display: none; 

    }
    .homeBanner .action a.active img {
      opacity: 1;
      transform: rotate(180deg); 

    }*/



.bannerNav {
    display: block;
    margin: auto;
    width: 46%;
}

.bannerNavDiv-wrap {
    display: none;
}

.nav-wrap {
    position: absolute;
    bottom: 40px;
}

#nav-demo {
    display: flex;
    height: 200px;
    align-items: flex-end;
}

.icon-wrap {
    flex: 25%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

#nav-demo img {
    height: 70px;
    width: 70px;
    margin: 0 35px;
}

.up {
    transform: translateY(-110px);
    margin: 0px 20px;
}

.nav-item {
    text-align: center;
}

.nav-icon-wrap {
    text-align: center;
    color: rgba(255,255,255,.7);
    display: inline-block;
}

.nav-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 70px;
    width: 70px;
    margin: auto;
    margin-bottom: 15px;
}

.nav-text {
    font-size: 12px;
    text-transform: uppercase;
}

.curved-text {
    position: absolute;
    bottom: -440px;
    left: 50%;
    color: #fff;
    opacity: 0;
}

.ct-rotate {
    transform: rotate(150deg);
}

.ct-animate {
    transform: rotate(0deg);
    opacity: 1;
    transition: 2s ease;
}

#home-curved-text {
    font-size: 20px;
    letter-spacing: 18px;
    line-height: 80px;
    font-weight: 100;
}

.curved-text span {
    font-family: 'Halant', serif;
}

.curved-text-mobile {
    display: none;
}
/*Banner Menu -------END---------*/

/*Spring Collection*/
.springcollSection {
    margin-top: 120px;
    position: relative;
}

    .springcollSection .title-wrap {
        /*display:none;*/
        /* overflow: hidden; */
        margin-bottom: 20px;
    }

.springsSecSlide .global-item-wrap {
    padding: 0 0px;
}
/*.circleHeading {
    position: absolute;
    top: -10%;
    left: 9.5%;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
    width: 120px;
    height: 120px;
}

    .circleHeading.nextRotate {
        transition: 2.5s ease-in-out;
        -webkit-transition: 2s ease-in-out;
        -moz-transition: 2s ease-in-out;
        -ms-transition: 2s ease-in-out;
        -o-transition: 2s ease-in-out;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .circleHeading.prevRotate {
        transition: 2.5s ease-in-out;
        -webkit-transition: 2s ease-in-out;
        -moz-transition: 2s ease-in-out;
        -ms-transition: 2s ease-in-out;
        -o-transition: 2s ease-in-out;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }*/

/*.springsSecSlide-wrap {
    padding-bottom:110px;
    overflow:hidden;
}
.springsSecSlide .slick-prev {
    left: 43%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.springsSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.springsSecSlide .slick-next {
   right: 45%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.springsSecSlide .slick-next:before {
  content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.springsSecSlide .slick-dots {
    bottom: -42px;
}

.springsSecSlide .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.springsSecSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.springsSecSlide .slick-dots li button:before {
    content: '';
}

.springsSecSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;
}

.springsSecSlide .slick-dots li.slick-active:before {
   content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/
.mn-desktop {
    display: flex;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 308px;
    align-items: center;
    justify-content: center;
}
/*.mn-mobile {
    display:none!important;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-size: cover;
    background-repeat: no-repeat;
    height:385px;
}*/
.mn-item {
    position: relative;
    padding: 0 6px;
}

    .mn-item img {
    }

.springsSecSlide .slick-slide .mn-item .mn-text-wrap {
    opacity: 0;
    transition: 1s;
}

.springsSecSlide .slick-slide.slick-current.slick-active.slick-center .mn-item .mn-text-wrap {
    opacity: 1;
    transition: 1s;
}

.mn-img-wrap {
    position: relative;
}

.mn-text-wrap {
    position: absolute;
    display: block;
    /*bottom:40px;
    left:40px;*/
    text-align: center;
    width: 100%;
    color: #fff;
    top: 40%;
    left: 0;
}

.mn-title {
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'CastleT';
}

.mn-text {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sc-btn .primary-button {
    padding: 13px 30px;
    font-weight: 600;
    font-size: 10px;
    min-width: 134px;
}

.mn-btn {
    font-family: 'CastleT';
    font-size: 14px;
    text-decoration: none;
    padding: 15px 40px;
    background-color: #e31c17;
    color: #fff;
    text-transform: uppercase;
}

    .mn-btn:hover {
        background-color: #c9100c;
        transition: 0.25s;
    }

.mn-btn-mobile {
    display: none !important;
    padding: 12px 30px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    border-radius: 10px;
}

.brandLogos-section {
    display: flex;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.brandLogos {
    flex: 10%;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 7px;
}

.spring-btn {
    text-align: center;
}

    .spring-btn .tertiary-button {
        /*width:172px;*/
    }
/*Spring Collection   ---END---*/

/*Restaurent Section*/

.rest-curved-text {
    position: absolute;
    bottom: 350px;
    left: 50%;
    color: #fff;
}

    .rest-curved-text span {
        font-family: 'Halant', serif;
    }

#restcurvedtext {
    font-size: 16px;
    letter-spacing: 9px;
    line-height: 80px;
    font-weight: 100;
    display: none;
}

.rest-mobile {
    display: none;
}

.move {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.restaurantSection {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.restSecSlide-wrap {
    margin-bottom: 33px;
}
/*.restSecSlide .slick-prev {
    left: 43%;
    top:100%;
    bottom:35px;
    z-index: 1;
}
.restSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/left-arrow.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.restSecSlide .slick-next {
    right: 45%;
    top:100%;
    bottom:35px;
    z-index: 1;
}

.restSecSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/right-arrow.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.restSecSlide .slick-dots {
    /*bottom: -22px;
}

.restSecSlide .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #fff;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.restSecSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.restSecSlide .slick-dots li button:before {
    content: '';
}

.restSecSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;
}

.restSecSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/
.rs-space {
    padding: 10px 0;
}

.rs-item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
}

.rs-img-wrap {
    position: relative;
    overflow: hidden;
}

.rs-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
}

.rs-img-wrap:hover .rs-btn-wrap {
    top: 0;
}


.rs-btn-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    padding-top: 14%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    transition: .5s;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

    .rs-btn-wrap .primary-button {
        padding: 10px 20px;
        font-size: 10px;
        display: inline-block;
        width: 100%;
    }

        .rs-btn-wrap .primary-button:hover {
            color: #fff;
        }

    .rs-btn-wrap .tertiary-button {
        padding: 10px 20px;
        color: #fff;
        border: 1px solid #fff;
        margin-top: 14px;
        font-size: 10px;
        display: inline-block;
        width: 100%;
    }

        .rs-btn-wrap .tertiary-button:hover {
            color: #fff;
        }

.rs-text-wrap {
    display: flex;
    margin-top: 15px;
}

.rs-name {
    flex: 50%;
}

    .rs-name .h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.2;
    }

.foodCat {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none !important;
}

.rs-time {
    flex: 50%;
    text-align: right;
}

.foodCat li {
    width: 10px;
    height: 10px;
    background: #e31c17;
    display: inline-block;
    margin: 8px 2px;
    border-radius: 50%;
}

.foodCat .veg {
    background: #199a1c;
}

.rs-mobile-btn-wrap {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rs-mobile-btn {
    flex: 50%;
    text-align: center;
}

    .rs-mobile-btn .primary-button, .rs-mobile-btn .tertiary-button {
        font-size: 10px;
        padding: 8px 0;
    }

.rs-btn {
    text-align: center;
    margin-top: 60px;
}

    .rs-btn .tertiary-button {
        color: #fff;
        border: 1px solid #fff;
        width: 172px;
        margin-bottom: 33px;
    }

/*Restaurent Section   ---END---*/

/*Event Section*/
.eventsSection {
    /*text-align:center;*/
    margin-top: 80px;
    overflow: hidden;
}

.title-wrap {
    margin-bottom: 40px;
    margin-bottom: 0;
    /* padding: 50px 0 0; */
    position: relative;
    justify-content: center;
}

.legend-title {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 50px;
    color: #0a0908;
    background-color: #fffffc;
    padding: 0 70px;
    text-transform: capitalize;
}

.legend-line {
    position: absolute;
    width: 105%;
    left: -5%;
    bottom: 15px;
    margin: 0;
    z-index: -1;
    height: 1px;
    background-color: #000;
    background-image: none;
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}

.legend-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    background-image: url(../png/rec.png);
    height: 15px;
    width: 15px;
    background-size: contain;
}

.legend-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    background-image: url(../png/rec.png);
    height: 15px;
    width: 15px;
    background-size: contain;
}

.es-slider-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
}

/*Events & Concerts Section Arrow ---START--- */

/*.eventsSecSlide .slick-prev {
     left: 43%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.eventsSecSlide .slick-prev:before {
  content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.eventsSecSlide .slick-next {
    right: 45%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.eventsSecSlide .slick-next:before {
   content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.eventsSecSlide .slick-dots {
    bottom: -42px;
}

.eventsSecSlide .slick-dots li {
   width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.eventsSecSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.eventsSecSlide .slick-dots li button:before {
    content: '';
}

.eventsSecSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;
}

.eventsSecSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/

/*.eventsSecSlide .slick-slide .es-item .es-text-wrap {
    opacity:0;
    transition:1s;
}
.eventsSecSlide .slick-slide.slick-current.slick-active.slick-center .es-item .es-text-wrap {
    opacity:1;
    transition:1s;
}*/

/*Events & Concerts Section Arrow ---END--- */

.es-desktop {
    display: flex;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    align-items: flex-end;
}

.es-mobile {
    display: none;
    height: 385px;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-size: cover;
    background-repeat: no-repeat;
}

.es-item {
    position: relative;
    padding: 0 6px;
}

    .es-item img {
    }

.es-main-wrap {
    padding: 48px 55px;
    width: 50%;
}

.es-icon-wrap {
}

.es-text-wrap {
    display: block;
    color: #000;
}

.es-title {
    font-size: 48px;
    margin: 0;
    font-weight: 600;
}

.es-text {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 33px;
}

.es-text-wrap .secondary-button {
    padding: 22px 28px;
}

.es-btn {
    font-family: 'CastleT';
    font-size: 14px;
    text-decoration: none;
    padding: 15px 40px;
    background-color: #e31c17;
    color: #fff;
    text-transform: uppercase;
}

    .es-btn:hover {
        background-color: #c9100c;
        transition: 0.25s;
    }

.event-btn {
    text-align: center;
}
/*.event-btn .tertiary-button {
    width:172px;
}*/
/*Event Section   ---END---*/

/*Game Section*/
.gameSection {
    overflow: hidden;
    margin-top: 80px;
}

.noGamePadd {
    padding: 0;
    margin-top: 40px;
}

.games-wrap {
    margin-top: 100px;
    width: 80%;
    margin: auto;
}

    .games-wrap .nav-tabs {
        border: 0;
    }

.game-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    transition: 0.3s;
    margin: auto;
    filter: grayscale(1);
}

    .game-img:hover {
        filter: grayscale(0);
    }

.active .game-img {
    filter: grayscale(0);
}

.game-img1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    background-image: url(../png/amoeba-black.png);
    transition: 0.3s;
    margin: auto;
}

    .game-img1:hover {
        background-image: url(../png/amoeba-color.png);
    }

#amoeba.active .game-img1 {
    background-image: url(../png/amoeba-color.png);
}

.game-img2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    background-image: url(../png/flight4fantasy-black.png);
    transition: 0.3s;
    margin: auto;
}

    .game-img2:hover {
        background-image: url(../png/flight4fantasy-color.png);
    }

#flight4fantasy.active .game-img2 {
    background-image: url(../png/flight4fantasy-color.png);
}

.game-img3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    background-image: url(../png/snow-world-black.png);
    transition: 0.3s;
    margin: auto;
}

    .game-img3:hover {
        background-image: url(../png/snow-world-color.png);
    }

#snowworld.active .game-img3 {
    background-image: url(../png/snow-world-color.png);
}

.game-img4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    background-image: url(../png/happy-planet-black.png);
    transition: 0.3s;
    margin: auto;
}

    .game-img4:hover {
        background-image: url(../png/happy-planet-color.png);
    }

#happyplanet.active .game-img4 {
    background-image: url(../png/happy-planet-color.png);
}

#4.active {
    margin: 50px;
}

.csr-slider-wrap {
    margin-top: 30px;
    margin-bottom: 40px;
}


.gameSection .tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.gameSection .tab-content > .active {
    height: auto;
}


.gamesSlider .slick-prev {
    left: 43%;
    top: 105%;
    bottom: 35px;
    z-index: 1;
}



.gamesSlider .slick-next {
    right: 45%;
    top: 105%;
    bottom: 35px;
    z-index: 1;
}

.gamesSlider .slick-prev:before {
    content: '';
    display: block;
    background: url(../png/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.gamesSlider .slick-next:before {
    content: '';
    display: block;
    background: url(../png/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.gamesSlider .slick-dots {
    bottom: -42px;
}

    .gamesSlider .slick-dots li {
        width: 8px;
        height: 8px;
        opacity: 1;
        background: #000;
        border-radius: 20px;
        top: 30%;
        transition: 0.5s;
        position: relative;
        overflow: hidden;
    }

        .gamesSlider .slick-dots li:before {
            content: '';
            display: block;
            width: 100%;
            height: 8px;
            right: 100%;
            background: red;
            transition: 0.5s;
            position: absolute;
            border-radius: 20px;
            visibility: hidden;
            overflow: hidden;
        }

        .gamesSlider .slick-dots li button:before {
            content: '';
        }

        .gamesSlider .slick-dots li.slick-active {
        }

            .gamesSlider .slick-dots li.slick-active:before {
                content: '';
                display: block;
                width: 100%;
                height: 8px;
                right: 0;
                background: red;
                position: absolute;
                border-radius: 20px;
                visibility: visible;
            }



.csr-desktop {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
    align-items: flex-end;
}

.csr-item {
    position: relative;
    padding: 0 2.5px;
}

.csr-text-wrap {
    opacity: 0;
    transition: 0.3s;
    padding: 40px;
    color: #fff;
}

.csr-item:hover .csr-text-wrap {
    opacity: 1;
}
/*.csr-item img{
     
}*/
.csr-title {
    font-size: 48px;
}

.csr-text {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

.csr-btn .primary-button {
    font-size: 10px;
    padding: 13px 30px;
    margin-top: 30px;
    width: 141px;
}


.game-btn {
    text-align: center;
    margin-top: 60px;
}

    .game-btn .tertiary-button {
        width: 172px;
    }
/*Games Section ---END--- */

/*Entertainment Section*/

.entertainmentSection {
    margin-top: 80px;
    overflow: hidden;
}

.er-slider-wrap {
    margin-top: 50px;
}

.er-item {
    padding: 0 9px;
}

.er-ticket {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    opacity: 1;
    height: 358px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.er-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
    z-index: 0;
}

/*.er-ticket a span:before {
                content: '';
                display: block;
                width: 30px;
                height: 30px;
                background: url(../images/instafeedIcon.png) center center no-repeat;
                margin: auto;
            }
*/
.er-ticket:hover .er-overlay {
    opacity: 0.3;
}

/*#instafeed a img {
    display: block;
    width: 100%;
}*/
/*a:hover {
    color: white;
    text-decoration: none;
}*/
.er-btn-wrap {
    opacity: 0;
    background-color: rgba(0,0,0,.05);
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.er-ticket:hover .er-btn-wrap {
    opacity: 1;
}
/*.er-ticket:hover {
    
    background-color: rgba(0, 0, 0, 0.6);
    
}*/
.er-btn .primary-button {
    padding: 12px 6px;
    font-size: 10px;
    width: 129px;
}

.er-btn {
    text-align: center;
}

    .er-btn .tertiary-button {
        margin-top: 40px;
        width: 172px;
    }

/*Entertainment Section ---END--- */

/*Fashion Section*/
.fashionSection {
    margin-top: 80px;
    overflow: hidden;
}

.fs-slider-wrap {
    margin-top: 20px;
    /*margin-bottom:50px;*/
}
/*.fs-item {
    padding:0 9px;
}
.fs-post {
    /*display:flex;
    align-items:flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height:320px;
    height:auto;
    position:relative;
}
.img-desktop {
    display:block;
}
.img-mobile {
    display:none !important;
}

.fs-main-wrap {
    padding:32px 42px;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
}
.fs-text-wrap {
    color:#fff;
}
.fs-title {
    font-size:32px;
    margin-bottom:10px;
}
.fs-text {
    font-size:12px;
    margin-bottom:30px;
    line-height:1.5;
}
.fs-btn .primary-button {
    padding:12px 30px;
    font-size:10px;
    width:149px;
}
.fashionSecSlide .slick-prev {
    left: 43%;
    top:105%;
    bottom:35px;
    z-index: 1;
}
.fashionSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.fashionSecSlide .slick-next {
    right: 45%;
    top:105%;
    bottom:35px;
    z-index: 1;
}

.fashionSecSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.fashionSecSlide .slick-dots {
    bottom: -42px;
}

.fashionSecSlide .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.fashionSecSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.fashionSecSlide .slick-dots li button:before {
    content: '';
}

.fashionSecSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s
}

.fashionSecSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/
/*Fashion Section ---END--- */

/*Blogs*/
.blogsSection {
    margin-top: 80px;
    overflow: hidden;
}

.bs-item {
    padding: 0 20px;
}


.bs-main {
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    border-radius: 5px;
    box-shadow: 0 1px 5px 1px #dfdfdf;
}

.bs-main-phone {
    display: none;
}

.bs-slider-wrap {
    margin-top: 50px;
    /*margin-bottom:50px;*/
}

.bs-main-wrap {
    padding: 0 55px 35px;
    width: 100%;
}

.bs-text-wrap {
    color: #000;
    /*margin-bottom:30px;*/
    background-color: #e4e4e4;
    text-align: center;
    padding: 8px;
}

.bs-title {
    font-size: 18px;
    margin-bottom: 10px;
    /*text-shadow: 1px 1px 3px black;*/
}

.bs-date {
    font-size: 12px;
    margin: 0;
}

.bs-main-btn {
    text-align: center;
    margin-top: 30px;
}

.bs-btn .primary-button {
    padding: 15px 0;
    font-size: 10px;
    width: 172px;
}

.bs-main-btn .tertiary-button {
    width: 172px;
}
/*Blogs ---END--- */

/*Instagram Section*/
.instagramSection {
    margin-top: 80px;
    margin-bottom: 110px;
    overflow: hidden;
}

    .instagramSection .title-wrap {
        margin-bottom: 50px;
    }

.insta-wrap {
    width: 70%;
    margin: auto;
}

#instafeed {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

    #instafeed a {
        display: flex;
        align-items: center;
        position: relative;
        width: 31%;
        margin: 1%;
        background: white;
        text-align: center;
    }

        #instafeed a span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            font-family: 'CastleT';
            font-size: 14px;
            font-weight: 600;
            line-height: 2.61;
            letter-spacing: 1.4px;
            color: #ffffff;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            padding-top: 40%;
            box-sizing: border-box;
            opacity: 0;
            transition: 0.5s;
        }

            #instafeed a span:before {
                content: '';
                display: block;
                width: 30px;
                height: 30px;
                background: url(../png/instafeedicon.png) center center no-repeat;
                margin: auto;
            }

        #instafeed a:hover span {
            opacity: 1;
        }

        #instafeed a img {
            display: block;
            width: 100%;
        }
/*.insta-wrap {
    margin-top:100px;
}
.insta-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height:324px;
    margin:15px 0;
}
.insta-follow-wrap {
    background:rgba(0,0,0,.6);
    opacity:0;
    transition:0.3s;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
.insta-post:hover .insta-follow-wrap {
    opacity:1;
}
.insta-follow {
    width:30px;
    height:30px;
    margin:auto;
    margin-bottom:21px;
}
.follow-us {
    font-size:14px;
    color:#fff;
}*/
.insta-btn {
    text-align: center;
    margin-top: 40px;
}

    .insta-btn .tertiary-button {
        width: 172px;
    }
/*Instagram Section ---END--- */

/*Homepage Banner Dots*/

/*.homeBannerSlide .slick-prev {
    left: 43%;
    top:101%;
    bottom:35px;
    z-index: 1;
}

.homeBannerSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.homeBannerSlide .slick-next {
    right: 45%;
    top:101%;
    bottom:35px;
    z-index: 1;
}

.homeBannerSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}


.homeBannerSlide .slick-dots {
    bottom: -32px;
}
.homeBannerSlide .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.homeBannerSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.homeBannerSlide .slick-dots li button:before {
    content: '';
}

.homeBannerSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;
}

.homeBannerSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}


.homePhoneBannerSlide .slick-prev {
    left: 43%;
  top:102%;
    bottom:35px;
    z-index: 1;
}

.homePhoneBannerSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.homePhoneBannerSlide .slick-next {
    right: 45%;
    top:102%;
    bottom:35px;
    z-index: 1;
}

.homePhoneBannerSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.homePhoneBannerSlide .slick-dots {
    bottom: -36px;
}
.homePhoneBannerSlide .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.homePhoneBannerSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.homePhoneBannerSlide .slick-dots li button:before {
    content: '';
}

.homePhoneBannerSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;
}

.homePhoneBannerSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/


/*Home Banner Page Dots END*/


/*Blog Banner Dots*/

/*.HideDotsPhone .slick-prev {
display:none !important;
}

.HideDotsPhone .slick-dots {
display:none !important;
}

.HideDotsPhone .slick-next {
display:none !important;
}*/

/*.blogSecSlide .slick-prev {
    left: 43%;
    top:103%;
    bottom:35px;
    z-index: 1;
}

.blogSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.blogSecSlide .slick-next {
    right: 45%;
    top:103%;
    bottom:35px;
    z-index: 1;
}

.blogSecSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}


.blogSecSlide .slick-dots {
    bottom: -34px;
}
.blogSecSlide .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.blogSecSlide .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.blogSecSlide .slick-dots li button:before {
    content: '';
}

.blogSecSlide .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;
}

.blogSecSlide .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}


.blogSecSlidePhone .slick-prev {
    left: 43%;
  top:102%;
    bottom:35px;
    z-index: 1;
}

.blogSecSlidePhone .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.blogSecSlidePhone .slick-next {
    right: 45%;
    top:102%;
    bottom:35px;
    z-index: 1;
}

#homeBlogsPhone {
    display:none;
}

.blogSecSlidePhone .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.blogSecSlidePhone .slick-dots {
    bottom: -33px;
}
.blogSecSlidePhone .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #000;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.blogSecSlidePhone .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.blogSecSlidePhone .slick-dots li button:before {
    content: '';
}

.blogSecSlidePhone .slick-dots li.slick-active {
   
}

.blogSecSlidePhone .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
 
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}*/


#homeBlogs {
    display: block;
}

#homeBlogsPhone {
    display: none;
}


/*Blog Page Dots END*/

/* Plan Your Visit - PYV */

.PYVSection {
    margin-bottom: 0px;
    padding-top: 50px;
}

.PYV-outer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #292a2e;
    padding: 50px;
    margin-top: 20px;
    color: #fff;
}

.PYV-side-wrap {
    flex: 25%;
    padding: 0 20px;
}

.PYV-center-wrap {
    flex: 20%;
    padding: 0 20px;
}

.PYV-direction {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

    .PYV-direction img {
        width: 6px;
        /*margin-left:8px;*/
    }

.PYV-title {
    font-size: 22px;
    font-weight: 500;
}

.PYV-text {
    font-size: 13px;
    margin-bottom: 0;
}

.PYV-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.PYV-item-text {
    font-family: 'CastleT';
    padding: 0 15px;
}

    .PYV-item-text h6 {
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Poppins';
        font-size: 12px;
    }

    .PYV-item-text p {
        font-size: 11px;
        text-transform: uppercase;
    }

.PYV-img {
    padding-top: 8px;
    width: 25px;
}

.PYV-left-item {
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.1px;
    border-bottom: 1px solid #fff;
    transition: all .25s ease-out;
    opacity: .7;
}

    .PYV-left-item:hover {
        color: #fff;
        opacity: 1;
    }

.PYV-center-item-wrap {
    margin-bottom: 30px;
}

.PYV-btn-wrap {
    display: flex;
    /*justify-content:center;*/
}

.PYV-btn {
    padding: 3px 15px;
}

    .PYV-btn:last-child {
        margin-left: 15px;
    }

/* Plan Your Visit - PYV ---END--- */

/*Nhance Popup*/

.Nhance-section {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.Nhance-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    top: 0;
    left: 0;
    z-index: 0;
}

.Nhance-flex {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Nhance-card {
    position: relative;
    padding: 0;
    /*border-radius: 5px;*/
    background-color: #fff;
    top: 25%;
}


.Nhance-content.Nhance-desktop {
    /*padding:50px 30px 0 30px;*/
    width: 100%;
    min-width: 925px;
    max-width: 925px;
    /*max-height:50vh;*/
    position: relative;
    border: 2px solid black;
    height: auto;
}

.Nhance-close-pop {
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    top: -17px;
    right: 12px;
    cursor: pointer;
}

.Cross-Img {
    height: 45px;
    width: 45px;
}

.popup-img img {
    height: 350px;
}

.Nhance-pop-content {
    background-color: #fffff2;
    height: 100%;
    padding-top: 70px;
}

.nhace-pop {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pop-title h4 {
    color: white;
    text-transform: uppercase;
    background-color: rgb(247, 56, 56);
    padding-left: 110px;
    font-size: 28px;
}

.Nhance-Details {
    padding-left: 110px;
}

    .Nhance-Details p {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.7;
    }

.Nhance-Button {
    padding-left: 110px;
    /* margin-top: 31px; */
}

    .Nhance-Button span {
        font-weight: 500;
        font-size: 15px;
    }

.Store-logos {
    width: 125px;
}

.modal-img {
    position: absolute;
    top: 13%;
    left: 43%;
}

.Model-Img {
    height: 260px;
    width: 135px;
    /*//  box-shadow: 1px 1px 10px lightgrey;*/
    position: relative;
}

.Img-Text {
    position: absolute;
    top: 31%;
    left: 25%;
    text-align: center;
}

.Img-Text-Img {
    height: 65px;
    width: 68px;
    border-radius: 7px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Img-Text p {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: -12px;
}

.Img-Text span {
    font-weight: 500;
    margin-top: 4px;
    font-size: 13px;
}


.Pop-Phone-View {
    display: none;
}

.Pop-Desktop-View {
    display: block;
}



/*Nhance Popup-----END*/




/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media screen and (max-width: 500px) {
    .legend-title {
        padding: 0px 34px;
    }

    /*Home Sections*/
    .homePhoneBannerSlide {
        display: block;
    }

    .homeBannerSlide {
        display: none;
    }

    .primary-button {
        font-size: 11px;
    }

    .newMallServiceSlider .slick-list, .blogSecSlidePhone .slick-list {
        width: 80vw;
        margin: auto;
    }

    .newMallServiceSlider.global-black .slick-dots li button:before {
        top: 10px;
    }

    .fashionSecSlide .slick-list {
        padding: 0 !important;
    }

    .global-item {
        /*height:495px;*/
        flex-wrap: wrap;
    }

    .global-desktop-img {
        display: none !important;
    }

    .global-mobile-img {
        display: block !important;
        height: 440px;
        /* object-fit: contain; */
    }
    /*.springsSecSlide .global-mobile-img{
    height:400px;
    }*/
    .global-mobile-inner-img {
        height: 321px;
        width: 100%;
    }

    .global-inner-text-wrap {
        display: none;
    }

    .global-inner-img {
        width: 67vw;
        margin: auto;
    }

    .global-mobile-inner-img {
        /*width:100%;*/
    }

    .global-mobile-btn {
        display: inline-block !important;
        font-size: 12px;
    }

    .black-mobile-btn {
        display: inline-flex;
        padding: 7px 15px;
    }

    .global-mobile-inner-title {
        display: block;
        font-size: 24px;
        width: 100%;
        margin: 0 20px;
        text-align: center;
    }

    .primary-button-img {
        width: 20px;
    }

    .global-white .slick-prev {
        height: 40px;
        width: 40px;
        top: 50%;
    }

        .global-white .slick-prev:before {
            width: 13px;
            height: 13px;
        }

    .global-white .slick-next {
        height: 40px;
        width: 40px;
        top: 50%;
    }

        .global-white .slick-next:before {
            width: 13px;
            height: 13px;
        }

    .global-black .slick-prev {
        height: 40px;
        width: 40px;
        top: 50%;
    }

        .global-black .slick-prev:before {
            width: 13px;
            height: 13px;
        }

    .global-black .slick-next {
        height: 40px;
        width: 40px;
        top: 50%;
    }

        .global-black .slick-next:before {
            width: 13px;
            height: 13px;
        }

    .PYVSection {
        margin-bottom: 50px;
    }

    .PYV-outer-wrap {
        flex-wrap: wrap;
        padding: 30px 15px;
    }

    .PYV-mobile-full-block {
        flex: 100%;
    }

    .PYV-mobile-half-block {
        flex: 50%;
        margin-bottom: 25px;
    }

    .PYV-side-wrap, .PYV-center-wrap {
        padding: 0 8px;
    }

    .PYV-direction {
        font-size: 16px;
    }

    .PYV-title {
        font-size: 16px;
    }

    .PYV-text {
        font-size: 13px;
    }

    .PYV-left-item {
        font-size: 16px;
    }

    .PYV-item-text {
        /*font-size:8px;*/
    }

        .PYV-item-text h6 {
            /*font-size:13px;*/
        }

    .PYV-btn {
        font-size: 13px;
    }

    .map-img {
        height: 180px;
    }

    .bs-main-btn {
        margin-top: 0;
    }

    /*Home Sections --END-- */

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }


    /*Nhance Popup*/

    .Cross-Img {
        height: 30px;
        width: 30px;
    }

    .Pop-Phone-View {
        display: block;
    }

    .Pop-Desktop-View {
        display: none;
    }

    .Nhance-content.Nhance-desktop {
        min-width: 100%;
        max-width: 100;
        max-height: 100%;
        position: relative;
        border: 2px solid black;
    }

    .Nhance-close-pop {
        width: 15px;
        height: 15px;
        top: -11px;
        right: 25px;
    }

    .Nhance-card {
        top: 10%;
        background-color: transparent;
        padding: 0 20px;
    }

    .Nhance-pop-content {
        padding-top: 20px;
    }

    .pop-title h4 {
        font-size: 21px;
        padding-left: 125px;
    }

    .Btn-Download {
        font-weight: 600;
        color: white;
        background-color: rgb(247, 56, 56);
        padding: 10px 35px;
        font-size: 17px;
        text-transform: uppercase;
        border: 0;
    }

    .Nhance-Button {
        padding-left: 5px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 31px;
    }

    .Nhance-Details {
        padding-left: 125px;
    }

    .Img-Text {
        top: 25%;
        left: 20%;
    }

    .Img-Text-Img {
        height: 50px;
        width: 48px;
    }

    .Img-Text p {
        font-size: 12px;
    }

    .Img-Text span {
        font-size: 10px;
    }

    .modal-img {
        top: 4%;
        left: 6%;
    }

    .Model-Img {
        height: 160px;
        width: 88px;
        /*box-shadow: 1px 1px 10px lightgrey;*/
        position: relative;
    }


    /*Nhance Popup-----END*/



    ul.juicer-feed {
        column-count: 2;
        column-gap: 0;
    }

    .referral {
        display: none !important;
    }


    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    /*.springsSecSlide .slick-dots {
    bottom: -35px;
}
    .springsSecSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border:none;
    border-radius:0;
    }

    .springsSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
     width: 50px;
    height: 50px;
    border:none;
    border-radius:0;
}
      .springsSecSlide .slick-next {
   right: 68px !important;
    top: 105%;
    bottom: 35px;
    z-index: 1;
}
   .springsSecSlide .slick-prev {
    top: 105%;
    bottom: 35px;
    z-index: 1;
}*/

    /*.fashionSecSlide .slick-next {
    right: 68px !important;
    top: 104%;
    bottom: 35px;
    z-index: 1;
    /*left: auto !important;
    }
    
    .fashionSecSlide .slick-prev {
    /*left: 40px !important;
    top: 104%;
    bottom: 35px;
    z-index: 1;
}*/


    /*.eventsSecSlide .slick-dots {
    bottom: -49px;
}

   .eventsSecSlide .slick-next:before {
      content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border:none;
    border-radius:0;
    }

     .eventsSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border:none;
    border-radius:0;
}
     .eventsSecSlide .slick-next {
    right: 68px !important;
    top: 105%;
    bottom: 35px;
    z-index: 1;
}
     .eventsSecSlide .slick-prev {
    top: 105%;
    bottom: 35px;
    z-index: 1;
}*/

    .gamesSlider .slick-dots {
        bottom: -38px;
    }


    .gamesSlider .slick-next:before {
        content: '';
        display: block;
        background: url(../png/rightarrow-black.png) center center no-repeat;
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 0;
    }

    .gamesSlider .slick-prev:before {
        content: '';
        display: block;
        background: url(../png/leftarrow-black.png) center center no-repeat;
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 0;
    }

    .gamesSlider .slick-next {
        right: 128px !important;
        top: 105%;
        bottom: 35px;
        z-index: 1;
    }

    .gamesSlider .slick-prev {
        top: 105%;
        bottom: 35px;
        z-index: 1;
        left: 100px;
    }




    /*.entSecSlide .slick-dots {
    bottom: -43px;
}


     .entSecSlide .slick-next:before {
      content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
   width: 50px;
    height: 50px;
    border:none;
    border-radius:0;
    }

     .entSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border:none;
    border-radius:0;
}
     .entSecSlide .slick-next {
    right: 68px !important;
    top: 105%;
    bottom: 35px;
    z-index: 1;
}
     .entSecSlide .slick-prev {
    top: 105%;
    bottom: 35px;
    z-index: 1;

}*/



    .DisplayDesktop {
        display: none;
    }

    .DisplayPhone {
        display: block;
    }

    .Home-desktop-banner {
        display: none !important;
    }

    .Home-Phone-banner {
        display: flex !important;
    }

    .Home-banner-title {
        font-size: 32px;
    }

    .Home-banner-text-wrap {
        margin-left: 25px;
        margin-bottom: 75px;
        width: 70vw;
        padding: 8.5px 11px;
        display: none;
    }

    .legend-title-1 {
        font-size: 22px;
    }




    .title-wrap-phone {
        margin-bottom: 0px !important;
    }

    .mn-text-wrap {
        top: 33%;
    }

    .games-wrap .nav-tabs {
        margin-bottom: 15px;
    }

    .title-wrap {
        margin-bottom: 30px;
        padding: 30px 0 0;
    }

    .bannerNav {
        display: none;
    }

    .bannerNavDiv-wrap {
        display: block;
        width: 100%;
        bottom: 117px;
    }

    .curved-text {
        display: none;
    }

    .curved-text-mobile {
        display: block;
        text-align: center;
        width: 80%;
        position: absolute;
        margin: auto;
        bottom: 270px;
        left: 11%;
    }

    .curved-title-mobile {
        font-size: 24px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 30px;
        display: none;
    }

    /*Spring Collection*/
    .springcollSection {
        margin-top: 0;
    }

        .springcollSection .title-wrap {
            display: flex;
        }

    .circleHeading {
        display: none;
    }

    .mn-item {
        padding: 0 2.5px;
    }

    .mn-desktop {
        height: 205px;
        background-size: contain;
    }

    .mn-title {
        font-size: 40px;
    }

    .brandLogos-section {
        margin: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .brandLogos {
        flex: 20%;
    }

    .noLogo {
        display: none;
    }

    .spring-btn .tertiary-button {
        /*width:133px;*/
    }

    .sc-btn .primary-button {
        padding: 12px 0;
        font-size: 10px;
        width: 133px;
    }
    /*Spring Collection ---END--- */

    /*Restaurent Section*/
    .restNoPadd {
        /*padding:0;*/
    }

    .restaurantSection {
        height: 600px;
        overflow: hidden;
        margin-top: 20px;
    }

    .rest-curved-text {
        left: 0;
        display: none;
    }

    .rest-mobile {
        display: block;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .rest-title {
        font-size: 24px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 30px;
        display: none;
    }

    .restSecSlide-wrap {
        width: 150%;
    }

    .restSecSlide .slick-dots {
        width: 68%;
    }

    .rs-btn-wrap {
        display: none;
    }

    .rs-item {
        padding: 15px;
        margin: 6px;
    }

    .rs-img {
        height: 134px;
    }

    .rs-mobile-btn-wrap {
        display: flex;
    }

    .rs-mobile-btn .primary-button, .rs-mobile-btn .tertiary-button {
        width: 100px;
    }

    .rs-mobile-btn .primary-button {
        margin-right: 7px;
    }

    .rs-mobile-btn .tertiary-button {
        margin-left: 7px;
    }

    .rs-btn .tertiary-button {
        width: 200px;
        margin-bottom: 33px;
    }
    /*Restaurent Section ---END--- */

    /*Event Section*/
    .eventsSection {
        margin: 0;
    }

    .es-slider-wrap {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .es-item {
        padding: 0 2.5px;
    }

    .es-desktop {
        display: none;
    }

    .es-mobile {
        display: block;
    }

    .event-btn .tertiary-button {
        /*width:163px;*/
        margin-top: 20px;
        font-size: 13px;
    }
    /*Event Section ---END--- */

    /*Game Section*/
    .gameSection {
        margin-top: 0px;
    }

    .noGamePadd {
        padding: 0 15px;
    }

    .games-wrap {
        margin-top: 40px;
    }

    .game-img {
        height: 62px;
        width: 62px;
    }

    .game-img1 {
        height: 62px;
        width: 62px;
    }

    .game-img2 {
        height: 62px;
        width: 62px;
    }

    .game-img3 {
        height: 62px;
        width: 62px;
    }

    .game-img4 {
        height: 62px;
        width: 62px;
    }

    .csr-desktop {
        height: 200px;
        justify-content: center;
        align-items: flex-end;
    }

    .csr-slider-wrap {
        margin-top: 0px;
    }

    .tab-content {
        margin-top: 0;
    }

    .csr-item {
        padding: 0 2.5px;
    }

    .csr-text-wrap {
        opacity: 1;
        padding: 26px;
        text-align: center;
    }

    .csr-title {
        font-size: 30px;
    }

    .csr-text {
        font-size: 12px;
    }

    .csr-btn .primary-button {
        font-size: 10px;
        padding: 13px 0;
        margin-top: 17px;
        width: 163px;
    }

    .game-btn .tertiary-button {
        width: 163px;
    }
    /*Game Section ---END--- */

    /*Entertainment Section*/
    .entertainmentSection {
        margin-top: 0;
    }

        .entertainmentSection .title-wrap {
            margin-bottom: 0;
        }

    .er-slider-wrap {
        margin-top: 30px;
    }

    .er-item {
        padding: 0;
        transform: scale(.93);
        transition: .25s;
    }

    .er-ticket {
        height: 384px;
    }

    .er-btn-wrap {
        display: none
    }

    .er-overlay {
        display: block;
    }

    .er-btn {
        /*display:none;*/
    }

    .entSecSlide .slick-center {
        transform: scale(1.1);
        transition: .25s;
    }

        .entSecSlide .slick-center .er-ticket {
            /*height:400px;*/
        }

    .er-btn .tertiary-button {
        width: 200px;
    }
    /*Entertainment Section ---END--- */

    /*Fashion Section*/
    .fashionSection {
        margin-top: 0px;
    }

    .fs-slider-wrap {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .fs-item {
        padding: 0 2.5px;
    }
    /*.fs-post {
        height:376px;
    }*/
    .img-desktop {
        display: none !important;
    }

    .img-mobile {
        display: block !important;
    }

    .fs-main-wrap {
        padding: 28px 24px;
    }

    .fs-title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .fs-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fs-btn .primary-button {
        font-size: 10px;
        width: 134px;
    }
    /*Fashion Section ---END--- */

    /*Blog Section*/
    .blogsSection {
        margin-top: 0;
    }

    .bs-slider-wrap {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .bs-item {
        padding: 0 10px;
        margin-top: 30px;
    }


    .bs-main {
        display: none;
        height: 385px;
    }

    .bs-main-phone {
        display: flex;
        align-items: flex-end;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 415px;
    }


    .bs-main-wrap {
        /*padding:41px 37px;*/
    }

    .bs-text-wrap {
        margin-bottom: 14px;
    }

    .bs-title {
        font-size: 16px;
    }

    .bs-date {
        font-size: 12px;
    }

    .bs-btn .primary-button {
        font-size: 10px;
        padding: 13px 0;
        width: 134px;
    }

    .bs-main-btn .tertiary-button {
        width: 100px;
        margin-top: 22px;
        font-size: 12px;
    }
    /*Blog Section ---END--- */

    /*Insta Section*/
    .instagramSection {
        margin-top: 0;
    }

        .instagramSection .title-wrap {
            margin-bottom: 30px;
        }

    .insta-wrap {
        width: 100%;
        margin: auto;
    }
    /*.insta-wrap {
        margin-top:0;
    }
    .insta-post {
        height:141px;
    }*/
    #instafeed a {
        width: 48%;
    }

    .insta-btn .tertiary-button {
        width: 163px;
    }
    /*Insta Section ---END--- */

    #homeBlogs {
        display: none;
    }

    #homeBlogsPhone {
        display: block;
    }
}

@media (min-width: 410px) and (max-width: 450px) {
    /*Home Sections*/
    .homePhoneBannerSlide {
        display: block;
    }

    .global-item {
        height: 495px;
        flex-wrap: wrap;
    }

    .global-inner-text-wrap {
        display: none;
    }

    .global-inner-img {
        /*height:321px;*/
        width: 75vw;
    }

    .global-mobile-btn {
        display: inline-block;
        font-size: 12px;
    }

    .black-mobile-btn {
        display: inline-flex;
        padding: 7px 15px;
    }

    .global-mobile-inner-title {
        display: block;
    }

    .primary-button img {
        width: 20px;
    }

    /*Home Sections --END-- */
    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .Pop-Phone-View {
        display: block;
    }

    .Pop-Desktop-View {
        display: none;
    }

    .springsSecSlide .slick-dots {
        bottom: -37px;
    }

    /*.entSecSlide .slick-dots {
    bottom: -44px;
}*/

    .gamesSlider .slick-next {
        right: 138px !important;
        top: 105%;
        bottom: 35px;
        z-index: 1;
    }

    .gamesSlider .slick-prev {
        top: 105%;
        bottom: 35px;
        z-index: 1;
        left: 110px;
    }



    /*.springsSecSlide .slick-next {
    right: 83px;
    top: 112%;
    z-index: 1;
}
    .springsSecSlide .slick-prev {
    left: 67px;
    top: 111%;
    z-index: 1;
}*/
    .eventsSecSlide .slick-dots {
        /*bottom: -53px;*/
        bottom: -47px;
    }

    .gamesSlider .slick-dots {
        bottom: -40px;
    }

    #homeBlogs {
        display: none;
    }

    #homeBlogsPhone {
        display: block;
    }
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    .homePhoneBannerSlide {
        display: block;
    }

    .hover-btn {
        font-size: 12px;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .Cross-Img {
        height: 30px;
        width: 30px;
    }


    .Nhance-close-pop {
        width: 15px;
        height: 15px;
        top: -18px;
        right: 15px;
    }


    .Pop-Phone-View {
        display: block;
    }

    .Pop-Desktop-View {
        display: none;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    /*.springsSecSlide .slick-next:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 25px;
    height: 25px;
    border:none;
    border-radius:0;
    }

    .springsSecSlide .slick-prev:before {
    content: '';
    display: block;
    background: url(../images/leftarrow-black.png) center center no-repeat;
    width: 25px;
    height: 25px;
    border:none;
    border-radius:0;
}
      .springsSecSlide .slick-next {
    right: 68px;
    top: 113%;
    z-index: 1;
}
   .springsSecSlide .slick-prev {
     left: 53px;
    top: 113%;
    z-index: 1;
}*/

    .fashionSecSlide .slick-next {
        right: 68px !important;
        top: 105%;
        bottom: 35px;
        z-index: 1;
        left: auto !important;
    }

    .fashionSecSlide .slick-prev {
        left: 40px !important;
        top: 105%;
        bottom: 35px;
        z-index: 1;
    }




    .eventsSecSlide .slick-next:before {
        content: '';
        display: block;
        background: url(../png/rightarrow-black.png) center center no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0;
    }

    .eventsSecSlide .slick-prev:before {
        content: '';
        display: block;
        background: url(../png/leftarrow-black.png) center center no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0;
    }

    .eventsSecSlide .slick-next {
        right: 68px;
        top: 106%;
        /* bottom: 35px; */
        z-index: 1;
    }

    .eventsSecSlide .slick-prev {
        left: 52px;
        top: 106%;
        /* bottom: 35px; */
        z-index: 1;
    }

    .gamesSlider .slick-next:before {
        content: '';
        display: block;
        background: url(../png/rightarrow-black.png) center center no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0;
    }

    .gamesSlider .slick-prev:before {
        content: '';
        display: block;
        background: url(../png/leftarrow-black.png) center center no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0;
    }

    .gamesSlider .slick-next {
        right: 68px;
        top: 114%;
        /* bottom: 35px; */
        z-index: 1;
    }

    .gamesSlider .slick-prev {
        left: 52px;
        top: 114%;
        /* bottom: 35px; */
        z-index: 1;
    }




    .DisplayDesktop {
        display: none;
    }

    .DisplayPhone {
        display: block;
    }



    .Home-desktop-banner {
        display: none !important;
    }

    .Home-Phone-banner {
        display: block !important;
    }

    #homeBlogs {
        display: none;
    }

    #homeBlogsPhone {
        display: block;
    }
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {

    .black-mobile-btn {
        display: inline-flex;
        padding: 7px 15px;
    }

    .hover-btn {
        display: none;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    /*Nhance Popup*/

    .Cross-Img {
        height: 45px;
        width: 45px;
    }

    .Nhance-close-pop {
        width: 15px;
        height: 15px;
        top: -14px;
        right: 37px;
    }

    .Nhance-content.Nhance-desktop {
        min-width: 100%;
        max-width: 100;
        max-height: 100%;
        position: relative;
        border: 2px solid black;
    }

    /*.Nhance-close-pop {
    width: 15px;
    height: 15px;
    top: -9px;
    right: 8px;
}*/

    .Nhance-card {
        top: 0%;
        background-color: transparent;
        padding: 0 20px;
    }

    .Nhance-pop-content {
        padding-top: 35px;
    }

    .pop-title h4 {
        font-size: 40px;
        padding-left: 200px;
    }

    .Btn-Download {
        font-weight: 600;
        color: white;
        background-color: rgb(247, 56, 56);
        padding: 14px 61px;
        font-size: 25px;
        text-transform: uppercase;
        border: 0;
    }

    .Nhance-Button {
        padding-left: 5px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .Nhance-Details {
        padding-left: 201px;
    }

        .Nhance-Details p {
            font-size: 25px;
        }

    .Img-Text {
        top: 30%;
        left: 26%;
    }

    .Img-Text-Img {
        height: 50px;
        width: 48px;
    }

    .Img-Text p {
        font-size: 16px;
    }

    .Img-Text span {
        font-size: 14px;
    }

    .modal-img {
        top: 4%;
        left: 4%;
    }

    .Model-Img {
        height: 265px;
        width: 150px;
        /*box-shadow: 1px 1px 10px lightgrey;*/
        position: relative;
    }


    .Pop-Phone-View {
        display: block;
    }

    .Pop-Desktop-View {
        display: none;
    }

    /*Nhance Popup-----END*/

    .eventsSecSlide .slick-dots {
        bottom: -49px;
    }

    .eventsSecSlide .slick-prev {
        top: 102%;
    }

    .eventsSecSlide .slick-next {
        top: 102%;
    }

    .homePhoneBannerSlide .slick-prev {
        top: 100%;
    }

    .homePhoneBannerSlide .slick-next {
        top: 100%;
    }


    .homePhoneBannerSlide .slick-dots {
        bottom: -26px;
    }


    .DisplayDesktop {
        display: none;
    }

    .DisplayPhone {
        display: block;
    }

    .img-desktop {
        display: none !important;
    }

    .img-mobile {
        display: block !important;
    }

    .Home-desktop-banner {
        display: none !important;
    }

    .Home-Phone-banner {
        display: block !important;
    }



    .title-wrap-phone {
        margin-bottom: 0px !important;
    }


    .fs-post {
        display: block;
    }

    .fs-post-mobile {
        display: block;
    }

    .instagramSection .title-wrap {
        margin-bottom: 30px;
    }

    .title-wrap {
        margin-bottom: 30px;
    }

    .bannerNav {
        display: none;
    }

    .slideDiv {
        height: calc(90vh - 50px);
    }

    .slideDivphone {
        height: calc(90vh - 50px);
    }

    .bannerNavDiv-wrap {
        display: block;
        width: 100%;
        bottom: 125px;
    }

    .bannerNavDiv {
        width: 80%;
        margin: auto;
    }

    .curved-text {
        display: none;
    }

    .curved-text-mobile {
        display: block;
        text-align: center;
        width: 80%;
        position: absolute;
        margin: auto;
        bottom: 300px;
        left: 11%;
    }

    .curved-title-mobile {
        font-size: 48px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 60px;
        display: none;
    }

    .nav-icon {
        height: 90px;
        width: 90px;
    }

    .nav-text {
        font-size: 16px;
    }
    /*Spring Collection*/
    .springcollSection {
        margin-top: 0;
    }

        .springcollSection .title-wrap {
            display: flex;
        }

    .circleHeading {
        display: none;
    }

    .mn-item {
        padding: 0 5px;
    }
    /*.mn-desktop {
        height:205px;
    }*/
    .mn-title {
        font-size: 40px;
    }

    .brandLogos-section {
        margin: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .brandLogos {
        flex: 20%;
    }

    .noLogo {
        display: none;
    }

    .sc-btn .primary-button {
        padding: 12px 30px;
        font-size: 10px;
    }
    /*Spring Collection ---END--- */

    /*Restaurent Section*/
    .restNoPadd {
        padding: 0;
    }

    .restaurantSection {
        /*height:562px;*/
        overflow: hidden;
        margin-top: 40px;
    }

    .rest-curved-text {
        left: 0;
        display: none;
    }

    .rest-mobile {
        display: block;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .rest-title {
        font-size: 48px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 60px;
        display: none;
    }

    .restSecSlide-wrap {
        width: 120%;
    }

    .restSecSlide .slick-dots {
        width: 85%;
    }

    .rs-btn-wrap {
        display: none;
    }

    .rs-item {
        padding: 15px;
    }

    .rs-img {
        height: 134px;
    }

    .rs-mobile-btn-wrap {
        display: flex;
    }

    .rs-mobile-btn .primary-button, .rs-mobile-btn .tertiary-button {
        width: 105px;
    }
    /*Restaurent Section ---END--- */

    /*Event Section*/
    .eventsSection {
        margin: 0;
    }

    .es-slider-wrap {
        margin-top: 60px;
    }

    .es-item {
        padding: 0 5px;
    }

    .es-desktop {
        display: none;
    }

    .es-mobile {
        display: block;
        height: 650px;
    }
    /*Event Section ---END--- */

    /*Game Section*/
    .gameSection {
        margin-top: 20px;
    }

    .noGamePadd {
        padding: 0 15px;
    }

    .games-wrap {
        margin-top: 40px;
        width: 100%;
    }
    /*.game-img1 {
        height:62px;
        width:62px;
    }
    .game-img2 {
        height:62px;
        width:62px;
    }
    .game-img3 {
        height:62px;
        width:62px;
    }
    .game-img4 {
        height:62px;
        width:62px;
    }*/
    .csr-desktop {
        justify-content: center;
        align-items: flex-end;
    }

    .csr-slider-wrap {
        margin-top: 22px;
    }

    .csr-item {
        padding: 0 5px;
    }

    .csr-text-wrap {
        opacity: 1;
        padding: 26px;
        text-align: center;
    }

    .csr-title {
        font-size: 48px;
    }

    .csr-text {
        font-size: 14px;
    }

    .csr-btn .primary-button {
        font-size: 10px;
        padding: 13px 27px;
        margin-top: 17px;
    }

    /*Game Section ---END--- */

    /*Entertainment Section*/
    .entertainmentSection {
        margin-top: 0;
    }

        .entertainmentSection .title-wrap {
            margin-bottom: 0;
        }

    .er-slider-wrap {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .er-item {
        padding: 0;
        transform: scale(.93);
        transition: .25s;
    }

    .er-ticket {
        height: 320px;
    }

    .er-btn-wrap {
        display: none
    }

    .er-overlay {
        display: block;
    }

    .er-btn {
        display: none;
    }

    .entSecSlide .slick-center {
        transform: scale(1.1);
        transition: .25s;
    }

        .entSecSlide .slick-center .er-ticket {
            /*height:400px;*/
        }

    .rs-btn .tertiary-button {
        margin-bottom: 33px;
    }
    /*Entertainment Section ---END--- */

    /*Fashion Section*/
    .fashionSection {
        margin-top: 30px;
    }

    .fs-slider-wrap {
        margin-top: 51px;
    }

    .fs-item {
        padding: 0 5px;
    }
    /*.fs-post {
        height:280px;
    }*/
    .fs-main-wrap {
        padding: 28px 24px;
    }

    .fs-title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .fs-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fs-btn .primary-button {
        font-size: 10px;
    }
    /*Fashion Section ---END--- */

    /*Blog Section*/
    .blogsSection {
        margin-top: 0;
    }

    .bs-slider-wrap {
        margin-top: 0;
    }

    .bs-item {
        padding: 0 5px;
        margin-top: 30px;
    }

    .bs-main {
        display: none;
    }

    .bs-main-phone {
        display: flex;
        align-items: flex-end;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .bs-main-wrap {
        padding: 41px 37px;
    }

    .bs-text-wrap {
        margin-bottom: 14px;
    }
    /*.bs-title {
        font-size:30px;
    }
    .bs-date {
        font-size:12px;
    }*/
    /*.bs-btn .primary-button {
        font-size:10px;
        padding: 13px 35px;
    }*/
    /*Blog Section ---END--- */

    /*Insta Section*/
    .instagramSection {
        margin-top: 0;
    }

    .insta-wrap {
        width: 100%;
        margin: auto;
    }
    /*.insta-wrap {
        margin-top:0;
    }
    .insta-post {
        height:210px;
    }*/



    /*Insta Section ---END--- */

    #homeBlogs {
        display: none;
    }

    #homeBlogsPhone {
        display: block;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .Nhance-content.Nhance-desktop {
        min-width: 100%;
        max-width: 100;
        max-height: 100%;
        position: relative;
        border: 2px solid black;
    }

    .Nhance-close-pop {
        width: 15px;
        height: 15px;
        top: -9px;
        right: 8px;
    }

    .Nhance-card {
        top: 0%;
        background-color: transparent;
        padding: 0 20px;
    }

    .Nhance-pop-content {
        padding-top: 20px;
    }

    .pop-title h4 {
        font-size: 40px;
        padding-left: 200px;
    }

    .Btn-Download {
        font-weight: 600;
        color: white;
        background-color: rgb(247, 56, 56);
        padding: 14px 35px;
        font-size: 25px;
        text-transform: uppercase;
        border: 0;
    }

    .Nhance-Button {
        padding-left: 5px;
        text-align: center;
        margin-bottom: 20px;
    }

    .Nhance-Details {
        padding-left: 201px;
    }

        .Nhance-Details p {
            font-size: 25px;
        }

    .Img-Text {
        top: 25%;
        left: 23%;
    }

    .Img-Text-Img {
        height: 50px;
        width: 48px;
    }

    .Img-Text p {
        font-size: 16px;
    }

    .Img-Text span {
        font-size: 14px;
    }

    .modal-img {
        top: 4%;
        left: 4%;
    }

    .Model-Img {
        height: 250px;
        width: 140px;
        /*box-shadow: 1px 1px 10px lightgrey;*/
        position: relative;
    }


    .Pop-Phone-View {
        display: block;
    }

    .Pop-Desktop-View {
        display: none;
    }

    /*Nhance Popup-----END*/
    .instagramSection .title-wrap {
        margin-bottom: 30px;
    }

    .title-wrap {
        margin-bottom: 30px;
    }

    .bannerNav {
        display: none;
    }

    .slideDiv {
        height: calc(90vh - 50px);
    }

    .slideDivphone {
        height: calc(90vh - 50px);
    }

    .bannerNavDiv-wrap {
        display: block;
        width: 100%;
        bottom: 200px;
    }

    .bannerNavDiv {
        width: 80%;
        margin: auto;
    }

    .curved-text {
        display: none;
    }

    .curved-text-mobile {
        display: block;
        text-align: center;
        width: 80%;
        position: absolute;
        margin: auto;
        bottom: 35%;
        left: 11%;
    }

    .curved-title-mobile {
        font-size: 48px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 60px;
    }

    .nav-icon {
        height: 90px;
        width: 90px;
    }

    .nav-text {
        font-size: 16px;
    }
    /*Spring Collection*/
    .springcollSection {
        margin-top: 0;
    }

        .springcollSection .title-wrap {
            display: flex;
        }

    .circleHeading {
        display: none;
    }

    .mn-item {
        padding: 0 5px;
    }
    /*.mn-desktop {
        height:205px;
    }*/
    .mn-title {
        font-size: 40px;
    }

    .brandLogos-section {
        margin: 0;
    }

    .brandLogos {
        flex: 20%;
    }

    .noLogo {
        display: none;
    }

    .sc-btn .primary-button {
        padding: 12px 30px;
        font-size: 10px;
    }
    /*Spring Collection ---END--- */

    /*Restaurent Section*/
    .restNoPadd {
        padding: 0;
    }

    .restaurantSection {
        /*height:562px;*/
        overflow: hidden;
        margin-top: 80px;
    }

    .rest-curved-text {
        left: 0;
        display: none;
    }

    .rest-mobile {
        display: block;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .rest-title {
        font-size: 48px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 60px;
    }

    .restSecSlide-wrap {
    }

    .rs-btn-wrap {
        display: none;
    }

    .rs-item {
        padding: 15px;
    }

    .rs-img {
        height: 134px;
    }

    .rs-mobile-btn-wrap {
        display: flex;
    }

    .rs-btn {
        margin-top: 45px;
    }

    /*Restaurent Section ---END--- */

    /*Event Section*/
    .eventsSection {
        margin: 0;
    }

    .es-slider-wrap {
        margin-top: 60px;
    }

    .es-item {
        padding: 0 5px;
    }

    .es-desktop {
        display: block;
        height: 300px;
    }

    .es-mobile {
        display: none;
        height: 650px;
    }
    /*Event Section ---END--- */

    /*Game Section*/
    .gameSection {
        margin-top: 20px;
    }

    .noGamePadd {
        padding: 0 15px;
    }

    .games-wrap {
        margin-top: 40px;
    }
    /*.game-img1 {
        height:62px;
        width:62px;
    }
    .game-img2 {
        height:62px;
        width:62px;
    }
    .game-img3 {
        height:62px;
        width:62px;
    }
    .game-img4 {
        height:62px;
        width:62px;
    }*/
    .csr-desktop {
        justify-content: center;
        align-items: flex-end;
    }

    .csr-slider-wrap {
        margin-top: 22px;
    }

    .csr-item {
        padding: 0 5px;
    }

    .csr-text-wrap {
        opacity: 1;
        padding: 26px;
        text-align: center;
    }

    .csr-title {
        font-size: 48px;
    }

    .csr-text {
        font-size: 14px;
    }

    .csr-btn .primary-button {
        font-size: 10px;
        padding: 13px 27px;
        margin-top: 17px;
    }

    /*Game Section ---END--- */

    /*Entertainment Section*/
    .entertainmentSection {
        margin-top: 0;
    }

        .entertainmentSection .title-wrap {
            margin-bottom: 0;
        }

    .er-slider-wrap {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .er-item {
        padding: 0;
        transform: scale(.93);
        transition: .25s;
    }

    .er-ticket {
        height: 320px;
    }

    .er-btn {
        display: none;
    }

    .entSecSlide .slick-center {
        transform: scale(1.1);
        transition: .25s;
    }

        .entSecSlide .slick-center .er-ticket {
            /*height:400px;*/
        }
    /*Entertainment Section ---END--- */

    /*Fashion Section*/
    .fashionSection {
        margin-top: 50px;
    }

    .fs-slider-wrap {
        margin-top: 51px;
    }

    .fs-item {
        padding: 0 5px;
    }
    /*.fs-post {
        height:280px;
    }*/
    .fs-main-wrap {
        padding: 28px 24px;
    }

    .fs-title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .fs-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fs-btn .primary-button {
        font-size: 10px;
    }
    /*Fashion Section ---END--- */

    /*Blog Section*/
    .blogsSection {
        margin-top: 0;
    }

    .bs-slider-wrap {
        margin-top: 0;
    }

    .bs-item {
        padding: 0 5px;
    }

    .bs-main {
        display: none;
    }

    .bs-main-phone {
        display: flex;
        align-items: flex-end;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .bs-main-wrap {
        padding: 41px 37px;
    }

    .bs-text-wrap {
        margin-bottom: 14px;
    }
    /*.bs-title {
        font-size:30px;
    }
    .bs-date {
        font-size:12px;
    }*/
    /*.bs-btn .primary-button {
        font-size:10px;
        padding: 13px 35px;
    }*/
    /*Blog Section ---END--- */

    /*Insta Section*/
    .instagramSection {
        margin-top: 0;
    }

    .insta-wrap {
        width: 100%;
        margin: auto;
    }
    /*.insta-wrap {
        margin-top:0;
    }
    .insta-post {
        height:210px;
    }*/
    /*Insta Section ---END--- */

    #homeBlogs {
        display: none;
    }

    #homeBlogsPhone {
        display: block;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .Cross-Img {
        height: 55px;
        width: 55px;
    }

    .Nhance-close-pop {
        width: 15px;
        height: 15px;
        top: -20px;
        right: 37px;
    }

    .Nhance-content.Nhance-desktop {
        min-width: 100%;
        max-width: 100;
        max-height: 100%;
        position: relative;
        border: 2px solid black;
    }



    .Nhance-card {
        top: 0%;
        background-color: transparent;
        padding: 0 20px;
    }

    .Nhance-pop-content {
        padding-top: 45px;
    }

    .pop-title h4 {
        font-size: 60px;
        padding-left: 240px;
    }

    .Btn-Download {
        font-weight: 600;
        color: white;
        background-color: rgb(247, 56, 56);
        padding: 23px 100px;
        font-size: 28px;
        text-transform: uppercase;
        border: 0;
    }

    .Nhance-Button {
        padding-left: 5px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .Nhance-Details {
        padding-left: 240px;
    }

        .Nhance-Details p {
            font-size: 30px;
        }

    .Img-Text {
        top: 27%;
        left: 28%;
    }

    .Img-Text-Img {
        height: 90px;
        width: 80px;
    }

    .Img-Text p {
        font-size: 20px;
    }

    .Img-Text span {
        font-size: 18px;
    }

    .modal-img {
        top: 4%;
        left: 2%;
    }

    .Model-Img {
        height: 335px;
        width: 195px;
        /*box-shadow: 1px 1px 10px lightgrey;*/
        position: relative;
    }


    .Pop-Phone-View {
        display: block;
    }

    .Pop-Desktop-View {
        display: none;
    }

    /*Nhance Popup-----END*/

    .fashionSecSlide .slick-dots {
        bottom: -38px;
    }
    /*.entSecSlide .slick-next {
        top: 101%;
    }
    .entSecSlide .slick-dots {
    bottom: -30px;
}
     .entSecSlide .slick-prev {
        top: 101%;
    }*/

    #homeBlogs {
        display: block;
    }

    #homeBlogsPhone {
        display: none;
    }

    .homePhoneBannerSlide .slick-dots {
        bottom: -26px;
    }




    .instagramSection .title-wrap {
        margin-bottom: 30px;
    }

    .title-wrap {
        margin-bottom: 30px;
    }

    .bannerNav {
        display: none;
    }

    .slideDiv {
        height: calc(90vh - 50px);
    }

    .slideDivphone {
        height: calc(90vh - 50px);
    }

    .bannerNavDiv-wrap {
        display: block;
        width: 100%;
        bottom: 125px;
    }

    .bannerNavDiv {
        width: 80%;
        margin: auto;
    }

    .curved-text {
        display: none;
    }

    .curved-text-mobile {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 330px;
        left: 17%;
    }

    .curved-title-mobile {
        font-size: 48px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 60px;
        width: 100%;
        margin: auto;
        display: none;
    }

    .nav-icon {
        height: 120px;
        width: 120px;
    }

    .nav-text {
        font-size: 18px;
    }
    /*Spring Collection*/
    .springcollSection {
        margin-top: 0;
    }

        .springcollSection .title-wrap {
            display: flex;
        }

    .circleHeading {
        display: none;
    }

    .mn-item {
        padding: 0 5px;
    }

    .mn-desktop {
        height: 300px;
    }
    /*.mn-title {
        font-size:40px;
    }*/
    .brandLogos-section {
        margin: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .brandLogos {
        flex: 20%;
    }
    /*.sc-btn .primary-button {
        padding: 12px 30px;
        font-size:10px;
    }*/
    /*Spring Collection ---END--- */

    /*Restaurent Section*/
    .restNoPadd {
        padding: 0;
    }

    .restaurantSection {
        /*height:562px;*/
        overflow: hidden;
        margin-top: 40px;
    }

    .rest-curved-text {
        left: 0;
        display: none;
    }

    .rest-mobile {
        display: block;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .rest-title {
        font-size: 48px;
        color: rgba(255,255,255,.8);
        letter-spacing: 4.8px;
        line-height: 60px;
        display: none;
    }

    .restSecSlide-wrap {
    }

    .rs-btn-wrap {
        display: none;
    }

    .rs-item {
        padding: 15px;
    }

    .rs-img {
        height: 134px;
    }

    .rs-mobile-btn-wrap {
        display: flex;
    }

    .rs-mobile-btn .primary-button, .rs-mobile-btn .tertiary-button {
        width: 115px;
    }
    /*Restaurent Section ---END--- */

    /*Event Section*/
    .eventsSection {
        margin: 0;
    }

    .es-slider-wrap {
        margin-top: 60px;
    }

    .es-item {
        padding: 0 5px;
    }

    .es-desktop {
        display: block;
        height: 300px;
    }

    .es-mobile {
        display: none;
        height: 650px;
    }
    /*Event Section ---END--- */

    /*Game Section*/
    .gameSection {
        margin-top: 20px;
    }

    .noGamePadd {
        padding: 0 15px;
    }

    .games-wrap {
        margin-top: 40px;
        width: 100%;
    }
    /*.game-img1 {
        height:62px;
        width:62px;
    }
    .game-img2 {
        height:62px;
        width:62px;
    }
    .game-img3 {
        height:62px;
        width:62px;
    }
    .game-img4 {
        height:62px;
        width:62px;
    }*/
    .csr-desktop {
        justify-content: center;
        align-items: flex-end;
    }

    .csr-slider-wrap {
        margin-top: 22px;
    }

    .csr-item {
        padding: 0 5px;
    }

    .csr-text-wrap {
        opacity: 1;
        padding: 26px;
        text-align: center;
    }

    .csr-title {
        font-size: 48px;
    }

    .csr-text {
        font-size: 14px;
    }

    .csr-btn .primary-button {
        font-size: 10px;
        padding: 13px 27px;
        margin-top: 17px;
    }

    /*Game Section ---END--- */

    /*Entertainment Section*/
    .entertainmentSection {
        margin-top: 0;
    }

        .entertainmentSection .title-wrap {
            margin-bottom: 0;
        }

    .er-slider-wrap {
        margin-top: 30px;
    }

    .er-item {
        transition: .25s;
    }

    .er-ticket {
        height: 400px;
    }

    .er-btn-wrap {
        display: none
    }

    .er-overlay {
        display: block;
    }

    .er-btn {
        display: none;
    }

    .entSecSlide .slick-center {
        transform: scale(1.1);
        transition: .25s;
    }

        .entSecSlide .slick-center .er-ticket {
            /*height:400px;*/
        }
    /*Entertainment Section ---END--- */

    /*Fashion Section*/
    .fashionSection {
        margin-top: 0px;
    }

    .fs-slider-wrap {
        margin-top: 51px;
    }

    .fs-item {
        padding: 0 5px;
    }
    /*.fs-post {
        height:280px;
    }*/
    .fs-main-wrap {
        padding: 28px 24px;
    }

    .fs-title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .fs-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fs-btn .primary-button {
        font-size: 10px;
    }
    /*Fashion Section ---END--- */

    /*Blog Section*/
    .blogsSection {
        margin-top: 0;
    }

    .bs-slider-wrap {
        margin-top: 0;
    }

    .bs-item {
        padding: 0 5px;
    }


    .bs-main {
        /*display:block;*/
        height: 385px;
    }

    .bs-main-phone {
        display: none;
    }


    .bs-main-wrap {
        padding: 41px 37px;
    }

    .bs-text-wrap {
        margin-bottom: 14px;
    }
    /*.bs-title {
        font-size:30px;
    }
    .bs-date {
        font-size:12px;
    }*/
    /*.bs-btn .primary-button {
        font-size:10px;
        padding: 13px 35px;
    }*/
    /*Blog Section ---END--- */

    /*Insta Section*/
    .instagramSection {
        margin-top: 0;
    }

    .insta-wrap {
        width: 100%;
        margin: auto;
    }
    /*.insta-wrap {
        margin-top:0;
    }
    .insta-post {
        height:290px;
    }*/
    /*Insta Section ---END--- */
}


/* Desktop Resolution from 1200 to 1599 */
@media (min-width: 1152px) and (max-width: 1599px) {
    .Nhance-card {
        top: 18%;
    }

    .Nhance-content.Nhance-desktop {
        /* padding: 50px 30px 0 30px; */
        width: 100%;
        min-width: 900px;
        max-width: 900px;
    }
}
/*1152×648, 1280×720, 1366×768, 1600x800, 1680x1050*/
@media (min-width: 1152px) and (max-width: 1919px) {
    .blogSecSlide .slick-list {
        width: 75vw;
        margin: auto;
    }

    .springsSecSlide .global-slider-item {
        padding: 0 10px;
    }

    #homeBlogs {
        display: block;
    }

    #homeBlogsPhone {
        display: none;
    }

    .springcollSection {
        margin-top: 80px;
    }

    .restaurantSection {
        margin-top: 40px;
    }

    .eventsSection {
        margin-top: 40px;
    }

    .gameSection {
        margin-top: 40px;
    }

    .entertainmentSection {
        margin-top: 40px;
    }

    .fashionSection {
        margin-top: 30px;
    }

    .blogsSection {
        margin-top: 40px;
    }

    .instagramSection {
        margin-top: 40px;
    }

    .fb-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .twt-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .yt-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .ig-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .sc-head-icon {
        background-color: black;
        font-size: 21px;
    }

    .bs-main {
        /*display:block;*/
    }

    .bs-main-phone {
        display: none;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1400px) and (max-width: 1599px) {

    #homeBlogs {
        display: block;
    }

    #homeBlogsPhone {
        display: none;
    }

    .fashionSecSlide .slick-dots {
        bottom: -44px;
    }

    .up {
        margin: 0 5px;
    }

    .bannerNav {
        width: 40%;
    }
    /*.homeBanner .action {
        position: absolute;
        bottom: 0px;
        left: 40%;
        transform: translatex(-50%);
        transform: rotate(180deg); 

     }*/
    .fb-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .twt-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .yt-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .ig-head-icon {
        background-color: black;
        font-size: 21px;
        padding-right: 9px;
    }

    .sc-head-icon {
        background-color: black;
        font-size: 21px;
    }

    .bs-main {
        /*display:block;*/
    }

    .bs-main-phone {
        display: none;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    #homeBlogs {
        display: block;
    }

    #homeBlogsPhone {
        display: none;
    }

    .fashionSecSlide .slick-dots {
        bottom: -44px;
    }

    .mn-item {
        position: relative;
        padding: 0 7px;
    }

    .es-item {
        padding: 0 7px;
    }

    .bs-item {
        padding: 0 7px;
    }

    .mn-desktop {
        height: 350px;
    }

    .bannerNav {
        width: 38%;
    }

    .up {
        margin: 0px 10px;
    }
    /*.springsSecSlide .slick-next:before {
        width:50px;
        height:50px;
    }
    .springsSecSlide .slick-prev:before {
        width:50px;
        height:50px;
    }*/
    .circleHeading {
        left: 13%;
        width: 150px;
        height: 150px;
    }

    .rs-img {
        height: 150px;
    }

    .es-desktop {
        height: 340px;
    }
    /*.game-img1 {
        height:135px;
    }
    .game-img2 {
        height:135px;
    }
    .game-img3 {
        height:135px;
    }
    .game-img4 {
        height:135px;
    }*/
    .csr-item {
        padding: 0 2.5px;
    }

    .csr-desktop {
        height: 370px;
    }

    .er-item {
        padding: 0 10px;
    }

    .er-ticket {
        height: 410px;
    }

    .er-btn .primary-button {
        padding: 12px 17px;
        font-size: 12px;
        width: 170px;
    }

    .fs-item {
        padding: 0 10px;
    }
    /*.fs-post {
        height:460px;
    }*/
    .fs-title {
        font-size: 48px;
    }

    .fs-text {
        font-size: 18px;
    }
    /*.bs-main {
        height:450px;
    }*/

    .bs-main {
        /*display:block;*/
        height: 450px;
    }

    .bs-main-phone {
        display: none;
    }

    .insta-post {
        height: 324px;
    }
    /*Instagram Section*/
    .insta-post {
        height: 360px;
    }
    /*Instagram Section ---END--- */
}

/*1680x1050*/
@media (min-width: 1680px) and (max-width: 1919px) {
    .up {
        margin: 0 20px;
    }

    .bannerNav {
        width: 38%;
    }

    .newMallServiceSlidertabHolder .new-title {
        font-size: 28px;
    }
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {

    .newMallServiceSlidertabHolder .new-title {
        font-size: 28px;
    }

    /*.homeBannerSlide .slick-prev {
    top:100%;

}

.homeBannerSlide .slick-next {
 top:100%;
}

.homeBannerSlide .slick-dots {
    bottom: -26px;
}

     .fashionSecSlide .slick-dots {
    bottom: -47px;
}*/
    .legend-line {
        height: 2px;
    }

    .global-title {
        font-size: 59px;
        font-family: 'CastleT';
    }

    .global-black .slick-prev, .global-white .slick-prev, .global-black .slick-next, .global-white .slick-next {
        height: 67px;
        width: 82px;
    }

        .global-black .slick-prev:before, .global-black .slick-next:before, .global-white .slick-prev:before, .global-white .slick-next:before {
            height: 20px;
            width: 20px;
        }

    .global-black .slick-dots li button:before, .global-white .slick-dots li button:before {
        width: 22px;
        height: 22px;
        font-size: 9px;
    }

    .Home-banner-text-wrap {
        width: 35vw;
    }

    .Home-banner-title {
        font-size: 80px;
    }

    .primary-button {
        font-size: 16px;
        font-weight: 300;
        padding: 8px 12px;
    }

    .primary-button-img {
        width: 20px;
        margin-top: 0px;
    }

    .fb-head-icon {
        background-color: black;
        font-size: 22px;
        padding-right: 15px;
    }

    .twt-head-icon {
        background-color: black;
        font-size: 22px;
        padding-right: 15px;
    }

    .yt-head-icon {
        background-color: black;
        font-size: 22px;
        padding-right: 15px;
    }

    .ig-head-icon {
        background-color: black;
        font-size: 22px;
        padding-right: 15px;
    }

    .sc-head-icon {
        background-color: black;
        font-size: 22px;
    }

    .tertiary-button {
        padding: 8px 16px;
        font-size: 16px;
        font-weight: 300;
    }

        .tertiary-button img {
            width: 20px;
            margin-left: 5px;
            margin-top: 5px;
        }

    .bannerNav {
        width: 34%;
    }

    .springsSecSlide .global-slider-item {
        padding: 0 35px;
    }

    #nav-demo img {
        margin: 0 35px;
        height: 70px;
        width: 70px;
    }

    .up {
        transform: translateY(-120px);
        margin: 0 20px;
    }

    .mn-item {
        position: relative;
        padding: 0 9px;
    }

    .mn-desktop {
        height: 422px;
    }

    .mn-title {
        font-size: 80px;
    }

    .mn-text {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 33px;
    }
    /*.springsSecSlide .slick-next:before {
        width:50px;
        height:50px;
    }
    .springsSecSlide .slick-prev:before {
        width:50px;
        height:50px;
    }*/
    .sc-btn .primary-button {
        padding: 18px 0;
        width: 160px;
    }

    .circleHeading {
        left: 10%;
        width: 173px;
        height: 173px;
    }

    #restcurvedtext {
        font-size: 20px;
    }

    .restaurantSection {
        height: 827px;
    }

    .rs-img {
        height: 200px;
    }

    .rs-btn-wrap .primary-button {
        padding: 15px 0;
        font-size: 14px;
    }

    .rs-btn-wrap .tertiary-button {
        padding: 15px 0;
        font-size: 12px;
    }
    /*.eventsSecSlide .slick-next:before {
        width:50px;
        height:50px;
        
    }
    .eventsSecSlide .slick-prev:before {
        width:50px;
        height:50px;
    }*/
    .es-desktop {
        height: 422px;
    }

    .es-item {
        padding: 0 9px;
    }

    .es-title {
        font-size: 60px;
    }
    /*.gamesSlider .slick-prev:before {
        width:50px;
        height:50px;
    }
    .gamesSlider .slick-next:before {
        width:50px;
        height:50px;
    }*/
    .game-img {
        height: 135px;
        width: 135px;
    }

    .game-img1 {
        height: 135px;
        width: 135px;
    }

    .game-img2 {
        height: 135px;
        width: 135px;
    }

    .game-img3 {
        height: 135px;
        width: 135px;
    }

    .game-img4 {
        height: 135px;
        width: 135px;
    }

    .csr-item {
        padding: 0 2.5px;
    }

    .csr-desktop {
        height: 400px;
    }

    .csr-title {
        font-size: 60px;
    }

    .csr-text {
        font-size: 18px;
    }

    .csr-btn .primary-button {
        font-size: 14px;
        padding: 18px 0;
        margin-top: 30px;
        width: 198px;
    }
    /*.entSecSlide .slick-prev:before {
        width:50px;
        height:50px;
    }
    .entSecSlide .slick-next:before {
        width:50px;
        height:50px;
    }*/
    .er-item {
        padding: 0 10px;
    }

    .er-ticket {
        height: 480px;
        width: 327px;
    }

    .er-btn .primary-button {
        padding: 19px 0;
        font-size: 14px;
        width: 205px;
    }

    .fs-item {
        padding: 0 15px;
    }

    .fs-title {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .fs-text {
        font-size: 18px;
        margin-bottom: 40px;
        line-height: 30px;
    }
    /*.fs-post {
        height:480px;
    }*/
    .fs-btn .primary-button {
        padding: 17px 0;
        font-size: 14px;
        width: 212px;
    }

    .bs-item {
        padding: 0 25px;
    }


    .bs-main {
        height: 368px;
    }



    .bs-main-phone {
        display: none;
    }

    .bs-text-wrap {
        /*margin-bottom:43px;*/
    }

    .bs-title {
        font-size: 20px;
    }

    .bs-date {
        /*font-size:18px;*/
    }

    .bs-btn .primary-button {
        padding: 17px 0;
        font-size: 14px;
        width: 200px;
    }

    .blogSecSlide .slick-list {
        width: 85vw;
        margin: auto;
    }

    .bs-main-wrap {
        padding: 0 90px 58px;
    }

    .PYV-center-wrap {
        padding: 0 30px;
    }

    .PYV-side-wrap {
        padding: 0 30px;
    }

    .PYV-left-item {
        font-size: 19px;
    }

    .PYV-title {
        font-size: 20px;
    }

    .PYV-text {
        font-size: 15px;
    }

    .PYV-item-text {
        font-size: 14px;
    }

        .PYV-item-text h6 {
            font-size: 18px;
        }

    .PYV-direction {
        font-size: 16px;
    }

    .PYV-item {
        margin-bottom: 30px;
    }

    .map-img {
        height: 328px;
    }

    .insta-post {
        height: 324px;
    }
    /*Instagram Section*/
    .insta-post {
        height: 445px;
    }

    .insta-wrap {
        width: 100%;
        margin: auto;
    }
    /*Instagram Section ---END--- */
}


/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    

     .gamesSlider .slick-dots {
    bottom: -38px;
}*/

/*}*/

@media (min-width: 280px) and (max-width: 500px) {
    .newMallServiceSlidertabHolder .new-text-wrap {
        min-height: 5rem !important;
    }
}

.blogslideritem {
    color: #000;
    padding: 8px 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    width: 100%
}

.blogslideritem-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    /*text-shadow: 1px 1px 1px black;*/
}

.blogslideritem-badge {
    background-color: #E1C562;
    /*background-color: #fdd9d8;*/
    border-radius: 5px;
    padding: 0px 10px;
    width: fit-content;
}
