/*=================================common-css==================================================*/

body {
    font-size: 16px;
    line-height: 1.3;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    /* background-color: #fbfbe3 */
    background-color: #fef7e7;
}

:root {
    --body-bg: #fff;
    --white-color: #fff;
    --black-color: #000;
    --light-blue: #f1fffd;
    --red: #d02722;
    --border: #9cdbd4;
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    display: block
}

a,
button,
img {
    outline: none;
}

.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}

.cmp-nissan-onam__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

select,
input[type="text"],
input[type="email"],
input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ff4f0f;
    color: #333;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 0.875rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

input[type="radio"] {
    cursor: pointer
}


a {
    cursor: pointer;
    display: block;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

/*=================================common-css==================================================*/
/*=================================custom-select ==================================================*/
.custom-select {
    width: 100%;
    line-height: normal;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: auto;
    background-size: 8px 10px;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}

/*=================================custom-select ==================================================*/
/*site-css*/

/* .........................  Social media style  .........................*/
.shareboxwrp {
    display: none;
    float: left;
    width: 100%
}

.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 40px
}

.social-media-main {
    width: 50px;
    height: 192px;
    float: left;
    position: fixed;
    bottom: 0px;
    z-index: 1009;
    right: 10px;
    padding-top: 60px
}

.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 30px 62px;
    background-image: url("../images/social-share.svg");
    background-repeat: no-repeat;
    background-position: 8px -23px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    position: absolute;
    top: 100px;
    left: 0;
    cursor: pointer;
    -moz-transition: top .2s linear .0s;
    -webkit-transition: top .2s linear .0s;
    transition: top .2s linear .0s;

}

.shretle.open {
    top: 0;
    background-position: 10px 15px
}

.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px
}

.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%
}

.social-media-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size: 50px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 5px auto
}

.tw-clr {
    background-position: -4px -107px;
    background-color: #000000;
}

.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e
}

.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345
}

.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px
}

/* .........................  /Social media style  .........................*/

.mobile {
    display: none;
}

.desk {
    display: block;
}

.top-add-block-outer {
    padding: 15px 10px;
    background-color: #f4e4d4;
}

