.btn-primary {
  background-color: white;
  color: #003087;
  border-color: white;
}

.btn-primary:active{
    background-color:#fff;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #003087;
}


.head {
  font-size: 16px;
  font-family:  'Roboto', sans-serif;
  font-weight: 500;
}
.bell-icon {
  color: black;
  margin-top: 10px;
}
.circle {
  width: 50px; /* Set the width and height for the circle */
  height: 50px;
  background-color: #0055A2; /* Change to your desired color */
  border-radius: 50%; /* This makes it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  margin-left: 10px;
}
.display-text {
font-size: 36px;
font-weight: 600;
font-family:  'Roboto', sans-serif;
}
.head-text {
font-size: 28px;
font-family:  'Roboto', sans-serif;
font-weight: 600;
}
.head-text2 {
font-size: 24px;
font-family:  'Roboto', sans-serif;
font-weight: 600;
}

.clock-icon {
 color: #003397;

}

.clock-text {
font-size: 14px;
font-family:  'Roboto', sans-serif;
font-weight: 600;
}
.button-enroll {
background-color: #003B91; 
color: white;
padding: 10px 30px; 
border: none; 
text-align: center;
text-decoration: none; 
display: inline-block; 
font-size: 16px; 
font-weight: bold;
cursor: pointer; 
width: 100%;
}

.nav-bar {
display: flex;
list-style-type: none;
padding: 0;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}

.nav-bar li {
margin-right: 20px;
}

.nav-bar a {
text-decoration: none;
color: #555;
padding-bottom: 10px;
font-family:  'Roboto', sans-serif;
}

.nav-bar a.active {
    font-weight: bold;
border-bottom: 3px solid #555;
}

/* Checkmark List */
.checkmark-list {
list-style-type: none;
padding: 0;
}

.checkmark-list li {
margin: 10px 0;
position: relative;
padding-left: 25px;
color: black;
font-family:  'Roboto', sans-serif;
}

.checkmark-list li::before {
content: "✔";
color: #003397;
font-size: 18px;
position: absolute;
left: 0;
top: 0;
}

.bottom-bar {
background:#003397;
margin-bottom: 20px;
padding: 25px;
}
.bottom-text {
color: white;
font-weight: 600;
font-size: 22px;


}
.dis-btn {
border: 1px solid white;
border-radius: 5px;
color: white;
background: #003397;
font-size: 18px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
padding: 6px 28px;
}
.get-btn {
border: 1px solid white;
border-radius: 5px;
color:  #003397;
background: white;
font-size: 18px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
padding: 6px 28px;

}

.menu-bar {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.head-img {
    width:100%;
/*width: 1000px;*/
height: 490px;
}

.sub-txt {
font-size: 24px;
font-weight: 600;
font-family:'Roboto', sans-serif;
color: #003397;
}

@media (min-width:1025px){
.navbar-toggler {
display: none;
}
}

.video-container {
display: flex;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-section {
width:60%;
}

@media (max-width:768px){
    .video-section {
width:100%;
}

.video-container{
    flex-direction:column;
}


}

.video-header {
background-color:  #003397;
;
color: #fff;
padding: 5px;
border-radius: 5px 5px 0 0;
width: 100%;
font-size: 24px;
font-weight: 600;
}

.video-player {

width:100%;
border-radius: 0 0 5px 5px;
}

.course-content {
flex: 1;


border-top: 55px solid #003397;
}

.course-content p {
font-size: 18px;
margin-bottom: 15px;
position: relative;
top: -55px;
left: 30px;
color: #fff;
font-family:'Roboto', sans-serif;
font-size: 24px;
}

.course-content ul {
list-style: none;
}

.course-content ul li {
margin-bottom: 10px;
}

.course-content input[type="checkbox"] {
margin-right: 10px;
}
.header-bar {
display: flex;
justify-content: space-between; /* Ensures left and right alignment */
align-items: center; /* Aligns items vertically in the center */
background-color: #003397; /* Blue background */
color: white;
padding: 10px 20px;
}

.title {
font-size: 24px;
margin: 0;
font-family:'Roboto', sans-serif;
color: #fff;
}

.button-group {
display: flex;
align-items: center;
}

.share-btn {
background-color: white;
color: #1565C0; /* Blue text */
border: 1px solid #fff;
padding: 5px 15px;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
margin-right: 10px;
margin-right: 30px;
}

.share-btn:hover {
background-color: #1565C0; /* Change background to blue on hover */
color: white; /* Change text to white on hover */
border: 1px solid #fff;
}

.vertical-dots {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 24px; /* Height of the vertical dot container */
}

.vertical-dots span {
width: 5px;
height: 5px;
background-color: white; /* Color of the dots */
border-radius: 50%;
display: block;
}

.course-text {
margin-top: -40px;
margin-left: 0px;
}

.topic {
font-size: 24px;
color: black;
font-weight: 700;

}

.recommend {
font-size: 24px;
font-family:'Roboto', sans-serif;
}

.see-all {
font-size: 20px;
color: #003397;
font-family:  'Roboto', sans-serif;
font-weight: 500;
text-decoration: underline;

}
.menu-container {
display: block;
}
.notification {
display: flex;
align-items: center;
justify-content: center;
justify-content: end;



}

/* Media Query */ 

@media (max-width: 767px) {
.see-all {
font-size: 12px;
}
.recommend {
font-size: 18px;
}
.head-text2 {
font-size: 14px;
}
.clock-text {
font-size: 14px;
}
.head-text {
font-size: 14px;
}
.display-text {
font-size: 15px;
}
.course-content p{
font-size: 12px;
top: -35px;
left: 5px;
}
.course-content {
border-top: 45px solid #003397;
}
.share-btn{
font-size: 12px;
}
.title{
font-size: 12px;
}
.search-icon {
padding: 0;
}
.notification {
justify-content: center;
margin-top: 10px;
}
.menu-container {
display: none;
}
.navbar-toggler {
display: block;
}

.logo-img {
width: 230px;
}

.search-bar {
width: 304px;

}

.head {
font-size: 12px;
}

.menu-bar {
justify-content: start;
}

.head-img {

height: 210px;
}
.display-text {
font-size: 25px;
}
.head-text {
font-size: 16px;
}
.clock-text {
font-size: 16px;
}
.sub-txt {
font-size: 16px;
}
.button-enroll {
width: 82%;
}

.nav-bar {
flex-direction: column;
}
.bottom-text {
font-size: 16px;
}
.dis-btn {
font-size: 16px;
padding: 5px;
}
.get-btn {
font-size: 16px;
padding: 5px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.menu-bar {
justify-content: start;
}
.notification {
justify-content: start;
}
.head-img {
width: 100%;
height: 100%;
}
.bottom-text {
font-size: 20px;
}
.dis-btn {
margin-bottom: 15px;
}

.topic {
    font-size: 15px;
    color: black;
    font-weight: 600;
}
}


@media (min-width: 1024px) and (max-width: 1366px) {
.head-img {
/*width: 100%x;*/
/*height: 100%;*/
}
.display-text {
font-size: 25px;
}
.head-text {
font-size: 22px;

}
.menu-bar {
flex-wrap: nowrap;
}
.notification {
display: block;
}
.head {
font-size: 10px;
}
}
