body {
    margin: 0 auto;
    background-color: var(--secondery) !important;
}

@font-face {
    font-family: "SST W01 Heavy";
    src: local("SST W01 Heavy"), local("SST-Heavy"), url("../fonts/SST-Heavy.woff2") format("woff2"), url("../fonts/SST-Heavy.woff") format("woff"), url("../fonts/SST-Heavy.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "SST W01 Light";
    src: local("SST W01 Light"), url("../fonts/SSTLight.TTF") format("truetype");
}

@font-face {
    font-family: "SST W01 Medium";
    src: local("SST W01 Medium"), url("../fonts/SSTMedium.TTF") format("truetype");
}

@font-face {
    font-family: "SST W01 Roman";
    src: local("SST W01 Roman"), url("../fonts/SST-Roman.ttf") format("truetype");
}

@font-face {
    font-family: "SST W01 Bold";
    src: local("SST W01 Bold"), url("../fonts/SSTBold.TTF") format("truetype");
}

@font-face {
    font-family: "milkyVintage";
    src: url("../fonts/MilkyVintage-Regular.ttf");
}

@font-face {
    font-family: "Myrido";
    src: url("../fonts/myrido-pro/MYRIADPRO-REGULAR.OTF");
    font-weight: 400;
}

@font-face {
    font-family: "Myrido";
    src: url("../fonts/myrido-pro/MYRIADPRO-SEMIBOLD.OTF");
    font-weight: 600;
}

@font-face {
    font-family: "Myrido";
    src: url("../fonts/myrido-pro/MYRIADPRO-BOLD.OTF");
    font-weight: 700;
}

h3,
h2 {
    font-family: "milkyVintage" !important;
    letter-spacing: 0.1rem;
}

img {
    width: 100%;
    height: auto;
}

.milkyVintage {
    font-family: "milkyVintage" !important;
}

.sst-roman {
    font-family: "SST W01 Roman" !important;
}

.sst-medium {
    font-family: "SST W01 Medium" !important;
}

.sst-bold {
    font-family: "SST W01 Bold" !important;
}

.sst-light {
    font-family: "SST W01 Light" !important;
}

.max-width-sony {
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#s-main-header {
    height: 642px;
    width: 100%;
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}

.first-bg {
    background-color: var(--secondery);
}

#s-main-wrapper h1 {
    font-family: "milkyVintage";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 50px;
    color: var(--heading);
    margin: 30px 0 10px;
    letter-spacing: 0.1rem;
}

#s-main-wrapper h2 {
    font-weight: normal;
    font-size: 50px;
    font-family: "milkyVintage";
}

#s-main-content {
    font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding-top: 32px;
    color: #81808f;
    padding-bottom: 140px;
}

#s-main-content p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
}

@media only screen and (max-width: 991px) {
    #s-main-header {
        height: 250px;
        background-size: cover;
    }
    .first-bg {
        padding: 0 5%;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    #s-main-header {
        background: url(../images/mobile-bg.jpg) center center;
        height: 220px;
        background-size: cover;
    }
    #s-main-wrapper h1 {
        font-size: 35px;
    }
    #s-main-content {
        font-size: 15px;
        padding-top: 22px;
    }
}

:root {
    --secondery: #fcecd7;
    --primary: #315e6a;
    --heading: #fceedb;
    --yellow: #eabe1f;
    --orange: #e8641a;
    --boxshadow: 12px 10px 28px 6px rgba(20, 26, 38, 0.27);
}


/* Custom Css */

html,
body {
    overflow-x: hidden !important;
}

.wrapper {
    max-width: 900px;
    margin: auto;
}

.bottom-btn {
    background: #dd643b !important;
    color: #fff !important;
    border-radius: 0 0 15px 15px !important;
    padding: 5px 35px !important;
    font-size: 1.4rem !important;
    margin-top: -1px;
}
 a {
    text-decoration: none;
}
.bg-orange {
    background: #dd643b !important;
}

.bg-blue {
    background: #287ad5 !important;
}

.tab-pane.show {
    opacity: 1;
}

.section-title p {
    font-size: 1.125rem;
}


/* Site nav */

.site-nav {
    position: relative;
    background: #305c68;
    padding: 15px 0;
}

.site-nav .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 0 0 37px;
}

.site-nav .wrapper .logo {
    width: 100px;
}

.site-nav .navbar-toggler {
    box-shadow: none !important;
    margin-right: -11px;
    margin-left: auto;
}

.site-nav .navbar-toggler span {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    transition: .4s all ease;
    top: -6px;
}

.site-nav .navbar-toggler span::before,
.site-nav .navbar-toggler span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    bottom: -10px;
    transition: .4s all ease;
}

.site-nav .navbar-toggler span::before {
    top: -10px;
    bottom: unset;
    transition: .4s all ease;
}

.navbar-toggler.active span::before {
    opacity: 0;
}

.navbar-toggler.active span::after {
    transform: rotate(-94deg) translate(10px, 1px);
    transition: .4s all ease;
}

.navbar-toggler.active span {
    transform: rotate(45deg);
    transition: .4s all ease;
}

.site-nav .site-collapse-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #6c98a3;
    z-index: 1060;
    display: none;
    padding: 0 15px 15px;
}

.site-nav .site-collapse-menu ul {
    margin: 0;
    list-style: none;
    font-family: 'milkyVintage';
}

.site-nav .site-collapse-menu a {
    color: #fceedb;
    padding: 5px 0px;
    display: inline-block;
    transition: .3s all ease;
    letter-spacing: 1px;
}

.site-nav .site-collapse-menu a:hover {
    transition: .3s all ease;
    color: var(--yellow);
}
li.outer-menu {
    font-size: 24px;
}
.inner-menu a {
    font-size: 18px;
}
/* Banner */

section.banner .wrapper {
    padding-bottom: 80px;
}

.info-cont {
    background-image: url(../images/bg-pattran.jpg);
    background-size: auto;
    border-radius: 40px;
    background-color: var(--primary);
    padding: 20px 13px 16px;
    box-shadow: var(--boxshadow);
}


/* bg-pattren  */

.paint {
    position: absolute;
    z-index: 0;
    bottom: -7.2%;
    left: 9%;
}

