*{
    margin:0;
    padding:0;
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff8e7;
	font-family: "Poppins", sans-serif;
	box-sizing:border-box;
}
.hedder{
    height: 60px;
    width:100%;
    background-color:#2B0000;
    position:sticky;
	top:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.nav{
    height:100%;
    width: 90%;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.img{
    height:60px;
    width:70px;
}
.ic-container{
	height:80%;
	width:35%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	margin-left:auto;
	gap:15%;
}
.icons{
	text-decoration:none;
	color:white;
	transition:all 0.3s;
}
.icons:hover{
	transform:scale(1.1);
	color:#EAAF45;
	border-bottom:2px solid #EAAF45;
}
.box{
	height:500px;
	width:100%;
	background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkQQgJehbJIZDZ8vhKfoR1kl3Phy3A4lNWvbYLxXT9Og&s=10');
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-bottom-right-radius:50%;
	border-bottom-left-radius:50px;
}
.tex-section{
	height:60%;
	width:40%;
	margin-top:10%;
	margin-left:2%;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.explore{
	text-decoration:none;
	color:white;
	background-color:#EAAF45;
	margin-top:4%;
	padding:10px 40px;
	border-radius:8px;
	transition:all 0.3s;
}
.explore:hover{
	transform:scale(1.03);
}
.about-us-sec{
	height:550px;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:2%;
}
.img2{
	height:200px;
	width:300px;
	margin-top:1%;
	border:10px groove #B48338;
	border-radius:10px;
}
.users{
	height:80px;
	width:60%;
	margin-top:1.5%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	gap:3%;
}
.usr-profile{
	height:100%;
	width:80px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.img6{
	height:50px;
	width:50px;
	border-radius:100%;
	border:3px groove orange;
}
.history-section{
	height:400px;
	width:100%;
	background-color:#310600;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.history{
	height:70%;
	width:80%;
	margin-top:0.5%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	gap:2%
}
.jourty{
	height:60px;
	width:15%;
	background-color:#FFF8E7;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-bottom-right-radius:20px;
	border-top-left-radius:10px;
	border:8px groove #FFF8E7;
	text-shadow:1px 2px 2px #ECB048;
	transition:all 0.5s;
}
.jourty:hover{
	transform:scale(1.1);
}
.gallery-section{
	height:500px;
	width:100%;
	border-radius:10%;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.grid-container{
	margin-top:2%;
	display:grid;
	grid-template-columns:300px 300px 300px;
	grid-template-rows:200px 200px ;
	gap:1%;
}
.grid-item{
	padding:10%;
	color:black;
	text-align:center;
	border-radius:8px;
	transition:all 0.5s;
}
.grid-item:hover{
	transform:scale(1.03);
}
.vmphotes{
	background-color:#5B140C;
	color:white;
	padding:8px 30px;
	border-radius:8px;
	text-decoration:none;
	transition:all 0.5s;
	margin-top:1.5%;
}
.vmphotes:hover{
	transform:scale(1.05);
}
.footer{
	height:160px;
	width:100%;
	background-color:#5B140C;
	margin-top:0.6%;
	display:flex;
	flex-direction:column;
	margin-top:3%;
}
.ggboxs{
	height:130px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5%;
	margin-top:1.5%;
}
.ittr1{
	height:100%;
	width:20%;
	display:flex;
	
}
.ittr2{
	height:100%;
	width:16%;
	display:flex;
	flex-direction:column;
	align-items:left;
	gap:5%;
}
.img89{
	height:80px;
	width:80px;
}
.socicons{
	height:50px;
	width:100%;
	display:flex;
	align-items:center;
	gap:5%;
}
.sssddffr{
	text-decoration:none;
	color:white;
	background-color:#AD271E;
	padding:10px 10px;
	border-radius:100%;
}
.f-uoninsta{
	display:none;
}
.img65432{
	height:100%;
	width:100%;
	border:8px groove #E15A0D;
}
.sssddffr2{
	display:none;
}
@media screen and (max-width: 1024px) {
    .ic-container {
        width: 50%;
        gap: 8%;
    }
    .tex-section {
        width: 50%;
		text-align:center;
    }
    .grid-container {
        grid-template-columns: repeat(2, 250px);
        grid-template-rows: repeat(4, auto);
    }
    .ggboxs {
        flex-wrap: wrap;
        height: auto;
        gap: 20px;
        padding: 20px 0;
    }
    .ittr1, .ittr2 {
        width: 40%;
    }
    .footer {
        display:none;
    }
	.sssddffr2{
	text-decoration:none;
	display:block;
	color:white;
	background-color:#AD271E;
	padding:10px 10px;
	border-radius:100%;
}
}

@media screen and (max-width: 768px) {
    .ic-container {
        display: none; 
    }
    .nav {
        justify-content: space-between;
    }
    .box {
        height: 450px;
        background-size: cover;
    }
    .tex-section {
        width: 80%;
        margin-left: 5%;
        margin-top: 20%;
        align-items: center;
        text-align: center;
    }
    .about-us-sec {
        height: auto;
        padding-bottom: 30px;
    }
    .users {
        width: 95%;
        flex-wrap: wrap;
        height: auto;
        gap: 15px;
    }
    .history-section {
        height: auto;
        padding: 40px 0;
    }
    .history {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    .jourty {
        width: 60%;
    }
    .gallery-section {
        height: auto;
        padding-bottom: 30px;
    }
    .grid-container {
        grid-template-columns: repeat(2, 160px);
        grid-template-rows: auto;
        gap: 10px;
    }
    .grid-item {
        padding: 20px 10px;
    }
    .ittr1, .ittr2 {
        width: 90%;
        align-items: center;
        text-align: center;
    }
    .ggboxs {
        flex-direction: column;
        gap: 15px;
    }
    .socicons {
        justify-content: center;
    }
	.grid-container{
		margin-bottom:0;
	}
	.f-uoninsta{
		display:block;
		height:60px;
		width:100%;
		background-color:gray;
		display:flex;
		align-items:center;
		justify-content:center;
		gap:6%;
		background-color:#5B140C;
	}
}

@media screen and (max-width: 480px) {
    .tex-section p:nth-child(3) {
        font-size: 32px !important;
    }
    .tex-section p:nth-child(4) {
        font-size: 20px !important;
    }
    .img2 {
        width: 240px;
        height: 160px;
    }
    .grid-container {
        grid-template-columns: 4fr;
		grid-template-rows: 3fr;
        width: 80%;
    }
    .grid-item {
        width: 100%;
        box-sizing: border-box;
    }
}
.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #5B140C;
    border-top: 2px solid #EAAF45;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    justify-content: space-around;
    align-items: center;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 10px;
    transition: all 0.3s;
    width: 25%;
    height: 100%;
}

.bottom-nav-item i {
    font-size: 20px;
    color: #EAAF45;
    margin-bottom: 2px;
}

.bottom-nav-item:hover,
.bottom-nav-item:active {
    color: #EAAF45;
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .bottom-nav {
        display: flex;
    }
    
    body {
        padding-bottom: 60px;
    }
}