/* For Global */
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
* {
    font-family: var(--firstfont);
    margin: 0;
    /* overflow-x: hidden; */
}

:root {
    /* --first: #065E82;
    --second:#009899; */
    --first: #29397e;
    --second: #102c57;
    /* --second : #057aa1; */
    --third: #460303;
    /* --fourth: #ECE824; */
    --fourth: #c62828;
    --white: #fff;
    --black: #333;
    --gray: #737373;
    --facebook: #3b5998;
    --insta: #e4405f;
    --twitter: #1da1f2;
    --linkedin: #f90c0c;
    --firstfont: "Mukta", sans-serif;
    --secondfont: ;
    --thirdfont: ;
}
.bgcolorforsection {
    background: linear-gradient(0deg, #f2f9ff 0%, #dceeff 100%);
    padding: 20px 0;
}

a {
    text-decoration: none !important;
}

.small_font {
    color: var(--gray);
    font-size: 10px;
}

.reporter_name {
    font-weight: 600;
    color: var(--first);
}

/* For fifth section /Image */

/* For The image section */

/* For topnav */

.top_left {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.accordion {
    width: 100%;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li div a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 3;
    /* vertical-align: bottom; */
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}

.accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
}

.accordion ul:hover li,
.accordion ul:focus-within li {
    width: 8%;
}

.accordion ul li:focus {
    outline: none;
}

.accordion ul:hover li:hover,
.accordion ul li:focus,
.accordion ul:focus-within li:focus {
    width: 60%;
    background-size: cover;
}

.accordion ul:hover li:hover a,
.accordion ul li:focus a,
.accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a *,
.accordion ul li:focus a *,
.accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.accordion ul:hover li {
    width: 8% !important;
}

.accordion ul:hover li a * {
    opacity: 0 !important;
}

.accordion ul:hover li:hover {
    width: 60% !important;
}

.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* @media screen and (max-width: 600px) {


    .accordion {
        height: auto;
    }

    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }
} */

/* For single page image */

.gallery_image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

/* FOR SEARCH BAR */
.search-container {
    display: flex;
    align-items: center;
}

.search-container input[type="text"] {
    margin-right: 0px;
    padding: 0.43rem 0.3rem;
    border: 1px solid white;
}
.search-container button {
    background: white;
    color: black;
}