.mail-ring {
    position: absolute;
    z-index: 0;
    bottom: -7.4%;
    right: 10%;
}

.bg-pattren {
    position: relative;
    z-index: 1;
}

.bg-pattren::before {
    background-image: url(../images/bg-pattran.jpg);
    background-size: cover;
    background-position: top center;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38.5%;
}

.banner .circle-heading h3 {
    background-color: transparent;
}

.circle-heading h3 {
    color: #fceedb;
    font-size: 52px !important;
    font-family: "milkyVintage";
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    gap: 30px;
    background-color: var(--primary);
    letter-spacing: 1.4px;
}

.circle-heading h3::before,
.circle-heading h3::after {
    content: "\2022";
    font-size: 90px;
}

.banner p {
    margin: auto;
    font-size: 32px;
    font-family: "Myrido";
    font-weight: 400;
    color: var(--heading);
    max-width: 755px;
}

.info-col {
    background: #fddbad;
    border-radius: 0 0 0 35px;
    padding: 30px 15px;
}

.info-col-2 {
    background: #fddbad;
    border-radius: 0 0 35px 0;
}

.info-col h2 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.1rem;
}

.info-col p {
    font-family: "Myrido";
    font-weight: 600;
    margin: 0;
    font-size: 35.5px;
    line-height: 1.2;
}

.info-col p b {
    font-family: "Myrido";
    font-weight: 600;
    color: #000000;
}


/* Benefit Section */

section.benefit {
    margin-top: 160px;
}

section.benefit .wrapper {
    max-width: 800px;
}

.circle-2.circle-heading h3 {
    min-height: 150px;
    gap: 40px;
    letter-spacing: 0.1rem;
}

.circle-2.circle-heading h3::before,
.circle-2.circle-heading h3::after {
    font-size: 80px;
}

section.benefit .section-title {
    margin-bottom: 25px;
}

.benefit-col {
    margin-top: 30px;
}

.benefit-col .img img {
    width: 100%;
    max-width: 185px;
    transition: 0.3s all ease;
}

.benefit-col .img img:hover {
    transform: scale(1.05) translateY(-5px);
    transition: 0.3s all ease;
}

.benefit-col h3 {
    color: var(--primary);
    font-family: "milkyVintage";
    margin: unset;
    font-size: 28px !important;
    letter-spacing: 0.1rem !important;
    font-weight: 600;
    line-height: 0.9;
    margin-top: 5px;
}

.ring-pop {
    display: flex;
    justify-content: end;
    position: relative;
}

.ring-pop img {
    position: absolute;
    top: -40px;
    right: -15%;
    width: auto;
}

/*Speakers*/
section.benefit .speakers {
    padding: 130px 0 0;
    position: relative;
    z-index: 1;
}
.speakers .circle-2.circle-heading {
    text-align: center;
}
.speaker-img {
    width: 80%;
    margin: 20px auto;
    background-color: var(--primary);
    padding: 18px 10px;
    border-radius: 25px;
}
.speaker-img img {
    border-radius: 25px;
}
.speaker-name {
    font-family: "milkyVintage";
    font-size: 54px;
    text-align: center;
    padding: 20px 0;
}
.speaker-info p {
    color: black;
    font-family: 'SST W01 Medium';
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
}


.speakers .nav-tabs {
    border-bottom: 0;
    margin: 55px auto 40px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 800px;
    gap: 20px;
}

.speakers .nav-tabs .nav-item {
    width: 100%;
}

.speakers .nav-tabs .nav-link {
    width: 100%;
    border-radius: 0;
    color: var(--secondery);
    font-weight: 700;
    background: #94310c;
    border: none;
    padding: 10px 10px;
    text-align: center;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 400;
    height: 80px;
}

.speakers .nav-tabs .nav-link span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-family: "milkyVintage";
}

.speakers .nav-tabs .nav-link.active {
    color: var(--heading);
    background-color: var(--orange);
}
/* .schedule  */
.schedule .mic {
    position: absolute;
    top: 10px;
}
section.benefit .schedule {
    padding: 130px 0 50px;
    position: relative;
    z-index: 1;
}

.painting-img {
    position: absolute;
    bottom: 13px;
    left: 63px;
}
.schedule-desc {
    text-align: center;
    margin-top: 25px;
}
.schedule-desc h3 {
    font-size: 42px;
    margin-bottom: 0px;
    letter-spacing: normal;
}
.schedule-desc p {
    font-size: 28px;
    color: black;
    font-family: 'SST W01 Medium';
    line-height: 1.2;
}
.section-title .circle-2.circle-heading h3 {
    justify-content: space-between;
    padding: 0 30px;
    margin: auto;
    max-width: 700px;
}

.schedule .nav-tabs {
    border-bottom: 0;
    margin: 55px auto 40px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 800px;
    gap: 20px;
}

.schedule .nav-tabs .nav-item {
    width: 100%;
}

.schedule .nav-tabs .nav-link {
    width: 100%;
    border-radius: 0;
    color: var(--secondery);
    font-weight: 700;
    background: #94310c;
    border: none;
    padding: 10px 10px;
    text-align: center;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 400;
}

.schedule .nav-tabs .nav-link span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-family: "milkyVintage";
}

.schedule .nav-tabs .nav-link.active {
    color: var(--heading);
    background-color: var(--orange);
}

.schedule .sch-col {
    background-color: var(--primary);
    padding: 18px 10px;
    border-radius: 14px;
    position: relative;
    margin-bottom: 35px;
}

.schedule .sch-col .marbal {
    position: absolute;
    bottom: -35px;
    right: -56px;
}

.schedule .row {
    align-items: unset !important;
}

.sch-col .text {
    height: 100%;
    background-color: var(--secondery);
    border-radius: 0 10px 10px 0;
    border-left: 4px solid var(--orange);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule .sch-col .col-sm-4 {
    padding-right: 0 !important;
}

.sch-col .img img {
    border-radius: 14px 0 0 14px;
    height: 100%;
    object-fit: cover;
}

.sch-col .bottom {
    text-align: center;
}

.sch-col .bottom h3 {
    margin-top: 10px;
    margin: 15px 0 -6px;
}

.sch-col h3 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 48px;
    letter-spacing: 0.1rem;
    line-height: 1;
}

