body {
    margin: 0 auto;
    background-color: #000 !important;
}

@font-face {
    font-family: 'SST W01 Heavy';
    src: local('SST W01 Heavy'), local('SST-Heavy'),
      url('../font/SST-Heavy.woff2') format('woff2'),
      url('../font/SST-Heavy.woff') format('woff'),
      url('../font/SST-Heavy.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'SST W01 Light';
    src: local('SST W01 Light'), url('../font/SSTLight.TTF') format('truetype');
}
@font-face {
    font-family: 'SST W01 Medium';
    src: local('SST W01 Medium'), url('../font/SSTMedium.TTF') format('truetype');
}
@font-face {
    font-family: 'SST W01 Roman';
    src: local('SST W01 Roman'), url('../font/SST-Roman.ttf') format('truetype');
}
@font-face {
    font-family: 'SST W01 Bold';
    src: local('SST W01 Bold'), url('../font/SSTBold.TTF') format('truetype');
}
.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 {
    width: 100%;
    padding: 0 7%;
    margin: 0 auto;
}

#s-main-wrapper h1 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 70px;
}

#s-main-wrapper h2 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 60px;
}

#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;
    }
}


/* Custom Css */

html,
body {
    overflow-x: hidden !important;
}

.wrapper {
    max-width: 800px;
    margin: auto;
}

.text-gradient {
    background: -webkit-linear-gradient(2deg, #dd643b 20%, #fbe2bf 51%, #dd643b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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;
}

.bg-orange {
    background: #dd643b !important;
}

.bg-blue {
    background: #287ad5 !important;
}

.tab-pane.show {
    opacity: 1;
}

h3 {
    font-size: 2.1rem !important;
    letter-spacing: 0 !important;
}

.section-title p {
    font-size: 1.125rem;
}

section.banner .wrapper {
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}

section.banner .info-cont h3 {
    color: #fff;
    font-weight: 700;
}

section.banner .info-col {
    background: #dd643b;
    border-radius: 30px 0 0 30px;
    padding: 20px 15px;
}

section.banner .info-col-2 {
    background: #dd643b;
    border-radius: 0 30px 30px 0;
}

section.banner .info-col h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid white;
}

section.banner .info-col p {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 5px;
}

section.banner p {
    color: #fff;
    font-size: 1.5rem;
    max-width: 652px;
    margin: auto;
}

section.banner h1 {
    margin-top: 100px;
    color: #fff;
}


/* Benefit Section */

section.benefit {
    margin-top: 60px;
}

section.benefit .section-title {
    margin-bottom: 25px;
}

