/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
.elementor-55 
.elementor-element.elementor-element-afa3854 
.elementor-nav-menu--main 
.elementor-item {
    position: relative;
    padding-bottom: 6px; 
}

.elementor-55 
.elementor-element.elementor-element-afa3854 
.elementor-nav-menu--main 
.elementor-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.elementor-55 
.elementor-element.elementor-element-afa3854 
.elementor-nav-menu--main 
.elementor-item:hover::after {
    width: 100%;
}
.elementor-55 
.elementor-element.elementor-element-afa3854 
.elementor-nav-menu--main 
.elementor-item.elementor-item-active::after {
    width: 100%;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
	animation:none !important;

}

/* Home page event section - starts */
.events-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    background: #F5ECE5;
}

/* CARD */
.event-card {
    background: #F5ECE5;
     overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:12px !important;
}

/* CONTENT */
.event-content {
    padding: 15px 5px;
}

.event-date {
	color:  #212121;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:10px !important;
}

.event-para {
	color:  #26262C;
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; 
	margin-bottom:30px !important;
}

.event-btn {
	color:#D65126;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline !important;
}

.event-btn:hover {
    color:#D65126;
}

/* VIEW ALL BUTTON */
.view-all-box {
    text-align: center;
    margin-top: 25px;
}

.view-all-btn {
    padding: 12px 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #575757;
   font-family: Raleway, sans-serif;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
    display: inline-block;
    text-decoration: none;
    color: #575757;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .events-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .events-wrapper {
        grid-template-columns: 1fr;
    }
}
/* Home page event section - ends */

/* gallery page - starts */

.ak-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap:26px;
    padding:0;
}
.ak-gallery-item img {
	width: 327.25px;
	height: 342px;
	
}
/* RESPONSIVE */
@media (max-width: 992px) {
   .ak-gallery-grid{
        grid-template-columns: repeat(2, 1fr);
	    padding:20px;
    }
	.ak-gallery-item img {
	width: 100%;
	
	
}
}

@media (max-width: 600px) {
   .ak-gallery-grid{
        grid-template-columns: 1fr;
    }
.ak-gallery-item img {
	width: 100%;
	
}
}
@media (max-width: 425px) {
  
.ak-gallery-item img {
	width: 100%;
	height: 342px;
	
}
}


.about{
    color: #575757; 
	font-family: Outfit;
	font-size: 85px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}
@media (max-width: 992px) {
 
		.about {
	font-size: 62px;
}
}
@media (max-width: 600px) {
 
	.about {
	font-size: 42px;
}
}
/* Gallery page ends  */

/* Contact form starts */

.contact-form .form-group label {
	color: #212121;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; 
	margin-bottom:8px;
	margin-top:22px;
}

.contact-form .form-control:hover,
.contact-form .form-control:focus, {
	border: 1px solid #212121 !important;align-content
}

.contact-form .form-control {
  color: #63626A;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  padding: 13px 20px 14px 20px;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #D7C9B7 !important;
  box-shadow: none;
}

.form-control::placeholder {
	color: #63626A;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.elementor-kit-7 .form-group input.btn-enquire-message {
	margin-top:50px;
	color: #FFF ;
	text-align: center;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background:#D65126 ;
	width:100%;
	padding-bottom:16px;
	padding-top:16px;
}

.elementor-kit-7 .form-group input.btn-enquire-message:hover {
	background:#EC722F ;
}
.contact-form textarea {
  height: 112px;
}

/* Contact form ends*/