@font-face {
    font-family: "Jameel Noori Nastaleeq";
    src: url("./fonts/Jameel\ Noori\ Nastaleeq.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* html[lang="ur"] body {
  font-family: 'Noto Nastaliq Urdu', serif;
  direction: rtl;
  text-align: right;
} */

/* body {
    font-family: Arial, Helvetica, sans-serif;
} */

body.ur-locale {
    margin: 0px;
    overflow-x: hidden;
    font-family: "Jameel Noori Nastaleeq", serif !important;
}
body.ur-locale,
body.ur-locale *:not(i):not(.fa):not(.fas):not(.far):not(.fab){
    font-family: "Jameel Noori Nastaleeq", serif !important;
}


.pmd_logo {
    display: flex;
    padding-left: 25px;
}

.logo img {
    width: 85px;
}

.pmd_title {
    color: #024941;
    align-content: center;
    margin-left: 40px;
}

.pmd_title p {
    font-size: 20px;
    font-weight: 500;
}

.pmdu_logo {
    padding-right: 25px;
    display: flex;
    justify-content: flex-end;
}

.pmdu_logo img {
    width: 165px;
}

.logo span {
    color: black;
}

.marquee-title {
    color: black;
}

.dark .marquee-title {
    color: white;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 3;
}

/* Hide submenus initially */
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show second-level and third-level dropdowns when hovered */
.dropstart:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu,
.dropdown-item:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
}

.dropdown-menu-child {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}
.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

.heatmap,
.slider {
    padding: 0px !important;
}

.section_title {
    color: rgb(0, 64, 63);
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.section_title h4 {
    border: 2px solid gainsboro;
    border-radius: 10px;
    padding: 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.city_weather_card {
    display: flex;
    justify-content: center;
}

.heading_main {
    font-size: 14px;
}

.main_slider_img {
    height: 450px;
}

/* .carousel-control-prev{
  left: -75px;
} */

.heatmap img {
    height: 550px;
}

#customCarousel img {
    height: 500px;
}

.temp_card {
    width: 13rem;
    text-align: center;
    align-items: center;
    padding-top: 50px;
    /* background-color: #edefed !important; */
    border-radius: 15px !important;
    border: 3px solid #cdd0cd !important;
    /* box-shadow: 8px 8px 8px 8px #edefed; */
    box-shadow: 0 0 5px 2px #b5b5b5;
    margin-bottom: 10px;
    height: 210px;
    flex: 0 0 auto;
    margin: 0 5px;
}

.temp_card img {
    width: 110px;
}

.radar_live {
    background-color: rgb(164, 202, 178);
    padding: 50px;
}

.weather-card {
    /* background-color: #1E3A8A; */
    background-image: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 0) -300%,
        rgba(30, 58, 138, 1) 100%
    );
    border-radius: 15px;
    color: white;
    padding: 25px;
    width: 500px;
    border-radius: 25px;
    border-right: 6px solid #214f8f;
    /* border-top-left-radius: 40px;
    border-bottom-left-radius: 40px; */
    /* clip-path: polygon(2% 3%, 100% 0, 100% 100%, 2% 97%); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* --selector: var(--pink);
    --property: var(--teal);
    --punctuation: var(--white);
    --undefined: var(--white); */
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(5000px) rotateY(var(--rotateX))
        rotateX(var(--rotateY));
    --rotateX: -35deg;
    --rotateY: 0deg;
}

.weather-card .icon {
    font-size: 50px;
}
.weather-card .weather-details {
    margin-top: 20px;
}
.weather-card .weather-detail {
    margin-bottom: 10px;
}

.about_us {
    justify-content: space-between;
}

.about_us_map {
    text-align: center;
}

.about_us_map img {
    height: 360px;
}

.weather_report_card {
    display: flex;
    justify-content: center;
}

.services {
    margin: 50px 0px;
    background-image: url(../images/mapbg.png);
    background-size: cover;
}

.temp_card,
.service_card {
    margin: 5px 10px;
    text-align: center;
    align-items: center;
    padding: 12px !important;
}

.services_body {
    padding: 0px !important;
}

.services_body p {
    padding: 0px 15px;
    background-color: rgb(0, 146, 69);
    color: white;
}

