*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-color: #757575;
    margin-bottom: 0;
    overflow-x: hidden;
   height:100vh;

}
html{
    height: 100%;
    scrollbar-color: #407d53 #b6d2e3;
}

.wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, [col] 100% ) ;
    grid-template-rows: repeat(3, [row] 50vh );

  }
.grassygrass {
    height: 75vh;
    min-height: 600px;
    width: 100%;
    position: absolute;
    top: 20vh;
    z-index: -1;
    background-image: linear-gradient(#407d53 80%, #757575);
}
.grassyfull {
    height: 100%;
    min-height: 600px;
    width: 100%;
    position: absolute;
    z-index: -5;
    background-image: linear-gradient(#407d53 80%, #757575);
    align-content: center;
    flex-direction: column;
}
  .box {
    color: #fff;
    border-radius: 5px;
    padding: 0px;

  }

  .a {
 
    grid-row: row / span 2;
  }
  
  .c {
 
    grid-row: row 2 ;

  }


  .e {
align-self:end;
    grid-row: row 3;
  }

/*grass*/
.st1{
    max-height: 50px;
}

label {
    font-size: 18px;
    vertical-align: middle;
  }
  
  input[type="radio"] {
    vertical-align: middle;
  }
p{
    font-size: 1.5em;
    font-family: 'Patua One', cursive;
    letter-spacing: .1em;

}
.cbox p {
    font-family: 'Patua One', cursive;
    font-size: 1.5em; 
    z-index: inherit;
  }
.cbox2 li{
    font-family: 'Patua One', cursive;
    font-size: 1.5em; 
}
h3 {
    font-family: 'Patua One', cursive;
    font-size: 2.5em; 
    letter-spacing: 3px;


}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 5;
    min-height: 10vh;
    background-color: #303030;
    font-family: 'Pacifico', cursive;
}
.cboxvert a{
    font-family: 'Pacifico', cursive;
    color: #a6c7db;
}
ol {  
    list-style-type: none;  
 
    }  
    ul {  
    list-style-type: none;  
        
    }  
.cbox ul{
    
    font-size: 1.5em;
    font-family: 'Patua One', cursive;
    letter-spacing: .1em;
}
/* Dog color: b6d2e3 */
.logo{
    position: relative;
    color:transparent;
    z-index: 103;
    letter-spacing: 2px;
    font-size:  2em;
    background-image: repeating-linear-gradient(45deg,#d2e0e9,#eaf1f5 4px,#a6c7db 6px,#a6c7db 20px);
    background-size: 400%;
    animation: btnbganim 105s infinite alternate;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    padding: .2em;
    text-align: center;
}

.nav-links{
    z-index: 3;
    display: flex;
    width: 35%;
    justify-content: space-around;
 
}
.nav-links a{
    z-index: 3;
    color: transparent;
    text-decoration: none;
    oooo-size: 24px;
    background-image: repeating-linear-gradient(45deg,#d2e0e9,#eaf1f5 4px,#a6c7db 6px,#a6c7db 20px);
    background-size: 400%;
       animation: btnbganim 25s infinite alternate;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
}

.linkywinky:hover{
    font-size: 26px;
}
.textfonter{
    fill:#a6c7db;
    font-family: 'Patua One', cursive;
    font-size: .4em; 
    z-index: inherit;

}

.Mmenu div{
    width: 25px;
    height: 3px;
    background-color:rgb(209, 208, 208);
    margin: 5px;
    transition: all 0.3s ease;
    z-index: 3;
}
.Mmenu{
    display: none;
    margin: 0em;
    position: relative;
    padding-right: 2em;
    z-index: 5;
}
.cbox{
    flex-direction:row;
    z-index: 1;
    display: flex;
    width: 100VW;
    max-width: 100VW;
    flex-wrap: wrap;
    gap: 2em;
    padding: 1.2em;
}
.cboxvert{
  /*  min-height: 100vh;*/
    flex-direction:column;
    align-items: center;
    display: flex;
    width:100VW;
    justify-content: space-around;
    transform: translateY(-50%);
}
.row{
  padding: 10px;  
  background:
  linear-gradient(to right, rgba(0, 0, 0, 0.151) 2px, transparent 4px) 0 0,
  linear-gradient(to right, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 0 100%,
  linear-gradient(to left, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 100% 0,
  linear-gradient(to left, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 100% 100%,
  linear-gradient(to bottom, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 0 0,
  linear-gradient(to bottom, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 100% 0,
  linear-gradient(to top, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 0 100%,
  linear-gradient(to top, rgba(0, 0, 0, 0.151)  2px, transparent 4px) 100% 100%;
background-repeat: no-repeat;
background-size: 15px 15px;


    display: flex;
    flex-direction: row; 
    align-items: top;
    width: fit-content;
    align-self: center;
}
.cbox1{
    margin: 2em;
    padding: 1em;
    position: relative;
    z-index:inherit;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40vw;
    justify-content: space-around;
    border-radius: 1em;
    flex-grow:1;
    text-align: center;
    
}
.growbox{
    padding: 2em;
    position: relative;
    z-index:inherit;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 1em;
    flex: 5 1 200px;
    flex-basis: 200px;
    height: min-content;
 align-self: center;
 margin: 1EM;

}
.shrinkbox{
    padding: 1em;
    position: relative;
    z-index:inherit;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 1em;
    flex: 1 5 200px;
    text-align: center;
    flex-basis: 200px;
    margin: 1EM;
}

.cbox2{
   
    margin: 2em;
    padding: 1em;
    position: relative;
    z-index: inherit;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40vw;   
    justify-content: space-around;
    border-radius: 1em;
    flex-grow:1;
}
.cbox3{
    margin: 2em;
    padding: 1em;
    position: absolute;
    z-index: 1;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column; 
    align-items: center;
    min-height: 50vh;
    width: 65vw;   
    justify-content: space-around;
    border-radius: 1em;
    align-self: center;
    opacity: 0;
}
.cbox4{
    margin: 2em;
    padding: 1em;
    position: absolute;
    z-index: 1;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    width: 65vw;   
    justify-content: space-around;
    border-radius: 1em;
    align-self: center;
    opacity: 0;
}
.cbox5{
    margin: 2em;
    padding: 1em;
    position: absolute;
    z-index: 1;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    width: 65vw;   
    justify-content: space-around;
    border-radius: 1em;
    align-self: center;
    text-align: center;
    opacity: 0;
}
.cbox6{
    margin: 2em;
    padding: 1em;
    position: absolute;
    z-index: 1;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    width: 65vw;   
    justify-content: space-around;
    border-radius: 1em;
    opacity: 0;
    align-content: center;
    text-align: center;
}
.cbox7{
    margin: 2em;
    padding: 1em;
    position: absolute;
    align-self: center;
    z-index: 2;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
 /*   min-height: 75vh;*/
    width: 65vw;   
    justify-content: space-around;
    border-radius: 1em;
}
.fg {
	height:30vh;
}
.btnlearnmore{
    border-radius: 1.5em;
    position: relative;
    padding: 10px;
    max-height: 3em;
    font-family: 'Patua One', cursive;
    font-size: 1.5rem; 
    cursor: pointer;
    min-width: 35vw;
    max-width: 70vw;
    vertical-align: middle;
    margin: 20px;
    transition: ease-out;
 border: 0px;
 background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
 background-size: 400%;
    animation: btnbganim 80s infinite alternate;
}

.btnlearnmoreHALFSIZE{
    border-radius: 1.5em;
    position: relative;
    padding: 10px;
    max-height: 3em;
    font-family: 'Patua One', cursive;
    font-size: 1.5rem; 
    cursor: pointer;
    min-width: 50%;
    max-width: 70vw;
    vertical-align: middle;
    margin: 20px;
    transition: ease-out;
 border: 0px;
 background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
 background-size: 400%;
    animation: btnbganim 80s infinite alternate;
}
.btntrick{
    border-radius: 1.5em;
    position: relative;
    padding: 6px;
    max-height: 2em;
    font-family: 'Patua One', cursive;
    font-size: .85rem; 
    cursor: pointer;
    min-width: 30%;
    max-width: 50vw;
    vertical-align: middle;
    margin: 20px;
    transition: ease-out;
 border: 0px;
 background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
 background-size: 400%;
    animation: btnbganim 80s infinite alternate;
}

.btnlearnmore:hover{
    transition-duration: 1s;
    transition: ease-in-out;
    box-shadow: 5px 10px 18px #000000, 5px 10px 20px #b6d2e3 inset;
}
.btnlearnmoreHALFSIZE:hover{
    transition-duration: 1s;
    transition: ease-in-out;
    box-shadow: 5px 10px 18px #000000, 5px 10px 20px #b6d2e3 inset;
}
.btntrick:hover{
	cursor: auto;
	opacity: 0;
}
.buttoncontainer{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    min-height: 3em;
    margin-bottom: auto;
    flex-wrap: wrap;
    gap: 2rem;
}
input{
    background-color: #757575;
    font-size: 1.5rem;
    border-radius: .5em;
    display: flex; 
    flex-direction: column; 
}
form{
    align-items: center;
    text-align: center;
    align-content: center;
	margin: 0 auto;
}
input[type=text]{
    width: 75%;
}
label{
    font-size: 1.5em;
}
input:focus {
    border: 1px solid #313131;
}
textarea{
    background-color: #757575;
    font-size: 1em;
    border-radius: .5em;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    min-height: 10rem;
}
textarea:focus {
    border: 1px solid #313131;
}

.printertotes{
    text-align: right;
    vertical-align: right;
}
.feet{
    position: relative;
    top: 40px;
    z-index: -1;
    width: 100vw;

}
svg {
    z-index: -1;
}
.divdropper{
    z-index: 0;
    opacity: 0;
}
.divdropper2{
    opacity: 0;
    z-index: -1;
}
.hddnform{
    opacity: 0;
    z-index: -1;
}
.pictureframe{
    position: relative;
    margin: 2em;
    padding: 1em;
    position: relative;
    z-index:inherit;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 15em;
    justify-content: space-around;
    border-radius: 1em;
    flex-shrink: 1;
    text-align: center;
}
.pictureframe::before {
    content: " ";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .2; 
    z-index: -1;
    background: url('https://proudpuppyscoopers.com/images/logo.png') no-repeat center;
    background-attachment: fixed;
    background-size: contain;
}

.circleframe{
    clip-path: circle(45% at center);
}
.tooltipbtn{
	position:relative;

		text-decoration:underline;
}
.tooltipbtn::before,
.tooltipbtn::after{
	--scale: 0; 
	--arrow-size: 20px;
	
	position:absolute;
	top:-.35rem;
	left:50%;
	transform:translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
	transition: 150ms transform;
	transform-origin: bottom center;

}
.tooltipbtn::before{
	--translate-y: calc(-100% - var(--arrow-size));
		height: max-content;
	width:625rem;
	background:#97c0ca;
	content:attr(data-tooltip);
	border-radius: .3rem;
	text-align:center;
	width: max-content;
	padding: 1rem;
	background-image:url(img/sky2.svg);
	background-size:cover;
	background-position:center;
	color:black;
	max-width:40vw;
}

.tooltipbtn:hover::before,
.tooltipbtn:hover::after,
.tooltipbtn:active::before,
.tooltipbtn:active::after,
.tooltipbtn:focus::after,
.tooltipbtn:focus::before
{
		--scale: 1; 
}

.tooltipbtn::after{
	--translate-y:calc(-1 * var(--arrow-size));
		content:'';
		
			border: 10px solid transparent;
			border-top-color: #97c0ca;
			transform-origin: top center;
		
}

/* frame backup
.pictureframe{
    position: relative;
    margin: 2em;
    padding: 1em;
    position: relative;
    z-index:inherit;
    color: #cbe1f0;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40vw;
    min-width: 35vw;
    min-height: 15em;
    justify-content: space-around;
    border-radius: 1em;
    flex-grow:1;
    text-align: center;
}
.pictureframe::before {
    opacity: .4;
    background:url('https://proudpuppyscoopers.com/images/logo.png') no-repeat center;
    background-attachment: fixed;
    background-size: contain;
    margin: 2em;
    padding: 1em;
    position: relative;
    z-index:inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40vw;
    min-width: 35vw;
    min-height: 15em;
    justify-content: space-around;
    border-radius: 1em;
    flex-grow:1;
    text-align: center;
}
*/

@keyframes btnbganim {
    0% {background-position:top;}
    0% {background-position:bottom;}
}
/* ---------------------- This is the end of the nav and begining of Mobile ver ------*/
@media screen and (max-width:1300px){

	
	.nav-links{
        display: flex;
        width:52%;
        justify-content: space-around;
    }
    .cbox{

        z-index: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        width:100vw;
        justify-content: space-around;
    }
    .cbox1{
        min-width: 20vw;
    }
    .grassygrass {
        height: 50vh;
        width: 100%;
        position: absolute;
        top: 20vh;
        z-index: -1;
        background-image: linear-gradient(#407d53 75%, #757575);}

        .cboxvert{
            min-height: 100vh;
            flex-direction:column;
            align-items: center;
            display: flex;
            width:100VW;
            justify-content: space-around;
            transform: translateY(-20%);
        }
        
}
@media screen and (max-width:760px){
	
	 .tooltipbtn::before,
	.tooltipbtn::after{


	}
	  .popup1 .popuptext1 {
		font-size: 85%;
	  }
	 .tooltipbtn::before{
		max-width:75VW;	
		font-size: 60%;
	}
    body{
        overflow-x: hidden;
    }
    .row{
        flex-direction:column;
        align-items: center;
        display: flex;
        align-content: center;
    }
    .cboxvert{
        min-height: 100vh;
        flex-direction:column;
        align-items: center;
        display: flex;
        width:100VW;
        justify-content: space-around;
        transform: translateY(-22%);
    }
    .grassygrass {
        height: 30vh;
        width: 100%;
        position: absolute;
        top: 20vh;
        z-index: -1;
        background-image: linear-gradient(#407d53 50%, #757575);}
        
        .growbox{
            max-width: none;
        }
 .buttoncontainer{
            position: relative;
            align-items: center;
            display: flex;
            justify-content: space-around;
            flex-direction: column;
            min-height: 3em;
        
        }
    .cbox{
        z-index: 1;
        min-height: 100vh;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .cbox1{
        max-width: 85vw;
    }
    .cbox2{
        max-width: 85vw;
    }
    .cbox3{
        width: 90vw;
		position: absolute;
		top:15vh;
    }
    .cbox4{
        width: 90vw;
    }
    .cbox5{
        width: 90vw;
    }
    .cbox6{
        width: 90vw;
    }
    .cbox7{
        width: 90vw;
    }
.nav-links{
    position: absolute;
    right: 2vw;
    height: 80vh;
    top: 5em;
    border-radius: 1em;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    transform: translatey(-100vh);
    transition: transform 01.5s ease-in;

}
.Mmenu{
    display: block;
   cursor: pointer;
   padding-right: 1.5em;
}
}
.nav-active{
    transform: translatex(0%);
}
.logo{
    font-size: 1.5em;
    text-align: center;
}



@keyframes navlinkfade{
    from{
        tranform: translatey(50px);
    }
    to{
        tranform: translatey(50px);
    }
}
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


 /* -------------------------------------------Popup container -----------------------------------------------*/
 .popup1 {
    position: absolute;
    left: 36%;
    display: inline-block;
    cursor: pointer;
 
  }
  
  /* The actual popup (appears on top) */
  .popup1 .popuptext1 {
    visibility: hidden;
    width: 35vw;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    right: 1%;
    margin-left: -80px;
    font-family: 'Patua One', cursive;
     transition: ease-out;
    background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
    background-size: 400%;
       animation: btnbganim 80s infinite alternate;
  }
  
  /* Popup arrow */
  .popup1 .popuptext1::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #a6c7db transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup1 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  } 


/* ---------------------------form placeholder */

        input[type="text"]::placeholder {
             
            /* Firefox, Chrome, Opera */
            text-align: center;
        }






   /* -------------------------------------------Popup container2 -----------------------------------------------*/
   .popup2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
 
  }
  
  /* The actual popup (appears on top) */
  .popup2 .popuptext2 {
    visibility: hidden;
    width: 35vw;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 50%;
    margin-left: -80px;
    font-family: 'Patua One', cursive;
    font-size: 1.5rem; 
    background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
    background-size: 400%;
       animation: btnbganim 80s infinite alternate;
  }
  
  /* Popup arrow */
  .popup2 .popuptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #a6c7db transparent transparent transparent;
    
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup2 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  } 
    /* -------------------------------------------eend Popup container -----------------------------------------------*/
	
	
	
	 /* -------------------------------------------Popup 3 container -----------------------------------------------*/
 .popup3 {

    display: inline-block;
    cursor: pointer;
 
  }
  
  /* The actual popup (appears on top) */
  .popup3 .popuptext3 {
    visibility: hidden;
    width: 35vw;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 101%;
    right: 40%;
    margin-left: -80px;
    font-family: 'Patua One', cursive;
     transition: ease-out;
    background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
    background-size: 400%;
       animation: btnbganim 80s infinite alternate;

  }
  
  /* Popup arrow */
  .popup3 .popuptext3::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 38%;
    margin-left: -5px;
    border-width: 1rem;
    border-style: solid;
    border-color: #a6c7db transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup3 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  } 
  
      /* -------------------------------------------eend Popup container -----------------------------------------------*/
	
	
	
	 /* -------------------------------------------Popup 3 container -----------------------------------------------*/
 .popup4 {

    display: inline-block;
    cursor: pointer;
 
  }
  
  /* The actual popup (appears on top) */
  .popup4 .popuptext4 {
    visibility: hidden;
    width: 35vw;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 1rem 1rem;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 1%;
    margin-left: -80px;	
    font-family: 'Patua One', cursive;
     transition: ease-out;
    background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
    background-size: 400%;
       animation: btnbganim 80s infinite alternate;


  }
  
  /* Popup arrow */
  .popup4 .popuptext4::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 64%;
    margin-left: -5px;
    border-width: 1rem;
    border-style: solid;
    border-color: #a6c7db transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup4 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  } 
  
  
  
      /* -------------------------------------------eend Popup container -----------------------------------------------*/
	
	
	
	 /* -------------------------------------------Popup 3 container -----------------------------------------------*/
 .popup5 {

    display: inline-block;
    cursor: pointer;
 
  }
  
  /* The actual popup (appears on top) */
  .popup5 .popuptext5 {
    visibility: hidden;
    width: 35vw;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 1rem 1rem;
    position: absolute;
    z-index: 1;
    bottom: 54%;
    right: 1%;
    margin-left: -80px;	
    font-family: 'Patua One', cursive;
     transition: ease-out;
    background-image: repeating-linear-gradient(45deg,#b6d2e3,#b6d2e3 7px,#a6c7db 5px,#a6c7db 75px);
    background-size: 400%;
       animation: btnbganim 80s infinite alternate;


  }
  
  /* Popup arrow */
  .popup5 .popuptext5::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 75%;
    margin-left: -5px;
    border-width: 1rem;
    border-style: solid;
    border-color: #a6c7db transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup5 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  } 