@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: niagra;
    src: url(../font/niagra.TTF);
}

body{
    overflow-x: hidden;
}

*{
    font-family: "Montserrat", sans-serif;
}

.apresentation .subnav{
    background: #1B1464;
    padding: 10px 0;
}

.apresentation .subnav a{
    margin: 0 10px;
}

.apresentation .subnav a i{
    color: #fff;
    font-size: 18px;
}

.apresentation .subnav span{
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 400;
}

.apresentation nav .navbar-brand img{
    width: 150px;
}

.apresentation nav .nav-item{
    padding-left: 20px;
}

.apresentation nav .nav-link{
    position: relative;
}

.apresentation nav .nav-link span:nth-child(1){
    color: #1B1464;
    font-size: 16px;
    font-weight: 500;
}

.apresentation nav .nav-link:hover span.hovered{
    opacity: 1;
}

.apresentation nav .nav-link:hover span.hovered span.line{
    width: 100%;
}

.apresentation nav .nav-link span.hovered{
    display: flex;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s;
}

.apresentation nav .nav-link span.hovered img{
    width: 17px;
    background: #fff;
    padding: 3px;
    position: relative;
    transition: all 0.4s;
}

.apresentation nav .nav-link span.hovered span.line{
    position: absolute;
    width: 0%;
    top: 50%;
    height: 1px;
    background: #1B1464;
    transition: all 0.4s;
}

.apresentation .carousel-indicators button{
    text-indent: 0 !important;
    margin: 0 10px !important;
    background: transparent !important;
    opacity: 1 !important;
    width: fit-content !important;
    height: fit-content !important;
    transition: all 0.3s;
}

.apresentation .carousel-indicators button:not(.active) img{
    filter: brightness(100);
    transform: scale(1);
}

.apresentation .carousel-indicators button img{
    transform: scale(1.3);
    width: 25px;
    transition: all 0.3s;
}


.apresentation .carousel-inner .carousel-item img{
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.apresentation .carousel-inner .carousel-item div.content{
    position: relative;
    padding: 260px 0;
}

.apresentation .carousel-inner .carousel-item img[src="./app/assets/images/icon.png"]{
    width: 95px !important;
    margin: 10px;
    position: relative !important;
    filter: brightness(100);
}

.apresentation .carousel-inner .carousel-item .container-md::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    left: 0;
}

.apresentation .carousel-inner .carousel-item div.content p.title{
    font-family: niagra, sans-serif;
    font-size: 90px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 4px 4px #00000060;
    text-transform: uppercase;
    line-height: 80px;
}

.apresentation .carousel-inner .carousel-item div.content p.text{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 4px 4px #00000060;
}

.history{
    margin-top: 90px;
}

.history p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.history p.text{
    color: #1B1464;
    font-size: 18px;
    margin: 50px 0;
    font-weight: 600;
}

.history p.text2{
    color: #1B1464;
    font-size: 16px;
    font-weight: 600;
}

.history img{
    width: 80%;
    margin-top: 20px;
}

.history iframe{
    width: 100%;
}

.history a.btn.abbled{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    background: #1B1464;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    justify-content: center;
}

.history a.btn.abbled i{
    font-size: 25px;
}

.history a.btn.abbled2{
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    background: #fff;
    color: #1B1464;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: 1px solid #1B1464;
}

.products{
    margin-top: 90px;
    padding: 80px 0;
    background: #1B1464;
}

.catalogo .mobile{
    display: none;
}

.products p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.products a,
.catalogo a{
    text-decoration: none;
}

.products .product-card,
.catalogo .product-card{
    padding: 30px;
    text-align: center;
    transition: all 0.4s;
}

.products .product-card:hover,
.catalogo .product-card:hover{
    transform: scale(1.15);
}

.products a.btn.abbled,
.catalogo a.btn.abbled{
    margin-top: 90px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    background: #1B1464;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
}

.products .col-md-7 p.title{
    margin-top: 70px;
}

