
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Unica+One&display=swap');

body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

html{
	scroll-behavior: smooth;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
a{	
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline: none;
	
}
h1,h2,h3,h4,h5,h6,p{
	font-weight: normal;
	margin: 0;
}

figure{
	margin: 0;
}
img{
	max-width: 100%;
	height: auto;
	display: block;
}





.festival-section{
    padding: 100px 0;
}
.festival-text{
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 ;
}
.festival-text figure img{
    margin: 0 auto;
    display: table;
    margin-bottom: 25px;
    max-width: 400px;
}
.festival-text h1{
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
    margin-bottom: 40px;
}
.festival-text h1 strong{
    font-weight: normal;
    color: #53a843;
    font-size: 24px;
    display: block;
}
.festival-text .comman-btn{
    width: 100%;
    padding: 13px 15px;
    background-color: #53a843;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    margin-bottom: 50px;
    line-height: normal;
    display: block;
}
.festival-text ul{
    list-style: none;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 320px;
    width: 100%;
}
.festival-text ul li{
    line-height: 30px;
    font-size: 13px;
    border-bottom: 2px dotted #53a843;
}
.festival-text p{
    color: #000;
    font-size: 13px;
    margin: 0 0 11px 0;
    line-height: normal;
}
.festival-text p a{
    color: #53a843;
}
.festival-text h4{
    font-weight: 600;
    color: #53a843;
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
}
.festival-text ol{
    list-style: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.festival-text ol li{
    display: block;
    width: 110px;
    padding: 0 10px;
    margin: 0 0 15px 0;
}

.festival-image {
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 auto;
}
.festival-image img{
    width: 100%;
    margin-bottom: 30px;
}
.festival-image h2{
    font-weight: 900;
    color: #53a843;
    font-size: 30px;
    text-align: center;
}


.company-logo{
    padding: 40px 0 0 0;
}
.company-logo ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.company-logo ul li{
    padding: 10px;
}
.company-logo ul li img{
    height: 60px;
    width: 130px;
    object-fit: contain;
}


.image-gallery{
    padding: 50px 0;
}
.image-gallery-row{
    columns: 3;
    column-gap: 30px;
}
.image-gallery-row .item{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}


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

    .festival-text figure img{
        max-width: 200px;
    }
    .festival-text h1{
        font-size: 40px;
    }
}
@media (min-width:768px) and (max-width:991px){



    .festival-section{
        padding: 70px 0;
    }
    .festival-text{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .festival-image{
        margin: 0 auto;
        max-width: 100%;
    }

    .image-gallery-row{
        columns: 2;
        column-gap: 10px;
    }
    .image-gallery-row .item{
        margin-bottom: 10px;
    }

}
@media (min-width:320px) and (max-width:767px) {


    .festival-section{
        padding: 50px 0;
    }
    .festival-text{
        margin-bottom: 30px;
    }
    .festival-text figure img{
        max-width: 200px;
    }
    .festival-text h1{
        font-size: 28px;
    }
    .festival-text h1 strong{
        font-size: 18px;
    }

    .festival-text ol li{
        width: 25%;
    }
    .festival-image{
        max-width: 100%;
        margin: 0;
    }

    .company-logo ul li{
        width: 50%;
    }

    .image-gallery-row{
        columns: 1;
        column-gap: 10px;
    }
    .image-gallery-row .item{
        margin-bottom: 10px;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .company-logo ul li{
        width: 25%;
    }

    .image-gallery-row{
        columns: 2;
    }
}