*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    /* transition: all .4s linear; */
}

body {
    margin: 0 auto;
    overflow-x: hidden !important;
    background-color: #f1f1f1 !important;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none !important;
}

.bg-black {
    background-color: #000;
}

#s-main-header {
    height: 642px;
    width: 100%;
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}

#s-main-wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

#s-main-wrapper h1,
h1 {
    font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.25rem !important;
    margin: 0;
}

#s-main-wrapper h2,
h2 {
    font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}

#s-main-wrapper h3,
h3 {
    font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}

#s-main-content {
    font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
}

.master-dropdown.dropdown-menu {
    /* background: rgba(0, 0, 0, 0.9); */
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #fff;
    padding: 5px 14px;
    text-align: center;
    min-width: 185px;
}
.dropdown:hover>.dropdown-menu{
    display: block;
}
.master-dropdown li {
    margin: 0 !important;
}

.dropdown-menu li a::after {
    display: none;
}

.dropdown-menu li a {
    color: #fff;
    padding: 0;
}

.dropdown-menu li {
    padding: 0;
}

a.dropdown-toggle::after {
    display: none;
}

p {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 22px;
}

.flex-class {
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-500 {
    font-weight: 500;
}

.m-w-600 {
    max-width: 600px;
    margin: auto;
}

.landing-section {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1 !important;
    height: auto !important;
}

.gm-logo {
    margin-bottom: 50px;
    max-width: 200px;
}

.banner-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80%;
}

.master-the-chase-head {
    margin-bottom: 30px;
}

.terms-para {
    font-size: 0.8rem;
    text-align: center;
}

.line {
    border-bottom: 1px solid #333333;
    margin: 40px auto 40px auto;
    max-width: 80%;
}

.steps-head {
    text-align: center;
    width: 100%;
}

.steps-head h2 img {
    max-width: 70px;
    margin-top: -8px;
    margin-left: -6px;
}

.steps-head h2 {
    font-size: 1.6rem;
    font-weight: 500;
}

.step {
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 600;
}

.steps-para-con p {
    color: #333333;
    letter-spacing: auto;
    text-align: center;
}

.steps-para-con p img {
    max-width: 50px;
    margin-top: -5px;
}

.win-cash {
    /* background: #d65c27; */
    background-color: #ecd3c9;
    color: #333333;
}

.p-50 {
    padding: 50px 15px;
}

.p-15 {
    padding-left: 15px;
    padding-right: 15px;
}


/* .win-cash-head {
  color: #fff;
} */

.win-cash-para {
    text-align: center;
    /* color: #fff; */
}

.winner-head-con h2 {
    /* color: #fff; */
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
}

.box-con {
    text-align: center;
    border: 1px solid #333333;
    max-width: 400px;
    margin: 30px auto;
    margin-bottom: 0;
    min-width: 400px;
}


/* .winner-head-con {
  background-color: rgba(255, 255, 255, 12%);
} */

.winner-head-con {
    border-bottom: 2px solid #333333;
    padding: 10px;
}

.winner-para-con {
    padding: 15px;
}

.winner-para-con p {
    margin-bottom: 0;
    /* color: #fff; */
}

.max-width-box {
    max-width: 850px;
    margin: auto;
}

.steps-para-con.master-chase-para-con {
    max-width: 800px;
    margin: 30px auto;
}

.accordion-con {
    max-width: 600px;
    margin: 30px auto;
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.m-15 {
    margin: 15px auto 15px auto !important;
}

.accordion {
    background-color: #d65c27;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.6rem;
    transition: all 0.4s ease;
    position: relative;
    padding-left: 30px;
}

.accordion::after {
    position: absolute;
    content: "+";
    left: 10px;
    transition: all .4s ease;
}

.accordion.active::after {
    position: absolute;
    content: "-";
    left: 10px;
    transition: all .4s ease;
}

.accordion-box {
    margin-bottom: 40px;
}

.accordion-box:last-of-type {
    margin-bottom: 0;
}

.active,
.accordion:hover {
    background-color: #d65c27;
}

.panel {
    padding: 16px 30px;
    display: none;
    background-color: white;
    overflow: hidden;
    border: 1px solid #d65c27;
    /* transition: all 4s linear; */
}

.panel h3,
.panel p {
    text-align: left;
}

.panel h3 {
    color: #d65c27;
    font-weight: 500;
}

.panel .steps-para-con.master-chase-para-con {
    margin: 10px auto;
}

.card {
    min-height: 165px;
    max-height: 165px;
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 0 !important;
    max-width: 600px;
    margin: auto;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 20%);
    z-index: 0;
}

.card-height {
    min-height: 220px;
    max-height: 220px;
    transition: all 0.4s linear !important;
}

.active {
    transition: all 0.4s linear !important;
}

.card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.card-para {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    line-height: 1.4;
}

.text-shadow {
    text-shadow: 1px 1px 10px rgb(0, 0, 0);
    -webkit-text-shadow: 10px 10px 40px rgb(0, 0, 0);
    -moz-text-shadow: 10px 10px 40px rgb(0, 0, 0);
    -o-text-shadow: 10px 10px 40px rgb(0, 0, 0);
}

