* {
    margin: 0;
}

body {
    font-family: sans-serif;
}

/* Navbar Start */
.navbar {
    padding: 13px;
    /* border-bottom: 1px solid lightgray; */
}

.navbar-nav {
    display: flex;
    gap: 20px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 25px;
    color: rgb(59, 15, 102);
}

.nav-link {
    font-weight: bold;
    font-size: 19px;
    color: rgb(59, 15, 102) !important;
    transition: all 0.5s;
}

.nav-link:hover {
    color: #E10489 !important;
    transition: all 0.5s;
}

/* select category styling start */
.categoryUl {
    display: flex;
    align-self: center;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
}

#selectCategory {
    margin-top: 4%;
    width: 160px;
    padding: 9px;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

#selectCategory option {
    background-color: #E10489;
    color: white;
    font-weight: bold;
}

#selectCategory:focus {
    box-shadow: 0px 0px 3px #E10489;
    border-color: #E10489;
    outline: none;
    transition: all 0.5s;
}

#selectCategor:hover {
    box-shadow: 0px 0px 4px #E10489;
    transition: all 0.5s;
}

/* select category styling end */
/* logout button styling start */
.loginBtn {
    margin-top: 4%;
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    width: 130px;
    padding: 8px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

.loginBtn:hover {
    box-shadow: 0px 0px 4px #E10489;
    transition: all 0.5s;
}

.loginLoutBtn {
    margin-top: 4%;
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    width: 130px;
    padding: 8px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

.loginLoutBtn:hover {
    box-shadow: 0px 0px 4px #E10489;
    transition: all 0.5s;
}

/* logout button styling end */
/* Navbar End */

/* intro Section Styling Start */
.introDiv {

    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    background-color: #cacaca;
    width: 100%;
    height: 65vh;
}

.introTextDiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    height: 60vh;
    color: rgb(255, 248, 248);
}

.introTextDiv h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    font-weight: bolder;
}

.createpostBtn {
    margin-top: 4%;
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    width: 130px;
    padding: 8px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 0%;
}

.createpostBtn:hover {
    box-shadow: 0px 0px 4px #E10489;
    transition: all 0.5s;
}

/* intro Section Styling End */
/* Posts Section Styling Start */
.postHeading {
    color: rgb(59, 15, 102);
    font-weight: bolder;
    margin-top: 5%;
    margin-left: 4%;
}

/* All Posts Parent Div Start */
.postsParent {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* All Posts Parent Div End */
/* parent of post details */
.postDiv {
    width: 420px;
    height: 92vh;
    padding: 10px;
    margin-top: 4%;
}

.imgDiv {
    text-align: center;
}

.imgDiv img {
    width: 93%;
    height: 50vh;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* post title div start */
.titleDiv {
    width: 90%;
    height: 10.8vh;
    margin: 0 auto;
    margin-top: 7%;
    padding-left: 3%;
    overflow: scroll;
}

.titleDiv::-webkit-scrollbar {
    display: none;
}

.titleDiv h3 {
    text-align: start;
    font-weight: bolder;
    font-size: 27px;
    color: rgb(59, 15, 102);
}

/* post title div end */
/* post discription div start */
.discDiv {
    width: 90%;
    height: 12vh;
    margin: 0 auto;
    margin-top: 4%;
    padding-left: 3%;
    font-weight: 600;
    overflow: scroll;
}

.discDiv::-webkit-scrollbar {
    display: none;
}

/* post discription div end */
/* post author div start */
.authorDiv {
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
    padding-left: 3%;
}

.authorDiv h3 {
    text-align: start;
    font-weight: bolder;
    font-size: 15px;
    color: #E10489;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* post author div end */
/* Posts Section Styling End */

/* footer Start */
.footerDiv {
    background-color: rgb(26, 4, 48);
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 13px;
    height: 35vh;
    margin-top: 5%;
}

.footerDiv h2 {
    font-weight: 800;
    color: white;

}

.abUs {
    width: 350px;
    font-weight: 600;
    color: #cacaca;
}

.conUs h2 {
    margin-bottom: 8.6%;
    color: white;

}

.conUs a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
}

.conUs a:hover {
    color: #d7208e;
    transition: all 0.5s;
}

.copyrDiv {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-weight: 600;
}

/* footer End */

/* Add page styling post start */
.addpostBody {
    font-family: 'Arial', sans-serif;
    background-color: rgb(243, 243, 243);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.addpostDiv {
    background-color: white;
    border: 1px solid lightgray;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
    border-radius: 10px;
    padding: 10px;
    width: 50%;
    height: 90vh;
}

.postHeading {
    text-align: center;
    /* margin-bottom: 10%; */
    text-align: center;
    color: rgb(59, 15, 102);
}

.postInpDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 8%;
}

.postInpDiv input {
    width: 90%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
}

.postInpDiv input:focus {
    border-color: #E10489;
    outline: none;
    box-shadow: 0px 0px 3px #E10489;
}

.postInpDiv input:focus::placeholder {
    color: #E10489;
}

/* select Category 2nd button start */
#selectCategory2 {
    margin-top: 4%;
    width: 90%;
    padding: 13px;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

#selectCategory2 option {
    background-color: #E10489;
    color: white;
    font-weight: bold;
}

#selectCategory2:focus {
    box-shadow: 0px 0px 3px #E10489;
    border-color: #E10489;
    outline: none;
    transition: all 0.5s;
}

#selectCategor2:hover {
    box-shadow: 0px 0px 4px #E10489;
    transition: all 0.5s;
}

