



/* =================================================================
#Blog Details page
==============================================================================*/
/* ====================Hero Section=============================================*/

#blogdetail-hero {
    width: 100%;
    height: 842px;
    background: url("../img/sigiriya.jpg") top center no-repeat ;
    background-size:cover;
    object-fit: cover;
    position: relative;
    display: flex;
    align-items: center;
  
    
  }
  
  #blogdetail-hero:before {
    content: "";
    background:linear-gradient(180deg, #4378ffb1 10.4%, rgba(68, 106, 203, 0.26) 66.17%, rgba(69, 114, 229, 0.00) 84.09%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  
  #blogdetail-hero .col-lg-12  {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
  }
  
  #blogdetail-hero .typography {
    top: 350px;
    margin-left: 100px;
    text-align: justify;
  }
    
  
  #blogdetail-hero h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 86px;
    font-style: normal;
    font-weight: 700;
    line-height: 94px;
  }
  
  
  #blogdetail-hero h2 span  {
    color: #FFF;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 94px; /* 146.875% */
  }
  #blogdetail-hero p{
    color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  width: 334px;
    height: 68px;
flex-shrink: 0;
  }

  

  #blogdetail-hero .breadcrumb {
    background-color: transparent;
    padding: 0px 15px;
    margin: 0;
    list-style: none;
    border-radius: 0;
    font-size: 10px
  }
  
  #blogdetail-hero .breadcrumb-item {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
  }
  
  #blogdetail-hero .breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    margin-left: 5px;
    color: #fff;
  }
  
  #blogdetail-hero .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #blogdetail-hero .breadcrumb-item.active {
    color: #FFF;
    font-weight: 700px;
  }
  #blogdetail-hero .hero-line{
    width: 100px;
    height:100%;
    position: absolute;
    right:100px;
  }
  #blogdetail-hero .hero-line .menu-search{
  margin-top: 30px;
  gap: 10px;
  align-items: center;
  padding: 5px;
  }
  #blogdetail-hero .hero-line .slash{
    width: 1px;
  height: 27px;
  background: #FFF;
  }
  #blogdetail-hero .hero-line .line-v svg{
  margin-left: 48px;
  }
  
  #blogdetail-hero .hero-line .social-icon svg{
    margin: 0px 0 13px 0;
    
  }
  























  @media  (max-width: 768px) {
    #blogdetail-hero{
      height: 353px;
    }
    #blogdetail-hero .typography {
      
      margin-top: 100px;
    }
    #blogdetail-hero .breadcrumb {
     
      font-size: 5px
    }
    #blogdetail-hero h2 {
        font-size: 20px;
        line-height: 60px;
        text-align: left;
        line-height: normal;
        margin-bottom: 0;
    }

    #blogdetail-hero h2 span {
        font-size: 12px;
        line-height: normal;
    }

    #blogdetail-hero p {
        width: 100%;
        max-width: 100%;
        font-size: 10px;
        width: 200px;
    }
    
    #blogdetail-hero .hero-line {
    right: 5px;
  }

  #blogdetail-hero .menu-icon {
    width: 25px;
    height: 25px;
  }

  #blogdetail-hero .hero-line .slash {
    height: 25px;
  }

  #blogdetail-hero .search-icon {
    width: 25px;
    height: 25px;
  }

  #blogdetail-hero .hero-line .line-v svg {
    height: 75px;
    margin-left: 35px;
  }

  #blogdetail-hero .hero-line .social-icon {
    margin-right: 25px;
  }

  #blogdetail-hero .hero-line .social-icon svg {
    margin: 13px 0 13px 0;
    padding: 3px;
  }
}