.products p.desc{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.products a.btn.abbled2{
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    background: #fff;
    color: #1B1464;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: 1px solid #1B1464;
}

.products .product-card p.name,
.catalogo .product-card p.name{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 4px;
    line-height: 18px;
}

.products .product-card p.cat,
.catalogo .product-card p.cat{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.products .glider-next,
.products .glider-prev{
    top: 40%;
    color: #fff;
}

.products img{
    width: 100%;
    border-radius: 4px;
}

.reviews{
    margin-top: 90px;
}

.reviews .glider-next,
.reviews .glider-prev{
    top: 40%;
    color: #1B1464;
}

.reviews p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
}

.reviews p.name{
    font-size: 20px;
    margin-top: 30px;
    line-height: 20px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.reviews .row{
    margin: 0 20px;
}

.glider-main{
    position: relative;
}

.reviews p.enterprise{
    font-size: 17px;
    font-weight: 600;
    color: #1B1464;
    margin-bottom: 0px;
}

.reviews p.text{
    margin-top: 40px;
    color: #1B1464;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}

.reviews .imagens {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.reviews iframe{
    width: 100%;
    height: 100%;
}

.reviews .imagens img{
    width: 25%;
    height: 25%;
}

.slider{
    margin-top: 80px;
    background: #1B1464;
    padding: 10px 0;
    position: relative;
}

.slider img{
    width: 130px;
    margin: 0 10px;
}

.blog{
    margin-top: 90px;
}

.blog img{
    width: 100%;
    border-radius: 3px;
}

.blog p.title{
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1B1464;
    margin-bottom: 0px;
    line-height: 48px;
}

.blog p.date{
    color: #1B1464;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    width: 100%;
    gap: 30px;
    margin-top: 15px;
}

.blog p.date span:nth-child(2){
    position: relative;
    width: 23%;
    text-align: center;
}

.blog p.date span:nth-child(2) .line{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1B1464;
    left: 0;
    top: 50%;
}

.blog p.date span:nth-child(2) img{
    position: relative;
    background: #fff;
    width: 20px;
    padding: 0 3px;
}

.blog p.text{
    color: #1B1464;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    margin-top: 20px;
}

.blog a.btn{
    background: #1B1464;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    margin-top: 50px;
}

.catalogo{
    margin-top: 170px;
}

.catalogo p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
}

.catalogo .nav-tabs{
    margin-top: 20px;
    border: none;
    outline: none;
}

.catalogo button span{
    position: relative;
    display: flex;
    flex-direction: column;
}

.catalogo button{
    background: none;
    outline: none;
    border: none;
}

.catalogo button span:nth-child(2){
    display: none;
}

.catalogo button.active span:nth-child(2){
    display: flex;
}

.catalogo button span:nth-child(1){
    background: none;
    color: #1B1464;
    font-weight: 500;
    font-size: 17px;
    outline: none;
    border: none;
}

.catalogo button span:nth-child(2){
    position: relative;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}

.catalogo button span:nth-child(2) .line{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1B1464;
}

.catalogo button span:nth-child(2) img{
    width: 15px;
    background: #fff;
    position: relative;
}

.catalogo .tab-content{
    margin-top: 40px;
}

.catalogo .product-card p.name{
    color: #1B1464;
    font-weight: 600;
}

.catalogo .product-card p.cat{
    color: #1B1464;
    font-weight: 500;
}

.catalogo a.btn{
    background: #1B1464;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    margin-top: 50px;
}

.catalogo a.btn2{
    background: #fff;
    color: #1B1464;
    border: 1px solid #1B1464;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    margin-top: 10px;
}

.timeline{
    margin-top: 90px;
}

.timeline p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
    text-align: center;
}

.timeline .timeline-container {
    display: flex;
    overflow-x: scroll;
    cursor: grab;
    height: 500px;
    margin-top: 40px;
    user-select: none;
}

.timeline .timeline-container *{
    user-select: none !important;
}

.timeline .timeline-container::-webkit-scrollbar{
    display: none;
}

.timeline .timeline-container .timeline-item:nth-child(1){
    margin-left: 200px;
}

.timeline .timeline-container .timeline-item{
    width: 500px !important;
    position: relative;
}

.timeline .timeline-container .timeline-item img{
    width: 500px;
    border-radius: 4px;
    user-select: none;
    object-fit: cover;
}

.timeline .timeline-container .timeline-item p.title{
    margin-bottom: 0px;
    color: #1B1464;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    user-select: none;
}

.timeline .timeline-container .timeline-item p.text{
    margin-bottom: 0px;
    color: #1B1464;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 18px;
    user-select: none;
}

.timeline .timeline-container .timeline-separate{
    display: flex;
    position: relative;
    min-width: 200px;
} 

.timeline .timeline-container .timeline-separate .line{
    position: absolute;
    top: 35%;
    left: 0;
    width: 200px;
    height: 1px;
    background: #1B1464;
}

.timeline .timeline-container .timeline-separate img{
    width: 28px;
    height: 26px;
    position: absolute;
    top: calc((100% - 26px) / 2.95);
    left: calc((100% - 28px) / 2);
    background: #fff;
    padding: 0 3px;
}

.depositions{
    margin-top: 30px;
    position: relative;
}

.depositions img{
    border-radius: 50%;
    width: 60%;
    margin-top: 70px;
}

.depositions p.text{
    color: #1B1464;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    margin-top: 70px;
}

.depositions p.name{
    color: #1B1464;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 70px;
}

.depositions p.enterprise{
    color: #1B1464;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.depositions label{
    position: absolute;
    bottom: -60px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    cursor: pointer;
    width: 100%;
}

.depositions input{
    display: none;
}

.depositions input:checked ~ label i{
    transform: rotate(180deg);
}

.depositions label span{
    color: #1B1464;
    font-weight: 600;
    font-size: 16px;
}

.depositions label i{
    color: #1B1464;
    font-size: 24px;
    transition: 0.4s ease-in-out;
}

.depositions .depositions-content{
    height: calc(150px * 2);
    overflow: hidden;
    transition: 0.5s ease-in-out !important;
}

.depositions input:checked ~ .depositions-content{
    height: var(--height);
}

.posts{
    margin-top: 230px;
}

.posts img{
    width: 100%;
}

.posts p.date{
    color: #1B1464;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.posts p.second{
    width: 20%;
    position: relative;
    text-align: center;
}

.posts p.second .line{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    background: #1B1464;
}

.posts p.second img{
    width: 20px;
    background: #fff;
    padding: 0 2px;
    position: relative;
}

.posts p.text{
    color: #1B1464;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.posts a.btn{
    color: #1B1464;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.posts .glider-next,
.posts .glider-prev{
    top: 40%;
    color: #1B1464;
}

.ctt-sociais{
    margin-top: 110px;
}

.ctt-sociais p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
}

.ctt-sociais .buttons{
    display: flex;
    gap: 20px;
}

.ctt-sociais .buttons a i{
    color: #fff;
    padding: 5px;
    background: #000;
    border-radius: 7px;
    font-size: 25px;
}

.ctt-sociais img[src="./app/assets/images/sociais.png"]{
    width: 100%;
}

.ctt-sociais .buttons a:nth-child(1):hover i{
    background: #4238b6;
}

.ctt-sociais .buttons a:nth-child(2):hover i{
    background: linear-gradient(45deg,#b63873, #d8d512);
}

.ctt-sociais .buttons a:nth-child(3):hover i{
    background: #386fb6;
}

.ctt-sociais .buttons a:nth-child(4):hover i{
    background: #38b649;
}

.ctt-sociais .contatos{
    margin-top: 60px;
}

.ctt-sociais .contatos .contato{
    display: flex;
    gap: 20px;
    align-self: center;
    align-items: center;
    margin-top: 25px;
}

.ctt-sociais .contatos .contato img{
    width: 20px;
    height: 20px;
}

.ctt-sociais .contatos .contato p.text{
    margin-bottom: 0px;
}

.ctt-sociais a.btn.abbled{
    margin-top: 60px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    background: #1B1464;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.ctt-sociais a.btn.abbled2{
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    background: #fff;
    color: #1B1464;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: 1px solid #1B1464;
}

.footer{
    background: #1B1464;
    padding-top: 40px;
    margin-top: 140px;
}

.footer img{
    width: 240px;
}

.footer p.text{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}

.footer ul{
    list-style: none;
    padding: 0px;
}

.footer p.title{
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer ul li{
    margin: 7px 0;
}

.footer ul li a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

.footer img[src="./app/assets/images/ghost.png"]{
    width: 130px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1B1464;
    border-radius: 30px;
    border: 1px solid #fff;
}

.about-history{
    margin-top: 90px;
}

.about-history p.title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
}

.about-history p.text{
    color: #1B1464;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}

.about-history img{
    width: 60%;
    margin-bottom: 15px;
}

.about-history .row.mt-5 p.title{
    font-size: 30px;
    line-height: 45px;
    margin-top: 40px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
}

.how{
    margin-top: 90px;
}

.how p.title{
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    color: #1B1464;
    text-transform: uppercase;
}

.how p.text{
    color: #1B1464;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}

.how img{
    width: 100%;
}

.how a.btn{
    background: #1B1464;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    margin-top: 50px;
}

.how a.btn2{
    background: #fff;
    color: #1B1464;
    border: 1px solid #1B1464;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    margin-top: 10px;
}

.search-pds{
    margin-top: 150px;
    background: #1B1464;
    padding: 50px 0;
}

.search-pds p.title{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.search-pds a.btn{
    background: #fff;
    color: #1B1464;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.search-pds img{
    margin-top: 10px;
    width: 80%;
}

.search-pds p.desc{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
}

.view-product{
    margin-top: 90px;
}

.view-product img{
    width: 50%;
}

.view-product .sub-imagens{
    display: flex;
    align-items: center;
    align-self: center;
    gap: 10px;
}

.view-product .sub-imagens img{
    width: 50px;
    height: 50px;
    border-radius: 9px;
    padding: 4px;
    background: #c0c0c0;
    cursor: pointer;
}

.view-product .sub-imagens img.active{
    background: #1B1464;
}

.view-product p.name{
    color: #1B1464;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.view-product p.category{
    width: 30%;
    position: relative;
    text-align: center;
}

.view-product p.category .line{
    width: 100%;
    height: 1px;
    background: #1B1464;
    position: absolute;
    left: 0;
    top: 50%;
}

.view-product p.category span:nth-child(2){
    color: #1B1464;
    background: #fff;
    position: relative;
    padding: 0 7px;
    font-weight: 500;
}

.view-product p.desc{
    color: #1B1464;
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0px;
}

.view-product a.btn{
    margin-top: 90px;
    background: #1B1464;
    width: 100%;
    padding: 10px;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.view-product a.btn.btn2{
    margin-top: 15px;
    color: #1B1464;
    border: 1px solid #1B1464;
    background: transparent;
}

.blog-others{
    margin-top: 110px;
}

.blog-others .blog-others-card{
    background: #efefef;
    border-radius: 5px;
    padding: 15px;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 15px;
}

.blog-others .blog-others-card img{
    width: 100%;
    border-radius: 7px;
    transition: 0.5s;
}

.blog-others p.title{
    color: #1B1464;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-others .blog-others-card:hover{
    background: #1B1464;
}

.blog-others .blog-others-card:hover img{
    transform: translateY(-30px);
}

.blog-others .blog-others-card:hover p.name{
    color: #fff;
    transform: translateY(-30px);
}

.blog-others .blog-others-card:hover p.date{
    color: #fff;
    transform: translateY(-30px);
}

.blog-others .blog-others-card:hover p.date2{
    color: #fff;
    transform: translateY(-30px);
    display: block;
}

.blog-others .blog-others-card p.name{
    color: #1B1464;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-bottom: 0px;
    line-height: 18px;
}

.blog-others .blog-others-card p.date{
    color: #1B1464;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    margin-bottom: 0px;
}

.blog-others .blog-others-card p.date2{
    color: #efefef;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: 0.5s;
    margin-bottom: 0px;
    margin-top: 20px;
}

.view-post{
    margin-top: 100px;
}

.view-post p.title{
    color: #1B1464;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
}

.view-post p.date{
    color: #1B1464;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    width: 100%;
    gap: 30px;
    margin-top: 15px;
}

.view-post p.date span:nth-child(2){
    position: relative;
    width: 23%;
    text-align: center;
}

.view-post p.date span:nth-child(2) .line{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1B1464;
    left: 0;
    top: 50%;
}

.view-post p.date span:nth-child(2) img{
    position: relative;
    background: #fff;
    width: 24px;
    height: 20px;
    padding: 0 3px;
}

.view-post img.banner{
    width: 100%;
    height: 100%;
}

.view-post p.desc{
    color: #1B1464;
    font-size: 17px;
    font-weight: 500;
    margin-top: 40px;
}

.view-post .limage{
    width: 80%;
    margin-top: 20px;
}

.last-texts{
    margin-top: 100px;
}

.last-texts p.title{
    color: #1B1464;
    font-size: 39px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.last-texts p.text{
    color: #1B1464;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.last-texts p.text b{
    font-weight: 800;
}

a{
    text-decoration: none !important;
}

.video-modal{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    background: #000000c9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.video-modal .video-modal-card{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 700px;
    width: fit-content;
    text-align: center;
    justify-content: center;
    justify-self: center;
}

.video-modal .video-modal-card video{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.video-modal .video-modal-card a.btn:not(.close){
    width: 85%;
    background: #1B1464;
    color: #fff;
    font-weight: 500;
    padding: 7px;
    position: absolute;
    bottom: 100px;
    left: 7.5%;
}

.video-modal .video-modal-card a.btn.close{
    position: relative;
    margin-top: 10px;
    color: #fff;
}