

.hd-image {
    
}

.hd-image img{
    
}
@media (min-width: 768px) {
    .hd-image {
    height: 30rem;
    }
    
    .hd-image img{
        height: 100%;
        width: 100vw;
    }
    
}

.section2-header{
    font-size: 2rem;
    color:rgb(142, 37, 37);
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .section2-header{
        font-size: 4rem;
        color:rgb(142, 37, 37);
        text-transform: uppercase;
    }
}

.section2-header span{
    font-weight: bold;
    text-transform: uppercase;
    
}

.container-custom {
    padding:2rem;
    justify-content: center;
}
@media (min-width: 768px) {
    .container-custom {
        padding:2rem 4rem;
        justify-content: center;
    }
}

.row-text {
    width:45rem ;
    font-size: larger;   
}

.para1 {
    font-size: rem;
}

.para1 span {
    color: #6d6b6b;
    font-size: 4rem;
    margin-bottom: -2rem;
    color:rgb(142, 37, 37);
    line-height: 1;
}

.middle-heading {
    font-size: 2.5rem;
    color:rgb(142, 37, 37);
    text-transform: uppercase;
    padding: 1rem;
}

@media (min-width: 768px) {
    .middle-heading {
        font-size: 2.5rem;
        color:rgb(142, 37, 37);
        text-transform: uppercase;
        padding: 1rem 4rem;
    }
}

.embeded-post {
    justify-content: center;
}

.para-link {
    color:rgb(142, 37, 37);
    text-decoration: none;
}
.span2 {
    color:rgb(142, 37, 37);

}

.image-link {
   background-color: rgb(124,23,54);
    justify-content: center;
    height: fit-content;
    padding: 2rem 0;
}

.image-link .row {
    display: flex;
    justify-content: center;
    
}

@media (min-width: 768px) {
    .image-link .row img {
        width:100%;
        height: auto;
    }
    
}

.form-section {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.form-container {
    justify-content: center;
    padding: 1rem;
    width: 90%;
    border-radius: 1rem;
}

.form-container form input {
    padding: 1rem;
    margin-bottom: .8rem;
    width: 100%;
    border: none;
    border-radius: 5px;
}
.form-box {
    background-color: rgb(139, 25, 59);
    padding: 1rem 3.7rem;
    border-radius: 5px;
    justify-content: center;
    position: relative;
}

@media (max-width: 768px) {
    .form-box {
        background-color: rgb(139, 25, 59);
        padding: 1rem 1rem;
        border-radius: 5px;
        justify-content: center;
        position: relative;
    }
    
}

.form-box h3 {
    color: rgb(218,170,129);
    margin-top: 2rem;
}

.form-box p {
    color: rgb(255, 255, 255);
}

.form-box img {
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: -3rem;
    margin-left: -2.5rem;
    align-self: center;
}

.form-container form button {
    margin-top: 5px;
    width: 80%;
    background-color: rgb(218,170,129);
    border: none;
    height: 3rem;
    border-radius: 5px;
    color: white;
    font-weight: 600;
}

.form-container form button:hover {
    background-color: rgb(195,144,98);
}

.last-section {
    background-color: rgb(255, 255, 255);
   
}

.last-section .row {
    gap: 1rem;
    padding: 2rem;
    justify-content: center;
} 

.last-section .row .card {
    border-radius: 0;
    padding: 0;
    background-color: rgb(158, 24, 64);
    color: white;
    
    font-weight: 400;
}

.last-section .row .card .card-image img{
    width: 100%;
    
}

.last-section .row .card .card-body {
    padding: 1rem;
    text-align: center;
}

.last-section .row .card .card-body button{
    padding: .8rem ;
    width: 70%;
    text-align: center;
    border-radius: 8px;
    border: none; 
}
.last-section .row .card .card-body button:hover {
    background-color: rgb(218,170,129);
    color: white;
}

.modal button {
    padding:.5rem 1rem;
    background-color: rgb(139, 25, 59);
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 1rem;
}

.modal .modal-body h4 span {
    color: rgb(139, 25, 59);
    font-weight: 600;
}


/* Our globalist Agenda */
@media (max-width: 768px) {
    .agend-img {
        height:17rem ;
    }

    .agend-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .agenda-title h1 {
       
        margin-top: -8rem;
    }
}


@media (min-width: 768px) {
    .agenda-title h1{
        font-size: 5rem;
        margin-top: -10rem;
    }
}

.center-box {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    border: none; /* Remove card border */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add box shadow */
    padding: 1rem;
}

.center-box a {
    color: rgb(139, 25, 59);
    text-decoration: none;
}


@media (min-width: 768px) {
    .last-sectionn {
         height: 20rem;
         display: flex;
         justify-content: center;
    }

    .last-section a {

    }

    .last-sectionn img {
          width: 100%;
          height: 100%;
          border: none; /* Remove card border */
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add box shadow */
    }   
}



/* header */

.navbar {
    background-color: rgb(158, 24, 64);
    position: sticky;
    z-index: 999;
    float: right;
}

/* sign up page */



.right-image img {
    width: 100%; 
    height: 100%; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 8, 8, 0.7); 
    display: flex;
    justify-content: center; 
    align-items: center; 
    color: rgb(231, 225, 225); 
    font-size: 15px; 
    padding: 1rem;
}



.overlay .heading {
    text-transform: uppercase;
}


.overlay-text {
    text-align: center; 
}

@media (min-width: 768px) {
    .right-image {
        position: relative;
        overflow: hidden; /* Ensure overlay fits within the div */
        padding: 0;
        border-radius: 1rem 0 0 1rem;
    }
    .overlay .logo {
        height: 90px;
        width: 90px;
    }
    .signup{
        padding: 3rem;
    }
    .signup-form {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        height: fit-content;
        width: 80%;
        border-radius: 1rem; 
    }
    
    .left-form {
        padding: 2rem 3rem;
    }
}


@media (max-width:900px) {
    .right-image {
        position: relative;
        overflow: hidden; /* Ensure overlay fits within the div */
        padding: 0;
        border-radius: 1rem 1rem 0 0;
        height: 35%;
    
    }
    .signup-form {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        height: fit-content;
        width: 100%;
        border-radius: 1rem; 
    }
    
    .left-form {
        padding: 1rem;
    }
    .overlay .logo {
        height: 90px;
        width: 90px;
    }
    .signup {
        padding: 1rem;
        height: 100vh;
    }
}
.left-form h2 {
    font-weight:700;
}
.left-form .option-text a {
    text-decoration: none;
    color: rgb(142, 37, 37);
    font-weight: 500;
    text-transform: capitalize;
}
.left-form button {
    padding: .8rem ;
    width: 70%;
    text-align: center;
    border-radius: 8px;
    border: none;
    background-color: rgb(139, 25, 59);
    font-weight: 500;
    margin-top: .6rem;
}

footer {
    background-color: #8d143f;
    color: rgb(237, 209, 157);
    padding: 1rem 3rem;
    text-align: center;
    width: 100%;
  }

  footer p{
    color: rgb(237, 209, 157);
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 15px;
  }

  footer .cp-right {
    color: #ffffff;
    font-size: 12px;
    font-weight: lighter;
  }
  footer p a {
    color: rgb(237, 209, 157);
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: lighter;
  }

  footer p a:hover {
    color: #ffffff;
  }

  