/* Media Query for Mobile Devices */
@media only screen and (max-width: 480px) {
    #blogdetail-hero .typography {
        top: 250px;
        margin-left: 20px;
    }
    
}
  
  /*------------blogetails about section------------*/
  
  #blogdetail-about {
    height: 1500px;
    position: relative;
    background: linear-gradient(180deg, #FEFFFF -23.89%, #F0FEF6 -14.96%, #F7FDF9 0.34%, rgba(255, 255, 255, 0.54) 17.02%, #D6F6E4 46.06%, #CEE9FF 92.83%);
  }
  
  #blogdetail-about .container-fluid {
    width: 100%;
    margin: 0;
 
  
  }
  
  #blogdetail-about .col-lg-7 {
    padding: 100px;
  }
  
  #blogdetail-about .col-lg-5 {
    background: linear-gradient(180deg, #508700 0%, #ADCC80 50.52%);
    height: 1500px;
    padding: 100px 40px 0 70px;
    width: 400px;
  }
  
  #blogdetail-about .col-lg-7 h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
  }
  
  #blogdetail-about .col-lg-7 p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  #blogdetail-about .col-lg-5 h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
  }
  
  #blogdetail-about .col-lg-5 p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  
  #blogdetail-about .col-lg-5 button {
    background: #F7FDF9;
    color: #000;
    width: 200px;
    border: none !important;
  }
  
  #blogdetail-about .img-fluid {
    position: absolute;
    bottom: 0;
    
  }
  
  /* Media Query for Tablets */
  @media (max-width: 768px) {
   
    #blogdetail-about .col-lg-7 {
      padding: 70px 40px 0 40px;
      height: auto;
    }
    #blogdetail-about .col-lg-5 {
      height: auto;
      padding: 70px 20px 0 20px;
    }
   
  }
  
  /* Media Query for Mobile Devices */
  @media only screen and (max-width: 567px) {
    #blogdetail-about .col-lg-7,
    #blogdetail-about .col-lg-5 {
      padding: 70px 10px 0 10px;
    }
  }
  

  
  
  #blogdetail-about .expert-contact {
  position: absolute;
  left: 35%;
  margin-top: 360px;
  bottom: 100px;
  z-index: 5;

}

#blogdetail-about .expert-contact h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  flex-shrink: 0;
}

#blogdetail-about .expert-contact h2 {
  color: #FFF;
  text-align: center;
  font-family: "just lovely regular";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}

#blogdetail-about .expert-contact p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#blogdetail-about .expert-contact svg {
  margin-left: 210px;
}
@media (max-width: 768px) {
  #con-image {
    content: url('/assets/img/escape\ mob.png');
    width: 100%;
    height: auto;
  }
  #con-image-desktop {
    display: none; /* Hide the desktop image on mobile */
  }

  #con-image-mobile {
    display: block; /* Display the mobile image on mobile */
  }
  #blogdetail-about  .expert-contact {
    left: 35%;
    bottom: 10px;
  }

  #blogdetail-about  .expert-contact h3 {
    font-size: 10px;
    margin: 0;
    padding-left: 40px;
  }

  #blogdetail-about  .expert-contact h2 {
    font-size: 31px;
    padding-left:55px;
    margin: 0%;
   
  }
  #blogdetail-about  .expert-contact p {
    font-size: 8px;
    padding-left: 40px;
    margin: 0;
  }

  #blogdetail-about  .expert-contact svg {
    width: 20px;
    margin-left: 150px;
  }

}



@media (max-width: 768px) {

  #blogs {

    flex-direction: column;
  }

  #blogs .section-title h1 {
    font-size: 10px;
    padding-left:0px;
    padding-top: 30px;
  }

  #blogs .heading {
    margin-bottom: 200px;
    margin-top: 50px;
  }

  #blogs .heading h4 {
    font-size: 28px;
    width: auto;
  }

  #blogs .heading h3 {
    font-size: 100px;
    width: auto;
  }


   #blogs .heading h5 {
  font-size: 28px;
  padding-left: 0px;
  margin-top: 0;
  padding-top: 86px;
  width: auto;
}
   #blogs .heading h5 span{
    font-size: 28px;
  }

  #blogs .col-md-4 p {
    font-size: 12px;
    padding-top: 60px;
    padding-left: 20px;
  }
  #blogs .col-lg-2 {
    margin-bottom: 20px;
    margin-left: 30%;
    width: 200px;
  }

  #blogs .blog-content{
    margin-bottom: 40px;
  }
  #blogs .blog-content h4 {
    font-size: 18px;
  }

  #blogs .blog-content a {
    font-size: 10px;
  }

  #blogs .col-md-4 p {
    padding: 0;
  }
  #blogs .container  .readmore{
    margin-bottom: 50px;
  }
  #blogdetail-about {
    height: 1500px;
  }
}
