body {
    font-family: 'syne', sans-serif !important;
    background-color: #101010 !important;
}

header{
    background-color: #101010;
  
}
header span{
    color: #fff;
    padding-left: 5px;
}
.social-icons img{
   padding-left: 5px;
}
header a {
    text-decoration: none !important; /* Remove underline */
    color: #000; /* Set the color to black */
}
.navbar {
    background-color: #532B79 !important;
    display: flex;

    justify-content: center;
    align-items: center;
   
    flex-shrink: 0;
}

.nav-link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    
    /* 168.75% */
    text-transform: uppercase;
    margin-right: 10px;
}

.navbar-nav .nav-item a.nav-link:hover {
    color: #b284ee;
}

/* Custom CSS to style the toggle button */

.Toggle-Icon {
    width: 24px;
    height: 24px;
    color: #FFF;

}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none !important;
    border-radius: 0.25rem;

    border: none; /* Remove the border */
    box-shadow: none; /* Remove any box shadow */
    outline: none !important; /* Remove the outline */
}

@media (min-width: 992px) {
    .navbar-nav.ml-auto {
        margin-left: auto !important;
    }
}
.dropdown-menu{
    background-color: #532B79;
}
.banner {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	width: 100%;
	height: auto;
	min-height: 700px;
	color: #F1FCFF;
	position: relative;
	z-index: 10;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.banner-content h1 {
	font-size: 40px;
	margin-top: 50px;
}
.banner-content h2 {
	font-size: 3vw;
}
.banner-content h3 {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	max-width: 750px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.banner-cover {
	display: inline-block;
}
.button-style {
  margin-top: 100px !important;
    width: 50%;
    height: auto;
    padding: 12px 32px;
    justify-content: center;
    
    background-color: #fff !important;
    color: #1A0C2C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    border: none;
}

@media (max-width: 768px) {
    .button-style {
        width: 80%;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .button-style {
        width: 100%;
        font-size: 12px;
    }
}
    a.button-style:hover {
        color: #fff;
        text-decoration: none;
        background-color: #532B79 !important;
    }

 .more-info p {
    opacity: 40%;
 }
 .first-paragh{
    background-color: #1A1A1A;
 }
 .first-paragh p{
    color: var(--White, #FFF);
font-family: Syne;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-top: 80px;
padding-bottom: 80px;
 }
 .card-1{
    background-color: #101010 !important;
    border: 2px solid #745097  !important;
    border-radius:0  !important;
 }
 .card-1 p{
  
    color: #969696;
    
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

 }
 .card-img-top{
    border-radius:0  !important;
 }
 .card-img{
    border-radius:0  !important;
 }
 .section-2 h2{
    color: #FFF;

    font-family: Syne;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
 }
.section-3{
    background-color: #EDEDED !important;
}
.section-3 h5{
    color: #745097;

font-family: Syne;
font-size: 20px;

font-weight: 600;
line-height: normal;
}
.section-3 .card{
    height: 100%;
    border-radius:0  !important;
}
.section-3 p{
    color: var(--Dark-Gray, #747474);
font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.section-4{
    background-color: #261B40;
}
.section-4 p{
    color: #969696
}
.section-4 h2{
  color: #fff
}
.section-4 h5{
   
color: #969696;

text-align: center;
font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.section-4 img{
    width: 57px;
    height: 57px;
}
.section-4 .card {
    background-color: #101010;
    height: 100%;
    width: 100%;
    border-radius:0  !important;
}
.section-5{
    background-color: #101010;
}
.section-5 p{
    color: #969696
}
.section-5 h2{
  color: #fff
}
.section-5 h5{
   
color: #969696;

text-align: center;
font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.section-5 img{
    width: 57px;
    height: 57px;
}
.section-5 .card {
    background-color: #272727;
    height: 100%;
    width: 100%;
    border-radius:0  !important;
}
.section-6{
    background-color: #EDEDED;
}
.section-6 p{
    color: #747474;

    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-6 h4{
    color: #101010;
font-family: Syne;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.card-2{
    background-color: #EDEDED !important;
    border: 2px solid #745097  !important;
    border-radius:0  !important;
 }
 .section-7{
background-color: #261B40;
color: #fff;
 }
 .card-3{
    background-color: #1A0C2C !important;
    border-radius:0  !important;
 }
 .form-control{
    background-color: #1A0C2C !important;
    border: 1px solid #969696 !important;
 }
 footer {
	width: 100%;
	height: auto;
	padding: 50px 20px 50px;
	position: relative;
	background-color: #745097;
	color: #FFFFFF;
}
footer h3 {
	font-size: 16px;
	line-height: 144%;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}
footer h3 a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.5s;
	margin: 0 5px;
}
footer h3 a:hover {
	color: #1A0C2C;
}
footer h4 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
.volheadbg {
	width: 100%;
	height: auto;
	padding: 70px 20px 20px;
}
.volheadbg h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 25px;
}
.copyright a {
    color: #fff ;
	text-decoration: none;
}
.footer a:hover{
    color: #1A0C2C  !important;
	text-decoration: none !important;
}

/* sevicio// */


.section-1 h1{
    color: #fff;
}.section-1{
    background-color: #1A1A1A;
}
.section-1 p{
    color: #969696
}
.section-1 h2{
  color: #fff
}
.section-1 h5{
   
color: #969696;

text-align: center;
font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.section-1 img{
    width: 57px;
    height: 57px;
}
.section-1 .card {
    background-color: #101010;
    height: 100%;
    width: 100%;
    border-radius:0  !important;
}
.section-8{
    background-color: #EDEDED;
}
.section-8 p{
    color: var(--Dark-Gray, #747474);
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-9{
    background-image: url(images/servico-bottom-bg.png);
    background-size: cover;
     background-position: center;
     height: 100%;
}
.section-9 p{
    color: #969696;

    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

/* indstria */
.section-10 h1{
    color: #fff;
}.section-10{
    background-color: #1A1A1A;
}
.section-10 p{
    color: #969696;

font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.section-11 {
    background-color: #261B40;
    overflow: hidden;
}

.section-11 .col-md-6 {
    color: #969696;
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.industro {
    
    background-image: url('images/indusrtio-bottom.png');
    background-size: cover;
    background-position: center;
    height: auto;
    position: absolute;
    width: 100%;
   
}

.minusmargin{
    margin-top: -250px;
}

@media (max-width: 786px) {
    .minusmargin{
       margin-top: 10px;
    }
}

.gallery img {
   
    margin-bottom: 20px;
}

.gallery img:hover {
    transform: scale(1.1);
}

.view-more {
    text-align: right;
    margin-bottom: 20px;
}

.view-more a {
    color: #ffffff; /* Bootstrap's primary color */
    text-decoration: none;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.scroll-link {
    scroll-behavior: smooth;
    transition: transform 0.5s ease-in-out;
  }

  /* On hover, reset the transition to avoid the delay during manual scrolling */
  .scroll-link:hover {
    transition: none;
  }