.top-add-block-outer__add-970x90 {
    max-width: 970px;
    min-height: 90px;
    background: none;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

/* .cmp-nissan-onam__outer {
    width: 100%;
    padding-bottom: 8%;
} */

.cmp-nissan-onam {
    position: relative;
    width: 100%;
    width: 100%;
    background-image: url(../images/master-head/master-head-bg.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;

}

.cmp-nissan-onam:after,
.cmp-nissan-onam::before {
    clear: both;
    content: "";
    display: table;
}

.cmp-nissan-onam__logo-unit {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;

}

/* .cmp-nissan-onam__main-logo {} */

.cmp-nissan-onam__magnite {
    position: relative;
    max-width: 700px;
    margin: 20px auto 170px;
    width: 100%;
}

.cmp-nissan-onam__magnite-inner {
    position: relative;
    width: 100%;
    padding-bottom: 46.6%;
}

.cmp-nissan-onam__safety-logo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    width: 100%;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
}

.cmp-nissan-onam__safety-logo figure {
    margin: 0;
    padding: 0;
}

.cmp-nissan-onam__safety-logo figure.safety-logo {
    position: relative;
    padding-top: 39.5%;
}

.cmp-nissan-onam__safety-logo figure.range-logo {
    position: relative;
    padding-top: 22.105263157894736%;
    margin-top: 15px;
}


.cmp-nissan-onam__safety-logo figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.terms {
    position: absolute;
    right: -20px;
    bottom: 43px;
    display: block;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 15px;
    transform: rotate(-90deg);
    color: #fff;
}

/*intro-block-outer*/
.cmp-nissan-onam__intro-block-outer {
    padding: 50px 0 30px;
    width: 100%;
}

.cmp-nissan-onam__intro-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmp-nissan-onam__intro-block-content {
    width: 100%;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cmp-nissan-onam__celebrity-video-outer {
    max-width: 350px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmp-nissan-onam__arrow-right {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -7.5px;
}

.cmp-nissan-onam__video-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.cmp-nissan-onam__celebrity-video {
    width: 100%;
    padding: 10px;
    background-color: #ffc20e;
}

.cmp-nissan-onam__celebrity-video-inner {
    position: relative;
    width: 100%;
    padding-bottom: 57.2%
}

.cmp-nissan-onam__intro-title {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 35px;
    color: #bc6814;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cmp-nissan-onam__intro-subtitle {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #444;
    margin-top: 0;
}

.cmp-nissan-onam__intro-block-content p {
    margin: 0 0 20px 0;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.cmp-nissan-onam__intro-block-content p:last-child {
    margin-bottom: 0
}

.cmp-nissan-onam__intro-block-content p span {
    /* color: #8d5318; */
    color: #bc6814;
    font-weight: bold
}

.cmp-nissan-onam__intro-block:after {
    content: "";
    clear: both;
    display: table;
}

/*intro-block-outer*/

/*spin-wheel-outer*/
.cmp-nissan-onam__spin-wheel-outer {
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
    text-align: center
}

.cmp-nissan-onam__spin-wheel-content-block {
    padding: 50px 0;
    /* background-image: url(../images/left-flag.png), url(../images/right-flag.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 450px auto, 450px auto; */
    background-color: #bc6814;
}

.cmp-nissan-onam__spin-wheel-content-block:after {
    content: "";
    height: 320px;
    background-color: #ffffd2;
    border-bottom: 10px solid #ddc160;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/onam-theme-maveli.png), url(../images/onam-theme-tree.png);
    background-position: left bottom, right bottom;
    ;
    background-size: 320px auto, 200px auto;
    background-repeat: no-repeat
}

/* .cmp-nissan-onam__spin-wheel-outer:after {
    background-image: url(../images/border-shape.png);
    background-position: left top;
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
} */

.cmp-nissan-onam__spin-wheel-content-block .cmp-nissan-onam__main-title {
    color: #fff;
}

.cmp-nissan-onam__main-title {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #bc6814;
    line-height: normal;
    margin-bottom: 15px;
}

/*spin-wheel-outer*/

.cmp-onam__popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000;
    display: none;
    overflow-y: auto;
    text-align: center;
    -webkit-animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
}

.cmp-onam__content-block {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F4EFE7;
    position: relative;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    background-image: url("../images/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    min-height: initial !important;
    max-width: 380px;
}

.cmp-onam__close-btn {
    width: 30px;
    height: 22px;
    background-color: red;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 16px;
    font-weight: 600;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    line-height: 1;

}

.cmp-onam__close-btn:after {
    content: "X";
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cmp-nissan-onam__how-to-participate {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fae36f;
    margin-top: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 475px;
    position: relative;
}

.cmp-nissan-onam__how-to-participate-content-blk {
    width: 100%;
}

.cmp-nissan-onam__how-to-participate-title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.cmp-nissan-onam__how-to-participate ul {
    margin: 20px 0 15px;
    padding: 0;
}

.cmp-nissan-onam__how-to-participate ul li {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-left: 35px;
    position: relative;
    color: #261d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
}

.cmp-nissan-onam__how-to-participate ul li:not(:last-child) {
    margin-bottom: 15px !important;
}

.cmp-nissan-onam__how-to-participate ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/li-flower.png);
    background-position: top center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.cmp-nissan-onam__spin-btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc9131+0,feda7d+100 */
    background: linear-gradient(to right, #2cbfc1 0%, #df580b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}

.cmp-nissan-onam__spin-btn:hover {
    background: linear-gradient(to right, #df580b 0%, #38bcbd 100%);
}

.cmp-nissan-onam__spin-wheel {
    max-width: 470px;
    width: 100%;
    position: absolute;
    right: 7px;
    bottom: 0;
}

.cmp-nissan-onam__spin-wheel-inner {
    width: 100%;
    position: relative;
    padding-bottom: 69.53727506426735%;
}

.cmp-nissan-onam__onam-theme {
    max-width: 350px;
    margin: 0 auto;
}

.cmp-nissan-onam__onam-theme-inner {
    width: 100%;
    position: relative;
    padding-bottom: 29.791666666666668%
}

.cmp-nissan-onam__prize-block {
    width: 100%;

}

.cmp-nissan-onam__prize-block:after {
    content: "";
    clear: both;
    display: table;
}

.cmp-nissan-onam__mega-prizes {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.cmp-nissan-onam__row {
    margin: 0 -10px;
}

.cmp-nissan-onam__magnite-prize {
    margin-top: 40px;
}

.cmp-nissan-onam__magnite-prize-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cmp-nissan-onam__magnite-prize-item:not(:last-child) {
    margin-bottom: 25px;
}

.cmp-nissan-onam__prize {
    position: relative;
    display: block;
    padding-top: 140%;
    overflow: hidden;
    margin: 0;
    max-width: 500px;
}

.cmp-nissan-onam__prize img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* .cmp-nissan-onam__magnite-prize-inner {
    width: 100%;
} */

.cmp-nissan-onam__magnite-prize-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 0 5px;

}

/* .cmp-nissan-onam__magnite-prize .cmp-nissan-onam__magnite {
    bottom: 0;
    position: relative;
    z-index: 2;
    width: 100%;
}

.cmp-nissan-onam__magnite-prize:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;

    top: 0;
    bottom: 0;
    width: 65%;
    background-color: #ffc20e;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(135deg, #ffc20e 0%, #ffa90a 50%, #ffb805 51%, #ffc20e 100%);
} */

/* .cmp-nissan-onam__other-prizes {
    width: 60%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmp-nissan-onam__other-prizes-inner {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.cmp-nissan-onam__other-ind-prize {
    width: 33.33333333333333%;
    padding: 0 15px;
    margin-bottom: 15px;


} */

/* .cmp-nissan-onam__other-ind-prize-img {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffc20e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ffc20e 0%, #ffa90a 50%, #ffb805 51%, #ffc20e 100%);
}

.cmp-nissan-onam__other-prize-title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 100%;
}

.cmp-nissan-onam__other-ind-prize-pics {
    width: 100%;
    max-width: 150px;
}

.cmp-nissan-onam__other-ind-prize-pics-inner {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.cmp-nissan-onam__other-prizes:after {
    content: "";
    clear: both;
    display: table;
} */

.cmp-nissan-onam__footer {
    width: 100%;
    min-height: 193px;
    position: relative;
    border-bottom: 10px solid #da5e30;
    position: relative;
    margin-top: 25px
}

.cmp-nissan-onam__footer::after {
    content: "";
    height: 193px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../images/onam-theme-maveli.png), url(../images/onam-theme-tree.png);
    background-position: left bottom, right bottom;
    background-size: 540px auto, 400px auto;
    background-repeat: no-repeat;
}

.cmp-nissan-onam__copyright-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.cmp-nissan-onam__copyright {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.cmp-nissan-onam__footer-flower {
    max-width: 100px;
    margin: 15px auto 15px auto;
}

.cmp-nissan-onam__footer-flower-inner {
    width: 100%;
    position: relative;
    padding-bottom: 40%;
}

.footer-pic {
    display: none;
}

.cmp-nissan-onam__brand-video {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 60px;
    position: relative;

}

.cmp-nissan-onam__brand-video .cmp-nissan-onam__celebrity-video {
    /* background-color: #ddc160 */
    background-color: #fef7e7;
}

.cmp-nissan-onam__brand-video .cmp-nissan-onam__celebrity-video-outer {
    position: relative;
    z-index: 100
}

.cmp-nissan-onam__brand-video:after {
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ce9357;
    content: "";
    /* background-image: url(../images/border-shape.png), url(../images/border-shape.png), url(../images/flower-group.png), url(../images/flower-group-yellow.png);
    background-position: left top, left bottom 10px, left center, right center;
    background-repeat: repeat-x, repeat-x, no-repeat, no-repeat; */
}

/* .cmp-nissan-onam__brand-video:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/shade-flower-left.png), url(../images/shade-flower-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    z-index: 1;
}

.videoSection:after,
.cmp-nissan-onam__brand-video:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/shade-flower-left.png), url(../images/shade-flower-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    z-index: -1;
} */

/* 21-08-2025 added */

.d-none {
    display: none;
}

.adv-slot {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.slick-dots {
    display: block;
    text-align: center;
    margin-top: 15px;
}

li {
    margin: 0 3px !important;
    width: unset !important;
    height: unset !important;
}

li button {
    width: 8px !important;
    height: 8px !important;
    background-color: #f1d8bb !important;
    border-radius: 8px;
}

li.slick-active button {
    background-color: #d32027 !important;
}

li button::before {
    display: none;
}

.cmp-nissan-onam__nissan-logo {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.cmp-nissan-onam__nissan-logo a {
    display: block;
}

.cmp-nissan-onam__nissan-logo img {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.cmp-nissan-onam__master-logo {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}

.cmp-nissan-onam__master-logo figure {
    position: relative;
    padding-top: 26.2%;
    margin: 0;
}

.cmp-nissan-onam__master-logo img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}



.cmp-nissan-onam__online-logo {
    margin-top: 15px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.cmp-nissan-onam__online-logo figure {
    margin: 0;
    padding: 0;
}

.cmp-nissan-onam__online-logo figure figcaption {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cmp-nissan-onam__online-logo figure a {
    display: block;
    position: relative;
    padding-top: 8.75%;
}

.cmp-nissan-onam__online-logo figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.cmp-nissan-onam__points {
    margin-top: 20px;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
}

/* .cmp-nissan-onam__points .points-in {}

.cmp-nissan-onam__points .points-in .point__item {} */

.cmp-nissan-onam__points .points-in .point__item img {
    display: flex;
    max-width: 100%;
    object-fit: contain;
}

.cmp-nissan-onam__route-block {
    padding-top: 50px;
}

.cmp-nissan-onam-route-plan__list-block {
    margin-top: 35px;
}

.cmp-nissan-onam-route-plan__in {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}

.cmp-nissan-onam-route-plan__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid #fde5bf;
    border-radius: 10px;
    text-align: center;
    padding: 20px 15px 45px;
    min-height: 100px;
    height: 100%;
    box-shadow: 0px 7px 6px -7px rgba(0, 0, 0, 0.1);
}

.cmp-nissan-onam-route-plan__tile .venu {
    position: absolute;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    left: 0;
    right: 0;
    bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.cmp-nissan-onam-route-plan__date {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 0 10px;
}

.cmp-nissan-onam-route-plan__title {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    margin: 0;
}

.gallery-noslide::before {
    height: 100%;
    background-color: #ffffff;
}

.gallery-noslide .cmp-nissan-onam__main-title {
    color: #b91f35;
}

.galleryCarousel:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 27.5px -7.5px 0;
}


.galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 7.5px;
}

.galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) .gallery_img {
    padding: 5px;
    background-color: #b91f35;
}

.galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) .gallery_img::before {
    left: 5px;
    bottom: 5px;
    right: 5px;
    pointer-events: none;
}


.galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) .gallery_img .overlay-btm {
    display: block;
}

.galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) .gallery_img a {
    position: unset;
    display: unset;
    padding-top: unset;
}

.galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) .gallery_img .testa {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.stories_section:after {
    background-image: none;
    background-color: #bc6814;
}

.stories_section .cmp-nissan-onam__main-title {
    color: #fff;
}

.stories_section .storiesCarousel .story-block p {
    color: #fff;
}

.shorts-gallery-block {
    margin-top: 35px;
}

.shorts-gallery.slick-slider {
    padding-bottom: 5px;
    margin-bottom: 35px;
    margin-left: 40px;
    margin-right: 40px;
}

.shorts-gallery.slick-slider .a-left {
    left: -40px;
}

.shorts-gallery.slick-slider .a-right {
    right: -40px;
}

.shorts-gallery.slick-slider .a-left:hover,
.shorts-gallery.slick-slider .a-left:focus,
.shorts-gallery.slick-slider .a-right:hover,
.shorts-gallery.slick-slider .a-right:focus {
    background-color: #000;
}


.shorts-gallery .shorts-gallery__item {
    margin: 0 10px;
    box-sizing: border-box;
}

.shorts-gallery .shorts-gallery-iframe {
    position: relative;
    padding-bottom: 177.77777777777777%;
}

.shorts-gallery .shorts-gallery-iframe iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.exciting-prizes {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

@media (min-width: 576px) {
    .cmp-nissan-onam__safety-logo {
        left: auto;
        right: 60px;
        margin-left: unset;
        margin-right: unset;
    }


    .cmp-nissan-onam-route-plan__in {
        grid-template-columns: repeat(2, 1fr);
    }

    .galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) {
        flex: 1 1 calc(100%/2);
        width: calc(100%/2);
        max-width: calc(100%/2);
    }

    .cmp-nissan-onam__intro-title {
        font-size: 40px;
        line-height: 40px;
    }

    .cmp-nissan-onam-route-plan__tile {
        padding-bottom: 35px;
    }


    .cmp-nissan-onam__magnite-prize {
        display: flex;
        max-width: 1060px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .cmp-nissan-onam__magnite-prize-item {
        flex: auto;
        margin: 0;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cmp-nissan-onam__magnite-prize-item:not(:last-child) {
        margin-bottom: 0;
    }
}


@media (min-width: 992px) {
    .cmp-nissan-onam {
        min-height: 960px;
        padding-bottom: 25%;
    }

    .cmp-nissan-onam__logo-unit {
        max-width: 870px;
        margin-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    .cmp-nissan-onam__nissan-logo {
        position: absolute;
        left: -30px;
        top: 30px;
        max-width: 290px;
    }

    .cmp-nissan-onam__master-logo {
        margin-top: 0;
        max-width: 510px;
    }

    .cmp-nissan-onam__magnite {
        position: absolute;
        max-width: 770px;
        left: 0;
        right: 0;
        bottom: 105px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .cmp-nissan-onam__online-logo {
        max-width: 310px;
    }

    .cmp-nissan-onam__online-logo figure figcaption {
        font-size: 13px;
    }


    .cmp-nissan-onam__safety-logo {
        max-width: 210px;
    }


    .cmp-nissan-onam-route-plan__in {
        grid-template-columns: repeat(3, 1fr);
    }

    .galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) {
        flex: 1 1 calc(100%/3);
        width: calc(100%/3);
        max-width: calc(100%/3);
    }

    .cmp-nissan-onam__points {
        max-width: 100%;
    }

    .cmp-nissan-onam__points .points-in {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
        margin-right: -25px;
    }

    .cmp-nissan-onam__points .points-in .point__item {
        flex: 1 1 calc(100% / 2);
        width: calc(100% / 2);
        max-width: calc(100% / 2);
        padding-left: 25px;
        padding-right: 25px;
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width: 1300px) {
    .cmp-nissan-onam-route-plan__in {
        grid-template-columns: repeat(4, 1fr);
    }

    .galleryCarousel:not(.slick-slider) .gallery-block:not(.slick-slide) {
        flex: 1 1 calc(100%/4);
        width: calc(100%/4);
        max-width: calc(100%/4);
    }

    .cmp-nissan-onam__nissan-logo {
        top: 0;
        left: 0;
        min-width: 25vw;
        max-width: 380px;
    }

    .cmp-nissan-onam__online-logo figure figcaption {
        font-size: 15px;
    }

    .cmp-nissan-onam__online-logo {
        max-width: 380px;
    }

    .cmp-nissan-onam__master-logo {
        max-width: 600px;
    }

    .cmp-nissan-onam__magnite {
        max-width: 950px;
        bottom: 0;
    }

}

@media (min-width: 1400px) {

    .cmp-nissan-onam__online-logo figure figcaption {
        font-size: 16px;
    }

    .cmp-nissan-onam__online-logo {
        max-width: 400px;
    }

    .cmp-nissan-onam__master-logo {
        max-width: 750px;
    }

}