/* select Category 2nd button end */
/* choose file start */
#chooseFile {
    margin-top: 1%;
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    width: 90%;
    padding: 13px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

#chooseFile:hover {
    background: linear-gradient(90deg, #E10489 0%, #fd6265 70%);
    transition: all 0.5s
}

/* choose file end */
/* post now button start */
.postnowBtn {
    margin-top: 1%;
    background: linear-gradient(100deg, #fd6265 0%, #E10489 70%);
    width: 90%;
    padding: 13px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.postnowBtn:hover {
    background: linear-gradient(90deg, #E10489 0%, #fd6265 70%);
    transition: all 0.5s;
}

.introTextDiv span {
    font-size: 29px;
    color: rgb(1, 9, 53);
    align-items: center;
    text-align: center;

}

/* post now button end */
/* Add page styling post end */

/* Responsiveness Start */
@media(max-width:800px) {
    .introTextDiv h1 {
        font-size: 20px;
    }

    .createpostBtn {
        width: 130px;
        padding: 7px;
        font-size: 15px;
    }

    .loginSignBtn {
        width: 130px;
        padding: 7px;
        font-size: 15px;
    }

    #selectCategory {
        padding: 7px;
        font-size: 15px;
    }

    .rocket {
        width: 30px;
    }

    .earth {
        width: 50px;
    }

    .footerDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        height: 75vh;
    }

    .abUs h2 {
        text-align: center;
    }

    .links-section .card img {
        width: 60px;
        height: 60px;
    }
}

@media(max-width:500px) {
    .addpostDiv {
        width: 90%;
    }
}

@media(max-width:430px) {
    .introTextDiv h1 {
        font-size: 16px;
    }
}



/* Responsiveness End */
/* About Us Section */
.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background-color: #f8f9fa;
    flex-wrap: wrap;
}

.text-h {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}

.text-h h1 {
    font-size: 2.5rem;
    color: #e10489;
}

.text-h p {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
}

.image {
    flex: 1;
    max-width: 50%;
    text-align: center;
}

.image img {
    width: 100%;
    height: auto;
    max-width: 550px;
    border-radius: 10px;
}



.card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 10px 10px 5px 0px rgba(207, 194, 194, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(207, 194, 194, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(207, 194, 194, 0.75);
}

.card-image {
    width: 100%;
    height: 280px;
}

.card-title {
    margin: 16px 0 8px;
    font-size: 24px;
}

.card-description {
    margin: 0 16px 16px;
    font-size: 16px;
    color: #555;
}

.card-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 16px 16px;
    background-color: #11ca6e;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.card-button:hover {
    background-color: #135200;
}

#CARD-CONTAINER {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
}

#ALL-FLtrs {
    font-weight: 900;
    font-size: 3rem;
    padding-top: 20px;
    padding-left: 30px;
}

/* Links Section */
.links-section .card {
    border: none;
    transition: transform 0.3s;
}

.links-section .card:hover {
    transform: translateY(-10px);
}

.links-section .card img {
    object-fit: contain;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.contact-page {
    padding-top: 20px;
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1,
h2 {
    color: #000000;
}

.map-container {
    margin-bottom: 20px;
}

.about {
    display: flex;
    margin-top: 5rem;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;

}

.text-h {
    padding-right: 20px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #b1adad;
    border-radius: 20px;
    width: 550px;
    height: 250px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);

}

.text-h h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.text-h p {
    font-size: 1rem;
    font-weight: thin;
    text-align: center;
}

.image img {
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgba(107, 100, 100, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(117, 104, 104, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(124, 116, 116, 0.75);
}

.links {
    margin-top: 80px;
    background-color: #ffffff;
    height: 70vh;
    width: 100%;
    border: 5px double #210d03;
}

.image-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    box-shadow: 10px 7px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 7px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 7px 8px 0px rgba(0, 0, 0, 0.75);
}

.image-box img {
    max-width: 100%;
    border-radius: 8px;
}

.image-box button {
    background: #c7c7c7;
    color: #c99e9e;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    transition: background 0.3s;
}

.image-box button:hover {
    background: #443b3b;
}

.containers {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* Contact Us Page */
.contact-page {
    padding: 50px;
    text-align: center;
    background-color: #f8f9fa;
}

.contact-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #e10489;
}

.map-container {
    margin-bottom: 40px;
}

.map-container h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px;
}

/* Contact Form Button */
.card-button {
    background-color: green;
    color: white;
    padding: 15px 30px;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.card-button:hover {
    background-color: rgb(2, 36, 2);
    text-decoration: none;
}

.our-links {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 30px;
}

@media only screen and(max-width:800px) {
    .introTextDiv h1 {
        font-size: 20px;
    }

    .createpostBtn {
        width: 130px;
        padding: 7px;
        font-size: 15px;
    }

    .loginSignBtn {
        width: 130px;
        padding: 7px;
        font-size: 15px;
    }

    #selectCategory {
        padding: 7px;
        font-size: 15px;
    }


}

/* Responsive Design */
@media (max-width: 992px) {
    .iframe {
        height: 350px;
    }

    .card-button {

        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .contact-page {
        padding: 20px;
    }

    .contact-page h1 {
        font-size: 2rem;
    }

    .map-container h2 {
        font-size: 1.5rem;
    }

    .iframe {
        height: 300px;
    }


}

/* Responsive styling */
@media (max-width: 992px) {
    .about {
        flex-direction: column;
        text-align: center;

    }


    .text-h,
    .image {
        max-width: 100%;
    }

    .text-h h1 {
        font-size: 2rem;
    }

    .text-h p {
        font-size: 1rem;
    }
}