/* body{
    font-size:18px;
    font-weight: 500;
} */
.sticky-top {
    background: rgba(255, 255, 255, .94) !important;
}

.header-bg {
    background: #534B92 !important;
}

.main-menu {
    padding: 0px;
}
.stiky{
	position: fixed;
	background: transparent;
	width: 100%;
	z-index: 999;
}
.black{
	background: rgba(0,0,0, 0.5);
}
.common-bg{
    background-color: #062007 !important;
}
.main-menu .navbar-nav .nav-link {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}


.main-menu .navbar-nav .nav-link:focus,
.main-menu .navbar-nav .nav-link:hover {
    color: #FF007A;
    font-weight: 600;
}

.main-menu .navbar-nav .nav-link.active {
    color: #FF007A;
    font-weight: 600;
}
.navbar-toggler {
    background-color: #fff; /* Change to desired color */
    border-color: #fff;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background-color: #dcedff; /* Darker for hover/focus */
    border-color: #c4d6e9;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(181, 209, 240, 0.5); /* Optional focus ring */
}


.banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.svg-space{
    margin:0px 20px;
}
.scroll-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    }

    .scroll-content {
    display: inline-block;
    animation: scroll 5s linear infinite; /* slower speed */
    }

    .scroll-content svg {
    fill: #202020;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    vertical-align: middle;
    }

    @keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-10%); /* Only half, because content is duplicated */
    }
    }


.gallery a img {
    overflow: hidden;
    transition: 1s;
    box-sizing: border-box;
}

.gallery a:hover img {
    transform: scale(1.1);
}


.bg-transtion{
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0px;
    box-sizing: border-box;
}

.readbtn{
    color: green;
    border: 1px solid green;
    border-radius: 18px;
}
.readbtn:hover{
    background-color: green;
    color: #fff;
}
.foodbtn{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 18px;
}
.foodbtn:hover{
    background-color: green;
    color: #fff;
}
.lg-btn{
    padding: 27px 100px;
}
.sm-btn{
    /* padding: 27px 10px; */
}

/*========================
  Testimonial area start
=========================*/

.testimoial{
	background: url('image/parallax.jpg');
	background-size: cover;
	background-attachment: fixed;
}
.testimonial-item img{
	position: relative;
	border-radius:50%;
	width: 100px !important;
	height: 100px !important;
	border: 5px solid #3E3496;
	margin: 0 auto;
}
.testimonial-body{
	/* margin-top: -50px; */
}
.testimonial-body h4{
	font-weight: 600;
	font-size: 20px;
	color: #3E3496;
}
.testimonial-body span{
	font-weight: 600;
}
.rating{
	color: #FF9800;
	cursor: pointer;
}

/*========================
  Testimonial area End
=========================*/



  /*========================
  Footer  area start
=========================*/
    
.footer-section {
    position: relative;
    z-index: 1;
    background-attachment: scroll;
    background-position: center center;
    /* background-image: url('../website/img/footer.jpg'); */
    /* background-color: darkgreen; */
    /* background: rgba(0, 0, 0, 0.5); */
    background-size: cover;
    padding: 50px 0px;
}

.footer-area span {
    font-size: 14px;
}

.footer-social {
    padding-left: 0px;
}

.footer-social li {
    padding-right: 10px;
    list-style: none;
    float: left;
}

.footer-social li a {
    font-size: 18px;
}

.footer-heading h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-list li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    color: #fff !important;
    transition: 0.5s;
    font-size: 14px;
}

.footer-list li a:hover {
    color: #0c5adb !important;
}

.footer-list li span {
    color: #fff !important;
}

.footer-li {
    padding: 5px 0px;
}

.footer-location {
    padding: 5px 0px;
}

.footer-location i {
    font-size: 18px;
}

.footer-location span {
    font-size: 14px;
}

.footer-li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 8px;
    background: #fff;
    margin-left: -15px;
    margin-top: 11px;
}

.footer-icon {
    color: #fff;
}

.facebook {
    color: #0A7FEC;
}

.linkedin {
    color: #0077B5;
}

.twitter {
    color: #00A2F3;
}

.youtube {
    color: #FF0000;
}

.copyright-area {
    background-color: #062007;
}

.copyright-area p {
    color: #fff;
    font-size: 14px
}

.copyright-area p a {
    color: #fff;
    display: inline-block;
    font-weight: 600
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right
}

.copyright-area ul li {
    display: inline-block;
    color: #d9d3d3;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
    font-weight: 300;
}

.copyright-area ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}

.copyright-area ul li a:hover {
    color: #001302
}


.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


  /*========================
    Contact
=========================*/


.form-control{
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-radius: 0;

}
.form-control:focus{
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	box-shadow: none;
}
.f-icon a{
	color: #fff;
}
.footer-bottom{
	background:#534B92; 
}


.up-button{
	position:fixed;
	bottom: 20px;
	right: 20px;
	background: #fff;
	color: #454545;
	padding: 6px 12px;
	display: inline-block;
	border: 1px solid #4E4689;
}
.up-button:hover{
	background: #4E4689;
	color: #fff;
}

#toast-container>.toast-success{
    background-color:#010e02 !important;
}


/*========================
  Blog poster area start
=========================*/
.blog{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.card-img {
	overflow: hidden;
}
.blog-card img{
	transition:1s;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
    height: 250px;
    width: 100%;
    object-fit: cover; /* ensures images fill the area without distortion */
  

}
.blog-card:hover img{
	transform: scale(1.1);
	overflow: hidden;
}
.blog-card a{
	color: #000;
	font-weight: 600;
}
.blog-card a:hover{
	color: #4E41BB;
	padding-right: 5px;
}
.bloger-name a{
	font-weight: 400;
	
}
.blog-read-more .read-more-icn{
	opacity:0;
	left:0;
	line-height: 2px;
	vertical-align: middle;
	transition: all 1s ease;
		
}
.blog-read-more:hover .read-more-icn{
	display: inline-block;
	opacity: 1;
	margin-left:10px;
}


.inner-section{
    font-weight: 700;
  }
  .inner-page-heading{
    font-size: 20px;
    font-weight: 600;
  }
/*========================
 blog poster area end
=========================*/