.swiper-button-prev.swipvid-navl,
.swiper-button-next.swipvid-navr {
    top: 36%;
    user-select: none;
}

.card-con {
    height: 100%;
}

.step2-data {
    height: 100%;
    max-height: 850px;
    background-image: url("../images/step22img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 600px;
    margin: auto;
    position: relative;
    /* padding: 200px 80px; */
    padding: 50px 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination {
    bottom: 0;
    height: 40px;
    width: 100%;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 40px;
}

.hash-para {
    color: #d65c27;
}

.off {
    display: none !important;
}

.card-text h3 {
    margin-bottom: 5px !important;
}

.panel a {
    color: #000;
}

.panel a:hover {
    color: #000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 50px;
}

.m-line {
    margin: 80px auto;
}


/* .swiper-container {
    min-height: 1100px;
} */

.swiper-pagination {
    background: none;
}

.lg-video-cont.lg-has-youtube {
    max-width: 800px;
    max-height: 400px;
    margin: auto;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: visible !important;
}

div.lg-counter,
div.sl-counter {
    display: none !important;
}

.lg-toolbar .lg-download:after {
    content: "";
    display: none !important;
}

.clr-black {
    color: #333333;
}

a.clr-black:hover {
    color: #333333;
}

.loan-lens-btn {
    background: #fff;
    outline: none;
    border: none;
    padding: 2px 15px;
    max-width: 180px;
    border-radius: 5px;
    min-height: 40px;
    padding-top: 0;
}

@media only screen and (max-width: 1024px) {
    .swipvid-navr,
    .swipvid-navl {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    #s-main-header {
        height: 250px;
        background-size: cover;
    }
    #s-main-wrapper {
        padding: 0 6%;
        width: auto;
    }
    #s-main-wrapper h1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #s-main-header {
        background: url(../images/mobile-bg.jpg) center center;
        height: 220px;
        background-size: cover;
    }
    #s-main-wrapper h1 {
        font-size: 28px;
    }
    #s-main-wrapper h2 {
        font-size: 18px;
        padding-top: 32px;
    }
    #s-main-content {
        font-size: 15px;
        padding-top: 22px;
    }
    .flex-class.max-width-box {
        flex-wrap: wrap;
    }
    .box-con {
        max-width: 600px;
        min-width: auto;
        width: 100%;
    }
    .dropdown-menu.master-dropdown {
        height: auto !important;
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
    .navbar-collapse ul li {
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 620px) {
    .landing-section {
        margin-top: 35px;
    }
    .swipvid-navr {
        right: 40px !important;
        color: #fff !important;
    }
    .swipvid-navl {
        left: 40px !important;
        color: #fff !important;
    }
    .master-the-chase-head {
        max-width: 70%;
        margin: auto;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 35px;
    }
    .swipvid-navl {
        left: 20px !important;
    }
    .swipvid-navr {
        right: 20px !important;
    }
    .swiper-pagination-bullet-active {
        background: #333333;
        border: 1px solid #333333;
    }
    .max-width-sony.p-50 {
        padding-top: 0;
    }
    .swiper-button-prev.swipvid-navl,
    .swiper-button-next.swipvid-navr {
        top: 55%;
        user-select: none;
    }
}

@media only screen and (max-width: 576px) {
    .card-text .steps-head h3 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 526px) {
    .card-para {
        font-size: 0.6rem;
    }
    .card {
        min-height: 150px;
        max-height: 150px;
    }
    .step2-data {
        padding: 100px 50px;
    }
    .card-height {
        min-height: 160px;
        max-height: 160px;
    }
    .swiper-button-prev.swipvid-navl,
    .swiper-button-next.swipvid-navr {
        top: 52%;
        user-select: none;
    }
}

@media only screen and (max-width: 476px) {
    .card {
        min-height: 115px;
        max-height: 115px;
    }
    .card-height {
        max-height: 140px;
        min-height: 140px;
    }
    .swiper-pagination {
        height: 30px;
        line-height: 30px;
    }
    .step2-data {
        padding: 60px 50px;
    }
    .swiper-container {
        min-height: 820px;
    }
    .step2-data {
        height: 70%;
        /* max-height: 720px; */
        max-height: 820px;
    }
    .m-line {
        margin: 40px auto;
    }
    .swiper-button-prev.swipvid-navl,
    .swiper-button-next.swipvid-navr {
        top: 57%;
        user-select: none;
    }
}

.d-block-425 {
    display: none;
}

@media only screen and (max-width: 425px) {
    .w-350 {
        max-width: 350px;
        margin: auto;
    }
    .card-text .steps-head h3 {
        font-size: 1rem !important;
    }
    .card-para {
        font-size: 0.5rem;
    }
    .step2-data {
        padding: 50px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 25px;
    }
    .m-line {
        margin: 40px auto;
    }
    .step2-text p {
        font-size: 0.85rem;
    }
    .d-block-425 {
        display: block;
    }
    .accordion {
        font-size: 1.4rem;
    }
    .panel h3 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 365px) {
    .card-text .steps-head h3 {
        font-size: 0.8rem !important;
    }
    .card-para {
        font-size: 0.5rem;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    .w-350 {
        max-width: 320px;
        margin: auto;
    }
}


/* Abdul Mateen Css */

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.arrow_icon {
    width: 100%;
    max-width: 50px;
}

.chase_text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 2.3rem !IMPORTANT;
    font-weight: 400 !important;
    margin-top: 10px;
    font-family: "SSTRoman", Helvetica, Arial, sans-serif;
    margin: 0;
}

.chase_text img {
    max-width: 90px;
    margin: -2px 10px 0 0;
}

.winner_head {
    font-weight: 700 !important;
    font-size: 3rem !important;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    color: #d88c63;
}


/* Grand Winner */

section.grand_winner {
    background-image: url(../images/grand-winner/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.winner_container {
    background-color: rgba(255, 255, 255, 0.45);
}

.winner_container .body {
    padding: 30px 20px;
}

.winner_container h3 a,
.winner_container p {
    color: #d88c63;
}

.winner_container p:not(.bottom_info) {
    max-width: 400px;
    margin: 15px auto;
}

.winner_container .bottom_info {
    margin: 0;
    opacity: 62%;
    font-size: 0.9375rem;
}


/* Theme winner section */

section.theme_winner .max-width-sony {
    background: url(../images/grand-winner/theme_winner_bg.png) no-repeat;
    background-size: 100% 85%;
    background-position: bottom center;
}

section.theme_winner .winner_head {
    color: #aaa399;
}

section.theme_winner .winner_container {
    margin-top: 20px;
}

section.theme_winner .winner_container h3 a {
    color: #aaa399;
}

section.theme_winner .winner_container p {
    color: #676e74;
}

section.theme_winner .winner_container p:not(.bottom_info) {
    max-width: 430px;
}

.custom_swiper .img img {
    width: 85%;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
}

.custom_swiper .swiper-button-next::after {
    content: url(../images/grand-winner/arrow_right.png);
    font-size: 0;
    transform: scale(0.7);
}

.custom_swiper .swiper-button-prev::after {
    content: url(../images/grand-winner/arrow_left.png);
    font-size: 0;
    transform: scale(0.7);
}

.custom_swiper .swiper-pagination-bullet-active {
    background: #565656;
    border: 1px solid #565656;
}


/* Honourable Sectin */

section.honourable {
    background-image: url(../images/honourable-gallery/bg.png);
}

section.honourable .winner_head {
    color: #9ba3a5;
}

section.honourable .inner-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.honourable .content-lightbox {
    padding-top: 6px;
}

section.honourable .w-50 {
    width: 49% !important;
}

.cus_gallery img.img3 {
    min-height: 233px;
}

.cus_gallery img.img8 {
    min-height: 268px;
}

.cus_gallery img.img9 {
    min-height: 254px;
}


/* Custom video lightbox */


/* Trigger */

.cus_videobox {
    cursor: pointer;
}

.cus_lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1035;
    padding: 40px 15px;
}

.cus_lightbox::-webkit-scrollbar {
    display: none;
}

.cus_lightbox video {
    display: block;
    width: 700px;
    height: 500px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

@media (min-width: 1200px) {
    .cus_lightbox video {
        width: auto;
        max-width: 80%;
        height: 80%;
    }
}

.close_cus_lightbox {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: monospace;
    color: #FFF !important;
    font-size: 3rem;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .cus_gallery img.img3 {
        min-height: 223px;
    }
    .cus_gallery img.img8 {
        min-height: 258px;
    }
    .cus_gallery img.img9 {
        min-height: 244px;
    }
}

@media (max-width: 767px) {
    .cus_lightbox video {
        width: 100%;
        height: 400px;
    }
    .winner_head {
        font-size: 1.5rem !important;
        letter-spacing: 0.5rem;
    }
    section.theme_winner,
    section.honourable {
        padding-top: 40px;
    }
    .chase_text {
        font-size: 1.2rem !IMPORTANT;
    }
    .chase_text img {
        max-width: 52px;
        margin-right: 6px;
    }
    .custom_swiper {
        min-height: 665px;
    }
    .custom_swiper .img img {
        min-height: 450px;
        max-height: 450px;
    }
    section.theme_winner .swiper-button-prev,
    section.theme_winner .swiper-button-next {
        color: #ff5900 !important;
        top: 30%;
    }
    section.theme_winner .swiper-button-prev {
        left: 0 !important;
    }
    section.theme_winner .swiper-button-next {
        right: 0 !important;
    }
    .winner_container .body {
        padding: 21px 15px;
    }
    .winner_container h3 {
        font-size: 1.25rem !important;
    }
    .winner_container p {
        font-size: 0.875rem;
    }
    .winner_container p:not(.bottom_info) {
        max-width: 315px;
    }
    .cus_gallery img.img3 {
        min-height: 142px;
    }
    .cus_gallery img.img8 {
        min-height: 172px;
    }
    .cus_gallery img.img9 {
        min-height: 154px;
    }
}