body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
    line-height: 1.8em;
    font-family: 'Ubuntu', sans-serif;
}

a:hover {
    color: #bb3ca2;
    text-decoration: none;
}

/*/// herader ///*/

header {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 13%);
}

.navbar-light .navbar-nav .nav-link {
    color: #555555;
    text-decoration: none;
    font-family: 'Orbitron', 'Ubuntu', sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: bold;
    padding-left: 60px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #bb3ca2;
}
/*/// heading ///*/

.heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #bb3ca2;
}
.heading-per {
    font-size: 1.4em;
    font-weight: 400;
}
p{
    font-weight: 400;
    font-size: 0.9em;
}
/*/// section_1 ///*/
.section_1 {
    background-image: url(../../assets/img/video_pattern_zigzag_light.jpg);
    background-color: #bb3ca2;
    background-attachment: fixed;
}
.video {
    margin-bottom: -220px;
    background: #fff;
    box-shadow: 0px 12px 25px 6px rgb(0 0 0 / 17%);
    padding: 30px 0px;
}
/*/// section_2 ///*/
.dark-text{
    color: #bb3ca2;
    font-size: 1.1em;
}
.dark-text span {
    font-style: italic;
}
.dark-text span a {
  color: #333;
}
.btn-action {
    background: #bb3ca2;
    color: #fff;
    padding: 16px 35px;
    border-radius: 9px;
    font-size: 1.1em;
}
.btn-action:hover {
    background: #a3298b;
    color: #fff;
}

/*/// section_3 ///*/
.section_3 {
    background: rgb(187 60 162 / 12%);
}
/*/// section_4 ///*/

.section_4 .img-fluid {
    box-shadow: 0px 2px 18px rgb(0 0 0 / 15%);
}
.box-img {
    background: #efefef;
    padding: 15px;
    border: 1px solid #c7c7c7;
}
.box-img  p {
    font-size: 0.7em;
}
/*/// footer ///*/
footer {
    background: #ebe9e9;
}
footer ul li {
    list-style: none;
    padding: 0px 14px;
}

footer ul li a {
    color: #555555;
    text-decoration: none;
    font-family: 'Orbitron', 'Ubuntu', sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.socialnav ul li a img {
    width: 44px;
    height: auto;
}
.copyright {
    border-top: 2px solid #bb3ca2;
    padding: 14px 0px 0px;
}
.copyright p {
    font-size: 15px;
    color: #656363;
}


.privacy-policy .headings {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #bb3ca2;
}
.privacy-policy h2{
    font-family: 'Orbitron', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}
.privacy-policy li {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 30px;
    margin-bottom: 8px;
}
.privacy-policy li a{
    color: #bb3ca2;
}

.privacy-policy p a{
    color: #bb3ca2;
}

@media screen and (max-width:600px){
    .navbar-brand img {
        width: 160px;
    }
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 8px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .video {
        margin-bottom: -100px;
    }
    .heading {
        font-size: 1.2em;
    }
    .heading-per {
        font-size: 1em;
    }
    .dark-text {
        font-size: 1em;
    }
    .btn-action {
        padding: 12px 20px;
        font-size: 0.9em;
        min-width: 100%;
        display: inline-block;
    }
}
