@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #efeeee;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #146783;
}

#loading {
  position: absolute;
  background-color: #efeeee;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-family: "Montserrat", sans-serif;
  color: #383754;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}

#loading img {
  height: 200px;
}

/* ------------------  Sweet Alert --------------------------------------- */

.swal-text {
  display: block;
  text-align: center;
}

/* --------------------------------------  new year ---------------------------------- */
#new-year {
  position: absolute;
  background-color: #efeeee;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-family: "Montserrat", sans-serif;
  color: #383754;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;

  /* wrapping the items (Additional) */
  flex-wrap: wrap;
  /* ------------ */
}

#new-year img {
  height: 200px;
}

#new-year h2 {
  font-family: "Pacifico", cursive;
  color: #383754;
  font-size: 40px;
}

#new-year button {
  border-radius: 40px;
  border-width: 4px;
}

/*------------------------- input, selected - focus & visited--------------------------- */
input:focus,
select:focus,
textarea:focus {
  background-color: #d4edf5;
}

/* --------------------------------------   Fixed tops    -------------------------------- */

.share-section {
  position: fixed;
  display: inline-block;
  right: 3.5%;
  bottom: 2.5%;
  z-index: 1;
}

.share-section-left {
  position: fixed;
  display: inline-block;
  left: 3.5%;
  bottom: 2.5%;
  z-index: 1;
}

#overlayqr {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  cursor: pointer;
}

#overlayshare {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

#textqr {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

#share-btn {
  z-index: 2;
}

.share-content {
  display: none;
  background-color: #efeeee;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
  min-width: 55px;
  right: 3%;
  bottom: 1.6%;
  border-radius: 50px;
  padding-bottom: 6px;
}

.brand-logo-fixedtops {
  border-radius: 20%;
  height: 50px;
  background-color: rgb(173, 172, 172);
}
.share-content a {
  display: block;
  cursor: pointer;
}

.share-content a:hover {
  background-color: rgb(226, 224, 224);
}

.share-content a i {
  font-size: 30px;
  padding: 8px;
}

.share-section:hover .share-content {
  display: block;
}

.share-section button i {
  font-size: 20px;
}

.share-section-left button i {
  font-size: 20px;
}

#whatsapp {
  color: #228b22;
}

#twitter {
  color: #1e90ff;
}

#facebook {
  color: #483d8b;
}

#linkedin {
  color: #191970;
}

.go-to-top {
  position: fixed;
  left: 48%;
  bottom: 1%;
  z-index: 1;
}

.go-to-top i {
  font-size: 22px;
  cursor: pointer;
  background: #efeeee;
  padding: 4px;
  border-radius: 10px;
  border: 2px dotted grey;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.fixed-tops button {
  border-radius: 50%;
  border-width: 4px;
}

.login-signup-btn {
  text-align: right;
  margin-right: 30px;
}

.intro-login-signup h3 {
  color: #1d1c2e;
  font-family: "Montserrat", sans-serif;
}

/* ------------------------------------------   SECTION-1  --------------------------------------- */
#section1 {
    
   /* background-color: #add8e6; - SKYBlue ORG colour  */
  background-color: #E6CFD9; /* - Yellow */
   /* background-color: #00BFA6; -greenishBlue */
   
  transform: skewY(-20deg);
  margin-top: -300px;
}

#section1 .intro-content {
  transform: skewY(+20deg);
  padding-top: 300px;
}

.navigation {
  padding: 12px 9px;
}

.navbar-brand {
  font-family: "Pacifico", cursive;
  color: #383754;
  font-size: 40px;
}

.brand-logo {
  height: 60px;
  width: 60px;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid grey;
}

#navbarNav {
  font-family: "Montserrat", sans-serif;
  color: #383754;
  font-weight: bold;
}

#navbarNav ul li:hover {
  border-bottom: solid 2px grey;
}

