* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

.main_row {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around; width: 100%; padding: 0px 0%;
}

.box_wrap {
    width: 263px;
    display: flex;
    justify-content: space-between;  
    margin-top: 40px;
}

.Truth_blocl {
    background-color: #2EB2FF;
    width: 14%;
    margin: 60% 0px 16% 0px;
    border-radius: 10px;
    padding: 16% 0px;
}

.Truth_blocl p {
    font-size: 22px;
    padding-left: -7px;
    text-transform: uppercase;
    /* letter-spacing: 79px; */
    word-wrap: break-word;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 16px;
    width: 19px;
    line-height: 34px;
}
.right-blue-div {
    width: 79%;
    display: flex;
    justify-content: space-between;
}

.btns_dark_blue {
    /*background-color: #2EB2FF;*/
    /*padding: 17px;*/
    position: relative;
    margin-top: 6px;
    width: 100%; 
    /*border: 20px solid #2EB2FF;*/
}

.white_bg {
    background-color: #fff;border: 20px solid #2EB2FF;padding: 17px;
}
.b-seine.white_bg.red-btns-div .btn-row>a:nth-child(even) {
    
    padding: 0px 0px;
    background: #2eb2ff;
   
    text-align: center;
    display: inline-block;
    padding: 2px;
}
.b-seine.white_bg.red-btns-div .btn-row>a:nth-child(even) span {
    background-color: red;
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    
    padding: 0px;
    line-height: 23px;
    font-size: 65px;
}
.btn-row {
   display: flex; width: 100%; justify-content: space-between;
}
.btn-row:last-child a{ margin-bottom: 0px; }

.btn-row>a {
    background-color: #8A13A4;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 5px 3px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle; 
}
.btn-row>a:hover{ opacity: .8; box-shadow: 0 0 5px rgb(33 33 33 / 38%); }


.triangle-up {
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.triangle-up::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-bottom: 833px solid #2EB2FF;
}
.music_bar {
    height: 73px;
    width: 73px;
    border-radius: 50%;
    background-color: #0E05F8;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.music_bar div{ width: 3px; background-color: #fff; margin-left: 3px;}
.first{height:14%;}
.second{height:32%;}
.third{ height: 60%; }
.four{ height: 32%; }
.five{ height: 14%; }
.six{ height: 36%; }
.seven{ height: 12%; }
.eight{ height: 36%; }
.nine{ height: 22%; }
.ten{ height: 15%; }
.empty-btn{ opacity: 0; }
.btn-row>a:nth-child(odd) {
    width: 62%;
    padding: 5px;
    word-break: break-word;
   
}


.btn-row>a:nth-child(even) {
    width: 31%;
    padding: 10px;
     position: relative;
   
}
.btn-row>a:nth-child(even) span{ vertical-align: bottom;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.red-btn {
    background-color: red!important;
}

.white_bg.red-btns-div {
    margin-top: 20px;
}


/*========= top arrow css ====*/

.chapter_one {
    background-color: yellow;
    border-left: 10px solid #2EB2FF;
    border-right: 10px solid #2EB2FF;
}

.yellow_div {
    background: #FFF952;
    border-right: 10px solid #2eb2ff;
    border-left: 10px solid #2eb2ff;
    text-align: center;
    /*padding: 18px 0px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.yellow_div a{ text-decoration: none;padding: 18px 0px; display: block; }
.yellow_div:hover , .bottom_yelllow:hover{
    background-color: #f5f18c;
    opacity: .8;
}
.yellow_div:hover a ,.bottom_yelllow:hover a,.bottom_yelllow:hover p{   text-decoration: none;}
.bottom_yelllow a{ text-decoration: none; padding: 22px 0px; display: block;}
.yellow_div p {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bottom_yelllow p {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center; font-weight: 600;
}
.bottom_yelllow-wraper{position: relative;
    width: 100%; margin-top: 20px;
}
.bottom_yelllow {
    border-left: 10px solid #2EB2FF;
    border-right: 10px solid #2EB2FF;
    background: #FFF952;
    /* position: absolute; */
    width: 100%;
    /* left: -10px; */
    bottom: 0;
    
}
.main_pillor {
    width: 100%;position: relative;
}

.bottom_arrow-img {
    /*margin-top: 65px;*/
    text-align: center;  position: relative;

}
/*Down pointing*/
.triangle-down {
    width: 45%;
    height: 0;
    padding-left: 22%;
    padding-top: 22%;
    overflow: hidden;
     position: absolute; 
}
.triangle-down.left{ left: 0; }
.triangle-down.right{right: 0; }
.triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-500px;
    margin-top:-500px;
    
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 500px solid #2eb2ff;
}


.white_bg.red-btns-div .sky_blue-btn{background-color: #2EB2FF;
    padding: 14px 10px;}
    .white_bg.red-btns-div .btn-row>a:nth-child(even){ min-height: auto; padding: 14px 10px; line-height: 1; background-color:#fff;}
    .white_bg.red-btns-div .btn-row>a:nth-child(even) img{ width: 48px; }
    .bible-of-the .red-btn{min-height: auto;}

    /*======================media qurey ===========*/
   /* @media only screen and (max-width: 1024px) {
 .box_wrap{ width: 33%; }
}*/
  
