/* custom css  */

:root {
    --white: #ffffff;
    --black: #000000;
}

section :is(h1, h2, h3, h4, h5, h6, ul, li, a, p) {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    margin: 0 auto;
    padding: 0;
    background-color: var(--black);
}

body,
html {
    overflow-x: hidden;
}

h2,
h3,
h2 {
    font-family: "SST W01 Bold" !important;
}

section p {
    font-family: "SST W01 Roman";
}

.max-width-sony {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.site-btn {
    background-color: #000000;
    font-size: 20px;
    font-family: "SST W01 Bold";
    color: var(--white);
    text-transform: uppercase;
    border-radius: 10px;
    min-width: 215px;
    padding: 20px 30px;
    border: unset;
    transition: 0.3s all ease;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-bg {
    position: relative;
    z-index: 1;
    display: inline-flex;
    transition: 0.3s all ease;
}

.btn-bg::before {
    content: "";
    background-image: url(../images/bg-btn-grid.png);
    background-size: 100% 100%;
    border-radius: 12px;
    position: absolute;
    z-index: -1;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 100%;
}

.site-btn:focus {
    outline: unset;
}

.btn-bg:hover {
    transform: translateY(-3px);
}


/* SST W01 Bold
SST W01 Bold Italic
SST W01 Roman */


/* banner  */

.sst-bold {
    font-family: "SST W01 Bold" !important;
}

.sst-roman {
    font-family: "SST W01 Roman" !important;
}

.sst-medium {
    font-family: "SST W01 Medium" !important;
}

.sst-lignt {
    font-family: "SST W01 Light" !important;
}


/* banner  */

.padding-50 {
    padding: 50px 0;
}

.banner {
    padding-top: 100px;
}

.banner .title-img img {
    max-width: 515px;
    margin: auto;
}

.banner .title p {
    color: var(--white);
    font-size: 35px;
    /* max-width: 850px; */
    margin: 50px auto 0px;
}


/* slider-section  */

.slide-card .inner-content {
    background-color: #f1f1f1;
    border-radius: 25px;
    padding: 50px 30px;
}

.slide-card {
    max-width: 833px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.slide-card::before {
    background-image: url(../images/bd-card-grid.png);
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
}

.slide-card .card-img {
    position: relative;
    z-index: 1;
    padding: 15px 15px;
    max-width: 670px;
    margin: 0 auto 30px;
    background-image: url(../images/bg-img-grid.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 29px;
}

.slide-card .head-card .creater-name img {
    max-width: 230px;
    margin: auto;
}

.slide-card .head-card .creater-name.img-lg img {
    max-width: 400px;
}

.slide-card .head-card h4 {
    font-size: 30px;
    color: var(--black);
    font-family: "SST W01 Medium" !important;
    margin: 15px 0 8px;
}

.slide-card .head-card .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slide-card .head-card .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}

.slide-card .head-card .social-icons a svg {
    color: var(--white);
    max-width: 28px;
}

.slide-card .comma-text {
    position: relative;
}

.slide-card .comma-text .left-qoute {
    width: 45px;
    position: absolute;
    left: 25px;
    top: -35px;
}

.slide-card .comma-text .right-qoute {
    width: 45px;
    position: absolute;
    right: 26px;
    bottom: -34px;
}

.slide-card .comma-text h3 {
    font-size: 24px;
    max-width: 409px;
    margin: 50px auto 60px;
    min-height: 116px; /* 4 lines*/
}

.stay-btn {
    width: 100%;
    max-width: 300px;
}
.btn-bg.stay-btn .site-btn {
    background: transparent;
    color: var(--black);
    /* min-width: 300px; */
    width: 100%;
    max-width: 300px;
}

.btn-bg.stay-btn::before {
    background-image: url(../images/button-border.png);
    bottom: 0;
    right: 0;
    border-radius: 0;
}


/* slider section  */

.slider-section .title h2 {
    font-size: 65px;
    font-family: "SST W01 Roman" !important;
    color: var(--white);
    letter-spacing: 2px;
}

.slider-section .title .text-img img {
    max-width: 540px;
}

@media (min-width: 992px) {
    .slider-section .owl-theme .owl-dots {
        display: none;
    }
}

.slider-section .owl-theme .owl-dots {
    margin-top: 40px;
}

.slider-section .owl-theme .owl-dots .owl-dot.active span,
.slider-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--white) !important;
}

.slider-section .owl-theme .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    border: 1px solid var(--white) !important;
}

.slider-section .owl-theme .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: -6%;
}

.slider-section .owl-theme .owl-nav button svg {
    fill: #fff;
    width: 40px;
}

.slider-section .owl-theme .owl-nav button.owl-next {
    right: -5%;
    left: unset;
}

.slider-section .owl-theme .owl-nav button span {
    font-size: 100px;
    color: var(--white);
    font-weight: 300;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    border: unset;
}

.slider-section :focus-visible {
    outline: unset;
}


/* Dare Section */

section.dare {
    padding: 70px 0 50px;
}


/* Gear Section */