.overlay {
  height: 0%;
  width: 100%;
  padding-top: 270px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 5px;
  text-decoration: none;
  font-size: 31px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.closebtn {
  position: absolute;
  top: 350px;
  left: 84%;
}

.intro-text {
  margin: 5px 5%;
}

.hi-there {
  font-family: "Fira Sans", sans-serif;
  /* font-weight: bolder; */
  color: #1d1c2e;
}

.intro-txt-line-2 {
  color: #52525f;
  font-family: "Montserrat", sans-serif;
}
.intro-text h1 a {
  color: #1d1c2e;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.login-form {
  position: relative;
  margin-top: 10px;
  text-align: center;
  background-color: #efeeee;
  padding: 15px 0px 15px 0px;
  border-radius: 30px;
}
.login-form input {
  width: 300px;
  outline: none;
  display: block;
  border-radius: 5000px;
  text-align: center;
  padding: 0.6em;
  margin: 0 auto;
  background: #efeeee;
  border: solid 0.1px rgb(224, 224, 224);
  -webkit-appearance: none;
  -moz-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  -webkit-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  margin-bottom: 1em;
  color: rgb(58, 56, 56);
}

.login-img {
  position: absolute;
  height: 200px;
  right: 3%;
  top: 15%;
}

.welcome-img {
  position: absolute;
  height: 150px;
  left: 3%;
  top: 20%;
}

.add2home {
  font-family: "Montserrat", sans-serif;
  color: #383754;
  padding-top: 70px;
}
.add2home button {
  margin: 5px;
  border-radius: 60px;
  display: inline;
}

.twinbtns-mob {
  display: none;
}

.twinbtns-pc {
  display: block;
}

/* ----------------------------------------   SECTION-2   -------------------------------------- */

/* -----------------------------------    SECTION - 3   --------------------------------------- */

.section3 {
  padding: 270px 10px 0px 10px;
}

.section3,
.section4 {
  position: relative;
}

.explore-sec {
  background-color: #efeeee;
  border-radius: 15px;
  border: solid 1px rgb(207, 206, 206);
  /* box-shadow: 10px 10px 16px -2px #ccc, -10px -10px 16px -2px #fff; */
  position: relative;
  margin: 10px;
  padding: 10px;
}

.explore-img {
  width: 100%;
  height: 300px;
}

.explore-sec h1 {
  position: absolute;
  font-family: "Pacifico", cursive;
  color: #383754;
  top: 27%;
  right: 8%;
  text-align: center;
  transform: scale(2);
  transform: rotate(-12deg);
  font-size: 50px;
  line-height: 1.5;
}

.exp-btns {
  position: absolute;
  top: 12%;
  left: 10%;
}
.exp-btns button {
  display: block;
  margin: 20px;
  border-radius: 40px;
  width: 200px;
}

.exp-btns-add {
  position: absolute;
  bottom: 3%;
  right: 1%;
}
.exp-btns-add a {
  margin-left: 5px;
}

.fa-whatsapp:hover {
  color: rgb(24, 173, 24);
}

/* ------------------------------------SECTION-4------------------------------------------------ */

.feedback-sec {
  background-color: #efeeee;
  border-radius: 15px;
  border: solid 1px rgb(207, 206, 206);
  /* box-shadow: 10px 10px 16px -2px #ccc, -10px -10px 16px -2px #fff; */
  position: relative;
  margin: 10px;
  padding: 10px;
}

.feedback-img {
  position: absolute;
  top: 5%;
  right: 2%;
  width: 400px;
  height: 400px;
}

.improve-img {
  position: absolute;
  bottom: 3%;
  left: 2%;
  width: 200px;
  height: 200px;
}
.feedback-appreciation {
  position: absolute;
  top: 40%;
  left: 2%;
  font-family: "Montserrat", sans-serif;
  color: #50505e;
}

.feedback-sec-txt {
  position: relative;
}

.feedback-sec-txt h2 {
  font-family: "Fira Sans", sans-serif;
  color: #383754;
  font-weight: bold;
  text-align: center;
}

.feedback-sec-txt h6 {
  font-family: "Montserrat", sans-serif;
  color: #6f6f72;
  text-align: center;
  font-weight: bold;
}

.thumbs-btn {
  text-align: center;
}
.thumbs-btn button {
  border-radius: 50%;
  box-shadow: 10px 10px 16px -2px #ccc, -10px -10px 16px -2px #fff;
  margin: 10px 50px;
}

.feedback-sec-txt input {
  width: 250px;
  border: solid 0.1px rgb(224, 224, 224);
  outline: none;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 0.6em;
  margin: 0 auto;
  background: #efeeee;
  -webkit-appearance: none;
  -moz-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  -webkit-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  margin-bottom: 1em;
  color: rgb(58, 56, 56);
}
.feedback-sec-txt textarea {
  width: 250px;
  border: solid 0.1px rgb(224, 224, 224);
  outline: none;
  display: block;
  border-radius: 15px;
  text-align: center;
  padding: 0.6em;
  margin: 0 auto;
  background: #efeeee;
  -webkit-appearance: none;
  -moz-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  -webkit-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  margin-bottom: 1em;
  color: rgb(58, 56, 56);
}

.feedback-send {
  text-align: right;
}

.feedback-send button {
  border-radius: 40px;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #d4edf5;
}


/* ------------------------------------Feedback2 Xpress your Xperience ----------------------------------------------- */

.feedback2 {
  background-color: #E6CFD9;
  border-radius: 15px;
  border: solid 2px #383754;
  /* box-shadow: 10px 10px 16px -2px #ccc, -10px -10px 16px -2px #fff; */
  position: relative;
  margin: 10px;
  padding: 10px;
}
.xpress-your-xperience {
  padding: 3px;
}
.xpress-your-xperience h2 {
  font-family: "Pacifico", cursive;
  color: #383754;
  text-align: center;
  font-weight: lighter;
}
.xpress-your-xperience p {
  color: #01010c;
  font-weight: bold;
  text-align: center;
  font-family: "Itim", cursive;
  font-size: 25px;
}

.zoomx {
  animation: zoom-in-zoom-outx 3s ease infinite;
}

@keyframes zoom-in-zoom-outx {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(0.5, 0.5);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}

.zoomx1 {
  position: absolute;
  animation: zoom-in-zoom-outx1 4s ease infinite;
}

@keyframes zoom-in-zoom-outx1 {
  0% {
    transform: scale(0.5, 0.5) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(180deg);
  }
  100% {
    transform: scale(0.5, 0.5) rotate(360deg);
  }
}

.feedback2 input {
  width: 300px;
  border: solid 0.1px rgb(110, 110, 110);
  outline: none;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 0.6em;
  margin: 0 auto;
  background: #efeeee;
  -webkit-appearance: none;
  -moz-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  -webkit-box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  box-shadow: inset 4px 4px 6px #ccc, inset -4px -4px 6px #fff;
  margin-bottom: 1em;
  color: rgb(58, 56, 56);
}

.feedback2 h6 {
  font-family: "Montserrat", sans-serif;
  color: #6f6f72;
  text-align: center;
  font-weight: bold;
}
.feedback2-btn {
  text-align: center;
}
.feedback2-btn button {
  border-radius: 100%;
}


/* ------------------------------------SECTION-4B It's party time------------------------------------------------ */

.section4B {
  background-color: #E6CFD9;
  border-radius: 15px;
  border: solid 2px #383754;
  /* box-shadow: 10px 10px 16px -2px #ccc, -10px -10px 16px -2px #fff; */
  position: relative;
  margin: 10px;
  padding: 10px;
}

.WhyUs h2 {
  font-family: "Pacifico", cursive;
  color: #383754;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
}
.WhyUs p {
  color: #566260;
  font-weight: bold;
  text-align: center;
  font-family: "Itim", cursive;
  font-size: 25px;
}

.zoom {
  animation: zoom-in-zoom-out1 3s ease infinite;
}

@keyframes zoom-in-zoom-out1 {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}

.zoom1 {
  position: absolute;
  animation: zoom-in-zoom-out2 4s ease infinite;
}

@keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(0.5, 0.5) rotate(0deg);
  }
  50% {
    transform: scale(1.2, 1.2) rotate(180deg);
  }
  100% {
    transform: scale(0.5, 0.5) rotate(360deg);
  }
}

