@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {margin: 0;padding: 0;box-sizing: border-box;font-family: "Inter", sans-serif;}
h1,
h2,
h3,
h4,
h5,
h6 {margin: 0;}
p {margin: 0;}
ul {margin: 0;padding: 0;}
li {list-style: none;}
a {text-decoration: none;font-weight: 600;}
a:hover {transition: 0.5s;}
.section-spacing {margin-bottom: 80px;}
/* Common Css */
.title {font-size: 30px;color: #000000;font-weight: 700;margin-bottom: 10px;}
.title-span {color: #000000;font-weight: 700;}
.description {font-size: 16px;color: #000;margin-bottom: 20px;font-weight: 400;letter-spacing: 0.9px;text-align: justify;}
.heading {font-size: 38px;margin-bottom: 20px;font-weight: 700;color: #000;}
.heading-span {color: #375a7d;}
.common-btn {background-color: #000000;padding: 13px 30px;color: #fff !important;display: inline-block;font-weight: 500;border: 1px solid transparent;transition: 0.5s;}
.common-btn:hover {background-color: #FFF;border: 1px solid #000000;color: #000 !important;}

/* Header section css */
.sticky-header {background-color: #FFF;}
.sticky-header .container-fluid {padding: 0 100px;}
.top-header {display: flex;align-items: baseline;justify-content: space-between;padding: 10px 100px;background-color: #FFF;border-bottom: 1px solid #000000;}
.top-header .socical-media {margin-bottom: 0;display: flex;column-gap: 20px;align-items: center;}
.top-header .header-contact-detail {display: flex;column-gap: 20px;}
.top-header .header-contact-detail a {color: #000000;transition: 0.5s;}
.top-header .header-contact-detail a:hover {color: #000000;}
.top-header .header-contact-detail a:hover img {filter: grayscale(1) brightness(3);}
.top-header .header-contact-detail a img {vertical-align: sub;margin-right: 10px;transition: 0.5s}
header nav {display: flex;justify-content: space-between;align-items: center;padding: 10px 0;}
.main-menu {display: flex;column-gap: 40px;justify-content: center;padding: 10px;align-items: center;}
.main-menu li {transition: 0.5s linear;}
.main-menu li a {color: #000;text-transform: uppercase;transition: 0.5s;}
.main-menu li a:hover {color: #375a7d;}
.main-menu li .common-btn {background-color: #000000;border: 1px solid transparent;}
.main-menu li .common-btn:hover{background-color: #ffffff;color: #000 !important;border: 1px solid #000000;}
.drop-down-link {position: relative;transition: 0.5s;}
@media (min-width: 1200px) {
  .drop-down-link:hover .inner-menu {opacity: 1;z-index: 1;}
}
.header-logo {max-width: 240px;}
.drop-down-link .inner-menu {position: absolute;background-color: #fff;width: 300px;padding: 30px;left: -90px;top: 35px;opacity: 0;transition: 0.5s;z-index: -1;}
.drop-down-link .inner-menu li {margin-bottom: 15px;}
.drop-down-link .inner-menu li:last-child {margin-bottom: 0;}
.drop-down-link .inner-menu li a {color: #000;transition: 0.3s linear;border-bottom: 1px solid transparent;text-transform: capitalize;}
.drop-down-link .inner-menu li a:hover {border-bottom: 1px solid #000000;}
.close {display: none;}
.toggle {width: 38px;height: 38px;cursor: pointer;right: 0;position: relative;margin-left: 0;z-index: 1;display: none !important;}
.toggle-icon::before,
.toggle-icon::after {content: "";position: absolute;top: 0;right: 0;height: 10%;width: 110%;background: #000000;transition: 0.3s linear;}
.toggle-icon::before {transform: translateX(0);}
.toggle-icon::after {top: 13px;width: 90%;}
.closeMenu .toggle-icon::after {width: 110%;}

/* Hero Banner Section */
.hero-banner-section {background-image: url(../images/hero-banner-02.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 70px 0;}
.hero-form {background-color: #ffffff40;padding: 30px;max-width: 600px;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);border-top: 3px solid #000000;}
.hero-form .form-group {margin-bottom: 15px;}
 .hero-form .form-group label {color: #000000;margin-bottom: 10px;font-weight: 500;}
.hero-form .heading {color: #000000;text-align: center;font-size: 30px;}
.hero-form .description {color: #000000;text-align: center;}
.hero-form .form-group .form-control {height: 45px;}
.hero-form .form-group .textarea {height: 120px;}
.hero-banner-section .hero-form .common-btn{border: 1px solid transparent;background-color: #ffffff;color: #000000 !important;}
.hero-banner-section .hero-form .common-btn:hover{background-color: transparent;color: #fff !important;border: 1px solid #FFF;}
.hero-banner-section .hero-form .form-group label {color: #fff;margin-bottom: 10px;font-weight: 500;}
.hero-banner-section .hero-form .heading {color: #FFF;text-align: center;font-size: 30px;}
.hero-banner-section .hero-form .description {color: #FFF;text-align: center;}
.hero-form .form-group .form-control {height: 45px;}
.hero-form .form-group .textarea {height: 120px;}
.hero-banner-section .hero-form .common-btn{border: 1px solid transparent;background-color: #ffffff;color: #000000 !important;}
.hero-banner-section .hero-form .common-btn:hover{background-color: transparent;color: #fff !important;border: 1px solid #FFF;}
/* About Section */
.about-section .heading {position: relative;display: inline-block;
}
.about-section .heading::before {content: "";height: 100px;width: 100px;border-radius: 100%;position: absolute;right: -40px;bottom: 0;background: linear-gradient(180deg,rgba(0, 0, 0, 0.2) 0%,rgba(33, 139, 125, 0.2) 100);filter: blur(2px);}
.about-bg {background-image: url(../images/about-banner.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 70px 0;}
.about-bg .about-cta-content {max-width: 515px;padding: 50px 40px;background-color: #000;/* opacity: 0.8; */}
.about-bg .about-cta-content p {font-size: 30px;color: #fff;font-weight: 500;}
/* Product Slider */
.product-slider-heading {display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.product-slider-heading .heading {margin-bottom: 0;}
.product-slider .owl-nav {position: absolute;top: -15%;right: 10%;display: flex;column-gap: 20px;}
.product-box img {margin-bottom: 20px;}
.product-box .product-name {font-size: 30px;font-weight: 600;margin-bottom: 15px;color: #000000;}
/* CTA Section */
.cta-section {background-image: url(../images/cta-banner.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 70px 0;}
.cta-details {max-width: 515px;background-color: #000;padding: 30px;margin-left: auto;/* opacity: 0.8; */}
.cta-details .heading {font-size: 30px;color: #fff;}
.cta-details .description {color: #ffffff;}
.cta-details .common-btn{border: 1px solid #FFF;}
/* Promot Brand Section */
.promot-brand-box {text-align: center;}
.promot-brand-box img {margin-bottom: 20px;}
.promot-brand-box .solution-name {font-size: 30px;color: #000000;font-weight: 600;margin-bottom: 20px;text-align: center;}
.promot-brand-box .description {text-align: center;max-width: 280px;margin: 0 auto;}
.promot-brand-content {max-width: 658px;margin: 0 auto;}
.promot-brand-content .heading {text-align: center;}
.promot-brand-content .description {text-align: center;}
/* Logo Slider */
.logo-slider .item img {max-width: 180px;}
/* Work Slider */
.work-heading {display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.work-heading .heading {margin-bottom: 0;}

/* our work page gallery css */
.main .container {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 1rem;justify-content: center;align-items: center;}
.main .card {color: #252a32;border-radius: 2px;background: #ffffff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);}
.main .card-image {position: relative;display: block;width: 100%;padding-top: 70%;background: #ffffff;overflow: hidden;}
.main .card-image img {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.main .card-image:hover img {scale: 1.2;}

/* Client Section */
.client-profile img {max-width: 100px;margin-bottom: 20px;}
.profile img {max-width: 100px;}
.testimonial-box {padding: 30px;background-color: #f5f5f5;}
.testimonial-box .description {color: #000000;}
.client-name {color: #000000;margin-bottom: 10px;font-size: 20px;font-weight: 500;}
.testimonial-slider {margin-bottom: 30px;}
/* Contact Us Section */
.contact-us .address-box {box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);padding: 35px 30px 35px 30px;border-top: 3px solid #000000;margin-bottom: 30px;}
.contact-us .address-box .office {border-bottom: 2px solid #000000;padding-bottom: 14px;margin-bottom: 20px;}
.contact-us .address-box a img {max-width: 25px;}
.contact-us .address-box a {color: #000000;}
.contact-us .address-box.contact-details {margin-top: 20px;}
.contact-us .address-box .office .office-name {font-size: 18px;color: #000;font-weight: 600;}
/* .numbers {display: flex;column-gap: 20px;} */
.contact-us .address-box .office img {margin-bottom: 10px;}
.office-address .company-name {font-size: 18px;color: #000;font-weight: 600;margin-bottom: 10px;}
.office-address a,
.office-address p {font-size: 16px;color: #000000;font-weight: 600;}
.contact-heading {font-size: 30px;font-weight: 600;margin-bottom: 20px;}
.contact-details a {display: block;margin-bottom: 20px;color: #000000;transition: 0.5s;}
.contact-details a:hover {color: #375a7d;}
.contact-details p {color: #ffffff;font-weight: 600;display: flex;}
.contact-details a img,
.contact-details p img {margin-right: 15px;max-width: 30px;}
.contact-section {max-width: 800px;margin: 0 auto 50px;}
.contact-section .heading {text-align: center;}
.contact-section .description {text-align: center;}
/* Footer */
footer {background-image: url(../images/texture-bg.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;padding: 50px 0 50px;position: relative;}
  footer .footer-logo{display: block;margin: 0 auto 20px;}
.footer-link-heading {color: #000000;font-size: 30px;font-weight: 600;margin-bottom: 10px;}
.footer-link-list li a {color: #000000;transition: 0.5s;}
.footer-link-list li a:hover {color: #375a7d;}
.footer-link-list li {margin-bottom: 15px;}
footer .description {color: #000000;max-width: 400px;}
.mini-footer {background-image: url(../images/texture-bg.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;padding: 15px 0;border-top: 1px solid #000000;}
.mini-footer .description {color: #000000;margin-bottom: 0;text-align: center;}
.mini-footer .description a {color: #000000;transition: 0.5s;}
.mini-footer .description a:hover {color: #000000;}

/* waves */
.ocean {height: 80px;width: 100%;position: absolute;top: -75px;left: 0;right: 0;overflow-x: hidden;}
.wave {background: url("../images/wave.svg");position: absolute;width: 200%;height: 100%;animation: wave 20s -3s linear infinite;transform: translate3d(0, 0, 0);opacity: 1;}
.wave:nth-of-type(2) {bottom: 0;animation: wave 28s linear reverse infinite;opacity: 0.5;}
.wave:nth-of-type(3) {bottom: 0;animation: wave 30s -1s linear infinite;opacity: 0.5;}
@keyframes wave {
  0% {transform: translateX(0);}
  50% {transform: translateX(-25%);}
  100% {transform: translateX(-50%);}
}

.form-control:focus {color: #000000;background-color: #FFF;border-color: #000000;outline: 0;box-shadow: none;}
.spacing {margin-bottom: 80px;}
/* Inner Banner Section Css */
.inner-banner {background-color: #f5f5f5;padding: 40px 0 50px;position: relative;}
.inner-banner .title {color: #000000;text-align: center;font-size: 40px;}
.inner-banner .breadcrumb {justify-content: center;margin: 0;}
.inner-banner .breadcrumb .breadcrumb-item a {color: #000;}
.inner-banner .breadcrumb .breadcrumb-item.active {color: #000000;}
.breadcrumb-item + .breadcrumb-item::before {color: #000;}
.inner-banner .ocean {top: 99%;transform: rotate(180deg);}
/* Mission Section */
.mission-box {background-color: #000000;padding: 30px;}
.mission-box .heading {color: #ffffff40;font-size: 100px;font-weight: 700;}
.mission-box .mission-heading {color: #ffffff;font-size: 30px;font-weight: 700;margin-top: -17%;margin-bottom: 40px;}
.mission-box .description {color: #ffffff;text-align: inherit;}
/* Vision Section */
.vision-box {background-color: #000000;padding: 30px;/* opacity: 0.8; */height: 100%;}
.vision-box .heading {color: #ffffff40;font-size: 100px;font-weight: 700;}
.vision-box .vision-heading {color: #000000;font-size: 30px;font-weight: 700;margin-top: -17%;margin-bottom: 40px;}
.vision-box .description {color: #ffffff;text-align: inherit;}
/* Core Value */
.core-valu {margin-bottom: 30px;}
.core-valu .description {max-width: 100%;}
/* Quality Section */
.quality-section {background-color: #f5f5f5;padding: 70px 0;/* opacity: 0.8; */}
.quality-section .heading {color: #000000;}
.quality-section .description {color: #000000;}
.map-section .heading {font-size: 30px;color: #000000;margin-bottom: 30px;}
.product-box {text-align: center;}
.products-section .product-box {margin-bottom: 30px;text-align: center;}
.product-box .product-name,
.product-box .description {text-align: center;}
/* Product Detail Section */
.product-details .heading {font-size: 30px;color: #000000;}
.product-detail-slider .owl-nav {position: absolute;top: 0;right: 0;display: flex;column-gap: 20px;}
/* Modal Pop up Section */
.modal-body {background-color: #000;/* opacity: 0.9; */}
.modal-header {background-color: #000;/* opacity: 0.9; */}
.modal-title {color: #fff;font-weight: 600;font-size: 26px;}
.modal-dialog {max-width: 700px;}
.btn-close {background: transparent url(../images/close.svg) center/1em auto no-repeat;opacity: 1;}
.modal-header .btn-close {margin: 0;}
.inquire-form {padding: 20px;}
.inquire-form .common-btn{border: 1px solid #fff;}
.inquire-form .form-group {margin-bottom: 15px;}
.inquire-form .form-group label {color: #fff;font-weight: 500;margin-bottom: 10px;}
.inquire-form .form-group .form-control {height: 45px;}
.inquire-form .form-group .textarea {height: 90px;}
.thank-you-details {max-width: 1000px;margin: 0 auto;text-align: center;border: 1px solid #f0f0f0;padding: 60px 20px;background-color: #100f0f;}
.thank-you-details .title {text-align: center;font-size: 24px;margin-bottom: 20px;}
.thank-you-details .description {color: #ffffff;text-align: center;}
.thank-you-details .description a {color: #000000;}
.thank-you-details .border-btn {background-color: #25d366;color: #fff;}
.thank-you-details .border-btn:hover {background-color: #000;color: #fff !important;}
.whatsapp-icon {max-width: 20px;}

/*  */
.bag-gallery-box{margin-bottom: 30px;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);text-align: center; }
.bag-gallery-box-img{ overflow: hidden;}
.bag-gallery-box div p{ padding: 10px; border-top: 1px solid #00000020; text-transform: uppercase;}
.bag-gallery-box img{transition: 0.5s;max-width: 300px;margin: 0 auto;display: block;}
.bag-gallery-box:hover img{scale: 1.1;}

/* .Single-product-section .product-detail-box{ border: 1px solid #00000020; padding: 30px;} */
.Single-product-section .product-image img{ box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);}
.Single-product-section .product-image{margin: 10px; text-align:center;}
.product-same-slider .product-image img{ width: 80% !important; margin: auto;}

@media (min-width: 320px) and (max-width: 767px) {
  /* .Single-product-section .product-detail-box{ border: 1px solid #00000020; padding: 20px;} */
  .Single-product-section .product-detail-box .product-details .product-list .description{ margin-bottom: 10px; text-align: start;}
  .Single-product-section .product-image img{ margin-bottom: 20px;}
  .product-same-slider .product-image img{width: 100% !important;}
}

.owl-dots{text-align: center;}
.owl-dot{background-color: #e7e7e7 !important;height: 15px;width: 15px;margin: 0 5px;}
.owl-dot.active{background-color: #000000 !important;}

.blog-list-box{
  margin-bottom: 30px;
}
.blog-img{
  margin-bottom: 20px;
  /* max-width: 90%; */
}
.blog-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
    color: #000;
}

.blog-time-date{
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-holder{
  display: flex;
    align-items: center;
}
.blog-holder span{
  margin-left: 6px;
  color: #324963;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.blog-detail-section .heading{
  font-size: 30px;
}
.blog-detail-section .sub-heading{
  font-size: 20px;
  color: #324963;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-detail{
  border-bottom: 1px solid #252a32;
}
.written-by{
  margin-top: 10px;
}
.share-socical-media{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.share-by{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.share-by .sub-heading{
  margin-bottom: 0;
}

.accordion-button:not(.collapsed){
  color: #000;
  font-weight: 700;
}
.accordion-button:focus{
  box-shadow: none;
}

/* Responsive css */
@media (min-width: 1200px) and (max-width: 1399px) {
  .heading {font-size: 40px;}
  .product-slider .owl-nav {position: absolute;top: -15%;right: 15%;display: flex;column-gap: 20px;}
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-spacing {margin-bottom: 50px;}
  /* .inner-banner {margin-bottom: 130px;} */
  .toggle {display: block !important;z-index: 6;top: 10px;}
  .closeMenu .toggle-icon::before {visibility: visible;opacity: 1;top: 0;transition: 0.3s linear;transform: rotate(135deg);background-color: #fff;}
  .closeMenu .toggle-icon::after {top: 0;transition: 0.3s linear;transform: rotate(42deg);background-color: #fff;}
  header nav .main-menu {flex-direction: column;position: absolute;top: 0;left: -100%;height: 100vh;width: 100%;justify-content: flex-start;align-items: flex-start;row-gap: 25px;transition: 0.3s;overflow: hidden;background-color: #000;padding: 100px 0 0 40px;}
  header nav .main-menu li a {color: #fff;font-size: 16px;}
  header nav .main-menu li {padding-left: 0;}
  header nav .main-menu.show-menu {left: 0;z-index: 4;}
  .hero-form {max-width: 100%;margin: 0 auto;}
  .heading {font-size: 30px;}
  .common-btn {padding: 8px 20px;}
  .about-bg .about-cta-content p {font-size: 22px;}
  .about-bg .about-cta-content {max-width: 455px;padding: 30px 20px;}
  .cta-details .heading {font-size: 20px;}
  .promot-brand-box img {max-width: 70px;}
  .promot-brand-box .solution-name {font-size: 20px;margin-bottom: 10px;}
  .promot-brand-section .promot-brand-box {margin-bottom: 20px;}
  .contact-box {margin-bottom: 20px;}
  .hello {font-size: 70px;}
  .img-arrow {margin-bottom: 20px;}
  footer .description {max-width: 100%;}
  footer .socical-media {margin-bottom: 20px;}
  .product-slider .owl-nav {position: absolute;top: 95%;right: 0;display: flex;column-gap: 20px;}
  .main-menu li .common-btn {padding: 0;background-color: transparent;}
  .header-contact-detail span {display: none;}
  .sticky-header .container-fluid {padding: 0 50px;}
  nav .logo {width: 80%;}
  .header-logo {max-width: 100%;}
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-spacing {margin-bottom: 40px;}
  .top-header {padding: 10px 20px;}
  .sticky-header .container-fluid {padding: 0 20px;}
  .toggle {display: block !important;z-index: 6;top: 10px;}
  .closeMenu .toggle-icon::before {visibility: visible;opacity: 1;top: 0;transition: 0.3s linear;transform: rotate(135deg);background-color: #fff;}
  .closeMenu .toggle-icon::after {top: 0;transition: 0.3s linear;transform: rotate(42deg);background-color: #fff;}
  header nav .main-menu {flex-direction: column;position: absolute;top: 0;left: -100%;height: 100vh;width: 100%;justify-content: flex-start;align-items: flex-start;row-gap: 25px;transition: 0.3s;overflow: hidden;background-color: #000;padding: 100px 0 0 40px;}
  header nav .main-menu li a {color: #fff;font-size: 16px;}
  header nav .main-menu li {padding-left: 0;}
  header nav .main-menu.show-menu {left: 0;z-index: 4;}
  .header-logo {max-width: 100%;}
  .header-contact-detail span {display: none;}
  .hero-form {max-width: 100%;}
  .hero-form .heading {font-size: 20px;}
  .description {font-size: 14px;}
  .hero-form .heading {margin-bottom: 10px;}
  .hero-form .form-group .form-control {height: 40px;}
  .hero-form .form-group {margin-bottom: 20px;}
  .common-btn {padding: 8px 20px;}
  .hero-banner-section {padding: 40px 0;}
  .heading {font-size: 30px;}
  .about-section .heading::before {height: 50px;width: 50px;}
  .about-section img {margin-bottom: 20px;}
  .about-bg {padding: 0;}
  .about-bg .about-cta-content {padding: 20px;}
  .about-bg .about-cta-content p {font-size: 20px;}
  .product-box img {margin-bottom: 10px;}
  .product-box .product-name {font-size: 20px;margin-bottom: 10px;}
  .cta-details .heading {font-size: 20px;margin-bottom: 10px;}
  .promot-brand-content .heading {margin-bottom: 10px;}
  .promot-brand-box .solution-name {font-size: 20px;margin-bottom: 10px;}
  .promot-brand-box img {margin-bottom: 10px;max-width: 60px;}
  .promot-brand-section .promot-brand-box {margin-bottom: 20px;}
  .work-heading {margin-bottom: 20px;}
  .main .container {grid-template-columns: 1fr 1fr;}
  .contact-box {padding: 20px;margin-bottom: 20px;}
  .contact-heading {font-size: 20px;}
  .contact-details a,
  .contact-details p {font-size: 14px;}
  .client-profile img {max-width: 70px;}
  .testimonial-box {padding: 20px;}
  .testimonial-box .description {text-align: left;}
  footer .socical-media {margin-bottom: 20px;}
  footer {background-color: #000000;padding: 50px 0;position: relative;}
  .inner-banner {padding: 25px 0;}
  .inner-banner .title {font-size: 24px;}
  .mission-box .mission-heading {font-size: 20px;font-weight: 700;margin-top: -23%;margin-bottom: 10px;}
  .mission-box .heading {font-size: 60px;}
  .mission-box {padding: 20px;}
  .mission-box .description {margin-bottom: 0;}
  .vision-box {padding: 20px;}
  .vision-box .heading {font-size: 60px;}
  .vision-box .vision-heading {font-size: 20px;font-weight: 700;margin-top: -23%;margin-bottom: 10px;}
  .vision-box .description {margin-bottom: 0;}
  .quality-section {padding: 40px 0;}
  .product-slider .owl-nav {position: absolute;bottom: -100%;right: 0;display: flex;column-gap: 20px;}
  .contact-us .address-box {padding: 20px;}
  .numbers {flex-direction: column;}
  .main-menu li .common-btn {padding: 0;background-color: transparent;}
  .btn {display: flex;row-gap: 20px;flex-direction: column;}
  nav .logo {width: 80%;}
  .share-socical-media{
    flex-direction: column;
  }
  .blog-detail-section .heading{
    font-size: 16px;
  }
  .share-by{
    flex-direction: row;
    column-gap: 20px;
  }
}