section.gear-sec .wrapper {
    background: url(../images/gradient-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-top: 30px;
}

section.gear-sec .title h2 {
    font-family: "SST W01 Roman" !important;
    font-size: 50px;
}

section.gear-sec .owl-dots {
    display: none;
}

section.gear-sec .gear-wrap {
    text-align: center;
}

section.gear-sec .gear-wrap .btn-wrap {
    margin-top: 40px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

section.gear-sec .gear-wrap .btg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -5px;
    bottom: 0;
    z-index: -1;
}

section.gear-sec .gear-wrap .site-btn {
    padding: 14px 22px;
    min-width: unset;
    font-size: 22px;
}

section.gear-sec .gear-wrap img {
    max-width: 100%;
    width: auto;
    height: 400px;
}

section.gear-sec .gear-wrap img {
    margin-left: auto;
    opacity: 0.7;
}

section.gear-sec .active .gear-wrap img {
    margin-right: auto;
    opacity: 1;
}

section.gear-sec .owl-item.active~.owl-item:not(.active) img {
    margin-right: auto;
    margin-left: unset;
}

section.gear-sec .owl-item.prev-slide img {
    margin-left: auto;
}

section.gear-sec .owl-nav button {
    position: absolute;
    top: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 1%;
}

section.gear-sec .owl-nav button svg {
    width: 40px;
    fill: #fff;
}

section.gear-sec .owl-nav button.owl-next {
    right: 1%;
    left: unset;
}
h3.creater-name{
    height: 36px;
}
@media (max-width: 1300px) {
    .slide-card .head-card .creater-name img {
        max-width: 165px;
    }
    .slide-card .head-card h4 {
        font-size: 20px;
    }
    .slide-card .head-card .social-icons a {
        width: 30px;
    }
    .slide-card .comma-text h3 {
        font-size: 16px;
    }
    .slide-card .comma-text .left-qoute,
    .slide-card .comma-text .right-qoute {
        width: 35px;
    }
    .btn-bg.stay-btn a {
        min-width: 220px;
    }
}

@media (max-width: 1199px) {
    .slide-card {
        width: 94%;
    }
    .slide-card .comma-text h3 span::before {
        left: -45px;
    }
    .slide-card .comma-text h3 span:last-of-type::before {
        right: -35px;
    }
    section.gear-sec .gear-wrap img {
        height: 270px;
    }
}

@media (max-width: 991px) {
    .banner .title p {
        font-size: 30px;
    }
    .banner .title-img img {
        max-width: 300px;
    }
    .slider-section .title h2 {
        font-size: 50px;
    }
    .slider-section .title .text-img img {
        max-width: 300px;
    }
    .slide-card .comma-text h3 {
        font-size: 26px;
        max-width: 445px;
    }
    .padding-50 {
        padding: 25px 0;
    }
    .banner {
        padding: 50px 0;
    }
    section.gear-sec .gear-wrap img {
        height: 220px;
    }
    h3.creater-name{
        height: 30px;
    }
    .slide-card .comma-text h3 {
        min-height: 156px;
    }
}

@media (max-width: 767px) {
    .slider-section .title h2 {
        font-size: 30px;
    }
    .slider-section .title .text-img img {
        max-width: 200px;
    }
    .slide-card .inner-content {
        padding: 20px 10px 30px;
    }
    .slide-card {
        width: 95%;
    }
    .slide-card .card-img {
        padding: 10px;
        margin-bottom: 20px;
    }
    .slide-card .head-card .creater-name img {
        max-width: 200px;
    }
    .slide-card .head-card h4 {
        font-size: 20px;
    }
    .slide-card .head-card .social-icons {
        gap: 8px;
    }
    .slide-card .head-card .social-icons a {
        width: 28px;
    }
    .slide-card .comma-text h3 {
        font-size: 18px;
        margin: 50px 0 50px;
        /* min-height: 70px; */
        min-height: 108px;
    }
    .slide-card .comma-text .left-qoute {
        left: 10px;
        top: -48px;
    }
    .slide-card .comma-text .right-qoute {
        right: 10px;
        bottom: -40px;
    }
    .btn-bg.stay-btn a {
        min-width: 250px;
    }
    .slider-section .owl-theme .owl-nav button span {
        color: var(--black);
        font-size: 75px;
    }
    .slider-section .owl-theme .owl-dot span {
        width: 12px !important;
        height: 12px !important;
        margin: 5px 4px;
        background-color: transparent !important;
        border: 1px solid var(--white) !important;
    }
    .site-btn {
        font-size: 20px;
        padding: 10px 15px;
    }
    .banner .title p {
        font-size: 17px;
        margin-top: 10px;
    }
    .slide-card::before {
        bottom: -7px;
        right: -7px;
    }
    .slider-section .owl-theme .owl-dots {
        margin-top: 20px;
    }
    .slider-section .owl-theme .owl-nav button svg {
        fill: var(--black);
    }
    .slider-section .owl-theme .owl-nav button {
        left: 2%;
    }
    .slider-section .owl-theme .owl-nav button.owl-next {
        right: 0%;
    }
    section.gear-sec .title h2 {
        font-size: 30px;
    }
    section.gear-sec .wrapper {
        padding: 30px 0;
        margin-top: 0px;
    }
    section.gear-sec .gear-wrap img {
        height: 190px;
    }
    section.gear-sec .gear-wrap .site-btn {
        font-size: 16px;
    }
    section.gear-sec .owl-nav button svg {
        width: 30px;
    }
    section.dare {
        padding: 50px 0;
    }
}


.no-btn {
    height: 64px;
}

@media screen and (max-width:450px) {
    .no-btn {
        height: 44px;
    }
}