.sch-col .top {
    display: flex;
    text-align: center;
    align-items: center;
    border: 4px solid var(--orange);
    border-left: unset;
    border-right: unset;
    margin: 20px 0;
}

.sch-col .top h3 {
    width: 27%;
    border-right: 4px solid var(--orange);
    padding: 10px;
}

.sch-col .top p {
    width: 100%;
    font-family: "milkyVintage";
    font-size: 32px;
    font-weight: 400;
    max-width: 450px;
    text-align: left;
    padding-left: 20px;
    line-height: 1;
    letter-spacing: 0.1rem;
}

.sch-col p {
    color: #000000 !important;
    font-size: 30px;
    margin: 0;
    font-family: "Myrido";
    line-height: 1.1;
}

.sch-col .inner-text {
    display: flex;
    justify-content: center;
}

.my-btn a {
    color: var(--heading);
    display: inline-block;
    font-family: "milkyVintage";
    font-size: 40px;
    line-height: 1;
    background-color: var(--orange);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--heading) !important;
    letter-spacing: 0.1rem;
}

.my-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    transition: 0.2s all ease;
}

.my-btn:hover {
    transform: translateY(-5px) scale(1.03);
    transition: 0.2s all ease;
}

.my-btn::after {
    content: "";
    background: var(--primary);
    position: absolute;
    z-index: -2;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sch-col .bottom p:not(.category) {
    color: rgba(255, 255, 255, 0.41);
    font-size: 1.2rem;
    max-width: 270px;
    margin: 0;
}

.schedule .tab-content {
    max-width: 1000px;
    margin: auto;
}

.sch-col .img {
    height: 100%;
}


/* Gears */

section.gears {
    background-color: #fddfb8;
    padding: 60px 0 10px;
}

section.gears .section-title p {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin: 45px auto 100px;
    max-width: 825px;
}

section.gears .cam-col {
    margin: 60px 0;
}

section.gears .dragon {
    display: flex;
    justify-content: left;
    max-width: 1000px;
    margin: auto;
}

section.gears .dragon img {
    width: auto;
    max-width: 100%;
}


/* lucky-draw */

.lucky-draw {
    padding: 100px 0 50px;
    background-color: var(--secondery);
}

.lucky-draw .section-title p {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin: 35px auto 50px;
    font-family: 'SST W01 Medium';
}

.lucky-draw .inner-wrapper {
    background: var(--primary);
    border-radius: 18px;
    padding: 50px 40px;
}

.btn-yellow {
    border-radius: 18px;
    font-family: "milkyVintage";
    font-size: 35px;
    line-height: 1;
    color: var(--primary);
    text-transform: uppercase;
    background-color: var(--yellow);
    min-width: 245px;
    filter: drop-shadow(5px 5px 2px rgba(20, 26, 38, 0.4));
    display: inline-block;
    padding: 10px;
    border: unset;
    transition: 0.3s all ease;
}

/* .btn-yellow:hover {
    background-color: var(--heading);
    transition: 0.3s all ease;
    transform: scale(1.05) translateY(-5px);
} */

.btn-2 {
    background-color: var(--secondery);
}

/* .btn-2:hover {
    background-color: var(--yellow);
} */

.lucky-draw .title h2 {
    margin-bottom: 10px;
}

.lucky-draw .title h2 img {
    max-width: 150px;
    margin: auto;
}

.lucky-draw .camara-img p {
    font-size: 25px;
    font-weight: 400;
    color: var(--heading) !important;
    font-family: 'SST W01 Bold';
    max-width: 350px;
    margin: auto;
    line-height: 1.2;
    min-height: 90px;
}

.lucky-draw .camara-img p span {
   font-size: 18px;
}

.lucky-draw .title p {
    font-size: 25px;
    font-weight: 400;
    color: var(--heading);
    font-family: 'SST W01 Bold';
}

.lucky-draw .inner-wrapper>p {
    color: var(--secondery);
    font-size: 18px;
    max-width: 678px;
    margin: 40px auto 0;
}
.col-12 .camara-img {
    width: 40%;
}
.camara-img {
    width: 70%;
    margin: auto;
}
.lucky-draw .andmore {
    font-family: 'SST W01 Bold' !important;
    color: var(--heading);
    margin: 40px auto 0;
}

/*Collectibles*/
.collectibles .section-title p {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin: 35px auto 50px;
    font-family: 'SST W01 Medium';
}

/*ex promos*/
.exclusive-promos {
    padding: 50px 0;
}
.exclusive-promos .section-title p {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin: 35px auto 50px;
    font-family: 'SST W01 Medium';
}

/*lens-cleaning  */

.lens-cleaning {
    padding: 50px 0;
}

.lens-cleaning .circle-2 {
    filter: drop-shadow(7px 14px 11px rgba(20, 26, 38, 0.4));
}

.lens-cleaning .register-card {
    display: flex;
    justify-content: space-between;
}

.lens-cleaning .register-card hr {
    margin: 0;
    padding: 0;
    border: unset;
    border-left: 3px solid var(--primary);
    height: 160px;
    width: 1px;
    opacity: 1;
    background-color: unset;
}

.lens-cleaning .register-text h3 {
    margin: unset;
    line-height: 1;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0.1rem;
}

.lens-cleaning .register-text p {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}

.lens-cleaning .register-text .my-btn a {
    font-size: 38px;
    padding: 6px 20px;
    font-weight: 400;
    border-radius: 8px;
}

.lens-cleaning .register-text .my-btn::after {
    right: -6px;
    bottom: -6px;
    border-radius: 8px;
}

.lens-cleaning .wrapper>p {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    max-width: 680px;
    margin: auto;
    margin-top: 40px;
}


/* photo-contest */

.photo-contest {
    padding: 50px 0;
}

.photo-contest.bg-pattren::before {
    height: 95%;
    background: #315e6a;
}

.photo-contest .info-cont {
    text-align: center;
    background-image: unset;
    max-width: 700px;
    margin: auto;
    padding-top: 35px;
}

.photo-contest .wrapper>p {
    font-size: 28px;
    text-align: center;
    color: var(--heading);
    margin: 30px 0 50px;
    font-family: 'SST W01 Medium';
}

.photo-contest .inner-wrapper {
    position: relative;
    background-color: var(--secondery);
    padding: 50px;
    border-radius: 40px;
}

.inner-contant {
    position: relative;
    z-index: 1;
}

.inner-contant::before {
    content: "";
    border-left: 4px solid var(--primary);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 44px;
    height: 90%;
}

.photo-contest .inner-wrapper .text {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.photo-contest .inner-wrapper .text:not(:last-child) {
    margin-bottom: 60px;
}

.photo-contest .inner-wrapper .text span {
    background-color: var(--primary);
    border-radius: 15px;
    padding: 6px;
    font-size: 30px;
    line-height: 1;
    font-family: "milkyVintage";
    color: var(--heading);
    min-width: 95px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.1rem;
}

.photo-contest .inner-wrapper .text h4 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    font-family: "Myrido";
    letter-spacing: 0.1px;
    margin: unset;
    line-height: 1;
}

.photo-contest .inner-wrapper .text p {
    font-size: 33px;
    font-weight: 400;
    color: #000000;
    font-family: "Myrido";
    max-width: 575px;
    line-height: 1.2;
    margin: unset;
}

.photo-contest .inner-wrapper .text ul {
    margin: 15px 0 0;
    font-size: 28px;
    padding-left: 25px;
    font-family: "Myrido";
}

.photo-contest .inner-wrapper .text li {
    color: #000000;
    max-width: 547px;
    line-height: 1.3;
}

.photo-contest .inner-wrapper .text li {
    list-style: disc;
}

.camara-orange {
    position: absolute;
    top: -56px;
    right: -6px;
}

.photo-contest .info-col h2 {
    font-size: 35px !important;
    color: var(--primary);
    line-height: 0.8;
}

.photo-contest .info-col p {
    font-size: 26px;
    color: var(--primary);
}

.photo-contest .info-col p b {
    color: var(--primary);
}

.photo-contest .info-cont .circle-heading h3 {
    background-color: transparent;
    justify-content: space-around;
    min-height: 70px;
    margin-bottom: 20px !important;
}


/* fix btn  */

#button {
    display: inline-block;
    background-color: #dd643b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* mobile  */

@media (max-width: 1199px) {
    .site-nav .wrapper {
        max-width: 94%;
    }
    .site-nav .navbar-toggler {
        margin-right: 4px;
    }
    .speaker-bio {
        max-width: 900px;
    }
}

@media (max-width:1024px) {
    .banner p {
        font-size: 29px;
        line-height: 1.2;
    }
}
@media (max-width: 991px) {
    .banner .wrapper img {
        max-width: 500px;
    }
    .circle-heading h3 {
        font-size: 40px !important;
    }
    section.banner p {
        font-size: 24px;
        max-width: 565px;
    }
    #s-main-wrapper h2 {
        font-size: 40px;
    }
    .mail-ring {
        position: absolute;
        /* z-index: 0; */
        bottom: -6.4%;
        right: 4%;
        max-width: 159px;
    }
    #s-main-wrapper h1 {
        font-size: 36px;
    }
    .paint {
        bottom: -4.2%;
        left: 4%;
        max-width: 150px;
    }
    section.banner .wrapper {
        padding: 15px 15px 35px;
    }
    .bg-pattren::before {
        height: 43%;
    }
    section.benefit {
        margin-top: 105px;
    }
    .circle-2.circle-heading h3 {
        min-height: 105px;
    }
    .benefit-col .img img {
        max-width: 135px;
    }
    .benefit-col h3 {
        font-size: 30px !important;
    }
    .ring-pop img {
        max-width: 130px;
        top: -14px;
        right: -2%;
    }
    section.benefit .section-title {
        margin: 0 auto 25px;
        max-width: 555px;
    }
    section.benefit .schedule {
        padding-top: 100px;
    }
    .sch-col h3 {
        font-size: 36px;
    }
    .sch-col .bottom h3 {
        margin-bottom: 0;
    }
    .sch-col .top p {
        font-size: 25px;
        max-width: 290px;
    }
    .sch-col p {
        line-height: 1;
        font-size: 18px;
    }
    .section-title .circle-2.circle-heading h3 {
        max-width: 525px;
    }
    .my-btn a {
        font-size: 25px;
    }
    .painting-img {
        bottom: 27px;
        left: -23px;
        max-width: 170px;
    }
    section.lucky-draw,
    section.partner,
    section.lens-cleaning,
    section.gears,
    section.photo-contest {
        padding: 50px 5%;
    }
    section.gears {
        padding-bottom: 6px;
    }
    section.gears .section-title p {
        margin: 25px 0 50px;
        font-size: 25px;
    }
    .prod img {
        max-width: 550px;
    }
    section.gears .dragon img {
        max-width: 200px;
    }
    .lucky-draw .section-title p {
        font-size: 26px;
        margin: 25px auto 25px;
    }
    .btn-yellow {
        padding: 5px 10px;
        border-radius: 12px;
        min-width: 180px;
        font-size: 25px;
    }
    .lucky-draw .title h2 img {
        max-width: 115px;
    }
    .lucky-draw .title p {
        font-size: 20px;
    }
    .lucky-draw .camara-img p {
        font-size: 24px;
    }
    .lucky-draw .inner-wrapper>p {
        font-size: 20px;
        max-width: 530px;
    }
    .circle-2.circle-heading h3::before,
    .circle-2.circle-heading h3::after {
        font-size: 60px;
    }
    .lens-cleaning .register-text h3 {
        font-size: 30px;
    }
    .lens-cleaning .wrapper>p {
        font-size: 20px;
        max-width: 600px;
        margin-top: 15px;
    }
    .lens-cleaning .register-text .my-btn a {
        font-size: 23px;
    }
    .lens-cleaning .register-text p {
        font-size: 20px;
    }
    .lens-cleaning .register-card hr {
        height: 125px;
    }
    .photo-contest .inner-wrapper .text p {
        font-size: 24px;
    }
    .photo-contest .inner-wrapper .text ul {
        font-size: 18px;
    }
    .camara-orange {
        max-width: 140px;
    }
}


