body{ 
  min-height: 100vh;
  background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
 
}

.url-body {
  min-height: 100vh;
  max-width: 100vw;
  padding-top: 65px;
  margin: 0;
}


.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: -1px;
  border-right: 1px solid #eee;
  background-color: #3a3f51;
  color: #a6a8b1;
}

.btn-primary {
  background-image: radial-gradient(
    circle 382px at 50% 50.2%,
    rgba(73, 76, 212, 1) 0.1%,
    rgba(3, 1, 50, 1) 100.2%
  );
  outline: none;
  border: 0;
  color: white;
}


.btn-primary:hover {
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(2, 37, 78, 1) 0%,
    rgba(4, 56, 126, 1) 19.7%,
    rgba(85, 245, 221, 1) 100.2%
  );
}

.concept {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.349);
  color: #1d1d1d;
  padding: 3px;
  width: 100%;
  border-radius: 8.5px;
}

.navbar {
  position: fixed;
  z-index: 200;
  right: 25px;
  top: 3%;
  background-color: transparent;
}

.nav-sidebar {
  margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px;
}

#qfile {
  text-align: center;
}

#qfile {
  color: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(151, 41, 247, 1) 0%,
    rgba(24, 22, 39, 1) 90%
  );
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #a6a8b1;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.card {
  padding: 20px 10px;
  background-image: linear-gradient(
    109.6deg,
    rgba(112, 246, 255, 0.33) 11.2%,
    rgba(221, 108, 241, 0.26) 42%,
    rgba(229, 106, 253, 0.71) 71.5%,
    rgba(123, 183, 253, 1) 100.2%
  );
  border-radius: 20px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.form-control,
.form-control-static {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 15px;
  outline: none;
  border: none;
  padding-left: 5px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  color: #fff;
  background-color: #32374a;
}

.navbar-nav > li {
  float: left;
  margin-left: 1px;
}

.navbar-inverse {
  background-color: #f04949;
  border-color: #f04949;
}

