body
{
    background-color: black;
    margin-top: 100px; 
}
/*------------------------------------------------NAVBAR----------------------------------------*/
.nav
{
    background-color: rgba(0, 0, 0, 0.856);
    z-index: 9;
    padding-left: 50px;
    padding-right: 50px;
    display:flex;
    box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.856);
}
.nav_top
{
    position:fixed;
    top:0;
    right:0;
    left:0;
}
.logo {
 
}
.logo
{
    float:left;
    width: 50%;
}
.logo img
{
    padding: 8px;
    width: 85px;;
    margin-left:2%;
     width: 100px;       
  height: 100px;       
  border-radius: 50%;  
  object-fit: cover;   
  overflow: hidden;
}
.nav_side
{
    float:right;
    width:45%;
    margin-top: 20px;
}
.nav_side a
{
    text-decoration: none;
    margin-right: 10px;
    margin-left:50px;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    color: white;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
}
.nav_side a:hover
{
    color: rgb(79, 255, 88);
    transition: all 1s ease;
}

/*------------------------------------------------MAIN----------------------------------------*/
nav.nav_top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

body {
  margin-top: 80px; /* Adjust based on nav height */
}


.main
{
    background-image: url("images/poor4.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 130vh;
}
.main .main_content
{
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    width:40%;
}
.main .main_content h2
{
    color: white;
    font-size: 350%;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: left;
}
.main .main_content h2 span
{
    font-size:50%;
    opacity: 0.9;
    font-weight: 400;
    line-height: 50px;
}
.main .main_content .btn
{
    margin-top:10%;
    text-align: left;
    width:0%;
}
.main .main_content .btn a
{
    text-decoration: none;
    font-size: large;
    margin:44%;
    padding: 10px 20px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.856);
    color:white;
    font-family: 'Trebuchet MS', sans-serif; 
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.856);
    transition: 0.5s;
}
.main .main_content .btn a:hover
{
    background-color: rgba(255, 255, 255, 0.527);
    color: rgb(37, 0, 19);
    border: none;
    border: 4px solid rgb(37, 0, 19);
    transition:0.5s;
}
/*------------------------------------------------SIDE----------------------------------------*/
.side 
{
    background-color: rgba(0, 0, 0, 0.966);
    display: flex;
    text-align: center;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
}
.side .left
{
    width:50%;
    float: left;
}
.side .left img
{
    float: left;
    width:100%;
}
.side .right
{
    background-color: rgba(0, 0, 0, 0.966);
    width:50%;
    float:right;
}
.side .right h2
{
    margin-top: 8%;
    font-size: 250%;
}
.side .right p
{
    margin-left: 15%;
    width: 70%;
    font-size: 147%;
    margin-top: 6%;
}
.side .right .side_btn
{
    margin-top:4%;
}
.side .right .side_btn a
{
    text-decoration: none;
    font-size: large;
    margin:32%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    border: 4px double whitesmoke;
    transition: 0.5s;
}
.side .right .side_btn a:hover
{
    background-color: rgb(79, 255, 88);
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}

