body{
    background-color: rgba(255, 255, 255, 0.61);
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
  overflow-x: hidden;
}
header{
   width:100%;
}
.logo{
    margin-top: 5%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    background-color: #0c0d0e;
    border-radius: 10px;
    -webkit-box-shadow: 2px 6px 32px 3px rgba(0, 0, 0, 0.76);
    box-shadow: 2px 6px 32px 3px rgba(0, 0, 0, 0.76);
}
.logo-name{
    font-size:3em;
    font-weight: bold; 
    margin:0;
    padding-top: 2%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.tag-line{
    position: relative;
    top:10%;
    margin:0 0;
}.prem{
    color:rgba(39, 36, 36, 0.566);
    margin:2;
}
.course-name{
    font-size: 2em;
    font-weight: bold;
}
.title{
    display: flex;
    justify-content: center;

}
.company-logo{
    height:50px;
    width:50px;
    border-radius: 50%;
    position: relative;
    margin-top: 14px;
}
.company-name{
    padding-left:10px;
}
a {
    text-decoration: none;
    color:white;
    background-color: transparent;
    display: inline-block; /* Ensure the anchor has a layout */
 /* Add padding for clickable area (adjust as needed) */
  }
  
  a:active {
    background-color: rgb(255, 255, 255); /* Change this to your desired pressed color */
  }
  .content {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;

}

.row {
    width: 47%; /* Adjust the width to control the spacing between boxes */
    display: flex;
    flex-wrap: wrap;
}

.row .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; /* Adjust the height as needed */
    border-radius: 10px;
    background-color: #0c0d0e;
    color: rgb(215, 210, 210);
    width: 100%;
    margin-right: 2%; /* Adjust to control the horizontal spacing between boxes */
    padding-left:5%;
    margin-bottom: 10px;
    box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
}
.cont:hover{
    transform: scale(0.95);
    transition: transform 0.5s;
    color:#27fe97
}
.cont-1, .cont-3, .cont-5, .cont-7  {
    margin:0; /* No left margin for the first box in each row */
    
}

.cont-2, .cont-4, .cont-6, .cont-8 {
    margin-right: 0; /* No right margin for the second box in each row */
    
}
.cont-1, .cont-2, .cont-5, .cont-6 , .cont-9{
    position: relative;
    left: 6%;
}
.cont-3, .cont-4, .cont-7, .cont-8, .cont-10{
    position: relative;
    right: 6%;
}
.feedback{
    height: 30%;
    width: 100%;
    color: white;
}
.feed-01, .feed-02, .feed-03, .feed-04{
    height: 10%;
    width: 70%;
    background-color: #0c0d0e;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
    display: none; /* Initially hide all feedback divs */
}

.feed-01.show,
.feed-02.show,
.feed-03.show,
.feed-04.show {
    display: block; /* Display the currently active feedback div */
}
.feed-01:hover, .feed-02:hover, .feed-03:hover, .feed-04:hover{
    transform: scale(1.2);
    transition: transform 0.4s;
}

.feed-txt {
    font-size: 0.9em;
    letter-spacing: 1px;
    
}
h3{
    text-transform:uppercase;
    letter-spacing: 0.7px;
    color: #27fe97;
}