/* For Lines */
.sing_line {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
hr.dob_line {
    background-color: white;
    /* margin:0 0 45px 0; */
    max-width: 100%;
    border-width: 0;
    height: 5px;
    border-top: 1px solid var(--black);
    border-bottom: 2px solid var(--black);
}

.main_ad_container {
    /* border: blue solid 1px; */
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.container_one_ad {
    margin-top: 20px;
}

.top_ad {
    /* border: black 1px solid; */
    margin: 30px;

    /* overflow: hidden; */
}

.top_ad img {
    height: auto;
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    padding: 0;
}

/* home page ads */

.rect_ad {
    /* width: 100%; */

    display: flex;
    align-items: center;
    height: 100%;
}
.entertainment {
    height: 100%;
    width: 100%;
}

.entertainment img {
    height: 100%;
    width: 100%;
}

/* single page ads */

/* .single_page_container{
    display: flex;

    height: 50%;

} */

.single_page_side {
    min-height: 0;
    max-height: 200px;
    width: 100%;
}

.single_page_side img {
    border: 1px solid black;
    height: 100%;
    width: 100%;
}
/* top-nav eng-date */
/* .eng-date{

    margin-left: 5px;
} */

/* For Category Title */
.cat_title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    padding-top: 10px;
    white-space: nowrap;
    padding-bottom: 13px;
    position: relative;
    font-family: var(--firstfont);
    color: var(--first);
}
.cat_title:before {
    background-color: var(--fourth);
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.cat_title:after {
    background-color: var(--fourth);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}
.text_center {
    text-align: center;
    margin: auto;
}
.text_white {
    color: var(--white);
}

.sectionname {
    color: var(--white);
    font-family: var(--firstfont);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mid_flex {
    display: grid;
    place-items: center;
}

/* For Post title  */

.sin_post_title {
    font-size: 35px;
    color: var(--black);
    font-weight: 800;
    font-family: var(--first);
}

.post_page_title {
    font-size: 30px;
    /* color: var(--first); */
    color: var(--black);
    font-weight: 800;
    font-family: var(--first);
}
.post_page_title:hover {
    color: var(--second);
}

.post_centerpage_title {
    font-size: 30px;
    color: var(--first);
    font-weight: 800;
    font-family: var(--first);
}
.post_centerpage_title:hover {
    color: var(--second);
}

.post_centerpage_title {
    font-size: 30px;
    color: var(--black);
    /* color: var(--first); */
    font-weight: 800;
    font-family: var(--first);
}
.post_centerpage_title:hover {
    color: var(--second);
}

.main_news_title {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
}

.main_news_title:hover {
    color: var(--second);
}

.post_title {
    font-size: 20px;
    color: var(--black);
    font-weight: 800;
    font-family: var(--first);
    transition: 0.3s all;
}
.post_title:hover {
    color: var(--second);
}

.main_news_titles {
    font-size: 18px;
    color: var(--first);
    font-weight: 800;
    font-family: var(--first);
    transition: 0.3s all;
}
.main_news_titles:hover {
    color: var(--second);
}

.main_news ul li {
    list-style-type: none;
}

.main_news ul li::before {
    content: "➤";
    padding-right: 8px; /* Add some spacing between arrow and text */
    color: var(--first); /* Optional: Change arrow color */
    font-weight: bold; /* Optional: Adjust arrow's font weight */
}

.post_description {
    color: var(--black);
}

.post_date {
    font-size: 12px;
    color: var(--black);
}

.square_image {
    width: 150px; /* Adjust the width as needed */
    height: 80px;
    object-fit: cover;
    margin-right: 10px; /* Add spacing between image and title */
    border-radius: 10px;
    transition: 0.3s all;
}
.square_image:hover {
    transform: scale(1.03);
}

.round_image {
    width: 150px; /* Adjust the width as needed */
    height: 150px;
    object-fit: cover;
    margin-right: 10px; /* Add spacing between image and title */
    border-radius: 50%;
    transition: 0.3s all;
}

.round_image:hover {
    transform: scale(1.03);
}

.big_image {
    width: 100%;
    height: auto;
    max-height: 390px;
    object-fit: cover;
    border-radius: 5%;
    transition: 0.3s all;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.big_image:hover {
    transform: scale(1.03);
}

.rect_image {
    width: 120px; /* Adjust the width as needed */
    height: 100px;
    object-fit: cover;
    margin-right: 10px; /* Add spacing between image and title */
    border-radius: 10px;
    transition: 0.3s all;
}
.rect_image {
    transform: scale(1.03);
}
.page_bigimage {
    height: 350px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.whole_image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    height: auto;
}

.nep_date {
    color: var(--gray);
}
.nep_date i {
    margin-right: 5px;
}

/* For top Navbar */

/* .top_left{
    display: flex;
    align-self: flex-end;
} */

.top_mid img {
    display: inline-block;
    height: 90px;
}

@media (max-width: 768px) {
    .top_mid img {
        /* display: inline-block; */
        height: 63px;
    }
}

.top_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icons a {
    display: inline-block;
    margin: 5px;
    padding: 10px;
}
.social_icons a i {
    font-size: 24px;
    color: white;
}

.social_icons a:nth-child(1) i {
    color: var(--facebook); /* Facebook Blue */
}

.social_icons a:nth-child(2) i {
    color: var(--insta); /* Instagram Pink */
}

.social_icons a:nth-child(3) i {
    color: var(--twitter); /* Twitter Blue */
}

.date_time {
    color: var(--gray);
}

/* For bottom Navbar */

/* For Navigation Menu */

.navbar-light {
    background-color: var(--first);
}
.navbar-light .nav-item .nav-link {
    color: var(--white);
    margin: 0 7px;
    transition: 0.1s all;
}
.navbar-light .nav-item .nav-link:hover,
.navbar-light .nav-item .nav-link.active {
    color: var(--first);
    font-weight: 800;
    background-color: var(--white);
    border-radius: 3px;
}
.nav-item.active .nav-link {
    background-color: var(--white);
    color: var(--first);
    border-radius: 3px;
    font-weight: 800;
}

.dropdown-item.active {
    background-color: var(--first);
}

.toggler-icon {
    color: var(--white);
}

/* For Breaking news */
.wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    place-items: center;
    overflow: hidden;
}

/* TOP SLIDER END */
.photobanner {
    position: relative;
    height: 200px;
    width: 300px;
    /* margin-bottom: 30px; */
    display: flex;
    /* width: 200px; */
}

.photobanner .sliding_image {
    margin: 0px 25px;
    box-shadow: 2px 2px 8px #8a8a8a;
    position: relative;
}

.sliding_image img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}

.photobanner .sliding_p {
    position: absolute;
    bottom: -8%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    color: var(--white);
    text-align: center;
    width: 100%;
    padding: 5px;
}

.photobanner {
    animation: bannermove 30s linear infinite alternate-reverse;
}

@keyframes bannermove {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

/* For Cover news */

.post_container {
    display: flex;
    align-items: center;
    margin: 15px 10px;
}

/* For World News */
/* img {
    max-width: 100%;
  } */
.carousel-container {
    width: 100%;
    margin: 10px auto;
    position: relative;
    /* border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #aaa; */
}
@media (max-width: 768px) {
    .carousel-container {
        width: 95%;
    }
}
.inner-carousel {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.track {
    display: inline-flex;
    height: 100%;
    transition: transform 0.2s ease-in-out;
}
.card-container {
    width: 275px;
    height: 100%;
    flex-shrink: 0;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .card-container {
        width: 184px;
    }
}
.card {
    width: 100%;
    height: 100%;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    background-position: center bottom;
    background-size: center;
    background-repeat: no-repeat;

    position: relative;
    border: 0;
}

.card_image {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.card_title {
    text-align: center;
    position: absolute;
    bottom: -7%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    padding: 5px;
}

/* For  World News Section*/
.with_back {
    background: var(--first);
    min-height: 350px;
}

.nav_car button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #000;
    cursor: pointer;
}
.nav_car .prev {
    left: -30px;
    display: none;
}
.nav_car .prev.show {
    display: block;
}
.nav_car .next {
    right: -30px;
}
.nav_car .next.hide {
    display: none;
}

@media (max-width: 768px) {
    .nav_car .next {
        right: 5px;
    }
    .nav_car .prev.show {
        left: -13px;
    }
}

/* For Sports Section */

/* .carousel-inner img {
    width: 200px;
    height: 400px;
} */

/* For Sports Section */
.news-card {
    width: 500px;
    height: 800px;
}

.news-card a {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item {
        height: 400px;
        width: 380px;
    }
}

/* For Coverimage Section */
.carousel-item {
    width: 100%;
    height: 500px;
    position: relative;
}

.carousel-item a {
    width: 100%;
    height: 100%;
}

.carousel-top-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(0, 0, 0, 0) 100%
    );
}
.carousel-caption p {
    font-size: 25px;
}
.carousel-indicators {
    display: none;
}

/* For Main News Section */
.main_news ul li {
    list-style-type: none;
}
.main_news ul li::before {
    content: "➤";
    padding-right: 8px; /* Add some spacing between arrow and text */
    color: var(--first); /* Optional: Change arrow color */
    font-weight: bold; /* Optional: Adjust arrow's font weight */
}

.secondcarousel {
    width: 100%;
    height: 400px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.secondcarousel:hover .controls {
    opacity: 1;
}
.secondcarousel .controls {
    opacity: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.5s;
}
.secondcarousel .controls .control {
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.5;
    transition: ease 0.3s;
    cursor: pointer;
}
.secondcarousel .controls .control:hover {
    opacity: 1;
}
.secondcarousel .slides {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    transition: 1s ease-in-out all;
}

.secondcarousel .slides .slide {
    min-width: 100%;
    height: 100%;
    height: auto;
    position: relative;
}
.secondcarousel .slides .slide img {
    width: 100%;
    height: 400px;
}

.secondcarousel .slides .slide p {
    position: absolute;
    text-align: center;
    color: var(--white);
    bottom: -5%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    font-size: 20px;
}

/* For Footer */

/* For Footer */

.footer_serv {
    text-align: right;
}
.footer_serv h3 {
    color: white;
}
.footer_serv p {
    color: white;
}
/* FOr Footer */
ul {
    margin: 0px;
    padding: 0px;
}
/* .footer-section {

  background-color: var(--first);
   position: relative;

 font-family:'Mukta', sans-serif;

 }
 .footer-cta {
 border-bottom: 1px solid #373636;
 }
 .single-cta i {
 color: #6a88ac;
 font-size: 30px;
 float: left;
 margin-top: 8px;
 }
 .cta-text {
 padding-left: 15px;
 display: inline-block;
 font-family:'Mukta', sans-serif;
 }
 .cta-text h4 {
 color: var(--white);
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 2px;
 font-family:'Mukta', sans-serif;
 }
 .cta-text span {
 color: #b5b4bb;
 font-size: 15px;
 }
 .footer-content {
 position: relative;
 z-index: 2;
 }
 .footer-pattern img {
 position: absolute;
 top: 0;
 left: 0;
 height: 330px;
 background-size: cover;
 background-position: 100% 100%;
 }
 .footer-logo {
 margin-bottom: 30px;
 }
 .footer-logo img {
   max-width: 130px;
 }
 .footer-text p {
 margin-bottom: 14px;
 font-size: 14px;
     color: #7e7e7e;
 line-height: 28px;
 }
 .footer-social-icon span {
 color: var(--white);
 display: block;
 font-size: 20px;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 20px;
 }
 .footer-social-icon a {
 color: var(--white);
 font-size: 16px;
 margin-right: 15px;
 }
 .footer-social-icon i {
 height: 40px;
 width: 40px;
 text-align: center;
 line-height: 38px;
 border-radius: 50%;
 }
 .facebook-bg{
 background: #3B5998;
 }
 .twitter-bg{
 background: #55ACEE;
 }
 .google-bg{
 background: #DD4B39;
 }
 .footer-widget-heading h3 {
 color: var(--white);
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 40px;
 position: relative;
 font-family:'Mukta', sans-serif;
 }
 .footer-widget-heading h3::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: -15px;
 height: 2px;
 width: 50px;
 background: #6a88ac;
 }
 .footer-widget ul li {
 display: inline-block;
 float: left;
 width: 50%;
 margin-bottom: 12px;
 }
 .footer-widget .quicknepal_link a{
  color: var(--white);
  transition: 0.3s all;
 }
 .footer-widget .quicknepal_link a:hover{
  font-weight: 800;
 }
 .footer-widget .quicknepal_link li {
  display: inline-block;

  width: 100%;
  margin-bottom: 12px;
  }
 .footer-widget ul li a:hover{
 font-weight: bold;
 }
 .footer-widget ul li a {
 color: #878787;
 text-transform: capitalize;
 text-decoration: none;
 } */

/* Style for the footer container */
/* .footer-section {
    background-color: #009899;
    padding: 20px 0;
    color: white;
    font-size: 18px;
    text-align: center;
} */

/* Style for the footer sections */
/* .top-half, .mid-section, .bottom-section {
    margin-bottom: 20px;
} */

/* Style for the footer list */
/* .footer-list {
    list-style: none;
    padding: 0;
} */

/* .footer-list li {
    margin-bottom: 5px;
} */

/* Style for social media icons */
/* .mid-items {
    list-style: none;
    padding: 0;

} */

/* .mid-items li {
    display: inline-block;
    margin-right: 15px;
} */
/*
.mid-items a {
    color: #333;
    font-size: 20px;
} */

/* Style for copyright and powered by sections */
/* .bottom-section p {
    margin: 10px 0;
} */

/* .mid-bottom-section p {
    font-size: 12px;
    color: #f7f1f1;
} */

/* .powered-by {
    font-size: 12px;
    color: #f8f6f6;
} */

/* Style for FontAwesome icons */
/* .fa {
    font-size: inherit;
    vertical-align: middle;
} */

/* Adjust the styling as needed to match your design */

/*
 .copyright-area{
 background: #0c3c85;
 padding: 25px 0;
 }
 .copyright-text p {
 margin: 0;
 font-size: 14px;
 color: #878787;
 }
 .copyright-text p a{
 color: #ff5e14;
 }
 .footer-menu li {
 display: inline-block;
 margin-left: 20px;
 }
 .footer-menu li:hover a{
 color: #ff5e14;
 }
 .footer-menu li a {
 font-size: 14px;
 color: #878787;
 } */

/* Tags Posts */
.tag_image {
    position: relative;
}

.tag_image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.tag_image .tag_p {
    position: absolute;
    font-size: 20px;
    bottom: -5%;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    text-align: center;
    width: 100%;
    padding: 5px;
}

/* Tags Posts END */

/* Seventh slider */

/* Load More Button */
.load-btn-container {
    display: flex;
    justify-content: center;
    padding: 4px;
}

/* Load more button end */

/* Single post */
.white_cat {
    color: white;
}

.post_view_img {
    object-fit: cover;
    object-position: center;
    max-height: 350px;
    width: 100%;
    border-radius: 8px;
}
.post_view_desc {
    font-size: 20px;
}

@media (max-width: 768px) {
    .post_view_img {
        width: 350px;
        height: auto;
    }
}

/* For Pop Up Image */
#popup-overlay {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

#popup img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

#close-btn {
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#overlay {
    /* Set the overlay to cover the entire page */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    pointer-events: none; /* Allow clicks on elements below the overlay */
    z-index: 9999; /* Ensure the overlay appears above other elements */
}

#overlay.active {
    /* Additional styles for overlay when active */
    position: fixed;
    top: 0;
    left: 0;
}
/* Footer Section */

.footer-section-top {
    /* border-top: #fd3d3d solid 8px; */
    border-top: #f63333 solid 8px;
    background-color: var(--first);
    color: var(--white);
    /* padding-bottom: 20px; */
    padding-top: 20px;
    margin-top: 10px;
}

/* .footer-section-down{
    background-color:#019798 ;
} */

/* .footer-section{

    /border-top: #166068 solid 8px;
    background-color:var(--first);
    color: var(--white);
    padding-bottom: 20px;
    padding-top: 20px;

} */

.footer-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
}

