:root {
    --primary-color: #650010;
}
.navbar {
    background-color: var(--primary-color);
    padding: 10px 60px;
}
h1{
    font-family: Playfair Display;
font-style: normal;
font-weight: 500;
font-size: 45px;
color: #000000;
}
div {
    font-size: 20px;
}
.navbar {
    background-color: var(--primary-color);
    padding: 10px 60px;
}

.nav-link {
    color: white !important;
    font-size: 20px;
    padding: 0px 20px !important;
}

.main__body {
    padding: 60px;
}

hr {
    border: solid 2px var(--primary-color);
    font-weight: bold;
    opacity: 1;
    width: 150px;
    margin-bottom: 25px;
}

h3 {
    color: var(--primary-color);
}

.main__body div {
    margin: 3px 0px;
}

/* .text__box {
    text-align: justify;
} */

.img__box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img__box img {
    width: 100%;
}

.footer__wrapper {
    background-color: var(--primary-color);
    text-align: center;
    padding: 60px;
}

.footer__wrapper h1 {
    color: white;
    margin-top: 20px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.footer__wrapper .nav-link {
    padding: 0;
    font-size: 20px;
}

.footer__inner div {
    width: fit-content;
    margin-top: 30px;
}

.social__link {
    color: white;
    transition: all 0.5s;
}

.social__link:hover {
    color: rgba(255, 255, 255, 0.493);
}

.copyright__text {
    font-size: 14px;
    color: white;
    opacity: 0.8;
}
.images_subject{
    border:10px solid #FFCDCD;
    border-radius: 65px;
    width: 300px;
    height: 350px;
}
.coursel_text{
    font-family: playfair Display;
}
.image_caption{
    /* margin-left: 55px; */
    text-align: center;
    font-family: playfair Display;
    font-weight: 500;
    font-size: 27px;
}
.navbar-light .navbar-toggler-icon{
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
figcaption{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
}
.profile_images{
    text-align: center;
}
@media (max-width:1200px){ 
 .mySlides{
     flex-direction: column;
 }
 .mySlides2{
    flex-direction: column;
}

 .coursel_images{
    border:10px solid #FFCDCD;
    border-radius: 65px;
    width: 300px !important;
    height: 325px !important;
    margin: 0 !important;
  }
  .coursel_text{
    margin: 10px 20px !important;
    /* font-size: 1.2rem; */
    }
    .coursel_text2{
        padding-left: 15px; 
        margin: 10px 20px !important;
    }
}
@media (max-width:600px) {
    .home__inner {
        padding: 10px;
    }
    .navbar {
        padding: 10px;
    }
    .main__body {
        padding: 10px;
    }
    div {
        font-size: 14px;
        text-align: left;
    }
    .home__inner h1 {
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }
    .home__inner div {
        font-size: 16px;
        font-weight: 400;
    }
    .button {
        padding: 12px 18px;
        font-size: 16px;
        color: white;
        margin-right: 20px;
        margin-top: 15px;
        transition: all 0.5s;
    }
}
h4{
    font-family: Playfair Display;
    font-style: normal;
font-weight: 500;
font-size: 30px;
    font-style: normal;
    color: #FFFFFF;
}
.slideshow-container {
    position: relative;
    background: #650010;
  }
  .coursel_images{
    border:10px solid #FFCDCD;
    border-radius: 65px;
    margin-left: 55px; 
    width: 326px;
    height: 385px;
    margin-top: 26px;
    /* margin:auto ; */
  }
  /* Slides */
  .mySlides {
    display: none;
    color: white;
    align-items: center;
    padding: 0px 0px;
  }
  .mySlides2{
    display: none;
    color: white;
    align-items: center;
    padding: 0px opx;
  }
  .coursel_text{
    margin: 0px 45px !important;
  }
  .coursel_text2{
    margin: 0px 45px !important;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    /* margin-top: -30px; */
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: var(--primary-color);
  }
  .main_slide{
      background-color: #650010;
      border-radius: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0 2px;
    background-color:white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dot2{
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}



  /* COROUSEL */
.project-link{
    margin-top: 10px !important;
    text-align: center;
}
