

@media (max-width: 767.98px) {
        .equal-height-card {
            margin-bottom: 20px;
        }
    }

.ecommerce-card1{height:auto;max-width:100%}.ecommerce-card2{height:auto;max-width:100%}#opportunityContainer jumbotron{height:500px}#opportunite-slider-container{width:80%;max-width:650px;margin:0 auto;height:250px;position:relative}#opportunite-slider{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;height:100%}#opportunite-slider::-webkit-scrollbar{display:none}#opportunite-slider-controls{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}#opportunite-slider-controls button{background:#fff;border:1px solid #ccc;padding:10px 20px;margin:0 10px}#opportunite-slider-controls button:hover{cursor:pointer}.custom-button{border-radius:20px}.img-fit{max-width:100%;height:auto;display:block;margin:0 auto}#zoom-image{transition:transform 0.3s}#zoom-image:hover{transform:scale(1.02)}#amazone-card{background-color:#f8f9fa;margin-top:20px;border:double 4px transparent;border-radius:20px;background-image:linear-gradient(white,white),radial-gradient(circle at top left,#1abc9c,#1abc9c);background-origin:border-box;background-clip:padding-box,border-box;transition:transform 0.3s ease}.landing-text-description{text-align:center;font-size:24px;margin-top:20px}.landing-card-anim{margin-top:20px;border:double 4px transparent;border-radius:20px;background-origin:border-box;background-clip:padding-box,border-box;transition:transform 0.3s ease}.landing-card-anim:hover{transform:scale(1.05)}table,th,td{border:3px solid turquoise;border-collapse:collapse}.table-wrapper{display:flex;flex-direction:column;height:100%}.table-wrapper .table{flex:1}.tableWithDetails{height:100%}@keyframes rotate{100%{transform:rotate(1turn)}}.rotation-border{position:relative;z-index:0;border-radius:10px;overflow:hidden;padding:2rem;&::before{content:'';position:absolute;z-index:-2;left:-50%;top:-50%;width:200%;height:200%;background-color:#399953;background-repeat:no-repeat;background-size:50% 50%,50% 50%;background-position:0 0,100% 0,100% 100%,0 100%;background-image:linear-gradient(#43C6DB,#43C6DB),linear-gradient(#43C6DB,#43C6DB),linear-gradient(#FFA500,#FFA500),linear-gradient(#FFA500,#FFA500);animation:rotate 50s linear infinite}&::after{content:'';position:absolute;z-index:-1;left:6px;top:6px;width:calc(100% - 12px);height:calc(100% - 12px);background:#fff;border-radius:5px}}.carousel-control-prev-icon,.carousel-control-next-icon{filter:brightness(0) invert(1) sepia(1) saturate(100) hue-rotate(30deg)}.equal-height-card{display:flex;flex-direction:column}.equal-height-card .card{flex-grow:1}.card-button{border-radius:10px;padding:10px 20px;background-color:grey;color:#fff;border:none;cursor:pointer}.zoom-img{transition:transform 0.3s ease}.zoom-img:hover{transform:scale(1.5)}.scroll-to-top{position:fixed;bottom:20px;right:20px;display:none}#landingCard .card{display:flex;flex-direction:column;height:100%}#landingCard .card-body{flex:1;overflow-y:auto;padding:0 15px}#landingCard .card-text{margin-bottom:0}@media (max-width:820px){#landingCard .card{height:auto}#landingCard .card-body{overflow-y:initial}}@media (max-width: 767.98px) { .equal-height-card { margin-bottom: 20px; } }
@media (max-width:912px){#landingCard .card{height:auto}}@media (max-width:820px),(max-height:1180px),(max-width:768px),(max-height:1024px),(max-width:912px),(max-height:1368px),(max-width:280px),(max-height:653px){#landing-card1 .card-body,#landing-card2 .card-body,#landing-card3 .card-body,#landing-card4 .card-body,#landing-card5 .card-body{overflow:auto;padding:15px}}#landingJumbotron{padding-top:30px;padding-bottom:30px}.navbar::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background-color:#40A0E0}.navbar{border:none}#animContainerAdvice{position:relative;overflow:hidden;width:100%}.blockquote-custom{height:100%}#background-wrap{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1;background-image:linear-gradient(to right,#b6fbff,#83a4d4);padding:10px 20px 15px 5px;"
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
	 
}


/* Display iframe1 on large and medium screens 

@media screen and (min-width: 768px) {

    #iframe1 {

        display: block;

    }

}




@media screen and (max-width: 767px) {

    #iframe2 {

        display: block;

    }

}*/


@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS advice bubble*/

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";height:180px;left:10px;position:absolute;width:180px}.animate-charcter{text-transform:uppercase;background-image:linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);background-size:auto auto;background-clip:border-box;background-size:200% auto;color:#fff;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textclip 10s linear infinite;display:inline-block;font-size:40px}@keyframes textclip{to{background-position:200% center}}#sportContainer .card-wrapper{margin-bottom:20px}