@media only screen and (min-width: 1024px) {

  .tutorial{
    width: 50%;
    margin: auto;
  }

  .memb-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  cursor: pointer;
}

/* Hover effect */
.memb-section:hover {
  background-color: #2F98DF; /* Change background color on hover */
}
.memb-section {
  width: 30%;
  background-color: #D3E5F1;
    border: 1px solid #ddd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
    padding-bottom: 35px;


  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Add transition for smooth effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */

  margin: 0 10px;
  text-align: center;
}

.memb-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.memb-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}

.memb-description {
  font-size: 16px;
  font-family: firago;
}

.slider {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    
  }
  
  .slide-content {
    position: absolute;
    top: 50%;
    left: 30%;
    
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
  }
  
  .slide-content h2 {
    font-size: 40px;
    margin-left: 200px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .slide-content p {
    font-size: 30px;
    margin-left: 200px;
    margin-bottom: 50px;
  }
  
  .btn {
    padding: 10px 20px;
    background-color: #3C95D1;
    color: white;
    text-decoration: none;
    position: absolute;
    border-radius: 5px;
    margin-left: 70px;

    transition: background-color 0.3s ease;
  }
  .abs{
    margin-left: 200px;

  }
  
  .btn:hover {
    background-color: #256599;
  }

  .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Black overlay with 0.7 opacity */
    z-index: 0;
  }
  


  /* _______________________________ */

  .top-courses {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1;
    font-family: alk;
  }
  
  .course-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .course-box {
    width: calc(33.33% - 20px); /* Three courses in a row with 20px spacing */
    background-color: #EEF5FD;
    margin-bottom: 20px;
    border-radius: 8px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  
  .course-box img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 20px;
    
  }
  
  .course-box h3{
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: alk;
    line-height: 20px;
    margin-right:20px;
  }
  .course-box p{
    margin-top: 0;
    margin-left: 20px;
    margin-right:20px;
    font-family: firago;
  }
  
  .btn {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #3C95D1;
    color: white;
    float: right;
    font-family: alk;
    margin-right: 20px;
    border-radius: 5px;
  }
  
  .topcourseimage{
    width: 100%;
  }

  /* Other existing styles */

.course-price {
    bottom: 10px;
    left: 10px;
    margin-left: 20px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #3C95D1; /* Blue color */
  }
  
/* CSS */
.button-50 {
    appearance: button;
    background-color: #3C95D1;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 2px 2px 0 0,#000 2px 2px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 350px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .button-50:focus {
    text-decoration: none;
  }
  
  .button-50:hover {
    text-decoration: none;
  }
  
  .button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
  }
  
  .button-50:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
  }
  
  @media (min-width: 768px) {
    .button-50 {
      padding: 12px 50px;
    }
  }


  /* ______________________ */


  .top-blogs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .blog-box {
    width: calc(33.33% - 20px); /* Three blogs in a row with 20px spacing */
    background-color: #EEF5FD;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }
  
  .blog-box img {
    width: 100%;
    max-height: 400px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }
  
  .blog-title {
    font-size: 20px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: alk;
    line-height: 25px;
  }
  
  .article-type {
    bottom: 10px;
    left: 10px;
    margin-top: 10px;
    width: 50%;
    padding: 5px;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  
    .article-type p {
    margin: 0;
    color: #666;
    font-family: alk;
    font-weight: bolder;
  }
  

}

@media only screen and (max-width: 1023px) {
  .memb-container {
  justify-content: center;
  margin-top: 50px;
  cursor: pointer;
}

/* Hover effect */
.memb-section:hover {
  background-color: #2F98DF; /* Change background color on hover */
}
.memb-section {
  width: 8  0%;
  background-color: #D3E5F1;
    border: 1px solid #ddd;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;

  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Add transition for smooth effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */

  margin: 0 10px;
  text-align: center;
    margin-bottom: 20px;

}

.memb-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.memb-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}

.memb-description {
  font-size: 16px;
}



.slider {
    width: 100%;
    height: 250px;

    position: relative;
    overflow: hidden;
  }
  
  .slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    
  }
  
  .slide-content {
    position: absolute;
    top:180px;
    left: 30%;
    
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
  }
  
  .slide-content h2 {
    width: 90%;
    font-size: 20px;
    margin-left: 90px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .slide-content p {
    font-size: 15px;
    margin-left: 90px;
    margin-bottom: 50px;
  }
  
  .btn {
    padding: 10px 20px;
    background-color: #3C95D1;
    color: white;
    text-decoration: none;
    position: absolute;
    border-radius: 5px;
            font-family: alk;
            line-height: 1;
    margin-left: 70px;
    transition: background-color 0.3s ease;
  }
  .abs{
    margin-left: 90px;

  }
  
  .btn:hover {
    background-color: #256599;
  }

  .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Black overlay with 0.7 opacity */
    z-index: 0;
  }
  /*______________________*/
  
  .top-courses {
    margin: 0 auto;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1; 
    font-family: alk;
  }
  
  .course-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .course-box {
    width: 90%; /* Three courses in a row with 20px spacing */
    background-color: #EEF5FD;
    border-radius: 8px;
    padding-bottom: 20px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3); /* Shadow properties: x-offset, y-offset, blur-radius, color */

    box-sizing: border-box;
  }
  
  .course-box img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 20px;
    
  }
  
  .course-box h3{
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: alk;
    line-height: 20px;
    margin-right:20px;
  }
  .course-box p{
    margin-top: 0;
    margin-left: 20px;
    margin-right:20px;
    font-family: firago;
  }
  
  .btn {
    display: inline-block;
    padding: 8px 8px;
    text-decoration: none;
    background-color: #3C95D1;
    color: white;
    width: auto;
    position: absolute;
    float: right;
    right: 13%;
    border-radius: 5px;
  }
  
  .topcourseimage{
    width: 100%;
  }

  /* Other existing styles */

.course-price {
    bottom: 10px;
    left: 10px;
    margin-left: 20px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #3C95D1; /* Blue color */
  }
  
/* CSS */
.button-50 {
    appearance: button;
    background-color: #3C95D1;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 2px 2px 0 0,#000 2px 2px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 350px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .button-50:focus {
    text-decoration: none;
  }
  
  .button-50:hover {
    text-decoration: none;
  }
  
  .button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
  }
  
  .button-50:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
  }
  
  @media (min-width: 768px) {
    .button-50 {
      padding: 12px 50px;
    }
  }

  /*________*/
    .top-blogs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .blog-box {
    width: 100%; /* Three blogs in a row with 20px spacing */
    background-color: #EEF5FD;
    margin: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }
  
  .blog-box img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px 10px 0px 0px;
  }
  
  .blog-title {
    font-size: 20px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: alk;
    line-height: 25px;
  }
  
  .article-type {
    bottom: 10px;
    left: 10px;
    margin-top: 10px;
    width: 50%;
    padding: 5px;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  
    .article-type p {
    margin: 0;
    color: #666;
    font-family: alk;
    font-weight: bolder;
  }
  

  .tutorial{
    width: 70%;
    margin: auto;
  }

}



