
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.nav-item .nav-link{
    color: navy;
    font-size: 1.2rem;
    font-weight: 700;
    align-self: center;
}

.nav-item .nav-link{
  border-bottom: 2px solid navy;
}

.carousel-item h1{
    font-size: 3rem;
    color: navy;
    font-weight: bold;
    
}

.nav-item a:hover{
    color: brown;
}

.container .navbar-brand{
    font-size: 1.5rem;
    font-weight: bold;
    color: navy;
}

.container .navbar-brand:hover{
    color: brown;
}

.btn{
    color: white;
    font-weight: bold;
    background-color: navy;
}


#image{
    border-radius: 50%;
    height: 40px;
}

.text h1{
    font-size: 4rem;
    font-weight: 700;
    padding-top: 100px;
    color: navy;
}

.text p{
    font-size: 1.3rem;
    color: navy;
    font-weight: 500;
}

#Btn:hover{
     background-color: blue;
     color: white;
     transition: 0.4s all linear;
     transform: translateY(8px);
}

.text-1 h1{
    font-size: 3rem;
    font-weight: 500;
}

.text-1 span{
    color: navy;
}

.text-1 .line{
    font-size: 2rem;
    color: navy;
    font-weight: bold;
}

.nnn{
    color: navy;
    font-weight: 500;
}

#work i{
    font-size: 4rem;
    color: brown;
    align-items: center;
    border-radius: 29px 50px;
    padding: 30px 30px;
    background-color: white;
}

#work i:hover{
    background-color: blue;
    color: white;
    cursor: pointer;
}

#work h1{
    color: navy;
    padding-top: 30px;
}
#work p{
    color: black;
    font-weight: 400;
}

.text-center h1{
    color: navy;
    font-size: 4rem;
    font-weight: 700;
}

.card i{
    color: navy;
}

.section-2{
    background-repeat: no-repeat;
    background-size: cover;
}

.text-3{
    padding-top: 200px;
}

.text-3 span{
     color: navy;
}

.text-3 h2{
    font-size: 3.5rem;
    font-weight: bold;
}

.text-3 p{
    font-size: 1.6rem;
    font-weight: 300;
}

#head{
    background-color: rgb(24, 22, 22);
}

#box-item{
    background-image: url('images/p10.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 180px 180px 0px;
}


form .form-group{
  width: 60%;   
  padding:10px ;
  align-self: center;
}

.form-text h1{
    color: navy;
    font-weight: bold;
}

.form-text p{
    color: navy;
}

.card-button a{
    background-color: white;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-button a:hover{
    background-color: navy;
    color: white;
    font-weight: bold;
}

.card{
    padding: 15px;
}

.card-body h5{
    font-size: 1.7rem;
}

.card-body p{
    color: grey;
    font-size: bold;
}

.card:hover{
    box-shadow: -2px 5px 15px 0.5px #bababa;
    transform: translateY(-5px) ;
    transition: 0.2s ease;
}

.card-button a{
    color: white;
    background-color: navy;
}

.card-button a:hover{
    background-color: brown;
}

#Profile h2{
  font-weight: 700;
  color: black;
  font-size: 3rem;
}

#Profile p{
  color: gray;
  font-weight: 400;
}

.main {
    box-shadow: -2px 5px 15px 0.5px #bababa;
}

.text-a h2{
     color: navy;
     font-size: 3rem;
     font-weight: bold;
}

.text-a{
    color:gray;
}

.btn:hover{
    background-color: brown;
}

#bg-color{
    background-color: #1e2d78;
}

#bg-color h1{
    color: white;
    font-weight: 700;
    font-size: 4rem;
}

#bg-color p{
    color: white;
}

#bg-color .btn:hover{
    background-color: brown;
}

#card-detail{
    box-shadow:-2px 5px 15px 0.5px #bababa;
}

#dot1 h1{
    font-size: 4rem;
    font-weight: 700;
}

#dot1 p{
    color: grey;
}

.custom-border {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }

  video{
   width: 100%;
  }