.zoom2 {
  position: absolute;
  animation: zoom-in-zoom-out3 5s ease infinite;
}

@keyframes zoom-in-zoom-out3 {
  0% {
    transform: scale(0.7, 0.7) rotate(360deg);
  }
  50% {
    transform: scale(1.2, 1.2) rotate(180deg);
  }
  100% {
    transform: scale(0.7, 0.7) rotate(0deg);
  }
}

.zoom-row {
  transition: transform 0.5s; /* Animation */
  transform: scale(0.5);
}
.zoom-row:hover {
  transform: scale(
    1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#handcrafts-A {
  top: 10%;
  left: 5%;
}

#handcrafts-B {
  top: 8%;
  left: 18%;
}

#handcrafts-C {
  top: 10%;
  right: 25%;
}

#handcrafts-D {
  top: 25%;
  right: 5%;
}

#handcrafts-E {
  top: 40%;
  left: 25%;
}

#handcrafts-F {
  top: 85%;
  left: 20%;
}

#handcrafts-G {
  top: 85%;
  left: 5%;
}

#handcrafts-H {
  top: 75%;
  right: 5%;
}

#handcrafts-I {
  top: 85%;
  right: 15%;
}

#handcrafts-J {
  top: 55%;
  right: 25%;
}

#handcrafts-K {
  top: 45%;
  left: 5%;
}
#handcrafts-L {
  top: 35%;
  right: 15%;
}