/* mobile  */

@media (max-width: 768px) {
    .site-nav .navbar-toggler span {
        top: 0px;
    }
    .speaker-info p {
        font-size: 18px;
    }
    section.benefit .section-title .circle-heading {
        max-width: 325px;
        margin: auto;
    }
    .schedule .mic {
        top: -20px;
    }
    .schedule-desc h3 {
        font-size: 32px;
    }
    .schedule-desc p {
        font-size: 18px;
    }
    .gears .section-title .circle-heading, .photo-contest .info-cont, .lens-cleaning .circle-2, .collectibles .circle-heading, .exclusive-promos .circle-heading {
        max-width: 350px;
        margin: auto;
    }




    .site-nav .navbar-toggler {
        margin-top: -10px;
        margin-right: 0;
    }
    .site-nav .site-collapse-menu {
        top: 99.5%;
    }
    .site-nav .wrapper {
        max-width: 100%;
        padding: 0 0 0 17px;
    }
    .site-nav {
        padding: 15px;
    }
    .photo-contest.bg-pattren::before {
        height: 98%;
    }
    .circle-heading h3 {
        font-size: 26px !important;
        gap: 10px;
        margin-bottom: 15px;
    }
    .circle-heading h3::before,
    .circle-heading h3::after {
        font-size: 40px;
    }
    .bg-pattren::before {
        left: -12px;
        width: calc(100% + 24px);
    }
    .info-cont {
        padding: 10px 12px;
        border-radius: 15px;
    }
    .info-cont .col-6 {
        padding: 0 5px;
    }
    .info-cont .col-6.day1,
    .info-cont .col-6.pe-2 {
        padding-right: 2px !important;
    }
    .info-cont .col-6.day2,
    .info-cont .col-6.ps-2 {
        padding-left: 2px !important;
    }
    .info-col {
        padding: 10px 8px;
        border-radius: 0 0 0 12px;
    }
    .info-col-2 {
        border-radius: 0 0 12px 0;
    }
    #s-main-wrapper h2 {
        font-size: 26px;
    }
    section.banner p {
        font-size: 16px;
    }
    section.banner .wrapper {
        padding: 10px 10px 30px;
    }
    #s-main-wrapper h1 {
        margin: 12px 0 8px;
        font-size: 22px;
    }
    .mail-ring,
    .paint {
        max-width: 100px;
        bottom: -4%;
    }
    .mail-ring {
        right: 0%;
        bottom: -5%;
    }
    .paint {
        left: -0%;
    }
    .circle-heading h3 {
        border-radius: 10px;
    }
    .circle-2.circle-heading h3::before,
    .circle-2.circle-heading h3::after {
        font-size: 34px;
    }
    .section-title .circle-2.circle-heading h3 {
        min-height: 55px;
        padding: 10px;
        gap: 10px;
        max-width: 100%;
    }
    section.benefit {
        margin-top: 75px;
    }
    .benefit-col .img img {
        max-width: 87px;
    }
    .benefit-col h3 {
        font-size: 20px !important;
    }
    section.benefit .section-title {
        margin-bottom: 6px;
    }
    .benefit-row {
        --bs-gutter-x: 0.5rem;
    }
    .benefit-col {
        margin-top: 16px;
    }
    .ring-pop img {
        max-width: 80px;
        top: 6px;
        right: -2%;
    }
    .schedule .nav-tabs {
        gap: 10px;
    }
    .schedule .nav-tabs .nav-link {
        padding: 10px 7px;
        font-size: 14px;
        border-radius: 8px;
    }
    .schedule .sch-col {
        padding: 8px 6px;
        border-radius: 8px;
        margin-bottom: 16px;
    }
    .sch-col .text {
        border-radius: 0 5px 5px 0;
        border-left-width: 2px;
        padding: 10px 0 0;
        justify-content: unset;
    }
    .sch-col .img img {
        border-radius: 5px 0 0 5px;
    }
    .sch-col .bottom h3 {
        margin: 0;
        font-size: 32px;
    }
    .sch-col .top {
        margin: 10px 0 7px;
        border-width: 2px;
    }
    .sch-col .top h3 {
        border-right-width: 2px;
    }
    .schedule .nav-tabs .nav-link span {
        font-size: 22px;
    }
    .sch-col p {
        font-size: 18px;
    }
    .sch-col .bottom p {
        max-width: 320px;
        margin: auto;
    }
    .sch-col .bottom p br {
        display: none;
    }
    .sch-col .top p {
        font-size: 24px;
        padding-left: 5px;
        letter-spacing: 0.03rem;
        max-width: 320px;
    }
    .sch-col h3 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .sch-col .top h3 {
        width: 30%;
        padding: 5px;
    }
    .my-btn a {
        font-size: 28px;
        padding: 10px 10px;
        border-radius: 3px !important;
    }
    .my-btn {
        margin-bottom: 10px;
    }
    .my-btn::after {
        border-radius: 3px !important;
        right: -3px !important;
        bottom: -3px !important;
    }
    .first-bg {
        padding: 25px 3%;
    }
    .schedule .sch-col .marbal {
        position: absolute;
        bottom: -26px;
        right: -10px;
        max-width: 60px;
        z-index: 1;
    }
    section.benefit .schedule {
        padding: 70px 0 0;
    }
    .schedule .nav-tabs {
        margin: 26px auto 24px;
    }
    .painting-img {
        bottom: -28px;
        left: -14px;
        max-width: 90px;
    }
    section.gears .section-title p {
        margin: 14px auto 40px;
        font-size: 14px;
        max-width: 405px;
    }
    section.lucky-draw,
    section.partner,
    section.lens-cleaning,
    section.gears,
    section.photo-contest {
        padding: 20px 3%;
    }
    section.gears {
        padding-bottom: 6px;
    }
    section.lucky-draw {
        padding: 35px 0 25px;
    }
    .lucky-draw .section-title {
        max-width: 350px;
        margin: auto;
    }
    .lucky-draw .section-title p {
        margin: 10px 0 12px;
        font-size: 15px;
    }
    .lucky-draw .inner-wrapper {
        padding: 30px 10px;
        border-radius: 5px;
    }
    .btn-yellow {
        font-size: 22px;
        border-radius: 8px;
        min-width: 155px;
    }
    .lucky-draw .title p {
        font-size: 15px;
    }
    .lucky-draw .title h2 {
        margin: -6px 0 4px;
    }
    .lucky-draw .title h2 img {
        max-width: 85px;
    }
    .lucky-draw .camara-img p {
        font-size: 16px;
        max-width: 145px;
    }
    .lucky-draw .camara-img h4 {
        font-size: 22px;
    }
    section.gears .dragon img {
        max-width: 90px;
    }
    .lucky-draw .inner-wrapper>p {
        margin-top: 18px;
        font-size: 15px;
        max-width: 385px;
    }
    .lens-cleaning .register-text p {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .lens-cleaning .register-text h3 {
        font-size: 20px;
    }
    .lens-cleaning .register-text .my-btn a {
        font-size: 15px;
        padding: 6px 5px;
    }
    .lens-cleaning .register-card hr {
        height: 72px;
        border-left-width: 1px;
    }
    .lens-cleaning .wrapper>p {
        font-size: 14px;
        max-width: 354px;
        margin-top: 20px;
    }
    .lens-cleaning .my-btn {
        margin-bottom: 0;
    }
    .photo-contest .info-cont {
        padding-top: 8px;
    }
    .photo-contest .info-col h2 {
        font-size: 15px !important;
    }
    .photo-contest .info-col p {
        font-size: 13px;
        font-weight: 400;
    }
    .photo-contest .info-cont .circle-heading h3 {
        min-height: 40px;
        margin-bottom: 5px !important;
    }
    .photo-contest .inner-wrapper {
        padding: 20px 12px;
        border-radius: 20px;
    }
    .photo-contest .wrapper>p {
        font-size: 15px;
        margin: 13px 0 18px;
    }
    .camara-orange {
        max-width: 60px;
        top: -17px;
        right: 0px;
    }
    .photo-contest .inner-wrapper .text {
        gap: 10px;
        margin-bottom: 20px !important;
    }
    .photo-contest .inner-wrapper .text span {
        font-size: 15px;
        min-width: 50px;
        padding: 3px;
        border-radius: 5px;
    }
    .photo-contest .inner-wrapper .text h4 {
        font-size: 16px;
    }
    .photo-contest .inner-wrapper .text p {
        font-size: 16px;
        max-width: 280px;
    }
    .photo-contest .inner-wrapper .text ul {
        font-size: 15px;
        margin-top: 10px;
        padding-left: 16px;
    }
    .photo-contest .inner-wrapper .text ul li {
        line-height: 1.2;
    }
    .inner-contant::before {
        left: 22px;
        border-left-width: 1px;
    }
    .lens-cleaning .register-text .my-btn::after {
        right: -4px;
        bottom: -4px;
        border-radius: 8px;
    }
    #button::after {
        font-size: 1.3em;
        line-height: 40px;
    }
    #button {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 450px) {
    ol, ul {
        padding-left: 1rem;
    } 
    section.benefit .speakers {
        padding: 65px 0 0;
    }
    .speakers .nav-tabs {
    margin: 20px auto 20px;
    }
    .speakers .nav-tabs .nav-link {
        height: 60px;
        padding: 10px 0;
    }
    .speakers .nav-tabs .nav-link span {
        font-size: 18px;
    }
    .speaker-img {
        width: 90%;
    }
    .speaker-name {
        font-size: 36px;
        padding: 0px 0;
    }
    .speaker-info p {
        font-size: 16px;
    }
    .schedule .mic {
        top: 5px;
    }
    .schedule .mic img {
        width: 50%;
    }
    .schedule-desc h3 {
        font-size: 24px;
    }
    .schedule-desc p {
        font-size: 16px;
    }
    .sch-col .bottom h3 {
        font-size: 24px;
    }
    .sch-col p {
        font-size: 14px;
    }
    .sch-col h3 {
        font-size: 18px;
    }
    .sch-col .top p {
        font-size: 15.9px;
        max-width: 320px;
    }
    .my-btn a {
        font-size: 18px;
    }
    .col-12 .camara-img {
        width: 55%;
    }
    .camara-img {
        width: 90%;
    }
    .lucky-draw .camara-img p {
        font-size: 16px;
        max-width: 190px;
        min-height: 65px;
    }
    .lucky-draw .camara-img p span {
        font-size: 12px;
    }
    .lucky-draw .andmore {
       font-size: 24px;
        margin: 10px auto 0;
    }
    .lucky-draw .inner-wrapper>p {
        margin-top: 10px;
        font-size: 14px;
        max-width: 100%;
    }
    .lucky-draw .section-title p {
        font-size: 14px;
    }
    .collectibles .section-title p, .exclusive-promos .section-title p {
        font-size: 14px;
    }
}
@media (max-width: 390px) {
    #s-main-wrapper h2 {
        font-size: 24px;
    }
    .circle-heading h3,
    .sch-col .bottom h3 {
        font-size: 22px !important;
    }
    #s-main-wrapper h1,
    .schedule .nav-tabs .nav-link span {
        font-size: 20px;
    }
    section.banner p {
        font-size: 14px;
    }
    .benefit-col h3 {
        font-size: 16px !important;
    }
    .schedule .nav-tabs .nav-link {
        font-size: 12px;
    }
    .sch-col p {
        font-size: 13px;
    }
    .sch-col .text {
        padding: 10px 0 5px;
    }
    .photo-contest .inner-wrapper .text p,
    .photo-contest .inner-wrapper .text h4 {
        font-size: 15px;
    }
    .photo-contest .inner-wrapper .text ul {
        font-size: 14px;
    }
    .lens-cleaning .register-text p {
        font-size: 13px;
    }
    .lens-cleaning .register-text .my-btn a {
        font-size: 13px;
    }




    .speakers .nav-tabs .nav-link {
        padding: 10px 0;
    }
    .speakers .nav-tabs .nav-link span {
        font-size: 16px;
    }
    section.benefit .speakers {
        padding: 80px 0 0;
    }
    .speaker-info p {
        font-size: 14px;
    }
    .schedule-desc h3 {
        font-size: 22px;
    }
}

