.banner-wrapper {background: url("../images/banner/experiment-banner.jpg") no-repeat top center #021221; z-index: 1;}


.text-wrapper{ margin:0 auto; text-align: center; position:absolute; z-index:5; top:120px; left: 0; right:0;}

.quotes {display: none;  padding:0px 18% 0; width: 60%; margin: 0 auto; }
.quotes h1{  color: #ffffff;   line-height:50px;}
/* -------------------- */


.stage {
	position: relative;
	width: 100%;
	height: 100%;
}
.stage svg, .stage img {
	position: absolute;
	z-index: 2;
}
.stage img:nth-child(1) { left: 20%; top: 40%; }
.stage img:nth-child(2) { left: 90%; top: 30%; }
.stage img:nth-child(3) { left: 80%; top: 75%; }
.stage img:nth-child(4) { left: 15%; top: 80%; }
.stage img:nth-child(5) { left: 70%; top: 50%; }
.stage img:nth-child(6) { left: 10%; top: 20%; }
.stage img:nth-child(7) { left: 2%; top: 40%; }
.stage img:nth-child(8) { left: 10%; top: 65%; }
.stage img:nth-child(9) { left: 69%; top:80%; }



/*----------------------------------    */
:root {
    --overlay: rgba(0, 0, 0, 0.35);
    --box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.35);
  }
  /* SECOND SECTION
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* .photos-section .card-outer {
    margin-bottom: 30px;
  }
   */
.photos-section .card-body{position: relative; padding: 15px;} 
.photos-section .card-body h5{font-size: 19px;}
.photos-section .card-body  .share{position: absolute; right: 15px; bottom: 16px; width: 15px; cursor: pointer;} 
      
  .photos-section .ecard {
    border: none;
    box-shadow: var(--box-shadow);
      transition: 0.5s ease-in-out;
      margin:0 auto 40px;
      width: 400px;
  }
  
  .photos-section .ecard:hover {
      transform: translateY(20px);
  }
  
  .photos-section .ecard svg {
    bottom: -18px;
    left: 0;
    height: 55px;
  }
 
      
      
  .photos-section .card-body a{ position: relative; text-decoration: none; color: var(--secondry-color); font-weight:600;}

          
   .photos-section .ecard a:hover::before {
      -webkit-animation-play-state: running;
      animation-play-state: running
  
  }       
          
  .photos-section .ecard a::after {
      display: none
  }  
          
        
          
          
   @-webkit-keyframes vamtam-underline-move {
      from {
          -webkit-mask-position: -8px center;
          mask-position: -8px center
      }
  
      to {
          -webkit-mask-position: 500px center;
          mask-position: 500px center
      }
  }
  
  @keyframes vamtam-underline-move {
      from {
          -webkit-mask-position: -8px center;
          mask-position: -8px center
      }
  
      to {
          -webkit-mask-position: 500px center;
          mask-position: 500px center
      }
  }       
      
      
      
      
    /*–––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (min-width: 768px) {
    .cover-section .caption {
      bottom: 50px;
    }
    
    .cover-section svg {
      height: 50vh;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .photos-section .card-outer {
      margin-bottom: 0;
    }
  }  
  














/* ----------------------------------------- */
.b-content h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
}


.b-content ul li {
	list-style: circle;
	margin: 2px 0 2px 40px;
    font-size: 18px;
	line-height: 30px;
}

/*----------------------------------    */
.box {
	border: 1px solid #ccc;
	border-radius: 15px;
	padding:50px 30px;
	margin: 0 10px 30px;
}
/* img {
	max-width: 100%;
} */
.bg-color {
	background: #f3e9dd;
}

	
.akram{background: #f2e4fa;}	
	
.b-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*-------------------------------	*/

	
.b-content h2 {
	position: relative;
	text-decoration: none;
	color: var(--secondry-color);
	font-weight: 600;
	width: max-content;
}
.b-content h2:before {
	content: "";
	position: absolute;
	display: inline;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 6px;
	-webkit-mask-image: url( "../images/line-border.svg");
	mask-image: url( "../images/line-border.svg");
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-size: 13px 6px;
	mask-size: 13px 6px;
	-webkit-mask-position: -8px center;
	mask-position: -8px center;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	text-decoration-skip: objects;
	background-color: #fd9800;
	-webkit-animation: vamtam-underline-move 40s linear infinite;
	animation: vamtam-underline-move 40s linear infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	width: 100%;
	-webkit-animation-play-state: running;
	animation-play-state: running
}
     
 @-webkit-keyframes vamtam-underline-move {
from {
-webkit-mask-position: -8px center;
mask-position: -8px center
}
to {
-webkit-mask-position: 500px center;
mask-position: 500px center
}
}
@keyframes vamtam-underline-move {
from {
-webkit-mask-position: -8px center;
mask-position: -8px center
}
to {
-webkit-mask-position: 500px center;
mask-position: 500px center
}
}


/*-------------video------------------*/
.responsiveIframe {
    margin: 0 15px 30px;
    position: relative;
    padding: 0;
    /*padding-bottom: calc(56.25%);*/
    padding-bottom: calc(48%);
    background: #000;
    border-radius: 35px;
    border: 20px solid #000;
    box-shadow: 0 30px 40px -25px #000;

}

.responsiveIframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*------------------------------------*/

.step-wrapper {
    width: min(95%, 70rem);
    margin: 0 auto;
}

.step-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.step-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    flex: 1 0 45%;
    /* max-width: 50%; */

}

