
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   overflow:auto;
   background-color: rgb(255, 255, 255);
   font-family: "Poppins", serif;
}

@media(max-width:544px) {
    body{
        overflow-x: hidden;
    }
}


@keyframes bounce {
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(7px);
    }
}
.section1 {
    /* background-color: rgb(161, 44, 44); */
    background-image: url(/img/section2-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: max-content;
}
.custom-container {
    width: 100%;
    padding:0 1rem;
    margin: 0 auto;
}



.section1-content {
    flex-direction: column;
    align-items: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
.section1-content h1{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px; 
    font-style: normal;
    font-family: Poppins; 
}

.section1-content p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-weight: 200;
}

.section2 {
    height: max-content;
    background-image: url(/img/section2-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sect-header h2{
    font-weight: 600;
    font-family: Poppins;
    font-style: normal;
    letter-spacing: 2px;
}
.sect-header h3{
    font-weight: 300;
    font-family: Poppins;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
}

.dropdown-divider {
    background-color: burlywood;
    height: 2px;
}

.intro{
    color: rgb(207, 153, 3);
}
.sect2-content {
    flex-direction: column;
}

.sect-text{
    width: 100%;
    /* background-color: rgb(233, 177, 105); */
    background-image: url(/img/WhatsApp-Image-2021-10-31-at-10.20.14-AM-1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.text-ctn {
    padding-top:2rem ;
    padding-bottom: 2rem;
    width: 500px;
    margin: 0 auto 0 auto ;
   

}
.text-ctn p{
    font-style: normal;
    font-weight: 300;
    line-height: -5px;
    white-space: 1px;
    font-size: 20px;
    text-indent: 2px;
    font-family: "Lato", serif;
}




@media(max-width:575px) {
    .text-ctn p {
        padding: 1rem;
        font-size: 19px;
        text-align: center;
    }
    .row-2 {
        margin-top: -2rem;
    }
}

@media(max-width:500px) {
    .text-ctn p {
        margin-right: auto;
        margin-left: auto;
        padding: 1rem;
        font-size: 16px;
    }
    .row-2 {
        margin-top: -2rem;
    }
    .text-ctn {
        padding-top:2rem ;
        padding-bottom: 2rem;
        width: 380px;
        margin: 0 auto 0 auto ;
    
    }
}
@media(max-width:350px) {
    .text-ctn p {
        margin-right: auto;
        margin-left: auto;
        padding: 1rem;
        font-size: 14px;
        line-height: -5px;
    }
    .text-ctn {
        padding-top:2rem ;
        padding-bottom: 2rem;
        width: 300px;
        margin: 0 auto 0 auto ;
    
    }
}

.sect-2-last-text {
    margin: 10px auto -15px auto ;
    font-style: normal;
    font-weight: 200;
    font-family: Poppins;
    font-size: 20px;
    color: #b6b2b2;
    letter-spacing: 4px;
}

.sect-link {
    margin-left:auto;
    margin-right: auto;
   text-transform: capitalize;
    align-self: center;
    font-size: 18px;
    text-decoration: none;
    color: white;
}

.section3 {
    background-image: url(/img/WhatsApp-Image-2021-10-31-at-10.20.14-AM-1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
margin-bottom:auto;
}

.ctn-1 {
    flex-direction: column;
    padding-top: 10px; 
    padding-bottom: auto;
}
.ctn-1 a{
    /* background-color: rgb(134, 26, 26); */
    border-radius: 5px ;
    margin-bottom:10px;
 padding: 5px ;
    
}

.ctn-1 a:hover {
    /* background-color: rgb(134, 26, 26); */
    border: 2px solid;
}


.section4 {
    flex-direction: column;
}
.section4 .image {
    margin: 0 auto 0 auto;
}
.section4 h3 {
    color:#861a1a;
    font-family: Poppins;
    letter-spacing: 2px;
    font-size: 27px;
    justify-content: center;
    text-align: center;
}
.section4 p {
    color:#2e2d2d;
    font-family: Poppins;
    letter-spacing: 2px;
    font-size: 18px;
}
.section4 .section4-text {
    
    text-align: center;
}
.section4 .section4-btn {
    background-color:#861a1a ;
    border-radius: 3px;
    width: 10rem;
    font-weight: 300;
    font-weight: Poppins;
    color: white;
}

@media(min-width:650px) {
    .section4 .section4-text {
        width: 650px;
    }
}

.section5 {
    padding: 2rem 0;
}
@media(min-width:782px) {
    .section5 div {
        display: flex;
        justify-content: center;
    }
    
}

.section6 {
    position:relative;
    height: max-content;
    background-image: url(/img/section6-bg.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .overlay {
    position:absolute;
    
    width: 100%;
    background-color: rgb(223, 178, 178);
    opacity: 0.6;
} */

.sect6-content {
    flex-direction: column;
    align-items: center;
    z-index:1;
}

.sect6-content .text {
    text-align: center;
}
.sect6-content .header-1 {
    color:#302e2e ;
}
.sect6-content .header-1 h2{
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: Poppins;
    
}

.sect6-content .header-2 h1{
    font-weight: 600;
    font-size: 29px;
    color: #2e2d2d;
    font-family: Poppins;
    letter-spacing: 2px;
    
}


.carousel-item .card-body{
    text-align: center;
}
.carousel-text {
    align-content: center;
    text-align: center;
}

.carousel-text p{
    margin-top: 1rem;
    font-size: 20px;
    font-weight: 400;
    color: rgb(107, 101, 101);
}
@media(min-width:950px) {
    .sect6-content .text {
        width: 900px;
        text-align: center;
}
}
.sect6-content .text p{
    line-height: 30px;
    font-size:18px;
    color:#861a1a ;
    letter-spacing: 2px;
    font-family: Poppins;
 }

 @media(max-width:750px) {
    .sect6-content .text p{
        line-height: 20px;
        font-size:18px;
        color:#861a1a ;
     }
 }

 @media(min-width:776px) {
    .carousel-inner{
        display: flex;
    }
    .carousel-item{
        display: block;
        flex: 0 0 calc(100%/3);
        margin-right: 0;
       
        gap: 10px;

    }
 }

 .carousel-item{
    row-gap: 20px;
 }

 .card-text{
    font-family: Poppins;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
 }
 .carousel-text .fs-5{
    font-size: 20px;
    font-family: Poppins;
    font-weight: 100;
width: 100%;
    
    color: rgb(63, 62, 62);
 }
 .prev-btn .next-btn{
    background-color: #861a1a;
    margin: 10px auto;
    padding: 20px;
    display: flex;
 }
 .section7 {
    background-image: url(/img/section2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }

.sect7-content {
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;

  
 }

.section7-text {
   flex-direction: column;
   justify-content: center; 
   text-align: center;
}

.section7-text h4 {
    margin-top: 1rem;
    font-size: 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.section7-text h3 {
    margin-top: 1rem;
    color: #302e2e;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: Poppins;
}
.section7-text a{
    background-color: rgb(255, 195, 117);
    text-decoration: none;
    width: 10rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #302e2e;
    border: 1px solid transparent;
}


.img-ctn img {
    margin: 2rem auto 0 auto ;
}
.section7-text a:hover {
    background-color: rgb(223, 148, 51);
    color:#302e2e;
}
.secion7-text a i {
    transition-delay: 0.4s;
    animation: shake-right 0.5s infinite alternate;
}

@keyframes shake-right {
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(2px);
    }
}
/* end of home  */



/* symbols and mark  of the illuminati */

.symbol-section1 {  
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-image: url(/images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.symbol-section1-content {
    position: absolute;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    background-color:rgba(223, 148, 51, 0.8);
    backdrop-filter: blur(10px);
    text-align: center;
    margin-top: 14rem;
    width: 100%;
}
@media(max-width:500px) {
    .symbol-section1-content {
        position: absolute;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        background-color:rgba(223, 148, 51, 0.8);
        backdrop-filter: blur(10px);
        text-align: center;
        margin-top: 15rem;
        width: 100%;
    }
}

.symbol-section1-content .row-1 {
    font-size:3rem;
}

.symbol-section1-content .row-2 {
    width: 500px;
    font-size: 16px;
}


@media(max-width:755px) {
    .symbol-section1-content .row-1 {
        font-size:2.5rem;
    }
}
@media(max-width:640px) {
    .symbol-section1-content .row-1 {
        font-size:2rem;
    }
}
@media(max-width:520px) {
    .symbol-section1-content .row-1 {
        font-size:1.8rem;
    }
    .symbol-section1-content .row-2 {
        width: 300px;
        font-size: 14px;
        margin-top:2px;
    }
    
}



.hero-scroll-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 1;
    color:rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-scroll-btn .bi {
    transition-delay: 0.8s;
    animation: bounce 1s infinite alternate;
}

@media(min-width:992px) {
    .symbol-row div{
        flex-direction: column;
        border: 1px solid #831225;
        border-radius: 1rem;
        margin-top: 1rem;
        box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.4);
        width: 17rem;
    }
    .symbol-row{
        justify-content: space-between;
    }
}


@media(max-width:991px) {
    .symbol-row{
        justify-content: space-between;
    }

    .symbol-row div{
        flex-direction: column;
        border: 1px solid #831225;
        border-radius: 1rem;
        margin-top: 1rem;
        box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.4);
        width: 14rem;
    }
    .symbol-row div img {
        height: 180px;
    }
}

@media(max-width:767px) {
    .symbol-row div{
        flex-direction: column;
        border: 1px solid #831225;
        border-radius: 1rem;
        margin-top: 1rem;
        box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.4);
        
    }
    .symbol-row{
        justify-content:space-around;
    }
    .symbol-row div img {
        height: 180px;
    }
}

.symbol-row div a{
    color: rgb(131, 18, 37);
}

.symbol-row div a:hover{
    color: #831225;
    border: 1px solid;
}


.section-3 .row-1 {
    background-color: rgb(185, 185, 185);
}
.section-3 .s-text-header{
    color: rgb(131, 18, 37);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 800;
    text-align: center;


}

.section-3 .row-3 {
    text-align: center;
}

.section-3 .row-4 .s-text2 {
    width: 600px;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    color: rgb(131, 18, 37);
    font-size: 18px;

}

@media(max-width:575px) {
    .section-3 .row-2 {
        margin-top: 2rem;
    }
}


.section-4 .row {
    text-align: center;
}
.section-4 h2{
    color: rgb(131, 18, 37);
    font-weight: 100;
}

.section-4 .text{
    color: rgb(61, 56, 56);
}

footer







.section-5{
    margin-bottom: -3rem;
    background-color: grey;
    padding: 2rem;
    /* height: 28rem; */
}

.section-5 .left{
    text-align: center;
    flex-direction: column;
    padding-top: 2rem;
    color: white;
    margin-left: 5rem;
}

@media(max-width:767px) {
    .section-5 .left{
        text-align: center;
        flex-direction: column;
        padding-top: 2rem;
        color: white;
        margin-left: -1rem;
    }
}

.section-5 .left h1 {
    color: rgb(131, 18, 37);
    font-family: 'Times New Roman', Times, serif;
}

.section-5 .left p {
    width: 300px;
}

.section-5 .left a {
    background-color: rgb(131, 18, 37);
    width: 12rem;
    color: white;
    font-size: 20px;
    margin-left:1rem;
}

.section-5 .mark {
    margin-top: 2rem;
    background-color: grey;
}   
.bi-whatsapp {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 28px;
    z-index: 100;
    margin-right: 2px;
    animation: 1s bounce alternate infinite;
}







/* symbols and mark end  */


/* wealth of the illuminati  */
.w-section1 {
   /* position: absolute; */
   height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/illuminati-house.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
 .w-section1 .row {
    
    text-align: center;

 }

 .w-section1 .container {
    /* background-color: #25d366; */
    height: 100%;
    padding-top: 3rem;
 }
 .w-section1 .row h1 {
    font-weight: 700;
    font-size: 2rem;
    color: rgb(255, 255, 255);
 }

@media(min-width:768px) {
    .w-section1 .row h1 {
        font-weight: 700;
        font-size: 3rem;
     }
    
}

.w-section2 {
  padding-top: 1rem;
  background-color: rgb(255, 255, 255);
 
}
.w-section2 .row .text {
    
    flex-direction: column;
}
.w-section2 .row .text h3{
    color:rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.w-section3 {
padding-bottom: 3rem;
    /* background-image: url(/img/section2-bg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center; */
}
.contact-container {

        
    background-color:rgb(131, 18, 37);
    /* backdrop-filter: blur(50px); */
    color: white;
    padding: 1rem 1rem;
     border-radius: px;
     border: 1px solid rgb(207, 155, 86);

     
 }
 @media(min-width:576px) {
    .contact-container {

        
        background-color:rgb(131, 18, 37);
        /* backdrop-filter: blur(50px); */
        color: white;
        padding: 1rem 1rem;
         border-radius: px;
         border: 1px solid rgb(207, 155, 86);
         width:30rem;
         
     }
 }
 .btn {
    /* background-color: rgb(207, 155, 86);
    font-size: 20px;
    border: none; */
}

form input {
    border-radius: 40px;
}
.btn:hover {
    background-color: rgb(218, 172, 113);
}
/* end of wealth  */

/* secret society  */
.s-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/istockphoto-1250079984-170667a1-1.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.s-section1 .row h1 {
    font-weight: 700;
    font-size: 2rem;
    color: rgb(255, 255, 255);
 }

@media(min-width:768px) {
    .s-section1 .row h1 {
        font-weight: 700;
        font-size: 4rem;
     }
    
}
/* end of secret society */

/* purpose */
.p-section1 {
    height: 15rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/contact-bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p-section1 .row h1 {
    font-weight: 700;
    font-size: 3rem;
    color: rgb(255, 255, 255);
 }

@media(min-width:768px) {
    .p-section1 .row h1 {
        font-weight: 700;
        font-size: 4rem;
     }
    
}
/* end of purpose  */


/* the eternal circle  */

.c-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    /* background-image: url(/img/circle.png); */
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.w-section1 .row {
    
    text-align: center;

 }

 .c-section1 .container {
    /* background-color: #25d366; */
    height: 100%;
    padding-top: 3rem;
 }
 .c-section1 .row h1 {
    font-weight: 700;
    font-size: 2rem;
    color: rgb(255, 255, 255);
 }

@media(min-width:768px) {
    .c-section1 .row h1 {
        font-weight: 700;
        font-size: 3rem;
     }
    
}

/* end of the eternal circle */

/* the eye  */
.e-section1 {
    height: 15rem;
    width: 100%;
    padding-bottom: 1rem;
    /* background-image: url(/img/EYE.png); */
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* end of the eye  */

/* the pyramnid  */
.p-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/pyramid.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* end of the pyramid  */

.social-md {
    margin-top: 2rem;
}

.social-md ul {
    list-style: none;
    justify-content: space-between ;
}

.social-md ul li{
    margin-right: 1rem;
  
}

.social-md ul li:hover{
    margin-right: 1rem;
    transition: 1s;
    animation: bounce 0.3s alternate infinite;
}
.social-md ul li a {
    color: white;
}

/* the illuiminati store  */
.s-items {
    margin-bottom: 2rem;
}
.s-items .row {
padding: 2rem 0;
width: 100%;
justify-content: space-evenly;
}
.s-items .row .item {
    flex-direction: column;
    width: 15rem;

}
@media(min-width:720px) and (max-width:960px) {
    .s-items .row .item {
        flex-direction: column;
        width: 30rem;
        margin-top: 2rem;
    }
    .s-items .row-2 {
        margin-top: -3rem;
    }
}

@media(max-width:720px) {
    .s-items .row .item {
        flex-direction: column;
        width: 20rem;
        margin-top: 1rem;
        
    }
}

@media(min-width:720px) {
    .s-items .row .l-item {
        width: 30rem;
    } 

    /* .s-items .illuminatiam .info .if {
        margin-bottom: -1rem;
        background-color: green;
    } */
    .s-items .illuminatiam .button {
        margin-bottom: -3rem;
    }
}


.s-items .row .item img{
    height: 100%;
    width: 100%;
}

.s-items .row .item .info {
    text-align: center;
    flex-direction: column;
    margin-top:1rem;
}

.s-items .row .item .info .name{
    font-size:20px;
    font-weight: 600;
}

.s-items .row .item .info .price {
    font-size:15px;
    font-family:monospace;
}

.s-items .row .item a{
    background-color: #831225;
    color: white;
    margin-top: -1rem;
}

/* end of the illuminati store  */

/* eternal oaths  */
.o-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/THE-ETERNAL-OATH-PRICE.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* end of eternal oaths  */

/* agenda  */
.a-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/agenda.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* end of agenda  */

/* pendulum of power  */
.pe-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/contact-bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.gif-container {
    margin-bottom: 2rem;
}
/* end of pendulum of power  */


/* maze of existence  */
.ma-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-image: url(/img/s-1.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

/* end of maze of existence  */

/* benefits of the illuminati  */
.b-section1 {
    height: 9rem;
    width: 100%;
    padding-bottom: 2rem;
    background-color: black;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.b-section1 .container {
    /* background-color: #25d366; */
    height: 100%;
    padding-top: 3rem;
 }
 .b-section1 .row h1 {
    font-weight: 700;
    font-size: 2rem;
    color: rgb(255, 255, 255);
 }

@media(min-width:768px) {
    .b-section1 .row h1 {
        font-weight: 700;
        font-size: 3rem;
     }
    
}
/* end of the benefits  */


/* books of the illuminati  */

.books {
    margin-top: 1rem;
}
.books .container .row .pic{
    justify-content: center;
   
}
@media(min-width: 570px) {
    .books .text .content{
        flex-direction: column;
        background-color: #fff;
        margin-left: 5rem;
        width: 20rem;
    }
}


.books .text .content{
    flex-direction: column;
    background-color: #fff;
    margin-left: 1rem;
    width: 25rem;
    height: 20rem;
    justify-content: center;
}


.books .text .content h1,h3{
    color: rgb(0, 0, 0);
}




/* end of the books of the illuminati  */
footer {
    /* position: fixed; */
    bottom:0;
    height: max-content;
    background-color: #831225;
                                                                                                                                                                                                                                                                                                                                                                               
}

.footer-content {
    position: relative;
    padding: 1rem;
    flex-direction: column;
    text-align: center;
  
}

.footer-content  {
    margin-top: 2rem;
    padding-top: -10px;
    color:#ad6403;
    
    font-weight: 200;
    font-size: 15px;
    font-family: Poppins;
}
.p2{
    color:#ad6403 ;
    font-weight: 200;
    font-size: 15px;
    font-family: Poppins;
}
.text-footer  a{
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    padding: 10px;
    padding-top: -15px;
    text-transform: capitalize;
    color:#ad6403 ;
    font-weight: 200;
    font-size: 15px;
    font-family: Poppins;
}
.text-footer  a:hover:link{
    cursor: pointer;
    color: #f3aa49;
}
.contact .input-group .submit {
    background-color: #ffc375;
    color: rgb(0, 0, 0);
}

pendu
.contact .input-group .submit:hover{
    background-color: rgb(223, 148, 51);
    color: rgb(0, 0, 0);
}
.select {
    height: 2.5rem;
    margin-right: 3px;
    border-radius: 7px;
    width: 5rem;
}
.terms:hover{
    color: #f3aa49;
    cursor: pointer;
}

