/**

* Author: https://arprovat.com/
* License: https://arprovat.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.widget-visible iframe{
    bottom:100px !important;
    
}
::-webkit-scrollbar {
    width: 8px; /* Scrollbar er width */
}

::-webkit-scrollbar-track {
    background: linear-gradient(to right top,
        rgba(241, 245, 249, 0.8),
        rgba(244, 247, 250, 0.8),
        rgba(247, 248, 251, 0.8),
        rgba(250, 250, 252, 0.8),
        rgba(252, 252, 253, 0.8),
        rgba(248, 246, 254, 0.9),
        rgba(246, 240, 253, 0.3),
        rgba(245, 234, 252, 0.3),
        rgba(244, 217, 244, 0.2),
        rgba(247, 199, 232, 0.2),
        rgba(251, 180, 214, 0.1),
        rgba(255, 161, 191, 0.1)
    );
}
::-webkit-scrollbar-track :hover{
    background: linear-gradient(to right top,
        rgba(255, 161, 191, 0.1),
        rgba(251, 180, 214, 0.1),
        rgba(247, 199, 232, 0.2),
        rgba(244, 217, 244, 0.2),
        rgba(245, 234, 252, 0.3),
        rgba(246, 240, 253, 0.3),
        rgba(248, 246, 254, 0.9),
        rgba(252, 252, 253, 0.8),
        rgba(250, 250, 252, 0.8),
        rgba(247, 248, 251, 0.8),
        rgba(244, 247, 250, 0.8),
        rgba(241, 245, 249, 0.8)
    );
}

::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar er color */
    border-radius: 10px; /* Scrollbar er corner ke round korte */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover er color */
}



body {
    
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    color: #272829;
  }
.page-title{
    /*position: fixed;*/
    /*width: 100%;*/
    /*padding: auto;*/
    /*z-index: 1000;*/
	 background: rgba(83, 83, 83, 0.05);
	 backdrop-filter: blur(13px);
	 -webkit-backdrop-filter: blur(13px);
}
.page-title .container img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
  a {
    color: #566573;
    text-decoration: none;
  }
  
  a:hover {
      color: #566573;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 100px;
    z-index: 900;
    background: #566573;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  .back-to-top:hover {
    background: #eef7ff;
  }
  .back-to-top:hover i {
    color: #566573;
  }
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  /*#preloader {*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  bottom: 0;*/
  /*  z-index: 9999;*/
  /*  overflow: hidden;*/
  /*  background: #fff;*/
  /*}*/
  
  /*#preloader:before {*/
  /*  content: "";*/
  /*  position: fixed;*/
  /*  top: calc(50% - 30px);*/
  /*  left: calc(50% - 30px);*/
  /*  border: 6px solid #566573;*/
  /*  border-top-color: #fff;*/
  /*  border-bottom-color: #fff;*/
  /*  border-radius: 50%;*/
  /*  width: 60px;*/
  /*  height: 60px;*/
  /*  -webkit-animation: animate-preloader 1s linear infinite;*/
  /*  animation: animate-preloader 1s linear infinite;*/
  /*}*/
  
  /*@-webkit-keyframes animate-preloader {*/
  /*  0% {*/
  /*    transform: rotate(0deg);*/
  /*  }*/
  /*  100% {*/
  /*    transform: rotate(360deg);*/
  /*  }*/
  /*}*/
  
  /*@keyframes animate-preloader {*/
  /*  0% {*/
  /*    transform: rotate(0deg);*/
  /*  }*/
  /*  100% {*/
  /*    transform: rotate(360deg);*/
  /*  }*/
  /*}*/
  
  
  /* haked start*/
  
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

#preloader p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes glitch {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(2px, -2px); }
    60% { transform: translate(-2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.glitch {
    animation: glitch 0.1s infinite;
}

  /* haked end*/
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
      
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
     width: 100%;
    padding: auto;
    position: fixed;
    top: 0;
    /*left: 0;*/
    /*bottom: 0;*/
    z-index: 997;
    transition: all 0.5s;
    /*padding: 15px;*/
    overflow-y: auto;
  }
  @media (max-width: 992px) {
    #header {
      /*width: 300px;*/
      /*background: #fff;*/
      /*border-right: 1px solid #e6e9ec;*/
      /*left: -300px;*/
    }
  }
  
  @media (min-width: 992px) {
    #main {
      /*margin-left: 100px;*/
    }
  }
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
 
  
  
  
.download {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.cvlink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #566573;
    text-decoration: none;
    font-size: 24px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.cvlink:hover {
    background: #eef7ff;
}

.cvlink:hover i {
    color: #566573;
}

.download .tbd {
    position: absolute;
    top: -70px;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.download .tbd::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.7);
}

