*{margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html, body {
  overflow-x: hidden;
}

.botao-duplo2 {
    display: none!important;
}

.btn1{
	font-family: inter;
	background: white;
	padding: 15px 30px;
	border-radius: 60px;
	color: #005572;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: solid 2px white;
}

.btn2{
	font-family: inter;
	background: #008afb;
	padding: 15px 30px;
	border-radius: 60px;
	color: white;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	border: solid 2px #008afb;
}


/*==============================
======= HOVER DOS BTNS =======
==============================*/
.btn1:hover{
	transform: scale(1.04); 
	background: #00000000;
	color: white;
	border: solid 2px white;
}

.btn2:hover{
	transform: scale(1.04);
	background: #00c3ff;
	border: solid 2px #00c3ff;
}

/*===================================
======= FIM DO HOVER DOS BTNS =======
=====================================*/


.bar{
	height: 6px;
	width: 15%;
	background: #008afb;
	border-radius: 30px;
	margin: 10px 0px;
}

.logo{
	display: flex;
	align-items: center;
	gap: 10px;
	
}



.cor-azul{
	color: #3cc1ff;
	font-weight: 900;
}

.cor-branco{
	color: white;
	font-weight: 900;

}

.cor-azul-forte{
	color: #005474;
	font-weight: 900;

}


h1{
	font-family: inter;
	font-size: 42px;
	font-weight: 600;
}

h2{
	font-size: 20px;
	font-family: inter;
	font-weight: 300;
}

h3{
	font-family: inter;
	font-weight: 600;
	font-size: 24px;
	color: #3cc1ff;

}

h4{
	font-family: inter;
	font-size: 16px;
	font-weight: 400;
}

h5{
	font-family: inter;
	font-size: 18px;
	font-weight: 500;
}



.header-ajust{
	display: flex;
}

.header-box1{
	display: flex;
	padding: 30px 60px 60px 60px;
	gap: 20px;
	align-items: center;
	background: #008afb;
	width: 40%;
	z-index: 1;

}


.header-box1 h4{
	color: white;
}

.header-icones i{
	padding: 12px;
	background: white;
	border-radius: 90px;
	font-size: 16px;
	color: #008afb;
}

.header-box2{
	display: flex;
	
	gap: 20px;
	background: #005572;
	width: 60%;
	justify-content: end;
	padding: 30px 60px 60px 60px;
	z-index: 1;

}

.header-icones2{
	display: flex;
	align-items: center;
	gap: 8px;
	color: white;
	font-size: 16px;
}

.header-box2 h4{
	color: white;
}


.header2{
	background: white;
	border-radius: 300px;
	width: 80%;
	padding: 0px 0px;
	margin: -30px auto 0px;
	z-index: 2;
	position: relative;
	align-items: center;
	display: flex;
	text-align: center;
}

.header2-itens{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	text-align: center;

}



.header2-itens-text{
	display: flex;
	gap: 15px;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.header2-itens img{
	width: 11%;
	margin-right: 20px;
}

.barra-pesquisa {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.barra-pesquisa input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
  flex: 1;
  font-family: inter;
}

.barra-pesquisa button {
  padding: 10px 16px;
  background-color: #008afb;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}



.sec1{
	animation: slideBackground 15s infinite;
	background-size: cover;
}

@keyframes slideBackground {
  0% {
    background-image: url('assets/bg1.jpg');
  }
  33% {
    background-image: url('assets/bg3.jpg');
  }
  66% {
    background-image: url('assets/bg4.jpg');
  }
  100% {
    background-image: url('assets/bg1.jpg');
  }
}

.title{
	padding: 90px 120px;
}

.title h1,
.title h2{
	color: white;
}

.all-btn{
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.sec2-ajust{
	display: flex;
	padding: 60px 110px;
	gap: 30px;
	align-items: center;
}

.sec2-ajust img{
	max-height: 500px;
	height: auto;
}

.sec2-btn-ajust{
	padding-top: 30px;
}

.sec2-btn-ajust a i{
padding-right: 6px;
}

.all-btn .btn1 i{
	padding-right: 6px;
}


.sec3{
	background: white;
}

.sec-missao{
	background: #e0e0e0;
}

.sec3-title h1,
.sec3-title h2,
.sec3-title h3{
	text-align: center;
	padding: 0px 0px;
}

.sec3-title .bar{
	margin: 10px auto;
}

.sec3-title{
	padding-bottom: 30px;
}

.sec3-ajust{
	padding: 60px 240px;
}


.cases-de-sucesso{
display: flex;
gap: 30px;
justify-content: center;
}

.case{
	transition: all 0.3s ease;
	padding: 30px;
	border-radius: 30px;
	background: #008afb;
	display: flex;
	align-items: center;
	gap: 8px;
	border: solid 2px #008afb;
}

.case h3{
	color: white;
	transition: all 0.3s ease;
}
.case i{
	font-size: 36px;
	color: #3cc1ff;
	background: white;
	border-radius: 30px;
	padding: 10px;
	transition: all 0.3s ease;
}

.do-meio{
	padding: 30px 0px;
}

.case-outro{
	transition: all 0.3s ease;
	padding: 30px;
	border-radius: 30px;
	background: #00547400;
	display: flex;
	align-items: center;
	gap: 8px;
	border: solid 2px #008afb;
}

.case-outro h3{
	color:#008afb;
	transition: all 0.3s ease;
}
.case-outro i{
	background: #008afb;
	border-radius: 30px;
	padding: 10px;
	font-size: 36px;
	color: white;
	transition: all 0.3s ease;
}


/*==============================
======= HOVER DOS CASE =======
==============================*/

.case:hover {
	background: #00547400;
	border: solid 2px #008afb;
	transform: scale(1.02); 
	box-shadow: 0 8px 20px rgba(0, 84, 116, 0.2);
}

.case:hover h3 {
	color: #008afb;
}

.case:hover i {
	color: #008afb;
}



.case-outro:hover {
	background: #008afb;
	border: solid 2px #008afb;
		transform: scale(1.04); 
	box-shadow: 0 8px 20px rgba(0, 84, 116, 0.2);
}

.case-outro:hover h3 {
	color: white;
}

.case-outro:hover i {
	background: white;
	color: #3cc1ff;
}


/*===============================
========= FIM DOS HOVER =========
===============================*/



.sec4{
	padding: 120px;
}
.sec4-box{
	
	background: url('assets/bg2.jpg');
	background-size: cover;
	background-position: bottom;
	padding: 60px;
	border-radius: 120px;
	display: flex;

	
}



.sec4 img{
	max-height: 400px;
	width: auto;
}

.sec4-title .bar{
	background: white;
}

.sec4-title h3{
	color: white;
	font-size: 20px;
}


.lista{
	padding: 10px 0px;

}
.lista-item{
	display: flex;
	align-items: center;
gap: 12px;
}

.lista-item i{
	color: #3cc1ff;
	font-size: 22px;
}



.sec4-itens-ajust{
	align-items: center;
	margin: auto 0px;
	max-width: 600px;
}


.sec4-itens{
	display: flex;
	gap: 15px;
}
.sec4-itens .item{
	background: #0092b9;
	padding: 30px;
	border-radius: 30px;

}

.sec4-itens .item i{
	font-size: 60px;
	color: black;
	padding: 12px 0px;
}

.sec4-itens .item h3,
.sec4-itens .item h5{
	color: white;
}

.sec4-itens .item h4{
}

.sec4-itens2{
	padding: 15px 0px 0px 0px;
}

.sec5-ajust{
	padding: 0px 0px 60px 0px;
}

.sec5-title{
	text-align: center;
	padding-bottom: 30px;
}

.sec5-title .bar{
	margin: 10px auto;
}

.blog{
	padding: 0px 120px;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.blog-item{
	background: white;
	border: solid 2px #008afb;
	padding: 30px;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0, 84, 116, 0.2);


}

.blog-item img{
	max-width: 300px;
	height: auto;
	border-radius: 30px;
}

.blog-item h3{
	color: #005474;
}

.blog-item i{
	color: white;
	background: #008afb;
	padding: 15px;
	border-radius: 90px;
	text-align: center;
	position: relative;
	margin-top: -15px;
	z-index: 3;
	font-size: 32px;
	border: solid 12px white;
}

.blog-title{
	text-align: left!important;
	padding: 10px 0px;

}

.sec5-btn-ajust{
	padding: 15px 0px 15px 0px;
	text-align: left;
}

.sec6{
	background:#008afb ;

}

.sec6-ajust{
	padding: 60px 120px;
}

.sec6-itens-ajust{
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 30px 0px;
}

.sec6-itens-ajust h3{
	color: white;
}

.sec6-itens-ajust .lista-item i{
	color: black;
}

.sec6-itens-ajust .lista {
    display: flex
;
    flex-direction: column;
    gap: 15px;
}

.sec6-itens-ajust .bar{
	background: white;
}

.gif{
	max-width: 100%;
	height: 100%;


}




.box-resultados{
	display: flex;
	gap: 30px;

}
.box-resultados-item{
	background: white;
		margin: 0px auto;
		padding: 30px;
		border-radius: 30px;
		text-align: center;
		box-shadow: 0 8px 20px rgba(0, 84, 116, 0.2);
}

.box-resultados-item i{
font-size: 60px;
color: #008afb;

}

.box-resultados-item h3{
	color: black;
}

.caso-pratico{
	
	border: solid 2px white;
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0 8px 20px rgba(0, 84, 116, 0.2);
}


/*================================
=========== FORMULÁRIO ===========
================================*/

.form-container {
  max-width: 500px;
  margin: 20px auto;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-family: 	inter;
  box-shadow: 0 8px 20px rgba(0, 84, 116, 0.2);
}

.form-container form {
  display: flex;
  flex-direction: column;
  width:400px;
  max-width: 	400px;

}

.form-container label {
  margin-top: 10px;
  font-weight: bold;
}

.form-container input {
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #aaa;
  border-radius: 30px;
}

.form-container button {
  margin-top: 15px;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}



/*================================
=========== FORMULÁRIO ===========
================================*/


.sec7-ajust{
	padding: 60px 120px;
	display: flex;
	gap: 30px;
	align-items: center;
}

.sec7-img img{
	max-width: 600px;
	height: auto;
}

.sec8-ajsut{
	display: flex;
	padding: 60px 120px;
	flex-direction: 	column	;
	justify-content: 	center	;
}

.sec8-title{
	text-align: 	center	;
}
.sec8-title .bar{
margin: 	10px auto	;
}

/*
==============================
=========== FOOTER ===========
==============================
*/

footer {
	background: #005572;
}
.footer-itens1{
	display: flex;
	padding: 30px 60px;
	justify-content:space-between;
	align-items:center;

}

.itens-footer{
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.cases img{
	max-width: 100%;
}

.logo img{width: 30%;
    max-width: 200px;
    height: auto;

    }

    .logo-iasis img{

    
    width: 100%;
    max-width: 200px;
    height: auto;
    padding: 30px 0px 15px 0px ;
      padding-bottom: 15px;
    }

    .logo-iasis2 img{

    
    width: 100%;
    max-width: 200px;
    height: auto;
  
     padding: 30px 0px 15px 0px ;
    }

 .termos{
 	display: flex;
 	gap: 20px;
 	justify-content: center;
 }
 .direitos h4{
 	justify-content: center;
 	text-align: center;
 	padding: 10px 0px 0px 0px;
 }

 footer{
 	padding: 30px 0px;
 }

 .itens-footer a,
 .itens-footer h4{
text-decoration: none;
color: white;
 }

 .itens-footer a :hover,
 .itens-footer h4:hover{
 	color: #008afb;
 }

 .footer-contato h4{
color: white;
 }

 .footer-icons{
 	gap: 10px;
 	display: flex;
 	padding: 10px 0px;
 	color: white;
 }

 .footer-icons i{
 	color: #005572;
 	background: white;
 	padding: 10px;
 	border-radius: 30px;
 }

 .termos{
 	color: white;
 }

 .termos h4,
 .termos a{
 	color: white;
 	text-decoration: none;
 }

 .direitos{
 	color: white;
 }

 .footer-icons a:hover,
 .footer-icons a i:hover{
background: #008afb;
color: white;
border-radius: 60px;
 }

 .footer-itens1 .logo h3{
 	color: white;
 }

 .header-icones2{
 	text-decoration: none;
 }

 .header-icones2:hover i,
 .header-icones2:hover h4{
 	color: #008afb;
 }

 .header-icones i:hover{
 	color: white;
 	background: #005572;
 	border-radius: 30px;
 }

 .header2-itens-text a{
 	text-decoration: none;
 	color: #2c2c2c;
 }

 .header2-itens-text a:hover{
 	color: #005572;
 }



.sec-missao{
	padding: 60px 120px;
}


.missao{

gap: 15px;
display: flex;
}

.missao-itens{
	padding: 30px;
	background: #008afb;
	color: white;
	border-radius: 10px;
	border: solid 2px  #008afb;
		

}


.missao-itens h3{
color: white;
font-size: 60px;
}

.missao-itens h2{
	font-size: 18px;
}

.missao-itens:hover,
.missao-itens:hover h3{
	background: white;
	color: black;
}








/*=============================
======= BARRA LATERAL =======
=============================*/

/* Funciona em Chrome, Edge, Brave, Opera */
::-webkit-scrollbar {
  width: 10px; /* largura da barra vertical */
  height: 10px; /* altura da barra horizontal */
}

::-webkit-scrollbar-track {
  background: #858585; /* fundo da barra */
}

::-webkit-scrollbar-thumb {
  background-color: #005474; /* cor do scroll */
  border-radius: 5px;
  border-radius
  
}





 .video {
            width: 100%;
            padding: 20px 0;
        }

        .carousel {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            box-sizing: border-box;
            padding: 10px;
        }

        .slide iframe {
            width: 100%;
            height: 450px;
            border: none;
        }

        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            padding: 15px;
            cursor: pointer;
            font-size: 20px;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 100; /* Aumentado para garantir que o botão fique acima */
            pointer-events: auto; /* Garante que o botão seja clicável */
        }

        .prev {
            left: 15px;
        }

        .next {
            right: 15px; /* Ajustado para garantir que não saia da tela */
        }

        /* Ajustes para dispositivos móveis */
       



.sec-onde-chegamos{
	padding: 60px 240px;

}


   .cheg-item{
   	display: flex;
   	gap: 10px;
   	align-items: center;
   }
   .cheg-item i,
   .cheg-item h3{
   	font-size: 60px;
   	color: #005aa4;
   }

   .bar2{
   	width: 70%;
   	height: 1px;
   	background: #999999;
   	margin: 15px 0px;
   }

   .cheg-title{
   	padding-bottom: 30px;
   }

   .bg-cinza{
   	background: #9f9f9f;
   	width: 100%;
   	border-radius: 30px;
   
   }

   .bg-azul{
   	background: #008afb;
   	width: 90%;
   	height: 100%;
   	
   	margin: 0px auto;
   	border-radius: 30px;
   }

   .father{
   	display: flex;
   	justify-content: center;
   	align-items: center;
   }

   .base2,
   .cheg-base{
   	width: calc((100% / 2) - 20px);
   }

   .base2-item img{
   	height: 36px;
   }

   .base2-item{
   	display: flex;
   	gap: 20px;
   	align-items: center;
   	margin: 20px 0px;
   }

   .bg-azul h2{
   	color: white;
   	text-align: center;
   	padding: 8px 0px;

   }

.cheg-title{
	text-align: center;
}

.final-item{
	display: flex;
	gap: 15%;
	justify-content: flex-end;
}

.final-item h3{
	color: #005aa4;
}

.cheg-title .bar{
	margin: 10px auto;

}

.cockpit img{
	max-width: 1200px;

}

.cockpit-title {
	text-align: center;

}


.cockpit-title .bar{margin: 10px auto;}

.cockpit-ajust{
	display: flex;
	justify-content: center;
}


.botao-duplo {
      display: inline-block;
      padding: 20px;
      background-color: #00c637;
      color: white;
      border-radius: 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-align: center;
      border:solid 2px #00c637;
      
    }

    .botao-duplo:hover {
      background-color: #005572;
      border:solid 2px white;
    }

    .botao-duplo h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      color: white;

    }

    .botao-duplo p {
      margin: 5px 0 0;
      font-size: 16px;
      font-family: inter;
      font-weight: 300;
      color: black	;
    }

     .botao-duplo:hover h3 {
      color: white; /* muda a cor do texto principal */
     
    }

    .botao-duplo:hover p {
      color: white; /* muda a cor do texto secundário */
    }




    




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


.final-item{
	text-align: center;
}
.logo-iasis2 {
    display: flex
;
    justify-content: center;
}
.sec7-ajust {
        padding: 60px 20px;
        display: flex;
        flex-direction: column;

    }

.cockpit img{
	width: 95%;
}

.cheg-item i, 
.cheg-item h3{
	font-size: 36px;
}

.cheg-item h2{
	text-align: left;
}

 		
.father{
	padding: 0px 20px;
}

.base2, .cheg-base{
width: 100%;
justify-content: center;

}

.cheg-base{
	padding-bottom: 30px;
}

.bar2{
	margin: 20px auto;
	width: 100%;
}

 	.sec-missao {
 		padding: 60px 20px;

 	}

 	.missao{
 		flex-direction: column;
 		text-align: center;
 	}

 	.sec-onde-chegamos{
 		padding: 60px 20px;
 	}

 	 .father{
   	display: flex;
   	justify-content: center;
   	align-items: center;
   	flex-direction: column;
   }

  /* HEADER */
  .header-ajust {
    flex-direction: column;
  }

  .sec1{
  	background-position: center;
  }

  .logo
  {
  	justify-content: center;
  }

 .title .bar{
 	margin: 10px auto;
 }

  .header-box1
  {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }


.header-box2 {
	display: none;
}

  .header2 {
   
    display:none;
  }

  .header2-itens {
    flex-direction: column;
    gap: 15px;
  }

  .header2-itens img {
    width: 50px;
  }

  /* TÍTULOS */
  h1 {
    font-size: 28px;
    text-align: center;
  }

  h2 {
    font-size: 18px;
    text-align: center;
  }

  h3 {
    font-size: 20px;
  }

  /* SECTION 1 */
  .title {
    padding: 120px 20px;
    text-align: center;
  }

.bar{
	margin: 10px auto;
}

  .all-btn {
    flex-direction: column;
    align-items: center;
  }

  .btn1,
  .btn2 {
    
    padding: 12px 20px;
    font-size: 16px;
  }

  /* SECTION 2 */
  .sec2-ajust {
    flex-direction: column;
    padding: 90px 20px;
    text-align: center;
  }

  .sec2-ajust img {
    width: 100%;
    max-height: 300px;
  }

  .sec2-btn-ajust {
    padding-top: 20px;
  }

  /* SECTION 3 */
  .sec3-ajust {
    padding: 90px 20px;
  }

  .cases-de-sucesso {
    flex-direction: column;
    gap: 20px;
  }

  .case,
  .case-outro {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  /* SECTION 4 */
  .sec4 {
    padding: 30px 20px;
  }

  .sec4-box {
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 30px;
    text-align: center;
  }

.sec4-title .lista h3{
text-align: left;
color: black;
}

.sec4-title .lista{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sec4-title .lista i{
	font-size: 36px;
}

.sec4-title h3 span{
	
	text-align: center;
}

.sec4-title .cor-branco{
	color: #0063da;
}
.sec4-title .bar{
	background: #0063da;
}
  
.footer-contato{
	padding: 20px 0px;
}
  .sec4 img {
    width: auto;
    max-height: 300px;
  }

  .sec5-ajust{
  	padding: 30px 20px;
  }

  .footer-icons{
  	display: block;
  }

  .sec5-ajust .btn2{
  	text-align: center;
  	justify-content: center;
  	display: flex;
  }

  .blog-title h3{
  	text-align: center;
  }

  .sec4-itens {
    flex-direction: column;
    gap: 20px;
  }

  /* BLOG (SEC5) */
  .blog {
    flex-direction: column;
    padding: 20px;
  }

  .blog-item {
    width: 100%;
    padding: 20px;
  }

  .blog-item img {
    width: 100%;
    max-width: 100%;
  }

  /* SECTION 6 */
  .sec6-ajust {
    padding: 30px 20px;
  }

  .sec6-itens-ajust {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  /* RESULTADOS */
  .box-resultados {
    flex-direction: column;
    gap: 20px;
  }

  .box-resultados-item {
    width: 100%;
  }


  /* SECTION 7 */

 

  .sec7-img img {
    width: 100%;
    max-width: 100%;
  }

  /* SECTION 8 */
  .sec8-ajsut {
    padding: 30px 20px;
  }

  /* FORMULÁRIO */
  .form-container {
    width: 100%;
    padding: 20px;
  }

  .form-container form {
    width: 100%;
  }

  /* FOOTER */
  .footer-itens1 {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }

  .itens-footer {
    align-items: center;
  }

  .termos {
    flex-direction: column;
    gap: 10px;
  	text-align: center;
  }

  .direitos h4 {
    font-size: 14px;
  }


  .carousel {
                max-width: 100%;
            }

            .slide iframe {
                height: 200px; /* Altura reduzida para mobile */
            }

            .nav-btn {
                padding: 12px;
                font-size: 18px;
                width: 45px; /* Área de toque aumentada */
                height: 45px;
            }

            .prev {
                left: 5px; /* Ajustado para mobile */
            }

            .next {
                right: 5px; /* Ajustado para garantir clique no mobile */
            }

.botao-duplo2 {
    display: block!important;
}


}


.novo{
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}

.novo .btn2{
	text-align: center;
}



.logo2{
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo2 img{
    width: 50%;
    max-width: 220px;
    height: auto;
    margin-bottom: 20px;
    }

    .logo2 h3{
	font-family: inter;
	font-weight: 600;
	font-size: 29px;
	color: #3cc1ff;

    }









#video-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-container {
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  position: relative;
}

#video-section iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#close-video {
  position: absolute;
  top: 20px;
  right: 30px;
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 5px;
  z-index: 10000;
}
