/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/

/* --------------------------
!!  SITE  (font-family: '') 
FONT-WEIGHT !!
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
--------------------------- */
@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Regular.eot");
    src: local("Avenir Next Regular"), local("AvenirNext-Regular"),
      url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/AvenirNext-Regular.woff2") format("woff2"),
      url("../fonts/AvenirNext-Regular.woff") format("woff"),
      url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-DemiBold.eot");
    src: local("Avenir Next Demi Bold"), local("AvenirNext-DemiBold"),
      url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"),
      url("../fonts/AvenirNext-DemiBold.woff") format("woff"),
      url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Medium.eot");
    src: local("Avenir Next Medium"), local("AvenirNext-Medium"),
      url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/AvenirNext-Medium.woff2") format("woff2"),
      url("../fonts/AvenirNext-Medium.woff") format("woff"),
      url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Bold.eot");
    src: local("Avenir Next Bold"), local("AvenirNext-Bold"),
      url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/AvenirNext-Bold.woff2") format("woff2"),
      url("../fonts/AvenirNext-Bold.woff") format("woff"),
      url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
:root {
    --bs-primary: #484849;
    --bs-secondary: #882C74;
    --bs-gray: #8E8E93;
    --bs-gray-light:#D1D1D6;
    --bs-font-sans-serif: 'Avenir Next', system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-body-color: var(--bs-primary);
}
/* !!! Allow percentage-based heights in the application !!! */
html, body {
height: 100%;
padding: 0;
margin: 0;
}
/* !!! Typographic tweaks! ( Add accessible line-height & Improve text rendering ) !!! */

/* Firefox */
* {
    scrollbar-width: none;
    scrollbar-color: var(--bs-gray-light) #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 7px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-light);
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
body,
.main-wrapper {
    position: relative;
    overflow-x: hidden !important;
    width: 100%;
}
/* !!! Improve media defaults !!! */
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
/* !!! Remove built-in form typography styles !!! */
input, button, textarea, select {
font: inherit;
}
textarea {
    resize: none;
}
/* !!! Set core root defaults !!! */
html:focus-within {
scroll-behavior: smooth;
}
/* !!! A elements that don't have a class get default styles !!! */
a:not([class]) {
text-decoration-skip-ink: auto;
}
a, .btn, button {
cursor: pointer;
}
:focus, :active, .active {
outline: 0 none;
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, input, input:hover, input:focus, select, select:hover, select:focus, textarea, textarea:hover, textarea:focus, .btn, .btn:hover, .btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
text-decoration: none;
-webkit-text-decoration-skip: objects;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
transition: 0.4s ease-in-out;
}
.form-control:focus, .form-select:focus, [type="text"]:focus, [type="email"]:focus, [type="checkbox"]:focus, [type="password"]:focus, [type="file"]:focus, [type="radio"]:focus, [type="submit"]:focus, [type="date"]:focus, [type="time"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="button"]:focus, [type="number"]:focus, [type="reset"]:focus, textarea:focus, select:focus {
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner, [type="submit"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="button"]::-moz-focus-inner {
border: none;
padding: 0;
}
select, select:hover, select:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="search" i]::-webkit-search-cancel-button {
-webkit-appearance: none;
    display: none;
}
/* ============================================= */
/* !!!!          All MINIFY CSS             !!!! */
/* ============================================= */
a,
a:hover, a:focus {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p, li {
    font-size: 18px;
    font-style: normal;
    line-height: 23px;
    letter-spacing: -0.12px;
    color: var(--bs-gray);
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-style: normal;
margin: 0 0 20px 0;
font-weight: 500;
letter-spacing: 0.37px;
text-transform: capitalize;
}
ul, ol {
font-style: normal;
margin: 0 0 15px 0;
padding: 0 0 0 20px;
}
h1, .h1 {font-size: 20px;line-height: 22px;}
h2, .h2 {font-size: 19px;line-height: 24px;}
/* h3, .h3 {font-size: 20px;line-height: 27px;}
h4, .h4 {font-size: 18px; line-height: 24px;}
h5, .h5 {font-size: 16px;line-height: 24px;}
h6, .h6 {font-size: 14px;line-height: 18px;} */

/* ============================================= */
/* !!!!            All BTN CSS              !!!! */
/* ============================================= */
.btn {
    --bs-btn-font-size: 16px;
    --bs-btn-line-height: 22px;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--bs-gray-light);
    --bs-btn-border-radius: 5px;
    letter-spacing: -0.12px;
    padding: 14px 12px 12px;
    --bs-btn-focus-box-shadow: none;
    text-transform: uppercase;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.04);
    transition: 0.5s ease-in-out;
}

.btn-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--bs-gray-light);
    --bs-btn-hover-color:var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    min-width: 343px;
    max-width: 343px;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.04), 0px 3px 8px rgba(0, 0, 0, 0.12);
}   