.booked {
    pointer-events: none;
   cursor: default;
}
.booked a {
    background-color: gray !important;;
}



/*new */
.contest-1, .contest-2 {
    text-align: center;
}
.contest-box {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fceedb !important;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.contest-camera {
    position: absolute;
    top: -20px;
    right: 0;
}
.contest-camera.video {
    position: absolute;
    top: -20px;
    left: 0;
    right: unset;
    width: 22%;
}
.contest-inside { 

}
.contest-inside .theme {
    width: 24%;
    margin: auto;
    margin-bottom: 20px;
}
.contest-inside .participate {
    width: 48%;
    margin: auto;
    margin-bottom: 20px;
}
.contest-inside .theme h3, .contest-inside .participate h3 {
    background-color: var(--primary);
    border-radius: 10px;
    color: #fceedb;
    text-transform: uppercase;
    font-size: 36px;
    padding:5px 0;
}
.contest-inside .theme p, .contest-inside .participate p {
    font-family: 'SST W01 Bold';
    font-size: 28px;
}
.contest-inside .join, .contest-inside .tnc {
    margin-bottom: 20px;
}
.contest-inside .join h3 {
    width: 48%;
    margin: auto;
    background-color: #eabe1f;
    border-radius: 10px;
    color: #315e6a;
    text-transform: uppercase;
    font-size: 36px;
    padding:5px 0;
}
.contest-inside .tnc h3 {
    width: 48%;
    margin: auto;
    background-color: #315e6a;
    border-radius: 10px;
    color: #fceedb;
    text-transform: uppercase;
    font-size: 36px;
    padding:5px 0;
}
.join .row, .tnc .row {
    text-align: left;
    width: 80%;
    margin: auto;
    margin-top: 25px;
}
.join .row .col-1 img, .tnc .row .col-1 img{
    width: 40px;
}
.join .row .col-11, .tnc .row .col-11{
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'SST W01 Medium';
}

.contest-inside .prizes > h3 {
    width: 24%;
    margin: auto;
    background-color: #eabe1f;
    border-radius: 10px;
    color: #315e6a;
    text-transform: uppercase;
    font-size: 36px;
    padding:5px 0;
    z-index: 9999;
    position: relative;
}
.prizes-box {
    width: 100%;
    padding: 20px;
    border: 2px solid #315e6a;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: center;
    z-index: 1;
}

.winner h3 {
    width: 24%;
    margin: auto;
    background-color: #315e6a;
    border-radius: 10px;
    color: #fceedb;
    text-transform: uppercase;
    font-size: 24px;
    padding:5px 0;
    margin: 20px auto;
}
.runner h3 {
    width: 24%;
    margin: auto;
    background-color: #e8641a;
    border-radius: 10px;
    color: #fceedb;
    text-transform: uppercase;
    font-size: 24px;
    padding:5px 0;
    margin: 20px auto;
}
.winner .row .col-6 img, .runner .row .col-6 img {
    width: 100%; /* You can set the dimensions to whatever you want */
    height: 175px;
    object-fit: contain;
}

.winner .row .col-6 p, .runner .row .col-6 p{
    font-size: 20px;
    margin-top: 5px;
    font-family: 'SST W01 Medium';
}

.prizes .line {
    justify-content: center;
}

.line .col-9 {
    border: 1px solid #315e6a;
}
.photo-contest .disclaimer, .disclaimer {
    font-family: "SST W01 Medium";
    font-size: 24px !important;
    margin: 0 !important;
    color: #fceedb;
}
 .disclaimer {
    text-align: center;
 }
.disclaimer a {
    color: #fceedb;
    text-decoration: underline;
}
.photo-contest .nav-tabs {
    border-bottom: 0;
    margin: 55px auto 40px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 800px;
    gap: 20px;
}

.photo-contest .nav-tabs .nav-item {
    width: 100%;
}

.photo-contest .nav-tabs .nav-link {
    width: 100%;
    border-radius: 0;
    color: var(--secondery);
    font-weight: 700;
    background: #94310c;
    border: none;
    padding: 10px 10px;
    text-align: center;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 400;
    height: 80px;
}

.photo-contest .nav-tabs .nav-link span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-family: "milkyVintage";
}

