body {
  font-family: "Tahoma";
  color: #272829;
  margin: 0;
  padding: 0;

}
.over-flow
{
	overflow-y: auto;
}
.fill-fff
{
	fill:#fff
}
.display-no{
	display:none;
}
.logo {
  
  height: auto; /* Adjust height proportionally */

}

/* Our sliderwrapper */

/* Our image information */
.before,
.after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.content-image {
  height: 100%;
}

.after {
  width: 125px;
}

.sliderscroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}

.sliderscroller:hover {
  opacity: 1;
}

.scrolling {
  pointer-events: none;
  opacity: 1;
  // z-index: 1;
}

.sliderscroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.sliderscroller:before,
.sliderscroller:after {
  content: " ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.sliderscroller:before {
  top: 100%;
}

.sliderscroller:after {
  bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.sliderscroller {
  border: 5px solid #D9D9D9;
}

.sliderscroller:before,
.sliderscroller:after {
  background: #D9D9D9;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid blue;
  border-bottom: 10px solid blue;
  width: 60px;
  height: 60px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#myTextbox {
  width: 100%;

  height: 400px;
  resize: none;
}
  /* Styles for mobile devices */
@media (max-width: 767px) {
	#video1,#video2,#video3,#video4,#sliders,#gif1
	{
		display:None;
	}
  .sliderwrapper {
    width: 400px;
    height: 380px;
    position: relative;
    margin: 0 auto;
    border: 1px solid black;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  #sharedesktop {
    display: none;
  }

  #sharemobile {
    display: inline;
  }



  #hashtagarea {

    width: 100%;

    height: 80px;
    resize: none;
  }



  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: inline-block;
  }

  .MainHeading,h1,h2 {
    font-size: 18px;
	font-weight: bold;
  }

  .Maintext {
    font-size: 14px;
	
  }

  #myTextbox {
    height: 250px;
    /* Set your desired height here */
  }

  #emojiarea {
    width: 100%;

    height: 80px;
    overflow-y: auto;
  }
}

#Searchbutton {
  background-color: transparent;
  border: none;
}

#Searchemojibox,
#Searchhashtagbox {
  background-color: transparent;
  border: none;
}

#Searchspan {
  background-color: transparent;
  border: none;
}

.smallfont {
  font-size: 12px;
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

#backToTopBtn:hover {
  background-color: #0056b3;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: bold;
  font-size: 30px;
  background-color: #ffcc00;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.youtube-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (height / width * 100) */
}

/* Make the embedded video responsive */
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .sliderwrapper {
    width: 650px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    border: 1px solid black;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  #sharemobile {
    display: none;
  }

  /* Styles for desktop devices */
  .desktop-logo {
    display: inline-block;
  }

  .mobile-logo {
    display: none;
  }

  .MainHeading,h1,h2 {
    font-size: 36px;
	font-weight: bold;
  }

  .Maintext {
    font-size: 24px;
  }

  #emojiarea {
    width: 100%;

    height: 200px;
    overflow-y: auto;
  }

  #hashtagarea {

    width: 100%;

    height: 100px;
    resize: none;
  }
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.video-container {
  position: relative;

  width: 80%;
  max-width: 800px;
  background-color: #ececec;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

video {
  width: 100%;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  opacity: .5;

}

.close-btn:hover {
  opacity: 1
}

.magictext-popup {
  margin: 0 auto;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  color: #10A2C3;
  border: 4px solid #10A2C3;
  padding: 20px;
  border-radius: 8px;
  z-index: 9999;

}