.step-item h3 {
    text-align: center;
}

.step-item img {
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    margin: 10px auto;
}

.step-item p{text-align: center; margin-top: 5px;}

.center {margin:15px auto 0; text-align: center;}

/*--------------------------*/

@media (max-width:767px) {
    .step-content {
        display: block;
    }

    .step-item {
        max-width: 100%;
    }
}

/* -------------test---------------- */

.ob-img {
    position: relative;
    width: 55%;
}

.ob-img img {
    position: relative;
    z-index: 5;
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
    background: no-repeat;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* --- */

.ob-img span {
    animation-iteration-count: infinite;
    animation-name: animate;
    animation-timing-function: linear;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.5s ease;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    border-style: none;

}

.result span {
    background-color: rgba(129, 176, 36, 0.5) !important;
}

.ob-img span:nth-child(1) {
    animation-duration: 8s;
}

.ob-img span:nth-child(2) {
    animation-duration: 6s;
}

.ob-img span:nth-child(3) {
    animation-duration: 12s;
}


@keyframes animate {
    to {
        transform: rotateZ(3turn);
    }
}



/* ----------- */
.star {
    position: absolute;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 63% 33%, 98% 35%, 69% 58%, 79% 91%, 50% 73%, 21% 91%, 29% 58%, 2% 35%, 37% 33%);
    /* background-color: #4EB9E4; */
    background-color: #ebe7e3;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 99;
}

.star--small {
    width: 7%;
    aspect-ratio: 1;
}

.star--medium {
    width: 10%;
    aspect-ratio: 1;
}

.star--big {
    width: 10%;
    aspect-ratio: 1;
}

.star:nth-child(1) {
    top: 20%;
    left: 23%;
    animation-name: rotation-star-1;
}

/* .star:nth-child(1).star--big {background-color: #1097CF;} */

@keyframes rotation-star-1 {
    0% {
        top: 20%;
        left: 23%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 1;
    }

    50% {
        top: 84%;
        left: 65%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 1;
    }

    50.00001% {
        top: 84%;
        left: 65%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 3;
    }

    100% {
        top: 20%;
        left: 23%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 3;
    }
}

.star:nth-child(2) {
    top: 15%;
    left: 78%;
    animation-name: rotation-star-2;
}

/* .star:nth-child(2).star--big { background-color: #1097CF;} */

@keyframes rotation-star-2 {
    0% {
        top: 15%;
        left: 78%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 1;
    }

    50% {
        top: 78%;
        left: 15%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 1;
    }

    50.00001% {
        top: 78%;
        left: 15%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 3;
    }

    100% {
        top: 15%;
        left: 78%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 3;
    }
}

.star:nth-child(3) {
    top: 78%;
    left: 15%;
    animation-name: rotation-star-3;
}

/* .star:nth-child(3).star--big {background-color: #1097CF;} */

@keyframes rotation-star-3 {
    0% {
        top: 78%;
        left: 15%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 1;
    }

    50% {
        top: 15%;
        left: 78%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 1;
    }

    50.00001% {
        top: 15%;
        left: 78%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 3;
    }

    100% {
        top: 78%;
        left: 15%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 3;
    }
}

.star:nth-child(4) {
    top: 84%;
    left: 65%;
    animation-name: rotation-star-4;
}

/* .star:nth-child(4).star--big { background-color: #1097CF;} */

@keyframes rotation-star-4 {
    0% {
        top: 84%;
        left: 65%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 1;
    }

    50% {
        top: 20%;
        left: 23%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 1;
    }

    50.00001% {
        top: 20%;
        left: 23%;
        transform: translate(-50%, -50%) rotate(90deg);
        z-index: 3;
    }

    100% {
        top: 84%;
        left: 65%;
        transform: translate(-50%, -50%) rotate(180deg);
        z-index: 3;
    }
}

.animation_2,
.animation_3 {
    animation-duration: 3.5s;
}

.animation_3,
.animation_1 {
    animation-direction: reverse;
}

.animation_1,
.animation_4 {
    animation-duration: 2.3333333333s;
}

@keyframes rotate-planet {
    0% {
        transform: rotate(0deg);
    }

    47% {
        transform: rotate(20deg);
    }

    53% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


@media only screen and (max-width:1400px){.quotes h1{font-size: 30px; line-height: 40px; padding:30px;}

}

@media only screen and (max-width:990px){.ob-img {width: 45%; margin: 0 auto;}}

@media screen and (min-width:960px) and (max-width:1365px){.quotes h1{padding:10px 30px;}}

@media only screen and (max-width:959px){.quotes h1{padding:10px;} .text-wrapper{ top:135px;} }

@media only screen and (max-width:850px) {.b-content h2:before{bottom: -5px; }
.b-content h2{margin-bottom:15px;}
.b-content{margin-top: 5px;}

}


@media screen and (max-width:768px){  .text-wrapper{ top:140px;}.quotes {width:80%;}
.exp-inside{max-width: 95% !important;}
}


@media only screen and (max-width:767px) {
    .ob-img {width:55%;}
    .box{padding: 30px 10px;}

}

@media only screen and (max-width:640px) {
    .ob-img {width:70%;}
    .exp-inside{max-width:100% !important;}
}




@media only screen and (max-width:480px){.quotes {width:100%;} .text-wrapper{ top:130px;}}