/* Bootstrap Custom Overrides */
:root {
  --primary-color: #003366;
  --secondary-color: #336699;
  --third-color: #ffd700;
  --header-color: #003366;
  --background-color: #f9f9f9;
  --background-color-navbar: #003366;
  --text-color: #333333;
  --font-family: Arial, sans-serif;
  --font-size: 20px;
  --font-size-secondary: 16px;
  --font-family-secondary: Georgia, serif;
  --border-radius: 5px;
  --box-shadow: 0 2px 4px rgba(22, 33, 159, 0.264);
  --line-height: 1.6;
}
/* NAVBAR */
.navbar-custom {
  background-color: var(--background-color-navbar) !important ;
  padding: 0.9rem 10px;
  box-shadow: var(--box-shadow);
}

.navbar-brand-custom {
  color: var(--third-color) !important;
  font-size: 1.5rem;
  font-weight: bold;
}
.navbar-brand-custom::first-letter {
  font-size: 1.8rem;
}

.navbar-toggler {
  border: 2px solid var(--third-color) !important;
  padding: 0.25rem 0.5rem;
}

.navbar-nav .nav-link {
  color: var(--third-color) !important ;
  font-size: 1.0rem;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem !important;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--background-color) !important;
  background-color: var(--third-color) !important;
  transform: translateY(-2px);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*  INDEX(HOME) HTML PAGE*/

/* banner img index html*/
.banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/* banner text index html*/
.banner-text h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    color: var(--third-color);
    font-family: var(--font-family-secondary);
    font-size: 20px;
    max-width: 90%;
}
/* content index html */
.content-header{
color:var(--header-color);
font-family:var(--font-family-secondary);
font-size: 25px;
}

.content-p-1{
  font-family: var(--font-family-secondary);
  font-size:18px;
}

.content-h3{
  background-color: var(--primary-color);
  font-family: var(--font-family-secondary);
  line-height:var(--line-height);
}

/* cards index html */
.card {
  border: 1px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.card:hover {
  border-color: var(--header-color); 
  transform: translateY(-4px);
  background-color: rgb(247, 244, 231);
}
.content-p{
  font-family:var(--font-family-secondary);
  font-size: var(--font-size-secondary);
}
.card-title{
  color: var(--secondary-color);
  font-family: var(--font-family);
  
}

/* text - index html*/
.text-first-page blockquote {
  border-left: 4px solid var(--header-color);
  background-color:var(--background-color);
  padding: 1.5rem;
  border-radius: 0.5rem;

}

.text-first-page:hover{
    transform: scale(1.1);
    transition: 0.5s linear;
}

.text-first-page p{
    font-size: var(--font-size-secondary);
    line-height: var(--line-height);
    color: var(--text-color);
    font-family: var(--font-family-secondary);
 
}

/* ABOUT  HTML PAGE  */
/* images */
.card-about{
    border-radius: 10px;
    box-shadow: var(--box-shadow)
}
.card-about img{
  transition: transform 0.5s linear;
}
.card-about figure img:hover{
    transform: scale(1.05);
}

figcaption {
  font-size: 12px;
}
/* articles */
.about-article-div{
 line-height: var(--line-height);
 
}

.about-article-div h2{
    font-size: var(--font-size);
    color: var(--header-color);
    font-weight: bold;
}
.about-article-div p{  
    text-align: left; 
    font-size: var(--font-size-secondary);
    line-height: var(--line-height);
    color: var(--text-color);
    font-family: var(--font-family-secondary);
   
}

.about-article-div p::first-letter{
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--header-color);
}
/* CONTACT HTML PAGE */
.form-control {
    border: 1px solid var(--secondary-color);
    border-radius: var(--border-radius);
    font-family: var(--font-family-secondary);
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
.form label {
    color: var(--header-color);
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.form-h2 , .btn-custom, .card-body h2{
  color:var(--header-color);
  font-weight:bold;
}
.btn-custom{
 border: 1px solid var(--secondary-color);
  border-radius: var(--border-radius);
}
.btn-custom:hover{
background-color: var(--primary-color);
color:var(--third-color);
}

/* VISIT (EXPLORE) HTML PAGE */
.title h2{
    font-size: var(--font-size);
    color: var(--header-color);
    font-family: var(--font-family);
    border-bottom: 3px dashed var(--header-color);
    font-weight: bold;
    font-style: italic;
}

.second-word-h2{
    display: inline-block;
}
.title::first-letter ,.second-word-h2::first-letter {
    font-size: 30px;
    color: rgb(198, 151, 33);
}


.small-carousel {
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgb(0, 0, 0);
  margin: 15px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding-bottom: 20px;
}

.small-carousel img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.card-title-visit {
  text-align: center;
  margin: 8px 0 5px 0;
  padding: 5px;
  font-size: 1em;
  color: var(--secondary-color);
  font-family: var(--font-family-header);

}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  width: 25px;
  height: 25px;
}


/* FOOTER */
footer{
  background-color: var(--background-color-navbar);
}
footer p{
    color: var(--third-color);
}
