.imgbg2
{
  position: absolute;
  width: -webkit-fill-available !important;
  height: 160%;
}

.container
{
    position: relative;
    padding-top: 20px;
}

.head
{
    text-align: center;
}

.head h1
{
    font-size: 35px;
    font-family: poppins-extralight,poppins,sans-serif;
}

.head img
{
    padding-top: 25px;
}

.head2 h2
{
    font-size: 22px;
    font-weight: 600;
    font-family: suez one,serif;
}

.head2 p
{
    font-family: suez one,serif;
    text-align: justify;
}

.head2
{
    line-height: 30px;
    padding: 0px 250px;
}

.head2 h1
{
    font-weight: 400;
    font-family: rozha one,serif;
    font-style: normal;
    font-size: 38px;
    color: rgb(255,154,50);
    line-height: 1.875em;
    text-align: center;
}

.head2 h3
{
    font-weight: 400;
    font-family: rozha one,serif;
    font-style: normal;
    font-size: 38px;
    color: rgb(229,116,0);
    line-height: 1.875em;
    text-align: center;
}

@media only screen and (max-width: 1024px)
{
    .head img
    {
        width: 900px;
    }
    .head2
    {
        padding: 0px 85px;
    }
    .head h1
    {
        font-size: 26px;
    }
    .head2 h3
    {
        font-size: 34px;
    }
}

@media only screen and (max-width: 992px)
{
    .head img
    {
        width: 695px;
    }
    .head2 {
        padding: 0px 50px;
    }
    .imgbg2
    {
        height: 100%;
    }
}

@media only screen and (max-width: 540px)
{
    .head2 h1
    {
        font-size: 36px;
    }
    .head img {
        width: 516px;
    }
    .head2 h3
    {
        font-size: 28px;
    }
}

@media only screen and (max-width: 420px)
{
    .head img {
        width: 351px;
    }
    .head2 {
        padding: 0px 30px;
        line-height: 22px;
    }
    .head2 p
    {
        font-size: 12px;
    }
    .head2 h3 {
        font-size: 22px;
    }
    .head2 h1
    {
        font-size: 26px;
    }
}

@media only screen and (max-width: 380px)
{
    .head img {
        width: 336px;
    }
    .head2
    {
        padding: 0 20px;
    }
    .head2 h2
    {
        font-size: 20px;
    }
    .head2 h3
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 300px)
{
    .head img
    {
        width: 256px;
        padding-top: 0px;
    }
    .head2
    {
        padding: 0 10px;
        line-height: 16px;
    }
    .head2 p
    {
        font-size: 11px;
    }
    .head2 h1 {
        font-size: 20px;
    }
    .head2 h2 {
        font-size: 18px;
    }
    .head2 h3 {
        font-size: 15px;
    }
}


/* Photo Gallery CSS  */

figure
{
    margin: 0 !important;
}
.head3 h1
{
    text-align: center;
    font-size: 35px;
    font-family: poppins-extralight,poppins,sans-serif;
}
.head3 p
{
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
    color: rgb(255,154,50);
    font-family: 'playfair display',serif;
}

.gimage img
{
    width: 100%;
    padding: 15px;
}

.gimage1 img
{
    height: 325px;
}

.gimage2 img
{
    height: 375px;
}

.gimage3 img
{
    height: 650px;
}

@media only screen and (max-width: 1280px)
{
    .gimage2 img {
        height: 325px;
    }
    .gimage1 img {
        height: 325px;
    }
}

@media only screen and (max-width: 1280px)
{
    .gimage3 img {
        height: 600px;
    }
    .gimage1 img {
        height: 300px;
    }
}

@media only screen and (max-width: 992px)
{
    .gimage1 img {
        height: 250px;
    }
    .gimage2 img {
        height: 250px;
    }
    .gimage img {
        width: 100%;
        padding: 15px;
    }
    .gimage3 img {
        height: 500px;
    }
    .container
    {
        max-width: 800px;
    }
}

@media only screen and (max-width: 540px)
{
    .head3 h1
    {
        font-size: 30px;
    }
    .gimage img
    {
        width: 100%;
        padding: 10px;
    }
    .gimage1 img {
        height: 170px;
    }
    .gimage2 img {
        height: 200px;
    }
    .gimage3 img {
        height: 340px;
    }
}

@media only screen and (max-width: 420px)
{
    .gimage1 img {
        height: 120px;
    }
    .gimage2 img {
        height: 150px;
    }
    .gimage3 img {
        height: 240px;
    }
    .gimage img {
        width: 100%;
        padding: 5px;
    }
}

@media only screen and (max-width: 375px)
{
    .gimage2 img {
        height: 125px;
    }
    .gimage1 img {
        height: 110px;
    }
    .head3 h1 {
        font-size: 25px;
    }
    .head3 p
    {
        font-size: 15px;
    }
    .gimage3 img {
        height: 220px;
    }
}

@media only screen and (max-width: 300px)
{
    .gimage img {
        width: 100%;
        padding: 5px;
    }
    .gimage1 img {
        height: 80px;
    }
    .gimage2 img {
        height: 90px;
    }
    .gimage
    {
        padding-bottom: 20px;
    }
    .gimage3 img {
        height: 160px;
    }
    .container {
        padding-top: 0px;
    }
    .head3 h1 {
        font-size: 20px;
    }
} 


/* Photo Gallery End  */

/* Helps  */

.imgbg3
{
    position: absolute;
    width: -webkit-fill-available !important;
    height: 147%;
}

/* Helps End */

/* events  */

.head5 h1
{
    font-size: 53px;
    line-height: 1.41em;
    text-align: center;
    font-family: 'rozha one',serif;
    color: rgb(65,30,100);
}

.head5 p
{
    font-weight: 400;
    font-family: poppins-extralight,poppins,sans-serif;
    font-size: 26px;
    line-height: 1.35em;
    text-align: center;
    color: rgb(255,154,50);
}

.event1
{
    text-align: center;
}

.event1 p
{
    color: rgb(65,30,100);
    font-size: 18px;
    line-height: 1.875em;
    text-align: center;
    font-family: poppins-extralight,poppins,sans-serif;
    padding: 0 120px;
}

.head7 p
{
    font-weight: 400;
    font-family: poppins-extralight,poppins,sans-serif;
    font-size: 26px;
    line-height: 1.35em;
    text-align: center;
    color: rgb(255,154,50);
}

@media only screen and (max-width: 992px)
{
    .event1 img
    {
        width: 100%;
    }
    .event1 p
    {
        padding: 0;
    }
}

@media only screen and (max-width: 540px)
{
    .head5 h1
    {
        font-size: 40px;
    }
    .head5 p
    {
        font-size: 22px;
    }
    .event1 p
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px)
{
    .head5 h1 {
        font-size: 35px;
    }
    .head5 p {
        font-size: 18px;
    }
    .event1 p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 280px)
{
    .head5 h1 {
        font-size: 28px;
    }

    .head5 p {
        font-size: 15px;
    }
    .event1 p {
        font-size: 10px;
    }
}


/* Gallery  */

/* .gimage1 img
{
    width: 100%;
    height: 256px;
    padding: 10px;
}

.gimage3 img
{
    width: 100%;
    height: 100%;
    padding: 10px;
}

.gimage2 img
{
    width: 100%;
    height: 375px;
    padding: 10px;
} */