.event_card {
    padding: 0px;
    border-radius: 15px !important;
    margin: 10px 10px;
    border: 5px solid #00403f !important;
}

.event_card img {
    aspect-ratio: 3 / 2;
    border-radius: 20px;
}

.event_body h5 {
    text-align: start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-weight: 700;
    font-size: 17px;
}

.event_body p {
    text-align: start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-top: 20px;
    font-size: 16px;
}

.slider-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Add some spacing above the indicators */
}

.slider-indicators .indicator {
    width: 30px; /* Adjust width as needed */
    height: 8px; /* Adjust height as needed */
    background-color: #bbb; /* Light color for inactive indicators */
    margin: 0 5px; /* Space between indicators */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s; /* Smooth transition for color change */
}

.slider-indicators .indicator.active {
    background-color: #333; /* Dark color for active indicator */
}

.event_body button {
    background-color: #00403f;
    float: left;
    border-radius: 25px;
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.event_body i {
    margin-top: 6px;
    float: right;
}

.event_date {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 300;
}

.card_div {
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.forecast {
    margin: 100px 0px;
}

.forecast_heading {
    border: 1px solid;
    width: 250px;
    text-align: center;
    margin: auto;
    padding: 15px;
    position: relative;
    top: -25px;
    background-color: white;
}

.forecast_heading h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
}

.widget1 {
    text-align: center;
}

.widget1 h2,
.widget1 h4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

.social_media h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: white;
}

.social_media a {
    text-decoration: none;
}

.social_media i {
    font-size: 25px;
}

.twitter_link a,
.facebook_link a,
.instagram_link a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 5px;
}

.widget2 {
    color: white;
}

.widget2 ul {
    list-style: none;
    padding: 0px;
    margin-top: 40px;
}
.widget2 li {
    margin-top: 15px;
}
.widget2 li a {
    color: white;
    text-decoration: none;
}

.subemenu_link {
    display: flex;
    flex-direction: column;
}

.subemenu_link a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    border-bottom: 1px solid black;
    padding: 10px 0px;
}

/* Tourist Page */

.weekly_report,
.forecast_page,
.tourist_page {
    margin: 25px 0px;
}

.weather_btn {
    display: flex;
    justify-content: space-between;
}

.weather_btn button {
    margin: 10px 0px;
}

/* 3 days Forecast Page */

.tourist_places {
    background-color: white;
}

.tourist_city a {
    color: black;
    padding-left: 10px;
}

.tourist_city.active {
    background-color: #024941;
    color: white;
}

.tourist_city.active a {
    color: white;
}

.tourist_city_info {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    margin-top: 50px;
}

.tourist_video {
    width: 650px;
    height: 330px;
}

/* Daily Forecast Pages Style */

.daily_forecast_slider img {
    width: 19.5vw;
    height: 450px;
}

.tab-section {
    width: 100%;
}

.tabs {
    display: flex;
    justify-content: space-around;
    background-color: #f1f1f1;
    flex-wrap: wrap;
}

.tab-link {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 14px 16px;
    transition: background-color 0.3s;
}

.tab-link.active {
    background-color: #00403f;
    color: white;
}

.daily_tab_content {
    display: none;
    margin: 5px 0px;
    padding: 16px;
    background-color: #fff;
    background-color: #f1f1f1;
}

.daily_tab_content:first-child {
    display: flex; /* Ensure the first tab content is visible by default */
}

.overlay1 {
    position: relative;
    overflow: hidden;
}

.overlay1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%); /* Blue overlay with 50% opacity */
    z-index: 1;
}

.overlay1 .col-2 img {
    position: relative;
    z-index: 0.1;
}
.centered-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #00000082;
    color: white;
    padding: 5px 10px;
    font-size: 28px;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
}

/* Seismic Page  */

/* .main_slider, .introduction_seismic, .events_seismic, .objectives_seismic , .introduction_drought , .drought_products , .types_of_drought, .water_reservior_levels, .AgricultureCorp {
      padding: 50px;
  } */