.navbar-inverse .navbar-brand {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.navbar-nav {
  background-color: transparent;
}

.navbar ul .dropdown .dropdown-menu {
  margin-top: 3px;
  border-radius: 15px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #f04949;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #f04949;
}

.line {
  font-size: 0;
  height: 2px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
  background-color: #2e3344;
}

.sidebar ul.nav li a > i {
  float: left;
  line-height: 40px;
  margin: -10px 5px -10px -10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 40px;
}

.sidebar ul.nav li a {
  font-weight: 700;
}

.btn {
  border-radius: 15px;
  background-color: white;
}

.navbar-nav li:hover {
  border-radius: 20px;
}

/* Customize the label (the container) */
.rblabel {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rblabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rblabel:hover input ~ .checkmark {
  background-color: #f5c8c8;
}

/* When the radio button is checked, add a blue background */
.rblabel input:checked ~ .checkmark {
  background-color: #a34610;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rblabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rblabel .checkmark:after {
  top: 4px;
  left: 4.2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

.share-body {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to top,
    #fdcbf1 0%,
    #fdcbf1 1%,
    #e6dee9 100%
  );
  max-width: 100vw;
}

.share-body .share-card {
  width: 60vw;
  min-height: 40vh;
  background-image: linear-gradient(
    179.7deg,
    rgba(249, 21, 215, 1) 1.1%,
    rgba(22, 0, 98, 1) 99%
  );
  color: white;
  text-align: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50px;
  text-wrap: wrap;
  text-align: center;
}

.share-card .code {
  text-align: center;
  padding: 20px;
  background-color: white;
  height: 200px;
  width: 200px;
  margin-left: calc(30vw - 120px);
  border-radius: 25px;
}

.share-card .code img {
  width: 100%;
}

.share-card a {
  border-radius: 50%;
  color: yellow;
  height: 30px;
  width: 30px;
}

.share-card a:hover {
  text-decoration: none;
  color: #cfd9df;
}

.no-display {
  visibility: hidden;
}
#showlink {
  display: none;
}
/* Define the blinking animation */
@keyframes blink {
  0% { color: white; }
  50% { color: yellow; }
  100% { color: white; }
}

/* Apply the animation to the text */
.blinking-text {
  animation: blink 1s infinite; /* 1-second duration, infinite loop */
  font-size: 20px; /* Adjust font size as needed */
  font-weight: bold; /* Optional: make the text bold */
}

.share-card .btn-primary{
  display: inline-flex;
  text-align: center;
  width: fit-content;
  border-radius: 7px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: white ;
  color: #7a1175;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.share-card .btn-primary:hover{
  color: darkgreen;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.share-card .fa-facebook {
  background-color: #0b477c;
  padding: 10px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.share-card .fa-twitter {
  background-color: #428bca;
  padding: 10px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.share-card .fa-whatsapp {
  background-color: #50ad6f;
  padding: 9px 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.share-card .fa-link {
  background-color: #ad50a8;
  padding: 9px 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.share-card .fa:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.norm:hover {
  text-decoration: none;
}

h3 {
  color: #7a1175;
}

.menu-img {
  height: 80px;
}

.summary {
  background-image: linear-gradient(
    109.6deg,
    rgba(112, 246, 255, 0.33) 11.2%,
    rgba(221, 108, 241, 0.26) 42%,
    rgba(229, 106, 253, 0.71) 71.5%,
    rgba(123, 183, 253, 1) 100.2%
  );
  padding-bottom: 30px;
  min-height: 100vh;
  height: 100%;
}

.panel {
  border-radius: 8.5px 8.5px 0 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
}

.summary .panel-heading {
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  color: white;
  font-weight: bold;
  border-radius: 8.5px 8.5px 0 0;
}

.summary .panel-heading h4 {
  text-wrap: wrap;
}

.summary .panel-heading a {
  color: white;
}


.slides-body {
  padding-top: 65px;
  margin: 0;
}

.slides-body a i
{
  border: 1px solid;
  padding: 3px;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;;
}



.fly_boy {
  position: fixed;
  width: 120px;
  left: 2%;
  bottom: 1%;
  z-index: 1000;
}

.image-container {
  margin: auto;
  text-align: center;
  float:left;
  width: 100%;
}

#image-preview {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}


.image-item {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin: 10px;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: linear-gradient(90deg, #a34610, red );
  color: white;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 5px;
}

.add-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: linear-gradient(127deg, #fdcbf1 ,#f5c8c8);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  height: 100px;
  width: 100px;
  border-color: #fdcbf1;
  border-style: dashed;
  border-width: 3px;
  font-size: 45px;
  border-radius:20px;
}

.upload-btn {
  margin-top: 15px;
  padding: 10px 15px;
  background: linear-gradient(90deg, #0b477c , #428bca);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.upload-btn:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.gallery-box{
  margin: 0;
  height: 100vh;
  height: 100%;
  background-image: linear-gradient(
    to top,
    #fdcbf1 0%,
    #fdcbf1 1%,
    #e6dee9 100%
  );
  background: linear-gradient(270deg, #beffe8, #cec6fd, #dbcdff,#ffdad7,#ffc5de);
 /* background-size: 600% 600%;
  animation: gradientAnimation 6s infinite alternate;*/
}

.gallery-box .card{
  color:white;
  text-shadow: 1px 1px 2px black;
  min-height: unset;
}
.gallery-box .card a{
 color:yellow;
}
.gallery-box .card a:hover{
 color:orange;
 text-decoration: none;
 text-shadow: 1px 1px 2px #0b477c;
}


.gallery-box .footer{
  background-color: transparent;
  background: transparent;
}
.gallery-box .footer .container{
  background: black;
}



@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%;
  }
  100% {
      background-position: 100% 50%;
  }
}


.gallery-box img{
  max-width: 100%;
  width:100%;
  min-height: 300px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-single{
	margin: 30px 0px;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.gallery-single:hover .why-text{
	bottom: 0px;
}
.gallery-box{
	padding: 70px 0px;
}
.tz-gallery{
	margin-top: 30px;
}
.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2); overflow: hidden;
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3); overflow: hidden;
}

.summary .col-md-6 .panel{
  height: 350px;;
}

@media (max-width: 768px) {
  
.gallery-box img{
  max-width: 100%;
  width:100%;
  min-height: 100px;
  max-height: 1500px;
  object-fit: contain;
  border-radius: 10px;
}

  
.slides-body .container{
  margin-left: 5px;
  margin-right: 5px;
}

.image-item {
  width: 150px;
  height: 200px;
}
  
  .fly_boy {
    position: fixed;
    width: 100px;
    left: 30px;
    top: 1%;
    opacity: 0.4;
  }
  .share-body .share-card {
    width: 80vw;
    padding: 10px;
  }
  .share-body .share-card .code {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
    max-width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .share-card .code img {
    width: 100%;
    max-width: 200px;
    min-width: 10px;
    min-height: 10px;
  }
  .url-body {
    padding: 10px;
    padding-top: 50px;
  }

  .card {
    margin: 10px 0;
  }
}