.btn-secondary,
.btn-info {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--bs-primary);
    min-width: 343px;
    max-width: 343px;
}
@media (max-width: 575px) {
    .btn-primary, .btn-secondary, .btn-info  {
        min-width: 100%;
    }
}
/* ============================================= */
/* !!!!             MAIN WRAPPER            !!!! */
/* ============================================= */
.main_wrapper {
    /* max-width: 425px; */
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 856px;
    margin: 20px auto; */
    padding: 22px;
    margin: 0 auto;
    overflow: hidden;
}
.main_wrapper_inner {
    height: 100%;
    border-radius: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.main_wrapper_inner::-webkit-scrollbar {
    display: none;
}
@media (min-width: 992px) {
    .main_wrapper {
        max-width: 425px;
        height: 856px;
        margin: 15px auto;
    }
    .main_wrapper_inner {
        border-radius: 40px;
    }
}
@media (max-width: 991px)  {
    .main_wrapper  {
        background-image: none !important;
        padding: 0 15px 15px;
    }
    .main_wrapper_inner {
        border-radius: 0;
    }
}

@media (max-width: 435px) {
    /* .main_wrapper {
        max-width: 300px;
        padding: 12px;
        height: 604px;
    }
    .main_wrapper_inner {
        border-radius: 32px;
    } */
}
/* ============================================= */
/* !!!!           NAVIGATION MENU           !!!! */
/* ============================================= */
.navbar {
    --bs-navbar-padding-x: 19px;
    --bs-navbar-padding-y: 15px;
    --bs-navbar-color: var(--bs-primary);
    --bs-navbar-hover-color: var(--bs-secondary);
    --bs-navbar-active-color: var(--bs-secondary);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23882C74 ' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    border-bottom: 1px solid var(--bs-gray-light);
}
.navbar-brand {
    max-width: 200px;
}
.navbar-brand,
.navbar-toggler {
    z-index: 9999;
}
.navbar-toggler {
    padding: 0;
    border: 0;
}
.navbar-toggler-icon  {
    transition: 0.3s ease;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23882C74'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}
.navbar-nav {
    --bs-nav-link-padding-y: 0;
    position: absolute;
    right: -430px;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 110px 20px 10px;
    background-color: var(--bs-white);
    z-index: 999;
    transition: 0.1s ease-in-out;
} 
.navbar-collapse.show .navbar-nav {
    right: 0;
}
.navbar-nav .nav-item {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}
.navbar-nav .nav-item:not(:last-child) {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid var(--bs-secondary);
}

@media (max-width: 991px) {
    .navbar {
        --bs-navbar-padding-y: 12px;
        --bs-navbar-padding-x: 12px;
    }
    .navbar-nav {
        right: -800px;
        padding: 80px 16px 0;
    }
    .navbar-brand {
        max-width: 165px;
    } 
    .navbar-toggler-icon {
        transition: 0.5s ease;
    }
}
/* ============================================= */
/* !!!!           SELECT LANGUAGE           !!!! */
/* ============================================= */
.select_language {
    padding: 35px 19px 72px;
}
.language_box {
    margin-top: 10px;
}
.language_box a:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .select_language {
        padding: 20px 12px 40px;
    }   
}
@media (max-width: 575px) {
    .language_box {
        width: 100%;
    }   
}
/* More Information */
.more_information_wrapper {
    padding: 25px 12px 35px;
    background: linear-gradient(83.55deg, #882C74 5.08%, #AF539B 70.27%, #D87BC4 94.92%);
}
.more_info {
    position: relative;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.37px;
    color: var(--bs-white);
    z-index: 999;
}

/* -=-=-=-=-=-       VIDEO PAGE      -=-=-=-=-=- */
/* ============================================= */
/* !!!!                VIDEO                !!!! */
/* ============================================= */
.how_to_wrapper {
    padding: 31px 19px 173px;
}
.how_to_title a {
    margin-right: 20px;
}
.how_to_title {
    margin: 0 0 10px;
}
.how_to_title a svg {
    width: 30px;
    height: 30px;
}
.how_to_title h1 sup {
    font-size: 26px;
    font-weight: 400;
    top: 0;
}
.how_to_content p {
    /* max-width: 280px; */
    margin: 0 auto 15px;
}
.video_box .btn,
.how_to_content .btn {
    margin-top: 7px;
}

.how_to_content .btn[data-video-button="1"],
.how_to_content .nextbtn[data-video-button="2"],
.how_to_content .playbtn[data-video-button="2"],
.how_to_content .repeatbtn[data-video-button="2"],
.how_to_content .new_buton[data-video-button="2"],
.how_to_content .nextbtn[data-video-button="3"],
.how_to_content .playbtn[data-video-button="3"],
.how_to_content .repeatbtn[data-video-button="3"],
.how_to_content .new_buton[data-video-button="3"],
.how_to_content .nextbtn[data-video-button="4"],
.how_to_content .playbtn[data-video-button="4"],
.how_to_content .repeatbtn[data-video-button="4"],
.how_to_content .new_buton[data-video-button="4"],
.how_to_content .nextbtn[data-video-button="5"],
.how_to_content .playbtn[data-video-button="5"],
.how_to_content .repeatbtn[data-video-button="5"],
.how_to_content .new_buton[data-video-button="5"] {
    display: none;
}
.replay + .how_to_content .nextbtn[data-video-button="1"],
.replay + .how_to_content.how_to_content_active .playbtn[data-video-button="1"],
.replay + .how_to_content .playbtn[data-video-button="2"],
.replay + .how_to_content .repeatbtn[data-video-button="2"],
.replay + .how_to_content .new_buton[data-video-button="2"],
.replay + .how_to_content .playbtn[data-video-button="3"],
.replay + .how_to_content .repeatbtn[data-video-button="3"],
.replay + .how_to_content .new_buton[data-video-button="3"],
.replay + .how_to_content .playbtn[data-video-button="4"],
.replay + .how_to_content .repeatbtn[data-video-button="4"],
.replay + .how_to_content .new_buton[data-video-button="4"],
.replay + .how_to_content .playbtn[data-video-button="5"],
.replay + .how_to_content .repeatbtn[data-video-button="5"],
.replay + .how_to_content .new_buton[data-video-button="5"]
 {
    display: block;
}
#video-container-1 .play_pause .play-vid {
    opacity: 0;
}
/* Video */
.video_box.replay::after {
    content: '';
    position: absolute;
    /* background-color: rgba(136, 44, 116, 0.60); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.show_bg::after {
    content: '';
    position: absolute;
    background: rgba(136, 44, 116,0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.4s ease-in-out;
}
.video_box video {
    width: 100%;
   height: 400px;
    object-fit: contain;
    -o-object-fit: contain;
    cursor: pointer;
}
/* .video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
	display: none;
} */
.video-control.btn-info,
.video-control.btn-info:hover {
    background-color: transparent;
    color: var(--bs-primary);
    border: 2px solid var(--bs-secondary);
    /* font-weight: bold; */
}
.play_pause,.play-button-wrapper {
    position: absolute;
}
.play-button-wrapper {
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
    cursor: pointer;
}
.play_pause {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
/* .play_pause, 
.play_pause .play-video {
    width: 100%;
    height: 100%;
} */
.play_pause .play-video {
    cursor: pointer;
}
.replay .play_pause {
    display: none;
} 
.play_pause .play-video,
#circle-play-b {
    transition: 0.4s ease-in-out;
}
::-webkit-slider-container {
    -webkit-user-modify:unset !important
}
input[type="range" i]::-webkit-slider-container {
    -webkit-user-modify: unset !important;
}
div[pseudo="-internal-track-segment-highlight-before"],
video::-webkit-media-controls:not(.audio-only) input[pseudo="-webkit-media-controls-timeline" i]::-internal-track-segment-highlight-before {
    background: var(--bs-secondary) !important;
}

.play-gif svg  {
    /* display: none; */
}
/* ::-webkit-media-controls,
::-moz-media-controls,
*::-webkit-media-controls {
    opacity: 0;
} */
@media (max-width: 991px) {
    .how_to_wrapper {
        padding: 20px 12px 40px;
    }
    .how_to_title {
        margin: 0 0 14px;
    }
    .how_to_title a {
        margin-right: 10px;
    }
    .how_to_title a svg {
        width: 25px;
        height: 25px;
    }
    .video_box video {
      height: 380px;
    }
}
/* -=-=-=-=-=-    MORE INFORMATION   -=-=-=-=-=- */
/* ============================================= */
/* !!!!          MORE INFORMATION           !!!! */
/* ============================================= */
.more_info_page {
    padding: 0 18px 20px;
}
.more_info_page_title {
    position: sticky;
    padding: 35px 0 30px;
}
.more_info_description {
    max-height: 558px;
    overflow-y: scroll;
}
.more_info_description_box:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-light);
    margin: 0 0 15px;
}
.more_info_description_box p a {
    word-break: break-all;
    color: var(--bs-gray);
}
.more_info_description::-webkit-scrollbar {
    display: none;
}
.more_info_description_box h2 {
    margin: 0 0 10px;
}
.more_info_logos img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
    -o-object-fit: contain;
}
@media (min-width: 436px) {
    .more_info_description_box p {
        font-size: 17px;
    }
}

@media (max-width: 435px) {
    .more_info_page_title {
        padding: 20px 0;
    }
    .more_info_page {
        padding: 0 12px 20px;
    }
}

@media (max-width: 380px) {
    .more_info_logos img {
        max-width: 120px;
    }
}