/*--------------------------------------------HOW WE HELP----------------------------------------*/
.product
{
    float:left;
    background-image: url("images/poor3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
    height: 100vh;
    font-family: 'Trebuchet MS', sans-serif;
    color: white;
}
.product h2
{
    font-size: 45px;
    text-align: center;
    padding: 20px;
}
.product .product_container
{
    display:flex;
    margin-left: 5%;
    margin-right: 5%;
}
.product .product_container .item
{
    width:33%;
    margin: 10px;
    height: 10%;
    background-color: black;
    opacity: 80%;
    border-radius: 50%;
}
.product .product_container .item:hover
{
    box-shadow:0px 3px 65px 0px rgb(255, 189, 165);
}
.product .product_container .item .item_img
{
    width:60%;
    height: 20%;
    overflow:hidden;
    margin-left: 23%;
}
.product .product_container .item .item_img img
{
    width:100%;
    height: 10%;
}
.product .product_container .item .item_content
{
    text-align: center;
}
.product .product_container .item .item_content h3
{
    font-size: 25px;
    line-height: 2px;
    color: rgb(79, 255, 88);
    font-weight: bolder;
}
.product .product_container .item .item_content p
{
    font-size: 20px;
    line-height: 25px;
    width: 80%;
    text-align: center;
    padding-left: 20%;
}
/*--------------------------------------------FOOTER----------------------------------------*/
footer
{
    background-color: black;
    padding:50px;
    display: inline-block;
    font-family: 'Trebuchet MS', sans-serif;
}
footer .aimg
{
    margin-top:21%;
       padding: 8px;
    margin-left:2%;
     width: 150px;       
  height: auto;       
  border-radius: 50%;  
  object-fit: cover;   
  overflow: hidden;
}
footer .pages
{
    width:25%;
    text-align: center;
    display: inline-block;
}

footer .pages p
{
    padding-top: 5%;
    text-align: left;
    color:rgba(255, 226, 243, 0.808);
    width:90%;
    padding-left:12%;
}
footer .pages a
{
    text-decoration: none;
    margin:10px;
    color: rgba(255, 226, 243, 0.808);
    font-size: 30px;
}
footer .pages a:hover
{
    color:white;
}
footer .doc
{
    width:25%;
    text-align: center;
    display: inline-block;
    padding-bottom: 5%;
}
footer .doc h3
{
    color: rgb(255, 226, 243);
    font-size: 30px;
    padding: 5px;
    font-weight: bold;
    line-height: 130px;
}
footer .doc a
{
    display: block;
    text-decoration: none;
    margin:10px;
    color: rgba(255, 226, 243, 0.808);
    font-size: 25px;
}
footer .doc a:hover
{
    color:white;
}
footer .social
{
    width:25%;
    text-align: center;
    display: inline-block;
}
footer .social h3
{
    color: rgb(255, 226, 243);
    font-size: 30px;
    padding: 5px;
    font-weight: bold;
    line-height: 130px;
}
footer .contact
{
    width:20%;
    text-align: center;
    text-align: left;
}
footer .contact h3
{
    color: rgb(255, 226, 243);
    font-size: 30px;
    padding: 5px;
    font-weight: bold;
    line-height: 130px;
}
footer .social p
{
    padding-top: 5%;
    text-align: left;
    color:rgba(255, 226, 243, 0.808);
    width:90%;
    padding-left:12%;
    font-size: large;
    margin-bottom: 18%;
}
.side .right .side_btn
{
    margin-top:4%;
}
footer .side_btn a
{
    text-decoration: none;
    font-size: 100%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    border: 2px double whitesmoke;
    transition: 0.5s;
}
footer .side_btn a:hover
{
    background-color: rgb(79, 255, 88);
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}
footer .contact
{
    display: inline-block;
}
footer .contact a
{
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-decoration: none;;
    color:rgba(247, 193, 224, 0.904);
    margin:10px;
}
footer .contact a:hover
{
    color:white;
}
footer p
{
    color:rgba(247, 178, 217, 0.726);
    text-align: center;
    font-size: 110%;
}
/*------------------------------------------------MAIN_ABOUT----------------------------------------*/
.main_about
{
    font-family: 'Trebuchet MS', sans-serif;
    background-image: url("images/poor1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 80vh;
    margin-top:-1.5%;
}
.main_about .main_content_about h2
{
    color: white;
    font-size: 390%;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: center;
    padding:20%;
}
.product_about
{
    float:left;
    background-image: url("images/about_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
    height: 100vh;
    font-family: 'Trebuchet MS', sans-serif;
    color: white;
}
/*--------------------------------------------DONATE----------------------------------------*/
.donate
{
    font-family: 'Trebuchet MS', sans-serif;
    background-image: url("images/donate_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin-top:-1.5%;
    color: white;
    text-align: center;
}
.donate .donate_container
{
    background-color: black;
    opacity:80%;
    text-align: center;
    margin: 0% 20% 0% 20%;
    padding-top:10%;
    padding-bottom: 10%;
}
.donate .donate_container h1
{
    color: rgb(79, 255, 88);
    line-height: 100px;
}
.donate .donate_container p
{
    font-size: large;
    width:80%;
    text-align: center;
    padding-left:20%;
}
.donate .donate_container .second
{
    padding-bottom: 10%;
}
.donate .side_btn a
{
    text-decoration: none;
    font-size: 120%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    border: 2px double whitesmoke;
    transition: 0.5s;
}
.donate .side_btn a:hover
{
    background-color: white;
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}
/*--------------------------------------------CONTACT---------------------------------------*/
.contact_container
{
    padding: 100px;
    font-family: 'Trebuchet MS', sans-serif;
    background-image: url("images/p7.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 180vh;
    margin-top:-1.5%;
    color: white;
}
.contact_container h2
{
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    font-size: 33px;
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
}
.contact_container .g_map
{
    border:10px solid white;
}
.contact_container .contact_content
{
    padding:20px;
    font-family: 'Trebuchet MS', sans-serif;
}
.contact_container .contact_content p
{
    padding:15px;
    font-size: 20px;
    line-height: 25px;
}
/*--------------------------------------------CATERING---------------------------------------*/
body {
  background-color: black;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Trebuchet MS', sans-serif;
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* ---------- RESPONSIVE UTILITIES ---------- */
@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    padding: 10px;
  }

  .nav_side {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav_side a {
    margin: 5px;
    font-size: 14px;
  }

  .logo {
    width: 100%;
    text-align: center;
  }
  /* .logo img{
    float: left;
    width: 70px;
    height: auto;
  } */
.main{
    margin-top: 100px;
}
.main_about{
  margin-top: 100px;  
}
.donate{
  margin-top: 100px;  
}
.contact_container{
    margin-top: 100px;
}
.product_about{
  margin-top: 100px;  
}
.pages{
  margin-top: 100px;   
}
  .main .main_content {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .main .main_content h2 {
    font-size: 180%;
  }

  .main .main_content h2 span {
    font-size: 90%;
    line-height: 1.4;
  }

  .main .main_content .btn a {
    margin: 0;
  }

  .side {
    flex-direction: column;
  }

  .side .left,
  .side .right {
    width: 100%;
  }

  .side .right p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .product .product_container {
    flex-direction: column;
    align-items: center;
  }

  .product .product_container .item {
    width: 90%;
    border-radius: 20px;
  }

  footer {
    text-align: center;
    
  }
footer .pages{
margin-top: 500px; 
}
  footer .pages,
  footer .doc,
  footer .contact,
  footer .social {
    width: 100%;
    display: block;
  }

  .donate .donate_container {
    margin: 5%;
    padding: 5%;
  }

  .donate .donate_container p {
    padding-left: 0;
  }

  .contact_container {
    padding: 20px;
    height: auto;
  }

  .contact_container .contact_content p {
    font-size: 16px;
  }
}
.main {
    display: flex; /* Arrange content and videos side-by-side */
    align-items: flex-start; /* Align items at the top */
    justify-content: space-between; /* Space between text and videos */
    gap: 20px; /* Space between sections */
    padding: 20px;
    border-radius: 10px;
}

/* Content styling */
.main_content {
    flex: 1; /* Take available space */
}

.main_content h2 {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 15px;
    line-height: 1.4;
}

.main_content h2 span {
    font-size: 1.2rem;
    color: white;
}

.main_content .btn a {
    display: inline-block;
    background: #ff6600;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.main_content .btn a:hover {
    background: #e05500;
}

/* Video section styling */
.video_section {
    display: flex;
    flex-direction: column; /* Stack videos vertically */
    gap: 15px;
   
}

.video_section video {
     width: 450px;
    height: auto;
     margin-bottom: 15px;
    border-radius: 10px;
    border: 2px solid #ccc;
}


.video_section {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    margin-top: 80px;
}


@media screen and (max-width: 768px) {
    .video_section {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }
    .main_content {
        max-width: 100%;
    }
}