.photo-contest .nav-tabs .nav-link.active {
    color: var(--heading);
    background-color: var(--orange);
}


.free-cover {
    margin-top: 30px;
    padding: 40px 40px 0 40px;
    background: url(../images/hot-shoe-cover-bg.png) no-repeat;
    background-color: #315e6a;
    border-radius: 10px;
    background-position: bottom right;
    background-size: 55% auto;
    text-transform: uppercase;
}
.cover-text {
    font-family: 'milkyVintage';
    color: #fceedb;
    font-size: 36px;
    line-height: 1;
}
.free-text {
    font-size: 120px !important;
    color: #ff7413;
    line-height: 0.7;
}
.cover-text font {
    font-size: 18px;
    font-family: 'SST W01 Medium';
    text-transform: none;
}

.promos-item {
    margin-top: 30px;
}
.col-item {
    width: 48%;
}
.promos-item>.row {
    justify-content: space-between;
}
.promos-item >.row > .col-item {
    background: #fde0bb;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    margin-top: 20px;
}
.item-name {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
}
.item-name .logo-item {
    width: 50%;
    text-align: left;
    flex: 0 0 auto;
    margin-top: 15px;
    height: 85px;
}
.item-name .logo-item img {
    width: 80%;
}
.item-name .price-item { 
    width: 50%;
    text-align: right;
    flex: 0 0 auto;
    margin-top: 15px;
    height: 90px;
}
.item-name .price-item img { 
    width: 90%;
}
.discount.with-check-in {
    margin-top: 7px;
}
.logo-item.with-lens {
    margin-top: 25px;
}
.price-item.with-lens {
    margin-top: 25px;
}

