 html {
    scroll-behavior: smooth;
}

body {
    background:  rgb(17, 17, 17);
    margin: 0;
    padding: 0;
} 

/* loader */
.loader-bg {
    top: 0;
    position: fixed;
    z-index: 3000;
    background: rgb(22, 22, 22);
    width: 100%;
    height: 100%;
    opacity: 1;
    display: unset;
    transition-duration: 1s;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader::before, .loader::after {
    content: '';
    border: 1em solid orange;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader::before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* close loader */

@font-face {
    font-family: Gillroy;
    src: url(font/VISION+FONT/VISION-FONT/VISION/Vision.otf);
}

.whatsapp {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    bottom: 0;
    Right: 5%;
    background-color: #04bf45;
    text-align: center;
    padding-top: 7px;
    z-index: 5;
    border-radius: 15px 15px 0 0;
}

.whatsapp h5 {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

/* m-navbar */
.m-navbar {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.767) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-navbar .navbar-toggler {
    color: white;
}

.m-navbar .navbar-brand {
    font-size: 24px;
}

.m-navbar .navbar-brand img {
    margin-right: 10px;
}

/* d-navbar */
.d-navbar nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 1000;
    background: black;
    /* background: linear-gradient( rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.7)  ); */
}

.d-navbar nav.black {
    background: rgba(0, 0, 0, .8);
    height: 80px;
    padding: 10px 50px;   
}

.d-navbar nav.black .logo h2 {
    line-height: 60px;
    color: white;
}

.d-navbar nav.black ul li a {
    line-height: 60px;
    color: white;
}

.d-navbar nav.black .dropdown-menu a {
    color: black;
    background-color: white;
}

.d-navbar nav .logo {
    float: left;
}

.d-navbar nav .logo h2 {
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
    line-height: 70px;
    color: white;
    text-transform: uppercase;
} 

.d-navbar nav .logo img {
    height: 40px;
    margin-top: 10px;
    margin-right: 20px;
}

.d-navbar nav ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}

.d-navbar nav ul li {
    list-style: none;
}

.d-navbar nav ul li a {
    line-height: 80px;
    color: white;
    padding: 5px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 600;
    font-size: 14px !important;
}

.d-navbar nav ul li a.active,
.d-navbar nav ul li a:hover {
    color: #fff;
    background: orange;
}

.d-navbar nav .dropdown-menu {
    background-color: white !important;
}

.d-navbar nav .dropdown-menu a:hover {
    background-color: orange !important;
    color: white;
}

.d-navbar nav .dropdown-menu a{
    line-height: 50px;
    color: black;
    font-weight: 600;
    background-color: white !important;
}

/* title */
.title {
    padding-top: 150px;
    margin-top: 30px;
    color: white;
}

.section-1 {
    margin-top: 50px;
    padding: 10px;
}

.section-1 .container {
    border: solid white 2px;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.title .content h2 {
    text-align: center;
    font-weight: 300;
    font-size: 42px;
}

.title .content p {
    text-align: center;
}

/* -------------------------------- section-2 */
.section-2 {
    padding-bottom: 100px;
}

.section-2 .content {
    padding-right: 100px;
    margin-top: 120px;
    color: white;
}

.section-2 .content h5 {
    letter-spacing: 3px;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.section-2 .content h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 35px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    border-left: orange solid 3px;
    padding-left: 20px;
}

.section-2 .content p {
    text-align: justify;
    font-size: 14px;
}

.section-2 .content p span {
    color: orange;
}


.section-2 .play {
    margin-top: 190px;
}

.section-2 .video-fluid {
    height: auto;
    border: none;
}

/* section-4 */
.section-4 {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 50px;
    background-color: rgb(231, 231, 231);
}

.section-4:hover .content h3 {
    padding-right: 20px;
    border-left: solid 3px orange;
}

.section-4 .content h3 {
    font-family: 'Barlow', sans-serif;
    padding-left: 20px;
    margin-left: 30px;
    margin-bottom: 50px;
    text-align: left;
    transition: .4s;
}

.section-4 img {
    height: 70px;
    transition: .4s;
}

.section-4 img:hover {
    transform: scale(1.1);
}

.section-4 ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

/* footer */
footer {
    background-color: rgb(31, 31, 31) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .segment-one {
    color: white;
    padding-right: 20px;
    padding-left: 20px;
}

footer .segment-one img {
    margin-top: -20px;
}

footer .segment-one a {
    text-decoration: none;
    color: white;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

footer .segment-one p {
    margin-top: 10px;
}

footer .segment-two {
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

footer .segment-two p {
    font-size: 12px;
    
}

footer .segment-two h4 {
    margin-top: 0px;
}

footer .segment-two h4:before {
    content: '|';
    color: #c65039;
    padding-right: 10px;
} 

footer .segment-three {
    color: white;
    padding-top: 20px;
}

footer .segment-three h4:before {
    content: '|';
    color: #c65039;
    padding-right: 10px;
}

footer .segment-three .embed-responsive-100x400px{
    padding-bottom: 100px;
}

/* ---------------------------------------------------------------- large device */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .section-2 .content {
        padding-right: 40px;
    }
}

/* ---------------------------------------------------------------- medium device */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .d-navbar {
        display: none;
    }

    .m-navbar {
        display: unset;
        padding-left: 30px;
        padding-right: 30px;
    }

    .title .content{
        margin-top: 100px;
    }

    .section-1 .container {
        border: none;
    }

    .section-2 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .section-2 .content {
        padding: 0;
        margin-top: 60px;
    }

    .section-2 .content p {
        margin-top: 60px;
    }
}

/* ---------------------------------------------------------------- small device */
@media (max-width: 767.98px) { 
    .d-navbar {
        display: none;
    }

    .m-navbar {
        display: unset;
        padding: 0;
    }

    .title {
        margin-top: -100px;
        margin-bottom: 0;
        height: 100vh;
        margin: 0;
        background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8) ), url('images/profile.jpg');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .title .content {
        width: 200px;
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 25vh;
    }

    .section-1 {
        display:  none;
    }

    .section-2 {
        margin-top: 100px;
    }

    .section-2 .play {
        margin: 0;
        padding: 0;
    }

    .section-2 .content {
        padding: 0;
        margin-top: 0;
    }

    .section-2 .content h2 {
        font-size: 26px;
    }

    .section-2 .content p {
        font-size: 12px;
    }
}