@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400&display=swap');

:root {
    --light-color: #fff;
    --btn-text-color: #fff;
    --btn-background-color: #red;
    --purple-color: linear-gradient(to top, #ffffff, #885bc8, #542791);
    --background-image: url('/images/background_image.jpeg');
    --button-color: #542791;
    --welcome-background-image : url('/images/background_image.jpeg');
    --primary-font: "proximus-regular";
}

@font-face {
    font-family: 'Berber king';
    src: url(../fonts/berber-king.ttf);
}

@font-face {
    font-family: 'proximus-bold';
    src: url('../fonts/Proximus-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'proximus-regular';
    src: url('../fonts/Proximus-Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'proximus-light';
    src: url('../fonts/Proximus-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'BrusselineBol';
    src: url('../fonts/BrusselineBol.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('../fonts/TradeGothic.otf');
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% {  transform: rotate(359deg); }
}

.spinner {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: rotate(0deg) scale(0, 0);
    }
    100% {
        transform: rotate(360deg) scale(1, 1);
    }
}

body {
    font-family: var(--primary-font) !important;
    margin: 0;
    padding: 0;
    height: 100dvh;
}


#landscape-screen {
    display: none;
    z-index: 100;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #ffffff;
    color: #000;
    text-align: center;
}

.circle {
    border-radius: 50% !important;
    border: 1.5px solid #FFFFFF;
}

.mt-25 {
    margin-top: 33px;
}

.padding_36 {
    padding: 30px 20px 36px 20px;
}

.grid {
    display: grid;
}

.grid-template-columns-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 33px;
}

.grid-template-columns-2::-webkit-scrollbar {
    display: none;
}

.h2_title {
    font-size: 20px;
    line-height: 27px;
    color: var(--light-color);
    margin-top: 14px;
}

.main-wrapper {
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100dvh;
}

.bg_overlay::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-size: cover;
}

.img-box {
    height: 143.55px;
    width: 177px;
}

.meet_team_wrapper {
    /* background-image: var(--background-image); */
    display: flex;
    flex-direction: column;
    /* gap: 12vh; */
    /* min-height: 100vh; */
}

.team_inner_box .user_img{
    text-align: center;
}


.header_logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.team_title {
    font-size: 27px;
    font-weight: 500;
    line-height:25px;
    text-align: center;
    color: var(--light-color);
    font-weight: bold;

}


.title-background{
    background-color: white;
    padding-left: 24px;
    border-radius: 12px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.user_img img {
    height: 154px;
    width: 154px;
    border-radius: 5px;
    object-fit: contain;
    background: white;
}

.register_header {
    display: flex;
    align-items: center;
    gap: 46px;
}

.register_form {
    width: auto;
    margin: auto;
}

.form-box label {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: var(--light-color);
}

.form-box input::placeholder {
    font-size: 18px;
    opacity: 100%;
    color: #acacac;
}

.form-box .inputs {
    padding: 11px 13px 11px 13px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000029;
    height: 44px;
}

.btn_submit {
    background: var(--btn-background-color) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 27px;
    color: var(--btn-text-color) !important;
    box-shadow: 0 0 10px #00000029;
    width: 154px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 0 !important;
    margin-top: 33px;
}
.like-color{
    background: var(--light-color) !important;
}

.img_preview {
    min-height: 100dvh;
    background-position: 76% 32%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 159px;
    background-repeat: no-repeat;
}

.user_border {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}


.user-box {
    gap: 10px;
}



.user_preview {
    height: 66px;
    width: 66px;
    /* background: #fff; */
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 50%;
}

.user-img-box {
    height: 60px;
    width: 60px;
}

.user-img-box img {
    width: 60px !important;
    height: 100%;
    object-fit: contain;
}

.capture_button img {
    padding: 5px;
    object-fit: contain;
}

.imgLivePreview {
    min-height: 100dvh;
    background-size: cover;
    background-position: 88% 100%;
}

.img_live_preview img {
    transform: scale(1.3);
}
.form-group {
    margin-bottom: 6px !important;
}

.livePreview-slide {
    margin-top: 70px;
    margin-left: 23px;
    padding-right: 30px;
}

.preview_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .preview_logo img {
    width: 90px;
    height: 90px;
} */

.preview-title {
    background: #FFFFFF;
    width: 316px;
    font-size: 25px;
    padding: 10px 10px 10px 10px;
    color: var(--purple-color);
    display: flex;
    justify-content: center;
    transform: rotate(-3deg);
    margin-top: -6px;
}

.preview-text {
    color: #FFFFFF;
    width: 116px;
    text-align: center;
    font-weight: 300;
}

.preview-text span {
    font-weight: 400;
}

.thankYou-wrapper {
    flex-direction: column;
}

.thanYou-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 7px;
    padding-right: 33px;
    padding-left: 33px;
    border-radius: 14px;
    padding-bottom: 16px;
}

.thanYou-title {
    color: var(--light-color);
    font-size: 30px;
    width: 260px;
}

.thankYou-btn {
    background: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 10px #00000029;
    color: var(--button-color);
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}

.logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.padding_view {
    padding: 36px 36px 0 36px;
}

@media only screen and (min-width: 980px) {

    .team_box,
    .register_header,
    .desk_width,
    .header_logo {
        width: 332px;
        margin: auto;
    }
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

@media only screen and (max-width: 380px) {
    .user_img img {
        height: 140px;
        width: 140px;
    }

    select.input-box,
    .input-box::placeholder{
        font-size: 4vw !important;
    }
}

.no-camera-preview {
    background-image: var(--purple-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-white)
}

.bottom-user {
    position: absolute;
    bottom: 110px;
    padding: 5px 16px;
    background: rgba(0, 0, 0, .4);
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 5px 15px;
    left: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    height: 92px;
    bottom: 25px;
}

.fixed-user {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 126px;
}

.user-shadow {
    box-shadow: rgba(0, 0, 0, 0.50) 0px 15px 25px,
        rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

.button-container {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.artist_list_container {
    padding-bottom: 20vh;
}

.live_img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
}

.live_img img {
    width: 85% !important;
    /* aspect-ratio: 2/3; */
    object-fit: contain;
}

.img-preview {
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-position: center;
    border-radius: 5px;
    /* width: 220px !important;
    height: 391px !important; */
}

.img-preview img {
    object-fit: contain;
    overflow: hidden;
    border-radius: 5px;
}

.blank_height {
    height: 280px;
}

.button-container {
    flex-direction: column;
    margin-top: 50px;
}

.button-container .btn_submit {
    margin-top: -10px !important;
    width: 193px;
    height: 45px;
    font-size: 24px !important;
}

.live_img {
    top: 50% !important;
}

.back-div {
    width: 41px;
    height: 35px;
    background: rgba(0, 0, 0, .4);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 5px 15px;
    padding: 7px;
    display: flex;
    justify-content: center;
}

.back-div img {
    width: 100%;
    height: 100%;
}

.form_submit {
    width: 278px !important;
    /* height: 46px !important; */
    border-bottom-right-radius: 22px !important;
    padding: 9px 10px !important;
}

.update_logo {
    position: static !important;
    transform: unset !important;
}

.update_logo.live_img {
    height: auto !important;
}

.preview_wrapper {
    gap: 20px !important;
}

.preview-logo-div {
    height: 78px;
    width: 80%;
    margin: auto;
}

/* .preview_main {
    height: 47vh !important;
} */


.live_scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.frame-size{
    width: 100vw;
    position: absolute;
    z-index: -1;
    height: 100vh;
    padding: 15px;
    background: #30c3c3;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.user_preview.capture_button {
    padding: 10px;
    height: 55px;
    width: 55px;
}

.thank_folder {
    height: 85px;
    width: 89px;
    background: #fff;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 13px 1px #6b6969;
}

.live-view-page .bottom-actions{
    display: none;
}

.captured-img-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: overlay;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
    font-size: 60px;
    color: #fff;
}

.captured-img-wrapper .captured-img{
    transform: rotate(352deg);
    width: 70%;
    height: 75vh;
    position: absolute;
    border: 2px solid white;
    animation: zoom-in-zoom-out 0.5s ease-in-out;
}

.filter-page .captured-img-wrapper .captured-img {
    width: 65%;
}

.filter-page .photo-video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.filter-page .photo-video-wrapper .item-btn{
    padding: 5px;
}

.filter-page .photo-video-wrapper .item-btn.active{
    color : #c8ab54;
}

.left-0{
    left: 0;
}

.back-svg path {
    stroke: var(--color-primary);
}
.back-svg {
    rotate: 180deg;
    width: 40px;
    height: 40px;
}

.back-svg.back-arrow-light,
.back-svg.back-arrow-light path {
    stroke: var(--color-white);
}

.back-svg #Rectangle_255 {
    stroke: var(--color-primary);
}

/* .live-view-page .back-svg path, .team-page .back-svg path {
    fill: var(--color-white);
} */

.live-view-page .back-svg #Rectangle_255, .team-page .back-svg #Rectangle_255 {
    stroke: var(--color-white);
}

