@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}
body, p, a {
    font-family: 'Lato', sans-serif;
}
nav.navbar {
    background-color: #1a2d3c;
}
.carousel-item img {
    height: 80vh;
    object-fit: cover;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.service-box {
    background: #fff;
    padding: 20px;
}
.destination-card {
    background-color: #fff;
}
.why-choose-us {
    background: url('assets/images/prayer.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.service-box {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

footer {
    background: #1a2d3c;
    color: white;
    padding: 40px 0;
}
footer a {
    color: white;
    text-decoration: none;
}
.social-icons a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}
    .social-icons a:hover {
    color: #333;
}
.banner-image {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-title {
    position: relative;
    z-index: 2;
}
.banner-title h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

footer a:hover{
	color: #c39e05;
	
}
@media (max-width: 768px) {
    .banner-image {
        height: 250px;
    }
    .banner-title h1 {
        font-size: 2rem;
    }
}


.whatsapp {
	position: fixed;
	bottom: 108px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transition: all 0.3s ease;
}

p.whatsapptext {
	margin: 0;
	margin-bottom: 8px;
	text-align: center;
	background-color: #e1ffe9de;
	border-radius: 15px 5px 15px 5px;
	padding: 7px 7px 5px 7px;
	font-weight: bold;
	line-height: 1.2rem;
	font-size: 1rem;
	position: relative;
	word-wrap: break-word;
	max-width: 200px;
	color: #004303;
}

.whatsappclose {
	width: 100%;
	height: 1.7rem;
}

button.whatsappclose-button {
	padding: 0;
	background-color: #ffffff00;
	font-size: 1.45rem;
	cursor: pointer;
	color: #0000006b;
	transition: all 0.3s ease;
}

button.whatsappclose-button:hover {
	color: #000000;
}	


@media (min-width: 320px) and (max-width: 425px) {
  a.navbar-brand {
    font-size: 15px;
  }
  a.navbar-brand img {
    width: 30px;     
    
  }
}

