*{
    padding: 0;
    margin:0;
    
    box-sizing: border-box;
}
.logoimg{
  border-radius: 50%;
  height: 50px;
  margin-left: -40px;
  margin-right: -60px;
}

div
{
    height: 50px;
    text-decoration: none;
    
}
a
{
    text-decoration: none;
    color:black;
    font-style: arial;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 5px;
   
}
#navbar
{
  margin-top: -700px;
    height:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 90px;

    
}
#logo
{
  margin-top: 12px;
  margin-bottom: 6px;
    font-size:27px;
    color: #cf6111;
    width: 90px;
    margin-right: 90px;

}
.logo1
{
    font-size:16px;
    color: #D66440;
    background-color: transparent;
}
#logo2
{
    font-size:25px;
    width: 110px;
    color: #f08804;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 5px;
}
button{
   height: 35.5px;
   width: 86.24px;
   font-size: medium;
   background-color: #1E1F21;
    margin-bottom: 15px;
}
.button{
    color: #D66440;  

    
}
.button:hover{
    background-color: white;
    color: black
   
}
button:hover{
    background-color: white;
    color: black
}
h3{
    
    font-size: 2rem;
    display: flex;
    align-items: start;
    color: #020d36;
}
h2{
    margin: 0.8px;
    font-size: 1.5rem;
    height: 40px;
    width: 200px;
    color: #000;
}
.userimg{
   height: 39px;
   width: 39px;
    background-color: #1E1F21;
    margin-right: -210px;
    margin-bottom: 10px;
    
}
.menuimg{
    height: 30px;
   width: 35px;
    background-color: #1E1F21;
    margin-right: -400px;
    margin-bottom: 10px;
}
.homeimg{
  margin-top: 10px;
 height: 700px;
  width: 99.3%;
  margin-left: 5px;
  
}
.shop{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: white;
    margin-bottom:100px ;
    color: #000;
}
.box{
    /* border: 2px solid black;*/
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 10px;
    padding: 2rem;
    margin: 1rem;
    width: 75%;
    height: 260px;
    margin-top: 5px;
    
 }
 

#sug
{
    margin-top: 660px;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.box-img{
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0.5rem;
    margin-bottom:0.5 rem ;
    width: 100%;
    display: inline-block;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 1rem auto;
}
.box a{
    color: rgb(4, 77, 106);
    font-size: 0.8rem;
    font-weight: 700;
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    font-size: 1rem;
}
h4
{
    color: #ffffff;
    background-color:transparent;
    margin-bottom: 15px;
    font-size:1.5rem ;
}
.division p{
    color: #ffffff;
    background-color:transparent;
    font-size: 1.2rem;
}
h1
    { 

    display: flex;
    align-items: center;
    font-size: 50px;
    justify-content:center;
    color: #ffffff;
    font-weight :1200; 
    }
.mh
{
    height: 65px;
    margin-top: 50px;
}
.maincontent
{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content:space-evenly;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    color: #ede4e4;
}
    .class
    {border-width: 3px; 
        border-color:transparent;
        border-style: solid;
        border-radius: 50%;
        width: 30px;
        color: #ffffff;
        display: inline-block;
        justify-content: center;
        
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 22px  ;
        margin-top: 100px;
        font-size: 1.5rem;
    }

    .working{
        margin-left: 50px;
        margin-top: 90px;
        padding-top: 100px;
        background: rgb(2,0,36);
        background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 9%, rgba(253,29,29,1) 54%, rgba(252,176,69,1) 89%);    
        height: 500px;
        width: 95%;
        border-radius: 15px;
    }

        body {
        font-family: 'Arial', sans-serif;
        background-color: #ffff;
        margin: 0;
        padding: 0;
        }

        header {
            background: #0052D4;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #6FB1FC, #4364F7, #0052D4);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #6FB1FC, #4364F7, #0052D4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            text-align:center;
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
            
        }

        nav {
        background-color: #444;
        padding: 10px 0;
        text-align: center;
        height: 58px;
        }

        nav a {
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        margin: 0 10px;
        height: 40px;
        font-size: 23px;
        border-radius: 5px;
        display:  inline-flex;
        align-items: center;
        background-color: #43766C;
        transition: background-color 0.3s;
        }

        nav a:hover {
        background-color: #ffffff;
        color: black;
    
        }

        main {
        padding: 20px;
        text-align: center;
        color: black;
        }

        .topic {
        display: none;
        height: 250px;
        font-size: 1.2rem;
        color: black;
        }

        .topic.active {
        display: block;
        color: rgb(0, 0, 0);
        }

        .topic-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        color: black;
        }

        .topic-content img {
        max-width: 300px;
        margin-right: 20px;
        color: black   ;
        }

        .topic-content h2 {
        color: #4793AF;
        }

        .topic-content p {
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        text-align: left;
        color: black;
        }
.skil
{
    color: white;
    margin-top: 590px;
}
  #options button {
      background-color: #4793AF; /* Green */
      color: white;
      padding: 35px 78px;
      margin-bottom: 5px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 21px;
      margin-right: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      
  }

  #options button:hover {
      background-color: white;
      color: #000;
  }
  

  #courseDetails , #courseDetails div {
    margin-top: 100px;
    color: black;
      
  }
  #courseDetails a { 
    color: skyblue;
    height: 15px;
    width: 200px;
   padding-bottom: 50px;
   margin-top: 5px;
   background-color: white;

  }
 
  .dep {
    /* border: 2px solid black;*/
     height:300px;
     width:90%;
     background-color: white;
     padding: 10px 0px 0px;
     border-width:1px;
     border-color:black ;
     border-style: solid;
     border-radius: 25px;
     margin-left: 65px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 15px;
 }

  button {
      display: inline-block;
      margin-right: 30px;
      border: 3px solid white;
      color: white;
      width: 100px;
      padding: 8px 12px;
      border-radius: 4px;
      margin-top: 20px;
  }
  

  button:hover {
    background-color: white;
      border: 3px solid black;
      color: #000;

  }
  /* Ensure there's spacing between individual course sections */
.course-section {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    /* Space between course details */
    color: white;
    background-color: #f9f9f9;
}

courseDetails {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 4px;
    color: white;
    background-color: #fff; /* Changed for better contrast */
}
.courseDetails a {

    margin-top:10px ;
    margin-bottom: 20px;
}

/* Other existing CSS... */
.nb{
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 500px;
    color: black;
    background: #ffe259;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffa751, #ffe259);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffa751, #ffe259);
overflow: scroll;
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}
.container {
    overflow: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    width: 90%;
    height: 500px;
    margin: 0 auto;
    padding: 0 50px;
  }
  
.refresh-button {
    padding: 10px 20px;
    background-color: #437660;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
}