* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

section{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}

/*---------------- NAV BAR ----------------------*/


.navbar .nav-item{
    margin-left: 25px;
}

.nav-item a{
    /* color:#010102; */
    color: #fff;
    font-size: 1.2em;
}

.nav-item a:hover{
    color:#afafaf;
}

.opaque-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.0);
    transition: background-color .5s ease 0s;
}

.opaque-navbar.opaque {
    /* background-color: #1cceea; */
    /* background-color: rgba(28,206,234,0.82);
    background: linear-gradient(-45deg, rgba(147,26,222,1) 0%, rgba(28,206,234,1) 100%);
    transition: background-color .5s ease 0s; */
    /* background-color: #fff; */
    background-color: #0798EC;
    border-bottom: 5px solid #010102;
}

.navbar-sec-about{
    background-color: #0798EC;
    border-bottom: 5px solid #010102;
}

.navbar-sec-vision{
    background-color: #FEC401;
    border-bottom: 5px solid #010102;
}

.navbar-sec-works{
    background-color: #FC6C7C; 
    border-bottom: 5px solid #010102;
}

.navbar-sec-team{
    background-color: #FEC401;
    border-bottom: 5px solid #010102;
}

.navbar-sec-clients{
    background-color: #0798EC;
    border-bottom: 5px solid #010102;
}

.navbar-sec-footer{
    background-color: #FC6C7C;
    border-bottom: 5px solid #010102;
}




/*---------------- Video BG ----------------------*/
#myVideo{
    background: center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

#myBorder{
    position: absolute;
    min-height: 100vh;
    width: 100%;
    background: center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1000;
}

#video-container {
    position: relative;
    height: 100vh; /* 100% of the viewport height */
    overflow: hidden;
  }

  /* Center the video within the container */
  #fullscreen-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; /* Ensures video covers full container width */
    min-height: 100%; /* Ensures video covers full container height */
    width: auto;
    height: auto;
    z-index: -1; /* Push the video behind other content (navbar) */
  }
/*---------------- Carousel ----------------------*/
#sec-carousel{
    margin-top: 65px;
}


/*---------------- About ----------------------*/
#sec-about{
    padding: 90px 0 0 0;
    background-color: #0798EC;
    color: #fff;
    text-shadow: 1px 1px#616161;
}

#sec-about h1{
    text-shadow: 1px 1px 2px #616161;
}

.sec-heading{
    text-align: center;
    margin-bottom: 25px;
}

#sec-about p{
    text-align: justify;
}
#sec-about .about-img-box{
    /* background-color: blue; */
    text-align: center;
}
#sec-about .about-img-box img{
    max-width: 350px;
    margin: 0 auto;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.about-text-box{
    padding: 15px;
}

/*---------------- Vision ----------------------*/
.row-vision-img{
    margin-bottom: 50px;
    text-align: center;
}

.row-vision-img img{
    width: 100%;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#sec-vision{
    padding: 90px 0 0 0;
    background-color:#FEC401;
}

#sec-vision .vision-box{
    text-align: center;
    padding: 5%;
    margin: 5% 2%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    border: 5px solid #fff;
}

#sec-vision .vision-box:hover{
    border: 5px solid #010102;
}

.vision-box h3{
    margin-bottom: 30px;
    font-size: 2rem
}

/*---------------- Services ----------------------*/
#sec-services{
    padding: 90px 0 0 0;
}

.sec-heading{
    text-align: center;
    margin-bottom: 25px;
}

#sec-services p{
    text-align: justify;
}

/*---------------- Work ----------------------*/
#sec-works{
    padding: 90px 0 90px 0;
    background-color: #FC6C7C;
    color: #fff;
}
#sec-works h1{
    text-shadow: 1px 1px 2px #616161;
}
.work-box{
    padding: 25px 0;
}
.work-box img{
    width: 100%;
}

.work-box p{
    text-align: justify;
}

.work-item img{
    border-radius: 5px;
}

/*---------------- Team ----------------------*/
#sec-team{
    padding: 90px 0 50px 0;
    /* background-color: rgba(28,206,234,0.82);
    background: linear-gradient(-45deg, rgba(147,26,222,1) 0%, rgba(28,206,234,1) 100%);
    transition: background-color .5s ease 0s; */
    background-color: #FEC401;
}

.team-box{
    text-align: center;
    padding: 20px 10px;
    margin: 5% 2%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
}

.team-box:hover{
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
    border: 5px solid #010102;
    padding: 15px 5px;
}

.av-box {
    margin: 0 auto;
    text-align: center;
}

.av-box img {
    width: 80%;
    max-width: 200px;
    border-radius: 50% !important;
}
#sec-team .sec-heading{
    color: #fff;
}

.team-box h3{
    margin-top: 20px;
    font-size: 1.3em;
}
/*---------------- Clients ----------------------*/
#sec-clients{
    padding: 90px 0 0 0;
    background-color: #0798EC;
    color: #fff;
}

.client-item{
    width: 200px;
}
.client-item img{
    border-radius: 15px;
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
}
.client-item img:hover{
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
    border: 5px solid #010102;
}
.owl-item{
    padding: 10px;
}

#sec-clients-2{
    padding: 90px 0 0 0;
    background-color: #0798EC;
    color: #fff;
}

.client-item-2{
    margin-bottom: 25px;
}

.client-item-2 img{
    border-radius: 15px;
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    width: 100%;
}
/*---------------- Footer ----------------------*/

#sec-footer{
    padding: 25px;
    /* background-color: rgba(28,206,234,0.82);
    background: linear-gradient(-45deg, rgba(147,26,222,1) 0%, rgba(28,206,234,1) 100%);
    transition: background-color .5s ease 0s; */
    background-color:#FC6C7C;
    text-align: center;
    color: #fff;
}

#sec-footer .btn-social-rnd{
    margin-bottom: 15px;
}


/*/////////////////  MEDIA QUERIES  /////////////////*/
@media (min-width: 100px) and (max-width: 477px){
    #myVideo{
        min-height: 30vh;
        margin-top: 70px;
    }

}

/* Small devices (landscape phones, 478px and up) */
@media (min-width: 478px) and (max-width: 575px){
    #myVideo{
        min-height: 50vh;
        margin-top: 70px;
    }
    

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px){
    
    #myVideo{
        min-height: 50vh;
        margin-top: 70px;

    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #myVideo{
        min-height: 50vh;
        margin-top: 70px;
    }
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #myVideo{
        margin-top: 0px;
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #myVideo{
        margin-top: 0px;
    }
    
}