/* @import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap'); */
@import url(https://api.fontshare.com/v2/css?f[]=melodrama@300,400,500,600,700&display=swap);
@import url(https://api.fontshare.com/v2/css?f[]=nunito@400&display=swap);
@import url(https://api.fontshare.com/v2/css?f[]=clash-display@400,500&display=swap);


@font-face {
    font-family: 'samarkan';
    src: url(font/samarkan-font/SAMAN___.woff2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

hr {
    background-color: #464646;
    height: 1px;
    border: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex {
    display: flex;
}

.none {
    display: none;
}

.visible {
    display: block;
}

.active .visible {
    display: none !important;
}

.active .none {
    display: block !important;
}

html {
    scroll-behavior: smooth;
    /* background: #000; */
}

body {
    color: #fefefe;
    overflow-x: hidden;
}

h1 {
    font-family: 'Clash Display', sans-serif;

}

header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    position: absolute;
    /* display: flex; */
    /* place-items: center; */
    /* background: #000000; */
    /* box-shadow: 0 3px 10px 0 rgba(0,0,0,.07); */
    z-index: 1;
    padding: 0 20px 0 20px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 10%, transparent);
}

header .headMain {
    display: flex;
    width: 100%;
    height: 100%;
    place-items: center;
    justify-content: space-between;
}

header .headLeft {
    display: flex;
}

header .site_name {
    display: flex;
    place-items: center;
    justify-content: space-between;
    padding: 0 0 0 23px;
}

header .site_name h1 {
    font-size: 5vh;
    color: inherit;
    letter-spacing: .02em;
    font-family: 'Samarkan' !important;
}


header .site_name span {
    display: inline-block;
    margin-left: 03px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50px;
    vertical-align: middle;
}

header .site_name hr {
    width: 40px;
    height: 1px;
    position: relative;
    margin-top: 8%;
    left: -1.5%;
    background-color: #000;
}

.video_content button,
header .main_links {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    outline: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-family: calibri;
    place-items: center;
    backdrop-filter: blur(10px);
}

header .main_links {
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

nav {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.vivdo_1st_img {
    width: 10%;
}

.header_links {
    color: #C7C4C4;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all cubic-bezier(0.5, 0.46, 0.68, 0.62) .4s;
}

.header_links:hover {
    background-color: #FFFFFF;

    font-weight: bold;
    border: none;
    transition: all cubic-bezier(0.5, 0.46, 0.68, 0.62) .2s;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: none;
    border-radius: 7%;
    /* margin-left: 10px; */
    z-index: 10;
    outline: none;
}

.hamburger {
    background-position: center;
    transition: background 0.7s;
}

.hamburger::after,
.hamburger::before {
    content: "";
    height: 20px;
    border-left: 1.6px solid #000;
    transform: rotate(90deg);
    margin: -3px;
    transition: transform 0.3s ease;
}

.hamburger--active::after {
    transform: rotate(135deg);
}

.hamburger--active::before {
    transform: rotate(45deg);
}

.main-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100vh;
    width: 250px;
    background-color: #141414;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    border-right: 1px solid #464646;
    z-index: 1;
}

.main-nav--active {
    transform: translateX(0);
}

.nav-text {
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 1rem;
    position: relative;
}

.nav-text a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: calibri;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-text:hover {
    background-color: rgba(144, 144, 144, 0.219);
    cursor: pointer;
}

.nav-menu-items {
    width: 100%;

}

.nav-icon {
    padding-right: 1rem;
    font-size: 1.35rem;
    color: #909090;
}

.nav-section .close {
    padding: 1rem;
    justify-content: space-between;
}

.nav-section {
    /* padding-bottom: 0vh; */
    /* height: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #464646;
}

.nav-section li:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 2px;
    height: 51.2px;
    border-radius: 0 3px 3px 0;
}


.video_slider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: none;
    outline: none;
    display: grid;
    /* box-shadow: 0 1px 7px 0rem rgba(0, 0, 0, 0.4); */
}

label {
    order: 2;
    text-align: center;
}

.video_controls {
    position: absolute;
    list-style: none;
    margin: 10px;
    display: none;
}

.video_controls svg {
    width: 50px;
    height: 50px;
}

.video_controls #pause_btn {
    display: none;
}

figcaption {
    display: flex
}

/* Fallback stuff */
progress[value] {
    border: none;
    color: dodgerblue;
    display: inline;
    height: 2px;
    position: inherit;
    width: 100%;
}

/* WebKit styles */
progress[value]::-webkit-progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25) inset;
}

progress[value]::-webkit-progress-value {
    background-image: linear-gradient(to right,
            #008cff, #62a7e0);
    border-radius: 3px;

    transition: width 1s linear;
}

/* Firefox styles */
progress[value]::-moz-progress-bar {
    background-image: -moz-linear-gradient(to right,
            #008cff, #acd4f5);
    border-radius: 3px;

    transition: width 1s linear;
}

footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #000000;
    align-items: center;
    padding: 20px;
}

.copyright {
    font-family: calibri;
    font-size: 13px;
    color: #C7C4C4;
    border-right: 1px solid #FFFFFF;
    padding-right: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer ul {
    display: flex;
    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    transition: all ease .7s;
}

footer .name_links {
    border-right: 1px solid #FFFFFF;
}

footer .icon_links {
    padding-left: 20px;
}

footer .name_links a {
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: calibri;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 2.7px;
    transition: all cubic-bezier(0.5, 0.46, 0.68, 0.62) .4s;
    cursor: pointer;
}

footer .name_links a:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    color: #171717;
    transition: all ease .7s;
}

footer li {
    padding: 0 7px 0 0;
}

.fill-f {
    fill: #fefefe;

}

.fill-b {
    fill: #000000;
}

svg {
    width: 22px;
    height: 22px;
    display: flex;
    fill: #fefefe;
}

.back_to_top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 37px;
    box-shadow: 0 3px 10px 0 #4f4f4f;
    backdrop-filter: blur(10px);
}

.back_to_top svg.BTT {
    stroke: #ffffff;
    cursor: pointer;
    fill: transparent;
}

/* @media used for responsive */
@media (max-width: 550px) {
    .hamburger {
        height: 30px;
        width: 30px;
        background-color: #fefefe;
    }

    header .site_name {
        padding: 0 0 0 10px;
    }

    header .main_links {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .video_slider {
        /* object-fit: cover; */
        width: 100%;
        /* height: 100%; */
    }

    .player {
        width: 35px;
        height: 35px;
        border-bottom-right-radius: 2px;
    }

    .player .fa {
        font-size: 16px;
    }
}

@media(max-width:1250px) {
    .box-container {
        width: 100%;
        padding: 10px;
    }
}

@media(max-width:1110px) {

    .lSAction>a {
        display: block !important;
    }
}

@media(max-width:780px) {

    nav {
        padding-left: 10px;
    }

    .r-nav a {
        display: none;
    }

    .text h1 {
        font-size: 50px;
        letter-spacing: 20px;
    }

    footer {
        flex-direction: column;
        width: 100%;
        padding: 20px 0px;
    }

    .copyright {
        border: none;
        border-bottom: 1px solid #FFFFFF;
        padding: 5px 2px;
        margin: 5px 5px 20px 5px;
    }

    footer ul {
        flex-wrap: wrap;
        justify-content: center;
    }


}

@media screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none;
        width: 4px;
        height: 5px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .15);
        border-radius: 10px;
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, .45)
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, .45)
    }
}

