/* @media (min-width: 861px) { */

  @media (min-width: 800px) {
  * {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
  }

  #languageSelect {
    display: None;
  }
  
  #mob-insta-icon {
    display: None;
  }

  .jumbotron {
    background: url('https://storage.googleapis.com/bucket-hike-list-cloud-storage/photos/zaracka_krnjajaRqN6NKiJFOXu') center/cover no-repeat;
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

  .quiz-fest-announcement {
    max-width: 600px;
    background-color: #3A8B42;
    color: rgb(230, 230, 70);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 120px;
  }

  #mobile-subnav {
    display: none;
  }

  .sponsor-poster {
    max-width: 800px;
  }

  #website-main {
    margin-top: 55px !important;
  }

  #website-main-no-auth {
    margin-top: 55px !important;
  }

  .img-fluid-quiz-add {
    max-width: 140px !important;
    opacity: 0.8 !important;
  }

  #quiz-friends {
    background-color: #f9f9f9;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    margin-top: 0px;
    border-radius: 5px;
  }

  .info-show-hide {
    display: none;
  }

  #correct-check {
    display: none;
  }

  .separation-dot {
    font-size: 20px;
  }

  #img-text-title-text {
    line-height: 1.35;
  }

  #answer-btns-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
  }
  .btn-d-toggle {
    display: block;
  }

  .long-title {
    font-size: 2.1rem !important;
  }

  .medium-long-title {
    font-size: 2.2rem !important;
  }

  .table thead th {
    vertical-align: middle;
  }

  .table th {
     border-top: 0px;
  }

  .table td {
    border-top: 0px;
  }

  #final-score {
    font-size: 2.5rem !important;
    font-weight: 500 !important;
  }

  #quiz-masters {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  }

  #main-quiz-title{
    position: relative;
    margin-top: 14vh;
    z-index: 2;
  }

  #play-quiz {
    padding-top: 60px !important;
    padding: 0px;
    max-height: 100%;
    height: 100%;
    width: 100%;
  }

  #start-page, #play-quiz, #end-page {
    text-align: center;
    background-color: white;

  }

  body {
    background-color: white;
  }

  .quiz_start_page {
    position: relative;
    background-color: white;
    height: 100vh;
    width: 100vw;
  }

  .border_start {
    background: #fff;
    width: 60%;
    max-width: 810px;
    margin: 15px auto 0;
    border-radius: 30px;
    border: solid 1px rgb(233, 228, 228);
  }

  .quiztitle {
    position: relative;
    font-size: 180%;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    z-index: 2;
  }

  .border {
    scale: 90%;
    background: #fff;
    width: 90%;
    max-width: 900px;
    max-height: 100%;
    margin: 85px auto 0;
    margin-top: 35px;
    border-radius: 30px;
    border: none;
  }

  #top-container{
    position: relative;
    height: 100%;
    width: 100%;
  }

  #central-container{
    position: relative;
    margin: 0px;
    width: 100%;
  }

  .bottomContainer {
    overflow: hidden;
    position: relative;
    /* height: 200px; */
  }

  .container-fluid{
    width: 100%;
  }

  #one-pic {
    position: relative;
    /* left: -400px; */
    /* width: 60%; */
    /* margin-left: auto;
    margin-right: auto;
    position: relative; */
    /* max-width: 500px; */
  }

  #single-pic {
    position: relative;
  }

  #single-pic .picture {
    position: relative;
    top: 0px;
    width: auto;
    object-fit: cover;
    height: 100%;
  }

  #top-container .upper-row {
    height: 15%;
    width: 100%;
  }

  #single-pic{
    height: 85%;
    width: 100%;  
    background-color: rgba(0, 0, 0, 0.85);
  }


  .currentScore {
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
    color: #ACACAC;
    display: block;
    position: relative;
    width: 150px;
  }

  #questionCount {
    margin-bottom: 0;
  }

  .answerButtons {
    position: relative;
   /* top:-750px; */
    
  }

  .answerBtn {
    /* background: #fff;*/
    background-color: rgba(0, 0, 0, 0.2);
    /*color: #222;*/
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    /*border: 1px solid #222;*/
    border: 2px solid white;
    padding: 14px;
    margin: 10px 0;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    width: 300px;
  }

  .answerBtn:hover {
    background: #b3b2b2;
    color: #fff;
    border: 2px solid #b3b2b2;
  }

  .answerFullBtn {
    background: #fff;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    border: 1px solid #222;
    padding: 14px;
    margin: 10px 0;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    width: 300px;
  }

  .answerFullBtn:hover {
    background: #b3b2b2;
    color: #fff;
    border: #fff;
  }


  #quiz_picture {
    position: relative;
    margin-bottom: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hidden,
  .quiz_pictureHidden,
  .formHidden,
  .tryagainHidden,
  .timerHidden,
  .startHidden,
  .currentScoreHidden,
  .answerButtonsHidden,
  .nextButtonHidden,
  .quiztitleSecondHidden,
  .checkSignHidden,
  .xSignHidden {
    visibility: hidden;
  }


  .turnRedWrongAnswer {
    background: #ee4e4e;
    pointer-events: none;
    border-color:  #ee4e4e;
    padding: 10px;
    margin: 10px 0;
  }

  .p-last {
    position: relative;
    top: 120px;
  }

  .turnGreenCorrectAnswer {
    background: #25ee89;
    pointer-events: none;
    border-color: #25ee89;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
  }

  .turnPale {
    background: #fff;
    color: #b3b2b2;
    font-weight: 500;
    /* width: 30%; */
    border: 2px solid #b3b2b2;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    border-radius: 4px;
    pointer-events: none;
  }

  .bottom-one-pic {
    position: relative;
    top: -68%;
    width: 30%;
  }

  .no-wrap {
  white-space: nowrap;
}

  .bottom-multi-pic {
    width: 100%;
  }

  .nextButton {
    position: relative;
    margin-top: 30px;
  }

  .nextButtonDisabled {
    pointer-events: none;
    display: none;
  }

  .nextButton,
  #start,
  #compete {
    position: relative;
    background: #4169E2;
    color: #fff;
    font-weight: 600;
    width: 300px;
    height: 65px;
    border: 0;
    padding: 10px;
    /* margin: 20px auto 0; */
    border-radius: 6px;
    cursor: pointer;

    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 24px;
    z-index: 2;
  }