@media (orientation: portrait) {
    .rotate-screen-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #ffffffe6;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
    }
}

@media (orientation: landscape) {

    .live-view-page{
        display: flex;
    }
    .live-view-page>.main-header{
        display: none;
    }

    .live-view-page .logo-div{
        text-align: center;
    }

    .live-view-page>.photo-tool-section{
        display: none;
    }
    .live-view-page .bottom-actions{
        /*height: 100vh;*/
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background: #000;
        align-items: center;
    }

    .live-view-page .bottom-actions .photo-tool-section{
        padding: 0;
        flex-direction: column;
        color: white;
        height: unset;
    }

    .live-view-page .bottom-actions .photo-tool-btn-wrapper{
        display: flex;
        flex-direction: column;
    }

    .live-view-page .bottom-actions .main-btn{
        background: #fff;
        padding: 0.15rem .75rem;
        margin-top: 1rem;
        font-size: 16px;
        min-width: 150px;
    }

    #landscape-screen:not(.inactive) {
        display: flex !important;
    }

    .photo-video-section {
        display: flex;
        background-color: #000;
    }

    .photo-video-section.left {
        display: flex;
        flex-direction: row-reverse;
        background-color: #000;
    }

    .photo-video-section .back-arrow-wrapper{
        position: absolute;
        left: 0;
        z-index: 3;
    }

    .proximus-photo-section {
        background-color: var(--color-black);
        height: 100vh;
    }

    .proximus-photo-section.live-view-page .ph-vd-div{
        transition: all 0.5s ease-in-out 0s;
    }

    .proximus-photo-section.live-view-page video{
        transition: all 0.5s ease-in-out 0s;
    }
}


