@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');


div{

    font-family: 'Noto Serif', serif !important;

}

p {

    font-size: 1rem;
}

#title {

    text-align: center;
    margin-top: 5%;
}


#link {

    color:rgb(239,60,65);
}

.link, .link:hover{

    color:#8e8f90;
}



.red {

    color:#D22F32;
    font-weight: bold;
}

.grey {

    color:#8e8f90;
}


#title, .title{

    font-size: 2em;
    line-height: 1em;
    margin-bottom: 2%;


}

#sub-title {


    font-size: 1.2em;

}


.ind-title {

    font-size: 1.2em !important;

}



.sep-title {

    font-size: 1.8em;
}

.form {
    margin-top: 5% ;
}

#paypal-button-container {

    margin-top: 5%;
    text-align: center;
    margin-bottom: 2%;

}
#checkout-button {

    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.4em;
    padding: 2%;
    background-color: #363534;
    color: white;
    border: none;
    margin-bottom: 30%;

}

#privacy {

    font-size: 0.8em  !important;
    color: gray !important;
    text-align: left;
}

#img, .img {


    border-radius: 6px;
    border: solid #D22F32;
    max-width: 90% !important;
    margin-top: 10%;
    height: 300px !important;

}


.text1{

    font-weight: bold;
    text-align: justify;
}

#text {

    margin-top: 5%;

}



#rifa {


    padding: 5%;
    padding-top: 2%;
    border-radius: 6px;



}

.text{
    margin-bottom: 2%;
    text-align: justify;
}

.container-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    height:300px
     /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  /* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}





#call{

    font-size: 2.4rem;
    margin-top: 10%;
}

.sk-chase{

    margin: auto;
    margin-top: 25%;

}

.load-title {

    margin-top: 5%;
    font-size: 2em;
    margin-bottom: 25%;
}

#luck {

    margin-bottom: 25%;
}


.rifas-title {

    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 2.4rem;

}

.rifas-text{

    margin-top: 5%;
    font-size: 1.4em;
}

.text{

    font-size: 1.4rem;
    padding: 2%;
    text-align: left;

}

.social{

    color: grey;
    font-size: 2rem;
    padding-right: 2%;

}

.socialdiv{

    margin-top: 2%;
}

.social:hover{

    color: darkgrey;

}

.number {

    background-color: black;
    color: white;
    width: fit-content;
    padding: 2%;
    margin-right: 2%;
}

p {
    margin-bottom: 0.5rem;
}


@media screen and (max-width: 992px) {

    .responsive-iframe{

        height: 100%;

    }

    #title, .title {

        font-size: 2em;
        margin-bottom: 5%;
    }

    .text{

        font-size: 1em;
        text-align: justify;
        margin-bottom: 5%;
    }


        #sub-title {
            font-size: 1.2em;
        }

    .img{

        margin-top: 5%;
    }


}


.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "e072"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.accordion-button{
    background-color:   rgba(0,0,0, 0.01) !important;
}

.accordion-button:not(.collapsed) {
    color: rgb(255, 255, 255) !important;
    background-color:   rgba(239,60,65, 0.568) !important;
}

.acc_img{

    margin: 2%;

}


/* Zoom in image **/


  .acc_img:clock{
    transform: scale(1.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
