/*common*/

h1,h2,h3,h4,h5,h6,p,a{
    color: #692a2a;
  }
  
h1{
    font-size: 56px;
}

@media(max-width:768px)
{
    h1{
        font-size: 42px;
    }
}

h4{
    font-size: 32px;
}

body{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* logo */

.logo{
    max-width: 100px;
    height: auto;
}

.logo2{
    position: relative;
  animation-name: logopart2;
  animation-duration: 10s;
  animation-iteration-count: 1;
}

.tagline{
    position: relative;
  animation-name: logopart2;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-delay: 5s;
}

@keyframes logopart2 {
    0% {
        background-color: #fff;
        left: -400px;
        top: 0px;
    }
  
    25% {
        background-color: #fff;
        left: 1px;
        top: 0px;
    }
  
  }

/* navbar*/
.navbar-nav{
    gap:1rem;
}

.nav-link{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #692a2a;
    font-size: 18px;
    margin-right: 20px;
}

.active{
    color: #692a2a;
    text-decoration: underline;
    text-decoration-color: #e6cea3;
    text-decoration-thickness: 4px;
}

/*main-section button*/
.custom-btn1 {
    font-size: 14px;
    background-color: #e6cea3;
    border: #692a2a solid;
    text-decoration: none;
    padding: 14px;
}

.custom-button-position {
    margin-top: -20px; /* Adjust value as needed */
}

.custom-btn1-a{
    color: #692a2a;
    text-decoration: none;
    font-weight: bold;
}

.custom-btn1:hover{
    font-size: 14px;
    background-color: #e6cea3;
    border: #692a2a solid;
    text-decoration: none;
    padding: 14px;
}

.custom-btn2{
    font-size: 14px;
    text-decoration: none;
    padding: 14px;
}

.custom-main-section-img img{
    max-width: 100%;
    width: 620px;
    height: auto;
    float: right;
    display: block;
    margin-left: auto;
}

/*featured section*/
.features{
    background-color: #e6cea3;
}

.custom-border{
    border: solid #692a2a !important;
    margin: 10px;
}

/*courses section*/

.custom-card{
    border:  solid 2px #692a2a;
    box-shadow: 0 8px 16px 0 #e6cea3;
    width: 400px;
    height: auto;
    border-radius: 20px;
    margin: 40px;
    text-decoration: none;
    color: #692a2a;
}

.custom-card a{
    text-decoration: none;
}

.custom-card img{
    width: 160px;
    height: auto;
}

/*testimonial section*/
.carousel-item-content{
    text-align: center;
}

.carousel-item .d-flex{
    align-items: center;
}

.carousel-inner{
    display: flex;
}

.carousel-track{
    animation: scroll-right-to-left 40s linear infinite;
}

.d-flex img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}

@keyframes scroll-right-to-left {
    from{
        transform:translateX(0);
    }
    to{
        transform: translateX(-300px);
    }   
}

/*-------home section testimonials css-------*/
.div6 h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 34px;
    color: #692a2a;
    justify-content: center;
    text-align: center;
}

.div6 h6{
    color: #692a2a;
    justify-content: center;
    text-align: center;
    font-size: medium;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.div6 h6 a{
  color: #692a2a;
  font-size: medium;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-decoration: none;
}

.slideshow-container {
    position: relative;
}

.mySlides {display:none;}

.column {
  float: left;
  padding: 28px;
  margin: 10px;
  border-radius: 10px ;
  background-color: #e6cea3;
  margin-left: 26px;
  margin-right: 40px;
}

.mySlides q{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  color: #692a2a;
}

.mySlides p{
  padding-top: 10px;
  color: #692a2a;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*------- Slideshow container -------*/
.slideshow-container {
  max-width: 1450px;
  padding: 60px;
  text-align: justify;
  position: relative;
  margin: auto;
}

/*------- Next & previous buttons -------*/
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: -20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/*------- Position the "next button" to the right -------*/
.next {
  right: 0;
  border-radius: 3px 3px 0 3px;
}

/*------- On hover, add a black background color with a little bit see-through -------*/
.prev:hover, .next:hover {
  background-color: #a26161;
}

/*------- Caption text -------*/
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/*------- The dots/bullets/indicators -------*/
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #d1c8b7;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activee, .dot:hover {
  background-color: #692a2a;
}


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*team-section*/
.team-heading {
    font-size: 40px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 40px;
    text-align: center;
}

.team-name {
    font-size: 20px;
    font-weight: bold;
    color: #692a2a;
}

.member-card {
    background-color: #ece5d8;
    padding: 20px;
    color: #692a2a;
    border: 1px solid #692a2a;
    box-shadow: 0 8px 16px 0 #e6cea3;
}

.team-img {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    border: 2px solid #692a2a;
}

/*contact section*/

.input-field {
    font-size: 17px;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #e6cea3;
}

.custom-btn {
    background-color: #692a2a;
    color: #e6cea3;
    padding: 10px;
    border: none;
    font-weight: bold;
}

.contact-img {
    max-width: 700px;
    height: auto;
}

/*footer*/
.footer {
    background-color: #e6cea3;
    text-align: center;
    padding: 20px;
}

.footer-link {
    color: #692a2a;
    text-decoration: none;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

.footer-link:hover {
    text-decoration: underline;
    color: #692a2a;
}

.copyright {
    background-color: #692a2a;
    color: #eee;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.copyright a {
    color: #eee;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
    color: #eee;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-icons a {
    font-size: 24px;
    color: #692a2a;
}

.footer-icons a:hover {
    color: #e6cea3;
}

/* Adjust column layout for links */
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}