* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #231f20;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(212, 176, 62, 1)), color-stop(0.25, rgba(226, 203, 124, 1)), color-stop(0.5, rgba(204, 151, 48, 1)), color-stop(0.75, rgba(174, 112, 36, 1)), color-stop(1, rgba(70, 43, 18, 1)));
    background: -o-linear-gradient(0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4B03E', endColorstr='#462B12' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    border-radius: 4px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(212, 176, 62, 1)), color-stop(0.25, rgba(226, 203, 124, 1)), color-stop(0.5, rgba(204, 151, 48, 1)), color-stop(0.75, rgba(174, 112, 36, 1)), color-stop(1, rgba(70, 43, 18, 1)));
    background: -o-linear-gradient(0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4B03E', endColorstr='#462B12' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(212, 176, 62, 1) 0%, rgba(226, 203, 124, 1) 25%, rgba(204, 151, 48, 1) 50%, rgba(174, 112, 36, 1) 75%, rgba(70, 43, 18, 1) 100%);
}

 :root {
    --main-background-color: #161314;
    --main-background-image: url('../images/Content-bg-156.png');
    --main-background-portrait: url('../images/bg-portrait.png');
    --white: #ffffff;
    --body-font: 'Nexa';
}

.nexa {
    font-family: var(--body-font);
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    overflow-y: auto;
    background-image: url('../images/Content-bg-156.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
}

.parent_img {
    max-width: 100%;
    width: 100%;
    height: fit-content;
    position: relative;
}

.survey_btn1 {
    position: absolute;
    bottom: 10.3%;
    left: 8%;
    max-width: 11%;
    width: 100%;
    z-index: 9999;
}

.survey_btn1 img {
    cursor: pointer;
}
.mobile_view{
    display: none;
}
.surv_txt {
    position: absolute;
    width: 43%;
    top: 54.9%;
    left: 9%;
}

.survey-portrait {
    background-image:url('../images/bg-portrait.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    background-attachment: fixed;
    /* height: 100%; */
    display: none
}


/* start style survey body */

.logo,
.nav_border {
    margin-left: 17vh;
}

.logo img {
    margin-bottom: 0.9rem;
    width: 23%;
}

.border_img {
    margin-left: 8.2rem;
    margin-right: 3rem;
}

@media (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
    .border_portrait {
        width: 10%;
    }
    html,
    body{
        overflow: hidden;
    }
    body {
        background-image: url('../images/bg-portrait.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: black;
        background-attachment: fixed;
    }
    .survey {
        display: none;
    }
    .survey-portrait {
        display: block;
    }
    .portrait_body_title h2 {
        font-family: 'Book Antiqua';
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 1rem !important;
        line-height: 1.8rem;
        color: var(--white);
    }
    .portrait_body_p1 {
        font-size: 1.1rem;
        line-height: 1.2rem;
        color: var(--white);
    }
    .portrait_body_p2 {
        font-size: 1rem;
        line-height: 1.1rem;
        color: var(--white);
    }
    .portrait_body_p3 {
        font-family: 'Myriad Pro';
        font-weight: normal;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.3rem;
        color: #D0D2D3;
    }
    .border_portrait img {
        height: 97%;
    }
    .portrait_btn {
        background-color: transparent;
        border: none;
    }
    .portrait_btn img {
        cursor: pointer;
    }
    .portrait_btn {
        width: 30%;
        float: right;
    }
}

@media (max-width: 667px) and (orientation: portrait) {
    html,
    body{
        overflow: hidden;
    }
    body {
        background-image: var(--main-background-portrait);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: black;
        background-attachment: fixed;
    }
    .survey {
        display: none;
    }
    .survey-portrait {
        display: block;
    }
    .portrait_body_title h2 {
        font-family: 'Book Antiqua';
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin-bottom: 0.6rem !important;
        color: var(--white);
    }
    .portrait_body_p1 {
        line-height: .97rem;
        font-size: .89rem;
        color: var(--white);
    }
    .portrait_body_p2 {
        font-size: .71rem;
        line-height: .8rem;
        color: var(--white);
    }
    .portrait_body_p3 {
        font-family: 'Myriad Pro';
        font-weight: normal;
        font-style: normal;
        font-size: .84rem;
        line-height: .9rem;
        color: #D0D2D3;
    }
    .border_portrait {
        width: 10%;
    }
    .border_portrait img {
        height: 95%;
    }
    .portrait_btn {
        background-color: transparent;
        border: none;
    }
    .portrait_btn img {
        cursor: pointer;
    }
    .portrait_btn {
        width: 38%;
        float: right;
        margin-right: 1rem;
    }
}

#the-video{
    width: 70%;
  }
/* start style of the spin    */

.overlay-hidden {
    display: none !important;
}

.loading-overlay {
    background: rgb(0 0 0);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reverse-spinner {
    position: relative;
    height: 150px;
    width: 150px;
    border: 6px solid transparent;
    border-top-color: #231f20;
    border-left-color: #231f20;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 6px solid transparent;
    border-top-color: #d8b74e;
    border-left-color: #d8b74e;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinBack {
    from {
      -webkit-transform: rotate(0);
  
      transform: rotate(0);
    }
  
    to {
      -webkit-transform: rotate(-720deg);
  
      transform: rotate(-720deg);
    }
  }
  .flipX video::-webkit-media-text-track-display {
    transform: matrix(-1, 0, 0, 1, 0, 0) !important;
  }
  .flipXY video::-webkit-media-text-track-display {
    transform: matrix(-1, 0, 0, -1, 0, 0) !important;
  }
  .flipXYX video::-webkit-media-text-track-display {
    transform: matrix(1, 0, 0, -1, 0, 0) !important;
  }
  @keyframes blinkWarning {
    0% { color: red; }
    100% { color: white; }
  }
  @-webkit-keyframes blinkWarning {
    0% { color: red; }
    100% { color: white; }
  }
  .blinkWarning {
    -webkit-animation: blinkWarning 1s linear infinite;
    -moz-animation: blinkWarning 1s linear infinite;
    animation: blinkWarning 1s linear infinite;
  }