.download:hover .tbd {
    visibility: visible;
    opacity: 1;
}

  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
  }
  .mobile-nav-toggle i {
    color: #45505b;
  }
  
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active #header {
    left: 0;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    background-color: #566573;
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 100vh;
    background: url("../img/bg.webp") no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
  }
  #hero {
    width: 100%;
    height: 100vh;
    position: relative;
    /*overflow: hidden;*/
}

/*#hero video {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: -1;*/
  /*   pointer-events: none; ভিডিওর উপর ক্লিক বা ইন্টারঅ্যাকশন বন্ধ রাখে */
/*}*/
  @media (min-width: 992px) {
    #hero {
      padding-left: 120px;
    }
    #hero {
        
      background-position-x: center;
    font-size: 42px;
    font-weight: 600;
    }
  }
    #hero:before {
        
      background-position-x: center;
      content: "";
      /*background: -webkit-linear-gradient(to left, rgba(7, 101, 133, .6), rgba(255, 255, 255, .6)); */
      /*background: linear-gradient(to left, rgba(7, 101, 133, .6), rgba(255, 255, 255, .6));*/
      
    /*  background: rgb(255, 255, 255);*/
    /*background-color: #ffffff;*/
    background-image: linear-gradient(to right top, 
        rgba(241, 245, 249, 0.8),   /* হালকা ধূসর */
        rgba(244, 247, 250, 0.8),   /* আরেকটি হালকা ধূসর */
        rgba(247, 248, 251, 0.8),   /* হালকা সাদা */
        rgba(250, 250, 252, 0.8),   /* খুব হালকা সাদা */
        rgba(252, 252, 253, 0.8),   /* প্রায় সাদা */
        rgba(248, 246, 254, 0.9),   /* হালকা নীল */
        rgba(246, 240, 253, 0.3),   /* হালকা গোলাপি */
        rgba(245, 234, 252, 0.3),   /* আরো হালকা গোলাপি */
        rgba(244, 217, 244, 0.2),   /* লাল-মিশ্রিত হালকা গোলাপি */
        rgba(247, 199, 232, 0.2),   /* গোলাপি */
        rgba(251, 180, 214, 0.1),   /* আরও গাঢ় গোলাপি */
        rgba(255, 161, 191, 0.1)    /* হালকা লাল */
    );
      
      /*background: rgb(255,255,255);*/
      /*background: linear-gradient(90deg, rgba(255,255,255,0.7184292521994136) 0%, rgba(241,245,249,0.7624175219941349) 100%);*/
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }
  #hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #45505b;
  }
  #hero p {
    color: #45505b;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
  }
  #hero p span {
    color: #566573;
    letter-spacing: 1px;
  }
  #hero .social-links {
    margin-top: 30px;
  }
  #hero .social-links a {
    font-size: 24px;
    display: inline-block;
    color: #45505b;
    line-height: 1;
    margin-right: 20px;
    transition: 0.3s;
  }
  #hero .social-links a:hover {
    color: #566573;
  }
  @media (max-width: 992px) {
    #hero {
      text-align: center;
    }
    #hero h1 {
      font-size: 32px;
      line-height: 36px;
    }
    #hero p {
      margin-top: 10px;
      font-size: 20px;
      line-height: 24px;
    }
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #45505b;
  }
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #566573;
    bottom: 0;
    left: calc(50% - 20px);
  }
  .section-title p {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
 .about{
      background-image:url("https://arprovat.com/CDN/img/png/about.webp") ;
      background-repeat: no-repeat;
      background-position: center right;


      background-size: cover;
      background-color: rgba(255, 255, 255, 0.586);
      background-blend-mode: overlay;
      
  }
  .about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #728394;
  }
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  .about .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .about .content ul strong {
    margin-right: 10px;
  }
  .about .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #566573;
    line-height: 0;
  }
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Facts
  --------------------------------------------------------------*/
  .facts .count-box {
    padding: 30px 30px 25px 30px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
  }
  .facts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #566573;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .facts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #011426;
  }
  .facts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # Akills
  --------------------------------------------------------------*/

  .skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
  }
  .skills .progress .skill {
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #45505b;
  }
  .skills .progress .skill .val {
    float: right;
    font-style: normal;
  }
  .skills .progress-bar-wrap {
    background: #f2f3f5;
  }
  .skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #566573;
  }
  
  /*--------------------------------------------------------------
  # Resume
  --------------------------------------------------------------*/
  
  .resume{
      background: rgb(255,255,255);
      background: linear-gradient(95deg, rgba(255,255,255,0.7184292521994136) 0%, rgba(241,245,249,0.7624175219941349) 100%);
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: overlay;
  }

  
  .resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
  }
  .resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #566573;
    position: relative;
  }
  .resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #566573;
    margin-bottom: 10px;
  }
  .resume .resume-item h5 {
    font-size: 16px;
    background: #f7f8f9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .resume .resume-item ul {
    padding-left: 20px;
  }
  .resume .resume-item ul li {
    padding-bottom: 10px;
  }
  .resume .resume-item:last-child {
    padding-bottom: 0;
  }
  .resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #566573;
  }
  
  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
    .portfolio{
        background-image: linear-gradient(to right bottom, 

        rgba(241, 245, 249, 0.8),   /* হালকা ধূসর */

        rgba(244, 247, 250, 0.8),   /* আরেকটি হালকা ধূসর */

        rgba(247, 248, 251, 0.8),   /* হালকা সাদা */

        rgba(250, 250, 252, 0.8),   /* খুব হালকা সাদা */

        rgba(252, 252, 253, 0.8),   /* প্রায় সাদা */

        rgba(248, 246, 254, 0.7),   /* হালকা নীল */

        rgba(246, 240, 253, 0.4),   /* হালকা গোলাপি */

        rgba(245, 234, 252, 0.4),  
    rgba(247, 199, 232, 0.3)

    );

        
    }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
    
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.7184292521994136) 0%, rgba(241,245,249,0.7624175219941349) 100%);
    
     /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  }
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #566573;
  }
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  .plist {
    position: relative;
  }

  .plist:hover::after {
    content: attr(title);
    position: absolute;
    top: -70px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    height: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .plist::after {
    content: attr(title);
    position: absolute;
    top: -70px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    height: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .portfolio .portfolio-wrap {
      
    aspect-ratio: 16 / 9;
    transition: 0.3s;
    border-radius: 15px ;
    background:rgba(241, 245, 255, 0.99);
    box-shadow: 0 4px 8px 0 rgba(255,255,255,0.7), 0 6px 20px 0 rgba(241,245,249,0.9);
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background: rgba(69, 80, 91, 0.2);*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    
  }
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(241, 245, 255, 0.2);
    
    border-radius: 15px ;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.portfolio-wrap :hover img{

    transform: scale(1.1);
  }
  .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    /*border-top: 3px solid #d7dce1;*/
    /*border-left: 3px solid #d7dce1;*/
    transition: all 0.5s ease 0s;
    z-index: 994;
  }
  .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    /*border-bottom: 3px solid #d7dce1;*/
    /*border-right: 3px solid #d7dce1;*/
    transition: all 0.5s ease 0s;
    z-index: 994;
  }
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #45505b;
    font-weight: 600;
  }
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #45505b;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  .portfolio .portfolio-wrap .portfolio-links a {
    color: #45505b;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #148af9;
  }
  .portfolio .portfolio-wrap:hover::before {
      
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .portfolio .portfolio-wrap:hover .portfolio-info {
      backdrop-filter: blur(13px);
	 -webkit-backdrop-filter: blur(13px);
    opacity: 1;
  }
  /*.portfolio .portfolio-wrap:hover .portfolio-info::before {*/
  /*  top: 15px;*/
  /*  left: 15px;*/
  /*}*/
  /*.portfolio .portfolio-wrap:hover .portfolio-info::after {*/
  /*  bottom: 15px;*/
  /*  right: 15px;*/
  /*}*/
  
  
  /*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details{
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.blog-details .blog-details-slider img {
  width: 100%;
}

.blog-details .swiper-wrapper {
  height: auto;
}

.blog-details .swiper-button-prev,
.blog-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.blog-details .swiper-button-prev:after,
.blog-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.blog-details .swiper-button-prev:hover:after,
.blog-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .blog-details .swiper-button-prev,
  .blog-details .swiper-button-next {
    display: none;
  }
}

.blog-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.blog-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, #272829, transparent 85%);
  opacity: 1;
}

.blog-details .swiper-pagination .swiper-pagination-bullet-active {

    background:#566573;
}

.blog-details .blog-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.blog-details .blog-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
    background: #566573;
  left: 0;
  bottom: 0;
}

.blog-details .blog-info {
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.055);
  padding: 10px 5px 0px 15px;
  border-radius: 14px;
  background: color-mix(in srgb, #272829, transparent 98%);
}
.blog-details .blog-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.blog-details .blog-info ul li {
  /* display: flex; */
  /* flex-direction: column; */
  padding-bottom: 15px;
}