#handcrafts-M {
  top: 55%;
  left: 15%;
}

#handcrafts-N {
  top: 5%;
  right: 15%;
}
.explore-img {
  width: 100%;
  height: 300px;
}

/* --------------------------------------------    FOOTER-SECTION ------------------------------- */

.footer-sec {
    
     /* background-color: #add8e6; - SKYBlue  */
/*  background-color: #C97E02;  - Yellow Darker */
   /* background-color: #00BFA6; -greenishBlue */
  background-color: #383754; /* - (Org Colour -Darker Blue)  */
 
  font-family: "Montserrat", sans-serif;
  color: #efeeee;
  position: relative;
}

.foot-img {
  margin: 35px 15px 35px 15px;
  border: solid 3px #c2c0c0;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: inline-block;
}

.foot-content {
  position: absolute;
  top: 18px;
  left: 125px;
}
.foot-content h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.foot-content p {
  padding: 0;
  margin: 0;
  font-size: smaller;
  color: #afadad;
}

.social-icons {
  margin: 3px;
  left: 5px;
  font-size: x-large;
  color: #dfdddd;
  margin: 8px 16px 0 0;
}

.social-icons:hover {
  color: #83d8f5;
}

.winner-img {
  height: 170px;
  width: 170px;
  position: absolute;
  top: 0px;
  right: 43.5%;
}

