@import url('https://fonts.googleapis.com/css?family=Kodchasan');

html, body, section{
	height: 100%;
}
body{
	color:#fff;
	text-align:center;
}
.container{
	display:flex;
}
div{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.left{
	background: linear-gradient(rgba(0,0,0,0.85), rgba(255,255,255,0.10)), url(ratha_yatra_2025.jpg);
	background-size:cover;
	background-position:left;
	flex:1;
	padding:1rem;
	transition: all .2s ease-in-out;
	
}
.right{
	background: linear-gradient(rgba(0,0,0,0.85), rgba(164,222,102,0.10)), url(mainpic.jpg);
	background-size:cover;
	background-position:right;
	flex:1;
	padding:1rem;
	transition: all .2s ease-in-out;
}
.left:hover, .right:hover{
	transform: scale(0.95);
}

.left h1{
	font-family: 'Kodchasan', sans-serif;
	font-size:4em;
}
.right h1{
	font-family: 'Kodchasan', sans-serif;
	font-size:4em;
}
.button {
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #f7931f;
    padding: 15px 25px;
    margin: 0 2%;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.button:hover{
	background: #603913;
	color:#fff;
}

article img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    display: table;
    margin: auto auto 30px auto;
    border-radius: 16px;
    padding: 20px;
    background: rgba(255,255,255,0.9);
}

.divcenter {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #603913;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
}

.divcenter img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 190px;
    margin: auto;
    display: table;
}

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

section.container { display: block; }
.left, .right {
    width: 100%;
    height: 49vh;
    padding: 1rem;
    box-sizing: border-box;
}
article img {
    width: 120px;
    height: 50px;
    object-fit: contain;
    display: table;
    margin: auto auto 15px auto;
    border-radius: 16px;
    padding: 20px;
    background: rgba(255,255,255,0.9);
}
.divcenter {
    width: 120px;
    height: 120px;
    border-radius: 200px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #603913;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
}
.divcenter img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 110px;
    margin: auto;
    display: table;
}
.button {
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #f7931f;
    padding: 12px 20px;
    margin: 0 2%;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
}