/* .mt-4, .mt-4-link{
 position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin: 0px;
  z-index: 2;
} */

.curly_arrow{
  width: 200px;
  position: relative;
  left: 52%;
  transform: rotate(-45deg);
  margin: 0px;
}

.curly_arrow-end{
  width: 100px;
  position: relative;
  left: 60%;
  transform: rotate(-45deg);
  margin: 0px;
}

.curly_arrow-end img {
  width: 100%;
}

.main_page_pic{
  /* width: 20%;
  position: relative;
  top: -400px;
  right: -12vw; */
  position: absolute;
  bottom: 0%; /* Center vertically (optional) */
  left: 30%; /* Center horizontally */
  transform: translateX(calc(-50% - 100px));
  margin-bottom: 0px;


  z-index: 1;
}

/* #eng-version-link, #eng-version{
  margin-top: 0px;
} */

  .checkSignA {
    position: relative;
    top: -130px;
    left: 15%;
    display: flex;
  }

  .xSignA {
    position: relative;
    top: -190px;
    left: 15%;
    display: flex;
  }

  .checkSignB {
    position: relative;
    top: -255px;
    left: 47%;
    display: flex;
  }

  .xSignB {
    position: relative;
    top: -315px;
    left: 47%;
    display: flex;
  }

  .checkSignC {
    position: relative;
    top: -380px;
    left: 75%;
    display: flex;
  }

  .xSignC {
    position: relative;
    top: -440px;
    left: 76%;
    display: flex;
  }

  /* .countDown { */
    /* width: 120px; */
    /* position: relative; */
    /* font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif; */
    /* font-weight: 500;
    font-size: xx-large; */
    /* color: #001e4d;
  } */

    #countDown{
      /* margin-bottom: 1rem; */
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
    }  

  #question-title {
    width: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
  }

  #quiz-question {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 2.6rem;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .signature {
    position: inherit;
    left: -385px;
    top: -3px;
    font-style: italic;
    font-size: x-small;
    color: #021d49;
  }

  .shareButton {
    font-size: 48px;
    position: relative;
    bottom: 50px;
  }

  .buttonTextcolor{
    color: white;
    font-weight: bold;
  }

  .img-text {
    position: absolute;
    bottom: 35%;
    left: 5%;
    max-height: 60%;
    width: 30%;
    
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    /* padding-left: 20px; */
    background-color: white;
    max-width: 420px;
    overflow: scroll;
   }

   #image-text-title {
    font-weight: 500;
   }

   #image-text-title-text {
     line-height: 1.6 !important;
   }
  /* styles for template 2 */

  .borderTemplate2 {
    background: #fff;
    width: 90%;
    max-width: 900px;
    max-height: 590px;
    margin: 85px auto 0;
    border-radius: 30px;
    border: solid 1px rgb(233, 228, 228);
  }

  .bottomContainerTemplate2 {
    overflow: hidden;
    height: 300px;
    position: relative;
    height: 450px;
    top: -80px;
  }

  .countDownTemplate2 {
    width: 120px;
    position: relative;
    top: -26px;
    left: 15%;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: xx-large;
    color: #001e4d;
  }

  .timerTextTemplate2 {
    margin: 0px;
    padding: 0px;
  }

  .currentScoreTemplate2 {
    display: block;
    position: relative;
    top: -75px;
    left: 75%;
    width: 150px;
    z-index: 5;
  }

  .correctWrongTemplate2 {
    height: 100px;
    position: relative;
    top: -140px;
  }

  .answerButtonsTemplate2 {
    position: relative;
    top: -430px;
    left: 0px;
    text-align: center;
  }

  .answerBtnTemplate2 {
    height: 300px;
    width: 300px;
    padding: 0;
    border: none;
    background-color: transparent;
    overflow: hidden;
    border-radius: 20px;
  }

  .answerBtnTemplate2:hover {
    background-size: 300px 300px;
    background-position: center;
  }

  .answerMultiPicTemplate2 {
    pointer-events: auto;
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 20px;
  }

  .answerMultiPicTemplate2:hover {
    border: #25ee89 solid 2px;
  }

  .correctBorderGreen {
    border: #25ee89 solid 4px;
  }

  .wrongBorderRed {
    border: rgb(238, 37, 37) solid 4px;
  }

  .nextButtonTemplate2 {
    position: relative;
    background: royalblue;
    color: #fff;
    font-weight: 500;
    width: 175px;
    padding: 10px;
    border: 0;
    padding: 10px;
    margin: 20px auto 0;
    border-radius: 4px;
    cursor: pointer;
    /* top: -735px; */
  }

  .checkSignATemplate2 {
    position: relative;
    top: -110px;
    left: 18%;
    display: flex;
  }

  .xSignATemplate2 {
    position: relative;
    top: -170px;
    left: 18%;
    display: flex;
  }

  .checkSignBTemplate2 {
    position: relative;
    top: -235px;
    left: 46%;
    display: flex;
  }

  .xSignBTemplate2 {
    position: relative;
    top: -295px;
    left: 46%;
    display: flex;
  }

  .checkSignCTemplate2 {
    position: relative;
    top: -360px;
    left: 75%;
    display: flex;
  }

  .xSignCTemplate2 {
    position: relative;
    top: -420px;
    left: 75%;
    display: flex;
  }
}