.devices-img {
  height: 150px;
  width: 170px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.foot-logo-txt {
  position: absolute;
}

.winner-txt {
  position: absolute;
  font-family: "Pacifico", cursive;
  color: #a0a0a0;
  font-size: 21px;
  bottom: 10px;
  right: 44.6%;
}

.devices-txt {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #a0a0a0;
  bottom: 20px;
  right: 200px;
}

.indian {
  position: absolute;
  left: 20px;
  bottom: 0px;
  font-size: smaller;
  color: #afadad;
}
/* ---------------------------------------------MOBILE---------------------------------------- */

@media screen and (max-width: 500px) {
  #loading img {
    height: 150px;
  }
  /* --------------------------------  fixed tops ----------------------------------------------- */

  /* --------------------------------------SECTION-1-------------------------------------- */
  .navbar-brand {
    font-size: 30px;
  }

  .brand-logo {
    display: none;
  }

  .login-signup-btn {
    margin-right: 20px;
  }

  .login-signup-btn button {
    margin-left: 10px;
  }

  .intro-text {
    margin: 5px 5%;
  }

  .hi-there {
    font-family: "Fira Sans", sans-serif;
    /* font-weight: bolder; */
    color: #1d1c2e;
  }

  .login-form input {
    width: 250px;
  }

  .login-img {
    display: none;
  }
  .welcome-img {
    display: none;
  }

  .add2home {
    font-family: "Montserrat", sans-serif;
    color: #383754;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .add2home button {
    margin: 6px;
    border-radius: 60px;
    display: block;
  }

  .twinbtns-pc {
    display: none;
  }
  .twinbtns-mob {
    display: block;
  }
  /* ----------------------------------------   SECTION-2   ---------------------------------- */

  /* -------------------------------------SECTION-3------------------------------------------- */

  .section3 {
    padding: 70px 10px 0px 10px;
  }

  .explore-img {
    padding-top: 70px;
  }

  .explore-sec h1 {
    position: absolute;
    font-family: "Pacifico", cursive;
    color: #383754;
    top: 3%;
    left: 8.5%;
    text-align: center;
    transform: rotate(-12deg);
    font-size: 22px;
    line-height: 1.5;
  }

  .exp-btns {
    position: absolute;
    top: 41%;
    left: 1%;
  }
  .exp-btns button {
    display: block;
    margin: 10px 0 10px 3px;
    border-radius: 40px;
    width: 180px;
  }

  .exp-btns-add {
    position: absolute;
    bottom: 3%;
    right: 4%;
  }
  /*---------------------------------FEEDBACK SECTION------------------------------------- */
  .feedback-img,
  .feedback-appreciation {
    display: none;
  }

  .improve-img {
    position: absolute;
    bottom: 0.5%;
    left: 0%;
    width: 150px;
    height: 100px;
  }

/*--------------------------------- SECTION 4B - It's party time-------------- */
  .zoom1,
  .zoom2 {
    opacity: 0.1;
  }

  .WhyUs p {
    font-size: 15px;
  }
  #handcrafts-C {
    top: 25%;
    left: 50%;
  }

  #handcrafts-F {
    top: 75%;
    left: 40%;
  }


  /* ---------------------------------------FOOTER-SECTION---------------------------------- */

  .foot-img {
    margin: 30px 15px 82px 15px;
    border: solid 2px #efeeee;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: inline-block;
  }

  .winner-img,
  .devices-txt,
  .devices-img {
    display: none;
  }

  .winner-txt {
    position: absolute;
    font-family: "Pacifico", cursive;
    color: #a0a0a0;
    font-size: 15px;
    bottom: 7px;
    right: 5px;
  }

  .indian {
    position: absolute;
    left: 18px;
    bottom: 40px;
    font-size: smaller;
    color: #afadad;
  }
}
/* ------------------------------------    TABLET     -------------------------------------------- */
@media screen and (min-width: 500px) and (max-width: 750px) {
  /* -----------------------------------SECTION -1 ------------------------------------------- */
  .brand-logo {
    display: none;
  }

  .login-img {
    height: 80px;
    right: 2%;
    top: 1%;
  }

  .welcome-img {
    display: none;
  }

  /* -----------------------------------SECTION-2-------------------------------------------- */

  /* ----------------------------------------SECTION-3----------------------------------------- */

  .explore-sec h1 {
    top: 35%;
    right: 2%;
  }

  .exp-btns {
    position: absolute;
    top: 32%;
    left: 10%;
  }
  .exp-btns button {
    display: block;
    margin: 10px 0 10px 3px;
    border-radius: 40px;
    width: 200px;
  }

  .exp-btns-add {
    position: absolute;
    bottom: 3%;
    right: 2.5%;
  }

  /*---------------------------------FEEDBACK SECTION------------------------------------- */
  .feedback-img,
  .feedback-appreciation {
    display: none;
  }

  .improve-img {
    position: absolute;
    bottom: 0.5%;
    left: 0%;
    width: 150px;
    height: 100px;
  }
  
    /*--------------------------------- SECTION 4B - It's party time-------------- */
  .zoom1,
  .zoom2 {
    opacity: 0.1;
  }
  
  /* ------------------------------------------ FOOTER-SECTION  ----------------------------- */
  .winner-img {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 0px;
    right: 10px;
  }

  .winner-txt {
    position: absolute;
    font-family: "Pacifico", cursive;
    color: #a0a0a0;
    font-size: 25px;
    bottom: 15px;
    right: 6px;
  }
  .devices-img {
    display: none;
  }

  .devices-txt {
    display: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  /* -----------------------------------SECTION -1 ------------------------------------------- */

  /* -----------------------------------SECTION-2-------------------------------------------- */

  /* ----------------------------------------SECTION-3----------------------------------------- */

  .explore-sec h1 {
    top: 35%;
    right: 2%;
  }

  .exp-btns {
    position: absolute;
    top: 32%;
    left: 10%;
  }
  .exp-btns button {
    display: block;
    margin: 10px 0 10px 3px;
    border-radius: 40px;
    width: 200px;
  }

  .exp-btns-add {
    position: absolute;
    bottom: 3%;
    right: 2.5%;
  }

  /* --------------------------------------------FEEDBACK-SECTION------------------------------- */
  .feedback-img {
    position: absolute;
    top: 5%;
    right: 1%;
    width: 230px;
    height: 230px;
  }
  .feedback-appreciation {
    position: absolute;
    top: 40%;
    left: 1%;
    font-family: "Montserrat", sans-serif;
    color: #50505e;
    font-size: 23px;
  }

/*--------------------------------- SECTION 4B - It's party time-------------- */
  .zoom1,
  .zoom2 {
    opacity: 0.1;
  }
  
  
  /* ------------------------------------------ FOOTER-SECTION  ----------------------------- */
  .winner-img {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 0px;
    right: 10px;
  }

  .winner-txt {
    position: absolute;
    font-family: "Pacifico", cursive;
    color: #a0a0a0;
    font-size: 25px;
    bottom: 15px;
    right: 6px;
  }
  .devices-img {
    display: none;
  }

  .devices-txt {
    display: none;
  }
}
