@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.new-list li{
	font-size:18px !important;
}
.bread-crumb {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .bread-crumb li,
    .bread-crumb li a {
      color: #fff;
      display: flex;
      align-items: center;
      gap: 15px;
      position: relative;

    }
    .course-header-container{
      background-image: url('https://www.gsdcouncil.org/resources/images/iso.webp');
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      position: relative;
      -webkit-backface-visibility: hidden;
      padding: 50px 70px;
      color: #fff;
      box-shadow: 0px 15px 50px rgba(255, 194, 194, 0.77);
    }
    .course-header-container:before {
      background-color: #000000d1;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
    
      display: block;
      width: 100%;
      height: 100%;
    }
    .current-course {
      color: rgb(186, 186, 255, 0.79) !important;
    }
    .header-course-description {
      line-height: 22px;
      margin-top: 20px;
    }
    .header-course-image-container {
      position: absolute;
      right: 150px;
      width: 279px;
      object-fit: cover;
      margin: 0 auto;
      /* background: rgb(72, 97, 227);
      background: linear-gradient(
        152deg,
        rgba(72, 97, 227, 1) 0%,
        rgba(20, 87, 165, 1) 71%,
        rgba(173, 72, 235, 0.41) 100%
      ); */
      padding: 5px;
      border-radius: 12px;
    }
    .header-course-image-container .badgeimg {
      width: 100%;
      border-radius: 130px;
      border: 1px solid #95D2FF;
      box-shadow: 0px 15px 50px #95D2FF;
      padding: 12px;
      
    }
.header-course-image{
display:block !important;
}
    .header-course-badge-image-container {
      position: absolute;
      top: -60px;
      left: -70px;
      width: 150px;
      background-color: #0e0d3a; 
      border-radius: 50%;
      padding: 15px;
      border: 10px solid #fff;
    }
    .header-course-ai-image-container{
      position: absolute;
      top: 0px;
      left: 205px;

    }
    .reviews {
      display: flex;
      align-items: baseline;
      gap: 10px;
      margin: 20px 0px 0px;
    }
    .reviews2 {
      display: flex;
      align-items: baseline;
      gap: 20px;
      margin: 20px 0px 0px;
    }
    .buy-now-container {
      display: flex;
      gap: 10px;
      margin: 40px 0px;
    }
    .custom-container {
      padding: 10px 70px !important;
    }
    .header-course-content-container{
    position:relative;
    }
    .certificate-box {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* max-width: 400px; */
  margin: auto;
  color: black;
}
.certificate-box h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
.features {
  list-style: none;
  padding: 0;
}
.features li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.features svg {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  flex-shrink: 0;
}
.features span {
  flex-grow: 1;
}
.advertisement-container{
    display: flex;
    border-radius: 8px;
    background:rgb(255 255 255);
    background: linear-gradient(90deg, rgb(255 255 255) 37%, rgba(255, 213, 181, 1) 100%);
    padding: 25px;
    justify-content: space-between;
    align-items: center;
    
}
.adevertisement-content h4{
    font-weight: bold;
    color:#000;
}
.select2-container { 
    z-index: 10000 !important;
} 
.Download-Borcher-container {
    background-image: url(https://gsdc-certificates-badges.s3.amazonaws.com/logos/background-download-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #FFF;
}
.download h4 {
    color: white;
}
.custom-container {
    padding: 0px 70px;
}
.pricing .plan-pricing.popular {
    border-top: 4px solid #ec353d;
    position: relative;
    transform: scale(1.08);
    border-radius: 15px;
}
.pricing .plan-pricing:hover {
      box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
  }
.cover {
    position: relative;
    padding: 0px 10px;
}
.left {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
/* lerners */
.blog-wrapper .blog-card {
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    max-width: 350px;
    margin: 15px 10px;
    background: #fff;
    /* border: 1px solid #CB6074; */
    text-align: center;
    cursor: pointer;
    padding: 0px; 
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.blog-wrapper .blog-card .card-text {
    padding: 10px 10px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    text-align: left;
    /* background-color: #591BC5; */
}
.card-text p {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: -20px;
}
.blog-wrapper .blog-card .card-details {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    color: #3c3c3c;
}
.blog-wrapper .blog-card .card-details span {
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    gap: 15px;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: row;
    /* gap: 10px; */
    /* background-color: red; */
}
.blog-wrapper .blog-card .card-details span:nth-child(2) {
    color: #9f9f9f;
}
 
.blog-wrapper .blog-card .card-img {
    position: relative;
    text-align: center;
}
.blog-wrapper .blog-card .card-img img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    max-height: 150px;
    width: 100%;
    /* border-bottom: 4px solid #CB6074; */
}
.certificate-badge {
    position: absolute;
    width: 42%;
    top: 10%;
    left: 11px;
}
.blog-title {
    /* background-color: #333333; */
    margin-top: 6%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
 
.btn-container {
    /* background-color: purple; */
    padding: 0px;
    display: flex;
    justify-content: space-around;
}
.blog-wrapper .blog-card .read-more {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    /* width: auto; */
    /* text-align: center; */
    text-transform: uppercase;
    /* background: #f50230; */
    color: #000;
    /* padding: 10px; */
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    border-radius: 5px;
}
.btn-container .read-more{
    color: white !important;
    border: 1px solid rgb(0, 0, 0, 0.6);
    padding: 5px 15px;
    background-color: #ec353d;
    font-weight: 700;
}
 /*.btn-container .read-more:nth-child(2) {
    width: 200px;
    color: #fff !important;
    background-color: #ff0002;
    padding-top: 4%;
    font-size: 16px;
}*/
.read-more a {
    color: white;
} 

.footerUrl{
  padding:10px;
}

@media screen and (max-width:768px) {
    .plan-pricing.popular {
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .custom-container {
        padding: 0px 20px;
    }
    .reviews h5{
      font-size: 10px !important;
    }
    .content-menu{
      justify-content: flex-start !important;
    }
    .content-menu li a{
      width: 150px;
    display: block !important;
    text-align: center;
    }
    .child {
        min-width: 100%;
    }
}
/*whats up css*/
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:1051;
  
}

.my-float{
    margin-top: 10px;
    margin-left: 5px;
}
.accordion-button{
    font-weight: 600;
}
.logo-container {
       display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding: 10px;
    background-color:#f8f8f8;
    position: relative;
}

.logo-container img {
    /*width: 100px;  
    height: auto;  
    max-width: 100%;  */
    opacity: 1.5; 
    z-index:0;
}

@media (max-width: 768px) {
    .logo-container img {
        width: 81px; /* Adjust size for smaller screens */
    }
    .trusted{
        display: ruby;
    }
    .btn-outline-light{
    margin-top:15px;
    }
}

@media (max-width: 480px) { 
    .logo-container img {
        width: 81px; /* Further size adjustment */
    }
     .trusted{
        display: ruby;
    }
    .btn-outline-light{
    margin-top:15px;
    }
}
@media screen and (max-width: 768px) {
    .custom-container {
        padding: 0px 20px !important;
    }
}
