* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
  }
  body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .screen {
    width: 100%;
    height:100%;
    position: relative;
    overflow: hidden;
    background: url("./../images/bg.png") no-repeat center;
   
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .fullImg img {
    display: block;
    width: 100%;
  }
  .screen-1 {
    overflow: hidden;
    background: url("./../images/bg.png") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .screen-1-text-1 {
    position: relative;
  }

  .btn  {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    cursor: pointer;
  }

  .btn2 {
    bottom: -60px;
  }
  .screen-3 {
    align-items: center;
  }
  .screen-3-text-1 ul {
    list-style: none;
    padding: 60px 40px 0px 0px;

  }

  .screen-3-text-1 ul li{
    
   padding: 15px 0px;
  }

  .screen-3-text-1 ul li img {
    height: 150px;
    cursor: pointer;
  }

  .screen-3-text-2 {
    position: relative;
  }

.small_icon1 {
  position: absolute;
  left: 44%;
  bottom: 20%;
  width: 85px;
  opacity: 0;
  cursor: pointer;
}

.small_icon2 {
  position: absolute;
  right: 15.5%;
  bottom: 28.5%;
  width: 70px;
  transform: rotate(32deg);
  opacity: 0;
  cursor: pointer;
}

.small_icon3 {
  position: absolute;
  left: 35%;
  bottom: 9%;
  width: 46px;
  opacity: 0;
  cursor: pointer;
}

#timer, #timer2, #timer3, #timer4, #timer5, #timer6, .timer {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  right: 145px;
  font-size: 45px;
  color: #560303;
  display: block;
  top: 39px;
}

.overlay {
  width: 96%;
  height: 81%;
  position: fixed;
  left: 23px;
  right: 23px;
  bottom: 27px;
  background: #cf3f25;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  border-radius: 40px;
}

.overlay2 {
  height: 82%!important;
  bottom: 8px!important;

}

.overlay.active {
  opacity: 0.7;
  pointer-events: all;
}


.modal {
  position: fixed;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 90%;
  border-radius: 30px;
  z-index: 10;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  opacity: 0;
  pointer-events: none;
  padding:0px 0 50px;
}
.modal.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: all;
}
.modal .modal-head {
  padding: 0 0 0 0;
}
.modal .modal-body {
  padding: 30px 0 0 0;
  overflow: auto;
  position: relative;
  overflow: hidden;
}
.modal .modal-body img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.modal .modalBtn-leaf,
.modal .modalBtn-Tablet {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  bottom: -16px;
  z-index: 1;
  border: 0;
  box-shadow: 5px -5px 10px -5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.modal .modalBtn-leaf {
  background: url("../images/btnLeaf.png");
}
.modal .modalBtn-Tablet {
  background: url("../images/btnTablet.png");
}
.modal-close {
  width: 62px;
  height: 62px;
  background: url("../images/closeBtn.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: 1;
  border: 0;
  cursor: pointer;
}

.modal-head {
  position: relative;
  top: -2px;
  left: -18px;
}

.last_img {
  position: relative;
  left: -10px;
}
  

/* responsive start  */
@media (orientation:portrait){ 
  .rotateDevice {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    background: url("./../images/bg.png") no-repeat center, #fff;
    background-size: cover;
}
.rotateDevice img {
  width: 250px;
}
.rotateDevice p {
  text-align: center;
}
.screen {
  display: none;
}
.alertButton {display: none;}
}
@media (orientation:landscape){
  .rotateDevice {
    display: none;
  }
  .screen-1-text-1, .screen-1-text-1 img:first-child {
    height: 92%;
  }

  .btn {
    width: 100px;
    bottom: 10px;
    height: auto!important;
    background: transparent;
    border: 0;
    outline: none;
  }



  .btn2 {
    width: 60px;
    bottom: 0px;
    height: auto;
}

.screen-3 {
  padding: 0 50px;
}
.screen-3-text-1 {
  width: 13%;
}
.screen-3-text-2 {
  width: 87%;
}

.screen-3-text-1 ul li img {
  height: 60px;
  object-fit: contain;
}

.screen-3-text-2 {
  height: 285px;
  position: relative;
}

.screen-3-text-2 .big_img {
  height: 100%;
  width: 100%;
}

.screen-3-text-1 ul {
  list-style: none;
  padding: 30px 20px 0px 0px;
}

.screen-3-text-1 ul li {
  padding: 8px 0px;
}

#timer , #timer2,  #timer3, #timer4, #timer5, #timer6,  #timerDisplay, .timer {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  right: 90px;
  font-size: 17px;
  color: #560303;
  display: block;
  top: 15px;
}
.modal-close {
  width: 42px;
  height: 42px;
}

.modal {
  position: fixed;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 71%;
  border-radius: 18px;
  z-index: 10;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  opacity: 0;
  pointer-events: none;
  padding: 0;
}

.modal .modal-body {
  padding: 20px 0 0 0;
}

.overlay {
  width: 96%;
  height: 72%;
  position: fixed;
  left: 13px;
  right: 23px;
  bottom: 35px;
  background: #cf3f25;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  border-radius: 18px;
}
.overlay2 {
  height: 100%;
}
.newClass {
  -webkit-filter: grayscale(100%);
}

.small_icon4 {
  position: absolute;
  left: 51px;
  top: 52px;
  width: 19px;
  cursor: pointer;
  opacity: 0;
}

.small_icon5 {
  position: absolute;
  left: 40%;
  top: 52.5%;
  width: 23px;
  cursor: pointer;
  opacity: 0;
}

.small_icon6 {
  position: absolute;
  right: 10%;
  bottom: 35%;
  width: 46px;
  cursor: pointer;
  opacity: 0;
}

.screen-6 .screen-1-text-1, .screen-6  .screen-1-text-1 img:first-child{
height: 96%;
}


.element:-webkit-full-screen {
  background-color: #e4708a;
  width: 100vw;
  height: 100vh;
}

.element:-webkit-full-screen p {
  visibility: visible;
}

.element:-moz-full-screen {
  background-color: #e4708a;
  width: 100vw;
  height: 100vh;
}

.element:-moz-full-screen p {
  visibility: visible;
}

.element:-ms-fullscreen {
  background-color: #e4708a;
  width: 100vw;
  height: 100vh;
}

.element:-ms-fullscreen p {
  visibility: visible;
}

.element:fullscreen {
  background-color: #e4708a;
  width: 100vw;
  height: 100vh;
}

.screen {
  height: 100%;
}

.section {
  display: none; /* Hide all sections by default */
}
.visible {
  display: flex; /* Display the section with this class */
}

#addClassButton {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(215, 109, 16, 0.9);
  top: 0;
  justify-content: center;
  align-items: center;
}

#addClassButton button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: #d66b11;
  border: 5px solid #932e1f;
}
.highlight {
  display: none!important;
}

.btnLeaf_active img {
  display: none;
}

#section7 form {
        width: 250px;
        position: absolute;
        top: 42%;
        left: 50%;
        font-family: "Roboto", sans-serif;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

.btn3 {
  position: relative;
  bottom:-20px;
  display: block;
  cursor: pointer;
  width: 100px;
  height: auto!important;
  background: transparent;
  border: 0;
  outline: none;
  margin: 0 auto;
}

.btn4 {
  width: 50px;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.form-control label {
  font-size: 16px;
  color: #fff;
  padding-bottom: 5px;
}
.form-control {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.form-control input, .form-control select {
  background: #d66b11;
  color: #fff;
  border: 2px solid #932e1f;
  padding:5px 8px;
  height: 35px;
}

::-webkit-input-placeholder, ::-webkit-select-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
}