.nav-section-icons {
    width: 100%;
    height: auto;
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: center;
    position: fixed;
    bottom: 61px;
}

.nav-section-icons li {
    padding: 0 20px 0 0;
}

/* new design for trend player */
.trend_player {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* position: absolute; */
}

.trend_player:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(77deg, rgba(0, 0, 0, .6), transparent 85%);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 26.09%;
    top: 0;
    transition: opacity .5s;
}

/* working on video_content */
.video_content {
    position: absolute;
    align-items: center;
    bottom: 3vw;
    border: 0;
    display: flex;
    right: 0;
    list-style: none;
    padding: 20px;
    color: #fff;
    cursor: default;
    font-family: calibri;
    transition: .3s ease-in-out;
    gap: 20px;
    z-index: 1;
}

.vidEnd {
    position: absolute;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, hsla(0, 0%, 8%, 0) 0, hsla(0, 0%, 8%, .15) 15%, hsla(0, 0%, 8%, .35) 29%, hsla(0, 0%, 8%, .58) 44%, #141414 68%, #141414);
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    bottom: -1px;
    height: 14.7vw;
    opacity: 1;
    top: auto;
    width: 100%;
    padding: 20px;
}

.vidMain {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10vh;
}

.vidMain h1 {
    font-family: 'Samarkan' !important;
    /* letter-spacing: 3vw; */
    color: inherit;
    line-height: 14vw;
    font-size: 20vw;
}