.benefit-col {
    background: url(../images/benefit-col-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px;
    text-align: center;
    margin-top: 25px;
}

.benefit-col .img {
    max-width: 160px;
    margin: 0 auto 0px;
    height: 120px;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-col h3 {
    font-size: 1.05rem !important;
    color: #fff;
    margin: 0;
}

section.benefit .workshops {
    margin-top: 60px;
    margin-left: -1px;
    border-radius: 85px;
    background-color: #fff;
    background-image: url(../images/orange-gradient.png);
    background-repeat: no-repeat;
    background-size: 101% 54%;
    background-position: bottom center;
    padding: 50px 50px;
}

.workshops .section-title p.mw520 {
    max-width: 520px;
    margin: auto;
}
.workshops .section-title p.mw720 {
    max-width: 720px;
    margin: auto;
}
.workshops .img {
    margin-top: 20px;
}

.workshops .guest {
    background: #dd643b;
    color: #fff;
    border-radius: 12px;
    font-size: 1.5rem !important;
    display: inline-block;
    padding: 2px 30px;
    position: relative;
    bottom: -15px;
}

.workshops .name {
    font-size: 3rem !important;
}

section.benefit .schedule {
    margin-top: 60px;
}

.schedule .nav-tabs {
    border-bottom: 0;
    margin-bottom: 55px;
}

.schedule .nav-tabs .nav-item {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 3px solid #5b5857;
}

.schedule .nav-tabs .nav-item:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.schedule .nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: none;
    padding: 4px 0;
}

.schedule .nav-tabs .nav-link span {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.schedule .nav-tabs .nav-link.active {
    color: #dd643b;
    border-bottom: 1px solid #dd643b;
}

.schedule .sch-col {
    background: url(../images/sch-col-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4px 4px;
    position: relative;
}

.sch-col .img img {
    border-radius: 40px 0 0 40px;
}

.sch-col .text {
    position: relative;
}

.sch-col .text .label {
    line-height: 1.0;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    width: max-content;
    height: max-content;
    border-radius: 10px 10px 0 0;
    /* padding: 10px 10px; */
    font-size: 1rem !important;
    width: 111px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sch-col .top {
    position: relative;
    padding-bottom: 10px;
}

.sch-col .top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}

.sch-col h3 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.sch-col .top h3 {
    font-size: 2.5rem !IMPORTANT;
}

.sch-col .top p {
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
}

.sch-col .bottom h3 {
    font-size: 1.8rem !IMPORTANT;
    margin: 15px 0 0;
}

.sch-col .bottom p:not(.category) {
    color: rgba(255, 255, 255, 0.41);
    font-size: 1.2rem;
    max-width: 270px;
    margin: 0;
}


/* Gears */

section.gears {
    margin-top: 60px;
}

section.gears .section-title p {
    font-size: 1.3rem;
}

section.gears .prod {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

section.gears .prod .backlight {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

section.gears .cam-col {
    margin: 60px 0;
}

section.gears .two-col {
    background: url(../images/kv-img.png) no-repeat;
    background-size: 100% 100%;
    padding: 44% 10px 15px;
}

.two-col .text h3 {
    font-size: 1.7rem !important;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
}

.two-col .text-1 {
    padding-bottom: 18%;
}

.two-col .text h2 {
    margin-bottom: 5px;
    font-weight: 700 !important;
    letter-spacing: 0.02rem;
}

.two-col .text img {
    max-width: 105px;
}

.two-col .text p {
    font-size: 1.1rem;
}

.two-col .text p.mp {
    font-weight: 700;
    margin: 25px 0 0;
}

.two-col .text-1 img {
    margin-right: 6%;
}

.two-col .text-1 p {
    margin-right: 9% !important;
}

.two-col .text-1 p.mp {
    margin-right: 7% !important;
}

.two-col .text-1 p span {
    margin-right: 2% !important;
}

.two-col .text-1 p span.sp2 {
    margin-right: 5% !important;
}

section.gears .lens-col {
    background: url(../images/lens-galaxy.png) no-repeat;
    background-size: 100% 100%;
    padding: 440px 10px 35px;
}

.lens-col h2 {
    font-size: 2.7rem !important;
}

.lens-col p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
}

section.gears .alpha-cam {
    margin: 60px 0;
}

section.gears .alpha-col {
    background: url(../images/alpha6700-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 90px 50px;
}

.alpha-col img {
    margin-bottom: 25px;
    max-width: 220px;
}

.alpha-col h3 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
}

.alpha-col p {
    font-size: 1.2rem;
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
}

.other-col [class*="colm-"] {
    height: 240px;
}

.other-col .colm-1 {
    background: url(../images/cinema-series.png) no-repeat;
    background-size: 100% 100%;
}

.other-col .colm-2 {
    background: url(../images/xperia.png) no-repeat;
    background-size: 100% 100%;
}

.other-col .colm-3 {
    background: url(../images/others.png) no-repeat;
    background-size: 100% 100%;
}

.lens-clean {
    margin: 80px 0;
}

.lens-clean p {
    font-size: 1.3rem;
}


.btn-orange {
    background: url(../images/btn-bg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 3px 18px;
}
.booked {
    background: url(../images/btn-bg-booked.png) no-repeat;
    background-size: 100% 100%;
}
.nav-link font {
    font-size: 1.2rem;
    color: #dd643b;
}
section.photo-contest {
    margin: 80px 0;
}
section.photo-contest .wrapper {
    padding-top: 70px;
    padding-bottom: 25px;
    border-radius: 65px;
}

section.photo-contest .wrapper .inner {
    padding: 0 50px;
}

section.photo-contest .nav-tabs {
    border: none;
}

section.photo-contest .nav-tabs .nav-link {
    background: url(../images/contest-nav-bg.png) no-repeat !important;
    background-size: 100% 100% !important;
    color: #000;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    padding: 5px 60px;
    font-size: 1.2rem;
}

section.photo-contest .nav-tabs .nav-link.active {
    background: url(../images/contest-nav-active-bg.png) no-repeat !important;
    background-size: 100% 100% !important;
    color: #fff;
}

section.photo-contest .nav-tabs .nav-item:first-of-type .nav-link {
    background: url(../images/contest-nav-bg-left.png) no-repeat !important;
    background-size: 100% 100% !important;
}

section.photo-contest .nav-tabs .nav-item:first-of-type .nav-link.active {
    background: url(../images/contest-nav-left-active-bg.png) no-repeat !important;
    background-size: 100% 100% !important;
}

section.photo-contest .circle-nav {
    margin-top: 40px;
}

section.photo-contest .circle-nav .nav-link {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
}

section.photo-contest .nav-tabs .nav-link span {
    display: block;
}

section.photo-contest .cont-steps {
    max-width: 535px;
    margin: 40px auto 0;
}

.cont-steps .step {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    color: #dd643b;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.cont-steps .text {
    padding-left: 20px;
    border-left: 2px solid #afafaf;
    padding-bottom: 35px;
}

.cont-steps .text h3 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem !important;
}

.cont-steps .text p {
    margin-bottom: 0;
    font-size: 1.1rem;
}
.cont-steps .text li {
    font-size: 0.9rem;
}
section.lucky-draw, section.partner {
    margin: 80px 0;
}

section.lucky-draw .section-title p {
    font-size: 1.3rem;
}

section.lucky-draw .box {
    text-align: center;
    border-radius: 55px;
    background: rgba(255, 255, 255, 0.23);
    margin-top: 60px;
    padding: 0 100px 40px;
}

section.lucky-draw .box .box-label {
    font-weight: 700;
    font-size: 1.5rem;
    max-width: 405px;
    padding: 2px 20px;
    margin: 0 auto;
    position: relative;
    top: -22px;
}

section.lucky-draw .box .box-label.orange {
    color: #fff;
    background: url(../images/orange-label.png) no-repeat;
    background-size: 100% 100%;
}

section.lucky-draw .box .box-label.white {
    color: #dd643b;
    background: url(../images/white-label.png) no-repeat;
    background-size: 100% 100%;
}

section.lucky-draw .box .voucher {
    width: 100%;
    max-width: 405px;
}

section.lucky-draw .box .in-box {
    margin-top: 20px;
    text-align: left;
    padding-right: 20px;
}

section.lucky-draw .box .in-box .prod-img {
    margin-left: -50px;
    width: calc(100% + 50px);
    max-width: unset;
}

section.lucky-draw .box .in-box.pink {
    background: url(../images/gradient-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

section.lucky-draw .box .in-box.orange {
    background: url(../images/orange-gradient2.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 35px;
}

section.lucky-draw .box .in-box h3 {
    font-size: 3rem !important;
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 0px !important;
}

section.lucky-draw .box .in-box .logo {
    max-width: 180px;
    margin-bottom: 15px;
}

section.lucky-draw .box .in-box p {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    h2 {
        font-size: 2rem !important;
    }
    .section-title p {
        font-size: 0.8rem !important;
    }
    .bottom-btn {
        font-size: 1rem !important;
        border-radius: 0 0 10px 10px !important;
    }
    section.banner .info-cont h3 {
        font-size: 1.2rem !important;
    }
    section.banner .info-col-1 {
        margin-right: -8px;
    }
    section.banner .info-col-2 {
        margin-left: -8px;
    }
    section.banner p {
        font-size: 0.8rem;
    }
    section.banner .info-col h2 {
        font-size: 24px !important;
        margin-bottom: 0;
    }
    section.banner .info-col {
        border-radius: 20px 0 0 20px;
        padding: 12px 12px;
    }
    section.banner .info-col-2 {
        border-radius: 0 20px 20px 0;
    }
    section.banner h1 {
        margin-top: 50px;
    }
    section.banner .wrapper {
        padding-bottom: 30px;
    }
    section.benefit {
        margin-top: 40px;
    }
    .benefit-col {
        padding: 15px 0px;
        margin-top: 20px;
    }
    .benefit-col .img {
        height: 75px;
        max-width: 75px;
        border-radius: 0px;
        padding: 0px;
        margin: 0 auto 0px;
    }
    .benefit-col h3 {
        font-size: 0.5rem !important;
    }
    section.benefit .workshops {
        border-radius: 65px;
        padding: 25px 15px;
        margin: 60px -15px 0;
    }
    .workshops .guest {
        font-size: 1rem !important;
    }
    .schedule .nav-tabs .nav-link {
        font-size: 0.8rem;
    }
    .schedule .nav-tabs .nav-link span {
        font-size: 1.2rem;
    }
    .schedule .sch-col {
        padding: 0px 4px 0px 0px;
    }
    .sch-col .top h3 {
        font-size: 1.2rem !IMPORTANT;
    }
    .sch-col .top {
        padding-bottom: 5px;
    }
    .sch-col .top p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    .sch-col .bottom h3 {
        margin: 5px 0 0;
        font-size: 1.2rem !IMPORTANT;
    }
    .sch-col .bottom p:not(.category) {
        font-size: 0.7rem;
        max-width: 160px;
    }
    .sch-col .bottom p.category {
        font-size: 0.7rem;
        margin: 2px 0 3px;
    }
    .sch-col .img img {
        border-radius: 20px 0 0 20px;
    }
    .sch-col .text .label {
        font-size: 0.7rem !important;
        width: 94px;
        height: 30px;
    }
    section.gears .section-title h2 {
        margin-bottom: 5px;
    }
    section.gears .section-title p {
        font-size: 0.8rem;
    }
    section.gears .prod {
        margin-top: 50px;
    }
    section.gears .cam-col {
        margin: 50px 0;
    }
    .two-col .text h3 {
        font-size: 0.6rem !important;
    }
    .two-col .text h2 {
        font-size: 1.3rem !important;
    }
    .two-col .text img {
        max-width: 50px;
    }
    .two-col .text p {
        font-size: 0.59rem;
    }
    .two-col .text p.mp {
        margin: 5px 0 0;
    }
    section.gears .two-col {
        padding-top: 56%;
    }
    .lens-col h2 {
        font-size: 1.3rem !important;
        margin-bottom: 15px;
    }
    .lens-col h3 {
        font-size: 0.9rem !important;
    }
    .lens-col p {
        font-size: 0.6rem;
    }
    section.gears .alpha-col {
        padding: 60px 15px;
    }
    .alpha-col img {
        margin-bottom: 15px;
        max-width: 100px;
    }
    .alpha-col h3 {
        font-size: 0.85rem !IMPORTANT;
    }
    .alpha-col p {
        font-size: 0.6rem;
    }
    .other-col [class*="colm-"] {
        height: 115px;
    }
    .lens-clean p {
        font-size: 0.8rem;
    }
    .lens-clean {
        margin-bottom: 50px;
    }
    section.photo-contest .wrapper {
        padding-top: 45px;
        padding-bottom: 20px;
        border-radius: 30px;
        margin: 0 -15px;
    }
    section.photo-contest .wrapper .inner {
        padding: 0 20px;
    }
    section.photo-contest .nav-tabs .nav-link {
        padding: 5px 40px;
        font-size: 0.8rem;
    }
    .cont-steps .step {
        font-size: 1.2rem;
    }
    .cont-steps .text h3 {
        font-size: 1rem !important;
    }
    .cont-steps .text p {
        font-size: 0.7rem;
    }
    .cont-steps .text li {
        font-size: 0.7rem;
    }
    section.photo-contest .circle-nav .nav-link {
        padding: 0;
        width: 15px;
        height: 15px;
    }
    section.photo-contest .circle-nav {
        margin-top: 30px;
    }
    section.lucky-draw .box {
        padding: 0 25px 25px;
        border-radius: 30px;
        margin-top: 30px;
    }
    section.lucky-draw .box .box-label {
        font-size: 1rem;
        top: -16px;
    }
    section.lucky-draw .box .in-box h3 {
        font-size: 1.7rem !important;
    }
    section.lucky-draw .box .in-box .prod-img {
        margin-left: -20px;
        width: calc(100% + 20px);
    }
    section.lucky-draw .box .in-box .logo {
        max-width: 100px;
        width: 100%;
    }
    section.lucky-draw .box .in-box p {
        font-size: 0.8rem;
    }
    section.lucky-draw .box .in-box.orange {
        padding-top: 20px;
    }
}


/*New CSS*/
.banner .info-cont .day1 {
    padding-right: 5px !important;
}
.banner .info-cont .day2 {
    padding-left: 5px !important;
}

.benefit-col h3 {
    font-size: 1.05rem !important;
    color: #fff;
    margin: 0;
    height: 40px;
}
.text-orangeSony {
    color: #dd643b;
    margin-bottom: 10px !important;
}
.workshops h3.text-black {
    font-family: 'SST W01 Bold';
    font-weight: bold;
    margin-bottom: 0px;
}
.workshops .guest {
    background: #dd643b;
    color: #fff;
    border-radius: 12px;
    font-size: 3rem !important;
    display: inline-block;
    padding: 2px 10px;
    position: relative;
    bottom: -25px;
    width: 100%;
    font-family: 'SST W20 Medium';
}
.workshops .section-title .img.mb5 .guest {
    max-width: auto !important;
    margin: auto;
}
.font-p-h3 {
    font-size: 24px !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;
}
.first-bg {
    
    background-color: #000 !important;
    background-image: url(../images/top-body-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.second-bg{
    background-color: #000 !important;
    background-image: url(../images/product-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
section.gears {
    padding: 0 7%;
}
section.photo-contest {
    padding: 0 7%;
}
section.lucky-draw, section.partner, section.lens-cleaning {
    padding: 0 7%;
}
.box h2 {
    margin-bottom: 0px !important;
    line-height: 1;
    font-size: 56px !important;
    margin-top: 15px;
}
.lucky-draw {
    background-color: #000 !important;
    background-image: url(../images/bottom-body-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.partner-box {
    text-align: center;
    border-radius: 55px;
    background: white;
    margin-top: 90px;
    padding: 40px 100px;
}
.partner-title {
    font-size: 1.5rem;
}
.box p {
    font-size: 1.5rem;
}
.logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    gap: 2rem;
  }
  .logos a {
    min-width: 140px;
    max-width: 140px;
    text-align: center;
  }
  .logos a:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .winup {
    font-size: 1.3rem;
  }
  #cleaning .nav-tabs {
    border: none;
    margin-bottom: 30px;
  }
  #cleaning .nav-tabs .nav-link span {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
}
#cleaning .nav-tabs .nav-item:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
#cleaning .nav-tabs .nav-item {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 3px solid #5b5857;
}
#cleaning .nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: none;
    padding: 4px 0;
    margin: auto;
}
.booked-text {
    margin-top: -15px;
}



/*Promotions*/
.promos-title {
    margin-top: 60px;
    margin-bottom: 0px !important;
}
.promos-title .text-gradient {
    margin-bottom: 0px !important;
}
.videography {
    padding-top: 40px;
}

.videography .section-title,.lenses .section-title, .alpha-camera .section-title {
    margin-bottom: 30px;
}
 .lenses .section-title {
    margin-top: 90px;
}
.videography .section-title, .alpha-camera .section-title {
    margin-top: 60px;
}
.videography .section-title .text-white,.lenses .section-title .text-white, .alpha-camera .section-title .text-white {
    text-decoration: underline;
    text-decoration-thickness: 4%;
    text-underline-offset: 5px;
    margin: auto;
    text-transform: uppercase;
}
.videography .row, .lenses .row, .alpha-camera .row {
    gap: 2rem;
}
.videography .row .col-5, .lenses .row .col-5, .alpha-camera .row .col-5 {
    background: url('../images/promos-bg.png');
    background-size: 100% 100%;
    padding: 4px 4px;
}
.prod-title {
    margin: 15px 0 5px 0;
    font-size: 22px;
    line-height: 1.2;
}
.prod-desc {
    font-size: 18px;
}
.prod-price {
    margin-bottom: 15px;
    font-size: 20px;
}
.prod-price font {
    margin: 10px 0 5px 0;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'SST W01 Medium';
    color: #a7a7a7;
    text-decoration: line-through;
}
.prod-promos {
    line-height: 1.0;
    margin: auto;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc3a1a;
}
.prod-promos font {
    font-family: 'SST W01 Roman';
    margin-left: 6px;
}
.prod-promos p {
    font-family: 'SST W01 Roman';
    color: white;
    line-height: 1;
    margin-bottom: 0px;
    font-size: 18px;
}
.prod-promos p span {
    font-family: 'SST W01 Bold';
}
.with-gifts {
    height: 120px;
}
.with-gifts img {
    width: 90%;
}

.lenses .prod-img {
    width: 80%;
    margin: auto;
}
.lenses .prod-img img {
    height: 120px;
}
.h80 img {
    margin-top: 35px;
}
.h-zve1 img {
    margin-top: 38px;
}
.h-zve1l img {
    margin-top: 31px;
}
.color-plate span {
    border: 1px solid rgba(0,0,0,0.12);
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 1px;
}
.s-white {
    background-color: #fff;
}
.s-black {
    background-color: #1f2024;
}


@media (max-width: 767px) {
    .videography .section-title, .lenses .section-title {
        margin-top: 60px;
    }
     .alpha-camera .section-title {
        margin-top: 30px;
    }
    #cleaning .nav-tabs .nav-link span {
        font-size: 1.2rem;
    }
    #cleaning .nav-tabs .nav-link {
        font-size: 0.8rem;
    }
    .btn-orange {
        font-size: 0.9rem;
        padding: 3px 5px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .nav-link font {
        font-size: 0.9rem;
    }
    #cleaning .nav-tabs .nav-item {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 3px solid #5b5857;
    }
    section.gears {
        padding: 0 6%;
    }
    section.photo-contest {
        padding: 0 6%;
    }
    section.lucky-draw, section.partner, section.lens-cleaning {
        padding: 0 6%;
    }
.benefit-col h3 {
    font-size: 13px !important;
    height: 30px;
}
.workshops h3.text-black {
    font-size: 24px !important;
}
.banner .info-cont .day1 {
    padding-right: 10px !important;
}
.banner .info-cont .day2 {
    padding-left: 10px !important;
}
.workshops .guest {
    font-size: 1.2rem !important;
    bottom: -20px;
}
section.benefit .workshops {
    background-size: 101% 66%;
}
.benefit .benefit-cols {
    padding: 0 4px !important;
}
.partner-box {
    border-radius: 30px;
    padding: 25px 50px;
}
.partner-title{
    font-size: 1rem;
    margin-bottom: 25px;
}
.box p {
    font-size: 1rem;
}
.second-bg {
    background-color: #000 !important;
    background-image: url(../images/product-bg.jpg);
    background-size: 100% 62%;
    background-repeat: no-repeat;
}
}

@media (max-width:568px) {
    .h80 img {
        margin-top: 20px;
    }
    .h-zve1 img {
        margin-top: 17px;
    }
    .h-zve1l img {
        margin-top: 15px;
    }
    .lenses .prod-img img {
        height: 90px;
    }
    .videography .row, .lenses .row, .alpha-camera .row {
        gap: 0.7rem;
    }
    .prod-img {
        width: 70%;
        margin: auto;
    }
    .prod-desc {
        font-size: 13px;
        line-height: 1.2;
    }
    .prod-price {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .prod-price font {
        font-size: 15px;
    }
    .prod-promos {
        height: 40px;
        font-size: 16px;
    }
    .prod-promos p {
        font-size: 16px;
    }
    .splide__arrow {
        height: 1.2em !important;
        width: 1.2em !important;
    }
    .splide__arrow--next {
        right: 0em;
    }
    .splide__arrow--prev {
        left: 0em;
    }
    .with-gifts {
        height: 100px;
        width: 90%;
    }
    .with-gifts img {
        width: 95%;
    }
    .with-gifts div {
        margin-left: 5px;
    }
    .with-gifts div p:first-child {
    color: white;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
    }
    .with-gifts div p:last-child {
        color: white;
        text-align: left;
        line-height: 1.2;    
        }
}
@media (max-width: 426px) {
    .booked-text {
        margin-top: -20px;
    }
.logos a {
    width: 90px;
    height: 90px;
    min-width: auto;
    position: relative;
}
.logos a:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }
.logos a img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sch-col .top {
    width: 90%;
}
#cleaning .nav-tabs .nav-item {
    padding-left: 5px;
    margin-left: 5px;
}

.prod-promos font {
    font-family: 'SST W01 Roman';
    margin-left: 4px;
}
.promos-sec > h3 {
    font-size: 0.8rem !important;
    margin-bottom: 10px !important;
}
.videography {
    padding-top: 10px;
}
.videography .section-title .text-white, .lenses .section-title .text-white, .alpha-camera .section-title .text-white {
    font-size: 1rem !important;
}
.prod-title {
    margin: 10px 0 5px 0;
    font-size: 1rem;
}
.prod-desc {
    font-size: 11.5px;
}
.lenses  .long-text {
    font-size: 11px;
}
.prod-promos {
    height: 30px;
    font-size: 12px;
}
.prod-promos p {
    font-size: 12px;
}
.with-gifts {
    height: 70px;
    width: 90%;
}
.with-gifts img {
    width: 85%;
}
.videography .section-title, .lenses .section-title, .alpha-camera .section-title{
    margin-bottom: 20px;
}
.prod-price {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
}
}


@media (max-width: 330px) {
    section.banner .info-col {
        padding: 10px 5px;
    }
    section.benefit .workshops {
        border-radius: 55px;
        padding:20px 15px;
    }
    .sch-col .top h3 {
        font-size: 1.05rem !important;
    }
    .sch-col .bottom h3 {
        font-size: 1rem !important;
    }
    .cont-steps .text p {
        font-size: 0.85rem !important;
    }
    .cont-steps .text li {
        font-size: 0.8rem !important;
    }
    .sch-col .text .label {
        height: 25px !important;
    }
    .sch-col .text .label {
        right: -38px;
    }
    .partner-box {
        padding: 25px !important;
    }
    section.lucky-draw .box .in-box h3 {
        font-size: 1.5rem !important;
    }
    section.lucky-draw .box {
        padding: 0 15px 25px;
    }
    .box p {
        font-size: 16px;
    }
    section.lucky-draw .box .in-box.pink {
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .lens-clean p {
        font-size: 0.89em;
    }
    section.banner .info-cont h3 {
        font-size: 1.15rem !important;
    }
    .btn-orange {
        font-size: 0.7rem;
    }
    .nav-link font {
        font-size: 0.7rem;
    }
    .benefit-col h3 {
        font-size: 12px !important;
        height: 25px;
    }
}







#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 .3s, 
      opacity .5s, visibility .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;
  }

  @media (min-width: 500px) {
    #button {
      margin: 30px;
    }
  }