.blog-details .blog-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, #272829, transparent 50%);
  font-size: 14px;
}
.blog-details .blog-info ul a {
  color: #45505b;
}
.blog-details .blog-info ul i {
  color: #45505b;
}
.blog-details .blog-info ul .subscribe input[type=email]{
  border-radius: 50px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 5px 10px;
  color: #272829;
  background-color: color-mix(in srgb, #ffffff, transparent 90%);
  border-color: color-mix(in srgb, #272829, transparent 80%);
}
.blog-details .blog-info ul .subscribe input[type=email]:focus{
  border-color: white;
  outline-color: gray;
}
.blog-details .blog-info .btn-visit {
    transition: all 0.3s ease-in-out;
    background: #566573;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.blog-details .blog-info .btn-visit:hover {
    color: #566573;
    border:.5px solid #566573;
  background-color: color-mix(in srgb, #eef7ff, transparent 10%);
}

.blog-details .blog-description .meta{  
  border-radius: 14px;
}

.blog-details .blog-description .meta ul{
  padding: 2px 5px ;
  list-style: none;
  flex-direction: row;
}

.blog-details .blog-description .meta ul li a{
  color: #45505b;
}
.blog-details .blog-description .meta ul li a :hover{
    color: #566573;
    background: #eef7ff;
}
.blog-details .blog-description .contant{
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.055); 
  padding: 5px 10px;
  background: color-mix(in srgb, #272829, transparent 99%);
  border-radius: 14px;
}
.blog-details .blog-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-details .blog-description p {
  padding: 0;
}

.blog-details .blog-description .testimonial-item {
  border-radius: 14px;
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, #272829, transparent 97%);
  margin-bottom: 50px;
}

.blog-details .blog-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #ffffff;
  float: left;
  margin: 0 10px 0 0;
}

.blog-details .blog-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.blog-details .blog-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.blog-details .blog-description .testimonial-item .quote-icon-left,
.blog-details .blog-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, #566573, transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.blog-details .blog-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.blog-details .blog-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.blog-details .blog-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services{
      
  }
  .services .icon-box {
      
      border-radius: 25px;
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    /*background: #fff;*/
    background: rgb(255,255,255);
    background: linear-gradient(200deg, rgba(255, 255, 255, 0.2) 10%, rgba(241, 245, 249, 0.6) 90%);
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  }
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  .services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }
  .services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
  }
  .services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
  }
  .services .icon-box h4 a {
    color: #45505b;
    transition: ease-in-out 0.3s;
  }
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  }
  .services .iconbox-blue i {
    color: #47aeff;
  }
  .services .iconbox-blue:hover .icon i {
    color: #fff;
  }
  .services .iconbox-blue:hover .icon path {
    fill: #47aeff;
  }
  .services .iconbox-orange i {
    color: #ffa76e;
  }
  .services .iconbox-orange:hover .icon i {
    color: #fff;
  }
  .services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
  }
  .services .iconbox-pink i {
    color: #e80368;
  }
  .services .iconbox-pink:hover .icon i {
    color: #fff;
  }
  .services .iconbox-pink:hover .icon path {
    fill: #e80368;
  }
  .services .iconbox-yellow i {
    color: #ffbb2c;
  }
  .services .iconbox-yellow:hover .icon i {
    color: #fff;
  }
  .services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
  }
  .services .iconbox-red i {
    color: #ff5828;
  }
  .services .iconbox-red:hover .icon i {
    color: #fff;
  }
  .services .iconbox-red:hover .icon path {
    fill: #ff5828;
  }
  .services .iconbox-teal i {
    color: #11dbcf;
  }
  .services .iconbox-teal:hover .icon i {
    color: #fff;
  }
  .services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
  }
  
  /*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
  .testimonials .section-header {
    margin-bottom: 40px;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    text-align: center;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
  }
  .testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
  }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
  }
  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #90c8fc;
    font-size: 26px;
  }
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
  }
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #566573;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #566573;
  }
  @media (min-width: 992px) {
    .testimonials .testimonial-item p {
      width: 80%;
    }
  }
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact{
    width: 100%;
    background: url("../img/contact_bg.webp") no-repeat;
    background-size: cover;
    position: relative; 
    background-position: center;
    opacity: 1;
  }
 .contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background-color: #ffffff;
    /*background-image: linear-gradient(43deg, #ffffff 0%, #f1f5f9 58%, #ec5ee4 100%);*/
    background-image: linear-gradient(to right top, 
        rgba(241, 245, 249, 0.8),   /* হালকা ধূসর */
        rgba(244, 247, 250, 0.8),   /* আরেকটি হালকা ধূসর */
        rgba(247, 248, 251, 0.8),   /* হালকা সাদা */
        rgba(250, 250, 252, 0.8),   /* খুব হালকা সাদা */
        rgba(252, 252, 253, 0.8),   /* প্রায় সাদা */
        rgba(248, 246, 254, 0.7),   /* হালকা নীল */
        rgba(246, 240, 253, 0.4),   /* হালকা গোলাপি */
        rgba(245, 234, 252, 0.4),   /* আরো হালকা গোলাপি */
        rgba(244, 217, 244, 0.3),   /* লাল-মিশ্রিত হালকা গোলাপি */
        rgba(247, 199, 232, 0.3),   /* গোলাপি */
        rgba(251, 180, 214, 0.3),   /* আরও গাঢ় গোলাপি */
        rgba(255, 161, 191, 0.3)    /* হালকা লাল */
    );
    opacity: 0.5;
 }
  .contact .info {
    width: 100%;
  }
  .contact .info i {
    font-size: 20px;
    color: #566573;
    float: left;
    width: 44px;
    height: 44px;
    background: #eef7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #45505b;
  }
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #728394;
  }
  .contact .info .email, .contact .info .phone {
    margin-top: 40px;
  }
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #566573;
    color: #fff;
  }
  .contact .php-email-form {
    width: 100%;
  }
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    /*background: #ed3c0d;*/
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    /*background: #18d26e;*/
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
    border-radius: 15px;
    box-shadow: none;
    font-size: 14px;
  }
  .contact .php-email-form input:focus, 
