@font-face {
    font-family: "ProximaRegular";
    src: url('../font/Proxima\ Nova\ Regular.otf');
}

@font-face {
    font-family: "Bodoni";
    src: url('../font/Bodoni72C.otf');
}

@font-face {
    font-family: "Bodoni-2";
    src: url('../font/Bodoni72C-Bold.otf');
}

.gray {
    filter: grayscale(100%) contrast(90%) opacity(85%);
}

html {
    scroll-behavior: smooth;
}


b {
    font-family: "Bodoni-2"!important;
}

span {
    font-family: "Bodoni" !important;
}

* {
    font-family: "ProximaRegular" !important;
  scroll-margin-top: 40px;
}



#border-bottom>li>div {
    display: inline-block;
}

#border-bottom>li>div>div {
    height: 1.5px;
    width: 100%;
    margin-top: -6px;
    background-color: #E2146B;
    display: none;
}

#border-bottom>li>div:hover div {
    display: block;
}

header {
    position: relative;
    z-index: 2;
}

.video-section {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.video-section__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-top {
    position: absolute;
    right: -100px;
    top: -100px;
    transform: rotate(-4deg);
    opacity: 20%;
}

.video-bottom {
    position: absolute;
    left: -100px;
    bottom: -100px;
    transform: rotate(-4deg);
    opacity: 20%;
}

.video-bottom-2 {
    display: none;
}

.circle {
    max-width: 579px;
    width: 50vw;
    height: 50vh;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.35);
    filter: blur(200px);
}

/*kwork end*/

#flagContain {
    display: none;
}

@media only screen and (max-width: 768px) {

    .video-top {
        position: absolute;
        right: 0;
        top: -100px;
        transform: inherit;
        opacity: 30%;
    }

    .video-bottom {
        position: absolute;
        left: 0;
        bottom: -20px;
        transform: inherit;
        opacity: 30%;
    }

    .video-bottom {
        display: none;
    }

    .video-bottom-2 {
        display: block;
    }
}

.wrapper, .header-wrapper {
    width: 100%;
    padding-inline: 20px;
    max-width: 1000px;
    margin: auto;
}

.header-wrapper {
    max-width: 1350px;
}

@media only screen and (min-width: 768px) {
    #MainContain {
        width: 85%;
        margin: auto;
    }
}

@media only screen and (min-width: 1024px) {
    #MainContain {
        width: 85%;
        margin: auto;
    }

    .wrapper, .header-wrapper {
        padding-inline: 100px;
    }
}