html {
    scroll-behavior: smooth;
}

body {
    background-color:  rgb(250, 250, 250);
    margin: 0;
    padding: 0;
} 

/* loader */
.loader-bg {
    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 */
.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;
}

/* section 1 */
.section-1 {
    color: white;
    background-color: rgb(17, 17, 17);
    padding-top: 150px;
}

.section-1 .content {
    padding-left: 50px;
}

.section-1 video {
    padding-left: 130px;
    padding-right: 90px;
}

.section-1 .content h2 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: white;
    font-weight: 600;
}

.section-1 .content h6 {
    margin-top: 10px;
}

.section-1 .content .btn {
    margin-top: 50px;
    border-radius: 0px;
    background: none;
    width: 150px;
    border: none;
    color: white;
    font-weight: 500;
    border-left: 3px solid orange;
    transition: .4s;
}

.section-1 .content .btn:hover {
    width: 180px;
    background-color: orange;
}

/* lift-assoc */
.lift-assoc {
    padding-top:50px;
    padding-bottom: 100px;
    background-color: rgb(17, 17, 17);
}

.lift-assoc h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: white;
    font-weight: 500;
}

.lift-assoc .box {
    padding: 0px 20px 0px 20px;
}


.lift-assoc .img-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .4s;
    filter: brightness(0) invert(1);
}

.lift-assoc .img-cover:hover {
    transform: scale(1.3);
    cursor: pointer;
    filter: none;
}

.lift-assoc #log-8 {
    padding: 30px;
}


/* section 2 */
.section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}



.section-2 .sub h2 {
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: black;
    font-weight: 600;
    border-left: orange solid 4px;
    text-align: left;
    padding-left: 15px;
}

.section-2 .card {
    transition: .4s;
    border: none;
}

.section-2 .card p {
    text-align: justify;
}

.section-2 .card #more1, #more2, #more4, #more5, #more6 {
    display: none;
}

.section-2 .card .btn {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 0px;
    background: none;
    width: 150px;
    border: none;
    color:black;
    font-weight: 500;
    border-left: 3px solid orange;
    transition: .4s;
    margin-bottom: 20px;
}

.section-2 .card .btn:hover {
    width: 180px;
    color: white;
    background-color: orange;
}

.section-2 .card:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 13px 5px rgb(241, 236, 236); 
    box-shadow: 0px 4px 13px 5px rgb(247, 244, 244);
}

/* section 2 */
.section-2-1 {
    padding-top: 0px;
    padding-bottom: 100px;
}

.section-2-1 .sub h2 {
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: black;
    font-weight: 600;
    border-left: orange solid 4px;
    text-align: left;
    padding-left: 15px;
}

.section-2-1 .card {
    transition: .4s;
    border: none;
}

.section-2-1 .card p {
    text-align: justify;
}

.section-2-1 .card #more3, #more4 {
    display: none;
}

.section-2-1 .card .btn {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 0px;
    background: none;
    width: 150px;
    border: none;
    color:black;
    font-weight: 500;
    border-left: 3px solid orange;
    transition: .4s;
    margin-bottom: 10px;
}

.section-2-1 .card .btn:hover {
    width: 180px;
    color: white;
    background-color: orange;
}

.section-2-1 .card:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 13px 5px rgb(241, 236, 236); 
    box-shadow: 0px 4px 13px 5px rgb(247, 244, 244);
}

/* section 3 */
.section-3 {
    color: white;
    background-color: rgb(17, 17, 17);
    padding-top: 100px;
    padding-bottom: 0px;
}

.section-3 .play {
    margin-top: 80px;
    padding-right: 50px;
}

.section-3 .content {
    padding-left: 50px;
}

.section-3 .content h2 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: white;
    font-weight: 600;
}

.section-3 .content h6 {
    margin-top: 10px;
}

.section-3 .content p {
    text-align: justify;
}

/* assoc */
.assoc {
    padding-top:50px;
    padding-bottom: 100px;
    background-color: rgb(17, 17, 17);
}

.assoc h5 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: white;
    font-weight: 600;
}

.assoc .box {
    padding: 0px 20px 0px 20px;
}


.assoc .img-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .4s;
    filter: brightness(0) invert(1);
}

.assoc .img-cover:hover {
    transform: scale(1.3);
    cursor: pointer;
    filter: none;
}

.assoc .btn {
    text-decoration: none;
    margin-top: 80px;
    border-radius: 0px;
    background: none;
    width: 180px;
    border: none;
    color: white;
    font-weight: 500;
    border-left: 3px solid orange;
    transition: .4s;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.assoc .btn:hover {
    width: 210px;
    background-color: orange;
}

/* ---------------------------------------- logo sizing */

/* section 4 */
.section-4 {
    padding-bottom: 100px;
}

.section-4 .sub h2 {
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    font-stretch: expanded;
    color: black;
    font-weight: 600;
    border-left: orange solid 4px;
    text-align: left;
    padding-left: 15px;
}

.section-4 .content-uc {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border-radius: 5px;
}

.section-4 .content-uc p{
    text-align: justify;
}

/* 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) { 
    
}

/* ---------------------------------------------------------------- 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;
    }
}

/* ---------------------------------------------------------------- small device */
@media (max-width: 767.98px) { 
    .d-navbar {
        display: none;
    }

    .m-navbar {
        display: unset;
        padding: 0;
    }

    .section-1 video {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-1 .content {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-1 .content h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .section-1 .content ul {
        margin: 0;
        padding-left: 30px;
        opacity: .8;
    }

    .section-1 .content .list-content, .list-content-2, .list-content-3 {
        margin-top: 20px;
    }

    /* lif-asoc */
    .lift-assoc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lift-assoc h5 {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .lift-assoc .box {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 30px;
    }

    .lift-assoc .box #log-7 {
        max-width: 200px;
    }

    .lift-assoc .box #log-9, #log-10, #log-11, #log-12, #log-13 {
        max-width: 200px;
        margin-top: 40px;
    }

    .section-2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    .section-2 .card {
        margin-top: 30px;
    }

    .section-2 .card:hover {
        transform: scale(1);
    }

    .section-2 .card .card-title {
        font-size: 20px;
    }

    .section-2 .card .card-text {
        font-size: 16px;
    }

    .section-2-1 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-2-1 .card {
        margin-top: 30px;
    }

    .section-2-1 .card:hover {
        transform: scale(1);
    }

    .section-2-1 .card .card-title {
        font-size: 20px;
    }

    .section-2-1 .card .card-text {
        font-size: 16px;
    }

    .section-3 {
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .section-3 .play {
        padding: 0;
        margin-top: 30px;
    }

    .section-3 .content {
        margin-top: 20px;
        padding: 0;
    }

    .section-3 .content h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .section-3 .content ul {
        margin: 0;
        padding-left: 30px;
        opacity: .8;
    }

    .section-3 .content .list-content, .list-content-2, .list-content-3 {
        margin-top: 20px;
    }

    /* assoc */
    .assoc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .assoc h5 {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .assoc .box {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 30px;
    }

    .assoc .box #log-1 {
        margin-top: -30px;
    }

    .assoc .box #log-2, #log-3, #log-4, #log-5, #log-6 {
        max-width: 200px;
        margin-top: 40px;
    }

    footer {
        margin-top: 50px;
    }
}