.logo-item p {
    width: 100%;
    margin: auto;
    font-size: 27px;
    line-height: 1.2;
    font-family: 'SST W01 Medium';
}
.price-item .discount {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'SST W01 Bold'; 
    color: #ff7413;
}
.price-item .og-price {
    font-size: 20px;
    text-decoration: line-through;
    color: gray;
    font-family: 'SSt W01 Medium';
}
.item-gifts h3 {
    width:40%;
    margin: auto;
    background-color: #e8641a;
    border-radius: 10px;
    color: #fde0bb;
    text-transform: uppercase;
    font-size: 24px;
    padding: 5px 0;
    margin: 20px auto 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.gift-box {
    padding: 40px 10px 0px 10px;
    margin-top: -20px;
    background: #315e6a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gift-img {
    display: flex;
}

.gift-img div{
    width: 50%;
    text-align: center;
    color: #fde0bb;
}
.gift-img div p {
    font-family: 'SST W01 Bold';
}
.gift-img img { 
    width: 70%;
    height: 150px;
    object-fit: contain;
}


.exclusive-promos .nav-tabs {
    border-bottom: 0;
    margin: 35px auto 20px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 800px;
    gap: 20px;
}

.exclusive-promos .nav-tabs .nav-item {
    width: 100%;
}

.exclusive-promos .nav-tabs .nav-link {
    width: 100%;
    border-radius: 0;
    color: var(--secondery);
    font-weight: 700;
    background: #94310c;
    border: none;
    padding: 10px 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 400;
    height: 80px;
    font-family: 'SST W01 Medium';
}

.exclusive-promos .nav-tabs .nav-link.active {
    color: var(--heading);
    background-color: var(--orange);
}

@media (max-width:768px) {
    .contest-inside .theme h3, .contest-inside .participate h3 {
        font-size: 26px;
    }
    .contest-inside .theme p, .contest-inside .participate p {
        font-size: 23px;
    }
    .contest-inside .join h3, .contest-inside .tnc h3 {
        font-size: 30px;
    }
    .winner h3, .runner h3 {
        font-size: 20px;
        border-radius: 5px;
    }
    .winner .row .col-6 p, .runner .row .col-6 p {
        font-size: 18px;
    }
    .photo-contest .disclaimer, .disclaimer {
        font-size: 20px !important;
    }
    .cover-text {
        font-size: 30px;
    }
    .free-text {
        font-size: 100px !important;
    }
    .cover-text font {
        font-size: 14px;
        font-family: 'SST W01 Medium';
        text-transform: none;
    }
    .logo-item p {
        font-size: 24px;
    }
    .price-item .discount {
        font-size: 42px;
    }
    .item-name .price-item, .item-name .logo-item {
        height: 80px;
    }
    .promos-item {
        margin-top: 30px;
        padding: 0 20px;
    }
    .gift-img img {
        width: 75%;
        height: 85px;
        object-fit: contain;
    }
    .gift-img div p {
        font-family: 'SST W01 Bold';
        font-size: 12px;
    }
    .item-gifts h3 {
        font-size: 21px;
    }
}
@media (max-width: 450px) {
    .contest-inside .theme h3, .contest-inside .participate h3 {
        font-size: 22px;
    }
    .contest-inside .theme p, .contest-inside .participate p {
        font-size: 19px;
    }
    .contest-inside .participate, .contest-inside .tnc h3 {
        width: 75%;
    }
    .contest-inside .join h3, .contest-inside .tnc h3 {
        font-size: 22px;
    }
    .join .row, .tnc .row {
        width: 100%;
    }
    .join .row .col-11, .tnc .row .col-11 {
        font-size: 16px;
        padding-right: 0;
    padding-left: 30px;
    }
    .contest-inside .prizes > h3 {
        width: 30%;
        border-radius: 7px;
        font-size: 22px;
    }
    .winner h3, .runner h3 {
        width: 50%;
    }
    .winner .row .col-6 p, .runner .row .col-6 p {
        font-size: 14px;
    }
    .photo-contest .disclaimer, .disclaimer {
        font-size: 14px !important;
    }
    .contest-camera {
        text-align: right;
    }
    .contest-camera img {
        width: 75%;
    }
    .contest-camera.video {
        width: 36%;
        text-align: left;
    }
    .photo-contest .nav-tabs .nav-link {
        padding: 10px 0px;
        font-size: 14px;
    }
    .photo-contest .nav-tabs .nav-link span {
        font-size: 24px;
    }
    .winner .row .col-6 img, .runner .row .col-6 img {
        height: 120px;
    }
    .cover-text {
        font-size: 18px;
    }
    .free-text {
        font-size: 60px !important;
    }
    .free-cover {
        padding: 20px 10px 10px 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cover-text font {
        font-size: 13px;
    }
    .exclusive-promos .nav-tabs {

        margin-left: 10px;
        margin-right: 10px;
    }
    .exclusive-promos .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 0;
    }
    .promos-item >.row > .col-item {
        padding: 20px 10px 0 10px;
    }
    .logo-item p {
        font-size: 16px;
    }
    .price-item .discount {
        font-size: 24px;
    }
    .price-item .og-price {
        font-size: 14px;
    }
    .item-name .price-item, .item-name .logo-item {
        height: 50px;
    }
    .item-gifts h3 {
        width: 70%;
        border-radius: 6px;
        font-size: 16px;
    }
    .gift-img img {
        height: 55px;
    }
    .logo-item p {
        font-size: 14px;
    }
    .promos-item {
        margin-top: 0px;
    }
    .gift-img div p {
        font-size: 10px;
        line-height: 1.2;
    }
    .add-height-p {
        height: 25px;
    }
    .exclusive-promos .nav-tabs {
        gap: 10px;
    }
 }

 @media (max-width:414px) {
    .free-cover {
        background-size: 64% auto;
    }
 }
 @media (max-width:390px) {
    .winner .row .col-6 p, .runner .row .col-6 p {
        font-size: 12px;
    }
    .join .row .col-11, .tnc .row .col-11 {
        font-size: 14px;
        padding-right: 0;
        padding-left: 35px;
        height: 45px;
        line-height: 1.2;
    }
    .contest-inside .theme h3, .contest-inside .participate h3 {
        font-size: 20px;
    }
    .contest-inside .theme p, .contest-inside .participate p {
        font-size: 16px;
    }
    .cover-text {
        font-size: 16px;
    }
    .free-text {
        font-size: 50px !important;
    }
    .free-cover {
        background-size: 60% auto;
    }
    .winner h3, .runner h3 {
        font-size: 18px;
        border-radius: 5px;
    }
 }