/* updated css */
.check-box-group label{
    font-size: 14px;
    color: #ffffffc4;
    display: flex;
    align-items: flex-start;
}
.check-box-group input{
    margin-right: 8px;
}

.form-box {
    margin-top: 52px;
}
.check-box-group{
    margin-top: 17px;
}

.proximus-section {
    background-image: var(--welcome-background-image) !important;
}

.WelcomeScreen .welcome-button-div {
    position: absolute;
    bottom: 140px;
    justify-content: center;
    display: flex;
    width: 100%;
}

.mask-wrapper{
    position: absolute;
    right: 15px;
}

.mask-wrapper .mask-switch-item{
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin-bottom: 10px;
}

.mask-wrapper .mask-switch-item.active{
    background: #fff;
    color: #000;
}

.record-time-button{
    width: 42px;
    height: 42px;
    color: #fff;
    background-color: #fa0000;
    border-radius: 50%;
    padding: 10px 10px;
    font-size: large;
}

.record-icon {
    padding-top: 10px;
    padding-left: 45px;
    position: absolute;
    z-index: 9;
}
.record-icon img{
    width: 25px;
    height: 25px;
}

.btn.main-btn.upload-btn.primary-btn {
    border-radius: 2px 2px 18px 2px;
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
}

.photo-tool-btn-wrapper .upload-btn.secondary-btn {
    color: var(--color-primary);
    font-family: var(--primary-regular);
    background-color: var(--color-white);
    border-color: var(--color-primary);
    border-radius: 2px 2px 2px 2px;
}

.share-icon-div{
    display: flex;
    justify-content: space-evenly;
}
.share-text{
    color: #fff;
}

@media only screen and (max-width:480px) {
    
.captured-img-wrapper .captured-img{
    width: 80%;
    height: 80%;
}

}
@media only screen and (max-width:380px) {
    
.captured-img-wrapper .captured-img{
    width: 67%;
}

}