.footer-mid-section ul {
    display: flex;
    list-style: none;
    /* padding-top: 10px; */
    gap: 4px;
    /* padding-bottom: 10px; */
    padding: 20px 0;

    /* align-items: flex-start; */
}

.footer-section-down {
    background-color: #0c617a;
}

.buttom-section {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* font-size: small; */

    /* gap: 2px; */
    /* justify-content: space-evenly; */
    /* background-color: #166068; */
}
/* li.container.fb{
    border: 4px solid black;
} */

.fb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--facebook);
    width: 25px;
    height: 25px;
}

.linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--linkedin);
    width: 25px;
    height: 25px;
}

.tw {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--twitter);
    width: 25px;
    height: 25px;
}

/*
.mid-buttom-section {


    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


} */

/* .buttom-home{
    display: flex;
    justify-content: center;
    gap: 20px;

}

.buttom-home a{
    color: white;

} */

.mid-items li a {
    color: white;
}

.social_share {
    display: flex;
    justify-content: right;
    /* border: black solid 1px; */
}
.space {
    padding-right: 15px;
    text-decoration: none;
}
.icon-large {
    font-size: 25px;
}

/* photo feature */

.other-images {
    display: flex;
    justify-content: space-evenly;

    gap: 20px;
}

@media (max-width: 768px) {
    .footer-list {
        flex-direction: column;
        align-items: left;
    }

    .container.buttom-section {
        display: flex;
        flex-direction: column;
        /* padding: 2px; */
    }

    .footer-copyright {
        display: flex;
        flex-direction: column;
        /* font-size:10px; */
    }
}
p .title1 {
    font-size: 27px !important;
    color: black !important;
}
