/* fonts source sans  */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");

/* font poppins */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--color-text);
}

::selection {
    background-color: var(--primary-color);
    color: black;
}

.secContainer {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

p {
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5 {
    color: #fff;
    font-weight: 600;
}

input:focus,
.btn:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #e6464c;
    --text-color: #676767;
}

a {
    text-decoration: none;
}

/* Header section */
.header_section {
    background: url("../assets/images/header-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 768px;
    height: auto;
    position: relative;
    z-index: 99;
}

.header_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.headermenu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_nav {
    /* border-bottom: 1px solid #f8f8f8; */
    width: 100%;
    /*padding: 12px 0 4px 0;*/
    z-index: 100 !important;
}
.navbar_flex {
    width: 83%;
    padding-right: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar_flex img {
    width: 327px;
    height: 105px;
}

.navbar_flex ul {
    list-style-type: none;
    width: auto;
    margin-right: 20px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.navbar_flex ul li {
    display: inline-block;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
}

.navbar_flex ul li a {
    color: white;
    font-size: 15px;
}

.login {
    width: 200px;
    height: 46px;
    border-radius: 12px;
    background-color: white;
    color: #e6464c;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_content {
    margin-top: 50px;
    z-index: 100 !important;
}
.header_content h1 {
    text-transform: capitalize;
    text-align: center;
    margin-top: 50px;
}
.header_content p {
    text-transform: capitalize;
    text-align: center;
}

/* .header_content .col1_content {
    width: 480px;
} */

.col1_content h1 {
    font-size: 50px;
    font-weight: 600;
}

.col1_content p {
    color: white;
    margin: 15px 0;
}

.col1_content h4 {
    margin: 35px 0 15px 0;
    font-size: 20px;
    font-weight: normal;
}

/* .header_content .col2 {
    width: 411px;
    margin: auto;
} */

/* Emergency section  */

.emergeny_section {
    margin: 80px 0;
}

/* .emergeny_col1 {
    width: 621px;
} */

.emergeny_col1 h6 {
    font-size: 16px;
    color: var(--primary-color);
}

.emergeny_col1 h1 {
    font-size: 33px;
    width: 391px;
    max-width: 100%;
    color: #252638;
    font-weight: 700;
    margin: 13px 0;
}

.emergeny_col1 p {
    color: #696b7e;
    text-align: justify;
}

.emergeny_col2 img {
    width: 427px;
    max-width: 100%;
    z-index: 1;
}

.emergeny_col2 {
    display: flex;
    justify-content: end;
    position: relative;
    padding-bottom: 20px;
}

.emergeny_col2::before {
    content: "";
    width: 427px;
    height: 495px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 0;
}

/* Reports section */
.reports_section {
    width: 100%;
    height: auto;
    padding: 20px;
    /* background: url('/assets/images/reports-bg.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6464c;
}

/* .reports_section::before {
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
    opacity: 0.6;
} */

.reports_section h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.report {
    margin-top: 40px;
}

.report h1 {
    font-size: 40px;
    font-weight: 600;
}

.report p {
    color: white;
    font-size: 16px;
}

/* Reporting app */
.register_case_section {
    margin: 110px 0;
}

.register_col1_content {
    align-items: flex-start;
    justify-content: center;
    height: 300px;
    display: flex;
    flex-direction: column;
}

.register_col1_content h1 {
    font-size: 30px;
    color: #212121;
    margin-top: 15px;
    line-height: 40px;
}

.register_col1_content h5 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
}

.register_col1_content p {
    margin: 20px 0 40px 0;
}

.register_col2_content {
    width: 348px;
    max-height: 100%;
    margin: 0 auto;
}

/* Social section */
.social_section {
    margin: 50px 0;
}

.social_content {
    width: 1021px;
    height: 330px;
    margin: 0 auto;
}

.social_card {
    width: 347px;
    max-width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
}

.social_card_wrapper {
    padding: 8px;
    border: 1px solid white;
    border-radius: 50%;
    width: 97px;
    height: 97px;
}

.social_card header {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    padding: 2px;
}

.social_card button {
    width: 126px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    background-color: white;
}

.social_card p {
    color: white;
}

.social_card2 {
    justify-content: flex-start;
    padding: 40px 30px;
    background: white;
    border-right: 1px solid lightgray;
}

.social_card2 span {
    font-weight: 600;
}

.social_card2 p {
    color: #696b7e;
    margin-top: 30px;
}

.social_card3 {
    border: none !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cards_wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.social_card1 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.vedio_section {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vedio_section .vedio_section_sub {
    border: 1px solid red;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.49);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.4px);
    -webkit-backdrop-filter: blur(2.4px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 20px;
    transition: 0.5s;
}
.vedio_section .vedio_section_sub span {
    color: #ff0000;
    margin: 10px;
    font-size: 25px;
    text-align: center;
}

.vedio_section .vedio_section_sub:hover {
    background: rgba(255, 0, 0, 0.2);
}
.vedio_section .vedio_section_sub:hover span {
    color: #000;
}

.backgoundFixed {
    background: url("../assets/images/village-after-floods.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px;
}

.backgoundFixed .register_col1_content {
    background: rgba(255, 255, 255, 0.49);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.4px);
    -webkit-backdrop-filter: blur(2.4px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
}

/* media  */
@media (max-width: 815px) {
    .navbar_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .headermenu {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .col1_content h1 {
        font-size: 30px;
    }
    .emergeny_col1 h1 {
        font-size: 20px;
    }
    .report h1 {
        font-size: 14px;
    }
    .report p {
        font-size: 10px;
    }
    .vedio_section .vedio_section_sub span {
        font-size: 18px;
    }
    .register_col1_content h1 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 480px) {
    .col1_content h1 {
        font-size: 30px;
    }
    .emergeny_col1 h1 {
        font-size: 20px;
    }
    .report h1 {
        font-size: 14px;
    }
    .report p {
        font-size: 10px;
    }
    .register_col1_content h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .vedio_section .vedio_section_sub span {
        font-size: 18px;
    }

    .emergeny_col2::before {
        content: "";
        width: 300px;
        height: 350px;
        border-radius: 15px;
        border: 1px solid var(--primary-color);
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 0;
    }
}

/* search box */
.search-box {
    width: 90%;
    height: 300px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.search-box .search_input {
    width: 70%;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.search-box .search_input input {
    width: 100%;
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
    height: 35px;
    border-radius: 0 100px 100px 0;
    text-align: center;
}

.search-box .search_input .fa {
    padding: 10px;
    color: #e6464c;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 99px;
}
.search-box .search_input button {
    outline: 0;
    border: 0;
    background: transparent;
    transition: 0.5s linear;
}
.search-box .search_input button:hover .fa {
    background: #e6464c;
    color: #fff;
}

.search-box .search_detail {
    width: 70%;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
}
.search-box .search_detail h4 {
    background-color: #fff;
    width: 100%;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
.search-box .search_detail table th {
    text-align: left;
}

.search-box2 {
    width: 100%;
    height: 300px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.search-box2 select {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.search-box2 .search_input {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.search-box2 .search_detail {
    width: 100%;
    margin: 10px auto;
    height: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
}