/* .introduction_seismic h2, .objectives_seismic h2 , .introduction_drought h2 , .drought_products h2 , .types_of_drought h2, .water_reservior_levels h2, .AgricultureCorp h2{
      font-size: 40px;
      text-decoration: underline;
      text-decoration-thickness: 8px;
      text-underline-offset: 15px;
      text-decoration-color: #00403f;
      font-weight: bolder;
  } */

.introduction_seismic,
.introduction_drought {
    /* background-image: url("../images/Component851.png"); */
    background-size: cover;
    background-position: center;
}

.introduction_seismic,
.introduction_drought h2,
.water_reservior_levels h2,
.AgricultureCorp h2,
.drought_type_section h2 {
    text-align: center;
}

.des_seismic,
.des_drought {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.des_drought h3 {
    font-size: 48px;
    color: #00b040;
}

.des_drought h4 {
    text-align: center;
    font-size: 22px;
}

.des_drought h6 {
    text-align: center;
    font-size: 26px;
}

.des_drought ul {
    color: #00b040;
    margin-top: 25px;
    font-size: 17px;
}

.des_drought button {
    width: 120px;
    border-radius: 25px;
    background-color: #00b040;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    border: transparent;
}

.drought_image img {
    box-shadow: -20px -20px #699278;
}
.drought_image {
    text-align: center;
    margin: auto;
}

/* .des_seismic h6{
      width: 85%;
  } */

.slider_left {
    text-align: end;
    margin: auto !important;
}

.slider_left img {
    width: 30vw;
}
.slider_right {
    text-align: center;
}

.slider_right img {
    width: 60vw;
}

.objectives_seismic h2,
.drought_products h2,
.types_of_drought h2 {
    margin-bottom: 30px;
}

.objectives_seismic,
.drought_products,
.types_of_drought {
    text-align: center;
}

/* .types_of_drought{
    background-image: url("/images/droughtimage.png");
    background-size: cover;
    background-position: center;
  } */

.product_heading h5 {
    background: white;
    border-radius: 10px;
    padding: 5px;
}

.drought_type {
    display: flex;
    justify-content: center;
    background-color: #cfddd4;
    padding: 20px;
    margin: 0px 50px;
    align-items: center;
    border-radius: 50px;
}

.drought_type h6 {
    border: 1px solid #7e2f2f;
    background-color: white;
    border: transparent;
    width: 161px;
    padding: 8px;
    border-radius: 12px;
    margin: 0px;
}

.intro_image {
    text-align: center;
}

.intro_image img {
    width: 290px;
}

.seismic_card {
    padding: 0px;
    border: none !important;
}

.seismic_card h5 {
    position: absolute;
    top: 35%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #ffffffb3;
    color: black;
    padding: 8px 10px;
    width: 230px;
    font-size: 18px;
    text-align: center;
}

.seismic_card img {
    width: 18rem;
    border: 2px solid #00af3f;
    border-radius: 25px;
}

.seismic_card_body hr {
    height: 5px !important;
    margin: auto;
    margin-bottom: 20px;
    width: 150px;
    color: #00af3f;
}

.seismic_card_body {
    width: 288px;
    padding: 10px 25px !important;
    border: 1px solid grey;
    /* border-top: none; */
    position: relative;
    text-align: center;
    /* top: -20px; */
    /* margin-left: 5px !important; */
    border-radius: 20px;
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.seismic_duration {
    padding: 10px 0px;
    background-color: #e9efeb;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.instruement-image {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instruement-image img {
    border-radius: 20px;
}

.instruement-image:hover {
    transform: translateY(-8px);
}

.drought_card_body {
    width: 255px;
    margin-left: 35px;
    padding: 10px 25px !important;
    border: 1px solid grey;
    border-top: none;
    border-radius: 20px;
    margin: auto !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.drought_card_body hr {
    width: 130px;
    margin: auto;
    height: 5px !important;
    color: #00ad3f;
}

/* .drought_type_section h2{
    font-size: 40px;
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-underline-offset: 15px;
    text-decoration-color: #00403f;
    font-weight: bolder;
    text-align: center;
  } */

.drought_products span {
    color: #05b143;
    font-size: 40px;
}

.drought_card {
    border: none !important;
    margin-top: 25px;
}

.drought_card img {
    width: 20rem;
    border: 8px solid #00b040;
    border-radius: 45px;
}

.water_reserviour_div {
    margin: 50px 0px !important;
    text-align: center;
}

.water_reserviour_name {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.water_reserviour_name h5 {
    border: 3px solid green;
    width: fit-content;
    padding: 3px 20px;
    text-transform: uppercase;
}

.product_date {
    border: 3px solid #8ce0a3;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    background-color: #6d6d6d;
    left: -25px;
    top: -15px;
    opacity: 0.9;
    color: white;
}

.product_date h6 {
    margin: 0px;
    color: white;
}

.agro_advisory {
    /* background-image:url("/images/Group234.png"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.namc_slider {
    position: absolute;
    color: white;
    top: 50%;
    width: inherit;
    background-color: #00000082;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
    font-size: 28px;
    border-radius: 5px;
}

.namc_slider h2 {
    text-align: center;
    color: white;
    font-size: 30px;
}

.namc_slider p {
    text-align: left;
    font-size: 16px;
    padding: 10px 10px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px !important;
    left: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: black;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicators li.active {
    background-color: #87c325; /* Color for active indicator */
}

.carousel-indicators li:hover {
    background-color: #555; /* Hover effect for indicators */
}

.carousel-indicators [data-bs-target] {
    background-color: grey !important;
}

.all_logo {
    padding: 10px 50px;
}

.video_weather {
    background-image: url(/images/Component921.png);
    background-size: cover;
    padding: 130px;
    background-repeat: round;
}

.drought_card_column {
    display: flex;
    justify-content: center;
}

.research_units img {
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
}

.regional_slider,
.cdpc_slider {
    position: absolute;
    color: white;
    top: 50%;
    width: inherit;
    /* background-color: #00000082; */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0px;

    border-radius: 5px;
}

.regional_slider h2,
.cdpc_slider h2 {
    text-align: center;
    color: white;
    margin-bottom: 0px !important;
    background-color: #2e2e2a63;
    padding: 20px;
    font-size: 28px;
    text-transform: uppercase;
}

.regional_slider p,
.cdpc_slider p {
    text-align: center;
    color: white;
    margin: 25px 40px 0px 40px;
    background-color: #2e2e2a63;
    padding: 20px;
    font-size: 18px;
    border-radius: 30px;
}

.regionalslider_image img,
.cdpcslider_image img {
    width: 100%;
    height: 400px;
}

.karachi_bg {
    background-image: url("../media/karachibanner.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 415px;
    opacity: 0.9;
}

.karachi_bg h2 {
    position: relative;
    top: 175px;
    text-align: center;
    font-size: 50px;
}

.overlay_regional,
.overlay_cdpc {
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.weather_surprise {
    margin: auto;
    padding: 0px 215px;
    text-align: justify;
}

/* .weather_surprise h2 {
    font-size:28px;
  } */

.weather_surprise p {
    font-size: 16px;
}

.weather_card_karachi {
    /* background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0) -300%, rgba(30, 58, 138, 1) 100%);  */
    background-color: #214f8f;
    border-radius: 15px;
    color: white;
    padding: 20px;
    /* border-right: 6px solid #214F8F; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    left: 100px;
    position: relative;
    height: 350px;
    width: 100%;
    top: 300px;
}

.weather_info h4 {
    color: white;
}

.weather_info p {
    font-size: 15px;
    color: white;
}

.bg_khi_image {
    height: 465px;
    position: relative;
    left: 28px;
    top: 50px;
    width: 140px;
    z-index: -1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.bg_khi_image2 {
    height: 570px;
    position: relative;
    left: 22px;
    z-index: -1;
    clip-path: inset(0 5% 0 0);
}

.weather_khi_image {
    text-align: center;
    margin: auto;
}

.weather_khi_image img {
    border-radius: 25px;
}

.weather_accurate {
    text-align: justify;
    padding: 0px 50px 0px 0px;
}

.weather_accurate h2 {
    font-size: 28px;
    margin: 75px;
    text-align: left;
}

.weather_accurate p {
    font-size: 16px;
    margin-left: 100px;
}

.read_more_button {
    border-color: gray;
    color: gray;
    background-color: transparent;
    border-radius: 25px;
    padding: 15px 50px;
    margin-top: 30px;
}

.weather-details h5 {
    font-size: 15px;
    color: white;
    margin: 0px;
}

.weather-details {
    margin-top: 10px;
}

.weather_cast_detail {
    background-color: #2962b1;
    border-radius: 25px;
    padding: 10px 10px;
    margin: 10px 0px;
}

.region-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.region-links li {
    margin: 0px 10px;
    color: black;
    font-weight: bold;
    
}

.region-links li a {
    border:1px solid black;
    padding:5px 10px;
}

.region-links li:hover{
    color: white;
}

.region-links li a:hover {
    border:1px solid black;
    color:white;
}


.icon1 {
    height: 40px;
    width: 40px;
}

.weather_surprise_card {
    display: flex;
    justify-content: end;
}

.vector_image {
    background-image: url(../media/vectorimage1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.vector_image2 {
    background-image: url(../media/vectorimage2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.next_icon {
    right: -125px;
}

.prev_icon {
    left: -125px;
}

/* .read_more_button:hover {
    color:white;
    background-color: ;
  } */

/* Responsiveness  */

@media (min-width: 310px) and (max-width: 450px) {
    .pmd_title {
        display: none;
    }

    .logo img {
        width: 105px;
    }

    .pmdu_logo img {
        width: 160px;
    }

    .satellite_image img {
        width: 275px;
    }
    .section_title {
        text-align: center;
    }
    .about_us_map img {
        height: 280px;
    }

    .weather-card {
        width: 290px;
    }
    .weather-detail {
        font-size: 12px;
    }

    .widget2 {
        text-align: center;
    }

    .next_icon {
        right: 0px;
    }

    .prev_icon {
        left: 0px;
    }
    .dropdown-menu-child {
        position: relative !important;
        left: 0px !important;
    }

    /* .heatmap img, .carousel-item img {
    height: 360px;
  } */

    .heatmap img {
        height: 360px;
    }

    .event_card img {
        width: 20rem;
    }

    .tourist_video {
        width: 150px;
        height: 150px;
    }

    .myTable {
        display: block;
        overflow-x: scroll;
    }

    .daily_forecast_slider img {
        width: 18.7vw;
    }

    .centered-heading {
        font-size: 18px;
        width: 235px;
        height: 100px;
        white-space: normal;
        word-wrap: break-word;
        line-height: 1.2;
        text-align: center;
        align-content: center;
    }

    .des_seismic {
        text-align: center;
        padding: 20px;
    }

    /* .introduction_seismic h2, .objectives_seismic h2 , .drought_products h2, .introduction_drought h2 , .drought_type_section h2, .water_reservior_levels h2{
      font-size: 35px;
      line-height: 1.8;
  } */

    .intro_image img {
        width: 215px;
    }

    .slider_left img {
        width: 26vw;
    }

    .slider_right img {
        width: 47vw;
    }

    .des_drought h3 {
        text-align: center;
        font-size: 36px;
        margin-top: 25px;
    }

    .drought_image img {
        width: 300px;
    }

    .drought_products h2 span {
        font-size: 30px;
    }

    .product_date {
        left: -38px;
    }

    .temp_card {
        width: 17rem;
    }
    .event_card {
        width: 18rem;
    }

    .all_logo {
        padding-right: 0px;
        padding-left: 0px;
    }

    #map {
        height: 300px !important;
    }

    #customCarousel img {
        height: 300px;
    }

    .video_weather {
        background-image: none;
        padding: 0px !important;
    }

    .video_gallery img {
        margin-top: 10px;
    }
    .karachi_bg h2 {
        top: 55px;
        font-size: 18px;
    }

    .regional_slider h2,
    .cdpc_slider h2 {
        text-align: center;
        color: white;
        margin-bottom: 0px !important;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .regional_slider p,
    .cdpc_slider p {
        text-align: center;
        color: white;
        margin: 5px 0px 0px 0px;
        padding: 5px;
        font-size: 9px;
        border-radius: 30px;
    }

    .regionalslider_image img,
    .cdpcslider_image img {
        width: 100%;
        height: 300px;
    }

    .karachi_bg {
        height: 145px;
    }

    .weather_surprise {
        padding: 0px 30px;
    }

    .bg_khi_image,
    .bg_khi_image2 {
        display: none;
    }
    .weather_surprise_card {
        justify-content: center;
    }
    .weather_card_karachi {
        padding: 20px;
        position: static;
        height: 380px;
        width: 80%;
    }
    .weather_khi_image {
        text-emphasis: center;
        margin: auto;
    }
    .weather_khi_image img {
        width: 80%;
    }

    .weather_accurate h2 {
        font-size: 28px;
        margin: 60px 0px 0px 0px;
        text-align: left;
    }
    .weather_accurate {
        text-align: justify;
        padding: 0px 30px;
    }
    .weather_accurate p {
        font-size: 16px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .daily_forecast_slider img {
        width: 32vw;
        height: 300px;
    }

    .daily_forecast_slider {
        justify-content: flex-start;
        gap: 0px;
    }

    .daily_forecast_slider .forecast-img:nth-child(n + 4) {
        display: none;
    }

    .namc_slider {
        padding: 10px 5px;
        width: 80%;
    }
    .namc_slider p {
        padding: 5px 5px;
        text-align: center;
        font-size: 12px;
        margin-top: 15px;
    }
    .namc_slider h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

@media (min-width: 450px) and (max-width: 768px) {
    /* .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  } */

    .dropdown-menu-child {
        position: relative !important;
        left: 0px !important;
    }
    .widget2 {
        text-align: center;
    }

    .widget2 ul li {
        word-break: break-word;
    }

    .event_card img {
        width: 20rem;
    }
    .tourist_video {
        width: 300px;
        height: 175px;
    }

    .des_drought h3 {
        text-align: center;
        font-size: 36px;
        margin-top: 25px;
    }

    .drought_type {
        margin: 0px 18px;
    }

    .drought_image {
        text-align: center !important;
        margin-top: 50px !important;
    }

    .centered-heading {
        white-space: normal;
    }
    .pmd_title h4,
    .pmd_title p {
        font-size: 16px !important;
    }
    .video_weather {
        padding: 50px;
    }

    .seismic_card h5 {
        left: 46%;
    }

    .regional_slider p {
        margin: 25px 10px 0px 10px;
        padding: 10px;
    }

    .karachi_bg {
        height: 235px;
    }

    .karachi_bg h2 {
        top: 80px;
        font-size: 28px;
    }

    .bg_khi_image,
    .bg_khi_image2 {
        display: none;
    }
    .weather_surprise_card {
        justify-content: center;
    }

    .weather_surprise {
        padding: 0px 100px;
    }
    .weather_card_karachi {
        padding: 20px;
        position: static;
        height: 350px;
        width: 50%;
    }
    .weather_khi_image {
        text-emphasis: center;
        margin: auto;
    }
    .weather_khi_image img {
        width: 80%;
    }

    .weather_accurate h2 {
        font-size: 28px;
        margin: 60px 0px 0px 0px;
        text-align: left;
    }
    .weather_accurate {
        text-align: justify;
        padding: 0px 100px;
    }
    .weather_accurate p {
        font-size: 16px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .daily_forecast_slider img {
        width: 19.4vw;
        height: 250px;
    }

    /* .daily_forecast_slider {
        justify-content: flex-start;
    }

    .daily_forecast_slider .forecast-img:nth-child(n + 4) {
        display: none;
    } */

    .namc_slider {
        padding: 10px 5px;
        width: 80%;
    }
    .namc_slider p {
        padding: 5px 5px;
        text-align: center;
        font-size: 12px;
        margin-top: 15px;
    }
    .namc_slider h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .cdpc_slider h2 {
        font-size: 20px;
    }

    .cdpc_slider p {
        margin: 15px 0px 0px 0px;
        font-size: 15px;
    }
    .cdpcslider_image img {
        width: 100%;
        height: 500px;
    }

    .regional_slider h2,
    .cdpc_slider h2 {
        font-size: 18px;
    }

    .regional_slider p {
        font-size: 15px;
        margin: 15px 10px 0px 10px;
    }
}
@media (min-width: 770px) and (max-width: 1030px) {
    .seismic_card img {
        width: 12rem;
    }
    .seismic_card_body {
        width: 185px;
        margin-left: 2px;
    }
    .seismic_card h5 {
        top: 18%;
        width: 145px;
        font-size: 12px;
        left: 43%;
    }

    .drought_type {
        margin: 0px 18px;
    }

    .drought_image {
        text-align: center !important;
        margin-top: 50px !important;
    }

    .centered-heading {
        white-space: normal;
    }
    .temp_card {
        width: 9rem;
    }

    .bg_khi_image {
        /* height: 335px;
    left: 28px;
    top: 30px;
    width: 80px;  */
        display: none;
    }

    .bg_khi_image2 {
        height: 300px;
        left: 35px;
        clip-path: inset(0 11% 0 0);
    }

    .weather_surprise {
        margin: auto;
        padding: 0px 60px;
        text-align: justify;
    }

    .weather_card_karachi {
        padding: 10px;
        left: 55px;
        height: 345px;
        top: 135px;
    }

    .weather_cast_detail {
        background-color: #2962b1;
        border-radius: 25px;
        padding: 10px 10px;
        margin: 15px 0px;
    }

    .weather_info h4 {
        font-size: 18px;
    }

    .weather_info p {
        font-size: 12px;
    }

    .weather-detail h5 {
        font-size: 12px;
    }

    .icon1 {
        height: 30px;
        width: 30px;
    }

    .weather_accurate {
        padding: 0px 50px 0px 0px;
    }
    .weather_accurate h2 {
        margin: 20px;
    }

    .weather_khi_image img {
        width: 90%;
    }
    .karachi_bg h2 {
        top: 125px;
        font-size: 40px;
    }

    .namc_slider {
        padding: 10px 5px;
    }
    .namc_slider p {
        text-align: left;
        font-size: 12px;
        padding: 5px 5px;
    }
    .namc_slider h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .regional_slider p {
        font-size: 15px;
        margin: 15px 10px 0px 10px;
    }
}

@media (min-width: 1031px) and (max-width: 1450px) {
    .seismic_card img {
        width: 12rem;
    }
    .seismic_card_body {
        width: 185px;
    }
    .seismic_card h5 {
        top: 18%;
        width: 190px;
        font-size: 12px;
    }

    .drought_type {
        margin: 0px 18px;
    }

    .drought_image {
        text-align: center !important;
        margin-top: 50px !important;
    }

    .centered-heading {
        white-space: normal;
    }
}

#myCarousel .carousel-inner .carousel-item.active,
#myCarousel .carousel-inner .carousel-item-start,
#myCarousel .carousel-inner .carousel-item-next,
#myCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#myCarousel2 .carousel-inner .carousel-item.active,
#myCarousel2 .carousel-inner .carousel-item-start,
#myCarousel2 .carousel-inner .carousel-item-next,
#myCarousel2 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 4 */
@media (min-width: 768px) {
    #myCarousel2 .carousel-inner .carousel-item-right.active,
    #myCarousel2 .carousel-inner .carousel-item-next,
    #myCarousel2 .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    #myCarousel2 .carousel-inner .carousel-item-left.active,
    #myCarousel2 .carousel-item-prev:not(.carousel-item-end),
    #myCarousel2 .active.carousel-item-start,
    #myCarousel2 .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    #myCarousel2 .carousel-item-next.carousel-item-start,
    #myCarousel2 .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    #myCarousel2 .carousel-inner .carousel-item-prev,
    #myCarousel2 .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    #myCarousel .carousel-inner .carousel-item-right.active,
    #myCarousel .carousel-inner .carousel-item-next,
    #myCarousel .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(16.5%) !important;
    }

    #myCarousel .carousel-inner .carousel-item-left.active,
    #myCarousel .carousel-item-prev:not(.carousel-item-end),
    #myCarousel .active.carousel-item-start,
    #myCarousel .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-16.5%) !important;
    }

    #myCarousel .carousel-item-next.carousel-item-start,
    #myCarousel .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    #myCarousel .carousel-inner .carousel-item-prev,
    #myCarousel .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-16.5%) !important;
    }
}