.contact .php-email-form textarea:focus, 
.contact .php-email-form select:focus {
    border-color: #eef7ff;
    outline: none; /* Focus outline বন্ধ করতে */
    box-shadow: 0 0 5px rgba(238, 247, 255, 0.8); /* হালকা ব্লুর এফেক্ট */
}

  .contact .php-email-form input, .contact .php-email-form select {
      color:#728394;
    height: 44px;
  }
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  .contact .php-email-form button[type=submit] {
    background: #566573;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  .contact .php-email-form button[type=submit]:hover {
    color: #566573;
    background: #eef7ff;
  }
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
      z-index:999;
      background-image:url("https://arprovat.com/CDN/img/png/contact.png");
      background-repeat: no-repeat;
      background-size: cover;
      /*background-color: rgba(255, 255, 255, 0.486);*/
      background: rgb(255,255,255);
      background: linear-gradient(90deg, rgba(255,255,255,0.7184292521994136) 0%, rgba(241,245,249,0.7624175219941349) 100%);
      background-blend-mode: overlay;

    
    color: #45505b;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
  }
  #footer h3 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
  }
  #footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    /*margin: 0 0 40px 0;*/
  }
  #footer .social-links {
    margin: 0 0 25px 0;
  }
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #566573;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .social-links a:hover {
    color: #566573;
    background: #eef7ff;
    text-decoration: none;
  }
  #footer .copyright {
    margin: 0 0 60px 0;
  }
  #footer .credits {
    font-size: 13px;
  }
  
  
  /*************
  corsor
  *****************/