.mentor-info{
    height: 30%;
    width: 100%;
    color: white;
    display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.mentor{
    height: 10%;
    width: 35%;
    background-color: #0c0d0e;
    border-radius: 10px;
    margin-bottom: 40px;
    padding-top:30px;
    padding-bottom:20px;
    box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
    margin-top: 2%;
}
.let{
    margin-right: 3%;
    
    
}
.rer{
    margin-right: 0%;
}
.mentor img{
    border-radius: 50%;
    margin-left: 5px;
    
}
.mentor img:hover{
    transform: scale(1.3);
    transition: transform 0.4s;
}

.ment-n{
    font-size: 22;
    font-weight: bold;
    letter-spacing: 1px;
}
.ment-prof{
    font-size:smaller;
    letter-spacing: 0.5px;
}
.mentor a:active{
    background-color: #0c0d0e;
}

.pricing{
    margin: 1em;
    padding: 1em;
    width:170px;
    flex-basis: 500px;
    border: 1px dotted #ccc;
    border-radius: 10px;
    display: inline-block;
    color: #fffdfd;
    background-color: #0c0d0e;
    box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
}
.pricing:hover{
    transform: scale(1.3);
    transition: transform 0.4s;

}
  .style-1 {
    del {
      color: rgba(rgb(204, 30, 30), 0.5);
      text-decoration: none;
    }
      &:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 2px solid rgba(red, 0.8);
        height: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: rotate(-7deg);
      }
    }
    ins {
      color: #27fe97;
      font-size: 40px;
      font-weight: bolder;
      text-decoration: none;
      padding: 1em 1em 1em .5em;
    }
  
.enrl{
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.enrl .more-info{
   margin-right:10%;
   background-color: #0c0d0e;
   height: 70px;
   width: 40%;
   display: flex;
   text-align: center;
   align-items: center;
   justify-content: center;
   border-radius:8px;
   box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
   

}.enrl .enroll-now{
    margin-right: 0%;
    background-color: #0c0d0e;
    height: 70px;
    width: 40%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius:8px;
    box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
 
 }
 .enrl img{
    padding-left: 5px;
 }
 .more-info:hover{
    transform: scale(1.2);
    transition: transform 0.4s;
    background-color: #27fe97;
    color:#0c0d0e;
    
 }
 .enroll-now:hover{
    transform: scale(1.2);
    transition: transform 0.4s;
    background-color: #27fe97;
    color:#0c0d0e;
    
 }
.last{
    font-size: x-small;

}
.other-event{
    width:90%;
    display: flex;
    overflow-y: scroll;
    padding:0;
}
.other-event img{
    object-fit: cover;
    width:500px;
    height:auto;
    border-radius: 10px;
    
}
video{
    border-radius: 50px;
    object-fit: cover;
}
video:hover{
    transform: scale(1.3);
    transition: transform 0.4s;
}
.other-event img:hover{
    transform: scale(1.05);
    transition: transform 0.2s;
    box-shadow: 2px 4px 10px 3px rgba(60, 42, 13, 0.254);
}
.ot-courses{
    width:100%;
    padding-right: 30px;
    padding-bottom:20px;
}
.mentor:hover{
    color:#27fe97;
}
@media only screen and (max-width: 850px) {
    
    
    .feed-01, .feed-02, .feed-03, .feed-04{
        width: 90%;
    }
    .feed-01:hover, .feed-02:hover, .feed-03:hover, .feed-04:hover{
        transform: scale(1.0);
    }
    .mentor{
        height: 10%;
        width: 100%;
        background-color: #0c0d0e;
        border-radius: 10px;
        margin-bottom: 40px;
        padding-top:20px;
        padding-bottom:20px;
        box-shadow: 2px 14px 10px 3px rgba(34, 34, 34, 0.2);
    }

.mentor-info{
    height: 30%;
    width: 100%;
    color: white;
    display: block;
    

}

.mentor img{
    border-radius: 50%;
    margin-left: 5px;
    
}
.mentor img:hover{
    transform: scale(1.3);
    transition: transform 0.4s;
}

.ment-n{
    font-size: 22;
    font-weight: bold;
    letter-spacing: 1px;
}
.ment-prof{
    font-size:smaller;
    letter-spacing: 0.5px;
}
.mentor a:active{
    background-color: #0c0d0e;
}
.other-event{
    width:90%;
    display: flex;
    overflow-y: scroll;
    padding:0;
}
.other-event img{
    object-fit: cover;
    width:300px;
    height:auto;
    border-radius: 10px;
    
}

.ot-courses{
    width:100%;
    padding-right: 30px;
    padding-bottom:20px;
}
  }