.nomargin{
    margin-left:0px;
    margin-right:0px;
}
.nopadding{
    padding-left: 0px;
    padding-right:0px
}
.bold{
    font-weight:bold;
}
.logo{
    height:70%;
}
#sec-1{
    padding-bottom:30px;
}
#sec-1{
    background-image: url("../images/bg-1.png");
    background-size: cover;
    position:center;
    background-repeat: no-repeat;
}
#sec-1 p{
    color:white;
}
#sec-1 a{
    color:white;
    float:right;
}
#sec-1 h1{
    color:white;
}
.bt{
    height:50%;
    float:right;
    }
.bt1{
    height:50%;
}
.banner{
    width: 50%;
}
#sec-2{
    padding:30px 0px;
}
#sec-2 img{
    overflow:hidden;
    width:100%
}
#sec-2 p{color:black;}
#sec-3{
    background-image: url("../images/bg-2.png");
    background-size: cover;
    position:center;
    background-repeat: no-repeat;
}
#sec-3 h2{
    color:white;
    font-size: 15px!important;
    padding-top: 30px;
}
#sec-3 .bt{
    height:50%;
    float:left;
}
#sec-3.bt1{
    height:50%;
}
#sec-3 p{
    color:white;
}
#sec-3 h6{
    color:white;
}
#sec-4{
    padding:30px 0px;
}
#sec-4 p{
color:black
}
.text-color{
    color:#b400fc;

}
#sec-5{
    background-color: #f1f1f1;
    padding:30px 0px;
}
#sec-5 .text-color:{
    font-size: 12px;
}
#sec-5 p{
    color:black;
    font-size: 12px;
}
.card{
    padding-bottom:15px;
}
.card-title{
    font-weight: bold;
}
#sec-6{
    padding:30px 0px;
}
#footer{
    padding:10px 0px;
}
#footer li{
    padding-left:20px;
}
.small{
    font-size:12px;
}
.fa-facebook-square:hover{
    color:#b400fc;
}
.fa-twitter-square:hover{
    color:#b400fc;
}
.fa-linkedin:hover{
    color:#b400fc;
}
#contact{
    background-image: url("../images/contac-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom:60px;
}
#contact h1{
    color:white;
}
#contact a{
    color:white;
    float:right;
}
#form{
    padding:20px 0px;
}
.save-bt{
    background:#b400fc ;
    color:white;
    float: center;
}

@media screen and (max-width: 992px) {
    #footer li{
       padding-left:10px;
    }
    .logo{
       height:50%;
    }
    .overlay h2{ 
        font-size: 70px !important;
        
      }
}
@media screen and (max-width: 576px) {
    .overlay h2{ 
        font-size: 40px !important;
        
      }
}
.header-nav span{
    display: inline-block;
    margin: 0 10px;
}
.header-nav span a{
    text-decoration: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(16px);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: uppercase; 
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 1;
    flex-direction: column;
  }

  .overlay h2{ 
    font-size: 100px;
    font-style: oblique;
    margin-top: 60px;

  }
.overlay .logo {
    height: 100%;
    margin-bottom: 35px;
}