.cursor {
    width: 50px;
    height: 50px;
    position: absolute;
    pointer-events: none;
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="red"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');*/
    background-image: url('https://arprovat.com/assets/img/blood2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center;
    transition: transform 0.3s ease-out;
}

.cursor:hover {
    transform: scale(1.2);
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 6px solid red;
    border-radius: 50%;
   
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    /*border: 1px solid red;*/
}

 #bloodCanvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 10000;
        }
.glow { 
    border: 5px solid red;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
    transition: box-shadow 0.5s ease;
}
/*end corsor*/

.portfolio-container{
    /*height: 868.159px !important;*/
}





.confirm-button-class {
    background-color: #DD6B55 !important;
}






.dock {
    z-index: 9999;
    bottom: 20px;
    width: auto;
    height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.dock .dock-container {
    padding:0 !important;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(241, 245, 249, 0.6) 100%);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border: 2px solid rgba(241, 245, 255, 0.99);
}

.dock .dock-container li {
    margin: 0 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 100%;
    position: relative;
}

.dock .dock-container li:hover {
    margin: 0 13px;
    transform: scale(1.2);
}

.dock .dock-container li .name {
    position: absolute;
    top: -70px;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.dock .dock-container li .name::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.7);
}

.dock .dock-container li:hover .name {
    visibility: visible;
    opacity: 1;
}

