@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #191c1f;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
 
/* hero section */
.l-hero-section {
  padding: 10px 25px;
  top: 90px;
  position: relative;
  margin-bottom: 50px;
}

.l-hero-wrapper {
  padding: 25px;
  background: url("../images/learn_bg_two.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 20px;
}

.l-hero-wrapper .hero-img {
  margin: auto 0;
  text-align: center;
}
.l-hero-wrapper .hero-img img {
  height: 80%;
  width: 80%;
  object-fit: contain;
  border: none;
}
.l-hero-wrapper .col-md-6.text-col {
  margin: auto;
  padding-left: 0;
}
.l-hero-wrapper .hero-texts {
  padding: 50px 20px 40px 0px;
  max-width: 95%;
}

.l-hero-wrapper .hero-texts .hero-headtext {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: normal;
  color: #000000;
}

.l-hero-wrapper .hero-texts .hero-subheading {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.l-hero-wrapper .hero-texts a.btn {
  margin-top: 10px;
  padding: 15px 30px;
  border-radius: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  background: #16161a;
  text-align: center;
  border: 1px solid #16161a;
  color: #ffffff;
}

.l-hero-section .hero-texts a.btn:hover {
  background: #000000;
  color: #fff;
}

/* margin section and learn guides list */
.l-margin {
  padding: 30px 50px 20px;
}

.l-guides {
  margin-top: 50px;
  padding: 30px 0 20px;
}

.l-guides .l-guide-header .section-title {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 20px;
}

.l-guides .l-guide-list {
  padding-top: 10px;
}

.l-guides .l-guide-list .row {
  display: flex;
  flex-wrap: wrap;
}

.l-guides .l-guide-list .col-lg-3 {
  padding: 10px;
  display: flex;
}

.l-guide-list .l-box {
  border-radius: 15px;
  background: transparent;
  border: 1px solid #3d4145;
  margin-bottom: 40px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.l-guide-list .l-box .l-box-img {
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
}

.l-guide-list .l-box .l-box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.l-guide-list .l-box .l-box-body {
  padding: 15px 0 20px;
}
.l-guide-list .l-box .l-box-body a {
  text-decoration: none;
  color: unset;
}
.l-box .l-box-body .l-body-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.l-box .l-box-body .l-body-desc {
  font-size: 13px;
  font-weight: 400;
  color: #a3a3a5;
  margin-bottom: 0;
  padding-bottom: 0;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.l-guide-list .l-box .l-box-body a.btn {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  background: #3d4145;
  border: 1px solid #3d4145;
  padding: 7px 20px;
}

/* learn details page  */
.learn-container {
  top: 90px;
  position: relative;
}

.learn-details {
  padding: 30px 25px 50px;
}
.l-d-header {
  padding-bottom: 25px;
  max-width: 90%;
}
.l-d-header .header-title {
  font-size: 50px;
  font-weight: 600;
}
.l-d-header .date-section {
  padding: 6px 8px;
  border-radius: 8px;
  background: #222428;
  font-weight: 400;
  font-size: 12px;
  width: fit-content;
}

.l-d-main-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;

  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.5);
}

.l-d-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tld-body {
  margin-top: 60px;
  padding: 40px;
  border-radius: 20px;
  background: #272a2d;
}
.tld-body .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 7px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.tld-body .tld-p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.l-d-main-body {
  padding: 60px 0 20px;
}
.l-d-main-div {
  margin: 10px 0 30px;
}
.l-d-main-div a{
  color: #2081E2;
}

.l-d-p-1 {
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}
.l-d-p-2 {
  margin-top: 0;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.l-d-p-3 {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 25px;
}

.l-d-p-img {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 35px;
}

.l-d-body-img {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 20px 0 40px;
}

.l-d-body-img img{
  border-radius: 10px;
  background: #f7f7f7;
  padding: 3px;
}

.l-d-body-img img.ether-img {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 835px) { 

/* hero section */
.l-hero-section {
  padding: 5px 20px;
  top: 90px;
  position: relative;
  margin-bottom: 50px;
}

.l-hero-wrapper {
  padding:20px;
  background-size: cover;
  border-radius: 20px;
}

.l-hero-wrapper .hero-img {
  margin: auto 0;
  text-align: center;
}
.l-hero-wrapper .hero-img img {
  height: 90%;
  width: 90%;
  object-fit: contain;
  border: none;
}
.l-hero-wrapper .col-md-6.text-col {
  margin: auto;
  padding-left: 0;
}
.l-hero-wrapper .hero-texts {
  padding: 50px 10px 40px 0px;
  max-width: 100%;
}

.l-hero-wrapper .hero-texts .hero-headtext {
  font-size: 38px;
}

.l-hero-wrapper .hero-texts .hero-subheading {
  font-size: 16px;
}

.l-hero-wrapper .hero-texts a.btn {
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 16px;
}


/* margin section and learn guides list */
.l-margin {
  padding: 30px 20px 20px;
}

.l-guides {
  margin-top: 50px;
  padding: 30px 0 20px;
}

.l-guides .l-guide-header .section-title {
  font-size: 23px;
}

.l-guides .l-guide-list {
  padding-top: 10px;
}

.l-guide-list .l-box {
  margin-bottom: 30px;
}

.l-guide-list .l-box .l-box-img {
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
}

.l-guide-list .l-box .l-box-body {
  padding: 15px 0 20px;
}

.l-box .l-box-body .l-body-title {
  font-size: 17px;

}

.l-box .l-box-body .l-body-desc {
  font-size: 13px;

}

.l-guide-list .l-box .l-box-body a.btn {
  margin-top: 20px;
  font-size: 14px;
  padding: 7px 20px;
}


}


@media only screen and (max-width: 835px) { 
  
  
  /* hero section */
  .l-hero-section {
    padding: 5px 20px;
  }
  
  .l-hero-wrapper {
    padding: 50px;
    background-size: cover;
  }
  
  .l-hero-wrapper .hero-img {
    margin: auto 0;
    text-align: center;
  }
  .l-hero-wrapper .hero-img img {
    height: 55%;
    width: 55%;
    object-fit: contain;
    border: none;
  }
  .l-hero-wrapper .col-md-6.text-col {
    margin: auto;
    padding-left: 0;
  }
  .l-hero-wrapper .hero-texts {
    padding: 50px 10px 40px 0px;
    max-width: 100%;
  }
  
  .l-hero-wrapper .hero-texts .hero-headtext {
    font-size: 45px;
  }
  
  .l-hero-wrapper .hero-texts .hero-subheading {
    font-size: 18px;
  }
  
  .l-hero-wrapper .hero-texts a.btn {
    margin-top: 10px;
    padding: 12px 27px;
    font-size: 16px;
  }
  
  }


@media only screen and (max-width: 700px) {
  /* learn details page  */

  .learn-details {
    padding: 30px 15px 50px;
  }
  .l-d-header {
    padding-bottom: 25px;
    max-width: 90%;
  }
  .l-d-header .header-title {
    font-size: 40px;
    font-weight: 600;
  }
  .tld-body {
    margin-top: 60px;
    padding: 30px;
  }

  .tld-body .tld-p {
    font-size: 14px;
    line-height: 24px;
  }

  .l-d-p-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }
  .l-d-p-2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 27px;
  }
  .l-d-p-3 {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
}



@media only screen and (max-width: 600px) { 
  
  /* hero section */
  .l-hero-section {
    padding: 5px 20px;
  }
  
  .l-hero-wrapper {
    padding: 50px;
    background-size: cover;
  }
  
  .l-hero-wrapper .hero-img {
    margin: auto 0;
    text-align: center;
  }
  .l-hero-wrapper .hero-img img {
    height: 60%;
    width: 60%;
    object-fit: contain;
    border: none;
  }
  .l-hero-wrapper .col-md-6.text-col {
    margin: auto;
    padding-left: 0;
  }
  .l-hero-wrapper .hero-texts {
    padding: 50px 10px 40px 0px;
    max-width: 100%;
  }
  
  .l-hero-wrapper .hero-texts .hero-headtext {
    font-size: 37px;
  }
  
  .l-hero-wrapper .hero-texts .hero-subheading {
    font-size: 16px;
  }
  
  .l-hero-wrapper .hero-texts a.btn {
    margin-top: 10px;
    padding: 12px 27px;
    font-size: 16px;
  }

  
/* margin section and learn guides list */
.l-margin {
  padding: 30px 10px 20px;
}

.l-guides {
  margin-top: 50px;
  padding: 30px 0 20px;
}

.l-guides .l-guide-header .section-title {
  font-size: 23px;
}

.l-guides .l-guide-list {
  padding-top: 10px;
}

.l-guide-list .l-box {
  margin-bottom: 30px;
}

.l-guide-list .l-box .l-box-img {
  height: 180px;
}

.l-guide-list .l-box .l-box-body {
  padding: 15px 0 20px;
}

.l-box .l-box-body .l-body-title {
  font-size: 16px;

}

.l-box .l-box-body .l-body-desc {
  font-size: 13px;

}

.l-guide-list .l-box .l-box-body a.btn {
  margin-top: 20px;
  font-size: 13px;
  padding: 7px 20px;
}

  
  }


@media only screen and (max-width: 500px) {

  
  /* hero section */
  .l-hero-section {
    padding: 5px 20px;
  }
  
  .l-hero-wrapper {
    padding: 30px;
    background-size: cover;
  }
  
  .l-hero-wrapper .hero-img {
    margin: auto 0;
    text-align: center;
  }
  .l-hero-wrapper .hero-img img {
    height: 65%;
    width: 65%;
    object-fit: contain;
    border: none;
  }
  .l-hero-wrapper .col-md-6.text-col {
    margin: auto;
    padding-left: 0;
  }
  .l-hero-wrapper .hero-texts {
    padding: 50px 10px 25px 0px;
    max-width: 100%;
  }
  
  .l-hero-wrapper .hero-texts .hero-headtext {
    font-size: 35px;
  }
  
  .l-hero-wrapper .hero-texts .hero-subheading {
    font-size: 15px;
  }
  
  .l-hero-wrapper .hero-texts a.btn {
    margin-top: 10px;
    padding: 10px 22px;
    font-size: 15px;
  }

  .l-margin {
    padding: 30px 10px 20px;
  }

  .l-guides .l-guide-list .col-lg-3 {
    padding: 5px;
    display: flex;
  }

  /* learn details page  */
  .learn-details {
    padding: 30px 5px 50px;
  }

  .tld-body {
    margin-top: 60px;
    padding: 25px;
  }

  .tld-body .tld-p {
    font-size: 13px;
    line-height: 22px;
  }

  .l-d-p-1 {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .l-d-p-2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 25px;
  }
  .l-d-p-3 {
    margin-top: 0;
    font-size: 13px;
    line-height: 22px;
  }
}