.vidMain p {
    font-family: 'Nunito', sans-serif;
}

.videodiv {
    width: 100%;
    height: 100vh;
}

.video_content h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    font-family: 'Clash Display', sans-serif;

}

.video_content p,
.vidMain p {
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.25;
    font-family: 'Clash Display', sans-serif;
    padding: 1vw;
}


@media screen and (max-width: 480px) {
    .vidMain {
        padding: 5vh;
    }
    .vidMain h1 {
        line-height: 20vw;
        font-size: 15vh;
    }

    .vidMain p {
        font-size: 3vh;
    }
    .left-slide>div {
        padding: 10px;
    }
    .left-slide h1 {
        font-size: 20px;
    }
    .slider-container p.infoline {
        margin: 0;
        font-size: 15px;
    }
    .slider-container .action-buttons button {
        top: 80%;
    }
}


/* slide number 3 */
.div3,
.div4 {
    background: #141414;
    padding-bottom: 8vw;
}

.content h1 {
    margin-bottom: 10px;
}

.div3 .content,
.div4 .content {
    display: flex;
    width: 100%;
    height: 100%;
    place-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 5vw;
}

.div3 .imgContainer,
.div4 .imgContainer {
    width: 40vw;
    height: 40vw;
    border-radius: 2vw;
    overflow: hidden;
}


.div3 .left,
.div4 .right {
    padding: 1vw;
}


/* div3 ++ responsive */
@media screen and (max-width: 780px) {

    .div3 .imgContainer,
    .div4 .imgContainer {
        width: 80vw;
        height: 80vw;
    }

    .div3 .content,
    .div4 .content {
        display: grid;
        place-content: center;
    }

    .od .left {
        order: 2;
    }

}





/* quote */
.quote p,
.infoline {
    position: relative;
    display: inline-block;
    margin-bottom: 7.7rem;
    font-size: 1.4rem;
    /* text-wrap: balance; */
    font-style: italic;
}

.quote .qu:before {
    content: "“";
    top: 2rem;
    left: 2rem;
    transform: translate(-100%, -100%);
}

.quote .qu:after {
    content: "”";
    bottom: 0;
    right: 2rem;
    transform: translate(100%, 100%);
}

.quote span:before {
    content: "—";
    margin-right: 0.7rem;
}

.quote span:before {
    content: "—";
    margin-right: 0.7rem;
}

.quote p:before,
.quote p:after {
    position: absolute;
    font-size: 5.5rem;
    opacity: 0.6;
}






/* slider  */

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 50vh;
    /* display: flex; */
}

.left-slide {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.5s ease-in-out;
}

.left-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
}

.left-slide h1 {
    font-size: 4vw;
    margin-bottom: 10px;
    margin-top: -30px;
    font-family: 'Clash Display', sans-serif;
    text-wrap: balance;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    right: 35%;
    width: 65%;
    transition: transform 0.5s ease-in-out;
}

.right-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    width: 100%;
}

.slider-container button {
    background-color: #fff;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
}

.slider-container button:hover {
    color: #222;
}

.slider-container button:focus {
    outline: none;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 65%;
    top: 80%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}