.dock .dock-container li .ico {
    font-size: 45px;
    color: #566573;
    transition: color 0.3s ease, transform 0.3s ease;
}

.dock .dock-container li:hover .ico {
    color: #566573;
    /*color: #eef7ff;*/
    transform: scale(1.1);
}





/*==============================================*/
/*.testimonial-slider {*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/

/*.slide {*/
/*  width: 100%;*/
/*  float: left;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

/*.slide img {*/
/*  width: 20%;*/
/*  border-radius: 50%;*/
/*}*/

/*.testimonial-content {*/
/*  width: 80%;*/
/*  padding: 20px;*/
/*  text-align: justify;*/
/*}*/

/*.testimonial-content h3 {*/
/*  font-size: 20px;*/
/*  margin-bottom: 10px;*/
/*}*/


/*==============================================*/


/*===================blog carosul===========================*/
  .blog-wrap {
      margin :auto;
  }
  
  .blog .blog-wrap {
      margin :auto;
    border-radius: 15px ;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .blog .blog-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
          border-radius: 15px ;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  .blog .blog-wrap .blog-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.blog-wrap :hover img{

    transform: scale(1.1);
  }
  .blog .blog-wrap .blog-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    /*border-top: 3px solid #d7dce1;*/
    /*border-left: 3px solid #d7dce1;*/
    transition: all 0.5s ease 0s;
    z-index: 994;
  }
  .blog .blog-wrap .blog-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    /*border-bottom: 3px solid #d7dce1;*/
    /*border-right: 3px solid #d7dce1;*/
    transition: all 0.5s ease 0s;
    z-index: 994;
  }
  .blog .blog-wrap .card-title{
    font-size: 20px;
    color: #45505b;
    font-weight: 600;
  }
  .blog .blog-wrap .blog-info p {
    color: #45505b;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  .blog .blog-wrap .blog-links {
    text-align: center;
    z-index: 4;
  }
  .blog .blog-wrap .blog-links a {
    color: #45505b;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  .blog .blog-wrap .blog-links a:hover {
    color: #148af9;
  }
  .blog .blog-wrap:hover::before {
      
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .blog .blog-wrap:hover .blog-info {
      backdrop-filter: blur(15px);
	 -webkit-backdrop-filter: blur(15px);
    opacity: 1;
  }
  
  .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #566573;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #566573;
  }
/*===================blog carosul===========================*/


/*===================blog main site===========================*/
#last_news, #reverse, partner {
    padding-top: 0 !important;
}
#leading_blog {
}
#last_news .section-title, #reverse .section-title{
    padding-bottom:0;
}
#blog-main, #reverse{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.card{
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px ;
}
.main_news .card{
    border-radius: 15px ;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.card .card-body .card-title h2{
    font-weight: bold;
    font-size: 18px;
}
.card-t{
    font-weight: bold;
    font-size: 18px;
}
.card-img-top{
    aspect-ratio: 10 / 6;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.left h1, .right h1{
    color: #45505b;
    font-weight: bold;
    font-size: 16px;
}
/*===================blog main site===========================*/

