body
{
	overflow-x:hidden; 
	/*background: linear-gradient(#cfebfd, #FFFFFF) fixed;*/
}
h1
{
	
}


.drop1 {
    position: relative;
    width: auto;
    height: auto;
	padding:4px;
    box-shadow:
        inset 20px 20px 20px rgba(0, 0, 0, 0.05),
        25px 35px 20px rgba(0, 0, 0, 0.05),
        25px 30px 30px rgba(0, 0, 0, 0.05),
        inset -20px -20px 25px rgba(146, 188, 63, 100);
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop {
    position: relative;
    width: auto;
    height: auto;
	padding:4px;
    box-shadow:
        inset 20px 20px 20px rgba(0, 0, 0, 0.05),
        25px 35px 20px rgba(0, 0, 0, 0.05),
        25px 30px 30px rgba(0, 0, 0, 0.05),
        inset -20px -20px 25px rgba(81, 99, 141, 1);
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop:nth-child(1) 
{
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.drop1:nth-child(2) 
{
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.drop:nth-child(3) 
{
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.drop1:nth-child(4) 
{
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.drop:nth-child(5) 
{
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}


label
{
	color:#000000 !important;
	font-weight: bold;
}


.nav-link
{
  font-size:14px !important;
  color:#fff !important;
}




.carousel-item img
{
	width:100%;
	height:80vh
}

.card-body img
{
	min-width:50%;
	max-height:200px;
}

.card
{
    min-height: 150px;
    border: transparent;
    margin-top: 8px;
    margin-bottom: 8px;
    /* box-shadow: 0px 0px 3px; */
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.cards
{
      display: inline-block;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.1);
      margin-right: 15px;
      margin-bottom: 10px;
	  width: 250px;
	  height: 170px;
	  background-color:white;
}



.container2
{
        position: relative;
        text-align: right;
        color: #000000;
       
		
}
      
.centered1
{
       
        position: absolute;
        top: 50%;
        right: 16%;
		position: absolute;
        
        transform: translate(-50%, -50%);
        color: black;
        text-align: right;
		font-size: 20px;
		font-weight: bold;
      
		
 }


.card
{
    min-height: 150px;
    border: transparent;
    margin-top: 8px;
    margin-bottom: 8px;
    /* box-shadow: 0px 0px 3px; */
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.cards1
{
      display: inline-block;
      padding: 5px;
      border-radius: 5px;
      margin-right: 15px;
      margin-bottom: 10px;
	  width: 200px;
	  height: 250px;
}



.container1 
{
        position: relative;
        text-align: center;
        color: #000000;
       
		
}
      
.centered 
{
       
	    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
		font-size: 20px;
		font-weight: bold;
		
 }
 

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


label
{
  
  font-size:bold;
  color:#808080;
}