/* Googel Fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
*,
*::after,
*::before {
    box-sizing: border-box;
}
html {
    font-weight: 300;
    font-size: 100%;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
}

/* 
Resuseable Contents
-------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.71);
}

#brand-line::after {
    display: inline-block;
    clear: both;
    content: "";
    width: 60px;
    height: 2px;
    background-color: green;
    margin-left: 5px;
}
#brand-line {
    color: green;
    letter-spacing: 1px;
    font-size: 35px;
}
#myself {
    color: rgba(0, 0, 0, 0.71);
}

/*
Main Navigation 
--------------------------------------------------------------------------- */


#logo-txt {
   margin-left: 8%;
   margin-top: -7%;
}
#logo-green {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #0bf80b;
}
#logo-white {
    text-transform: uppercase;
    display: block;
    color:white;
}

.box-container {
    width: 100%;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    left: 0%;
    top: 0%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.459);
    backdrop-filter: blur( 2.0px );
    -webkit-backdrop-filter: blur( 2.0px );
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
}
.navbar-brand img {
    width: 120px;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.nav-link:hover {
    color: ghostwhite !important;
}
.nav-item .nav-link {
    color:#fff !important;
    font-size: 20px;
    transition: all 200ms linear;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}
.nav-item.active {
    padding-left: 20px;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 7px;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.nav-item::after {
    position: absolute;
    bottom: -5px;
    left: 0px;
    height: 2px;
    content: "";
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover::after {
    bottom: 0px;
    opacity: 1;
}
 .collapse i {
    font-size: 17.5px;
    display: inline-block;
    
    padding: 2px;
    line-height: inherit;
    
}
.collapse a {
    font-size: 20px;
}
.dropdown-menu {
    border-top: 3px solid #00ff00;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: rgba(0, 0, 0, 0.61);
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item {
    padding: 6px;
    color: #fff;
    border-radius: 2px;
    font-size: 17px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #0f0 !important;
    background-color: transparent;
}

.brand-logo {
    margin-left:8%;
}
.footer-brand-logo {
    margin-left:8%;   
}

/*---- Video Full Slide -------------- */

.video-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.vid {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: none;
}

.vid1 {
    display: block;
}

.controls {
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dots {
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    background-color: yellow;
    margin: 0 1rem;
}

.dots:hover {
    background-color: white;
}

/* --- Search Box ------------ */

.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  outline:none;
}
.btn-search:hover{
    outline:none !important;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style:none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 50%;
  transition: all .5s ease-in-out;
  background-color:transparent;
  padding-right: 40px;
  color:#fff;
}
.input-search::placeholder{
  color:rgba(255,255,255,.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none !important;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff ;
  background-color:transparent;
  pointer-events: painted;  
}
.btn-search i{
    font-size:20x;
    color: rgba(255,255,255,0.9);
}
.btn-search i:focus{
    border:none !important;
}
.input-search{
  width: 250px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 1s cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search{
  width: 250px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 1s cubic-bezier(0, 0.110, 0.35, 2);
 
}

/*----- About US ---------- */

.card {
    position: relative;
    border: none;
}
.box {
    border-radius: 15px;
    border: 1px solid silver !important;
   
}
.card .icon {
    position: absolute;
    top: 43%;
    left: 40%;
    color: green;
    font-size: 40px;
    border: 1px solid darkgreen;
  
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: white;
}
.card .icon:hover {
    color: #fff;
    background-color: rgba(0, 100, 0, 0.9);
    border: 2px solid white;
   
}

.card-img {
    opacity: 0.85;
    width: 100%;
    height: 180px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-body{
    
   
}
.card-body a{
 text-decoration: none;
}
/* About Us ---- */

hr{
    line-height: 12px;
}

/* 
Our Programs 
-------------------------------------------------------------------------------- */

#our-programs {
    background: #fff;
}
.program-items {
    padding-top: 40px;
    padding: 30px;
    
}
.program-contents p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.71);
    font-weight: 600;
    letter-spacing: 1px;
}
.program-contents a {
    text-decoration: none;
}
.program-contents p:hover {
    color: green;
}
.program-contents {
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid silver;
    margin-bottom: 25px;
   transition: transform 0.4s linear;
    
}
.program-contents:hover {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    transform: scale(1.03);
    
}
.program-img {
    position: relative;
   
}
.program-contents :hover{
   opacity: 0.93;
   
}

#read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-self: center;
    transform: translate(-50%, -50%);
    background: green;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.program-img:hover #read-more {
   opacity: 1;
}

#read-more:hover{
    background-color: #fff;
    color:green;
}
.other{
    margin-top: 35%;
    margin-bottom: 26%;
    
}
.other a{
   text-decoration: none;
}
.other h1{
    letter-spacing: 5px;
    font-weight: 300;

}
.social-facebook i
 {
    background-color: #3B5998;
    position: fixed;
    color: #fff;
    z-index:-1;
  
}
.social-messenger i{
    background-color: rgba(0, 106, 255);
    position: fixed;
    color: #fff;
}
.social-youtube i{
    background-color: red;
    position: fixed;
    color: #fff;
}

.social-facebook i {
    padding: 10px;
    top: 40%;
    left: 0%;
    z-index:9999;
}
.social-messenger i {
    border-top: 1px solid ghostwhite;
    padding: 7px;
    top: 45.7%;
    left: 0%;
    z-index:9999;
}
.social-youtube i {
    border-top: 1px solid ghostwhite;
    padding: 6px;
    top: 50.5%;
    left: 0%;
    z-index:9999;
}

/* All footer Contents -------- */


/* ------------------- Social icon of footer -------- */

.footer{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.904);
    font-family: sans-serif;
    transition: 0.2s linear;
    font-size: 14px;
    overflow:hidden;
}
.footer a{
    text-decoration: none;
}
.head {
    padding-top: 20px;
}

/* ------ foot body of footer-------------- */

.footer h4 {
    color: rgba(255,255,255,0.9);
}
.foot-link a {
    color: rgba(255,255,255,0.9);
}
.footer h3 {
    padding-bottom: 10px;
}

/* ------------------- footer Part ------------- */

.foot {
    padding-top: 15px;
    background-color:rgba(22, 21, 21, 0.726);
    border-top: 1px solid gray;
    margin-top: 20px;
}

.footer h4 {
    padding-bottom: 5px;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom:3px solid white;  
}

.line-height {
    line-height: 20px;
}
.footer-links a{
    font-size: 17px;
    color: rgba(0,255,0,0.9);
}

.design-by{
    color:#10dd10c5;
}

.footer-links li {
    line-height: 30px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 2%;
    bottom: 4%;
    z-index: 995;
    background-color: transparent;
}
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    color: green;
    transition: all 0.4s;
    border: 2px solid green;
}
.back-to-top i:hover {
    background-color: green;
    color: #fff;
}
#b-to-p a {
    text-decoration: none;
}



